/*
    font-family: 'Intro-Book';
    font-family: 'Intro-Bold';
    font-family: 'Intro-Regular';
    font-family: 'Intro-Light';
*/
@font-face {
    font-family: 'Intro-Book';
    src: url('../fonts/Intro-Book.eot?') format('eot'),
    url('../fonts/Intro-Book.otf')  format('opentype'),
    url('../fonts/Intro-Book.woff') format('woff'),
    url('../fonts/Intro-Book.ttf')  format('truetype'),
    url('../fonts/Intro-Book.svg#Intro-Book') format('svg');
}
@font-face {
    font-family: 'Intro-Bold';
    src: url('../fonts/Intro-Bold.eot?') format('eot'),
    url('../fonts/Intro-Bold.otf')  format('opentype'),
    url('../fonts/Intro-Bold.woff') format('woff'),
    url('../fonts/Intro-Bold.ttf')  format('truetype'),
    url('../fonts/Intro-Bold.svg#Intro-Bold') format('svg');
}
@font-face {
    font-family: 'Intro-Regular';
    src: url('../fonts/Intro-Regular.eot?') format('eot'),
    url('../fonts/Intro-Regular.otf')  format('opentype'),
    url('../fonts/Intro-Regular.woff') format('woff'),
    url('../fonts/Intro-Regular.ttf')  format('truetype'),
    url('../fonts/Intro-Regular.svg#Intro-Regular') format('svg');
}
@font-face {
    font-family: 'Intro-Light';
    src: url('../fonts/Intro-Light.eot?') format('eot'),
    url('../fonts/Intro-Light.otf')  format('opentype'),
    url('../fonts/Intro-Light.woff') format('woff'),
    url('../fonts/Intro-Light.ttf')  format('truetype'),
    url('../fonts/Intro-Light.svg#Intro-Light') format('svg');
}

.f11{
    font-size: 11px;
    line-height: 14px;
}
.f12{
    font-size: 12px;
    line-height: 16px;
}
.f13{
    font-size: 13px;
    line-height: 20px;
}
.f14{
    font-size: 14px;
    line-height: 22px;
}
.f15{
    font-size: 15px;
    line-height: 25px;
}
.f16{
    font-size: 16px;
    line-height: 22px;
}
.f18{
    font-size: 18px;
    line-height: 24px;
}
.red{
    color: #B42624;
}
.gray{
    color: #797979;
}
.black{
    color: #232323;
}
/************************************************/

body{
    font-family: Intro-Book;
    font-size: 17px;
    line-height: 24px;
    color: #232323;
    overflow-x: hidden;
}
h1{
    font-family: 'Intro-Bold';
    text-transform: uppercase;
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 1px;
    background: #FFE536;
    padding: 20px 15px;
}
h1 span{
    font: 18px/18px 'Intro-Book';
    letter-spacing: 0;

}
h1 span.heder_strong{
	font-size: 21px;
   line-height: 1.2em ;
}
.heder_strong strong{
    font-size: 37px!important;
}

