/*
Theme Name: evolvia
Text Domain: evolvia
*/

:root {
	--font-family: "Inter", sans-serif;
	--second-family: "Archivo", sans-serif;
	--third-family: "Gilroy", sans-serif;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	color: #2c3531;
	margin: 0;
	background: #f7f7f7;
}
input, textarea, button {
	font-family: var(--font-family);
}
a {
	text-decoration: none;
	cursor: pointer;
	transition: all linear .25s;
}
div, a, img, button {
	outline: none;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
p {
	margin: 0;
}
.fl, .d-flex {
	display: flex;
}
.fw {
	flex-wrap: wrap;
}
.sb {
	justify-content: space-between;
}
.aligncenter {
	align-content: center;
	align-items: center;
}
.container {
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1245px;
}
header {
	padding: 0 0 16px;
}
header nav ul {
	display: flex;
	gap: 30px;
}
header nav ul a {
	color: #2c3532;
	display: block;
}
/*header nav ul li:first-child a {
	font-weight: 600;
	color: #417063;
}*/
header nav ul a:hover {
	color: #417063;
}
.social a {
	display: block;
}
img {
	display: block;
	max-width: 100%;
}
.social {
	gap: 10px;
}
.home-link {
	display: block;
	max-width: 165px;
}
header .tel {
	display: block;
	padding: 14px 24px;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	background: #116466;
	border-radius: 40px;
	margin-left: 40px;
	letter-spacing: 0;
}
header .tel:hover {
	background: #2a8e91;
}
header .r {
	width: 100%;
	max-width: 425px;
	justify-content: flex-end;
}
header.es  .r {
	max-width: 470px;
}
#banner {
	padding: 0 20px;
}
.banner {
	position: relative;
	border-radius: 26px;
	overflow: hidden;
}
.banner img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner video {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner>div {
	position: relative;
	z-index: 2;
	background: rgba(23, 31, 27, 0.68);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 165px 20px;
	text-align: center;
}
.banner h1 {
	font-weight: 800;
	font-size: 70px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin: 0 0 12px;
}
.banner .sub {
	width: 100%;
	font-size: 24px;
	color: #fff;
	margin: 0 0 45px;
}
.btn {
	display: inline-flex;
	align-items: center;
	padding: 4px 4px 4px 24px;
	background: #d9b08c;
	border-radius: 40px;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	gap: 10px;
}
.btn:hover {
	background: #aa8b6f;
}
.btn span {
	display: block;
	height: 60px;
	min-width: 60px;
	border-radius: 100%;
	background: #116466 url(images/arrow1.svg) no-repeat center;
}
.section {
	padding: 100px 0;
}
.section-title {
	margin: 0 0 40px;
	font-weight: 700;
	font-size: 44px;
	line-height: 114%;
}
.objects {
	gap: 20px;
}
.objects>a {
	display: block;
	width: 100%;
	max-width: calc(25% - 20px*3/4);
	background: #fff;
	border-radius: 25px;
	padding-bottom: 17px;
}
.objects img {
	display: block;
	width: 100%;
	height: 210px;
	object-fit: cover;
	border-radius: 25px;
	margin: 0 0 16px;
}
.objects .title {
	padding: 0 17px;
	font-size: 16px;
	margin:0 0 12px;
	display: block;
	color: #000;
	transition: all linear .25s;
}
.objects .price {
	padding: 0 17px;
	font-weight: 700;
	font-size: 18px;
	color: #d9b08c;
}
.objects a:hover .title {
	color: #aa8b6f;
}
.full-w {
	padding-left: 20px;
	padding-right: 20px;
}
.full-w>.section {
	border-radius: 25px;
}
#spec>div {
	background: #116466;
}
.spec {
	gap: 20px;
}
.spec>div {
	width: 100%;
	max-width: calc(33.33% - 20px*2/3);
	background: #fff;
	padding: 24px 24px 29px;
	border-radius: 16px;
}
.spec>div:first-child {
	padding: 0;
	background: none;
}
.spec .section-title {
	margin: 0 0 20px;
	color: #fff;
}
.spec .sub {
	font-size: 18px;
	color: #fff;
}
.spec .icon {
	margin: 0 0 10px;
}
.spec .title {
	font-weight: 600;
	font-size: 16px;
	margin: 0 0 10px;
}
.spec .desc {
	font-weight: 300;
}
#about .img {
	width: 100%;
	max-width: 480px;
	padding: 28px;
	border-radius: 25px;
	background: #fff;
}
#about .img img {
	border-radius: 25px;
}
#about .col1 {
	width: 100%;
	max-width: 525px;
	margin-right: 20px;
}
#about .section-title {
	margin: 0 0 12px;
}
#about .sub {
	font-weight: 700;
	font-size: 24px;
	margin: 0 0 23px;
}
#about .desc {
	padding: 16px 42px;
	background: #ecf6f4;
	border-left: 6px solid #417063;
	font-style: italic;
	line-height: 1.6;
	font-size: 16px;
}
#services>div {
	background: #d1e8e2;
	padding: 65px 0 20px;
}
#services .section-title {
	margin-bottom: 13px;
	text-align: center;
}
.services>div {
	position: relative;
	width: 33.33%;
	padding: 27px 20px 45px;
	text-align: center;
	font-size: 16px;
	line-height: 162%;
}
.services>div>div {
	max-width: 240px;
	margin: 0 auto;
}
.services .img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 78px;
	height: 78px;
	background: #fff;
	border-radius: 100%;
	margin: 0 auto 12px;
}
.services>div:nth-child(n+4):before {
	content: ' ';
	display: block;
	height: 1px;
	width: 300px;
	left: calc(50% - 150px);
	background: #9eb2ad;
	position: absolute;
	top: 0;
}
.services>div:after {
	content: ' ';
	display: block;
	width: 1px;
	height: 134px;
	right: 0;
	background: #9eb2ad;
	position: absolute;
	top: calc(50% - 67px);
}
.services>div:nth-child(3n+3):after {
	display: none;
}
#reviews {
	margin-top: 20px;
}
#reviews>div {
	background: #116466 url(images/pattern.svg) no-repeat center;
}
#reviews .title {
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	line-height: 250%;
	text-align: center;
	color: #d9b08c;
	margin: 0 0 35px;
}
.reviews {
	max-width: 655px;
	margin: 0 auto;
	text-align: center;
}
.reviews .review {
	font-weight: 700;
	font-size: 32px;
	line-height: 137%;
	letter-spacing: -0.04em;
	text-align: center;
	color: #fff;
	margin: 0 0 40px;
}
.reviews .img img {
	display: block;
	border-radius: 100%;
	margin: 0 auto 17px;
	max-width: 77px;
}
.reviews .name {
	font-weight: 700;
	font-size: 17px;
	line-height: 171%;
	letter-spacing: -0.01em;
	text-align: center;
	color: #fff;
}
.reviews .job {
	font-weight: 400;
	font-size: 15px;
	line-height: 173%;
	letter-spacing: -0.01em;
	text-align: center;
	color: #fff;
	opacity: 0.65;
}
#process .section-title {
	text-align: center;
	margin: 0 0 20px;
}
#process .sub {
	max-width: 580px;
	margin: 0 auto 50px;
	font-size: 18px;
	text-align: center;
}
.process {
	gap: 20px;
}
.process>div {
	border-bottom: 1px solid #b2b2b2;
	border-radius: 16px;
	background: #fff;
	width: 100%;
	max-width: calc(33.33% - 20px*2/3);
	padding: 20px 30px 40px;
	line-height: 171%;
}
.process .number {
	font-weight: 600;
	font-size: 50px;
	color: #417063;
	margin: 0 0 10px;
	line-height: 1.25;
}
.process .title {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.25;
	margin: 0 0 10px;
}
#blog>div {
	background: #fff;
}
#blog .section-title {
	text-align: center;
}
.blog {
	gap: 20px;
}
.blog>a {
	width: 100%;
	max-width: calc(33.33% - 20px*2/3);
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 25px;
}
.blog .content {
	position: absolute;
	display: flex;
	left: 0;
	bottom: 0;
	height: 50%;
	width: 100%;
	background: linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, #000 100%);
	padding: 0 22px 60px;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	align-items: flex-end;
}
.blog a.hidden {
	display: none;
}
.text-center {
	text-align: center;
}
.btn2 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 24px;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	background: #d9b08c;
	border-radius: 40px;
	border: 0;
	transition: all linear .25s;
}
.btn2:hover {
	background: #aa8b6f;
}
#blog .btn2 {
	margin-top: 35px;
}
#form>div {
	background: #116466;
	padding: 60px 0 90px;
}
#form .section-title {
	text-align: center;
	color: #fff;
	margin-bottom: 60px;
}
#form .d-flex {
	align-items: flex-start;
	align-content: flex-start;
}
#form .col1 {
	width: 100%;
	max-width: 335px;
	padding-top: 17px;
}
#form .img {
	padding: 12px 12px 55px;
	border-radius: 25px;
	background: #fff;
	transform: rotate(-7deg);
}
#form .img img {
	border-radius: 25px;
}
#form .img p {
	text-align: center;
	margin-top: 12px;
	font-size: 16px;
}
#form .d-flex {
	max-width: 1000px;
	margin: 0 auto;
	padding-left: 60px;
}
#form .col2 {
	width: 100%;
	max-width: 490px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 34px 33px -23px rgba(22, 28, 45, 0.13);
	padding: 30px 24px;
	position: relative;
}
#form .col2>div {
	position: relative;
	z-index: 2;
}
#form .col2:before {
	content: ' ';
	display: block;
	width: calc(100% - 30px);
	left: 15px;
	position: absolute;
	z-index: 1;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 10px;
	top: -18px;
	height: 39px;
}
.form label {
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 186%;
	color: #2c3531;
}
.form label textarea, .form label input {
	display: block;
	width: 100%;
	margin: 6px 0 0;
	border: 1px solid #cbcfd9;
	border-radius: 62px;
	height: 50px;
	padding: 0 18px;
	background: #fff;
	font-weight: 400;
	font-size: 14px;
	line-height: 186%;
	color: #2c3531;
	transition: all linear .25s;
}
textarea::placeholder, input::placeholder {
	opacity: 0.7;
}
.form label textarea {
	padding: 12px 18px;
	height: 125px;
	resize: none;
	border-radius: 16px;
}
* {
	outline: none !important;
}
.form .btn2 {
	height: 55px;
	padding: 0;
	width: 100%;
}
.form input:focus, .form textarea:focus {
	border-color: #417063;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	display: none !important;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
.form label textarea.wpcf7-not-valid, .form label input.wpcf7-not-valid {
	border-color: red;
}
.wpcf7 form.sent .wpcf7-response-output {
	margin: 12px 0 0;
	padding: 5px 10px;
	border-radius: 15px;
}
.f-thumbs {
	display: none !important;
}
[data-thumbs-action="toggle"] {
	display: none !important;
}
#sert {
	padding-bottom: 50px;
}
.sert {
	gap: 20px;
}
.sert>a {
	display: block;
	width: 100%;
	max-width: calc(25% - 20px*3/4);
}
#sert .section-title {
	text-align: center;
}
#partners>div {
	background: #116466;
	padding: 35px 20px;
	border-radius: 25px;
}
.partners {
	max-width: 1100px;
	margin: 0 auto;
	gap: 20px 30px;
}
.partners img {
	display: block;
	max-width: 150px;
	max-height: 30px;
}
#contacts {
	padding: 0 20px;
	position: relative;
	margin-top: 50px;
}
#contacts .content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#contacts #map {
	width: 100%;
	height: 525px;
	border-radius: 25px;
}
.contacts {
	background: #fff;
	padding: 40px 35px;
	border-radius: 20px;
	width: 320px;
}
.contacts .a {
	font-weight: 500;
	font-size: 16px;
	color: #417063;
	padding-left: 44px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.contacts .a span {
	display: block;
	margin-bottom: 2px;
	color: #676767;
	width: 100%;
}
.contacts .a1 {
	background: url(images/c1.svg) no-repeat left center;
}
.contacts .a2 {
	background: url(images/c2.svg) no-repeat left center;
}
.contacts .a3 {
	background: url(images/c3.svg) no-repeat left center;
}
.contacts .a+.a {
	margin-top: 40px;
}
footer {
	padding: 45px 0;
	font-size: 18px;
}
footer .social {
	gap: 16px;
}
#catalog.type2 {
	padding-bottom: 50px;
}
#objekt {
	padding-top: 20px;
	font-size: 14px;
	line-height: 171%;
}
#objekt .content p+p {
	margin-top: 24px;
}
#objekt h1 {
	margin-bottom: 25px;
}
#objekt .col1 {
	width: 100%;
	max-width: calc(100% - 510px);
	margin-right: 20px;
	align-items: flex-start;
}
#objekt .col2 {
	width: 100%;
	max-width: 490px;
	padding: 30px;
	background: #fff;
	border-radius: 25px;
}
#objekt .price {
	font-weight: 700;
	font-size: 24px;
	color: #d9b08c;
	margin: 0 0 22px;
}
.attrs {
	font-size: 16px;
	font-weight: 700;
	gap: 40px;
	line-height: 1.2;
	margin-bottom: 25px;
}
.attrs span {
	font-weight: 400;
	display: block;
}
.attrs .img {
	display: flex;
	min-width: 50px;
	width: 50px;
	height: 50px;
	background: rgba(17, 100, 102, 0.1);
	border-radius: 6px;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}
