@charset "utf-8";

@import url(reset.css);
@import url(fonts.css);
/* ----------------------------Блок присоединения шрифтов--------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*  TYPOGRAPHY
/*-----------------------------------------------------------------------------------*/
body {
    font-family: 'AABebasNeue';
    font-size: 18px;
}


.noscroll {
	overflow-y:hidden!important;
	padding-right: 18px;
}

.container{
	width: 1314px;
	outline: 0px solid #000;
}
.container-in{
	width: 1050px;
	margin: 0 auto;
	outline: 0px solid #000ccc;
}
.h1{
	line-height: 1em;
	text-align: center;
	font-size: 50px;
	color: #006442;
}
.h1>span{
	color: #ef7400;
}
.h2{
	font-size: 35px;
	color: #006442;
}
.h2>span{
	color: #ef7400;
}
.h3{
	font-size: 35.8px;
    font-style: italic;
	color: #006442;
}
.h4	{
	font-size: 24px;
}
.mob-hide{display: block !important;}
.mob-visible{display: none !important;}
.mob-320{display: none;}
.mob-visible-480{display: none;}
/*.mob-hide-480{display: block;}*/
a:hover{
	opacity: .7;
}
/* ------------------------------  Start header ------------------------------ */
.header{
	padding: 14px 0 8px 0;
    background: rgba(227, 227, 227, 0.2);
}
#header.fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
    padding: 10px 0 4px 0;
	background: #fff;
}
.logo{
	display: block;
	float: left;
}

.city {
  position: relative;
  float: left;
  margin: 7px 20px 0 30px;
  padding: 11px 0px;
  font-size: 23px;
  text-transform: uppercase;

  margin-left: 7px;
  padding: 7px 20px 6px 17px;
  color: #fff;
  background: #E52369;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0px 3px 3px 0px rgba(0,0,0,.5);

}

.current-city {
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
  border-bottom: 1px dashed #fff;
}


.city-list {
  display: none;
  position: absolute;
  right: -50px;
  bottom: -45px;
  padding: 8px 12px;
  border-radius: 5px;
  background-color: #E52369;
  /*background-image: -moz-linear-gradient( 90deg, rgb(214,108,0) 0%, rgb(255,163,0) 100%);*/
  /*background-image: -webkit-linear-gradient( 90deg, rgb(214,108,0) 0%, rgb(255,163,0) 100%);*/
  /*background-image: -ms-linear-gradient( 90deg, rgb(214,108,0) 0%, rgb(255,163,0) 100%);*/
  font-size: 0;
  z-index: 1;
}

.city-list:before {
  content: "";
  position: absolute;
  top: -14px;
  left: 25px;
  border: 7px solid transparent;
  border-bottom-color: #E52369;;
}

.city-list._show {
  display: block;
}

.city-item {
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
  border-right: 1px solid #fff;
}

.city-item:first-child {
  padding-left: 0;
}

.city-item:last-child {
  padding-right: 0;
  border-right: none;
}

.city-item:hover a {
  border-bottom: 1px dashed #fff;
}

.city-item a {
  font-size: 17px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}