h2{
    font-size: 26px;
    line-height: 30px;
    font-family: 'Intro-Bold';
    text-transform: uppercase;
    margin-bottom: 30px;
}
h2 span{
    font-family: 'Intro-Book';
}
h3{
    font: 24px/28px 'Intro-Bold';
    text-transform: uppercase;
}
p{
    margin-bottom: 30px;
}
a{
    color: #FE7800;
}
a:hover{
    text-decoration: none;
}
strong,
b,
.bold{
    font-weight: bold;
}
/* fancybox */
.fancybox-wrap{
    margin-top: 20px;
}
.fancybox-close {
    background: url(/images/close.png) 0 0 no-repeat;
    position: absolute;
    top: -30px;
    right: 0px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 8040;
}
.fancybox-skin{
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.3)  !important;
}
.fancybox-next span {
    background: url(/images/fancy-next.png) 50% 50% no-repeat;
    width: 50px;
    height: 45px;
    margin-top: -25px;
}
.fancybox-prev span {
    background: url(/images/fancy-prev.png) 50% 50% no-repeat;
    width: 50px;
    height: 45px;
    margin-top: -25px;
}
.fancybox-title-float-wrap{
    left: 0;
    margin-bottom: -28px;
    width: 100%;
    text-align: left;
    overflow: hidden;
}
.fancybox-title-float-wrap .child{
    background: rgba(255, 255, 255, 1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-shadow: none;
    color: #000;
    display: block;
    font-size: 14px;
    padding: 12px 20px;
    font-weight: normal;
}
.fancybox-overlay{
    background: rgba(0,0,0,0.8);
}
/* end fancybox */



.modal{
    display: none;
    width: 370px;
    max-width: 100%;
    background: #fff;
    padding: 20px;
}
.modal .button{
    margin: 10px 0 5px;
}
.label{
    display: block;
    margin-bottom: 4px;
}
.dashed{
    text-decoration: none;
    border-bottom: 1px dashed;
}
.dashed:hover{
    border-bottom-color: transparent;
}
.static{
    position: static;
}
.hidden {
  opacity:0;
}
.visible{
    opacity:1;
}

.button{
    padding: 15px 30px;
    border: none;
    border-bottom: 5px solid #e15c00;
    display: inline-block;
    background: #fe7800;
    text-decoration: none;
    cursor: pointer;
    color: #fffbf9;
    font-family: 'Intro-Bold';
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.button:hover{
    background: #E15C00;
}
.for-arrow{
    font-size: 26px;
    color: #232323;
    width: 400px;
    float: right;
    margin-top: 58px;
}

/*************************************************************/
.header-wrapper{
    background: url("/images/mom_img.jpg") center top no-repeat;
    background-size: cover;
}
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
	.header-wrapper{ margin-top: -25px;   }
}*/

.header-wrapper.shapki{
	background: url("/images/shapki_bg.jpg") center top no-repeat;
}
.header-top{
    background: #fff;
    margin-bottom: 10px;
}
.logo{
    padding: 15px 0 20px 15px;
}
.slogan{
    padding: 0px 0 10px 15px;
    line-height: 18px;
}
.header-top .button{
    margin: 15px 15px 20px;
}
.header-tel-wrapper{
    padding: 11px 15px 0;
}
.tel-link{
    color: #000;
    text-decoration: none;
    font: 30px/32px 'Intro-Bold';
    margin-bottom: 8px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.tel-link:hover{
    color: #FE7800;
}

.header-advantages{
    background: #FE7800;
    padding: 30px 15px 10px;
    margin-bottom: 10px;
    position: relative;
	
	margin-top: 10px;
}

.header-advantages-row{
    margin-bottom: 30px;
}
.header-form-top{
    background: #FFE536;
    padding: 20px;
}
.header-form{
    margin-bottom: 10px;
    margin-top: 0;
}
.header-form-top > div{
    line-height: 20px;
}
.header-form-body{
    background: #fff;
    padding: 20px 20px 5px;
}

form .message {
    display: none;
    font: 12.5px 'Intro-Book';
    color: red;
    padding-bottom: 1em;
}
.form .header {
    background: #ffe536;
    color: #232323;
    font: 16.67px/22px 'Intro-Book';
    padding: 20px;
    margin: -20px -20px 20px -20px;
}
/***********************slick carousel*******************************/
.slick-slider{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-prev,
.slick-next{
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 50;
    top: -60px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    background-color: #4A4A4A;
}
.slick-prev{
    right: 52px;
    border-radius: 5px 0 0 5px;
}
.slick-next{
    right: 10px;
    border-radius: 0 5px 5px 0;
}
.slick-prev:after,
.slick-next:after{
    content:"";
    display: block;
    position: absolute;
    width: 8px;
    height: 13px;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.slick-prev:after{
    background: url(/images/slick-prev.png) 50% 50% no-repeat;
    margin-left: -4px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slick-next:after{
    background: url(/images/slick-prev.png) 50% 50% no-repeat;
    margin-left: -4px;
}
.slick-prev:hover,
.slick-next:hover{
    background-color: #808080;
}
.slick-dots {
  position: absolute;
  bottom: -35px;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  display: block;
}
.slick-dots li button{
    position: absolute;
    top: -5px;
    left: -5px;
    border: none;
    border-radius: 50%;
    display: block;
    opacity: 0;
}
.slick-dots li{
    cursor: pointer;
    background: #F23927;
    border-radius: 50%;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    cursor: pointer;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}
.slick-dots li.slick-active{
    background: transparent;
    border-color: #F23927;
    width: 16px;
    height: 16px;
    margin-bottom: -3px;
}
/****************end slick carousel****************/

.advantages-carousel-wrapper{
    background: #F1EBD6;
    padding: 50px 0 10px;
}
.advantages-carousel-element{
    padding: 0 15px;
    line-height: 22px;
}
.advantages-carousel-element a {
	text-decoration: none;
	color: #232323;
	cursor: pointer;
}
.advantages-carousel-element .img-wrapper{
    margin-bottom: 20px;
	text-align:center;
}
.catalog {
    background: url("/images/2.png");
    padding: 100px 0 40px;
}
.catalog-row{
    margin-bottom: 30px;
}
.catalog-row .name {
    margin: 0 0 20px 0;
    color: #232323;
    font: 16.67px 'Intro-Regular';
    display: inline-block;
}
.catalog-row .name.mod {
    background: #773500;
    color: #fff;
    padding: 4px 10px;
}
.catalog-element{
    margin-bottom: 10px;
}
.catalog-element img{
    border: 1px solid #AEAEAE;
}
.features {
    background: #ed7b00;
    padding: 80px 0 0;
}
.features-element-title{
    font: 16.67px 'Intro-Bold';
    text-transform: uppercase;
    background: #773500;
    padding: 3px 6px;
    margin-bottom: 3px;
}
.features-block{
    margin-bottom: 40px;
}
.features-element{
    margin-bottom: 15px;
}
.dynamic {
    background: #fea501;
    padding: 70px 0;
}
.features2 {
    background: url("/images/features22.jpg") center top no-repeat;
    background-size: cover;
    min-height: 835px;
    padding-top: 70px;
}
.features2 .item {
    width: 240px;
    height: 165px;
    font: 16.67px 'Intro-Book';
    text-transform: uppercase;
    color: #232323;
    text-align: center;
    padding-top: 25px;
    margin: auto;
}
.features2 .item .count {
    font: 70.83px/70px 'Intro-Regular';
    display: inline-block;
    padding-left: 18px;
    background: url(/images/feauters-arrow.png) left center no-repeat;
}
.features2 .item.color1 {
    background: #60deea;
}
.features2 .item.color2 {
    background: #bce4e4;
}
.features2 .item.color3 {
    background: #4ad6ee;
    padding-top: 38px;
}
.features2 .item.color4 {
    background: #2ca4e1;
}
.form2 {
    background: #f1ebd6;
    padding: 60px 0 45px;
}
.form2 h2{
    margin-bottom: 0;
}
.form2 h4{
    font-family: 'Intro-Bold';
    margin-bottom: 40px;
}
.form2 .message{
    text-align: center;
}
.options {
    padding: 90px 0 45px;
}
.options-block{
    margin-bottom: 40px;
}
.options-block li{
    margin-bottom: 15px;
    padding-left: 35px;
    position: relative;
}
.options-block li:before{
    content:"";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 8px;
    left: 0;
    background: #232323;
    border-radius: 50%;
}
.how_to {
    background: #fea501;
    padding: 75px 0;
}
.how_to ul{
    width: 555px;
    max-width: 100%;
    margin: 0 auto;
}
.how_to ul li{
    border-bottom: 1px solid #feb837;
    font: 16.67px/17px 'Intro-Book';
    color: #232323;
    padding: 22px 0 22px 100px;
    border-left: 1px dotted #773500;
    position: relative;
}
.how_to ul li:last-child{
    border-bottom: none;
}
.how_to ul li a{
    color: #232323;
}
.how_to ul li:after{
    content:"";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 70px;
    border-left: 1px dotted #773500;
}
.how_to ul li:hover{
    background-color: rgba(255,255,255,0.1);
}
.how_to ul li:before{
    content:"";
    display: block;
    position: absolute;
    width: 33px;
    height: 31px;
    top: 50%;
    left: 20px;
    margin-top: -15px;
}
.how_to ul li:nth-child(1):before{
    background: url('/images/howto4.png') no-repeat;
}
.how_to ul li:nth-child(2):before{
    background: url('/images/howto2.png') no-repeat;
}
.how_to ul li:nth-child(3):before{
    background: url('/images/howto7.png') no-repeat;
}
.how_to ul li:nth-child(4):before{
    background: url('/images/howto4.png') no-repeat;
}
.how_to ul li:nth-child(5):before{
    background: url('/images/howto5.png') no-repeat;
}
.how_to ul li:nth-child(6):before{
    background: url('/images/howto3.png') no-repeat;
}
.how_to ul li:nth-child(7):before{
    background: url('/images/howto1.png') no-repeat;
}
.how_to ul li:nth-child(8):before{
    background: url('/images/howto6.png') no-repeat;
}

.documents {
    background: url("/images/documents_bg.jpg") center top no-repeat;
    min-height: 835px;
    padding-top: 110px;
    padding-bottom: 30px;
    background-size: cover;
}
.documents .doc_list {
    background: #fcfcfc;
}
.documents .doc_list h2 {
    display: block;
    background: #ffe536;
    padding: 20px;
    margin-bottom: 20px;
}
.fromRussiaWithLove-wrapper{
    display: table;
    height: 115px;
    width: 100%;
    max-width: 100%;
}
.fromRussiaWithLove-wrapper img{
    width: 100%;
}
.documents .doc_list .fromRussiaWithLove {
    background: #E6E6E6;
    height: 115px;
    background-size: contain;
    padding: 0 20px;
    vertical-align: middle;
    display: table-cell;
}
.doc_list .inner{
    padding: 0 20px 10px;
}
.documents .inner .item{
    margin-bottom: 10px;
}
.documents .inner .item img{
    width: 100%;
}
.reviews {
    padding: 90px 0 40px;
}
.review-element{
    margin-bottom: 60px;
}
.review-element .name {
    font: 16.67px 'Intro-Bold';
}
.review-element .post {
    font: 12.5px 'Intro-Book';
    margin-bottom: 10px;
}
.review-element .text{
    line-height: 20px;
}
.review-element .img-wrapper{
    margin-bottom: 10px;
}
.entry{
    padding: 0 0 90px;
}
.entry > .container{
    width: 720px;
    max-width: 100%;
}
.entry-element{
    font-size: 13px;
    margin-bottom: 30px;
    text-align: center;
}
.entry-element .img-wrapper{
    margin-bottom: 4px;
}
.footer-wrapper{
    padding: 20px 0;
    background: #232323;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}
.footer-tel-wrapper{
    color: #696969;
}
.footer-tel{
    margin-bottom: 5px;
}
.footer-tel a{
    font: 21px 'Intro-Bold';
    color: #fff;
    text-decoration: none;
}
.footer-slogan{
    padding-top: 10px;
}
.footer-tel-wrapper{
    padding-top: 10px;
}

.delay-250{
    -webkit-animation-delay: 250ms;
	-moz-animation-delay: 250ms;
	-o-animation-delay: 250ms;
    animation-delay: 250ms;
}
.delay-500{
    -webkit-animation-delay: 500ms;
	-moz-animation-delay: 500ms;
	-o-animation-delay: 500ms;
    animation-delay: 500ms;
}
.delay-750{
    -webkit-animation-delay: 750ms;
	-moz-animation-delay: 750ms;
	-o-animation-delay: 750ms;
    animation-delay: 750ms;
}
.delay-1000{
    -webkit-animation-delay: 1000ms;
	-moz-animation-delay: 1000ms;
	-o-animation-delay: 1000ms;
    animation-delay: 1000ms;
}
.delay-1250{
    -webkit-animation-delay: 1250ms;
	-moz-animation-delay: 1250ms;
	-o-animation-delay: 1250ms;
    animation-delay: 1250ms;
}
.delay-1500{
    -webkit-animation-delay: 1500ms;
	-moz-animation-delay: 1500ms;
	-o-animation-delay: 1500ms;
    animation-delay: 1500ms;
}

.stretchRight{
	animation-name: stretchRight;
	-webkit-animation-name: stretchRight;

	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;

	transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
}

@keyframes stretchRight {
	0% {
		transform: scaleX(0.3);
	}
	40% {
		transform: scaleX(1.02);
	}
	60% {
		transform: scaleX(0.98);
	}
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(0.98);
	}
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(1);
	}
}

@-webkit-keyframes stretchRight {
	0% {
		-webkit-transform: scaleX(0.3);
	}
	40% {
		-webkit-transform: scaleX(1.02);
	}
	60% {
		-webkit-transform: scaleX(0.98);
	}
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(0.98);
	}
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(1);
	}
}

.banner{
    margin-bottom: 40px;
}

.banner .container{
    background: #FFE536;
}
.proizvodstvo .element{
    margin-bottom: 30px;
}
.proizvodstvo .element .name{
    font-family: 'Intro-Regular';
    margin-bottom: 10px;
}
.proizvodstvo .element img{
    border: 1px solid #AEAEAE;
}
.advantages-carousel-content {
    text-transform: uppercase;
    text-align: center;
}
.advantages-carousel-content p{
        font: 36px 'Intro-Bold';
        color: #FE7800;
        margin-bottom: 10px;
}
.banner .col-md-18,
.banner .col-md-6{
    padding: 0;
}
.banner h2{
    padding: 15px 15px 10px;
    margin-bottom: 0;
    color: #000;
}
.banner h2 span{
    font-size: 25px;
}
.banner-price{
    background: #FE7800;
    padding: 10px 15px;
    height: 100%;
    font-size: 50px;
    line-height: 30px;
    font-family: Intro-Bold;
    color: #fff;
    padding-top: 20px;
    margin: 0 -10px;
}

.banner-price > div{
    font-size: 30px;
    line-height: 36px;
    margin-top: 10px;
}
.banner-images{
    margin: 0 -15px;
	font-size: 0;
}
.banner-images > div{
    width: 50%;
    display: inline-block;
}
.advantages-carousel-element{
    margin-bottom: 50px;
    text-align: left;
}
.banner-img{
    display: none;
}
section.banner{
    display:none;
}

.komplekt_wrp {
	font-size: 0;
	position: relative;
}
.komplekt_wrp img{
	width: 50%;
    display: inline-block;
}
















section.banner {
  max-height: 861px;
  height: auto;
  position: relative;
  /*overflow: hidden;*/
}
section.banner .banner__left-img {
  /*position: absolute;
    left: -20px;
    bottom: 0;
    width: 384px;
    height: 265px;
    background: url(/images/clothes.jpg) 0 0 no-repeat;*/
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 110px;
  background: url(/images/b-left.jpg) 0 0 no-repeat;
  background-size: cover;
  z-index: 1;
}
section.banner .banner__right-img {
  /*position: absolute;
    right: -70px;
    bottom: 0;
    width: 372px;
    height: 441px;
    background: url(/images/baby.jpg) 0 0 no-repeat;*/
  position: absolute;
  width: 50%;
  height: 100%;
  left: 50%;
  top: 110px;
  background: url(/images/b-right.jpg) 0 0 no-repeat;
  background-size: cover;
  z-index: 1;
}
section.banner .banner__block-wrap {
  /*padding-top: 68px;*/
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -400px;
  z-index: 2;
}
section.banner .banner__block_yellow {
  background: #ffe536;
  /*padding: 36px 18px 0 20px;
    height: 138px;
    width: 640px;*/
  padding: 22px 18px 0 20px;
  height: 110px;
  width: 600px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
}
section.banner .banner__block_yellow .banner__block__subtitle {
  letter-spacing: 2px;
  font-size: 30px;
  line-height: 32px;
}
section.banner .banner__block__title {
  font-size: 36px;
  line-height: 40px;
  font-family: Intro-Bold;
}
section.banner .banner__block__subtitle {
  font-size: 24px;
  line-height: 26px;
  font-family: Intro-Book;
}
section.banner .banner__block_orange {
  width: 200px;
  color: #fff;
  background: #fe7800;
  text-align: center;
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  height: 110px;
  padding-top: 20px;
  font-family: Intro-Book;
  margin-left: -4px;
  /*margin-left: 400px;*/
  display: inline-block;
  vertical-align: top;
}
section.banner .banner__block_orange .rouble:after {
  height: 5px;
  width: 20px;
  top: 28px;
}
section.banner .banner__block__title_orange {
  font-size: 56px;
  line-height: 42px;
  font-family: Intro-Bold;
}
section.banner .banner__block__title_orange .kop {
  font-size: 40px;
  line-height: 42px;
}
.director_form {
	padding: 50px 0;
	background: #f1ebd6;
}
.director_form .container{
	background: #fff;
}
.director_person_wrapper {
	position: relative;
}
.director_name {
	background: #ffe536;
	position: absolute;
	bottom: 0px;
	left: 0;
	font-size: 16px;
	padding: 5px 10px;
}
.director_name strong{
	text-transform: uppercase;
}
.director_form_title {
	background: #ffe536;
	font-size: 16px;
	padding: 25px;
}
.director_form_title_text {
	padding-right: 40%;
}
.director_form_title strong{
	font-size: 24px;
	text-transform: uppercase;
}
.director_form_wrapper {
	margin-top: 15px;
	padding: 0 15px;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.address {
	height: 550px;
	background: #f1ebd6;
}
#map {
	width: 100%;
	height: 550px;
	position: absolute;
}
.address .container{
	position: relative;
}
.address_info {
	position: absolute;
	width: 400px;
	right: 0;
	top: 50px;
	z-index: 1;
	height: 382px;
}
.address_top {
	background: #ffe536;
	padding: 20px;
	font-size: 24px;
}
.address_text {
	background: #fff;
	padding: 20px;
}

#not_found {
	padding: 0;
}
#not_found .header {
	margin: 0;
}

