
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,600i&display=swap&subset=cyrillic,cyrillic-ext,latin-ext');

.fa {
  display: inline-block;
  font-family: FontAwesome !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*{
  margin: 0;
  padding: 0;
  outline: none;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 300;
  color: #413e3e;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*::selection{
	color: #FFFFFF; /* Цвет текста */
    background: #f19819; /* Цвет фона */
}

div#smartFilterDropDown161.popup-window{
	max-height: 200px;
    overflow: auto;
    max-width: 260px;
    width: 100%;
}

* p{
  margin: 0 ;
  padding: 0 ;
}
/*/ // Дополнительная информация в строке Бонус за заказ: Бонус в корзине может расчитываться неверно из-за отсутствия условий доставки и оплаты. Так как она нам не нужна, делаем ее не активной./*/
/*
.bonus i {
    display: none;
}
.bonus_cart div{
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 200px;
  margin: 10px 0 10px 0;
  font-size: 16px;
  background: #fff;
  padding: 5px 10px 5px 10px;
  border-radius: 7.5px;
  font-size: 16px;
  font-weight: 600;
  color: #ffa422;
  border: 2px solid #ffa422;
}

.bonus_cart{
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 200px;
  margin: 10px 0 10px 0;
  font-size: 16px;
  background: #fff;
  padding: 5px 10px 5px 10px;
  border-radius: 7.5px;
  font-size: 16px;
  font-weight: 600;
  color: #ffa422;
  border: 2px solid #ffa422;
}

.bonus_display{
}
*/
.popup {
    top: 25%;
    left: 0;
    right: 0;       
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
    position: absolute;
    color: white;
    padding: 15px 20px;
    border: 1px solid #383838;
    background-image: url(images/fon.jpg);
    background-color: black;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.94);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}

.bx-core-popup-menu *{
  color: #f0f0f0 !important;
}

html {height: 100%; }
ul, li, ol , a, a:hover{text-decoration: none; list-style: none;}

* a, * button, * input[type="submit"]{
	cursor: pointer;
}

.db{display: block;}
.dn{display: none;}

.btn-submit{
  cursor: pointer !important;
  border: none;
}
.input{
  padding: 0 0 0 15px;
  color: #413e3e;
  border: none;
}
.btn-custom{
  box-shadow: 2px 2px 10px rgba(0,0,0,0.2); 
  cursor: pointer !important; 
  border: none;
  
  display: flex;
  justify-content: center;
  align-items: center;
  }
.btn-custom:hover{box-shadow: 4px 4px 10px rgba(0,0,0,0.3);}
.btn-custom:active{box-shadow: 5px 5px 10px rgba(0,0,0,0.5);}
.btn-custom:hover, a.a-custom:hover, .input-custom:hover{
  -webkit-transition: background ease-out 0.8s;
	-moz-transition: background ease-out 0.8s;
	-ms-transition: background ease-out 0.8s;
	-o-transition: background ease-out 0.8s;
	transition: background ease-out 0.8s;
}
.btn-custom:active, .a-custom:active, .input-custom:active{
  -webkit-transition: background ease-out 0.1s;
	-moz-transition: background ease-out 0.1s;
	-ms-transition: background ease-out 0.1s;
	-o-transition: background ease-out 0.1s;
	transition: background ease-out 0.1s;
}