.menu{
	// width: 54%;
  padding-top: 6px;
  float: left;
}
.menu li{
	float: left;
}
.menu li a{
	display: block;
	margin: 7px 0px;
  padding: 5px 14px;
	font-size: 23px;
	color: #006442;
	text-decoration: none;
}
.menu li.buy-aczion a{
    display: block;
    margin-left: 7px;
    padding: 7px 20px 6px 17px;
    font-size: 19.6px;
    color: #fff;
    background: #ef9002;
    border-radius: 10px;
    font-style: italic;
    text-decoration: none;
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,.5);
}
.menu li a:hover{
	opacity: 0.7;
}
.address-phone{
    width: 18%;
	text-align: right;
	color: #3d403f;
	float: right;
}
.address{
	padding: 0px 0 0 0;
	font-family: 'HelveticaNeueLTCyr57Condenced';
	font-size: 14px;
}
.phone{
    padding-top: 0px;
    font-family: 'HelveticaNeueLTCyr77BoldCondenced';
    font-family: 'AABebasNeue';
    font-size: 34px;
    background: url(../images/header/address-phone-bg.png) no-repeat left center;
}
.phone span{
	display: inline-block;
}
#phone span::before{
	content: '+';
	display: block;
	line-height: 1.4em;
    font-family: 'HelveticaNeueLTCyr77BoldCondenced';
    font-size: 26px;
    float: left;
}
.hot-line .phone span::before{
	font-size: 29px;
}
a.write-us-a{
	display: block;
    margin-top: -2px;
	text-decoration: underline;
	font-family: 'HelveticaNeueLTCyr57Condenced';
	font-size: 14px;
	color: #3d403f;
}
a.write-us-a:hover{
	text-decoration: none;
}
/* ------------------------------  Stop header ------------------------------ */
/* ------------------------------  Start healthy-microflora ------------------------------ */
.healthy-microflora{
    position: relative;
	width: 100%;
	margin-bottom: 50px;
	/*padding-bottom: 50px;*/
	background: url(../images/healthy-microflora/healthy-microflora-bg.png) no-repeat;
	background-size: cover;
    background-size: 100% 100%;
}
.healthy-microflora .h1{
    padding: 10px 13px 0 0;
    margin-bottom: 0;
    line-height: 1;
}
.healthy-microflora-subtitle {
	position: absolute;
	bottom: -38px;
	left: 10%;
	font-size: 14px;
	color: #989898;
	max-width: 50%;
}
.healthy-microflora-subtitle._fullw {
	max-width: 80%;
}
/* healthy-microflora-right */
.healthy-microflora-right{
	position: relative;
	width: 55%;
	height: 580px;
    padding-top: 34px;
	padding-left: 40px;
	float: right;
}
.aczia{
	margin-left: -50px;
	font-size: 58px;
	color: #ef7400;
	font-style: italic;
}
.only-until{
    padding-left: 3px;
	font-size: 26px;
	color: #969696;
}
.packs{
    margin-left: 0px;
    padding-bottom: 8px;
    font-size: 58px;
    color: #006442;
    font-style: italic;
}
.behind{
	margin: -5px 0 0 6px;
	font-size: 37px;
	color: #ef7400;
	font-style: italic;
}
.behind span{
	display: inline-block;
}
.behind-top{
    vertical-align: top;
    line-height: 1.3em;
}
.behind-vygoda {
	vertical-align: top;
	font-size: 18px;
	font-family: 'HelveticaNeueLTCyr57Condenced';
	font-style: normal;
	color: #4a4a4a;
	margin: 15px 0 0 -35px;
}
.num2{
	padding-left: 6px;
	font-size: 105px;
}
.num2>span{
    padding-left: 14px;
	font-size: 49.11px;
}
a.checkout{
    display: inline-block;
    margin-left: 80px;
    padding: 15px 57px 15px 48px;
    font-size: 25.5px;
    color: #fff;
    text-decoration: none;
    font-style: italic;
    background: url(../images/healthy-microflora/checkout-bg.png) no-repeat left bottom;
    letter-spacing: .7px;
}
.checkout:hover{
	opacity: .7;
}
.doctors-more{
    position: absolute;
    left: 32px;
    bottom: -50px;
    z-index: 9;
    padding: 50px 0 0px 40px;
}
.doctors-more>div{
	-moz-transform: rotate(-5deg); /* Для Firefox */
    -ms-transform: rotate(-5deg); /* Для IE */
    -webkit-transform: rotate(-5deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(-5deg); /* Для Opera */
    transform: rotate(-5deg);
    letter-spacing: .5px;
}
.doctors-recommend{
    margin: -16px 0 0 107px;
	font-size: 22.21px;
	color: #006832;
	float: left;
}
.more-than-20{
    margin: -30px 0 0 -56px;
	font-size: 15.5px;
	color: #e96e22;
	float: left;
}
.more-than-20 span{
	font-size: 48.23px;
	color: #e86d21;
}
/* .healthy-microflora-bottom */
.healthy-microflora-bottom{
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    padding-left: 40px;
	background: url(../images/healthy-microflora/healthy-microflora-bottom-bg.png) no-repeat left bottom;
	background-size: cover;
    background-size: 100% 100%;
}
.bia-vesta{
	display: block;
	padding: 19px 0px 14px;
	float: left;
}
.healthy-microflora-bottom .h4{
    padding: 3px 0 0 34px;
	line-height: 1em;
	font-size: 23px;
	font-style: italic;
	color: #006442;
	float: left;
}
.girl{
	position: absolute;
	bottom: 0;
	left: 34%;
	-webkit-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.date-pharmexpert{
	position: absolute;
	bottom: -55px;
	left: 10%;
	font-size: 11px;
	color: #989898;
}
.mon-320{
	display: none;
}
.biovesting-block{
	display: block;
	margin: 0 auto;
    padding-left: 27px;
}
.healthy-microflora-ul{
	width: 662px;
	height: 88px;
	margin: 0 auto;
	background: url(../images/healthy-microflora/healthy-microflora-ul-bg.png) no-repeat;
}
.healthy-microflora-ul li{
	width: 30%;
	padding: 25px 0 0 0;
	text-align: center;
	float: left;
}
.healthy-microflora-ul li:nth-child(2){
	width: 40%
}
.healthy-microflora-ul li a{
	display: block;
	font-size: 24px;
	color: #ef7400;
}
/* ------------------------------  Stop  healthy-microflora------------------------------ */
/* ------------------------------  Start harmony-icroflora ------------------------------ */
.harmony-microflora{
	position: relative;
	min-height: 576px;
	padding-top: 30px;
	background: url(../images/harmony-microflora/harmony-microflora-bg.png) no-repeat;
	background-size: cover;
    background-size: 100% 100%;
}
.harmony-microflora .h1{
	font-size: 53px;
}
p.title{
	width: 770px;
	margin: 0 auto;
	line-height: 1.2em;
	text-align: center;
	font-family: 'HelveticaNeueLTCyr57Condenced';
	font-size: 18px;
	color: #2f2f2f;
}
.harmony-microflora p{
    padding: 10px 0 0 0;
}
.harmony-microflora-in{
	max-width: 1030px;
    margin: 30px auto 0 auto;
}
.harmony-microflora-img{
	position: relative;
	width: 45%;
	min-height: 342px;
	float: left;
}
.harmony-microflora-left {
	text-align: right;
}
.harmony-microflora-right{
	float: right;
}
.harmony-microflora-img .h3{
	font-size: 30px;
}
.harmony-microflora-left .h3{
	margin-bottom: 0;
}
.harmony-microflora-img .h3 span{
	color: #ef7400;
}
.harmony-microflora-img img{
	position: absolute;
	bottom: -95px;
}
.harmony-microflora-right img{
    right: -5px;
    bottom: -86px;
}
.harmony-microflora-left img{
	left: 11%;
}
.harmony-microflora-img ul {
	padding-top: 0px;
}
.harmony-microflora-img ul li{
	font-family: 'HelveticaNeueLTCyr57Condenced';
	font-size: 18px;
	color: #292929;
}
.harmony-microflora-left ul li{
    padding: 23px 0 6px 0;
}
.harmony-microflora-right ul li{
    padding: 12px 0 3.5px 0;
}
.harmony-microflora-img ul li span{
	position: relative;
    display: inline-block;
}
.harmony-microflora-img ul li span:before{
	content: '';
	position: absolute;
    top: 8px;
	left: -15px;
	display: block;
	width: 4px;
	height: 4px;
	background: #292929;
	border-radius: 50%;
	float: left;
}
.harmony-microflora-left ul li span:before{
	/*top: 20px;*/
}

/* ------------------------------  Stop harmony-icroflora ------------------------------ */
/* ------------------------------  Start biovestin-section ------------------------------ */
.biovestin-section{
    padding: 28px 0 16px 0;
}
.biovestin-section .container-in{
	text-align: center;
}
.biovestin-section-logo{
	text-align: center;
}
.biovestin-section .title{
    padding: 15px 0 50px 0;
}
.plus-block-col{
	overflow: hidden;
}
.plus-block-col-bottom{
    padding-top: 44px;
    padding-left: 70px;
}
.plus-block-col>div{
	padding: 16px 0 10px 54px;
    font-style: italic;
	float: left;
}
.plus-block-col>div p{
	line-height: 1.2em;
	font-family: 'HelveticaNeueLTCyr57Condenced';
	font-size: 16px;
	color: #235c1e;
}
.plus-block-col .col-3{
	width: 25%;
}
.plus-block-col .col-4{
    width: 25%;
    margin-left: 7%;
}
.biovestin-section .plus-block-col .col-4:last-child{
	margin-left: 0;
}
.pb-col-1{
    background: url(../images/biovestin-section/icon/1.png) no-repeat left center;
}
.pb-col-2{
    background: url(../images/biovestin-section/icon/2.png) no-repeat left center;
}
.pb-col-3{
    background: url(../images/biovestin-section/icon/3.png) no-repeat left center;
}
.pb-col-4{
    background: url(../images/biovestin-section/icon/4.png) no-repeat left center;
}
.pb-col-5{
    background: url(../images/biovestin-section/icon/5.png) no-repeat left center;
}
.pb-col-6{
    background: url(../images/biovestin-section/icon/6.png) no-repeat left center;
}
.pb-col-7{
    background: url(../images/biovestin-section/icon/7.png) no-repeat left center;
}
.biovestin-section .h2{
	font-size: 30px;
}
/* ------------------------------  Stop biovestin-section ------------------------------ */
/* ------------------------------  Start share-health ------------------------------ */
.share-health{
    padding-top: 10px;

	background: url(../images/share-health/share-health-bg.jpg) no-repeat;
	background-size: cover;
    /*background-size: 100% 100%;*/
}
.share-health-right{
	width: 60%;
	float: right;
}
.share-health-right .h1{
	padding: 21px 0 19px 0;
	text-align: left;
	font-size: 53px;
}
.share-health-right .title{
	width: 90%;
	margin: 0;
    line-height: 1.25em;
	text-align: left;
}
.share-health-right .h3{
    padding: 5px 0 40px 0;
}
.share-health-in{
	padding: 0px 0 43px 203px;
	background: url(../images/share-health/bottle.png) no-repeat 84px bottom;
}
.share-health-desc{

}
.shd {
    width: 318px;
    padding: 0 0 20px 55px;
    line-height: 1.15em;
    font-family: 'HelveticaNeueLTCyr57Condenced';
    font-size: 16px;
    font-style: italic;
    color: #235c1e;
	background: url(../images/share-health/plus.png) no-repeat 0px 0px;
}
.shd-1{

}
.shd-2{
	margin-left: 81px;
    padding-bottom: 37px;
}
.shd-3{
    margin-left: 137px;
}
.shd-4{
    margin-left: 185px;
    margin-top: 15px;
    padding-left: 51px;
}
.shd-5{
    width: 290px;
    margin-left: 205px;
    margin-top: 32px;
}
/* ------------------------------  Stop share-health ------------------------------ */
/* ------------------------------  Startplay-learn  ------------------------------ */
.play-learn{
    padding: 54px 0 35px 0;
	background: url(../images/play-learn/play-learn-bg.png) right bottom no-repeat;
	/*background-size: cover;*/
    /*background-size: 100% 100%;*/
}
.play-learn .container{
	padding-left: 118px;
}
.play-learn .h1{
	margin-bottom: 0;
	text-align: left;
	font-size: 55px;
}
.play-learn .h2{
    margin: -6px 0 0 50px;
	font-size: 49.2px;
	color: #e96e23;
}
.play-learn .title{
	width: 100%;
    padding: 46px 0 15px 0;
	text-align: left;
}
.every-mother{

}
.every-mother .h3{
    margin-left: -7px;
}
.every-mother-desc{
	width: 50%;
	padding-top: 74px;
    padding-bottom: 7px;
	float: left;
	background: url(../images/play-learn/every-mother-desc-bg.png) no-repeat no-repeat left 16px;
}
.emd-col{
	width: 318px;
    padding: 0 0 20px 62px;
    line-height: 1.15em;
    font-family: 'HelveticaNeueLTCyr57Condenced';
    font-size: 16px;
    font-style: italic;
    color: #235c1e;
	background: url(../images/play-learn/plus.png) no-repeat 0px 0px;
	float: right;
}
.emd-col::after{
	content: '';
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}
.emd-col-1{
	width: 337px;
}
.emd-col-2{
	margin: 26px 0 0 20px;
}
.emd-col-3{
    width: 315px;
    margin: 12px 0 0 0px;
    padding-left: 65px;
    background: url(../images/play-learn/plus.png) no-repeat 0px 10px;
}
.emd-col-4{
	width: 347px;
    margin: 5px 0 0 0px;
    padding-top: 10px;
}
.play-learn-biovesting{
    margin-top: 174px;
	float: left;
}
/* ------------------------------  Stop play-learn ------------------------------ */
/* ------------------------------  Start parents-children ------------------------------ */
.parents-children{
	position: relative;
    min-height: 700px;
	padding: 43px 0 0 0;
	background: url(../images/parents-children/parents-children.jpg);
	background-size: cover;
    background-size: 100% 100%;
}
.parents-children-in{
	width: 60%;
	float: right;
}
.parents-children .h1{
    padding: 4px 16% 22px 0;
    line-height: 1;
}
.parents-children .plus-block{
	width: 499px;
	margin: 0 auto;
}
.parents-children .plus-block .emd-col{
	width: 100%;
    padding-left: 71px;
}
.parents-children .plus-block .pb-col-1{
    margin-left: 0;
}
.parents-children .plus-block .pb-col-2{
	margin-left: 10%;
}
.parents-children .plus-block .pb-col-3{
	margin-left: 16%;
}
.parents-children .plus-block .pb-col-4{
	margin-left: 18%;
}
.parents-children .plus-block-col>div p {
    line-height: .8;
    font-size: 18px;
    margin-bottom: 25px;
}
.watering-can{
	display: block;
    position: absolute;
    top: 104px;
    left: 117px;
    width: 520px;
}
/* ------------------------------  Stop parents-children ------------------------------ */
/* ------------------------------  Start compare-probiotics ------------------------------ */
.compare-probiotics{
    padding: 38px 0 80px 0;
	background: url(../images/compare-probiotics/compare-probiotics-bg.png) no-repeat center bottom;
	background-size: 100%;
}
.compare-probiotics .title{
    width: 72%;
    margin: 0 auto;
    text-align: left;
    line-height: 1.2em;
    font-family: 'HelveticaNeueLTCyr57Condenced';
    font-size: 20px;
    color: #235c1e;
    padding: 28px 0 32px 0;
}
.compare-probiotics .h1 span{
	color: #ef7400;
}
.compare-probiotics .bx-wrapper .bx-controls-direction a{
	top: 40%;
}
.compare-probiotics .bx-wrapper li{
	position: relative;
}
/* ------------------------------  Stop compare-probiotics ------------------------------ */
/* ------------------------------  Start people-drink ------------------------------ */
.people-drink{
    padding: 83px 0 30px 0;
}
.people-drink .h1{
 	width: 570px;
    margin: 0 auto;
    text-align: left;

}
.people-drink .h1 span{
	display: inline-block;
	color: #3c7116;
}
.people-drink .h1 img{
	display: inline-block;
    margin: 0px 0 -6px 9px;
}
.drink-p{
    padding-right: 13%;
    line-height: 1.6;
	text-align: center;
	font-size: 21px;
	color: #3c7116;
}

.sliider-itmm-title ul{
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
	padding: 50px 0;
}
.sliider-itmm-title ul li{
	width: 20%;
	text-align: center;
	float: left;
}
.sliider-itmm-title ul li a{
	font-size: 23px;
    font-style: italic;
	color: #9f9f9f;
	letter-spacing: 0.5px;
}
.sliider-itmm-title ul li a.active{
	color: #437600;
	text-decoration: underline;
}
.scg-item{
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}
.scg-item.active{
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);
}
.scg-item.active+.scg-item, .scg-item.prev{
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);
}
.more-comments{
	overflow: hidden;
	width: 840px;
	margin: 0 auto;
    padding: 50px 0 20px 0;
}
.more-comments .h2{
	font-size: 45px;
	float: left;
}
.more-comments-ul{
	padding-top: 17px;
	padding-left: 28px;
	float: left;
}
.more-comments-ul li{
	padding: 10px 0px 10px 5px;
	float: left;
}
.more-comments-ul li:first-child{
	padding-left: 0;
}
.more-comments-ul li a{
	display: inline-block;
}
.people-drink-wrapper{
	width: 1060px;
	margin: 0 auto;
	padding-top: 45px;
	text-align: center;
}
.col-people-drink{
	display: inline-block;
	width: 40%;
	text-align: left;
	float: left;
}
.col-people-drink:nth-child(2n+2){
    width: 60%;
    padding-left: 15%;
}