#conf {
	width: 100%;
	max-width: 680px;
}


.h_iframe        {position:relative;}
.h_iframe .ratio {display:block;width:100%;height:auto; cursor: pointer;}
.h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%;}

.uns_equipment h2 {
    margin-bottom: 0;
	text-align: left;
    padding: 5px 0;
	font-weight: bold;
}
.uns_equipment h2 span {
    background: #ffe536;
    padding: 10px;
}
.deloros {
	padding-top: 0;
    margin-top: 0;
}
iframe[name="google_conversion_frame"] {
	height: 0 !important;
	display: none;
}

/**************************************************   MEDIA QUERIS   *****************************************************/



@media only screen and (min-width: 768px) {
h1{
    font-size: 32px;
    line-height: 32px;
}
h1 span{
    font: 22px/22px 'Intro-Book';
}
h2{
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 40px;
}
.banner h2 span{
    font-size: 33px;
}
h3{
    font: 30px/34px 'Intro-Bold';
}
.features h2 {
    font-size: 41px;
    line-height: 50px;
    margin-bottom: 40px;
}
.header-top .button{
    float: right;
}
.logo{
    padding: 30px 0 30px 32px;
}
.slogan{
    padding: 0px 0 25px 32px;
}
h1{
    padding: 25px 0 25px 30px;
    margin-bottom: 10px;
}
.header-advantages{
    padding: 72px 15px 20px;
}
.header-advantages-row{
    margin-bottom: 42px;
}
.advantages-carousel-element{
    padding: 0 20px;
    border-right: 0px solid #fff;
    height: 180px;
}
.advantages-carousel-wrapper > .container{
    overflow: hidden;
}
.catalog-element img{
    width: auto;
}
.features2 .item{
    margin: 0;
}
.advantages-carousel .row > div:nth-of-type(2) .advantages-carousel-element{
    border: none;
}
.advantages-carousel .row > div:last-of-type .advantages-carousel-element{
    border: none;
}
.container-wrapper > .container{
    width: 820px;
    max-width: 100%;
}
.deloros {
	padding-top: 50%;
    margin-top: -31px;
}

}