.colorTextGreen, .colGreen{color: #006b46; font-weight: 600;}
.colorTextOrange, .colOrange{color: #ffa422;}
.colorTextBlack, .colBlack{color: #413e3e;}
.colorTextWhite, .colWhite{color: #fff;}
.colorTextGrey, .colGrey{color: #8c8c8c;}
.headerNotification{
  background-color:DarkSeaGreen;
  background: #006b46;
  box-shadow: 0 -150px 70px -120px teal inset,
              0 -220px 70px -120px yellowgreen inset,
              0 -280px 70px -120px gold inset;
  -webkit-box-shadow: 0 -150px 70px -120px teal inset,
              0 -220px 70px -120px yellowgreen inset,
              0 -280px 70px -120px gold inset;
  animation: background 7s infinite alternate;
}
#header, #footer, #body{
  display: block;
  width: 100%;
  height: auto;
  
  margin: 0;
  padding: 0;
}
#body{
    min-height: 800px;
	background: #f4f4f4;
	padding-bottom: 25px;
}
#container{
  padding-bottom: 25px;
}
.container_a{                      
  display: block;
  width: 100%;
  max-width: 1280px;
  height: auto;
  padding: 0 15px;
  margin: 0 auto;
}
#body .container_a{
	padding-top: 25px;
}
.index{
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
    
  }

/*********************************************************************/
/*/ // Header // /*/
	.header{
		width: 100%;
		background: #006b46;
		padding: 0 15px;
	}
	
	.header_top{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 15px 0 0 0;
		/*margin: 7.5px 0;*/
		min-height: 95px;
	}
	.header_top img{
		width: 240px;
		height: auto;
	}
	.header_top .tel_info{
		display: flex;
		justify-content: space-between;
	}
	.header_top .tel_info span{
		color: #ffffff;
		margin-left: 10px;
	}
	.header_top .tel_info span i{
		color: #ffa422;
		font-weight: 600;
		margin-right: 5px;
	}
	
	.header_middle{
		display: flex;
		justify-content: space-between;
		margin: 7.5px 0;
		padding: 7.5px 0 7.5px 0;
	}
	.header_middle .search{
		width: calc(100% - 550px);
		z-index: 800;
	}
	.header_middle .h_btn{
		width: 515px;
		display: flex;
		justify-content: flex-end;
	}
	.header_middle .h_btn a{
		color: #ffffff;
		margin-left: 5px;
	}
	.header_middle .h_btn .basket{
		
	}
	.basket {
		padding-right: 35px;
	}
	.header_middle .h_btn .enter{
		
	}
	.enter {
		padding-right: 40px;
	}
	.header_middle .h_btn .h_bonus{
		padding: 5px;
		min-width: 125px;
		width: auto;
		height: 30px;
		display: flex;
		align-items: center;
		background: #ffffff;
		color: #000000;
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
		border-radius: 5px; 
	}
	.header_middle .h_btn > .h_bonus > a{
		color: #000000;
		cursor: help;
	}
	.header_middle .h_btn .h_bonus img{
		margin-left: -15px;
	}
	
	.header_bottom{
		display: flex;
		justify-content: flex-start;
		/*margin: 17.5px 0 7.5px 0;*/
	}
    .btn_catalog{
        z-index: 600;
        position: relative;
    }
    .btn_catalog:hover .left_fix_content{
        display: flex;
    }
	.header_bottom .btn_catalog .catalog_a{
		display: block;
		width: 300px;
		height: 45px;
		background: #ffa422;
		padding-left: 30px;
		color: #ffffff;
		font-size: 16px;
		font-weight: 600;
		line-height: 45px;
		box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.15), inset 0px -3px 4px rgba(0, 0, 0, 0.07);
		border-radius: 5px;
		margin-bottom: -15px;
	}
	.header_bottom .btn_catalog .catalog_a:hover{
		box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.3), inset 0px -3px 4px rgba(0, 0, 0, 0.08);
	}
	.header_bottom .breadcrums{
		display: flex;
		align-items: flex-end;
		margin-bottom: 5px;
		margin-left: 20px;
	}
	.header_bottom .breadcrums *{
		color: #ffffff;
	}

	
	@media screen and (max-width: 1080px), (max-device-width: 1080px){
		.header_top, .header_middle{
			flex-direction: column;
			justify-content: flex-start;
			align-items: flex-start;
		}
		.header_top .tel_info{
			margin: 10px 0;
		}
		.header_middle .search{
			margin: 15px 0 25px 0;;
		}
		.header_middle .search{
			width: 100%;
			max-width: 650px;
		}
		.header_middle .h_btn{
			padding-left: 0;
			width: 100%;
			max-width: 650px;
			justify-content: space-between;
			margin: 0 0 10px 0;
		}
		.header_middle .h_btn div{
			/*margin-left: 25px;*/
		}
		.breadcrums{
			display: none !important;
		}
		.header_top .tel_info span i{
			font-weight: 300;
		}
		
	}
	@media screen and (max-width: 700px), (max-device-width: 700px){
		.btn_catalog, .header_bottom .btn_catalog .catalog_a{
			width: 100%;
		}

	}
	@media screen and (max-width: 750px), (max-device-width: 750px){
		.header_top{
			align-items: flex-start;
		}
		.header_top .tel_info{
			display: flex;
			flex-direction: column;
			justify-content: flex-start;
			align-items: flex-start;
		}
		.header_top .tel_info span{
			margin: 10px 0 0 0;
		}
		.header_middle .h_btn{
			justify-content: space-between;
		}
	}