.col-pd-title{
	min-height: 100px;
	padding: 20px 0;
}
.col-pd-title-1{
	background: url(../images/people-drink/title/1.png) no-repeat right top;
}
.col-pd-title-2{
	background: url(../images/people-drink/title/2.png) no-repeat right center;
}
.col-pd-title-3{
	background: url(../images/people-drink/title/3.png) no-repeat right center;
}
.col-pd-title-4{
	background: url(../images/people-drink/title/4.png) no-repeat right center;
}
.col-pd-title-5{
	background: url(../images/people-drink/title/5.png) no-repeat right center;
}
.col-pd-title .h4{
	font-size: 24px;
	color: #3c7116;
}
.col-pd-title img{

}
.col-pd-user{
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0,0,0,.4);
}
.col-pd-user img{

}
.col-pd-desc{
	min-height: 150px;
	font-family: 'HelveticaNeueLTCyr57Condenced';
	font-size: 13px;
	color: #292929;
}
a.more{
	display: block;
	padding-top: 30px;
	text-decoration: underline;
	font-family: 'HelveticaNeueLTCyr57Condenced';
	color: #0589dd;
	float: left;
}
a.more:hover{
	text-decoration: none;
}
.date{
	display: block;
	padding-top: 30px;
	font-family: 'HelveticaNeueLTCyr57Condenced';
	font-size: 13px;
	color: #292929;
	float: right;
}
/* ------------------------------  Stop people-drink ------------------------------ */
/* ------------------------------  Start select-your ------------------------------ */
.select-your {
    padding: 30px 0;
	background: url(../images/select-your/select-your-bg.png) no-repeat;
	background-size: 100% 100%;
}
.select-your .h1 span{
	display: inline-block;
	color: #006442;
}
.select-your .h1 img{
	display: inline-block;
    margin: 0px 0 -4px 9px;
}
.select-biovestin{
	/*overflow: hidden;*/
	width: 972px;
	margin: 0 auto;
}
.sb-col{
	width: 30%;
	padding: 84px 0 50px 0;
	float: left;
}
.sb-col-active{
	width: 40%;
	padding-left: 80px;
    padding-right: 55px;
	background: url(../images/select-your/select-active.png) no-repeat;
    background-size: 100%;
}
.sb-col-3{
	padding-left: 62px;
}
.sb-col-1{
	padding: 91px 27px 50px 11px;
}
.sb-img{
    height: 106px;
}
.sb-col-1 .sb-img{
    height: 100px;
	margin-left: -8px;
}
.sb-img img{
	display: inline-block;
}
.sb-col .h3{
	font-size: 40px;
    font-style: normal;
	color: #006442;
}
.sb-col.sb-col-active .h3{
	color: #e86a22;
}
.sb-col p{
	height: 63px;
	line-height: 1.2em;
	font-family: 'HelveticaNeueLTCyr57Condenced';
	font-size: 16px;
	color: #292929;
}
.sb-map{
    display: table-cell;
    vertical-align: middle;
	height: 90px;
	padding: 5px 0 5px 40px;
	line-height: 1.2em;
	font-family: 'HelveticaNeueLTCyr57Condenced';
	font-size: 15px;
	color: #4ea734;
	background: url(../images/select-your/map.png) no-repeat left center;
}
a.read-more{
	display: block;
    width: 201px;
    height: 44px;
    margin-top: 13px;
    padding: 10px 0px;
    text-align: center;
    font-size: 19.6px;
    color: #fff;
    background: url(../images/select-your/btn.png) no-repeat;
    border-radius: 10px;
    font-style: italic;
    text-decoration: none;
}
.sb-col-active a.read-more{
	background: url(../images/select-your/btn-active.png) no-repeat;
}
a.read-more:hover{
	opacity: .7;
}
/* ------------------------------  Stop select-your ------------------------------ */
/* ------------------------------  Start section-action ------------------------------ */
.section-action{
    padding: 48px 0 10px 0;
	background: url(../images/section-action/section-action-bg.jpg) no-repeat;
	background-size: 100% 100%;
	background-size: cover;
}
.section-action .h1{
    margin-bottom: 4px;
	font-size: 48px;
	color: #fff;
}
.title-h2, .title-h3{
	line-height: 1em;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px black, 0 0 1em rgba(0,0,0,.1);
}
.title-h2{
	padding: 15px 0 5px 0;
	font-size: 30px;
}
.geo-title{
    line-height: 1em;
    font-size: 24px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px black, 0 0 1em rgba(0,0,0,.1);
}