@media only screen and (min-width: 992px) {
.header-top .header-number{
    float: right;
}
.options-block{
    padding-right: 50px;
}
.banner{
    margin-bottom: 100px;
}
.banner-header{
    margin-top: -55px;
    margin-left: -5px;
    background: #FFE536;
}
.banner-price .rouble:after{
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    background: #fff;
    left: 0;
    top: 16px;
    height: 5px;
    width: 20px;
    top: 40px;
}
.banner > .container-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.banner-img{
    display: block;
}
.banner-images{
    display: none;
}
.banner-price{
    margin: 0;
}
.footer-tel-wrapper{
    padding-top: 0;
}
.slogan{
    padding: 35px 0 25px;
}
.header-top .button{
    float: right;
    width: 100%;
    height: 104px;
    font-size: 12px;
    line-height: 16px;
    padding: 28px 0;
    margin: 0;
}
.logo{
    padding: 25px 0 35px 32px;
}
.catalog-row{
    padding-left: 20px;
}
.features-block{
    padding-right: 50px;
}
.review-element{
    padding-right: 50px;
}
.button{
    padding: 15px 45px;
}
.header-form-body .button{
    padding: 15px 30px;
}
.advantages-carousel .row > div:nth-of-type(2) .advantages-carousel-element{
    border-right: 0px solid #fff;
}
.advantages-carousel .row > div:last-of-type .advantages-carousel-element{
    border: none;
}
.banner-sm{
    display: none;
}
section.banner{
    display: block;
}
}