/*/ // Header end // /*/
/*********************************************************************/





/*/ // Footer // /*/
#footer .footer_top {
  width: 100%;
  min-height: 80px;
  margin: 0;
  padding: 0 15px;
  background: #FFFFFF;
	max-width: 1280px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
}
.footer_top > .container_a{
	margin: 0;
	padding: 0;
	width: auto;
}
#footer .footer_bottom > .container_a{
	display: flex;
	justify-content: space-between;
}

#footer .footer_top .subscribe{
	margin: 0 30px 0 0;
}
#footer .footer_top .com_logo img{
	max-width: 65px;
	height: auto;
	margin-right: 22px;
}

#footer .footer_bottom {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 25px 0 0 0;
  background: #006b46;
}
#footer .footer_bottom .footer_bottom_left{
	display: flex;
	flex-direction: column;
	
	margin-right: 25px;
	
}
#footer .footer_bottom .footer_bottom_left .tel{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
#footer .footer_bottom .footer_bottom_left .tel .img{
	width: 30px;
	margin-right: 5px;
}
#footer .footer_bottom .footer_bottom_left .tel .img img{
	width: 100%;
	height: auto;
}
#footer .footer_bottom .footer_bottom_left .tel .text{
	display: flex;
	flex-direction: column;
}
#footer .footer_bottom .footer_bottom_left .tel .text span{
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
}
#footer .footer_bottom .footer_bottom_left .tel .text a{
	color: 14px;
	line-height: 20px;
	color: #F19819;
	text-decoration: none;
}
#footer .footer_bottom .footer_bottom_left .tel .text a:link{
	tap-highlight-color: #f19819;
	-webkit-tap-highlight-color: #f19819;
}
#footer .footer_bottom .footer_bottom_left .tel .text a::selection{
	color: #FFFFFF; /* Цвет текста */
    background: #f19819; /* Цвет фона */
}
#footer .footer_bottom .footer_bottom_left .tel .text a:hover{
	color: #f19819;
	text-decoration: underline;
}

#footer .footer_bottom .footer_bottom_right{
	display: flex;
}
#footer .footer_bottom .footer_bottom_right .logo{
	margin-right: 25px;
}
#footer .footer_bottom .footer_bottom_right .logo span{
	font-size: 15px;
	font-weight: 600;
	color: #FFFFFF;
}
#footer .footer_bottom .footer_bottom_right .logo div{
	margin-top: 15px;
}
#footer .footer_bottom .footer_bottom_right .logo div img{}


#footer .footer_bottom .footer_bottom_top , #footer .footer_bottom .footer_bottom_bottom{
	width: 50%;
	display: flex;
	flex-direction: row;
}


#footer .footer_bottom .footer_bottom_bottom{
	justify-content: space-around;
}
#footer .footer_bottom .footer_bottom_bottom .bottom_nav{
	
}
#footer .footer_bottom .footer_bottom_bottom .bottom_nav span{
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 600;
}
#footer .footer_bottom .footer_bottom_bottom .bottom_nav li{
	margin-bottom: 10px;
}
#footer .footer_bottom .footer_bottom_bottom .bottom_nav li:first-of-type{
	margin-top: 15px;
}
#footer .footer_bottom .footer_bottom_bottom .bottom_nav li a{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 300;
}
#footer .footer_bottom .footer_bottom_bottom .bottom_nav li a:hover{
	color: #ffa422;
}

/*copyright*/
#footer .copyright{
	background: #006b46;
}
#footer .copyright > .container_a{
	display: flex;
	flex-direction: column;
	padding-bottom: 10px;
}
#footer .copyright a{
	font-size: 14px;
	text-decoration: underline;
	margin-top: 5px;
	color: #FFFFFF;
}
#footer .copyright a:hover{
	color: #FFFFFF;
}
#footer .copyright a.mob_link{
	font-weight: 300;
	color: #FFA422;
}
#footer .copyright span{
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 10px;
}

