@charset "utf-8";

@media only screen and (max-width: 1000px) {
html {
	font-size: 2.08333333vw;
}
.accent {
	margin-right: 0;
}
.main-side-l {
	width: 25%;
	padding-left: 1.625rem;
	padding-right: 1.625rem;
}
.main-side-c, .main-side-c-wide {
	width: 75%;
	padding-right: 1.625rem;
}
.main-side-r {
	width: 25%;
	padding-left: 1.625rem;
	padding-right: 1.625rem;
}
.header, .index-header {
	font-size: 1.25rem;
}
.header .main-sides {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.header .main-side-l, .header .main-side-r, .index-header .main-side-l, .index-header .main-side-r {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	width: 50%;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.header .main-side-l, .index-header .main-side-l {
	padding-left: 0;
	padding-right: 0;
}
.header .main-side-r, .index-header .main-side-r {
	padding-left: 0;
	padding-right: 0;
}
.header .main-side-c, .index-header .main-side-c {
	width: 100%;
	padding-left: 1.625rem;
	padding-right: 1.625rem;
}
.index-header .menu ul {
	font-size: inherit;
}
.header .logo img {
	max-height: 4.875rem;
}
.header .h1, .index-header .h1 {
	font-size: 2.5rem;
}
.header .head-contact, .index-header .head-contact {
	text-align: center;
	font-size: 1rem;
	text-transform: uppercase;
}
.header .head-contact .tel, .index-header .head-contact .tel {
	font-size: 1.5rem;
	margin: 0 0 0.25rem 0;
	letter-spacing: normal;
}
.footer .main-sides {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.footer .main-side-c {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	width: 100%;
	padding-left: 1.625rem;
	padding-right: 1.625rem;
	margin-bottom: 1.625rem;
}
.footer .main-side-l, .footer .main-side-r {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	width: 50%;
	padding-left: 1.625rem!important;
	padding-right: 1.625rem!important;
}
.side-menu .link {
	font-size: 1rem;
	padding-right: 1.625rem;
}
.side-menu .link .arr {
	margin: 0 0.625rem;
}
.grid-catalog, .main-side-c .grid-catalog {
	margin: -0.4375rem;
}
.grid-catalog .el, .main-side-c .grid-catalog .el {
	padding: 0.4375rem;
}
.link-catalog, .main-side-c .link-catalog {
	font-size: 1.125rem;
	padding: 1.25rem 1.25rem 3.125rem 1.25rem;
	min-height: 14.375rem;
}
.main-side-c .link-catalog {
	font-size: 0.9375rem;
	min-height: 10.4375rem;
}
.link-catalog:after, .main-side-c .link-catalog:after {
	width: 1.5rem;
	height: 1.375rem;
	margin: 1.25rem;
}
.questionnaires .h3 {
	font-size: 1.25rem;
}
.certificates {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.certificates .list {
	width: 100%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin-bottom: 2rem;
}
.about-top {
	display: block;
}
.about-top .photos {
	display: none;
	visibility: hidden;
}
.product-card .grid {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.product-card .l {
	width: 100%;
	margin: 0 0 2rem 0;
}
.product-card .r {
	width: 100%;
	margin: 0;
}
.go-callback .main-side-c-wide {
	width: 100%;
	padding-left: 1.625rem;
	margin: 0;
}
.benefits .top-title, .index-benefits .top-title {
	font-size: 1.875rem;
	margin-bottom: 4rem;
}
.benefits .top-title .h1, .index-benefits .top-title .h1 {
	font-size: 2.25rem;
}
.index-benefits .list {
	padding-left: 0;
}
.benefits .list .el:before, .index-benefits .list .el:before {
	top: 1.125rem;
	width: 6rem;
	height: 6rem;
	text-align: center;
	font-size: 5rem;
	line-height: 6rem;
	padding: 0;
}
.benefits .list .el {
	padding-left: 5rem;
	margin-bottom: 3rem;
	width: 75%!important;
}
.index-benefits .list .el {
	left: auto;
}
.benefits .list .el:nth-child(even) {
	margin-left: 25%;
	margin-bottom: 0;
}
.benefits .list .el:first-child {
	margin-bottom: 3rem;
}
.benefits .list .el:first-child p:nth-last-child(1), .benefits .list .el:first-child p:nth-last-child(2) {
	width: auto;
}
.benefits .list .el:last-child {
	margin-bottom: 0;
}
.benefits .list .h2, .index-benefits .list .h2 {
	font-size: 2.25rem;
	margin-left: 0;
}
.tech-descr .h1 {
	font-size: 2.25rem;
}
.contact .h1 {
	font-size: 2.25rem;
}
.contact .contacts .h1 {
	margin-top: 0;
}
.top-index .top {
	padding: 3rem 0;
}
.top-index .h1 {
	font-size: 3rem;
}
.top-index .h2 {
	font-size: 1.8rem;
}
.categories {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.categories li {
	width: 33.333333%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.categories li > * {
	display: inline-block;
	vertical-align: top;
}
.partners .max {
	padding: 0;
}
.partners .top-title .h1 {
	font-size: 2.25rem;
}
.partners .top-title .ws {
	word-spacing: normal;
}
.partners ul img {
	height: 3rem;
}
.projects .swiper-slide {
	opacity: 1;
}
.index-about .services li > * {
	font-size: 1rem;
}
.diplomas {
	font-size: 1.25rem;
}
.diplomas .h1 {
	font-size: 3rem;
}
.diplomas .text .num {
	font-size: 18rem;
}
.diplomas .more {
	margin-top: 2rem;
}
}