html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
.rst1 {
    width: 100%;
    background: #FE7800;
    margin-bottom: 10px;
}



@media (min-height: 640px) and (min-width: 992px) {
.header-wrapper{
    height: 100%;
}
.header-wrapper > .container{
    height: 100%;
}
.rst1 {
    width: auto;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
}
h1{
    font-size: 32px;
    line-height: 28px;
    padding: 15px 20px;
}
h1 span{
    font: 20px/16px 'Intro-Book';
}
.header-advantages{
    padding: 20px 20px 1px;
}
.header-advantages-row{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 18px;
}
/*
.header-advantages:after{
    position: absolute;
    content: '';
    width: 170px;
    height: 130px;
    background: url(/images/arrow.png) 0 0 no-repeat;
    background-size: contain;
    bottom: -136px;
    right: -64px;
}
*/

.header-form-top{
    font-size: 13px;
    line-height: 16px;
    padding: 15px;
}

}

@media (min-height: 900px) and (min-width: 992px) {
.header-top{
    margin-bottom: 80px;
}
.header-form{
    /*margin-top: 239px;*/
	margin-top: 100px;
}
h1{
    font-size: 42px;
    line-height: 36px;
    padding: 25px 30px;
    margin-bottom: 0;
}
h1 span{
    font: 25px/20px 'Intro-Book';
}
.header-advantages{
    padding: 45px 25px 20px;
}
.header-advantages-row{
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 28px;
}
/*.header-advantages:after{
    position: absolute;
    content: '';
    width: 253px;
    height: 130px;
    background: url(/images/arrow.png) 0 0 no-repeat;
	bottom: -145px;
    right: -64px;
}*/
.header-form-top{
    font-size: 17px;
    line-height: 24px;
    padding: 20px;
}


}

@media (max-width: 992px) {
	.director_person_wrapper {
		text-align: center;
		width: 100%;
		max-width: 324px;
		margin: 0 auto;
	}
	.director_name {
		background: rgba(255, 229, 54, 0.7);
		bottom: 0;
		width: 100%;
	}

	.director_form_title_text {
		padding-right: 0;
	}
	.address {
		  height: 932px;
	}
	.address_info {
		position: relative;
		width: 400px;
		margin: 0 auto;
		top: 0;
	}
}

.m-t-10{
    margin-top: 10px !important;
}
.new-block-form{
    height: 520px;
    overflow: hidden;
    background: url(/images/bacground-image-form.png) 0 0 no-repeat;
    padding-top: 100px;
}
.new-block-form .new-blok-text{
    background: #fff;
    float: right;
}

@media only screen and (max-width: 768px) {
    .advantages-carousel-element{
        text-align: center;
    }
    .heder_strong strong {
        font-size: 22px!important;
    }
}


.for-arrow:after {
    position: absolute;
    content: '';
    width: 94px;
    height: 21px;
    background: url(../images/arrow-min2.png) no-repeat;
    bottom: 22px;
    right: -75px;
}