/*/ // MEDIA // 980 /*/
@media screen and (max-width: 1140px), (max-device-width: 1140px){
	#footer .footer_bottom > .container_a{
		flex-direction: column;
	}
	#footer .footer_bottom .footer_bottom_top{
		width: 100%;
	}
	#footer .footer_bottom .footer_bottom_bottom{
		width: 100%;
		max-width: 400px;
		justify-content: space-between;
		margin-top: 40px;
	}
}
@media screen and (max-width: 860px), (max-device-width: 860px){
	#footer .footer_top {
		flex-direction: column-reverse;
	}
	.bg_com_logo{
		width: 100%;
		background: #f4f4f4;
		padding: 15px;
	}
	.bg_com_logo .com_logo{
		display: flex;
		justify-content: space-between;
	}
	#footer .container_a.footer_container{
		margin: 0;
		padding: 0;
	}
	#footer .footer_top .com_logo img{
		width: 90px;
		height: auto;
	}
	#footer .footer_top .subscribe{
		margin: 0 0 0 0 ;
		height: 80px;
		width: 100%;
		align-items: center;
		display: flex;
	}
	.bx-input-group, .bx-subscribe, .bx-subscribe .bx-input-group .bx-form-control{
		width: 100%;
	}
	#footer  .footer_top > .container_a{
		margin: 0;
		padding: 0 15px;
		width: 100%;
	}
	#footer .footer_top > .container_a.footer_container{
		padding: 0;
	}
	#footer .footer_top{
		padding: 0;
		margin: 0;
	}
}
@media screen and (max-width: 640px), (max-device-width: 640px){
	.contactsAndFeedback2 {
		align-items: center;
	}
}
@media screen and (max-width: 640px), (max-device-width: 640px){
	#footer .footer_bottom .footer_bottom_top{
		flex-direction: column;
	}
	#footer .footer_bottom .footer_bottom_right{
		margin-top: 20px;
	}
}

/*/ // Footer end // /*/
/*********************************************************************/
/*/ //VSPOMOGATELNIE CLASSI // /*/
.nadpiss{
    position: absolute;
    top: 10px;
    color: #ffffff;
    background: #006b46;
    opacity: 0.5;
    border-radius: 5px;
    padding: 0 5px;
}
 .r0{right: 0px;}
 .l10{left: 10px;}
/*/ // Index // /*/

/**/
.left_fix_content{
    position: absolute;
    width: 250px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 500;
}
.left_fix_content.fixmenu{
    top: 115px;
}
.menu{
    position: relative;
    width: 300px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.238);
    border-radius: 5px;
    top: -18px;
    padding-top: 18px;
}

.otdeli{
    height: calc(350px/6);
    border-bottom: 1px solid darkgrey;
    overflow: hidden;
    background: rgb(247,247,247); ;
    font-family: 'FontAwesome';
    font-size: 14px;
    text-align: center;
    line-height: calc(350px/6);
    color: #006b46;
}


.otdeli.medtech{
    border-bottom-left-radius: 7.5px;
    border-bottom-right-radius: 7.5px;
}

.menu:hover .otdeli.medtech{
    border-bottom-right-radius: 0px;
}


.fix{
	position: fixed;
	top: 0;
	z-index: 300;
}
#body .container_a.fix_padding{
	padding-top: 211px;
}

.fixmenu{
    position: fixed;
    top: 115px;
    z-index: 250;
}

.fixsubmenu{
    position: fixed;
    margin-top: 0px;
}
.darkness{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: black;
    opacity: 0.5;
    z-index: 200;
}


