@media only screen and (max-width: 1200px) {
.container{
	padding: 0 15px;
	width: 100%;
}
.main-menu a{
	font-size: 12px;
}
.main-menu{
	margin-right: 40px;
}
.main-title{
	font-size: 36px;
	line-height: 46px;
}
.main-desc{
	font-size: 16px;
	line-height: 32px;
}
.main-btn{
	padding-top: 20px;
	padding-bottom: 18px;
	padding-left: 35px;
	padding-right: 35px;	
}
.section-title{
	font: normal 32px/42px "GB";
}
.section{
	padding: 40px 0;
}
.about-video{
	width: 100%;
	max-width: 50%;
}
.about-video img{
	max-width: 100%;
}
.section.info{
	padding-bottom: 0;
}
.about-info{
	margin-left: 50px;
}
}
@media only screen and (max-width: 1024px) {
.main-menu{
	display: none;
}
.mobile-menu{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #333;
	text-align: right;
	padding-top: 90px;
	z-index: 100;
	padding-right: 15px;
}
.mobile-menu li{
	margin-right: 0;
	margin-bottom: 3px;
}
.mobile-menu a{
	font-size: 18px;
	line-height: 42px;
}
.menu-btn svg{
	width: 32px;
}
.menu-btn path{
	fill: #fff;
}
body.ovh{
	overflow: hidden;
}
.menu-btn{
	display: block;
}
.close-btn{
	display: none;
	position: fixed;
	right: 15px;
	top: 26px;
	z-index: 200;
}

.sticky .top{
	padding-top: 10px;
}
header.sticky{
	padding-bottom: 10px;
}
.sticky .logo{
	display: none;
}
.sticky .right-menu{
	margin-left: unset;
	right: unset;
}
.sticky .right-menu{
	margin-top: -7px;
}
.close-btn svg{
	width: 26px;
}
.main-container{
	min-height: 450px;
}
.main-title{
	font-size: 32px;
	line-height: 42px;
}
.about-content{
	flex-direction: column;
}
.about-content > * {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 550px;
}
.about-video{
	margin-bottom: 25px;
}
.section{
	padding: 30px 0;
}
.section-title{
	font-size: 28px;
	line-height: 38px;
}
.type-nav a {
    font: normal 12px "GR";
    padding: 15px 15px;
}
.reviews.section{
	padding-top: 0!important;
}
}
@media only screen and (max-width: 768px) {
/*     table td:before {
  content: attr(data-label);
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  width: 45%;
}
table {
  border: 0;
}

table thead {
  display: none;
}
table tr {
  margin-bottom: 10px;
  display: block;
  border-bottom: 2px solid #ddd;
}
table td {
  display: block;
  text-align: right;
  font-size: 13px;
  border-bottom: 1px dotted #ccc;
}
table td:last-child {
  border-bottom: 0;
} */
.contact {
	width: 100%;
	position: static;
	margin-left: auto;
	margin-right: auto;
	max-width: 401px;
}
.maps ymaps{
	display: none!important;
}
.maps{
	background: #fff;
}
.top .container{
	flex-direction: column;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.logo{
	font-size: 20px;
}
.head-phone a{
	font-size: 16px;
}
.head-phone a.call-btn{
	font-size: 12px;
}
.head-phone{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.right-menu{
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.menu-btn{
	position: absolute;
	right: 15px;
}
.main-info{
	margin-top: 30px;
}
.main-title{
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}
.main-title:after{
	margin: 15px auto;
}
.main-container{
	min-height: 390px;
}
.main-desc{
	text-align: center;
	font-size: 14px;
	line-height: 28px;
}
.main-btn{
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-size: 12px;
	text-align: center;
	max-width: 240px;
}
.section-title{
	font-size: 20px;
	line-height: 30px;
}
.section{
	padding-top: 25px;	
	padding-bottom: 0;
}
.about-content{
	margin-top: 25px;
}
.about-text{
	font: normal 12px/20px "GR";
}
.about-big-text{
	font: normal 14px/22px "GR";
}
.about-text p{
	margin-bottom: 12px;
}
.info-item{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
}
.info-title{
	margin-top: 10px;
}
.info-title{
	font-size: 14px;
	line-height: 20px;
}
.info-image{
	min-height: 40px;
}
.info-image img{
	height: 40px;
}
.info-list{
	margin-top: 25px;
	flex-direction: column;
}
.info-item:last-child{
	margin-bottom: 0;
}
.section-desc{
	font-size: 12px;
	line-height: 19px;
}
.table-title{
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
/* .table th, .table td, table tr, tbody tr:nth-child(even){
	background-color: transparent;
	border: none;
}
table td{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
table td{
	border-top: 1px solid #dfdfdf;
} */

.table-wrap{
	overflow: auto;
}
.table th, .table td{
	padding: 8px;
	font-size: 12px;
}
.table{
	min-width: 700px;
}
.table thead th{
	vertical-align: middle;
}
.table-item{
	margin-bottom: 20px;
}
.type-nav{
	margin-top: 25px;
	flex-direction: column;
	width: 100%;
	max-width: 500px;
}
.type-nav > *{
	margin-left: auto;
	margin-right: auto;
}
.type-nav a{
	padding: 12px 15px;
	line-height: 20px;
}
.tab{
	margin-top: 0;
	padding-top: 25px;
}
.tab, .tab p{
	font: normal 12px/20px "GR";
}
.reviews-slider .item {
    margin-right: 0;
    padding-bottom: 0;
}
.reviews-slider .item img {
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}
.reviews-info {
    width: 100%;
    left: 0;
    position: static;
}
.reviews-name {
    font: normal 14px/22px "GB";
    color: #666;
}
.reviews-slider .item:before{
	display: none;
}
.reviews-desc {
    max-width: unset;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
}
.reviews-nav {
    margin-top: 15px;
}
.reviews-nav button {
    font-size: 0;
}

.reviews-nav{
	display: none;
}
.reviews-slider, .reviews-dots .slick-dots{
	margin-top: 10px;
}
.contact-address span, .contact-phone a, .contact-phone p{
	font-size: 12px;
}
.reviews-nav .slick-prev i {
    margin-right: 8px;
}
.owl-dots button, .slick-dots li button {
    width: 9px;
    height: 9px;
}
.reviews-nav .slick-prev {
    height: 18px;
}
.contact{
	padding-left: 0;
	height: auto;
	padding-top: 20px;
	text-align: center;
	padding-bottom: 20px;
	padding-right: 0;
}
.maps{
	height: auto;
}
footer{
	margin-top: 25px;
	border-top: 1px solid #dfdfdf;
	padding-top: 5px;
}
.contact-address, .contact-phone{
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	width: 240px;
	text-align: left;
	display: inline-flex;
}
.info-title{
	font-size: 12px;
}
.contact-logo{
	display: none;
}
.contact-text{
	font-size: 12px;
}
.product-lists .slick-arrow {
    width: 35px;
    height: 35px;
    background-image: url(../images/back.svg);
    background-repeat: no-repeat;
    background-position: 8px center;
    background-color: transparent;
    -webkit-background-size: 15px;
    background-size: 15px;
    position: absolute;
    top: 17%;
    left: unset;
    background-color: #fff;
    right: unset;
    z-index: 40;
}
.product-list{
	margin-top: 20px;
}
.reviews.section{
	padding-top: 20px!important;
}
.head-phone a{
	text-align: center;
}
}