/* Medium Devices, Desktops */
@media only screen and (max-width : 1170px) {
	.header .right{
		float: right;
		display: block;
	}
	.slogan{
		display: inline-block;
		vertical-align: middle;
	}
	.toggle_mnu {
	  width: 40px;
	  height: 36px;
	  margin-left: 15px;
	  position: relative;
	  display: inline-block;
	  vertical-align: middle;
	  z-index: 100;
	  border: none;
	   }
	  .toggle_mnu span {
	    display: block; }
	.sandwich {
	  width: 28px;
	  height: 28px;
	  position: absolute;
	  top: 8px;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  margin: auto;
	  z-index: 200; }
	.sw-topper {
	  position: relative;
	  top: 0;
	  width: 28px;
	  height: 3px;
	  background: #8e8e8e;
	  border: none;
	  border-radius: 4px 4px 4px 4px;
	  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
	          transition: transform 0.5s, top 0.2s;
	  display: block; }
	.sw-bottom {
	  position: relative;
	  width: 28px;
	  height: 3px;
	  top: 6.6px;
	  background: #8e8e8e;
	  border: none;
	  border-radius: 4px 4px 4px 4px;
	  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
	          transition: transform 0.5s, top 0.2s;
	  -webkit-transition-delay: 0.2s, 0s;
	          transition-delay: 0.2s, 0s; }
	.sw-footer {
	  position: relative;
	  width: 28px;
	  height: 3px;
	  top: 13.5px;
	  background: #8e8e8e;
	  border: none;
	  border-radius: 4px 4px 4px 4px;
	  -webkit-transition: all 0.5s;
	          transition: all 0.5s;
	  -webkit-transition-delay: 0.1s;
	          transition-delay: 0.1s; }
	.sandwich.active .sw-topper {
	  top: 9px;
	  -webkit-transform: rotate(-45deg);
	      -ms-transform: rotate(-45deg);
	          transform: rotate(-45deg); }
	.sandwich.active .sw-bottom {
	  top: 6px;
	  -webkit-transform: rotate(45deg);
	      -ms-transform: rotate(45deg);
	          transform: rotate(45deg); }
	.sandwich.active .sw-footer {
	  opacity: 0;
	  top: 0;
	  -webkit-transform: rotate(180deg);
	      -ms-transform: rotate(180deg);
	          transform: rotate(180deg); }
	.nav{
		z-index: 12;
		position: fixed;
		top:0px;
		height: 100%;
		overflow-y: auto;
		left:0;
		width: 200px;
		background: #fff;
		box-shadow: 2px 0 15px 0 rgba(0,0,0,0.3);
		display: none;
	}
	.nav li{
		display: block;
		margin: 0;
	}
	.nav a{
		display: block;
		padding: 10px;
		color: #000;
	}
	#wrapper{
		width: 768px;
		margin: 0 auto;
	}
	.toping{
		background: url(../img/tb-768.png) 50% 70px no-repeat;
		height: 1090px;
	}
	.header .slogan{
		display: inline-block;
		vertical-align: middle;
	}
	.header .btn{display: none;}
	.wrap{
		max-width: 750px;
	}
	.top-line .slogan{
		display: none;
	}
	.top-line{
		padding: 0;
		background: none;
		width: 290px;
		left: 50px;
		border-radius: 0;
	}
	.top-line .list li{
		border-radius: 6px;
		padding: 10px;
		margin: 0 0 10px;
		display: block;
		background-color: rgba(255, 255, 255, 0.9);
	}
	.top-text{
		left: auto;
		right: 0;
		top: 50px;
	}
	.ico-list{
		width: 100%;
		left: 0;
		padding-top: 10px;
		padding-bottom: 10px;
		bottom: 355px;
	}
	.ico-list li{
		display: inline-block;
		vertical-align: middle;
		width: 32%;
		margin-bottom: 0;
	}
	.ico-list .t1{
		max-width: 180px;
	}
	.order-form-box{
		margin-top: 770px;
		width: 100%;
		max-width: 660px;
		margin-right: 50px;
		height: 344px;
		background: url(../img/form-768.png) 0 0 no-repeat;
		padding: 52px 20px;
	}
	.order-form-box .left{
		float: left;
		width: 50%;
	}
	.order-form-box .right{
		float: right;
		width: 50%;
		padding-left: 10px;
	}
	.reasons{
		padding-top: 70px;
		padding-bottom: 8px;
		background: url(../img/reson-768.jpg) 50% 0 no-repeat;
	}
	.title{
		font-size: 30px;
	}
	.reasons .images img{
		width: 364px;
	}
	.reasons .images{
		margin-right: 20px;
	}
	.reasons .text{
		padding-top: 0;
	}
	.reasons .list li{
		margin-bottom: 10px;
	}
	.expert{
		padding-top: 110px;
		background: url(../img/expert-768.jpg) 50% 0 no-repeat;
		height: 608px;
	}
	.expert .text .title{
		margin-bottom: 40px;
	}
	.expert .text{
		padding-left: 310px;
	}
	.sostav .list img{
		max-width: 99%;
	}
	.sostav .list li{
		padding: 0 10px;
	}
	.sostav .title{
		margin-bottom: 0;
	}
	.sostav{
		padding-top: 50px;
		background-position: 10% 100%;
	}
	.reviews .list li{
		padding: 0 10px;
	}
	.reviews{
		padding-top: 50px;
	}
	.how-use .list .item{
		padding-top: 0;
		padding-bottom: 0;
	}
	.make-order .bg{
		width: 100%;
	}
	.make-order .list{
		padding-right: 0;
	}
	.tovar{
		display: block;
		position: absolute;
		right: 35px;
		top: 266px;
		max-width: 220px;
	}
	.bottom{
		height: 1070px;
		background: url(../img/bottom-768.jpg) 50% 0 no-repeat;
	}
	.bottom .ico-list{
		top: 30px;
		bottom: auto;
	}
	.bottom .order-form-box{
		margin-top: 660px;
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	#wrapper{
		width: 320px;
	}
	.toping{
		height: 1950px;
		background: url(../img/tb-320.jpg) 0 0 no-repeat;
	}
	.wrap{
		max-width: 300px;
	}
	.sandwich{
		margin-right: 0;
		margin-left: 0;
	}
	.toggle_mnu{
		width: 30px;
	}
	.header .logo{
		margin-right: 0;
	}
	.header .logo img{
		width: 134px;
	}
	.toping .welcome-title{
		display: none;
	}
	.top-text{
		right: 50%;
		transform: translate(50%, 0);
		top: 500px;
		
	}
	.top-text h1{
		font-size: 36px;
	}

	.top-line{
		left: 0px;
		width: 300px;
		top: 82px;
	}
	.top-line .list{
		float: none;
	}
	.top-line .list li{
		margin-bottom: 5px;
	}
	.order-form-box{
		width: 100%;
		margin-right: 0;
		width: 300px;
	}
	.order-form-box .left,
	.order-form-box .right{
		float: none;
		width: auto;
		padding: 0;
	}
	.order-form-box{
		height: 564px;
		padding: 30px;
		background: url(../img/form.png) 0 0 no-repeat;
		margin-top: 1350px;
	}
	.ico-list{
		padding: 20px;
	}
	.ico-list li{
		display: block;
		width: auto;
		margin-bottom: 15px;
	}
	.ico-list .t1{
		max-width: 216px;
	}
	.ico-list{
		bottom: 630px;
	}
	.reasons{
		background: url(../img/reson-320.jpg) 0 0 no-repeat;
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.reasons .images img{
		width: auto;
		max-width: 100%;
	}
	.reasons .images{
		margin-right: 0;
		float: none;
		margin-bottom: 20px;
	}
	.expert{
		background: url(../img/expert-320.jpg) 0 0 no-repeat;
		padding-top: 60px;
		height: 1109px;
	}
	.expert .text{
		padding-left: 0;
	}
	.expert .text p{
		margin-bottom: 440px;
	}
	.expert .btn{
		display: flex;
		margin: 0 auto;
	}
	.sostav .img{
		height: auto;
	}
	.sostav .list li{
		padding: 0;
		width: auto;
		text-align: center;
		float: none;
		display: block;margin-bottom: 30px;
	}
	.sostav .title{
		margin-bottom: 50px;
	}
	.sostav{
		background-position: 30% 100%;
	}
	.reviews{
		padding: 50px 0;
		height: auto;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.reviews .list li{
		width: auto;
		float: none;
		margin-bottom: 30px;
		padding: 0;
	}
	.reviews .list .img{
		text-align: center;
	}
	.how-use .title{
		margin-bottom: 40px;
	}
	.how-use .list li{
		width: auto;
		float: none;
		margin-bottom: 30px;
		padding: 0;
	}
	.how-use{
		padding: 50px 0;
		height: auto;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.how-use .list .item{
		padding-top: 10px;
	}
	.make-order .bg{
		display: none;
	}
	.make-order .list li{
		width: auto;
		float: none;
		padding: 0;
		margin-bottom: 70px;
	}
	.make-order{
		padding-top: 6px;
		height: 1416px;
		background:  url(../img/mo-320.jpg) 0 0 no-repeat;
	}
	.make-order .title{
		margin-bottom: 20px;
	}
	.make-order .n{
		margin-bottom: 125px;
	}
	.make-order .list li:last-child{
		padding-top: 13px;
	}
	.bottom{
		height: 1913px;
		background:  url(../img/bottom-320.png) 0 0 no-repeat;
	}
	.tovar{display: none;}
	.bottom .ico-list{
		top: 1030px;
	}
	.bottom .top-text{
		top: 0;
	}
	.bottom .order-form-box{
		margin-top: 1280px;
	}
}