@media screen and (max-width: 980px),(max-device-width:980px){ 
  #carusel{
    display: none;
  }
}
.main_content{
    width: 100%;
    max-width: 930px;
    height: auto;
    display: flex;
    flex-direction: row;
    margin-left: 320px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.main_slider{
    max-width: 935px;
    width: 100%;
}
.main_slider img{
    max-width: 935px;
    width: 100%;
}
.column_left{
    max-width: 450px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    border-radius: 5px;
    background: #ffffff;
}
.column_right{
    max-width: 450px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    border-radius: 5px;
    background: #ffffff;
}
.top_block{
    height: 50px;
    width: 100%;
    max-width: 450px;
}
.top_block span{
    font-size: 18px;
    font-weight: 600;
    color: #ffa422;
    line-height: 50px;
    padding-left: 15px;
} 
.backface{
    width: 450px;
    height: 450px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
}
 .back_flip{
    width: 210px;
    height: 210px;
    position: relative;
}
.back_flip img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.big_block{
    width: 100%;
    height: auto;
    margin-top: 15px;
}
.carusel_container{
    width: 100%;
    max-width: 935px;
}
.slider_title{
    font-weight: 600;
    font-size: 18px;
    color: #ffa422;
    padding-left: 15px;
}
.act_carusel{
/*    display: none;*/
    width: 100%;
}

@media screen and (max-width: 600px),(max-device-width:600px){ 
  .column_left, .column_right{
    width: 400px;
    height: 465px;
  }
  .frontface, .backface{
    width: 400px;
    height: 400px;
  }
  .front_flip{
    width: 200px;
    height: 200px;
  
  }
 .back_flip{
    width: 192.5px;
    height: 192.5px;
  } 
}
@media screen and (max-width: 420px),(max-device-width:420px){ 

  .column_left, .column_right{
    width: 350px;
    height: 415px;
  }
  .frontface, .backface{
    width: 350px;
    height: 350px;
  }
  .front_flip{
    width: 175px;
    height: 175px;
  }
 .back_flip{
    width: 167.5px;
    height: 167.5px;
  }
  .top_block{
    height: 50px;
    width: 100%;
    max-width: 350px;
    margin-bottom: 15px;
    }

}
@media screen and (max-width: 360px),(max-device-width:360px){ 
  .column_left, .column_right{
    width: 300px;
    height: 365px;
  }
  .frontface, .backface{
    width: 300px;
    height: 300px;
  }
  .front_flip{
    width: 150px;
    height: 150px;
  }
 .back_flip{
    width: 145px;
    height: 145px;
  }
  .top_block{
    height: 50px;
    width: 100%;
    max-width: 300px;
    margin-bottom: 15px;
    }
}

/* AKTSII*/
  .aktsii_content {
  	padding-left: 20px;
  }
  .aktsii_top_foto img{
  	width: 100%;	
  }
/* END OF AKTSII*/


/* VACANSII*/
	.vacancies_page_content {
		display: flex;
	}
	.vacancies_content {
		padding-left: 20px;
	}
	.vacancies_top_foto img {
		width: 100%;
	}
	.vacancies_about {
		font-weight: 600;
	}
	.vacancies_text {
		padding: 15px 20px 0px 20px;
	}
	.vacancies_text li {
		color: #000000;
		font-size: 14px;
	}
	.vacancies_text_plus_video {
		background: #FFFFFF;
		box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.238);
		border-radius: 5px;
		margin-top: 20px;
	}
	.vacancies_padding {
		padding-top: 20px;
	}
	.vacancies_video {
		padding: 15px 20px 20px 20px;
	}
	.apteka_video {
		width: 100%;
		height: 500px;
	}
	@media screen and (max-width: 1000px), (max-device-width: 1000px){
		.vacancies_page_content {
			flex-direction: column;
		}
		.vacancies_content {
			padding-left: 0px;
		}
	}
	@media screen and (max-width: 1000px), (max-device-width: 1000px){
		.apteka_video {
			height: 250px;
		}
	}
/* END OF VACANSII*/


/* ABOUT and CONTACTS PAGE*/
.stat_page_container{
    max-width: 1280px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.stat_page_container_nomenu{
    max-width: 930px;
    width: 100%;
    height: auto;
    margin-left: 20px;
}
.stat_content{
    max-width: 930px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.238);
    border-radius: 11px;
}
.statiy_page{
    max-width: 930px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about_text{
    max-width: 985px;
    width: 100%;
    background: #FFFFFF;
    /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    padding: 0px 20px 20px 20px;*/
    padding: 20px 45px 25px 20px;
}
.big_map {
	width: 100%;
    height: 322px;
    border: none;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
}
.banner{
    width: 100%;
    max-width: 985px;
    height: auto;
}
.banner img{
    width: 100%;
    height: auto;
}
.menu_stat_page{
    overflow: hidden;
    position: absolute;
    width: 250px;
    height: 0px;
    background-color: transparent;
    z-index: 300;
    font-family: 'FontAwesome';
    box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.3);
}
/*other*/
/*.map {
  width: 100%;
  height: 460px;
}*/
.banner {
  width: 100%;
  height: auto;
}
.banner img {
  width: 100%;
  height: auto;
}