.dop-sl {
	width: 100%;
	max-width: 92px;
	margin-right: 10px;
}
.main-sl {
	width: 100%;
	max-width: calc(100% - 102px);
}
.main-sl img {
	border-radius: 25px;
}
.dop-sl img {
	border-radius: 6px;
	height: 63px;
	width: 100%;
	object-fit: cover;
}
.dop-sl {
	padding: 36px 0;
}
.dop-sl .slick-slide {
	padding: 4px 0;
}
.dop-sl .slick-arrow {
	width: 100%;
	position: absolute;
	height: 27px;
	left: 0;
	top: 0;
	background: rgba(17, 100, 102, 0.1) url(images/prev.svg) no-repeat center;
	border-radius: 4px;
	z-index: 2;
	cursor: pointer;
	border: 0;
	text-indent: -9999px;
	transition: all linear .25s;
}
.dop-sl .slick-next {
	top: auto;
	bottom: 0;
	background: rgba(17, 100, 102, 0.1) url(images/next.svg) no-repeat center;
}
.dop-sl .slick-arrow:hover {
	background: rgba(17, 100, 102, 0.3) url(images/prev.svg) no-repeat center;
}
.dop-sl .slick-next:hover {
	background: rgba(17, 100, 102, 0.3) url(images/next.svg) no-repeat center;
}
#single {
	padding: 20px 0 40px;
}
#single .container {
	max-width: 835px;
}
#single h1 {
	text-align: center;
	margin-bottom: 35px;
	font-size: 32px;
}
.s-text img, .s-text figure {
	border-radius: 10px;
	margin: 0 0 25px;
}
.s-text {
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	color: #2c3531;
}
.s-text a {
	color: #2c3531;
	text-decoration: underline;
}
.s-text a:hover {
	color: #116466;
}
.s-text p {
	margin-bottom: 24px;
}
.s-text ul {
	margin: 0 0 25px;
	list-style: none;
	padding: 0;
}
.s-text *:last-child {
	margin-bottom: 0;
}
.s-text ul li+li {
	margin-top: 20px;
}
.s-text ul li {
	position: relative;
	padding-left: 28px;
}
.s-text ul li:before {
	content: ' ';
	display: block;
	border-radius: 100%;
	width: 12px;
	height: 12px;
	border: 2px solid #417063;
	left: 0;
	top: 8px;
	position: absolute;
}
.s-text ol {
	margin: 0 0 25px;
	padding: 0 0 0 25px;
}
.s-text ol li+li {
	margin-top: 20px;
}
.s-text h2 {
	font-weight: 600;
	font-size: 20px;
	line-height: 160%;
	color: #2c3531;
	margin: 25px 0 15px;
}
.s-text blockquote {
	padding: 28px 28px 28px 38px;
	background: #ecf6f4;
	border-left: 6px solid #417063;
	font-style: italic;
	line-height: 1.6;
	font-size: 16px;
	margin: 25px 0 0;
}
.s-text blockquote+p {
	margin-top: 25px;
}
.open-menu {
	display: none;
	width: 40px;
	min-width: 40px;
	height: 40px;
	background: url(images/menu.svg) no-repeat center;
	margin-left: 22px;
	background-size: 40px auto;
	cursor: pointer;
}
.mobile-menu {
	display: none;
	position: fixed;
	z-index: 99;
	right: 0;
	top:0;
	width: 100%;
	height: 100dvh;
}
.mobile-menu > div {
	width: 355px;
	margin-left: auto;
	position: relative;
	background: #f7f7f7;
	height: 100%;
	overflow:auto;
	padding: 10px 20px 40px 25px;
}
.mobile-menu > div:before {
	content:' ';
	right: 100%;
	top:0;
	height: 100%;
	width: 100vw;
	position: absolute;
	background: rgba(0, 0, 0, 0.4);
}
.mobile-menu .close {
	cursor: pointer;
	background: url(images/close.svg) no-repeat center;
	transition:all linear .25s;
	width: 29px;
	height: 29px;
}
.copy a {
	color:#417063;
}
.copy a:hover {
	text-decoration: underline;
}
/*.mobile-menu .close:hover {
	transform:rotate(180deg);
}*/
.lang-item a {
	display:flex;
	align-items:center;
	justify-content:center;
	padding:5px;
	margin-top:-2px;
}
@media screen and (max-width:1200px) {
	.home-link {
		max-width: 150px;
	}
	header .d-flex > nav {
		display: none;
	}
	header {
		padding: 10px 0;
	}
	.open-menu {
		display: block;
	}
	.mobile-menu nav ul {
		display: block;
	}
	.mobile-menu ul a {
		display: block;
		font-weight: 400;
		font-size: 14px;
		color: #2c3532;
		margin:0 0 20px;
	}
	.mobile-menu .top {
		margin-bottom: 37px;
	}
	.banner h1 {
		font-size: 50px;
	}
	.section-title, #single h1 {
		font-size: 35px;
		margin-bottom: 25px;
	}
	.btn span {
		height: 50px;
		min-width: 50px;
	}
	.section {
		padding: 70px 0;
	}
	.objects>a {
		max-width: calc(33.33% - 20px*2/3);
	}
	.spec>div {
		max-width: calc(50% - 20px*1/2);
	}
	#about .d-flex {
		flex-wrap: wrap;
		justify-content: center;
	}
	#about .col1 {
		max-width: 100%;
		margin:0 0 30px;
	}
	.services>div:after, .services>div:before {
		display: none !important;
	}
	.services {
		gap:30px 20px;
	}
	.services>div {
		width: calc(50% - 10px);
		padding: 0;
	}
	#services .section-title {
		margin-bottom: 25px;
	}
	#services>div {
		padding: 70px 0;
	}
	.process>div {
		max-width: calc(50% - 10px);
	}
	.blog .content {
		padding: 0 15px 15px;
		font-size: 15px;
	}
	#form .d-flex {
		padding-left: 0;
	}
	#form .img {
		max-width: 85%;
		margin:0 auto;
	}
	#form .col1 {
		margin-right: 20px;
	}
	#form>div {
		padding: 60px 0;
	}
	.sert {
		display: block;
		margin-right: -16px;
		margin-left: -16px;
	}
	.sert .slick-list {
		padding-left: 16px;
	}
	.sert > div {
		max-width: unset;
	}
	.sert .slick-slide {
		width: 285px;
		margin-right: 20px;
	}
	.container {
		padding: 0 16px;
	}
	.full-w {
		padding-left: 16px;
		padding-right: 16px;
	}
	.partners {
		justify-content: center;
	}
	#contacts .content {
		position: static;
	}
	#contacts .content .container {
		padding: 0;
	}
	.contacts {
		width: 100%;
		border-radius: 0 0 25px 25px;
		padding: 30px 20px;
	}
	#contacts #map {
		border-radius: 25px 25px 0 0;
	}
	#form .img {
		padding-bottom: 30px;
	}
	footer {
		padding: 30px 0;
		font-size: 16px;
	}
	.dop-sl {
		display: none !important;
	}
	.main-sl {
		max-width: 100%;
		width: 100%;
	}
	#objekt .col2 {
		max-width: 400px;
	}
	#objekt .col1 {
		max-width: calc(100% - 420px);
	}
	#objekt .content p+p {
		margin-top: 15px;
	}
	#catalog.type2, #single {
		padding-bottom: 20px;
	}
	.contacts .a+.a {
		margin-top: 25px;
	}
}
@media screen and (max-width:767px) {
	.home-link {
		max-width: 103px;
	}
	.s-text img, .s-text figure {
		margin: 0 0 15px;
	}
	.s-text {
		font-size: 16px;
		line-height: 1.4;
	}
	.s-text p {
		margin-bottom: 15px;
	}
	.s-text ul {
		margin: 0 0 15px;
	}
	.s-text ul li+li {
		margin-top: 10px;
	}
	.s-text ol {
		margin: 0 0 15px;
		padding: 0 0 0 20px;
	}
	.s-text ol li+li {
		margin-top: 10px;
	}
	.s-text h2 {
		font-size: 18px;
		line-height: 1.4;
		margin: 15px 0 15px;
	}
	.s-text blockquote {
		padding: 10px 10px 10px 20px;
		border-left: 4px solid #417063;
		line-height: 1.4;
		font-size: 16px;
		margin: 15px 0 0;
	}
	.s-text blockquote+p {
		margin-top: 15px;
	}
	.open-menu {
		min-width: 24px;
		width: 24px;
		height: 24px;
		background-size: 24px auto;
	}
	header .tel {
		display: none;
	}
	.social a {
		max-width: 24px;
	}
	header {
		padding: 10px 0 14px;
	}
	#banner {
		padding: 0;
	}
	.banner img, .banner {
		border-radius: 0;
	}
	.banner>div {
		padding: 140px 16px;
	}
	.banner h1 {
		margin:0 0 20px;
		font-size: 32px;
	}
	.banner .sub {
		margin:0 0 20px;
		font-size: 20px;
	}
	#banner .container {
		padding: 0;
	}
	.section {
		padding: 50px 0;
	}
	.section-title, #single h1 {
		font-size: 32px;
	}
	#catalog .section-title {
		text-align: center;
	}
	.objects>a {
		max-width: 100%;
	}
	.objects .title {
		padding: 0 24px;
	}
	.objects .price {
		padding: 0 24px;
	}
	.full-w {
		padding: 0;
	}
	.full-w>.section {
		border-radius: 0;
	}
	.spec {
		flex-wrap: wrap;
	}
	.spec>div {
		max-width: 100%;
	}
	#about .sub {
		font-size: 20px;
	}
	#about .desc {
		padding: 16px 25px;
	}
	#about .col1 {
		margin:0 0 20px;
	}
	#about .img {
		padding: 15px;
	}
	#about {
		padding-bottom: 30px;
	}
	#services>div {
		padding: 60px 0;
	}
	.services {
		gap:30px 12px;
	}
	.services>div {
		font-size: 13px;
		line-height: 1.5;
	}
	#services .section-title {
		margin-bottom: 35px;
	}
	#reviews {
		margin-top: 0;
	}
	#reviews .title {
		margin:0 0 15px;
	}
	.reviews .review {
		font-size: 27px;
		margin:0 0 30px;
	}
	.process>div {
		max-width: 100%;
	}
	.blog>a {
		max-width: 100%;
	}
	.blog .content {
		padding: 0 20px 20px;
		font-size: 18px;
	}
	.blog img {
		width: 100%;
		object-fit: cover;
		max-height: 400px;
	}
	#blog .btn2 {
		width: 100%;
		margin-top: 25px;
	}
	#form .section-title {
		margin-bottom: 30px;
	}
	#form .d-flex {
		flex-wrap: wrap;
		justify-content: center;
	}
	#form .img img {
		width: 100%;
	}
	#form .col1 {
		max-width: 100%;
		margin:0 0 70px;
	}
	#form>div {
		padding: 50px 0;
	}
	#sert {
		padding-top: 40px;
	}
	#partners>div {
		padding: 40px 0;
		border-radius: 0;
	}
	.partners {
		justify-content: space-between;
		gap:30px 30px;
	}
	.partners > div {
		width: calc(50% - 15px);
	}
	.partners img {
		max-width: 100%;
		margin:0 auto;
	}
	#contacts {
		padding: 0;
		margin-top: 0;
	}
	.mobile-menu .close {
		margin-right: -8px;
	}
	.sert .slick-slide {
		margin-right: 16px;
	}
	footer .d-flex {
		flex-wrap: wrap;
		justify-content: center;
		gap:18px;
		font-size: 18px;
		text-align: center;
	}
	footer .social {
		gap:16px;
	}
	footer .social a {
		max-width: 30px;
	}
	#process .sub {
		margin-bottom: 35px;
	}
	.process>div {
		padding: 20px;
	}
	#objekt .d-flex {
		flex-wrap: wrap;
	}
	#objekt .col1 {
		max-width: 100%;
		margin:0 0 20px;
	}
	#objekt .col2 {
		max-width: 100%;
		padding: 20px 16px;
	}
	#catalog.type2, #single {
		padding-bottom: 50px;
	}
}
body + div[is-visible] {
  display: none !important;
}
html > div[style] {
  display: none !important;
}