/* fonts */
@font-face {
    font-family: 'adineue PRO Cyr';
    src: url('../fonts/adineuePROCyr-BoldWeb.eot');
    src: url('../fonts/adineuePROCyr-BoldWeb.eot?#iefix') format('embedded-opentype'),
        url('../fonts/adineuePROCyr-BoldWeb.woff2') format('woff2'),
        url('../fonts/adineuePROCyr-BoldWeb.woff') format('woff'),
        url('../fonts/adineuePROCyr-BoldWeb.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* styles */
body {
	min-width: 320px;
	background: #fff;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.4em;
	color: #222222;
	cursor: default;
}

header, section, footer {
	margin: 0 auto;
	max-width: 1920px;
}

.wrapper {
	margin: 0 auto;
	padding: 0 10px;
	width: 960px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
}

b {
	font-weight: 700;
}

/*form*/
.main_form input{
	border: none;
	background: #fafafa;
	width: 100%;
	height: 70px;
	font-size: 16px;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	color: #333;
	border-radius: 8px;
	margin-bottom: 15px;
	text-align: center;
}
.main_form ::-webkit-input-placeholder {
	color: #333;
}
.main_form ::-moz-placeholder {
	color: #333;
}
.main_form :-moz-placeholder {
	color: #333;
}
.main_form :-ms-input-placeholder {
	color: #333;
}
.main_form :focus::-webkit-input-placeholder {
	color: transparent;
}
.main_form :focus::-moz-placeholder {
	color: transparent;
}
.main_form :focus:-moz-placeholder {
	color: transparent;
}
.main_form :focus:-ms-input-placeholder {
	color: transparent;
}

/* button */
.button {
	border: none;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	display: block;
	margin: 0 auto;
	width: 290px;
	height: 70px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #ff4557;
	font-family: 'adineue PRO Cyr', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 19px;
	line-height: 70px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1.5px;
	transition: all ease .2s;
}
.button:hover {
	background: #fc5767;
}
.button:active{
	top: 2px;
	background: #bb3643;
	transition: none;
}

/* titles */
h2.title {
	font-family: 'adineue PRO Cyr', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 50px;
	line-height: 1.1em;
	text-align: center;
	margin-bottom: 50px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
h2.title>span{
	color: #ff4557;
}


.pat_theme{
	background: #ccc;
}

section{
	padding: 50px 0;
}

.gray_theme{
	background: url(../images/pat.png) 0% 0% repeat;
}


/*sect1*/
.sect1{
	padding: 35px 0;
	min-height: 855px;
	background: url(../images/s1_bg.jpg) 50% 0% no-repeat;
}

.sect1 .wrapper,
.sect6 .wrapper{
	position: relative;
}

.sect1 .title .logo{
	float: left;
}

.main_title{
	color: #fff;
	font-weight: 700;
	float: right;
	max-width: 740px;
	text-align: right;
	font-family: 'adineue PRO Cyr', Arial, Helvetica, sans-serif;
	font-size: 37px;
	line-height: 46px;
	padding-top: 6px;
	letter-spacing: 2px;
}

.sale{
	width: 174px;
	height: 174px;
	background: #ffd800;
	background: -moz-linear-gradient(top, #ffd800 0%, #ffae00 100%);
	background: -webkit-linear-gradient(top, #ffd800 0%,#ffae00 100%);
	background: linear-gradient(to bottom, #ffd800 0%,#ffae00 100%);
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
	text-shadow: 1px 2px 0 #eaa404;
	position: absolute;
	top: 480px;
	left: 45px;
}
.sale>div{
	width: 160px;
	height: 160px;
	margin: 7px auto;
	border-radius: 50%;
	border: 2px dotted #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.sale p{
	font-size: 16px;
	line-height: 18px;
}
.sale p>span{
	font-size: 41px;
	line-height: 44px;
}
.sale small{
	display: block;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
}

.timer{
	width: 240px;
	border: 1px solid #868789;
	border-radius: 12px;
	padding: 12px 0;
	float: right;
	margin: 20px 0 0;
}
.timer>p{
	text-align: center;
	color: #868789;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 5px;
}
.timer .timer_container{
	font-size: 0;
	text-align: center;
}
.timer_container .timer_block{
	width: 46px;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	position: relative;
	color: #ffd800;
}
.timer_block .count{
	font-size: 29px;
	line-height: 34px;
	font-family: 'adineue PRO Cyr', Arial, Helvetica, sans-serif;
	font-weight: 700;
}
.timer_block .text{
	font-size: 11px;
	line-height: 13px;
}
.timer_container .timer_block:not(:last-child):after{
	content: ':';
	font-size: 32px;
	line-height: 28px;
	font-family: 'adineue PRO Cyr', Arial, Helvetica, sans-serif;
	position: absolute;
	top: 0;
	right: -9px;
	font-weight: 700;
}

.ofr_bull{
	font-size: 0;
}
.ofr_bull>li{
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 36px;
	color: #fff;
	font-size: 18px;
}
.ofr_bull>li>span{
	display: block;
	color: #ff4557;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
}
.ofr_bull>li:before{
	content: '';
	width: 26px;
	height: 26px;
	background: url(../images/check1.png) 50% 50% no-repeat;
	position: absolute;
	left: 0;
	top: 2px;
}

.sect1 .ofr_bull{
	float: right;
	width: 100%;
	margin-top: -70px;
	padding: 0 0 0 240px;
	font-size: 0;
}
.sect1 .ofr_bull>li:nth-child(2){
	margin: 80px 0 0 30px;
	width: 240px;
}
.sect1 .ofr_bull>li:nth-child(3){
	margin: 160px 0 0 30px;
	width: 235px;
}

.sect1 .right{
	width: 300px;
	float: right;
}

.sect1 .button{
	margin: 210px auto 0;
}

.prod_count{
	margin-top: 20px;
	text-align: center;
	color: #868789;
	font-size: 13px;
	line-height: 20px;
	padding: 0 25px;
}
.prod_count:before{
	content: '';
	width: 16px;
	height: 16px;
	background: url(../images/action_icon.png) 50% 50% no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 5px 0 0;
}


/*sect2*/
.sect2 {
	overflow: hidden;
}

.sect2 .title{
	text-align: left;
	text-transform: none;
	font-size: 47px;
	line-height: 1em;
}
.sect2 .title span{
	display: block;
	font-size: 59px;
	line-height: 1em;
}

.description>img{
	float: right;
	margin: -130px -20px 0 0;
}

.description .text{
	width: 470px;
	float: left;
}
.description .text>p{
	margin-bottom: 20px;
}
.description .text>p:last-child{
	margin-bottom: 0;
}

.benef1{
	margin-top: 40px;
	font-size: 0;
	text-align: justify;
	-ms-text-align-last: justify;
	text-align-last: justify;
}
.benef1>li{
	display: inline-block;
	vertical-align: top;
	width: 240px;
}
.benef1>li:nth-child(2){
	width: 330px;
}
.benef1>li:nth-child(3){
	width: 280px;
}
.benef1>li>div{
	display: table;
	width: 100%;
}
.benef1>li>div .img{
	display: table-cell;
	vertical-align: middle;
	width: 60px;
}
.benef1>li>div .img>img{
	display: block;
	margin: 0 auto;
}
.benef1>li>div>p{
	display: table-cell;
	vertical-align: middle;
	font-weight: 700;
	font-size: 18px;
	font-family: 'adineue PRO Cyr', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding-left: 12px;
	text-align: left;
	-ms-text-align-last: left;
	text-align-last: left;
}


/*inst_sect*/
.inst_sect{
	padding: 0;
}

.instagram_carousel{
	margin: -20px 0 -200px;
}

.inst_item{
	width: 300px;
	padding: 10px 10px 25px;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);
	margin: 50px 5px;
	background: #fff;
}
.inst_item .info{
	margin-bottom: 12px;
	position: relative;
}
.inst_item .info:before{
	content: '...';
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	position: absolute;
	right: 0;
	top: 0;
}
.inst_item .info>img{
	float: left;
	border-radius: 50%;
	width: 25px;
}
.inst_item .info>p{
	float: left;
	line-height: 25px;
	font-weight: 700;
	font-size: 11px;
	padding-left: 10px;
}
.inst_item .info>p:after{
	content: '·';
	font-weight: 700;
	font-size: 14px;
	line-height: 25px;
	margin-left: 5px;
}
.inst_item .info>span{
	float: left;
	font-weight: 700;
	line-height: 25px;
	font-size: 11px;
	padding-left: 5px;
	color: #5292ef;
}
.inst_item>img{
	display: block;
	margin: 0 auto;
}
.inst_item .like{
	font-weight: 700;
	font-size: 11px;
	margin-top: 10px;
	padding-top: 25px;
	background: url(../images/inst_icons.png) 50% 0% / 100% no-repeat;
}

.rotate1{
	transform: rotate(-5deg);
}
.rotate2{
	transform: rotate(5deg);
}
.rotate3{
	transform: rotate(-15deg);
}
.rotate4{
	transform: rotate(10deg);
}
.rotate5{
	transform: rotate(-4deg);
}
.rotate6{
	transform: rotate(4deg);
}


/*sect3*/
.sect3{
	background: url(../images/footprint.png) 50% 120px no-repeat, url(../images/pat.png) 0% 0% repeat;
	padding: 250px 0 0;
}

.table_size .table{
	width: 600px;
	margin: 0 auto;
}
.table_size .man{
	float: right;
}
.table>h4{
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
}
.table table{
	width: 100%;
	text-align: center;
	font-size: 15px;
	line-height: 1.2em;
	border-top: 2px solid #d9d9d9;
}
.table table td{
	padding: 12px 0;
}
.table table td:nth-child(1){
	text-align: left;
	padding-left: 10px;
	width: 100px;
}
.table table tr:not(:last-child){
	border-bottom: 2px dotted #c6c6c6;
}

.scroll_info{
	display: none;
}


.catalog{
	margin-top: 50px;
	font-size: 0;
	text-align: center;
}

.catalog .cat_item{
	position: relative;
	width: 270px;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 40px;
}

.cat_item .front{
	position: relative !important;
	padding: 25px 0 30px;
	background: #fff;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);
	height: auto !important;
	border-radius: 10px;
}

.cat_item .sale{
	width: auto;
	height: auto;
	padding: 2px 5px;
	border-radius: 8px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5em;
	top: 10px;
	right: 10px;
	left: auto;
	z-index: 2;
}

.cat_gallery{
	padding: 0 25px;
	margin-bottom: 10px;
}
.cat_gallery .owl-prev,
.cat_gallery .owl-next{
	width: 9px;
	height: 14px;
	background: url(../images/cat_gallery.png) 0% 50% no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -7px;
}
.cat_gallery .owl-prev{
	left: 9px;
}
.cat_gallery .owl-next{
	background-position: 100% 50%;
	right: 9px;
}

.cat_item .name{
	text-align: center;
	font-weight: 700;
	font-size: 17px;
	line-height: 1.4em;
	padding: 0 20px;
	margin-top: 15px;
}

.cat_item .size{
	margin-top: 15px;
	padding: 0 20px;
	font-size: 0;
	text-align: center;
}
.cat_item .size>li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 32px;
	height: 32px;
	overflow: hidden;
	text-align: center;
	font-size: 13px;
	line-height: 32px;
	border: 1px solid #e1e1e1;
	margin: 0 3px 6px;
	border-radius: 4px;
	cursor: pointer;
	transition: all ease .3s;
}
.cat_item .size>li:hover,
.cat_item .size>li.active{
	background: #ef4956;
	color: #fff;
	border-color: #ef4956;
}
.cat_item .size>li:active{
	background: #9d2f38;
	transition: none;
	top: 1px;
}

.cat_item .price{
	font-size: 0;
	text-align: center;
	margin-top: 10px;
}
.cat_item .price>div{
	display: inline-block;
	vertical-align: top;
	margin: 0 8px;
}
.cat_item .price>div>small{
	font-size: 0.8em;
}
.cat_item .price .old{
	color: #aaaaaa;
	font-size: 17px;
}
.cat_item .price .old span{
	text-decoration: line-through;
}
.cat_item .price .new{
	color: #f5b520;
	font-weight: 700;
	font-size: 24px;
}

.cat_item .button{
	width: 190px;
	height: 52px;
	line-height: 52px;
	font-size: 18px;
	margin-top: 18px;
}

.cat_item .back{
	background: #fff;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);
	border-radius: 10px;
	padding: 15px 0 25px;
	position: absolute !important;
	top: 0;
	left: 0;
	height: auto !important;
}

.cat_item .back .close{
	width: 13px;
	height: 13px;
	background: url(../images/cat_close.png) 50% 50% no-repeat;
	position: absolute;
	top: 14px;
	right: 14px;
	cursor: pointer;
	transition: all ease .2s;
	font-size: 0;
}
.cat_item .back .close:hover{
	opacity: 0.5;
}

.cat_item .back .name{
	margin-top: 0;
}

.cat_item .back .form_text{
	margin-top: 12px;
	font-size: 14px;
	line-height: 1.3em;
	text-align: center;
	padding: 0 25px;
}

.cat_item .main_form{
	margin-top: 15px;
	padding: 0 30px;
}

.cat_item .main_form input{
	height: 50px;
	border-radius: 8px;
	background: #ececec;
	margin-bottom: 5px;
	font-size: 14px;
}
.cat_item .main_form .button{
	margin-top: 0;
	width: 100%;
}


.consultation{
	margin-top: 30px;
}
.consultation>h4{
	font-family: 'adineue PRO Cyr', Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 1.3em;
	margin-bottom: 8px;
}
.consultation>p{
	text-align: center;
	font-size: 17px;
}
.consultation .button{
	background: transparent;
	border: 2px solid #ff4557;
	color: #ff4557;
	line-height: 67px;
	margin-top: 25px;
	overflow: hidden;
	transition: all ease .3s;
}
.consultation .button>span{
	position: relative;
	z-index: 2;
}
.consultation .button:before{
	content: '';
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #ff4557;
	transition: all ease .5s;
}
.consultation .button:hover{
	color: #fff;
}
.consultation .button:hover:before{
	width: 100%;
}



/*sect4*/
.sect4{
	background: url(../images/s4_bg.jpg) 50% 0% no-repeat;
	min-height: 643px;
	padding-top: 175px;
	margin-top: -30px;
	color: #fff;
}

.sect4 .wrapper{
	padding-right: 570px;
	position: relative;
}

.sect4 .title{
	text-transform: none;
	text-align: left;
	margin-bottom: 40px;
}
.sect4 .title>small{
	font-size: 47px;
	display: block;
	font-weight: 300;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.video_block{
	width: 520px;
	height: 370px;
	background: #ccc;
	position: absolute;
	top: 20px;
	right: 10px;
	overflow: hidden;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);
	border-radius: 10px;
}
.video_block .youtube,
.video_block iframe,
.video_block object{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.benef2>li{
	display: table;
	width: 100%;
	margin-bottom: 15px;
}
.benef2>li:last-child{
	margin-bottom: 0;
}
.benef2>li .img{
	display: table-cell;
	vertical-align: middle;
	width: 59px;
}
.benef2>li .img>img{
	display: block;
	margin: 0;
}
.benef2>li>p{
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
	font-size: 17px;
	line-height: 1.2em;
}


/*sect5*/
.sect5 .title{
	font-size: 37px;
	line-height: 1.3em;
	margin-bottom: 20px;
}

.rev_item{
	width: 280px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);
	margin: 30px 20px;
	padding: 20px;
}
.rev_item>img{
	display: block;
	margin: 0 auto 25px;
}
.rev_item>p{
	text-align: center;
}
.rev_item .info{
	margin-top: 10px;
	padding-top: 25px;
	text-align: center;
	font-size: 15px;
	background: url(../images/rev_q.png) 50% 0% no-repeat;
}
.rev_item .info>span{
	font-weight: 700;
	display: block;
	font-size: 17px;
}

.reviews .owl-nav{
	margin-top: 5px;
	text-align: center;
}
.reviews .owl-prev,
.reviews .owl-next{
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #3c3e44 url(../images/rev_arrow.png) 0% 50% no-repeat;
	margin: 0 15px;
}
.reviews .owl-next{
	background-position: 100% 50%;
}

/*sect1.bottom*/
.sect1.bottom .ofr_bull>li{
	font-size: 17px;
}
.sect1.bottom .ofr_bull>li>span{
	font-size: 22px;
}
.sect1.bottom .ofr_bull>li:nth-child(2){
	margin: 0 0 0 30px;
}

.formbox{
	width: 320px;
	float: right;
	margin-top: 40px;
	background: rgba(0,0,0,0.2);
	padding: 20px 15px;
	border-radius: 10px;
}
.formbox>h4{
	color: #fff;
	font-size: 21px;
	font-family: 'adineue PRO Cyr', Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
}
.formbox>h4+p{
	font-size: 15px;
	line-height: 1.5em;
	text-align: center;
	color: #fff;
	margin-bottom: 25px;
}
.formbox>h4+p>span{
	font-weight: 700;
	color: #ffd800;
}
.formbox .prod_count{
	padding: 0;
}

.sect1.bottom .button{
	margin-top: 0;
}



/*footer*/
.footer_section {
	background: #fff;
	padding: 0 0 25px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
.footer_section img {
	display: block;
	margin: 0 auto 10px auto;
}
.footer_section a {
	color: #333;
	margin: 5px;
}
.footer_section a:hover {
	text-decoration: none;
}








@media screen and (max-width: 959px) {
	.wrapper{
		width: 640px;
	}
	section{
		padding: 40px 0;
	}
	h2.title{
		font-size: 36px;
		line-height: 1.3em;
		margin-bottom: 40px;
	}
	.sect1{
		background: url(../images/s1_bg_tablet.jpg) 50% 0% no-repeat;
		min-height: 815px;
	}
	.main_title{
		float: left;
		overflow: hidden;
		padding: 0 0 0 20px;
		max-width: 450px;
		text-align: left;
		font-size: 28px;
		line-height: 1.1em;
	}
	.timer{
		width: 220px;
		padding: 6px 0 10px;
	}
	.timer_block .count{
		font-size: 26px;
		line-height: 32px;
	}
	.timer_container .timer_block{
		margin: 0 8px;
		width: 36px;
	}
	.timer_container .timer_block:not(:last-child)::after{
		right: -12px;
	}
	.sect1 .ofr_bull{
		padding: 0 0 0 180px;
	}
	.sect1 .ofr_bull > li:nth-child(1){
		width: 185px;
	}
	.sect1 .ofr_bull > li:nth-child(2){
		width: auto;
		margin: 50px 0 0 110px;
	}
	.sect1 .ofr_bull > li:nth-child(3){
		width: auto;
		margin: 50px 0 0 200px;
	}
	.sect1 .button{
		margin-top: 170px;
	}
	.sect2 .title{
		text-align: center;
		font-size: 36px;
	}
	.sect2 .title span{
		font-size: 42px;
	}
	.description > img{
		float: none;
		display: block;
		margin: 0 auto;
	}
	.description .text{
		float: none;
		margin: 0 auto;
	}
	.benef1{
		-ms-text-align-last: center;
		text-align-last: center;
	}
	.benef1>li{
		margin-bottom: 15px;
	}
	.benef1>li:lat-child{
		margin-bottom: 0;
	}
	.sect3{
		background: url(../images/pat.png) 0% 0% repeat;
		padding: 240px 0 40px;
	}
	.table_size .table{
		float: none;
		margin: 0 auto 40px;
	}
	.table_size .table:last-child{
		margin-bottom: 0;
	}
	.consultation > p{
		padding: 0 70px;
	}
	.sect4{
		background: url(../images/s4_bg_tab.jpg) 50% 0% no-repeat;
		min-height: auto;
		padding-top: 100px;
		padding-bottom: 30px;
	}
	.sect4 .wrapper{
		padding-right: 10px;
	}
	.sect4 .title{
		font-size: 50px;
	}
	.video_block{
		position: relative;
		right: auto;
		top: auto;
		height: 290px;
		margin-top: 40px;
	}
	.sect1.bottom .ofr_bull{
		margin-top: -80px;
	}
	.sect1.bottom .ofr_bull > li:nth-child(2){
		display: block;
		margin: 15px 0 0;
	}
}




@media screen and (max-width: 639px) {
	section{
		padding-top: 30px;
	}
	.wrapper{
		width: 320px;
	}
	h2.title{
		font-size: 32px;
		line-height: 1.2em;
	}
	.sect1{
		background: #3c3e44 url(../images/s1_bg_mob.jpg) 50% 0% no-repeat;
		min-height: auto;
		padding: 18px 0 30px;
	}
	.sect1 .title .logo{
		float: none;
		display: block;
		margin: 0 auto;
	}
	.main_title{
		float: none;
		width: 100%;
		padding: 0;
		text-align: center;
		font-size: 23px;
		line-height: 1.3em;
		margin-top: 20px;
	}
	.timer{
		float: none;
		margin: 20px auto 0;
	}
	.sale{
		top: 580px;
		left: 135px;
	}
	.sect1 .ofr_bull,
	.sect1.bottom .ofr_bull{
		float: none;
		padding: 0;
		margin-top: 570px;
	}
	.ofr_bull > li > span{
		display: inline;
	}
	.sect1 .ofr_bull > li:nth-child(1){
		width: 100%;
	}
	.sect1 .ofr_bull > li:nth-child(2){
		margin: 20px 0 0;
	}
	.sect1 .ofr_bull > li:nth-child(3){
		margin: 20px 0 0;
	}
	.sect1 .button{
		margin-top: 30px;
	}
	.description .text{
		width: 100%;
		text-align: center;
	}
	.benef1{
		text-align: left;
		-ms-text-align-last: left;
		text-align-last: left;
	}
	.benef1>li,
	.benef1 > li:nth-child(2),
	.benef1 > li:nth-child(3){
		display: block;
		width: 100%;
	}
	.sect2{
		padding-bottom: 10px;
	}
	.sect3{
		padding-top: 220px;
	}
	.table_size .table{
		width: 100%;
		margin: 0 auto 20px;
	}
	.table_size .scroll{
		overflow: scroll;
	}
	.table table{
		font-size: 13px;
		width: 600px;
	}
	.table table td:nth-child(1){
		width: 100px;
	}
	.table table td br{
		display: none;
	}
	.scroll_info{
		display: block;
		max-width: 60px;
		margin: 10px auto -5px;
	}
	.catalog .cat_item{
		display: block;
		margin: 0 auto 20px;
	}
	.consultation{
		margin-top: 50px;
	}
	.consultation > p{
		padding: 0;
	}
	.sect4{
		background: url(../images/s4_bg_mob.jpg) 50% 0% no-repeat;
		padding-top: 60px;
	}
	.sect4 .title{
		text-align: center;
		font-size: 40px;
		margin-bottom: 30px;
	}
	.sect4 .title > small{
		font-size: 40px;
	}
	.video_block{
		width: 100%;
		height: 170px;
	}
	.sect5 .title{
		font-size: 24px;
	}
	.footer_section{
		padding-top: 25px;
	}
	.formbox{
		float: none;
		margin: 30px 0 0 -10px;
	}
}