.bottom_part {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
}

.contactsAndFeedback {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 985px;
  width: 100%;
  height: auto;
  padding-left: 55px;
}
.contacts {
  width: auto;
  height: auto;
  margin-top: 26px;
}
.contacts span {
  font-size: 18px;
  font-weight: 300;
  color: #ffa422;
}
.contacts li {
  margin-top: 17px;
}
.contacts li:nth-child(1) {
  margin-top: 20px;
}
.contacts li:nth-child(4) {
  margin-bottom: 25px;
}
.contacts li p,
.feedback span {
  font-weight: 600;
  font-size: 14px;
}
.contacts li>p:nth-child(2) {
  font-size: 13px;
  margin-top: 5px;
}
.farmmarket_bot {
	display: none;
}
.farmmarket_top span {
	font-size: 18px;
	color: #ffa422;
	font-weight: 300;
}
.farmmarket_bot span {
	font-size: 18px;
	color: #ffa422;
	font-weight: 300;
}
/*Tolko na vrem9*/
.contactsAndFeedback2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 410px;
  width: 100%;
  height: auto;
}
.contactsAndFeedback2 span {
	color: #ffa422;
}
.contacts2 {
  width: auto;
  height: auto;
  margin-top: 26px;
}
.contacts2 span {
  font-size: 14px;
}
.contacts2 li {
  margin-top: 17px;
}
.contacts2 li:nth-child(1) {
  margin-top: 20px;
}
.contacts2 li p,
.feedback span {
  font-weight: 600;
  font-size: 14px;
}
.contacts2 li>p:nth-child(2) {
  font-size: 13px;
  margin-top: 5px;
}
.stroka_contactov_li {
  display: flex;
  margin-top: 15px;
}
.stroka_contactov_li_div {
  display: flex;
  justify-content: center;
  align-content: center;
  padding-top: 10px;
  padding-right: 15px;
}

.perenos {
    display: flex;
    flex-direction: row;
}

/*Konec Tolko na vrem9*/
.feedback {
  display: block;
  width: auto;
  height: auto;
  margin-top: 20px;
  padding-left: 55px;
}
.feedbackContent {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;
}
.feedbackMessage {
  height: 100%;
  margin-top: 20px;
}
.feedbackMessage textarea {
  width: 532px;
  resize: none;
  height: 185px;
  border: none;
  padding: 5px;
  background-color: #f7f7f7;
  padding-left: 10px;
  background: #FFFFFF;
  box-shadow: inset 0px 4px 9px rgba(0, 0, 0, 0.15);
  border-radius: 11px;
  padding-top: 7px;
}
.feedbackButtons {
  display: flex;
  margin-top: 15px;
  margin-bottom: 25px;
}
.feedbackButtons button {
  font-size: 12px;
  font-weight: 600;
}
.feedbackButtons #send,
.feedbackButtons #clear {
  width: 245px;
  height: 45px;
  border-radius: 5px;
  margin-right: 24px;
  background-color: #ffa422;
  border: none;
  color: #FFFFFF;
  border-radius: 11px;
}
.feedbackButtons #send:hover,
.feedbackButtons #clear:hover {
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
  cursor: pointer!important;
}
.feedbackButtons #send:active,
.feedbackButtons #clear:active {
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
  cursor: pointer!important;
}
.feedbackNameAndNumberAndEmail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 140px;
  margin-top: 20px;
}
.feedbackNameAndNumberAndEmail input {
  width: 220px;
  height: 35px;
  border: none;
  background: #FFFFFF;
  box-shadow: inset 0px 4px 9px rgba(0, 0, 0, 0.15);
  border-radius: 11px;
  padding-left: 10px;
}
.colorTextGrey {
  display: none;
}
.feedbackNameAndNumberAndEmail span,
.feedbackMessage span {
  font-size: 14px;
}
.aboutText {
  width: 100%;
  height: auto;
  padding-right: 15px;
  margin-top: 70px;
  font-weight: bold;
  font-size: 18px;
  color: black;
}
.aboutText span:nth-child(1) {
  font-size: 30px;
  margin-bottom: 30px;
}