.title-h3{
	font-size: 20px;
  margin-bottom: 50px;
}

.where-buy-map {
  text-align: center;
  padding: 0 0 35px;
  font-size: 24px;
}

.buy-but{
	position: relative;
    width: 600px;
    margin: 0 auto;
}
.buy-but-in{
	position: relative;
	z-index: 2;
	width: 600px;
    height: 284px;
    margin: -20px auto 0;
    padding: 40px 0px 0 0;
    text-align: center;
	background: url(../images/section-action/buy-but-in.png) no-repeat;
}
.buy-but-in._nsk {
  padding: 60px 0px 0 0;
}
.buy-but-in .h2{
	margin: 12px 0 0 0;
    line-height: 1em;
	font-size: 26px;
}
.buy-but-in .h2 span{
	display: block;
}
.buy-price{
    margin-top: -10px;
	font-size: 58.44px;
	color: #ff9600;
}
.buy-price span{
	display: inline-block;
	font-size: 105.2px;
}
.buy-number{
	position: absolute;
    right: -18px;
    bottom: 18px;
    z-index: 10;
    width: 152px;
    height: 101px;
    padding: 7px 0 0 0;
    line-height: 31px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background: url(../images/section-action/buy-number-bg.png) no-repeat;
}
.buy-number span{
	display: block;
	text-align: center;
	font-size: 47px;
}
.buy-img{
	display: inline-block;
	position: absolute;
	left: -125px;
	bottom: 18px;
}
.section-action .h4{
    margin-top: -12px;
	text-align: center;
	font-size: 47.5px;
	color: #fff;
	letter-spacing: -.5px;
    text-shadow: 1px 1px 1px black, 0 0 1em rgba(0,0,0,.2);
}
.section-action .h5{
    margin: 0;
	text-align: center;
	font-size: 34px;
	color: #fff;
	letter-spacing: 0.5px;
    text-shadow: 1px 1px 1px black, 0 0 1em rgba(0,0,0,.2);
}
.section-action .h4 span{
	font-size: 25px;
}
.delivery{
	margin: 23px 0 0px 0;
	text-align: center;
	font-size: 37.66px;
	color: #fff;
	letter-spacing: -.5px;
    text-shadow: 1px 1px 1px black, 0 0 1em rgba(0,0,0,.2);
}
a.contents-order{    display: block;
    width: 286px;
    height: 51px;
    margin: 30px auto 60px;
    padding: 13px 0;
    text-align: center;
    font-size: 30.40px;
    font-style: italic;
    color: #fff;
    text-decoration: none;
    background: url(../images/section-action/btn.png) no-repeat -85px -58px;
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,.5);
    border-radius: 10px;
}
a.contents-order:hover{
	opacity: 0.7;
}
.section-action-bottom{
    margin-top: 10px;
    text-align: center;
    line-height: 1.1em;
	font-family: 'HelveticaNeueLTCyr57Condenced';
	font-size: 12px;
	color: #fff;
}
/* ------------------------------  Stop section-action ------------------------------ */
/* ------------------------------  Start where-buy ------------------------------ */
.where-buy{

}
.where-buy .h1{
    padding: 26px 0 34px 0;
}
.where-buy .h1 span{
	color: #006442;
}
.where-buy .h1 img{
	display: inline-block;
    margin-bottom: -9px;
    padding: 0 3px 0 7px;
}
/* ------------------------------  Stop where-buy ------------------------------ */
/* ------------------------------  Start footer ------------------------------ */
.footer{
	position: relative;
	padding-bottom: 15px;
	background: url(../images/footer/footer-bg.jpg) no-repeat;
	background-size: cover;
}
.footer .row {
	overflow: hidden;
}
.col-footer-left{
	width: 56%;
	float: left;
}
.col-footer-left a{
	display: inline-block;
}
.col-footer-left img{
    display: block;
    margin-left: 0px;
    padding: 30px 0px 20px 0;
}
.col-footer-left p{
	font-family: 'HelveticaNeueLTCyr57Condenced';
	font-size: 14px;
	color: #fff;
}
.col-footer-left p.bad-bold{
	padding-bottom: 5px;
	font-family: 'HelveticaNeueLTCyr77BoldCondenced';
}
a.politick{
	position: absolute;
	top: 40px;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
	display: block;
	text-decoration: underline;
	font-family: 'HelveticaNeueLTCyr57Condenced';
	font-size: 17px;
	color: #fff;
}
a.politick:hover{
	text-decoration: none;
}
.col-footer-right{
    width: 40%;
    padding: 22px 0 0 0;
	float: right;
}
.col-footer-right .address-phone{
	width: 230px;
	color: #fff;
}
.col-footer-right .address{

}
.col-footer-right .phone{
    padding: 5px 0;
	background: url(../images/footer/address-phone-bg.png) no-repeat left center;
}
.footer .write-us-a{
	color: #fff;
}
.footer-ur-adress{
	margin-top: 63px;
    line-height: 1.2em;
	text-align: right;
	font-family: 'HelveticaNeueLTCyr57Condenced';
	font-size: 14px;
	color: #fff;
}
/* ------------------------------  Stop footer ------------------------------ */
/* ------------------------------  Start modal ------------------------------ */
.darken {
    display:none;
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    background:#000;
    opacity:0.5;
    overflow:hidden;
    z-index:1000;
}
.closik {
    display:block;
    width:30px;
    height:30px;
    position:absolute;
    top: 2px;
    right: 2px;
}
.closik:hover {
    opacity:0.8;
}
.b-popup {
	overflow: hidden;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 8px #000;
    border: 3px solid #73bb47;
    z-index: 10000;
}
.popup-container{
	padding: 30px 40px;
}
.popup-left{
	width: 25%;
    padding-right: 30px;
	float: left;
}
.popup-left .h2{
	font-size: 40px;
	color: #006442;
}
.popupl-left-p{
	font-family: 'HelveticaNeueLTCyr57Condenced';
	font-size: 16px;
	color: #292929;
}
.popup-left .sb-map{
	margin: 50px 0;
}
.popup-right{
	width: 75%;
	float: left;
}
.popup-right .h4{
	font-size: 25px;
	color: #006442;
}
.popup-right .description{
    height: 85vh;
    float: left;
}
.popup-right .description p{
	padding-bottom: 20px;
	font-family: 'HelveticaNeueLTCyr57Condenced';
	font-size: 16px;
	color: #292929;
}
.popup-right .description ul{
    display: list-item;
    list-style: square;
    padding: 0px 19px 19px 19px;
}
.popup-right .description li{
	font-family: 'HelveticaNeueLTCyr57Condenced';
	font-size: 16px;
	color: #292929;
	list-style: square;
    padding: 3px 0 0px 10px;
}
.popup-right table{
	width: 100%;
	margin-bottom: 20px;
	font-family: 'HelveticaNeueLTCyr57Condenced';
}
.popup-right table thead{
	font-family: 'AABebasNeue';
}
.popup-right table  td{
	padding: 5px 0 5px 15px;
	border: 1px solid #000;
}
.relative {
    position:relative;
    width:100%;
}
#result {
    padding:0 20px 0 0px;
    text-transform: uppercase;
    font-size:22px;
    color:#404040;
    text-align:center;
    font-family: 'HelveticaNeueLTCyr77BoldCondenced'
}
.error{
    color:#f00;
}
.neotpravleno {
    color:#f00;
    font-size:22px;
}
.otpravleno{
	color: #00bd23;
}
/* ------------------------------  Stop modal ------------------------------ */
/*-----------------------------------------------------------------------------------*/
/*  order.html
/*-----------------------------------------------------------------------------------*/
/* ------------------------------  Start order ------------------------------ */
.order{
    padding: 8px 0 20px 0;
	background: url(../images/order/order-bg.png) no-repeat;
	background-size: cover;
}
.order .h1{

}
.form-order{

}
/* -------------  Start form-order-fio ---------- */
.form-order-fio{
    padding: 17px 0 28px 0;
}
.form-order-fio li{
	overflow: hidden;
	padding-bottom: 9px;
}
.form-order-fio li>div{
	float: left;
}
.form-order-label{
	width: 40%;
	text-align: right;
}
.form-order-label label{
    padding-top: 15px;
    font-size: 20px;
    font-style: italic;
    color: #006442;
    letter-spacing: .5px
}
.form-order-input{
	width: 60%;
	padding-left: 15px;
	text-align: left;
}
.form-order-input input{
	width: 328px;
	height: 36px;
	padding-left: 15px;
	font-family: 'HelveticaNeueLTCyr57Condenced';
	font-size: 18px;
    color: #4f4f4f;
	border: 1px solid #707070;
}
/* -------------  Stop form-order-fio ---------- */
/* -------------  Start cost-saving ---------- */
.cost-saving{

}
.cost-saving li{
	overflow: hidden;
	padding-bottom: 2px;
}
.cost-saving li>div{
	float: left;
	font-size: 27px;
}
.cost-saving li>div.cost-saving-title{
	padding-top: 5px;
}
.cost-saving li>div:first-child{
	font-size: 20px;
}
.cost-saving-title{
	width: 40%;
	text-align: right;
    font-style: italic;
    color: #006442;
    letter-spacing: .5px
}
.cost-saving-result{
	width: 60%;
	padding-left: 15px;
	text-align: left;
	color: #494949;
}
.plus-cost-wrapper{
	position: relative;
	display: inline-block;
	padding-left: 15px;
}
.plus-cost{
	position: absolute;
	left: 0;
	display: block;
    line-height: 1.8em;
    font-family: 'HelveticaNeueLTCyr77BoldCondenced';
    font-size: 16px;
}
/* -------------  Stop cost-saving ---------- */
/* -------------  Start pick-up ---------- */
.pick-up{
	overflow: hidden;
    padding: 86px 0 0px 0;
}
.pick-up-title{
	width: 38.5%;
	text-align: right;
	font-size: 20px;
    font-style: italic;
    color: #006442;
    float: left;
    line-height: 1.1em;
    letter-spacing: .5px;
}
.pick-up-radio{
	width: 60%;
    margin-top: -1px;
	padding-left: 15px;
	text-align: left;
	float: left;
}
.pick-up-radio li{
	padding-bottom: 2px;
}
.pick-up-radio li label{
	line-height: 1em;
	font-family: 'HelveticaNeueLTCyr57Condenced';
	font-size: 16px;
	color: #4f4f4f;
}
.pick-up-radio li input{

}
.radio{
	float: left;
}
.pick-up .cost-saving{
	padding-top: 14px;
}
.pick-up .cost-saving .cost-saving-title{
	font-size: 20px;
	line-height: 1.5em;
}
/*--------------------------------*/
.radio {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 16px;
  height: 16px;
}
.radio + label {
  cursor: pointer;
}
.radio:not(checked) {
  position: absolute;
  opacity: 0;
}
.radio:not(checked) + label {
	position: relative;
    padding: 0px 0 5px 23px;
}
.radio:not(checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
	width: 16px;
    height: 16px;
    background: url(../images/order/radio.png);
}
.radio:not(checked) + label:after {
    content: '';
    color: #fff;
    position: absolute;
    top: 0px;
    top: 0px;
    left: 0px;
    transition: all .1s;
}
.radio:not(checked) + label:before {content: '';}
.radio:checked + label:before {}
.radio:checked + label:after {
	display: block;
    content: '';
    top: 0px;
    left: 0px;
    width: 16px;
    height: 16px;
    background: url(../images/order/radio-active.png);
}
.radio:focus(checked) + label:after{
    width: 16px;
    height: 16px;
    content: '';
}
.radio:focus + label:before {
    width: 16px;
    height: 16px;
    content: '';
}
/*-----------------*/
/*------------ checkbox --------------------*/
.checkbox {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 16px;
  height: 16px;
}
.checkbox + label {
  cursor: pointer;
}
.checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}
.checkbox:not(checked) + label {
	position: relative;
    padding: 0px 0 5px 25px;
    line-height: .8em;
	font-size: 14px;
}
.checkbox:not(checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
	width: 16px;
    height: 16px;
    background: url(../images/order/radio.png);
}
.checkbox:not(checked) + label:after {
    content: '';
    color: #fff;
    position: absolute;
    top: 0px;
    top: 0px;
    left: 0px;
    transition: all .1s;
}
.checkbox:not(checked) + label:before {content: '';}
.checkbox:checked + label:before {}
.checkbox:checked + label:after {
	display: block;
    content: '';
    top: 0px;
    left: 0px;
    width: 16px;
    height: 16px;
    background: url(../images/order/radio-active.png);
}
.checkbox:focus(checked) + label:after{
    width: 16px;
    height: 16px;
    content: '';
}
.checkbox:focus + label:before {
    width: 16px;
    height: 16px;
    content: '';
}
#radio-label{
    height: 20px;
    display: block;
    float: left;
    margin: 8px 0 0 0;
}
/*------- checkbox ----------*/
/* -------------  Stop pick-up ---------- */
/* -------------  Start delivery-door ---------- */
.delivery-door{
	overflow: hidden;
    padding-top: 48px;
    padding-bottom: 15px;
}
.delivery-door-title{
	width: 38%;
	text-align: right;
	font-size: 20px;
    font-style: italic;
    color: #006442;
    float: left;
    line-height: 1.1em;
    letter-spacing: .5px;
}
.delivery-door-address{
	width: 60%;
    padding: 2px 0 0 19px;
	text-align: left;
	float: left;
}
.delivery-door-address input{

}
.delivery-door-address input#dda_input_text{
	width: 328px;
	height: 36px;
	margin-left: 0px;
	padding-left: 15px;
	font-family: 'HelveticaNeueLTCyr57Condenced'; font-size: 16px; color:#4f4f4f;
	border: 1px solid #707070;
}
.delivery-door-address input::-moz-placeholder{font-family: 'HelveticaNeueLTCyr57Condenced'; font-size: 16px; color:#4f4f4f;}
.delivery-door-address input::-ms-input-placeholder{font-family: 'HelveticaNeueLTCyr57Condenced'; font-size: 16px; color:#4f4f4f;}
.delivery-door-address input::-o-input-placeholder{font-family: 'HelveticaNeueLTCyr57Condenced'; font-size: 16px; color:#4f4f4f;}
.delivery-door-address input::-webkit-input-placeholder{font-family: 'HelveticaNeueLTCyr57Condenced'; font-size: 16px; color:#4f4f4f;}

.cost-saving li>div.dda-price{
    margin: 9px 0 0 40%;
    padding-left: 15px;
    font-size: 20px;
    color: #ff7400;
    letter-spacing: .5px;
}
.cost-saving li>div.dda-price+.dda-price{
    font-size: 30px;
    font-weight: 600;
}
.cost-saving li:nth-child(2) .cost-saving-title+.cost-saving-result, .cost-saving li:nth-child(3) .cost-saving-title+.cost-saving-result{
	padding-top: 20px;
}
/* -------------  Stop delivery-door ---------- */
/* -------------  Start  ---------- */
.input-form-submit{
    display: block;
    width: 320px;
    height: 70px;
    margin: 0 auto 30px;
    padding: 21px 0;
    text-align: center;
    font-size: 30.40px;
    font-style: italic;
    color: #fff;
    text-decoration: none;
    background: url(../images/order/btn.png) no-repeat center center;
    border: none;
}
.input-form-submit:hover{
	opacity: .7;
}

/* -------------  Stop  ---------- */
/* ------------------------------  Stop order ------------------------------ */
/*-----------------------------------------------------------------------------------*/
/*  order-success.html
/*-----------------------------------------------------------------------------------*/
/* ------------------------------  Start order-success ------------------------------ */
.order-success{
    padding: 37px 0 50px 0;
	background: url(../images/order/order-bg.png) no-repeat;
	background-size: cover;
}
.order-success .h1{

}
.code-order{
    padding: 67px 0 59px 0;
}
.code-order li{
	overflow: hidden;
	padding-bottom: 6px;
}
.code-order li>div{
	float: left;
}
.code-order-title{
    width: 46%;
    text-align: right;
    font-size: 20px;
    font-style: italic;
    color: #006442;
    letter-spacing: .5px;
}
.code-order-desc{
    width: 54%;
    padding-left: 15px;
    text-align: left;
	line-height: 1.2em;
    font-family: 'HelveticaNeueLTCyr57Condenced';
    font-size: 20px;
    color: #4f4f4f;
}
/* order-ready */
.order-ready{
	text-align: center;
	color: #006442;
}
.order-ready-img{

}
.order-ready .h3{
	margin: 0 0 0px 0;
    font-style: normal;
	font-size: 30px;
}
.order-ready .h2{
	margin: 15px 0 0 0;
	font-size: 30px;
}
.order-ready .h2 span{
	color: #ef7400;
}
.hot-line{
    padding: 61px 0 0 0;
}
.hot-line p{
    font-size: 20px;
    font-style: italic;
    color: #006442;
    letter-spacing: .5px;
}
.hot-line .phone{
	font-size: 40px;
	background: none;
}
/* ------------------------------  Stop order-success ------------------------------ */
/*-----------------------------------------------------------------------------------*/
/*  order-success-delivery.html
/*-----------------------------------------------------------------------------------*/
/* ------------------------------  Start order-success-delivery ------------------------------ */
.code-order li>div.phone-order{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #006442;
}
.phone-order span{
	color: #ef7400;
}

/* ------------------------------  Stop order-success-delivery ------------------------------ */
/*-----------------------------------------------------------------------------------*/
/*  write-us.html
/*-----------------------------------------------------------------------------------*/
.dispatch-wrapper{
    padding: 50px 0 90px 0;
}
.dispatch-wrapper .h2{
	padding-bottom: 29px;
	font-size: 40px;
	text-align: center;
}
.form-order-label.fol-desc label{
	padding-top: 0;
}
.dispatch {
    max-width: 500px;
    margin: 0 auto;
    padding: 3px 0 28px 0;
}
.dispatch .h3{
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
    color: #006442;
}
.form-order-input textarea{
	width: 328px;
    height: 180px;
    padding: 10px 5px 5px 15px;
    font-family: 'HelveticaNeueLTCyr57Condenced';
    font-size: 18px;
    color: #4f4f4f;
    border: 1px solid #707070;
}

.agree {
  width: 60%;
  float: right;
  margin: 60px 0 20px;
  margin: 20px 0 20px;
}
.text-order-site{
	text-align:center;
    margin-top: 30px;
}
.agree .checkbox:not(checked) + label {
  font-family: 'HelveticaNeueLTCyr57Condenced';
  font-size: 16px;
  line-height: 1;
}
.checkbox-agree {
  opacity: 1 !important;
  margin: 0 !important;
}
.label-agree {
  padding: 0 0 0 25px !important;
}
.label-agree:before, .label-agree:after {
  display: none !important;
}
.dispatch-in{
	max-width: 360px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    border: 0px solid #000;
}
.dispatch span{
	display: inline-block;
	padding-top: 2px;
	font-family: 'HelveticaNeueLTCyr57Condenced';
	font-size: 15px;
	color: #4f4f4f;
}

.submit-wrap {
  clear: both;
}
.dispatch .checkbox:not(checked) + label {
    position: relative;
    padding: 0px 0 5px 25px;
    line-height: .8em;
    font-size: 14px;
    top: 0;
    left: 0;
    margin-top: 3px;
    display: block;
    float: left;
}
.dispatch .checkbox:not(checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}

/* ------------------------------  Start  ------------------------------ */



/* ------------------------------  Stop  ------------------------------ */
/* ------------------------------  Start  ------------------------------ */



/* ------------------------------  Stop  ------------------------------ */
/* ------------------------------  Start  ------------------------------ */



/* ------------------------------  Stop  ------------------------------ */

.page {
	padding-bottom: 60px;
	font-size: 16px;
	font-family: Arial;
}
.page h1 {
	margin-bottom: 25px;
}
.page b {
	font-weight: bold;
}
.page ol {
	margin: 15px 0;
	counter-reset: myCounter;
}
.page ol li {
	margin-bottom: 15px;
}
.page ol li:before {
	counter-increment: myCounter;
	content: counter(myCounter) ".";
	color: #000;
	margin-right: 5px;
	font-weight: bold;
	display: inline-block;
	text-align: center;
}

.page ol p,
.page ol li {
	padding-left: 20px;
}
.page  p,
.page ol li {
	font-size: 15px;
	margin: .6em 0;
}
.delivery-door, .delivery-door + .cost-saving{

	display: none;
}

#exampleModal .modal-header{
    padding: 15px 0 0 15px;
}
#exampleModal .form-order-input,
.form-order-fio li>div:nth-child(2) {
    display: block;
    width: 100%;
    float: initial;
    padding-left: 0px;
}
#exampleModal .form-order-input input,
#exampleModal .form-order-fio li>div:nth-child(2) input,
#exampleModal .form-order-fio li>div:nth-child(2) select {
	font-family: 'HelveticaNeueLTCyr57Condenced', sans-serif;
    width: 100%;
}
#exampleModal .form-order-input textarea{
    width: 100%;
	height: 100px;
}

#exampleModal .form-order-fio {
    padding: 17px 0 0 0;
}

#exampleModal .input-form-submit {
    margin: 0 auto 0px;
}
#exampleModal label {
	font-family: 'HelveticaNeueLTCyr57Condenced', sans-serif;
    margin-bottom: 5px;
}
.aczia-top-work{
position: absolute;
    font-size: 18px;
    background-color: #FFEB3B;
    color: #000;
    top: 30px;
    left: 150px;
    padding: 3px;
}

#exampleModal .close{
	display: none;
}

#exampleModal .form-order-fio li>div {
    float: none;
}
#exampleModal .dispatch-in{
	margin: 0;
}

