/* 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-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: #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);
		margin-left: 0;
		display: none;
	}
	.nav li{
		display: block;
		margin: 0;
	}
	.nav a{
		display: block;
		padding: 10px;
		color: #000;
	}
	.wrap{
		max-width: 750px;
	}
	.header .btn{
		display: inline-block;
		vertical-align: middle;
	}
	#wrapper{
		width: 768px;
		margin: 0 auto;
	}
	.top-box{
		background: url(../img/tb-768.jpg) 0 -22px no-repeat;
		height: 1360px;
	}
	.tt-list{
		left: 20px;
		bottom: 10px;
		right: auto;
		top: auto;
	}
	.tt-text{
		top: 120px;
	}
	.top-box .order-form-box{
	  border-width: 1px;
	  border-color: rgb(162, 48, 73);
	  border-style: solid;
	  background-color: rgb(255, 255, 255);
		width: 370px;
		padding-top: 0;
		float: right;
		margin-top: 400px;
		position: relative;
		padding-top: 200px;
	}
	.sk-box{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}
	 .top-box .order-form-box .new-price{
	 	font-size: 85px;
	 }
	.top-box .order-form-box .l{
		padding: 0;
		width: auto;
		float: none;
	}
	.top-box .order-form-box .right{
		border: 0;
		padding: 0;
		float: none;
		padding: 20px 63px;
		padding-top: 0;
	}
	.top-box .order-form p{
		font-size: 16px;
	}
	.top-box .countdown{
		color: #a23049;
		font-size: 32px;
		line-height: 64px;
	}
	.top-box .countdown b{
		margin: 0 5px;
		font-size: 32px;
	}
	.top-box .countdown span{
		height: 64px;
		width: 64px;
	}
	.top-box .order-form-box .price{
		width: auto;
		float: none;
		margin: 0;
	}
	.top-box .order-form-box .price{
		text-align: center;
	}
	.top-box .nn-fr{
		display: inline-block;
		width: 244px;
		height: 59px;
		background: url(../img/nn2.png) 0 0 no-repeat;
		padding-top: 26px;
		font-size: 21px;
	}
	.top-box .order-form-box .new-price{
		font-size: 85px;
		position: relative;
		left: 112px;
	}
	.top-box .order-form-box .old-price{
		font-size: 50px;
		margin-left: 20px;
		position: relative;
		left: -173px;
	}
	.top-box .order-form-box .skidka{
		font-size: 40px;
	}
	.top-box .order-form-box .small{
		font-size: 20px;
	}
	.top-box .order-form .btn{
		/* background: url(../img/btn2.png) 0 0 no-repeat; */
		height: 50px;
		width: 100%;
		margin: 0 auto;
		display: block;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 27px;
	}
	.mm{
		display: none;
	}
	.text-box .wr .img{
		position: static;
		margin-bottom: 20px;
		text-align: center;
	}
	.text-box .wr .tt{
		padding-left: 0;
	}
	.text-box .list li{
		margin: 0 20px;
	}
	.title{
		font-size: 40px;
	}
	.doctor{
		-webkit-background-size: cover;
		background-size: cover;
		height: auto;
		padding-bottom: 50px;
	}
	.doctor .tt .img{
		position: static;
		margin-bottom: 20px;
		text-align: center;
	}
	.doctor .tt{
		padding-right: 0;
		text-align: left;
	}
	.doctor .tt .title{
		text-align: center;
		font-weight: bold;
	}
	.doctor .tt .title+div{
		text-align: center;
	}
	.sostav .tt .l{
		width: auto;
		float: none;
		margin: 0 0 20px;
		text-align: center;
	}
	.sostav .list p{
		font-size: 16px;
	}
	.sostav .tt .r p{
		font-size: 20px;
	}
	.red-box .list p{
		font-size: 18px;
	}
	.table-box .title{
		font-size: 27px;
	}
	.table-box .list{
		background: url(../img/table-768.png) 50% 30px no-repeat;
		height: 347px;
	}
	.table-box .list .td{
		width: 243px;
	}
	.table-box .list .t1{
		font-size: 16px;
		line-height: 22px;
	}
	.table-box .list .t2{
		font-size: 22px;
		line-height: 22px;
	}
	.table-box .list .t3{
		font-size: 18px;
		line-height: 22px;
	}
	.table-box .list .t4{
		font-size: 16px;
	}
	.table-box .list li:first-child .td2,
	.table-box .list li:first-child .td3{
		text-align: center;
	}
	.table-box .list li:first-child{
		margin-bottom: 51px;
	}
	.table-box .list li{
		margin-bottom: 17px;
	}
	.table-box .list img{
		width: 34px;
	}
	.table-box{
		padding-bottom: 0;
	}
	.owl-carousel .owl-item .img{
		width: 220px;
	}
	.review .rev .tt{
		padding-top: 0;
	}
	.review .rev .tt p{
		font-size: 20px;
	}
	.review .btn-box .t1{
		font-size: 24px;
	}
	.review .rev .tt .name{
		font-size: 25px;
	}
	.review .title{
		font-size: 28px;
	}
	.review{
		height: 650px;
	}
	.list-box2 .list li{
		margin: 0 0 30px;
		width: 49%;
		padding: 0 40px;
	}
	.list-box2{
		-webkit-background-size: cover;
		background-size: cover;
	}
	.bottom{
		background-position: 0 -100px;
		height: 1260px;
	}
	.bottom .tt-text{
		right: 0px;
		top: 120px;
	}
	.bottom .wh-list{
		display: none;
	}
	.bottom .hiden{
		display: block;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	#wrapper{
		width: 320px;
	}
	.wrap{
		max-width: 300px;
	}
	.header .btn{
		display: none;
	}
	.header .logo{
		padding-top: 0;
	}
	.top-box{
		height: 1530px;
		padding-top: 0;
		background: url(../img/tb-320.png) 50% 150px no-repeat;
	}
	.tt-text{
		top: 56px;
		text-align: center;
		width: 100%;
		right: 0;
	}
	.tt-text .h2{
		font-size: 40px;
	}
	.tt-text p{
		font-size: 18px;
	}
	.top-box .order-form-box{
		width: 100%;
		margin-top: 800px;
	}
	.top-box .order-form-box .right{
		width: auto;
		padding: 20px;
	}
	.tt-list{
		top: 562px;
		bottom: auto;
		left: 0px;
		width: 100%;
	}
	.tt-list img{
		width: 50px;
		margin-right: 10px;
	}
	.tt-list .t1{
		font-size: 18px;
	}
	.title{
		font-size: 20px;
		margin-bottom: 25px;
	}
	.text-box .wr .tt p{
		font-size: 18px;
	}
	.text-box .wr .img img{
		max-width: 100%;
	}
	.text-box .list li{
		width: 127px;
		margin: 0 10px 20px;
	}
	.text-box .list p{
		font-size: 16px;
	}
	.text-box .list .ico img {
		width: 85px;
	}
	.text-box .list .ico{
		height: 100px;
	}
	.doctor .tt .t1{
		font-size: 21px;
	}
	.doctor .tt .img img{
		max-width: 100%;
	}
	.doctor .tt p{
		font-size: 20px;
	}
	.sostav .tt p{
		font-size: 24px;
	}
	.sostav .tt .h2{
		font-size: 33px;
	}
	.sostav .tt .r p{
		text-align: center;
	}
	.sostav .list li{
		width: auto;
		float: none;
		margin-bottom: 30px;
	}
	.sostav .btn-box .t1{
		text-align: center;
		margin: 0 0 20px;
		display: block;
		font-size: 19px;
	}
	.btn{
		width: 300px;
		-webkit-background-size: cover;
		background-size: cover;
		height: 70px;
	}
	.sostav .list{
		margin-bottom: 0;
	}
	.red-box .list li{
		padding: 0;
		width: auto;
		float: none;
		margin-bottom: 30px;
	}
	.red-box .list p{
		font-size: 16px;
	}
	.table-box{
		display: none;
	}
	.rev-slider{
		padding: 0;
	}
	.owl-carousel .owl-item .img{
		width: 180px;
		margin: 0 auto 20px;
		float: none;
	}
	.review{
		-webkit-background-size: cover;
		background-size: cover;
		padding-bottom: 50px;
		height: auto;
		padding-top: 50px;
	}
	.review .title{
		font-size: 20px;
	}
	.owl-carousel .owl-nav>div,
	.owl-carousel .owl-nav>div:last-child{
		top: 72px;
		width: 40px;
		height: 40px;
		margin-top: 0;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.review .rev .tt p{
		font-size: 18px;
	}
	.review .btn-box .t1{
		font-size: 18px;
		margin: 0 0 20px;
	}
	.list-box .title{
		font-size: 27px;
	}
	.text-box .list li{
		padding: 0 10px;
	}
	.list-box2 .list li{
		width: 49%;
		margin: 0 0 20px;
	}
	.bottom{
		background-color: #f0eded;
		height: 1570px;
	}
	.bottom .tt-text{
		top: 36px;
	}
}