.black {
    color: #000000;
    font-size: 12px !mportant;
    font-weight: 100;
}

.menu_stat_page:not(.block_hover):hover{
   overflow: visible !important;
}
.white_block{
    position: absolute;
    width: 1250px;
    max-width: 1250px;
    height: 0px;
    background: white;
    z-index: 260;
    display: none;
    border-bottom-right-radius: 7.5px;
}
.white_block img{
    position: absolute;
    top: 250px;
    left: 250px;
    height: 350px;
    width: 1000px;
}

.db{
    display: block;
}
.dn{display: none;}
.hmi {
    width: 116px !important;
    justify-content: space-between;
    padding-top: 5px;
}
.kvt {
    width: auto;
}
.hm2i2 {
    width: auto;
}
@media screen and (max-width: 1295px), (max-device-width: 1295px){
	.main_infobonus {
		flex-direction: column;
	}
}
@media (max-width:1281px),(max-device-width:1281px){
    .bottom_container.fix{
        padding-right: 30px;
    }
    .banner{
        max-width: 1235px;
        width: 100%;
    }

    /*.chetolen {
        display: none;
    }
    .dvaolen {
        display: block;
    }
    #header .header_bottom .header_menu_icons {
        width: 192px;
        
    }
    .kol-vo_tovara {
        margin-right: 10px;
    }
    .headerMenu2Icon2 {
        margin-right: 10px;
    }*/
    .header_breadcrumb {
        width: 60%;
        max-width: 552px;
    }
}    

