 @media screen and (min-width: 1800px){
  .order{
    background-size: 104vw;
  }
  .footer .order{
    background-size: 104vw;
  }
  .wrapper{
    background-size: 100vw;
    background-position: 0px 3190px;
  }
 }
 @media screen and (max-width: 1700px){
  .footer .order{
    background-position: -100px 0px;
  }
 }
 @media screen and (max-width: 1600px){
  .order{
    background-position: -150px 0px;
  }
  .footer .order{
    background-position: -150px 0px;
  }
 }
 @media screen and (max-width: 1600px){
  .order{
    background-position: -220px 0px;
  }
  .footer .order{
    background-position: -220px 0px;
  }
 } 
 @media screen and (max-width: 1600px){
  .order{
    background-position: -300px 0px;
  }
  .footer .order{
    background-position: -300px 0px;
  }
 }  
 @media screen and (max-width: 992px){
	.wrapper{
		min-width: 768px;
	}
	.container-fluid{
		max-width: 768px;
		min-width: 768px;
	}
	.container-fluid .row{
		margin: 0px;
	}
	.for_768{
		display: block;
	}
	.change_img .for_768{
		display: block;
	}
	.change_img .for_big{
		display: none;
	}
	.menu{
		display: inline-block;
	}
	.menu_icon{
    display: inline-block;
    height: 20px;
    width: 30px;
  }
  .menu_links {
    position: absolute;
    display: none;
    width: 992px;
    top: 80px;
    left: -618px;
    background-color: #9EBFDA;
    z-index: 1000;
    overflow: auto;
  }
  .menu_links-item {
    display: block;
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
    color: #000;
    font-family: 'OpenSansB';
  }
  .nav{
  	display: none;
  }
  .header_logo img{
  	width: 180px;
  	margin-top: 18px;
  }
  .menu_holder{
  	display: flex;
  	flex-direction: row;
  	justify-content: flex-end;
  	align-items: center;
  }
  .menu_holder i{
  	font-size: 24px;
  	color: #fff;
  }
  .fa-shopping-cart{
  	margin-right: 20px;
  }
  .order{
  	margin-top: 0px;
  	padding-top: 95px;
  	background: url(../img/bg_top_768.png) no-repeat 0px 0px;
  }
  .order .row{
  	margin-left: -15px;
  	margin-right: -15px;
  }
  .logo_holder{
  	display: none;
  }
  .h1{
  	margin-left: 25px;
  	margin-top: 0px;
  }
  .h2{
  	margin-top: 10px;
  	margin-left: 25px;
  }
  .order_product{
  	margin-top: 30px;
  	margin-left: 0px;
  	height: 200px;
  }
  .order_form{
  	margin-left: 0px;
  }
  .price_holder{
  	height: 185px;
  	width: 185px;
  	top: 140px;
  	left: -150px;
  }
  .new_price{
  	font-size: 48px;
  }
  .new_price sup{
  	font-size: 20px;
  	top: -20px;
  }
  .old_price{
  	font-size: 30px;
  }
  .old_price sup{
  	font-size: 15px;
  	top: -10px;
  }
  .old_price:after{
  	background: url(../img/lign_768.png) no-repeat;
  	top: 13px;
  }
  .short_inf_item1 span{
  	margin-left: 50px;
  }
  .short_inf_item1{
  	background-position: 35px 25px;
  }
  .short_inf_item2{
  	background-position: 15px 25px;
  }
  .short_inf_item3{
  	background-position: 10px 25px;
  }
  .restoring .h3{
  	font-size: 24px;
  	margin-top: -50px;
  	margin-bottom: 0px;
  }
  .content{
  	max-width: 768px;
  }
  .container-fluid .content .row{
  	margin-left: -15px;
  	margin-right: -15px;
  }
  .content img{
  	width: 100%;
  }
  .content .text{
  	font-size: 12px;
  	line-height: 14px;
  	margin-top: 20px;
  	margin-bottom: 30px;
  	width: 80%;
  }
  .what_is .container-fluid{
  	max-width: 768px;
  	min-width: 768px;
  }
  .what_is .row{
  	margin-left: -15px;
  	margin-right: -15px;
  }
  .what_is_img img{
  	height: 300px;
  	margin-top: 10px;
  	margin-left: -12px;
  }
  .row .what_is_text{
  	padding-left: 25px;
  	padding-right: 19px;
  }
  .what_is_text .h3{
  	font-size: 18px;
  	margin-top: 25px;
  	margin-bottom: 20px;
  }
  .what_is_text p{
  	font-size: 14px;
  	line-height: 20px;
  	margin-bottom: 20px;
  }
  .change .container-fluid{
  	max-width: 768px;
  	min-width: 768px;
  	padding-top: 20px;
  }
  .change .row{
  	margin-left: -16px;
  	margin-right: -15px;
  }
  .change_img img{
  	margin-left: 5px;
  }
  .row .change_text{
  	padding-left: 15px;
  	padding-right: 15px;
  }
  .change_text .h3{
  	font-size: 18px;
  	line-height: 24px;
  	margin-bottom: 25px;
  }
  .list_item span{
  	width: 310px;
  	font-size: 15px;
  	line-height: 22px;
  }
  .change_btn{
  	width: 345px;
  	margin-top: 54px;
  }
  .list_item{
  	margin-bottom: 30px;
  }
  .how_work .container-fluid{
  	max-width: 768px;
  	min-width: 768px;
  	padding-top: 20px;
  }
  .how_work .row{
  	margin-left: -16px;
  	margin-right: -15px;
  }
  .how_work_img img{
  	height: 365px;
  	margin-left: -10px;
  }
  .row .how_work_list{
  	padding-left: 5px;
  }
  .how_work_list .h3{
  	padding-right: 150px;
  	margin-top: 10px;
  	margin-bottom: 20px;
  	font-size: 20px;
  	line-height: 24px;
  }
  .list_item i{
  	margin-right: 10px;
  }
  .why .container-fluid{
  	max-width: 768px;
  	min-width: 768px;
  	padding-top: 20px;
  }
  .why .row{
  	margin-left: -16px;
  	margin-right: -15px;
  }
  .why .h3{
  	font-size: 20px;
  	margin-top: 20px;
  	margin-bottom: 45px;
  }
  .composition .container-fluid{
  	max-width: 768px;
  	min-width: 768px;
  	padding-top: 20px;
  }
  .composition .row{
  	margin-left: -16px;
  	margin-right: -15px;
  }
  .composition .h3{
  	margin-top: 30px;
  	font-size: 20px;
  	line-height: 26px;
  	margin-bottom: 35px;
  }
  .no_analog{
  	margin-top: 0px;
  	margin-bottom: 40px;
  }
  .footer .order{
		background: url(../img/bg_bottom_768.png) no-repeat 0px 0px;
		margin-top: 0px;
		padding-top: 70px;
  }
  .footer .row .short_inf{
  	display: none;
  }
  .row .policy{
  	margin-top: 10px;
  	margin-bottom: 10px;
  }
  .footer .logo_holder{
  	display: block;
  }
  .footer .order_form{
  	margin-top: 180px;
  }
  .footer .logo_holder img{
  	margin-left: 35px;
  	width: 540px;
  }
  .footer .h1{
  	margin-top: 40px;
  }
  .footer .order_product{
  	margin-top: 130px;
  	margin-left: 35px;
  }
  .footer .h2{
  	padding-right: 30px;
  	margin-top: 25px;
  }
}
@media screen and (max-width: 575px){
	.wrapper{
		min-width: 320px;
	}
	.container-fluid{
		max-width: 320px;
		min-width: 320px;
	}
	.header .container-fluid{
		max-width: 320px;
		min-width: 320px;
	}
	.menu_links{
		width: 575px;
		left: -335px;
		top: 80px;
	}
  .menu_holder i{
    font-size: 26px;
  }
  .fa-shopping-cart{
    margin-right: 10px;
  }
  .h1{
    margin-top: 5px;
    font-size: 20px;
    margin-left: 15px;
  }
  .h2{
    font-size: 14px;
    margin-top: 5px;
    line-height: 15px;
    margin-left: 15px;
  }
  .order{
    background: url(../img/bg_top_320.png) no-repeat center -60px;
  }
  .attribute{
    z-index: 99;
  }
  .order_product{
    height: 155px;
    margin-left: 0px;
    margin-top: 15px;
  }
  .order_form{
    max-width: 320px;
    margin-top: -35px;
  }
  .discount{
    padding-top: 30px;
  }
  .price_holder{
    height: 135px;
    width: 135px;
    top: -125px;
    left: 205px;
  }
  .new_price{
    font-size: 35px;
    margin-bottom: -10px;
  }
  .new_price sup{
    font-size: 14px;
    top: -15px;
  }
  .old_price{
    font-size: 22px;
  }
  .old_price sup{
    font-size: 11px;
    top: -8px;
  }
  .old_price:after{
    background: url(../img/lign_320.png) no-repeat 0px 0px;
    top: 9px;
  }
  .wv_order-form{
    padding-left: 15px;
    padding-right: 15px;
  }
  .wv_order-form input{
    width: 290px;
  }
  .wv_order-form select{
    width: 290px;
  }
  .button{
    width: 290px;
    margin-bottom: 10px;
  }
  .row .short_inf{
    height: 462px;
    margin-top: 340px;
    margin-bottom: 50px;
    background: url(../img/short_inf_bg_320.png) no-repeat 0px -30px;
    background-size: cover;
  }
  .short_inf_item{
    height: 33.3333%;
  }
  .short_inf_item1 span{
    margin: 0px;
  }
  .short_inf_item1{
    background-position: 55px 5px;
  }
  .short_inf_item2{
    background-position: 55px 0px;
  }
  .short_inf_item3{
    background-position: 55px 5px;
  }
  .restoring .h3{
    font-size: 20px;
    line-height: 18px;
    margin-top: -20px;
    margin-bottom: 25px;
    padding: 0px;
  }
  .content .text{
    font-size: 16px;
    line-height: 18px;
    margin-top: 15px;
    margin-bottom: 20px;
    width: 90%;
  }
  .what_is .container-fluid{
    max-width: 320px;
    min-width: 320px;
  }
  .what_is_img img{
    margin-top: 24px;
    width: 347px;
    margin-left: -9px;
    height: auto;
  }
  .row .what_is_text{
    padding-left: 15px;
    padding-right: 15px;
  }
  .what_is_text .h3{
    margin-top: 0px;
    position: relative;
    top: 0px;
    margin-bottom: 12px;
    font-size: 20px;
    text-align: center;
  }
  .what_is_text p{
    font-size: 16px;
    line-height: 30px;
  }
  .change .container-fluid{
    max-width: 320px;
    min-width: 320px;
  }
  .row .change_text{
    order: 13;
  }
  .change_img .for_768{
    width: 335px;
    margin-left: -14px;
  }
  .change_text .h3{
    font-size: 20px;
    line-height: 26px;
  }
  .list_item span{
    width: 250px;
    font-size: 16px;
    line-height: 24px;
  }
  .change_btn{
    font-size: 17px;
    height: 60px;
    line-height: 60px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .how_work .container-fluid{
    max-width: 320px;
    min-width: 320px;
    padding-bottom: 0px;
  }
  .how_work_img img{
    width: 349px;
    height: auto;
    margin-left: -9px;
  }
  .how_work_list .h3{
    padding: 0px;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
  }
  .row .how_work_list{
    padding-left: 15px;
    padding-right: 15px;
  }
  .list_item i{
    font-size: 16px;
  }
  .why .container-fluid{
    max-width: 320px;
    min-width: 320px;
    padding-top: 0px;
    background: linear-gradient(to bottom, #fff, #F7F7F8);
  }
  .why_list img{
    display: none;
  }
  .why_list .list_item .text{
    width: 290px;
  }
  .why .h3{
    margin-bottom: 15px;
  }
  .why_list .list_item{
    width: 290px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #A1C6D9;
  }
  .why_list .list_item:last-child{
    border-bottom: none;
  }
  .why_list{
    margin-bottom: 10px;
  }
  .composition .container-fluid{
    max-width: 320px;
    min-width: 320px;
    padding-top: 0px;
  }
  .composition_item img{
    width: 320px;
  }
  .composition_item span{
    width: auto;
  }
  .composition_item .name{
    margin-left: 15px;
    margin-right: 15px;
  }
  .composition_item .text{
    margin-right: 15px;
    margin-left: 15px;
  }
  .no_analog{
    font-size: 16px;
    line-height: 20px;
  }
  .footer .order{
    background: none;
    padding-top: 60px;
  }
  .footer .logo_holder img{
    margin-left: 0px;
  }
  .footer .order .row{
    margin-left: -15px;
    margin-right: -15px;
  }
  .footer .logo_holder img{
    width: 290px;
    margin-left: 15px;
  }
  .footer .h1{
    margin-top: 15px;
    margin-left: 15px;
  }
  .footer .h2{
    margin-top: 5px;
    margin-left: 15px;
  }
  .footer .order_product{
    margin-top: 15px;
    width: 250px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .order_form{
    margin-top: 0px;
  }
  .footer .new_price{
    font-size: 58px;
  }
  .footer .new_price sup{
    font-size: 25px;
    top: -24px;
  }
  .footer .old_price{
    font-size: 36px;
  }
  .footer .old_price sup{
    font-size: 18px;
    top: -13px;
  }
  .footer .old_price:after{
    background: url(../img/lign_320_bottom.png) no-repeat 0px 0px;
    left: 112px;
    top: 16px;
  }
  .footer .row .bottom_order_form{
    padding-left: 0px;
    padding-right: 0px;
  }
  .form_btn{
    margin-left: auto;
    margin-right: auto;
  }
}