/* Medium Devices, Desktops */
@media only screen and (max-width : 949px) {
	.header .right{
		float: right;
		display: block;
	}
	.slogan{
		display: inline-block;
		vertical-align: middle;
	}
	.toggle_mnu {
	  width: 40px;
	  height: 36px;
	  margin-right: 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: white;
	  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: white;
	  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: white;
	  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.jpg) 0 0 no-repeat;
		height: 1100px;
	}
	.toping .logo{
		left: 15px;
		top: 15px;
		margin-left: 15px;
	}
	.toping .logo img{
		width: 145px;
	}
	.toping .weight{
		left: auto;
		right: 15px;
	}
	.toping .weight img{
		width: 177px;
	}
	.text-wrap{
		left: 420px;
		top:131px;
	}
	.slogan{
		margin-right: 15px;
	}
	.slogan img{
		width: 90px;
	}
	.top-box .list{
		left:406px;
		top: 262px;
	}
	.order-form-box .price{
		border: 0;
		position: relative;
	}
	.order-form-box{
		width: 728px;
		height: 440px;
		position: absolute;
		float: none;
		top: 412px;
		left: 20px;
		padding: 40px 70px;
	}
	.order-form-box .left{
		float: left;
		padding-top: 30px;
	}
	.order-form-box .right{
		float: right;
	}
	.order-form-box .price:after{
		content: '';
		width: 584px;
		border-top: 1px solid #e3e3e3;
		position: absolute;
		bottom: -12px;
		left: 0;
	}
	.image-box .list li:nth-child(2){
		margin: 0 15px;
	}
	.order-form input[type='submit']{
		margin-top: 45px;
	}
	.image-box{
		margin-bottom: 20px;
	}
	.info-box{
		height: 1110px;
		padding-top: 70px;
		background: url(../img/info-box-768.jpg) 0 0 no-repeat;
	}
	.info-box .list{
		padding: 0 50px;
	}
	.info-box .bot-text{
		font-size: 18px;
	}
	.spec-box{
		height: 845px;
		background: url(../img/spec-box-768.jpg) 0 -12px no-repeat;
		padding-top: 0px;
		padding-left: 20px;
	}
	.spec-box .left{
		max-width: 405px;
	}
	.spec-box .box-title{
		margin-bottom: 60px;
	}
	.spec-box .btn{
		position: absolute;
		right: 40px;
		bottom: 75px;
	}
	.combinat .box-title{
		font-size: 25px;
	}
	.combinat .list li.item1{
		left: 16px;
	}
	.combinat .list li.item2{
		left: 52px;
		top: 334px;
	}
	.combinat .list li.item3{
		left: 271px;
	}
	.combinat .list li.item4{
		right: 52px;
		top: 334px;
	}
	.combinat .list li.item5{
		right: 5px;
	}
	.rev-box p{
		font-size: 14px;
	}
	.rev-box{
		margin-bottom: -50px;
	}
	.rev-box.review3{
		margin-bottom: 10px;
	}
	.how-use{
		height: 494px;
		padding-top: 51px;
		background: url(../img/how-use-768.jpg) 0 0 no-repeat;
	}
	.how-use .box-title {
		font-size: 25px;
		margin-bottom: 0px;
	}
	.how-use .list li{
		margin-right: 23px;
	}
	.how-use .list{
		font-size: 14px;
		padding-left: 227px;
		padding-top: 322px;
	}
	.how-get .list .text{
		font-size: 14px;
	}
	.how-get{
		height: 377px;
		padding-top: 45px;
		background: url(../img/how-get-768.jpg) 0 0 no-repeat;
	}
	.how-get .box-title{
		font-size: 25px;
	}
	.how-get .list img{
		width: 150px;
	}
	.bottom{
		height: 1385px;
		background: url(../img/bottom-768.jpg) 0 0 no-repeat;
	}
	.bottom .text-wrap{
		top: 165px;
		left: 458px;
	}
	.bottom .order-form-box{
		top: 752px;
	}
	.bot-list{
		bottom: 517px;
		font-size: 14px;
		padding: 0 25px;
	}
	.ostatok{
		position: absolute;
		left: 138px;
		bottom: 74px;
	}
	.data{
		position: absolute;
		left: 80px;
		bottom: 60px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	#wrapper{
		width: 320px;
	}
	.toping{
		height: 1680px;
		background: url(../img/tb-320.png) 0 0 no-repeat;
	}
	.order-form-box{
		width: 303px;
		top: 797px;
		left: 8px;
		padding: 40px 33px;
	}
	.ostatok{
		position: static;
	}
	.data{
		margin-top: 10px;
		position: static;
	}
	.toping .logo img{
		width: 120px;
	}
	.text-wrap{
		left: 20px;
		top: 105px;
	}
	.order-form-box .left{
		padding-top: 0;
	}
	.order-form-box{
		height: auto;
		top: 800px;
		background: none;
	}
	.order-form-box .price:after{
		width: 100%;
	}
	.order-form input[type='submit']{
		margin-top: 5px;
	}
	.image-box .list li:nth-child(2), .image-box .list li{
		margin: 0 0 20px;
	}
	.info-box{
		height: 1625px;
		padding-top: 60px;
		background: url(../img/info-box-320.jpg) 0 0 no-repeat;
	}
	.info-box .list{
		padding: 0 30px;
	}
	.info-box .list .img, .info-box .list .item2 .img-r{
		float: none;
		margin: 0 0 20px;
	}
	.info-box .list .item1 .tt, .info-box .list .item2 .tt, .info-box .list .item3 .tt{
		padding: 0;
	}
	.info-box .list .img img{
		max-width: 100%;
	}
	.info-box .bot-text{
		padding: 0 30px;
		font-size: 17px;
	}
	.spec-box{
		height: 1463px;
		background: url(../img/spec-box-320.jpg) 0 0 no-repeat;
	}
	.spec-box .right{
		text-align: left;
	}
	.combinat {
		padding-bottom: 50px;
	}
	.combinat .list{
		height: auto;
		background: url(../img/combinat-320.png) 0 0 no-repeat;
		padding-top: 490px;
	}
	.combinat .list li{
		position: static;
		margin-bottom: 45px;
	}
	.combinat .list li:last-child{margin: 0;}
	.review{
		padding: 40px 15px ;
		height: auto;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.review img{
		max-width: 100%;
	}
	.rev-box .img{
		margin: 0 0 20px;
		float: none;
		text-align: center;
	}
	.rev-box.review1 .text, .rev-box.review2 .text, .rev-box.review3 .text{
		padding: 0;
	}
	.rev-box{
		margin-bottom: 0px;
	}
	.rev-box .text-r{
		text-align: left;
	}
	.how-use .box-title{
		font-size: 28px;
	}
	.how-use{
		background: url(../img/how-use-320.png) 0 0 no-repeat;
		height: 1823px;
	}
	.how-use .list{
		padding-left: 0;
		text-align: center;
		padding-top: 822px;
	}
	.how-use .list li{
		margin-right: 0;
		margin-bottom: 386px;
		display: block;
	}
	.how-use .list li:last-child{
		margin-bottom: 0;
	}
	.how-use .list br{display: none;}
	.how-get{
		height: 707px;
		padding-top: 150px;
		background: url(../img/how-get-320.jpg) 0 0 no-repeat;
	}
	.how-get .list{
		padding: 0 5px;
	}
	.how-get .list li{
		width: 50%;
		margin-bottom: 30px;
	}
	.how-get .list .text{
		font-size: 12px;
	}
	.how-get .list img{
		width: 130px;
	}
	.how-get .box-title{
		padding-left: 40px;
		padding-right: 40px;
		font-size: 28px;
	}
	.bottom{
		height: 1934px;
		background: url(../img/bottom-320.png) 0 0 no-repeat;
	}
	.bot-list{
		bottom: auto;
		top: 1653px;
		font-size: 13px;
	}
	.bot-list li{
		float: none;
		width: auto;
		margin-bottom: 30px;
	}
	.bot-list li:first-child, .bot-list li:last-child{padding: 0;}
	.bot-list li{
		margin-bottom: 62px;
	}
	.bottom .order-form-box{
		top: 730px;
	}
	.bottom .text-wrap{
		top: 58px;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		left: 0px;
		text-align: center;
	}
}