/*END*/
@media screen and (max-width: 1280px),(max-device-width:1280px){ 
    .main_content{
        margin: 0 auto;
    }

    .contactsAndFeedback {
      justify-content: flex-start;
      align-items: flex-start;
      max-width: 1235px;
      width: 100%;
      height: auto;
    }
    
    .feedbackMessage textarea {
      width: 445px;
    }

    .left_fix_content{
        display: none !important;
    }

}
@media (max-width:1250px),(max-device-width:1250px){

}
@media (max-width:1250px),(max-device-width:1250px){
    .stat_page_container {
      flex-direction: column;
    }
    .stat_page_container_nomenu {
      margin-left: 0px;
    }
}
@media (max-width:1051px),(max-device-width:1051px){
    .header_breadcrumb {
        max-width: 512px;
    }
 .dvaolen 
  {
    top: -1px;
  }
  .dvaolen img 
  {
    width: 80%;
    height: 100%;
  }
}
@media screen and (max-width: 1017px),(max-device-width:1017px){ 
    .main_content{
        justify-content: center;
        margin-left: 0px;
    }
    
    #carousel{
        max-width: 800px;
    }
}
@media screen and (max-width: 985px),(max-device-width:985px){ 
	/* AKTSII*/
 	 .infobonus_page_content {
 	 	flex-direction: column;
 	 }
	/* END OF AKTSII*/
}
@media screen and (max-width: 895px),(max-device-width:895px){ 
    .contactsAndFeedback {
      justify-content: flex-start;
      align-items: flex-start;
      max-width: 985px;
      width: 100%;
      height: auto;
    }
    
    .feedbackContent {
      display: flex;
      justify-content: center;
      align-items: flex-start;
    }
    
    .feedbackNameAndNumberAndEmail {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start;
      margin-top: 20px;
      margin-left: 0px;
    }
}
@media screen and (max-width: 820px),(max-device-width:820px){
    .feedbackContent {
      display: flex;
      flex-direction: column-reverse;
      justify-content: center;
      align-items: flex-start;
    }
    .perenos {
        flex-direction: column;
    }
    .bottom_part {
		flex-direction: column;
	}
	.contactsAndFeedback2 {
		align-items: flex-start;
		padding-left: 55px;
	}
}
@media screen and (max-width: 900px),(max-device-width:900px){ 
	.contactsAndFeedback2 {
		align-items: flex-start;
		padding-left: 55px;
	}
}
@media screen and (max-width: 565px),(max-device-width:565px){

    .contactsAndFeedback {
        display: flex;
        justify-content: flex-start;
        align-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    
    .contactsAndFeedback2 {
      justify-content: center;
    }
    
    .feedback {
      margin: 0px 0 0 0px;
    }
    
    .contacts {
        align-items: center;
    }
    
    feedbackContent {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: flex-start;
    }
    
    feedbackButtons {
        justify-content: center;
    }
    

    .feedbackMessage textarea {
        width: 100%;
    }
    
    
}
.ortoped{
  display: block !important;
  height: 60px;
    width: 100%;
    background: #fff;
    border: 1px solid darkgrey;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ortoped a{
  display: flex;
    font-size: 15px;
    font-weight: 600;
    padding-right: 5px;
    justify-content: center;
    color: #006b46;
    text-align: center;
          line-height: 60px;
}


/*btn sexshop*/
.btn_sexshop_menu{
    background: #ffffff;
    height: 35px;
    padding-left: 10px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.btn_sexshop_menu img{
    width: 20px;
    height: 20px;
}
.btn_sexshop_menu a{
  width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    height: 100%;
    line-height: 35px;
}

/*/ // Index end // /*/
.personal {
  width: 100%;
  height: 100%;
}
.personal .inputsAndButtons {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
}
.personal .inputsAndButtons p {
  color: #006b46;
  font-size: 24px;
  font-weight: 600;
}
.personal .inputBlock {
  width: 100%;
  margin-top: 13px;
}
#ib1 {
  margin-top: 45px;
}
.personal .inputName {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.personal .inputName span {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 13px;
  padding-top: 2px;
  border-radius: 100%;
  color: #fff;
  background-color: #006b46;
}
.personal .inputName p {
  font-size: 14px;
  font-weight: 600;
  margin-top: 0px;
  margin-left: 10px !important;
  color: #006b46;
}
.personal .input {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 5px;
}
.personal .input input {
  width: 100%;
  max-width: 650px;
  padding: 10px;
  height: 35px;
  background-color: #f7f7f7;
}
.personal .input p {
  width: 100%;
  margin-left: 25px !important;
  color: #8c8c8c;
  font-size: 14px;
  font-weight: 300;
}
.personal .inputsAndButtons button, .personal .inputsAndButtons .btn  {
  width: 185px;
  height: 35px;
  margin-top: 30px;
  border-radius: 7px;
  background-color: #fff;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  color: #006b46;
}
.personal .inputsAndButtons button:hover, .personal .inputsAndButtons .btn:hover {
  color: #fff;
  background-color: #006b46;
}
.personal .inputsAndButtons button:active, .personal .inputsAndButtons .btn:active {
  color: #fff;
  background-color: #006b46;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.authsoc {
  width: 100%;
  height: 100%;
  margin-top: 40px;
  padding-top: 25px;
  border-top: 1px solid #b3b2b2;
}
.authsoc p {
  color: #8c8c8c;
}
.authsoc .socIcons {
  margin-top: 15px;
}
.bigdata_title {
    color: #413e3e;
    vertical-align: middle;
    height: 38px;
    line-height: 38px;
    font-size: 30px;
    border-bottom: 1px solid #ececec;
}
@media (max-width:479px){

    .bigdata_title {
        font-size: 20px;
    }
}
.cloudpay_button{
    border-radius:7.5px; 
    background: #ffa422;
    color: white;
    width: 13%;
    height: 30px;
    min-width: 100px;
}
/*/*/

/*bonus btn*/

.coupon_btn{
  height: 40px;
    width: 100%;
    /*background: #07ad20;*/
  background: #ffa422;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    /* border-bottom-right-radius: 7.5px; */
    /* border-bottom-left-radius: 7.5px; */
    border-radius: 7.5px;
    margin: 10px auto 0 auto;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}
.coupon_btn:hover{
  box-shadow: 4px 4px 5px rgba(0,0,0,0.3);
  color: #fff;
}

.coupon_btn:active{
  box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
  color: #fff;
}
.coupon_btn:checked,.coupon_btn:disabled,.coupon_btn:empty,.coupon_btn:enabled,.coupon_btn:visited{
  color: #fff;
}



