*::-webkit-input-placeholder {
	color: #454955;
	opacity: 1;
}
*:-moz-placeholder {
	color: #454955;
	opacity: 1;
}
*::-moz-placeholder {
	color: #454955;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #454955;
	opacity: 1;
}

body {
	font-family: "Montserrat";
	font-size: 20px;
	line-height: 140%;
	color: #454955;
	overflow-x: hidden;
	margin: 0;
	background-color: #fff;
}
button {
	cursor: pointer;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button,
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}
*:link,
*:visited,
*:hover,
*:focus,
*:active {
	outline: 0;
	-webkit-tap-highlight-color: transparent;
}
a, button, input, img {
	transition: all 0.3s;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	line-height: normal;
}

a {
	text-decoration: none;
	outline: none;
}
* {
	outline: none !important;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style-type: none;
	outline: none;
}
img {
	outline: none;
	display: block;
}
p {
	padding: 0;
	margin: 0;
}
form {
	margin: 0;
}


body {
	font-size: 1.0417vw;
}
.container {
	max-width: 89.0625vw;
	padding: 0 0.7813vw;
}
.header {
	font-size: 0.8333vw;
	line-height: 140%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 500;
	background: #F8F9F6;
}
.header__wrapper {
	padding: 0 1.0938vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo-wrap {
	gap: 1.0938vw;
	display: flex;
	align-items: center;
}
.logo img {
	width: 6.3021vw;
	height: auto;
}
.logo-descr {
	font-size: 0.7292vw;
	width: 9.0625vw;
	line-height: 140%;
	color: #0D0A0B;
}
.header__mail {
	color: #454955;
}
.phone-main {
	padding: 0.4167vw;
	gap: 0.8333vw;
	padding-left: 0.8333vw;
	background: #fff;
	display: inline-flex;
	align-items: center;
	border-radius: 3.125vw;
	color: #0D0A0B;
	font-weight: 500;
}
.phone-main i {
	width: 2.2917vw;
	height: 2.2917vw;
	font-size: 0.625vw;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
	border-radius: 50%;
	background: #72B01D;
	color: #fff;
}
.btn-menu {
	padding: 0.9375vw 1.0417vw;
	gap: 0.9375vw;
	font-size: 1.25vw;
	border-radius: 3.125vw;
	line-height: 100%;
	font-weight: 500;
	color: #f8f9f6;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: #454955;
	transition: all 0.3s;
}
.btn-menu.active {
	background: #72B01D;
}
.btn-menu__icon {
	width: 2.5vw;
	height: 0.9375vw;
	background-image: url(../img/burger.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	flex: none;
}
.btn-menu__text {
	height: 1.25vw;
	position: relative;
	top: -0.1563vw;
	overflow: hidden;
}
.btn-menu__text-inner {
	display: flex;
	flex-direction: column;
	animation: menuText 8s infinite;
}
.btn-menu__text span {
	height: 1.25vw;
	display: flex;
	align-items: center;
}
@keyframes menuText {
	0% {
		transform: translateY(0);
	}
	20% {
		transform: translateY(0);
	}
	25% {
		transform: translateY(-1.25vw);
	}
	45% {
		transform: translateY(-1.25vw);
	}
	50% {
		transform: translateY(-2.5vw);
	}
	70% {
		transform: translateY(-2.5vw);
	}
	75% {
		transform: translateY(-3.75vw);
	}
	95% {
		transform: translateY(-3.75vw);
	}
	100% {
		transform: translateY(0);
		animation-duration: 5s;
	}
}
.menu {
	min-height: 4.4271vw;
	min-width: 29.5313vw;
	padding-top: 1.0938vw;
	background-image: url(../img/bg_menu.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
.menu__list {
	gap: 0.5208vw;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.menu__list>li>a {
	padding: 0 1.1458vw;
	height: 2.2917vw;
	font-size: 0.7292vw;
	gap: 0.5208vw;
	border-radius: 3.125vw;
	line-height: 140%;
	font-weight: 500;
	color: #F8F9F6;
	display: flex;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(20px);
	border: 1px solid #F8F9F6;
}
.menu__list>li>a i {
	font-size: 70%;
}
.section--top {
	position: relative;
}
.section--top::before {
	position: absolute;
	display: block;
	content: " ";
	height: 100%;
	border-radius: 0 0 2.5vw 2.5vw;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	background: linear-gradient(248.39deg, rgba(114, 176, 29, 0) 86.77%, rgba(114, 176, 29, 0.1) 111.35%), linear-gradient(75.47deg, rgba(114, 176, 29, 0) 66.45%, rgba(114, 176, 29, 0.1) 121.63%), #F8F9F6;
}
.section {
	width: auto;
	transform: scale(0.8);
	transition: all 0.5s;
}
.section.active {
	transform: scale(1);
}
.section--end {
	justify-content: flex-end;
}
.billbord {
	padding-top: 0.421vw;
	position: relative;
	width: 100%;
}
.slider-billbord__item,
.billbord__main {
	min-height: 37.188vw;
	margin: 0.8333vw;
	margin-top: 0;
	/* background-image: url(../img/billbord.png); */
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	position: relative;
}
.slider-billbord {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.slider-billbord__item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: bottom;
}
.slider-billbord__item--2 .billbord__price {
	left: 29.427vw;
	right: auto;
}
.billbord__title {
	font-size: 10.7292vw;
	top: -4.2188vw;
	line-height: 140%;
	text-transform: uppercase;
	text-align: center;
	font-weight: 300;
	position: relative;
	z-index: -1;
	color: #0D0A0B;
}
.billbord__descr {
	top: 8.3333vw;
	left: 1.6146vw;
	max-width: 21.9167vw;
	position: absolute;
}
.billbord__price {
	padding: 0.625vw 1.6667vw;
	border-radius: 5.2083vw;
	font-size: 2.1875vw;
	top: 7.6563vw;
	right: 15vw;
	line-height: 140%;
	font-weight: 500;
	border: 1px solid #F8F9F6;
	background: #fff;
	position: absolute;
	z-index: 2;
}
.billbord__guarantee {
	width: 21.4167vw;
	bottom: 1.3vw;
	right: 1.2vw;
	padding: 1.25vw 1.5625vw;
	padding-left: 4.1667vw;
	border-radius: 3.125vw;
	font-size: 0.8333vw;
	line-height: 140%;
	font-weight: 500;
	background: #F8F9F6;
	position: absolute;
	background-image: url(../img/flake.svg);
	background-repeat: no-repeat;
	background-position: center left 1.25vw;
	background-size: 1.875vw;
}
.billbord__buttons {
	gap: 1.0938vw;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	bottom: 0;
}
.btn-main.btn-main--page {
	background: linear-gradient(180deg, rgba(248, 249, 246, 0) 150%, #F8F9F6 257.41%), #454955;
}
.btn-main {
	height: 3.5417vw;
	padding: 0 1.3667vw;
	font-size: 1.0417vw;
	border-radius: 3.125vw;
	background: linear-gradient(180deg, rgba(248, 249, 246, 0) 150%, #F8F9F6 257.41%), #72B01D;
	line-height: 140%;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: none;
	font-family: "Montserrat";
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.btn-main::before {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 15.625vw;
	height: 15.625vw;
	z-index: -1;
	border-radius: 3.125vw;
	background: linear-gradient(74.86deg, rgba(248, 249, 246, 0) -14.2%, rgba(248, 249, 246, 0.3) 154.16%), #72B01D;
	transition: all 1s;
	opacity: 0;
	transform: rotate(90deg) translateX(100%);
	transform-origin: right center;
	background: rgba(255, 255, 255, 0.3);
	filter: blur(2.6042vw);
}

.catalog {
	border-radius: 1.25vw;
	margin: 0 0.8333vw;
	margin-bottom: 0.625vw;
	background: linear-gradient(248.39deg, rgba(114, 176, 29, 0) 86.77%, rgba(114, 176, 29, 0.05) 111.35%), linear-gradient(75.47deg, rgba(114, 176, 29, 0) 66.45%, rgba(114, 176, 29, 0.05) 121.63%), #F8F9F6;
}
.title-section {
	font-size: 3.1vw;
	line-height: 120%;
	font-weight: 500;
	color: #0D0A0B;
}
.title-section small {
	font-size: 2.5vw;
	display: block;
	line-height: 120%;
	color: #454955;
}
.image-head {
	width: 12.5vw;
	height: 6.5625vw;
	border-radius: 5.2083vw;
	flex: none;
}
.image-head img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5.2083vw;
}
.catalog__head {
	margin-bottom: 1.7083vw;
	gap: 1.0417vw;
	display: flex;
	align-items: center;
}
.btn-more {
	width: 15.0625vw;
	height: 6.6146vw;
	padding: 1.4583vw;
	font-size: 0.9375vw;
	gap: 1.6667vw;
	border-radius: 0.8333vw;
	line-height: 140%;
	margin-left: auto;
	font-weight: 500;
	color: #3F7D20;
	display: inline-flex;
	align-items: center;
	backdrop-filter: blur(1.0417vw);
	background: #fff;
	flex: none;
	text-transform: uppercase;
}
.btn-more img {
	width: 2.5vw;
}
.tabs {
	gap: 0.5208vw;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.tabs a {
	padding: 0.625vw 1.25vw;
	border-radius: 3.125vw;
	font-size: 0.7292vw;
	line-height: 140%;
	font-weight: 500;
	display: block;
	text-align: center;
	color: #454955;
	background: #fff;
}
.tabs .active a {
	background: #72B01D;
	color: #F8F9F6;
}
.tabs sup {
	font-size: 60%;
	line-height: 0;
}
.tab-pane {
	display: none;
}
.tab-pane:first-child {
	display: block;
}
.slider-five:not(.slick-initialized)>*:not(:first-child),
.slider-four:not(.slick-initialized)>*:not(:first-child),
.slider-nav:not(.slick-initialized)>*:not(:first-child),
.slider-for:not(.slick-initialized)>*:not(:first-child),
.slider-marquee:not(.slick-initialized)>*:not(:first-child),
.item-card__slider:not(.slick-initialized)>*:not(:first-child),
.slider-two:not(.slick-initialized)>*:not(:first-child),
.slider-three:not(.slick-initialized)>*:not(:first-child) {
	display: none;
}
.slider-five .slick-track,
.slider-four .slick-track,
.slider-nav .slick-track,
.slider-for .slick-track,
.etaps-wrap .slick-track,
.item-card__slider .slick-track,
.slider-two .slick-track,
.slider-three .slick-track {
	display: flex !important;
}
.slider-five .slick-slide,
.slider-four .slick-slide,
.slider-nav .slick-slide,
.slider-for .slick-slide,
.etaps-wrap .slick-slide,
.item-card__slider .slick-slide,
.slider-two .slick-slide,
.slider-three .slick-slide {
	height: inherit !important;
}
.slider-five .slick-slide,
.slider-four .slick-slide,
.row>div,
.slider-two .slick-slide,
.slider-three .slick-slide {
	padding: 0 0.625vw;
}
.slider-five .slick-list,
.slider-four .slick-list,
.row,
.slider-two .slick-list,
.slider-three .slick-list {
	margin: 0 -0.625vw;
}
.item-card {
	display: block;
}
.item-card__image {
	height: 18.75vw;
	border-radius: 1.25vw;
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}
.item-card__label {
	position: absolute;
	top: 0.833vw;
	right: 0.833vw;
	z-index: 5;
	width: 5vw;
	pointer-events: none;
}
.item-card__label img {
	width: 100%;
	height: auto;
	object-fit: contain;
	border-radius: 0;
	display: block;
}
.item-card__image > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 1.25vw;
	transition: all 2s;
}
.item-card__content {
	padding: 1.3583vw;
	padding-top: 1.25vw;
	border-radius: 1.25vw;
	display: block;
	background: #fff;
}
.item-card__title {
	font-size: 1.25vw;
	margin-bottom: 0.5333vw;
	line-height: 140%;
	color: #000;
	font-weight: 500;
	display: block;
}
.features {
	gap: 0.625vw;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #0D0A0B;
}
.features__item span {
	font-size: 0.8333vw;
	margin-bottom: 0.1563vw;
	line-height: 140%;
	font-weight: 400;
	color: #454955;
	display: block;
}
.slick-arrow {
	width: 3.5vw;
	height: 3.5vw;
	font-size: 1.7vw;
	border-radius: 50%;
	color: #3F7D20;
	top: 50%;
	position: absolute;
	transition: all 0.3s;
	cursor: pointer;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slick-prev {
	left: -3.7vw;
}
.slick-next {
	right: -3.7vw;
}
.tab-container {
	padding-top: 1.6042vw;
}
.row.row--page>div {
	padding: 0 0.7292vw;
	margin-bottom: 1.0417vw;
}
.row.row--page {
	margin: 0 -0.7292vw;
}
.services {
	margin: 0 0.8333vw;
	border-radius: 1.25vw;
	background: linear-gradient(247.86deg, rgba(114, 176, 29, 0) 62.5%, rgba(114, 176, 29, 0.15) 104.68%), linear-gradient(68.67deg, rgba(114, 176, 29, 0) 62.79%, rgba(114, 176, 29, 0.15) 108.56%), #F8F9F6;
}
.services__about {
	max-width: 29.5833vw;
}
.services__about .title-section {
	margin-bottom: 2.5vw;
}
.item-service {
	height: 21.9792vw;
	padding: 1.9792vw 1.4vw;
	padding-top: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	z-index: 1;
	margin-top: 30px;
}
.item-service__background,
.item-service__image {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 1.25vw;
	transition: all 2s;
}
.item-service__background img,
.item-service__image img {
	width: 100%;
	height: 100%;
	border-radius: 1.25vw;
	object-fit: cover;
}
.item-service__background {
	opacity: 0;
}
.item-service__title {
	/* font-size: 1.76vw;
	line-height: 140%; */
	font-size: 1.56vw;
	line-height: 120%;
	font-weight: 500;
	color: #0D0A0B;
	display: block;
	z-index: 1;
}
.item-service__title a {
	color: #0D0A0B;
}
.item-service__list {
	gap: 0.5208vw;
	max-width: 32.3438vw;
	margin-top: auto;
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.item-service__list a {
	padding: 0.625vw 1.25vw;
	border-radius: 3.125vw;
	backdrop-filter: blur(1.0417vw);
	background: rgba(255, 255, 255, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #0D0A0B;
}
.fp-watermark {
	display: none !important;
}

.portfolio__head {
	min-height: 21.1458vw;
	padding-top: 1.7708vw;
	background-image: url(../img/bg_head_portfolio.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	color: #F8F9F6;
	position: relative;
}
.portfolio__head .title-section {
	gap: 1.25vw;
	margin-bottom: 1.8229vw;
	color: #F8F9F6;
	display: flex;
	align-items: center;
}
.portfolio__head .title-section small {
	color: #F8F9F6;
}
.portfolio__head .title-section:nth-child(2) {
	margin-right: 5.0521vw;
	justify-content: flex-end;
}
.steps .image-head,
.portfolio__head .image-head {
	width: 10.9375vw;
	height: 5.7292vw;
}
.portfolio__main {
	padding-top: 0.9375vw;
	padding-bottom: 3.0729vw;
	border-radius: 1.25vw;
	margin: 0 0.8333vw;
	margin-top: -4.6875vw;
	background: linear-gradient(68.67deg, rgba(114, 176, 29, 0) 62.79%, rgba(114, 176, 29, 0.15) 108.56%), linear-gradient(247.86deg, rgba(114, 176, 29, 0) 62.5%, rgba(114, 176, 29, 0.15) 104.68%), #F8F9F6;
}
.portfolio .tabs {
	padding-top: 0.5208vw;
	justify-content: center;
}
.portfolio__main .container {
	position: relative;
	z-index: 2;
}
.portfolio .tabs a {
	padding: 0.5208vw 0.8333vw;
	border: 1px solid #fff;
	color: #fff;
	background: transparent;
}
.portfolio-service .btn-more,
.portfolio .btn-more {
	padding: 1.0417vw;
	height: auto;
	width: auto;
}
.portfolio-service .btn-more img,
.portfolio .btn-more img {
	width: 1.6667vw;
	flex: none;
}
.portfolio__top {
	position: relative;
}
.portfolio__top .btn-more {
	top: 0;
	right: 0;
	position: absolute;
}
.item-card__descr {
	margin-bottom: 0.4167vw;
}
.item-card__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	width: 100%;
}
.item-card__bottom .features {
	width: 25.625vw;
	max-width: 100%;
}
.btn-main.btn-main--simple {
	border: 1px solid #c2c2c2;
	background: transparent;
	color: #454955;
}
.item-card__top {
	margin-bottom: 1.0417vw;
	/* gap: 0.4167vw;
	display: grid;
	grid-template-columns: 2.1fr 1fr; */
}
.item-card__map {
	height: 100%;
	border-radius: 1.25vw;
	overflow: hidden;
	display: none;
}
/*
.item-card__map img {
	width: 100%;
	height: 100%;
	object-fit: cover;
} */
.item-card__slider {
	min-width: 0;
}
.swiper-pagination,
.slick-dots {
	gap: 0.2604vw;
	bottom: -0.5729vw;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;	
}
.slick-dots {
	overflow: hidden;
}
.slick-dots li {
	width: 2.0833vw;
	height: 0.1042vw;
	margin: 0;
	transition: all 0.3s;
}
.swiper-pagination-bullet,
.slick-dots li button {
	width: 2.0833vw;
	height: 0.1042vw;
	background: #3F7D20;
	border-radius: 0.1042vw;
	padding: 0;
	border: none;
	transition: all 0.3s;
	opacity: 1;
	display: block;
	font-size: 0;
	color: transparent;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active,
.slick-dots li.slick-active button {
	background: #72B01D;
}
.slick-dots li button::before {
	display: none;
}
.slick-dots-hover {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	z-index: 2;
	height: 100%;
}
.slick-dots-hover li {
	flex: 1;
	display: flex;
	position: relative;
	z-index: 1;
}
.slick-dots-hover li button {
	width: 100%;
	background: transparent;
	border: none;
	opacity: 0;
}

.consultation__main {
	padding-top: 3.0729vw;
	min-height: 31.875vw;
	margin: 0 0.8333vw;
	margin-top: 1.2vw;
	color: #F8F9F6;
	background-image: url(../img/bg_consultation.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: relative;
	z-index: 1;
}
.consultation__content {
	max-width: 46.3542vw;
}
.consultation__content .title-section {
	margin-bottom: 1.4vw;
	color: #F8F9F6;
}
.title-small {
	font-size: 1.25vw;
	line-height: 140%;
	font-weight: 500;
}
.consultation__form {
	max-width: 37.4479vw;
	margin-top: 3.125vw;
}
.item-form {
	margin-bottom: 0.4167vw;
}
.file-upload label,
.item-form input,
.item-form textarea {
	height: 3.125vw;
	padding: 0 1.25vw;
	font-size: 0.7292vw;
	border-radius: 0.8333vw;
	line-height: 140%;
	font-family: "Montserrat";
	color: #454955;
	background: #fff;
	width: 100%;
	border: none;
}
.consultation__form .btn-main {
	height: 3.125vw;
	width: 100%;
}
.consultation__form .row>div {
	padding: 0 0.2083vw;
}
.consultation__form .row {
	margin: 0 -0.2083vw;
}
.checkbox {
	font-size: 0.7292vw;
	line-height: 140%;
	color: #454955;
}
.checkbox a {
	color: inherit;
}
.checkbox label {
	gap: 1.0417vw;
	position: relative;
	display: flex;
	align-items: flex-start;
	cursor: pointer;
}
.checkbox label input {
	width: 1.0417vw;
	height: 1.0417vw;
	border: none;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0.1042vw solid #72B01D;
	position: relative;
	flex: none;
	cursor: pointer;
}
.checkbox label input::before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: "\f00c";
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	background-image: none;
	color: #72B01D;
	font-size: 0.5729vw;
	opacity: 0;
	transition: .2s;
}
.checkbox input:checked:before {
	opacity: 1;
}
.consultation__form .checkbox {
	max-width: 32.25vw;
	margin-top: 4.6354vw;
}
.consultation__image {
	right: 5.4167vw;
	bottom: 0;
	position: absolute;
	z-index: -1;
}
.consultation__image img {
	width: 24.1667vw;
}
.consultation__info {
	width: 20.5208vw;
	bottom: auto;
	margin-right: -6.0833vw;
	padding: 1.25vw;
	border-radius: 1.25vw;
	background: #F8F9F6;
	color: #454955;
	top: 11vw;
	right: 100%;
	z-index: 1;
	position: absolute;
}
.consultation__info::after {
	position: absolute;
	display: block;
	content: " ";
	width: 5.156vw;
	height: 3.802vw;
	right: 3.698vw;
	bottom: -2.656vw;
	background-image: url(../img/consult_after.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.consultation__info .title-small {
	margin-bottom: 0.8333vw;
	color: #0D0A0B;
	font-weight: 400;
}
.slider-marquee {
	margin-top: 1.6458vw;
}
.slider-marquee__item {
	gap: 1.8229vw;
	padding: 0 1.0417vw;
	display: flex;
	align-items: center;
}
.slider-marquee__item .image-head {
	width: 12.5vw;
	height: 6.5625vw;
}
.slider-marquee__item .title-section {
	font-weight: 400;
}

.advantages__head {
	font-size: 0.9375vw;
	margin-bottom: 3.7083vw;
	line-height: 140%;
	display: flex;
}
.advantages__head p {
	max-width: 31.7188vw;
}
.swiper-accordions * {
	box-sizing: border-box;
}
.advantages {
	border-radius: 1.25vw;
	margin: 0 0.8333vw;
	background: linear-gradient(248.39deg, rgba(114, 176, 29, 0) 86.77%, rgba(114, 176, 29, 0.05) 111.35%), linear-gradient(75.47deg, rgba(114, 176, 29, 0) 66.45%, rgba(114, 176, 29, 0.05) 121.63%), #F8F9F6;
}
.swiper-accordions {
	height: 23.8021vw;
	border-top: 0.0521vw solid #c2c2c2;
	border-bottom: 0.0521vw solid #c2c2c2;
}
.item-accordion {
	padding: 2.5vw 0;
	background: #f7f9f5;
}
.item-accordion__image {
	height: 18.75vw;
	border-radius: 1.25vw 5.2083vw 1.25vw 1.25vw;
}
.item-accordion__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 1.25vw 5.2083vw 1.25vw 1.25vw;
}
.title-middle {
	font-size: 1.875vw;
	line-height: 140%;
	font-weight: 500;
	color: #0D0A0B;
}
.item-accordion .title-middle {
	margin-bottom: 1.4583vw;
}
.item-accordion__content {
	padding-left: 1.3021vw;
}
/* .item-accordion__content p {
	max-width: 31.7188vw;
} */

.steps {

	margin: 0 0.8333vw;
	border-radius: 1.25vw;
	background: linear-gradient(253.01deg, rgba(114, 176, 29, 0) 18.71%, rgba(114, 176, 29, 0.15) 97.8%), linear-gradient(68.67deg, rgba(114, 176, 29, 0) 62.79%, rgba(114, 176, 29, 0.15) 108.56%), #F8F9F6;
}
.steps .title-section {
	gap: 1.8229vw;
	margin-bottom: 2vw;
	display: flex;
	align-items: center;
}
.steps .title-section small {
	color: inherit;
}
.tabs-steps {
	padding: 1.7188vw 0;
}
.tabs-steps li {
	margin-bottom: 1.0417vw;
	position: relative;
	z-index: 1;
}
.tabs-steps li:last-child {
	margin-bottom: 0;
}
.tabs-steps a {
	height: 6.5104vw;
	margin-right: 2.1875vw;
	border-radius: 3.125vw;
	padding: 0 1.25vw;
	gap: 1.875vw;
	line-height: 140%;
	color: #0D0A0B;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	z-index: 1;
}
.tabs-steps a strong {
	font-size: 3.3333vw;
	line-height: 120%;
	font-weight: 700;
	color: #3F7D20;
	transition: all 0.3s;
}
.tabs-steps .active a {
	margin-right: 0;
}
.tabs-steps .active a {
	background: #6ea030;
	color: #F8F9F6;
}
.tabs-steps .active a strong {
	color: #F8F9F6;
}
.tabs-steps li::after {
	position: absolute;
	display: block;
	content: " ";
	width: 7.8125vw;
	height: 7.8125vw;
	border-radius: 5.2083vw;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -1.9271vw;
	background: #ecf3e3;
	opacity: 0;
	transition: all 0.3s;
}
.tabs-steps li.active::after {
	opacity: 1;
}
.tab-container-steps {
	padding: 3.2292vw 5.0521vw;
	padding-right: 8.1771vw;
	margin-left: -1.25vw;
	background: #fff;
	border-radius: 1.25vw;
	min-height: 100%;
	color: #0D0A0B;
}
.tab-container-steps .title-middle {
	margin-bottom: 1.4583vw;
}
.tab-container-steps ul li {
	font-size: 0.9375vw;
	padding-left: 2.5vw;
	margin-bottom: 1.0417vw;
	line-height: 140%;
	color: #454955;
	background-image: url(../img/li.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 1.25vw auto;
}
.tab-container-steps ul {
	margin-top: 1.4583vw;
}
.tab-container-steps p {
	margin-bottom: 0.7813vw;
}
.tab-pane-steps {
	display: none;
}
.tab-pane-steps:first-child {
	display: block;
}

.consultation--page .consultation__main {
	padding-top: 5.4479vw;
	min-height: 39.875vw;
	background-image: url(../img/bg_consultation2_1.svg);
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.consultation--page.form-catalog .consultation__main {
	padding-top: 2.4479vw;
}
.consultation--page.form-catalog .consultation__main--title-single-line {
	padding-top: 6.8479vw;
}
.consultation--page.form-catalog .consultation__main--title-two-lines {
	padding-top: 4.4479vw;
}
.consultation--page .title-section {
	margin-top: 0.6771vw;
	margin-bottom: 2.5vw;
}
.consultation--page .consultation__content {
	max-width: 26vw;
	margin-right: -1.5625vw;
}
.consultation--page .consultation__content .title-small ul {
	list-style: none;
	margin: 1.042vw 0;
	padding: 0;
}
.consultation--page .consultation__content .title-small ul li {
	position: relative;
	padding-left: 1.563vw;
	margin-bottom: 0.521vw;
	line-height: 160%;
	color: #F8F9F6;
	font-weight: 400;
}
.consultation--page .consultation__content .title-small ul li:last-child {
	margin-bottom: 0;
}
.consultation--page .consultation__content .title-small ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.45em;
	width: 0.625vw;
	height: 0.313vw;
	border-left: 0.104vw solid #72B01D;
	border-bottom: 0.104vw solid #72B01D;
	transform: rotate(-45deg);
}
.consultation__picture {
	margin-left: -4.8vw;
	top: 3vw;
	margin-top: 0;
	position: relative;
	z-index: -1;
}
.consultation__picture img {
	width: 36.8vw;
}
.consultation__form .title-middle {
	margin-bottom: 0.8854vw;
	color: #F8F9F6;
	font-weight: 500;
	text-align: center;
}
.text-small {
	font-size: 0.9375vw;
	line-height: 140%;
}
.consultation__form .text-small {
	margin-bottom: 1.25vw;
	text-align: center;
}
.radio-socials__item label {
	display: block;
	position: relative;
}
.radio-socials__item label input {
	position: absolute;
	top: 0;
	left: 0;
}
.radio-socials {
	gap: 1.25vw;
	margin-bottom: 1.25vw;
	display: flex;
	align-items: center;
	justify-content: center;
}
.radio-socials img {
	width: 2.9167vw;
	cursor: pointer;
	height: auto;
}
.radio-socials input:checked+img {
	transform: scale(1.1);
}
.file-upload label {
	gap: 0.5208vw;
	color: #F8F9F6;
	background: rgba(255, 255, 255, 0.5);
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: flex-start;
	border: none;
	cursor: pointer;
	transition: all 0.3s;
}
.file-upload input {
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	opacity: 0 !important;
	position: absolute;
	top: 0;
	left: 0;
}
.file-upload label i {
	font-size: 120%;
	position: relative;
}
.file-upload {
	position: relative;
}
.name-upload {
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 0.1042vw;
	font-size: 0.625vw;
	line-height: 0.7813vw;
}
.consultation--page .consultation__form .checkbox {
	margin-top: 5.0104vw;
}
.consultation--page.form-catalog .consultation__form .checkbox {
    margin-top: 2.0104vw;
}
.consultation--page .consultation__form {
	max-width: 100%;
	margin-top: 0;
}

.footer__main {
	padding-top: 4.125vw;
	border-radius: 1.25vw;
	font-size: 0.7292vw;
	margin: 0.8333vw;
	margin-top: 0;
	line-height: 140%;
	background: #454955;
	color: #F8F9F6;
}
.footer__nav li {
	margin-bottom: 1.8208vw;
	font-size: 0.9375vw;
	line-height: 140%;
	font-weight: 500;
}
.footer__nav li:last-child {
	margin-bottom: 0;
}
.footer__nav li a {
	color: #F8F9F6;
	border-bottom: 0.0521vw transparent solid;
}
.footer__title {
	font-size: 1.25vw;
	margin-bottom: 1.5vw;
	font-weight: 500;
	line-height: 140%;
	color: #72B01D;
}
.footer__title:not(:first-child) {
	margin-top: 3.5417vw;
}
.row>div:nth-child(2) .footer__column {
	margin-left: 2.8646vw;
	margin-right: -1vw;
}
/* .row>div:nth-child(3) .footer__column {
	margin: 0 -1.25vw;
} */
.row>div:nth-child(4) .footer__column {
	margin-left: -1.5vw;
}
.footer__nav li ul li {
	font-size: 0.8333vw;
	margin-bottom: 1.4167vw;
	line-height: 140%;
	font-weight: 400;
}
.footer__nav li ul ul li {
	font-size: 0.729vw;
	margin-bottom: 0.4267vw;
}
.footer__nav li ul {
	margin-top: 0.5208vw;
	margin-bottom: 0.1042vw;
}
.footer__nav.footer__nav--main li {
	font-size: 1.25vw;
	margin-bottom: 1.225vw;
	line-height: 140%;
}
.footer__nav.footer__nav--main li a {
	color: #72B01D;
}
.footer__logo {
	margin-top: -1.3542vw;
}
.footer__logo .logo-descr {
	margin-top: 0.625vw;
}
.footer__logo .logo img {
	width: 5.3125vw;
}
.requisites {
	margin-top: 2.0313vw;
}
.requisites p {
	margin: 0;
}
.footer__contact {
	font-size: 0.8333vw;
	margin-top: 1.9271vw;
	line-height: 140%;
}
.footer__contact p {
	margin-bottom: 1.875vw;
}
.footer__contact p:last-child {
	margin-bottom: 0;
}
.footer__logo .logo-descr,
.footer__phone,
.footer__contact p a {
	color: #F8F9F6;
}
.footer__phone {
	font-size: 0.9375vw;
	margin-bottom: 0.5729vw;
	line-height: 140%;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
}
.socials-list {
	gap: 0.8333vw;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.socials-list img {
	width: 2.1875vw;
	height: auto;
}
.socials-list--page {
	/* gap: 0.5729vw; */
	margin-left: 0.0521vw;
}
.socials-list+.socials-list {
	margin-top: 1.0417vw;
}
.footer__bottom {
	padding: 0.9896vw 0;
	margin-top: 2.9792vw;
	color: #fff;
	border-top: 1px solid #fff;
}
.footer__wrapper {
	gap: 5.4688vw;
	display: flex;
	align-items: center;
}
.footer__links a {
	color: #fff;
	border-bottom: 1px #fff solid;
}
.footer__links {
	gap: 0.7813vw;
	display: flex;
	align-items: center;
}
.create img {
	width: 2.9688vw;
	margin-left: 0.2083vw;
	display: inline-block;
	vertical-align: middle;
}
.btn-main input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: none;
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
	font-family: inherit;
	cursor: pointer;
	text-transform: inherit;
}
.video-widget {
	position: fixed;
	left: 0;
	z-index: 300;
	bottom: 0;
}
.video-widget__container {
	font-family: Helvetica;
	z-index: 999999;
	overflow: hidden;
	border-style: solid;
	background: #eee;
	-webkit-transition: width .3s ease-in-out 0s, height .3s ease-in-out 0s, bottom .3s ease-in-out 0s, border-color .2s ease-in-out 0s, opacity 1s ease-in-out 0s, -webkit-transform .2s ease-in-out 0s;
	transition: width .3s ease-in-out 0s, height .3s ease-in-out 0s, bottom .3s ease-in-out 0s, border-color .2s ease-in-out 0s, opacity 1s ease-in-out 0s, -webkit-transform .2s ease-in-out 0s;
	-o-transition: width .3s ease-in-out 0s, height .3s ease-in-out 0s, bottom .3s ease-in-out 0s, border-color .2s ease-in-out 0s, opacity 1s ease-in-out 0s, -o-transform .2s ease-in-out 0s;
	-moz-transition: transform .2s ease-in-out 0s, width .3s ease-in-out 0s, height .3s ease-in-out 0s, bottom .3s ease-in-out 0s, border-color .2s ease-in-out 0s, opacity 1s ease-in-out 0s, -moz-transform .2s ease-in-out 0s;
	transition: transform .2s ease-in-out 0s, width .3s ease-in-out 0s, height .3s ease-in-out 0s, bottom .3s ease-in-out 0s, border-color .2s ease-in-out 0s, opacity 1s ease-in-out 0s;
	transition: transform .2s ease-in-out 0s, width .3s ease-in-out 0s, height .3s ease-in-out 0s, bottom .3s ease-in-out 0s, border-color .2s ease-in-out 0s, opacity 1s ease-in-out 0s, -webkit-transform .2s ease-in-out 0s, -moz-transform .2s ease-in-out 0s, -o-transform .2s ease-in-out 0s;
	outline: 0;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-box-shadow: rgba(0, 0, 0, .2) 0 0.5208vw 1.0417vw;
	box-shadow: rgba(0, 0, 0, .2) 0 0.5208vw 1.0417vw;
	position: absolute;
	left: 1.0417vw;
	bottom: 2.6042vw;
	border-radius: 1.0417vw;
	border-width: 0.2604vw;
	width: 6.7708vw;
	height: 9.375vw;
	border-color: #fff;
}
.video-widget__video {
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	z-index: 200;
	-webkit-transition: opacity .4s ease-in-out 0s;
	-o-transition: opacity .4s ease-in-out 0s;
	-moz-transition: opacity .4s ease-in-out 0s;
	transition: opacity .4s ease-in-out 0s;
	opacity: .9;
}
.video-widget__close {
	position: absolute;
	top: 0.3125vw;
	right: 0.3125vw;
	width: 1.0417vw;
	height: 1.0417vw;
	z-index: 250;
	opacity: 0;
	-webkit-transition: opacity .2s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s;
	transition: opacity .2s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s;
	-o-transition: opacity .2s ease-in-out 0s, -o-transform .3s ease-in-out 0s;
	-moz-transition: transform .3s ease-in-out 0s, opacity .2s ease-in-out 0s, -moz-transform .3s ease-in-out 0s;
	transition: transform .3s ease-in-out 0s, opacity .2s ease-in-out 0s;
	transition: transform .3s ease-in-out 0s, opacity .2s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s, -moz-transform .3s ease-in-out 0s, -o-transform .3s ease-in-out 0s;
}
.video-widget__button {
	position: absolute;
	bottom: 1.0417vw;
	right: 1.0417vw;
	left: 1.0417vw;
	height: 3.3854vw;
	border-radius: 0.5208vw;
	z-index: 300;
	-webkit-box-shadow: rgba(0, 0, 0, .25) 0 0.2083vw 0.7813vw;
	box-shadow: rgba(0, 0, 0, .25) 0 0.2083vw 0.7813vw;
	text-align: center;
	-webkit-transition: opacity .3s ease-in-out 0s, background-color .2s ease-in-out 0s, -webkit-transform .2s ease-in-out 0s;
	transition: opacity .3s ease-in-out 0s, background-color .2s ease-in-out 0s, -webkit-transform .2s ease-in-out 0s;
	-o-transition: opacity .3s ease-in-out 0s, background-color .2s ease-in-out 0s, -o-transform .2s ease-in-out 0s;
	-moz-transition: transform .2s ease-in-out 0s, opacity .3s ease-in-out 0s, background-color .2s ease-in-out 0s, -moz-transform .2s ease-in-out 0s;
	transition: transform .2s ease-in-out 0s, opacity .3s ease-in-out 0s, background-color .2s ease-in-out 0s;
	transition: transform .2s ease-in-out 0s, opacity .3s ease-in-out 0s, background-color .2s ease-in-out 0s, -webkit-transform .2s ease-in-out 0s, -moz-transform .2s ease-in-out 0s, -o-transform .2s ease-in-out 0s;
	visibility: hidden;
	background-color: #fdd82a;
	font-size: 0.7292vw;
	font-family: Helvetica;
	color: #000;
	text-align: center;
	vertical-align: middle;
	line-height: 3.3854vw;
	text-transform: uppercase;
	opacity: 0;
}
.video-widget__close:after, .video-widget__close:before {
	position: absolute;
	left: 0.4688vw;
	top: 0.0521vw;
	content: " ";
	height: 0.9375vw;
	width: 0.1042vw;
	background: #fff;
	-webkit-box-shadow: rgba(0, 0, 0, .5) 0.0521vw 0.0521vw 0.5208vw;
	box-shadow: rgba(0, 0, 0, .5) 0.0521vw 0.0521vw 0.5208vw;
}
.video-widget__close:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.video-widget__close:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.video-widget__container:hover {
	-webkit-transform: scale(1.05) translate(5px, -5px);
	-moz-transform: scale(1.05) translate(5px, -5px);
	-ms-transform: scale(1.05) translate(5px, -5px);
	-o-transform: scale(1.05) translate(5px, -5px);
	transform: scale(1.05) translate(5px, -5px);
	border-color: #131344;
}
.video-widget__container:hover .video-widget__close {
	opacity: .5;
}
.video-widget.video-widget[data-state=opened] .video-widget__container {
	width: 14.5833vw;
	height: 26.0417vw;
	border-radius: 1.0417vw;
	border-color: #fff;
}
.video-widget.video-widget[data-state=opened] .video-widget__close {
	opacity: .5;
}
.video-widget.video-widget[data-state=opened] .video-widget__button {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.video-widget[data-state="default"] .video-widget__button {
	pointer-events: none;
}
.flipper {
	width: 6.25vw;
	height: 6.25vw;
	right: 1.5625vw;
	top: 30%;
	border-radius: 50%;
	position: fixed;
	z-index: 400;
	perspective: 12vw;
}
.flipper__wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	transition: transform 0.5s ease;
	transform-style: preserve-3d;
	display: block;
}
.flipper__item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.flipper__item--back {
	transform: rotateY(180deg);
}
.flipper__item--front {
	background: #72B01D;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flipper__item--front img {
	width: 5.0521vw;
	height: auto;
}
.flipper__item--back img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.flipper__text {
	padding: 1.4vw;
	font-size: 1.1vw;
	border-radius: 0.8333vw;
	width: 27vw;
	line-height: 140%;
	font-weight: 500;
	background: #72B01D;
	margin-right: 0.5vw;
	margin-top: 0.3vw;
	opacity: 0;
	transform: scale(0.8);
	visibility: hidden;
	transition: all 0.5s;
	transform-origin: 100% 0%;
	color: #F8F9F6;
	position: absolute;
	right: 100%;
	top: 0;
}
.flipper:hover .flipper__text {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}
.cursor-circle {
	position: fixed;
	top: 0;
	left: 0;
	width: 1.25vw;
	height: 1.25vw;
	border-radius: 50%;
	background: #72B01D;
	pointer-events: none;
	z-index: 9999;
	opacity: 0.6;
	transform: translate(-50%, -50%);
}
.fp-is-overflow>.fp-overflow {
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.fp-is-overflow>.fp-overflow::-webkit-scrollbar {
	display: none;
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	background: linear-gradient(248.39deg, rgba(114, 176, 29, 0) 86.77%, rgba(114, 176, 29, 0.1) 111.35%), linear-gradient(75.47deg, rgba(114, 176, 29, 0) 66.45%, rgba(114, 176, 29, 0.1) 121.63%), #F8F9F6;
	display: flex;
	align-items: center;
	justify-content: center;
}
@keyframes pulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.06);
	}
	100% {
		transform: scale(1);
	}
}
.preloader__logo {
	animation: pulse 0.6s infinite;
}
.preloader__logo img {
	width: 10vw;
	height: auto;
}
.no-scroll {
	overflow: hidden;
}


.advantages__head {
	/* top: 8vw; */
	left: 0;
	width: 100%;
	position: absolute;
}
.item-accordion {
	top: 13vw;
	position: sticky;
}
.item-accordion:first-child {
	margin-top: 14vw;
}
.item-accordion.item-accordion--fake {
	min-height: 23.75vw;
	opacity: 0;
}
.btn-up {
	width: 3vw;
	height: 3vw;
	position: fixed;
	bottom: 1.2vw;
	right: 1.2vw;
	background: #3F7D20;
	color: #fff;
	border-radius: 50%;
	z-index: 200;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s;
}
.btn-up.is-hidden {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}
.consultation--page .consultation__form .text-small {
	margin-bottom: 2.25vw;
}
.consultation--page .radio-socials {
	margin-bottom: 2.25vw;
}
.consultation--page .item-form {
	margin-bottom: 0.5vw;
}
.consultation--page .consultation__form .btn-main {
	margin-top: 1.2vw;
}
.consultation--page {
	padding: 0;
}

/* .col-lg-4 {
	    perspective: 1500px;
}

.consultation__picture img {
    width: 34.8vw;
	height: 22.656vw;
}
.consultation__picture {
  transform-style: preserve-3d;
  transform-origin: left;
  transition: transform 0.8s ease;
  position: relative;
}
.consultation__picture-second {
	height: 22vw !important;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.5s;
	transition-delay: 0.2s;
}
.consultation__picture-page {
    width: 19.844vw;
    top: 0px;
    left: 14.792vw;
    position: absolute;
	  transform-style: preserve-3d;
  transition: transform 1s ease-in-out, box-shadow .35s ease-in-out;
      transform: rotateY(0deg) rotateZ(0);
	  transform-origin: left center;
}
.consultation__picture-page img {
	width: 100%;
	height: auto;
}
.consultation__picture:hover .consultation__picture-page {
  transform: rotateY(-220deg) rotate(26deg) scale(0.75);
}
.consultation__picture:hover .consultation__picture-second {
	opacity: 1;
} */


/* .cover {
  width: calc(var(--baseline) * 60);
  height: 240px;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.3);
}

.book {
  width: 100%;
  height: 100%;
  display: flex;
  perspective: 1200px;
}
.book__page {
  position: relative;
  width: 50%;
  height: 100%;
  display: grid;
  transform: rotateY(0deg);
  transition: transform 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: 0% 0%;
  background-color: var(--page-bg);
  background-image: linear-gradient(90deg, #e3e3e3 0%, rgba(247, 247, 247, 0) 18%);
}
.book__page:nth-of-type(1) {
  background-image: linear-gradient(-90deg, #e3e3e3 0%, rgba(247, 247, 247, 0) 18%);
}
.book__page--1 {
  cursor: pointer;
  overflow: hidden;
}
.book__page--1 img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.book__page--2 {
  position: absolute;
  right: 0;
  pointer-events: none;
  transform-style: preserve-3d;
  background-color: var(--page-bg);
  background-image: linear-gradient(90deg, #e3e3e3 0%, rgba(247, 247, 247, 0) 18%);
}
.book__page--4 {
  cursor: pointer;
  padding: 0 calc(var(--baseline) * 3);
}
.book__page-front {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotateY(0deg) translateZ(1px);
}
.book__page-back {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 calc(var(--baseline) * 1.8);
  transform: rotateY(180deg) translateZ(1px);
}
.book__page .page__content {
  padding: var(--baseline);
  height: 100%;
  position: relative;
  text-align: center;
}
.book__page .page__content-book-title {
  font-family: var(--book-title);
  font-size: calc(var(--base-size) * 3);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--dark-text);
  margin-top: calc(var(--baseline) * 5);
  margin-bottom: calc(var(--baseline) * 2);
}
.book__page .page__content-author {
  font-family: var(--title);
  font-size: calc(var(--base-size) * 1.2);
  font-weight: 100;
  text-transform: uppercase;
  color: var(--dark-text);
  border-top: 1px solid var(--dark-text);
  border-bottom: 1px solid var(--dark-text);
  display: inline-block;
  padding: calc(var(--baseline) / 2) calc(var(--baseline) / 5);
  margin-bottom: calc(var(--baseline) * 6);
}
.book__page .page__content-credits {
  font-family: var(--title);
  text-transform: uppercase;
  font-size: calc(var(--base-size) * 0.8);
  margin-bottom: calc(var(--baseline) * 2);
  letter-spacing: 1px;
}
.book__page .page__content-credits span {
  display: block;
  font-size: calc(var(--base-size) * 1.2);
  letter-spacing: 0;
}
.book__page .page__content-copyright {
  position: absolute;
  width: calc(100% - (var(--baseline) * 2));
  bottom: calc(var(--baseline) * 2);
  font-family: var(--title);
  font-size: calc(var(--base-size) * 0.8);
  text-transform: uppercase;
}
.book__page .page__content-title {
  font-family: var(--title);
  font-size: calc(var(--base-size) * 1);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: calc(var(--baseline) * 5);
  margin-bottom: calc(var(--baseline) * 3);
}
.book__page .page__content-table {
  width: 100%;
  margin-top: calc(var(--baseline) * 2);
}
.book__page .page__content-table td {
  font-family: var(--title);
  font-size: calc(var(--base-size) * 1);
  padding-bottom: calc(var(--baseline) * 1.5);
  text-transform: uppercase;
}
.book__page .page__content-blockquote {
  margin-bottom: calc(var(--baseline) * 2);
}
.book__page .page__content-blockquote-text {
  font-family: var(--title);
  font-size: calc(var(--base-size) * 0.67);
  font-style: italic;
  text-align: justify;
}
.book__page .page__content-blockquote-reference {
  font-family: var(--title);
  font-size: calc(var(--base-size) * 0.7);
  margin-top: calc(var(--baseline) * 0.3);
  float: right;
  text-transform: uppercase;
}
.book__page .page__content-text {
  font-family: var(--title);
  font-size: calc(var(--base-size) * 0.67);
  text-align: justify;
  text-indent: var(--baseline);
}
.book__page .page__number {
  position: absolute;
  bottom: var(--baseline);
  width: calc(100% - (var(--baseline) * 2));
  font-family: var(--title);
  font-size: calc(var(--base-size) * 0.67);
  text-align: center;
}
.book input[type=radio] {
  display: none;
}
.book input[type=radio]:checked + .book__page {
  transition: transform 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: rotateY(-180deg);
}

.page__content img {
	width: 100%;
	height: auto;
}
.book {
	background-image: url(../img/magazine1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
} */

.section .fp-overflow {
	padding-top: 5vw;
}
.section--top .fp-overflow {
	padding-top: 0;
}

.header {
	position: fixed;
}
.socials-list--main img {
	width: 2.917vw;
}
.socials-list--main {
	gap: 1.25vw;
}
.consultation__content .socials-list {
	margin-top: 1.667vw;
}
.item-form textarea {
	height: 4.844vw;
	padding-top: 0.781vw;
	resize: none;
}

.breadcrumbs {
	margin-top: 0.5vw;
	margin-bottom: 0.781vw;
	font-size: 0.729vw;
	line-height: 160%;
	padding: 0.625vw;
	border-radius: 0.833vw;
	backdrop-filter: blur(20px);
	background: rgba(255, 255, 255, 0.2);
	color: #0D0A0B;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.breadcrumbs a {
	color: #0D0A0B;
	border-bottom: 1px solid transparent;
}
.breadcrumbs a:hover {
	border-color: #0D0A0B;
}
.breadcrumbs li::after {
	content: "//";
	margin: 0 0.521vw;
}
.breadcrumbs li:last-child::after {
	display: none;
}
.content-page {
	padding-top: 2.604vw;
	margin: 0 0.833vw;
	border-radius: 1.25vw;
	background: linear-gradient(248.39deg, rgba(114, 176, 29, 0) 86.77%, rgba(114, 176, 29, 0.05) 111.35%), linear-gradient(75.47deg, rgba(114, 176, 29, 0) 66.45%, rgba(114, 176, 29, 0.05) 121.63%), #F8F9F6;
	border-radius: 1.25vw;
}

.footer__nav.footer__nav--tree>li>a {
	font-size: 1.1vw;
	color: rgb(114, 176, 29);
}


.billbord-service {
	position: relative;
}
.billbord-service__main {
	min-height: 54vw;
	margin: 0.8333vw;
	padding-top: 6vw;
	margin-top: 0;
	background-image: url(../img/billbord_service.png);
	background-repeat: no-repeat;
	background-position: center bottom 1vw;
	background-size: contain;
	position: relative;
	z-index: 2;
}
.billbord-service__main--has-descr {
	background-position: center bottom -50px;
}
.billbord-service::before {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: linear-gradient(248.39deg, rgba(114, 176, 29, 0) 86.77%, rgba(114, 176, 29, 0.1) 111.35%), linear-gradient(75.47deg, rgba(114, 176, 29, 0) 66.45%, rgba(114, 176, 29, 0.1) 121.63%), #F8F9F6;
	border-radius: 0px 0px 2.5vw 2.5vw;
}
.section.billbord-service .fp-overflow {
	padding-top: 0;
}
.billbord-service__title {
	font-size: 2vw;
	margin-top: 1.5vw;
	line-height: 140%;
	color: #0D0A0B;
	text-transform: uppercase;
	font-weight: 500;
}
.billbord-service__descr {
	font-size: 0.838vw;
	margin-top: 0.938vw;
	line-height: 140%;
	color: #0D0A0B;
}
.billbord-service__list {
	font-size: 0.838vw;
	margin-top: 0.938vw;
	padding-left: 1.302vw;
	font-weight: 500;
	line-height: 160%;
}
.billbord-service__list li {
	margin-bottom: 0.5vw;
	list-style-type: disc;
}
.billbord-service .btn-main {
	left: 7.3vw;
	bottom: 0.863vw;
	position: absolute;
	width: 21.8vw;
}

.about-service__content {
	font-size: 1.25vw;
	line-height: 140%;
}
.title-main {
	font-size: 2.5vw;
	margin-bottom: 1.875vw;
	line-height: 120%;
	color: #0D0A0B;
	font-weight: 500;
}
.about-service__content p {
	margin-bottom: 1.302vw;
}
.about-service__content p:last-child {
	margin-bottom: 0;
}
.about-service__image img {
	border-radius: 1.25vw;
	width: 100%;
	height: auto;
}

.cards-service {
	border-radius: 1.25vw;
	background: linear-gradient(68.67deg, rgba(114, 176, 29, 0) 62.79%, rgba(114, 176, 29, 0.15) 108.56%), #F8F9F6;
}
.cards-service__head .row {
	align-items: center;
}
.cards-service__head {
	margin-bottom: 2.604vw;
}
.unit-card {
	display: block;
}
.unit-card--no-link {
	cursor: default;
}
.unit-card--no-link:hover .unit-card__btn svg {
	transform: none;
}
.unit-card__image {
	height: 18.75vw;
	margin-bottom: 0.521vw;
	border-radius: 1.25vw;
	width: 100%;
	position: relative;
	display: block;
	background: linear-gradient(233.85deg, rgba(63, 125, 32, 0) 4.28%, rgba(63, 125, 32, 0.5) 87.36%), #454955;
}
.unit-card__image img {
	width: 100%;
	height: 100%;
	border-radius: 1.25vw;
	object-fit: cover;
	transition: all 2s;
}
.unit-card__price {
	padding: 0.625vw 1.667vw 0.521vw;
	font-size: 1.25vw;
	bottom: 0.469vw;
	left: 0.417vw;
	border-radius: 5.208vw;
	line-height: 140%;
	font-weight: 500;
	color: #454955;
	background: #fff;
	position: absolute;
	z-index: 1;
	display: block;
}
.unit-card__btn {
		bottom: 0.469vw;
	right: 0.417vw;
	width: 2.917vw;
	height: 2.917vw;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	transition: all 0.3s;
	background: #F8F9F6;
}
.unit-card__btn svg {
	width: 0.99vw;
	height: auto;
	transition: all 0.3s;
}
.unit-card__content {
	padding: 0.938vw 1.458vw 1.25vw;
	border-radius: 1.25vw;
	background: #fff;
	display: block;
}
.unit-card__title {
	font-size: 1.25vw;
	margin-bottom: 0.833vw;
	line-height: 140%;
	color: #0D0A0B;
	display: block;
}
.unit-card__text {
	font-size: 0.833vw;
	line-height: 160%;
	color: #454955;
	display: block;
}
.row.row--main>div {
	margin-bottom: 1.25vw;
}
.row.row--main {
	margin-bottom: -1.25vw;
}

.offers {
	margin: 0 0.833vw;
	background: linear-gradient(253.01deg, rgba(114, 176, 29, 0) 18.71%, rgba(114, 176, 29, 0.15) 97.8%), linear-gradient(68.67deg, rgba(114, 176, 29, 0) 62.79%, rgba(114, 176, 29, 0.15) 108.56%), #F8F9F6;
	border-radius: 1.25vw;
}
.offers .descr-section {
	margin-bottom: 3.594vw;
}
.offers .title-section {
	margin-bottom: 0.938vw;
}
.item-offer {
	padding: 1.25vw;
	gap: 1.25vw;
	border-radius: 1.25vw;
	min-height: 100%;
	display: grid;
	color: #fff;
	grid-template-columns: repeat(2, 1fr);
	background: linear-gradient(230.94deg, rgba(63, 125, 32, 0) 8.56%, rgba(63, 125, 32, 0.5) 87.93%), #454955;
}
.item-offer__title {
	font-size: 1.875vw;
	margin-bottom: 0.625vw;
	line-height: 120%;
	font-weight: 500;
}
.item-offer__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.item-offer__content .btn-main {
	margin-top: auto;
}
.item-offer__image {
	height: 16.146vw;
	border-radius: 0.833vw;
	display: block;
}
.item-offer__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.833vw;
}
.item-offer .btn-main {
	height: 2.708vw;
}
.offers .slick-arrow {
	background-color: #fff;
}
.offers .slick-prev {
	left: -4.2vw;
}
.offers .slick-next {
	right: -4.2vw;
}

.consultation--architector .title-section {
	margin-right: -17.833vw;
}
.consultation--architector .title-small {
	max-width: 21.51vw;
}
.consultation--architector .consultation__form .title-middle {
	margin-bottom: 1.51vw;
}
.consultation__person img {
	width: 31.823vw;
	height: auto;
}
.consultation__person {
	left: 34.427vw;
	bottom: 0;
	z-index: -1;
	position: absolute;
}
.consultation--architector .consultation__form {
	padding-top: 1.563vw;
}

.etaps {
	border-radius: 1.25vw;
	margin: 0 1.042vw;
	background: linear-gradient(253.01deg, rgba(114, 176, 29, 0) 18.71%, rgba(114, 176, 29, 0.15) 97.8%), linear-gradient(68.67deg, rgba(114, 176, 29, 0) 62.79%, rgba(114, 176, 29, 0.15) 108.56%), #F8F9F6;
}
.etaps__head {
	margin-bottom: 1.423vw;
}
.etaps__head .row {
	align-items: center;
}
.item-etap {
	width: 22.188vw;
	padding: 1.042vw;
	padding-top: 0.5vw;
	border-radius: 1.25vw;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background: #fff;
	flex: none;
	transition: all 1s;
	position: relative;
	box-shadow: 0 0.521vw 0.781vw 0 rgba(0, 0, 0, 0.15);
	background: #fff;
}
.item-etap:hover~.item-etap {
	z-index: 1;
}
.item-etap {
	margin-right: calc(var(--shift) * -1);
	transition: transform 0.5s;
}
.item-etap:hover~.item-etap {
	transform: translateX(var(--shift));
}
.item-etap__number {
	font-size: 2.713vw;
	margin-bottom: 0.1vw;
	line-height: 140%;
	text-transform: uppercase;
	font-weight: 500;
	color: #3F7D20;
}
.item-etap__title {
	/* margin-bottom: auto; */
	width: 100%;
	color: #0D0A0B;
}
.item-etap__image {
	height: 10.938vw;
	margin: 0.8vw 0;
	border-radius: 0.833vw;
	display: block;
	width: 100%;
}
.item-etap__image img {
	width: 100%;
	height: 100%;
	border-radius: 0.833vw;
	object-fit: cover;
}
.item-etap__term {
	font-size: 0.9vw;
	gap: 0.625vw;
	margin-bottom: 0.6vw;
	line-height: 140%;
	font-weight: 500;
	display: flex;
	align-items: center;
}
.item-etap__term::before {
	position: relative;
	display: block;
	content: " ";
	width: 1.458vw;
	height: 1.458vw;
	background-image: url(../img/ic_deadline.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	flex: none;
}
.item-etap__text {
	font-size: 0.833vw;
	line-height: 140%;
	width: 100%;
	display: block;
}
.etaps-wrap {
	padding-bottom: 1.042vw;
	display: flex;
}
.etaps__descr {
	font-size: 1.875vw;
	padding-top: 0.4vw;
	line-height: 120%;
	text-align: center;
	font-weight: 500;
}

.portfolio-service {
	border-radius: 1.25vw;
	margin: 0 0.833vw;
	background: linear-gradient(68.67deg, rgba(114, 176, 29, 0) 62.79%, rgba(114, 176, 29, 0.15) 108.56%), #F8F9F6;
}
.portfolio-service .title-section {
	margin-bottom: 1.042vw;
}
.portfolio-service__head {
	margin-bottom: 2.083vw;
	gap: 1.042vw;
	display: flex;
	align-items: center;
}
.item-case {
	padding: 0.833vw;
	border-radius: 1.25vw;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 100%;
}
.item-case__image {
	height: 21.875vw;
	margin-bottom: 1.042vw;
	border-radius: 0.833vw;
	width: 100%;
	display: block;
}
.item-case__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.833vw;
}
.item-case__person {
	gap: 0.99vw;
	margin-bottom: 0.833vw;
	width: 100%;
	color: #0D0A0B;
	display: flex;
	align-items: center;
}
.item-case__photo {
	width: 3.229vw;
	height: 3.229vw;
	border-radius: 50%;
	display: block;
	flex: none;
}
.item-case__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.item-case__title {
	font-size: 1.25vw;
	line-height: 140%;
	margin-bottom: 0.417vw;
	color: #0D0A0B;
	width: 100%;
}
.item-case__descr {
	font-size: 0.833vw;
	line-height: 140%;
	width: 100%;
}
.item-case__bottom {
	padding-top: 1.042vw;
	gap: 8.594vw;
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.item-case__bottom .features {
	flex: 1;
}
.item-case .btn-main {
	height: 2.708vw;
	font-size: 0.729vw;
	padding: 0 1.25vw;
}
.portfolio-service .container {
	padding-bottom: 2vw;
}

.questions {
	border-radius: 1.25vw;
	margin: 0 0.833vw;
	background: linear-gradient(247.86deg, rgba(114, 176, 29, 0) 62.5%, rgba(114, 176, 29, 0.15) 104.68%), #F8F9F6;
}
.col-lg-4 .form-main {
	margin-left: -1.563vw;
}
.form-main {
	padding: 1.875vw;
	color: #fff;
	background: linear-gradient(211.7deg, rgba(63, 125, 32, 0) 11.81%, rgba(63, 125, 32, 0.5) 121.35%), #454955;
	border-radius: 1.458vw;
}
.form-main__title {
	font-size: 1.667vw;
	margin-bottom: 0.833vw;
	line-height: 140%;
	text-align: center;
	font-weight: 500;
}
.form-main .btn-main {
	width: 100%;
	display: flex;
}
.form-main .row>div {
	padding: 0 0.208vw;
}
.form-main .row {
	margin: 0 -0.208vw;
}
.form-main .checkbox {
	margin-top: 1.302vw;
	color: #F8F9F6;
}
.form-main__subtitle {
	font-size: 0.833vw;
	line-height: 140%;
	font-weight: 500;
}
.form-main__top {
	margin-bottom: 1.563vw;
	gap: 0.833vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.form-main .radio-socials {
	margin: 0;
}
.questions__left .title-section {
	margin-bottom: 2.344vw;
}
.questions__left {
	margin-right: 2.604vw;
}
.item-question {
	margin-bottom: 0.521vw;
	border-radius: 0.625vw;
	background: #fff;
}
.item-question__head {
	font-size: 1.25vw;
	padding: 1.25vw;
	gap: 1.25vw;
	line-height: 140%;
	color: #0D0A0B;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
.item-question__head i {
	width: 1.771vw;
	height: 1.771vw;
	font-size: 0.938vw;
	border-radius: 50%;
	color: #3F7D20;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
	background: #F8F9F6;
}
.item-question.active .item-question__head i:before {
	content: "\f068";
}
.item-question__content {
	font-size: 0.833vw;
	padding: 1.25vw;
	padding-top: 0;
	line-height: 140%;
	display: none;
}

.page-card__wrapper {
	padding-top: 5.469vw;
	padding-bottom: 1.823vw;
	background: linear-gradient(253.01deg, rgba(114, 176, 29, 0) 18.71%, rgba(114, 176, 29, 0.09) 97.8%), linear-gradient(75.47deg, rgba(114, 176, 29, 0) 66.45%, rgba(114, 176, 29, 0.1) 121.63%), #F8F9F6;
	border-radius: 0vw 0vw 2.5vw 2.5vw;
}
.billbord-card {
	min-height: 39.583vw;
	margin: 0 1.042vw;
	padding: 0.365vw 0.521vw;
	border-radius: 1.458vw;
	background-image: url(../img/billbord_card.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.billbord-card .breadcrumbs {
	display: inline-flex;
}
.page-card .fp-overflow {
	padding-top: 0;
}
.card-main {
	padding: 1.51vw 1.875vw;
	margin-top: -8.073vw;
	border-radius: 1.25vw;
	position: relative;
	z-index: 2;
	background: #fff;
}
.card-main__content {
	padding: 0.938vw;
}
.card-main__title {
	font-size: 2.083vw;
	margin-bottom: 2.083vw;
	line-height: 120%;
	font-weight: 500;
	color: #0D0A0B;
}
.tabs-page {
	gap: 0.313vw;
	margin-bottom: 0.313vw;
	display: flex;
	align-items: center;
}
.tabs-page a {
	padding: 0.521vw 1.667vw;
	border-radius: 5.208vw;
	font-size: 1.042vw;
	border: 0.052vw solid #454955;
	line-height: 140%;
	color: #454955;
	display: block;
	text-align: center;
	font-weight: 500;
	position: relative;
}
.tabs-page {
	transition: all 0.3s;
}
.tabs-page a::before {
	position: absolute;
	display: block;
	content: " ";
	top: -0.469vw;
	left: -0.469vw;
	right: -0.469vw;
	bottom: -2.708vw;
	border-radius: 1.25vw 1.25vw 0 0;
	background: #F8F9F6;
	z-index: -1;
	transition: all 0.3s;
	opacity: 0;
}
.tabs-page .active a::before {
	opacity: 1;
}
.tabs-page .active a {
	border-color: transparent;
}
.tabs-page .active {
	margin: 0 0.625vw;
}
.tab-container-page {
	padding: 1.563vw;
	font-size: 0.833vw;
	border-radius: 1.25vw;
	line-height: 160%;
	background: #F8F9F6;
	position: relative;
	z-index: 1;
}
.tab-pane-page {
	display: none;
}
.tab-pane-page:first-child {
	display: block;
}
.card-main .btn-main {
	width: 21.042vw;
	margin-top: 1.563vw;
}
.card-feature {
	padding: 1.25vw;
	font-size: 0.938vw;
	border-radius: 0.833vw;
	line-height: 140%;
	min-height: 100%;
	background: #F8F9F6;
}
.card-feature__title {
	font-size: 1.875vw;
	margin-bottom: 0.625vw;
	line-height: 140%;
	font-weight: 500;
	color: #0D0A0B;
}
sup {
	font-size: 60%;
	line-height: 0;
}
.card-features {
	gap: 0.625vw;
	display: grid;
	grid-template-columns: 1fr 1.3fr 1fr;
}
.slider-nav .slick-slide {
	padding: 0 0.26vw;
}
.slider-nav .slick-list {
	margin: 0 -0.26vw;
}
.slider-for__item {
	height: 21.667vw;
	border-radius: 1.25vw;
	display: block;
}
.slider-for__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 1.25vw;
}
.slider-for-wrap {
	position: relative;
	margin-top: 1.563vw;
}
.slider-for {
	margin-top: 0;
}
.slider-for__label {
	position: absolute;
	top: 0.833vw;
	right: 0.833vw;
	z-index: 5;
	width: 5vw;
	pointer-events: none;
}
.slider-for__label img {
	width: 100%;
	height: auto;
	display: block;
}
.slider-nav {
	padding: 0 3.125vw;
	margin-top: 0.99vw;
}
.slider-nav__item {
	height: 6.25vw;
	border-radius: 1.25vw;
	border: 0.104vw solid transparent;
	display: block;
	transition: all 0.3s;
}
.slider-nav__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 1.25vw;
}
.slick-current .slider-nav__item {
	border-color: #3F7D20;
}
.slider-nav .slick-prev {
	left: 0;
}
.slider-nav .slick-next {
	right: 0;
}
.slider-nav .slick-arrow {
	width: 2.5vw;
	height: 2.5vw;
	font-size: 1.25vw;
	background-color: #F8F9F6;
}
.card-labels {
	gap: 0.938vw;
	margin-top: 1.667vw;
	display: flex;
	align-items: center;
}
.card-labels__item {
	font-size: 1.354vw;
	padding: 0.625vw 1.667vw;
	border-radius: 1.25vw;
	line-height: 120%;
	font-weight: 500;
	color: #F8F9F6;
	background: linear-gradient(226.94deg, rgba(63, 125, 32, 0) -3.48%, rgba(63, 125, 32, 0.5) 100%), #454955;
	display: flex;
	align-items: center;
	flex-grow: 1;
}
.card-labels__item img {
	width: 5.208vw;
	height: auto;
	flex: none;
}
.fancybox-show-infobar .fancybox-infobar {
	display: block !important;
}

.parametrs {
	margin: 0 1.042vw;
	background: linear-gradient(68.67deg, rgba(114, 176, 29, 0) 62.79%, rgba(114, 176, 29, 0.15) 108.56%), #F8F9F6;
	border-radius: 1.25vw;
}
.title-big {
	font-size: 3.333vw;
	margin-bottom: 1.563vw;
	line-height: 120%;
	font-weight: 500;
	color: #0D0A0B;
}
.item-equipment {
	font-size: 0.833vw;
	line-height: 160%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 100%;
}
.item-equipment__image {
	height: 17.604vw;
	border-radius: 1.25vw;
	width: 100%;
	display: block;
}
.item-equipment__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 1.25vw;
}
.item-equipment__content {
	padding: 0.938vw 1.458vw 1.25vw;
	border-radius: 1.25vw;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex: 1;
	width: 100%;
}
.item-equipment__title {
	font-size: 1.6vw;
	margin-bottom: 0.833vw;
	line-height: 140%;
	color: #0D0A0B;
	width: 100%;
}
.item-equipment p {
	margin: 0;
}
.item-equipment__price {
	padding: 0.625vw;
	border-radius: 0.833vw;
	background: #F8F9F6;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-top: auto;
}
.item-equipment__text {
	padding-bottom: 0.833vw;
	width: 100%;
}
.price-main {
	font-size: 1.25vw;
	line-height: 140%;
	font-weight: 500;
	color: #0D0A0B;
}

.menu__list li {
	position: relative;
}
.menu__list li ul {
	padding: 0.521vw 0;
	width: 13.542vw;
	border-radius: 1.25vw;
	top: 100%;
	left: 0;
	position: absolute;
	background: #F8F9F6;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
	transform: translateY(0.521vw);
}
.menu__list li:hover>ul {
	visibility: visible;
	opacity: 1;
	transform: none;
}
body.menu-dropdown-open .menu .menu__list li ul {
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}
.menu__list li ul a {
	color: #0D0A0B;
}
.menu__list li ul li {
	padding: 0.417vw 0.781vw;
	position: relative;
}
.menu__list li ul li:last-child {
	margin-bottom: 0;
}
.menu__list li ul ul {
	top: 0;
	margin-left: 0.313vw;
	left: 100%;
}
.menu__list li ul ul::before {
	position: absolute;
	display: block;
	content: " ";
	width: 0.313vw;
	right: 100%;
	top: 0;
	height: 100%;
}
.menu__list li ul li i {
	position: absolute;
	top: 0;
	right: 0.781vw;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.menu-dropdown {
	padding: 1.8229vw 0;
	margin: 0.833vw;
	background: linear-gradient(68.67deg, rgba(114, 176, 29, 0) 62.79%, rgba(114, 176, 29, 0.15) 108.56%), #F8F9F6;
	border-radius: 1.25vw;
	width: 100%;
	position: absolute;
	display: none;
}
.menu-wrap {
	column-gap: 4.7vw;
	columns: 3;
}
.unit-menu {
	margin-bottom: 1.8vw;
	padding: 0px 0px 1.5625vw 3.125vw;
	border-left: 1px solid #babbb8;
	break-inside: avoid;
}
.navigation li {
	position: relative;
}
.navigation>li>ul>li {
	margin-bottom: 0.8333vw;
}
.navigation>li>a {
	font-size: 1.875vw;
	margin-bottom: 1.1458vw;
	line-height: 140%;
	display: block;
	font-weight: 500;
	color: #0D0A0B;
}
.navigation>li>ul>li.active>a {
	background: #F0F5ED;
	color: #3F7D20;
}
.navigation>li>ul>li>ul>li.active>a {
	color: #3F7D20;
}
.navigation>li>ul>li>a {
	font-size: 1.25vw;
	padding: 0.5208vw 0.625vw;
	line-height: 140%;
	color: #0D0A0B;
	background: #fff;
	display: block;
}
.navigation i {
	width: 1.25vw;
	height: 1.25vw;
	right: 0.625vw;
	top: 0.7813vw;
	cursor: pointer;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}
.navigation .active>i {
	transform: rotate(-180deg);
}
.navigation>li>ul>li>ul {
	padding-left: 0.7292vw;
	padding-top: 0.8333vw;
	display: none;
}
.navigation>li>ul>li>ul>li {
	margin-bottom: 0.7292vw;
	font-size: 1.0417vw;
	line-height: 140%;
}
.navigation>li>ul>li>ul>li:last-child {
	margin-bottom: 0;
}
.navigation>li>ul>li>ul>li a {
	color: #454955;
}
.navigation>li>ul>li>ul ul {
	padding: 0.625vw 0px 0.625vw 1.0417vw;
	font-size: 0.9375vw;
	margin-top: 0.7292vw;
	line-height: 140%;
	display: none;
	background: #F0F5ED;
}
.navigation>li>ul>li>ul ul li {
	margin-bottom: 0.625vw;
}
.navigation>li>ul>li>ul ul li:last-child {
	margin-bottom: 0;
}
.navigation>li>ul>li>ul>li i {
	top: 0;
	right: 0.781vw;
}
.unit-menu:nth-child(1) {
	margin-bottom: 5.2083vw;
}


.billbord-about {
	position: relative;
}
.billbord-about__main {
	min-height: 98vh;
	margin: 0.8333vw;
	padding-top: 6vw;
	color: #0D0A0B;
	margin-top: 0;
	background-image: url(../img/billbord_about.png);
	background-repeat: no-repeat;
	background-position: center bottom 1vw;
	background-size: contain;
	position: relative;
	z-index: 2;
}
.billbord-about::before {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: linear-gradient(253.01deg, rgba(114, 176, 29, 0) 18.71%, rgba(114, 176, 29, 0.09) 97.8%), linear-gradient(75.47deg, rgba(114, 176, 29, 0) 66.45%, rgba(114, 176, 29, 0.1) 121.63%), #F8F9F6;
	border-radius: 0px 0px 2.5vw 2.5vw;
}
.section.billbord-about .fp-overflow {
	padding-top: 0;
}
.billbord-about__content {
	max-width: 25.625vw;
	margin-top: 2vw;
	position: relative;
}
.billbord-about__title {
	font-size: 2.188vw;
	max-width: 16.927vw;
	margin-bottom: 1.042vw;
	line-height: 140%;
	text-transform: uppercase;
	font-weight: 500;
}
.billbord-about__descr {
	font-size: 1.25vw;
	line-height: 140%;
}
.billbord-about .breadcrumbs {
	backdrop-filter: blur(20px);
	background: rgba(255, 255, 255, 0.2);
	display: inline-flex;
}
.billbord-about__video {
	width: 8.854vw;
	height: 8.854vw;
	top: 0;
	margin-left: -2.604vw;
	left: 100%;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
}
.billbord-about__video svg {
	width: 3.229vw;
}
.billbord-about__video::before {
	position: absolute;
	display: block;
	content: " ";
	top: 1.198vw;
	left: 1.198vw;
	bottom: 1.198vw;
	right: 1.198vw;
	border: 1px solid #6ea030;
	border-radius: 50%;
}
.billbord-about__video::after {
	position: absolute;
	display: block;
	content: " ";
	top: 0.417vw;
	left: 0.417vw;
	right: 0.417vw;
	bottom: 0.417vw;
	background-image: url(../img/text_circle.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border-radius: 50%;
	animation: spin 10s linear infinite;
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.billbord-about__video svg {
	transition: all 0.3s;
}
.billbord-about__video:hover svg {
	transform: scale(1.1);
}

.history__content p {
	margin-bottom: 0.781vw;
}
.history__content p:last-child {
	margin-bottom: 0;
}
.history__content .title-section {
	margin-bottom: 2.083vw;
}
.history .slider-marquee {
	margin-bottom: 3.646vw;
}
.history__main {
	margin-bottom: 9vw;
	position: relative;
}
.history__slider .slick-track {
	display: flex !important;
}
.history__slider .slick-slide {
	height: inherit !important;
}
.history__image img {
	border-radius: 1.25vw;
	height: auto;
	width: 100%;
}
.item-history {
	position: absolute;
}
.item-history__content {
	padding: 0.833vw;
	width: 19.115vw;
	font-size: 0.729vw;
	border: 1px solid rgba(67, 85, 73, 0.3);
	border-radius: 1.25vw;
	line-height: 140%;
	box-shadow: 0.781vw 1.563vw 1.042vw 0 rgba(0, 0, 0, 0.1);
	background: #fff;
	z-index: 2;
	opacity: 0;
	transition: all 1s;
}
.item-history__image {
	height: 9.583vw;
	margin-bottom: 0.833vw;
	border-radius: 0.833vw;
	width: 100%;
}
.item-history__image img {
	width: 100%;
	height: 100%;
	border-radius: 0.833vw;
}
.item-history__title {
	font-size: 0.938vw;
	margin-bottom: 0.833vw;
	line-height: 140%;
	color: #000;
	font-weight: 500;
}
.item-history--1 {
	top: 4.948vw;
	left: -6.979vw;
	transform: rotate(11deg);
}
.item-history--2 {
	bottom: -7.552vw;
	left: 12.396vw;
	transform: rotate(-15deg);
}
.item-history--3 {
	top: -1.51vw;
	right: 1.771vw;
	transform: rotate(21deg);
}
.item-history--1 .item-history__content {
	transform: translateX(-10.417vw);
}
.item-history--2 .item-history__content {
	transform: translateY(2.083vw);
	transition-delay: 0.5s;
}
.item-history--3 .item-history__content {
	transition-delay: 0.8s;
	transform: translateY(-10.417vw);
}
.swiper-slide-active .item-history .item-history__content,
.section.active .item-history .item-history__content {
	opacity: 1;
	transform: none;
}

.timeline__main {
	padding: 4.375vw 0;
	margin: 0 1.042vw;
	background: linear-gradient(253.01deg, rgba(114, 176, 29, 0) 18.71%, rgba(114, 176, 29, 0.15) 97.8%), linear-gradient(68.67deg, rgba(114, 176, 29, 0) 62.79%, rgba(114, 176, 29, 0.15) 108.56%), #F8F9F6;
	border-radius: 1.25vw;
}
.item-timeline {
	height: 13.438vw;
	padding: 0.885vw 3.438vw;
	gap: 6.615vw;
	display: flex;
	align-items: center;
	background: #fff;
	opacity: 0;
	transform: translateY(1.563vw);
	transition: all 0.8s ease-out;
}
.item-timeline.is-visible {
	opacity: 1;
	transform: translateY(0);
}
.item-timeline__content {
	width: 22.5vw;
}
.item-timeline .title-middle {
	margin-bottom: 1.302vw;
}
.item-timeline__year {
	width: 8.385vw;
	height: 8.385vw;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #72B01D;
	border-radius: 50%;
}
.item-timeline__year .title-middle {
	color: #fff;
	margin: 0 !important;
}
.item-timeline:nth-child(even) {
	background: #F8F9F6;
	flex-direction: row-reverse;
	justify-content: flex-start;
}
.item-timeline:nth-child(even) .item-timeline__year {
	background: #3F7D20;
}
.timeline__wrap {
	position: relative;
	z-index: 1;
}
.timeline__wrap::before {
	position: absolute;
	display: block;
	content: " ";
	top: -0.99vw;
	bottom: -0.521vw;
	width: 29.844vw;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
	background-image: url(../img/timeline.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.etaps--about {
	background: linear-gradient(68.67deg, rgba(114, 176, 29, 0) 62.79%, rgba(114, 176, 29, 0.09) 108.56%), #F8F9F6;
}

.item-sertficat {
	height: 25.573vw;
	padding: 1.25vw;
	border-radius: 0.833vw;
	background: #F8F9F6;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	color: #fff;
	background: linear-gradient(230.94deg, rgba(63, 125, 32, 0) 8.56%, rgba(63, 125, 32, 0.5) 87.93%), #454955;
}
.item-sertficat__icon {
	width: 5vw;
	height: 5vw;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: auto;
	background: #9a9d98;
	flex: none;
}
.item-sertficat__icon img {
	width: 2.188vw;
	height: auto;
}
.item-sertficat__title {
	font-size: 1.5vw;
	margin-bottom: 0.833vw;
	font-weight: 500;
	line-height: 160%;
	display: block;
}
.item-sertficat__text {
	font-size: 0.833vw;
	line-height: 160%;
	font-weight: 500;
	display: block;
}
.about-sliders .title-section {
	margin-bottom: 2.083vw;
}
.about-sliders .slider-four {
	margin-bottom: 3.646vw;
}
.item-partner {
	height: 12.5vw;
	padding: 1.042vw;
	border-radius: 0.833vw;
	border: 1px solid #9a9d98;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-partner img {
	max-width: 100%;
	max-height: 100%;
}

.reviews {
	margin: 0 0.8333vw;
	background: linear-gradient(248.39deg, rgba(114, 176, 29, 0) 86.77%, rgba(114, 176, 29, 0.05) 111.35%), linear-gradient(75.47deg, rgba(114, 176, 29, 0) 66.45%, rgba(114, 176, 29, 0.05) 121.63%), #F8F9F6;
	border-radius: 1.25vw;
}
.reviews .title-section {
	margin-bottom: 2.0833vw;
}
.item-review {
	padding: 1.25vw;
	font-size: 0.8333vw;
	border-radius: 1.25vw 1.25vw 0 0;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 100%;
}
.item-review__head {
	gap: 1.0417vw;
	margin-bottom: 1.25vw;
	display: flex;
	align-items: flex-start;
	width: 100%;
}
.item-review__image {
	width: 3.6458vw;
	height: 3.6458vw;
	display: block;
	border-radius: 50%;
	overflow: hidden;
}
.item-review__image img {
	width: 100%;
	height: 100%;
}
.item-review .title-small {
	margin-bottom: 0.2083vw;
	color: #0D0A0B;
}
.item-review__text {
	padding-bottom: 1.25vw;
	width: 100%;
}
.item-review__bottom {
	padding-top: 1.25vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	width: 100%;
	border-top: 0.0521vw solid #F0F5ED;
}
.item-review .btn-main {
	font-size: 0.7292vw;
	height: 2.7083vw;
	padding: 0 1.25vw;
}
.rating {
	gap: 0.1042vw;
	display: flex;
	align-items: center;
}
.rating__item {
	color: #9a9d98;
	transition: all 0.3s;
}
.rating_1>.rating__item:nth-child(1) {
	color: #FFD52D;
}
.rating_2>.rating__item:nth-child(-n+2) {
	color: #FFD52D;
}
.rating_3>.rating__item:nth-child(-n+3) {
	color: #FFD52D;
}
.rating_4>.rating__item:nth-child(-n+4) {
	color: #FFD52D;
}
.rating_5>.rating__item:nth-child(-n+5) {
	color: #FFD52D;
}
.rating__item.active {
	color: #FFD52D;
}

.video-reviews {
	border-radius: 1.25vw;
	margin: 0 0.8333vw;
	background: linear-gradient(253.01deg, rgba(114, 176, 29, 0) 18.71%, rgba(114, 176, 29, 0.15) 97.8%), linear-gradient(68.67deg, rgba(114, 176, 29, 0) 62.79%, rgba(114, 176, 29, 0.15) 108.56%), #F8F9F6;
}
.video-review {
	display: block;
}
.video-review {
	padding: 1.25vw;
	border-radius: 1.25vw;
	background: #fff;
	display: block;
	overflow: hidden;
}
.video-review__image {
	height: 32.8125vw;
	margin-bottom: 1.4583vw;
	border-radius: 0.8333vw;
	position: relative;
	display: block;
}
.video-review__image img {
	width: 100%;
	height: 100%;
	border-radius: 0.8333vw;
	object-fit: cover;
}
.slider-three .slick-slide {
	padding: 0 2.6042vw;
}
.slider-three .slick-list {
	margin: 0 -2.6042vw;
}
.video-review__descr {
	margin-bottom: 0.1563vw;
	display: block;
	color: #454955;
}
.video-review__title {
	font-weight: 500;
	color: #0D0A0B;
	display: block;
}
.video-review__btn {
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 1;
}
.video-review__play {
	width: 4.8958vw;
	height: 4.8958vw;
	font-size: 1.9375vw;
	box-shadow: 0 0 0 0.781vw #fff;
	color: #fff;
	border-radius: 50%;
	background: #6EA030;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.video-reviews .slider-three {
	margin-bottom: 1vw;
}

.form-main--page .form-main__subtitle {
	font-size: 0.938vw;
	margin-bottom: 1.25vw;
	font-weight: 400;
	text-align: center;
}
.form-main--page .form-main__top {
	justify-content: center;
}
.form-main__inner {
	padding: 0 2.604vw;
}
.item-contact {
	font-size: 0.938vw;
	line-height: 140%;
	color: #0D0A0B;
}
.item-contact .title-small {
	font-weight: 400;
}
.item-contact a {
	color: inherit;
}
.item-contact+.item-contact,
.item-contact p {
	margin-top: 1.25vw;
}
.item-contact.item-contact--requisites .title-small {
	margin-bottom: 1.25vw;
}
.item-contact.item-contact--requisites p {
	margin: 0;
}
.item-contact.item-contact--requisites {
	max-width: 17.292vw;
}
.item-contact .socials-list {
	margin-top: 0.677vw;
}
#map {
	height: 31.25vw;
	margin: 0 0.833vw;
	border-radius: 1.458vw;
	margin-top: 1.146vw;
	overflow: hidden;
	background: linear-gradient(75.47deg, rgba(114, 176, 29, 0) 66.45%, rgba(114, 176, 29, 0.1) 121.63%), #F8F9F6;
}

.methods-main {
	padding: 1.771vw 0;
	margin: 0 0.833vw;
	background: linear-gradient(248.39deg, rgba(114, 176, 29, 0) 86.77%, rgba(114, 176, 29, 0.05) 111.35%), linear-gradient(75.47deg, rgba(114, 176, 29, 0) 66.45%, rgba(114, 176, 29, 0.05) 121.63%), #F8F9F6;
	border-radius: 1.25vw;
}
.methods-main__content {
	padding: 1.667vw;
	font-size: 0.938vw;
	border-radius: 1.25vw;
	line-height: 140%;
	background: #fff;
}
.methods-main .tabs a {
	border: 1px solid #454955;
}
.methods-main .tabs .active a {
	border-color: #72B01D;
	color: #72B01D;
	background: transparent;
}
.methods-main .title-middle {
	margin-bottom: 1.927vw;
}
.methods-main .tab-container ul li {
	padding-left: 2.5vw;
	margin-bottom: 1.0417vw;
	line-height: 140%;
	color: #454955;
	background-image: url(../img/li.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 1.25vw auto;
}
.guarantee .row.row--main,
.methods .row.row--main {
	margin-bottom: 0 !important;
}
.methods-main__image img {
	border-radius: 0.833vw;
	width: 100%;
	height: auto;
}
.item-method {
	padding: 2vw;
	border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	background: #F8F9F6;
}
.item-method .title-middle {
	margin-bottom: 1.875vw;
}
.guarantee .title-main {
	margin-bottom: 3vw;
}
.item-guarantee {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.item-guarantee__head {
	padding: 0.825vw 1.25vw;
	border-radius: 1.25vw;
	margin-bottom: 1.25vw;
	gap: 0.833vw;
	display: flex;
	align-items: center;
	color: #fff;
	width: 100%;
	background: linear-gradient(226.94deg, rgba(63, 125, 32, 0) -3.48%, rgba(63, 125, 32, 0.5) 100%), #454955;
}
.item-guarantee__head img {
	width: 6.719vw;
	height: auto;
	flex: none;
}
.item-guarantee__content {
	width: 100%;
	flex: 1;
	    padding: 2.5vw 2.25vw;
		line-height: 170%;
	background: #F8F9F6;
	border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
}

.item-document {
	gap: 1.042vw;
	padding: 0.833vw;
	padding-bottom: 1.042vw;
	border-radius: 0.833vw;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 100%;
	background: #F8F9F6;
}
.item-document .title-small {
	width: 100%;
	display: block;
}
.item-document__image {
	height: 33.333vw;
	width: 100%;
	display: block;
}
.item-document__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.item-document .btn-main {
	border-radius: 0.833vw;
	height: 3.333vw;
	font-size: 1.042vw;
	padding: 0 1.458vw;
	gap: 0.521vw;
	margin: 0 auto;
}
.page-documents .slick-arrow {
	background: #F8F9F6;
}
.about-contract__list li {
	padding: 1.25vw;
	font-size: 1vw;
	margin-bottom: 0.573vw;
	border-radius: 0.833vw;
	font-weight: 500;
	line-height: 160%;
	background: #F8F9F6;
}
.about-contract__image img {
	border-radius: 15.625vw 1.25vw 15.625vw 15.625vw;
	width: 100%;
	height: auto;
}

.team-main {
	padding: 1.823vw 0;
	margin: 0 0.833vw;
	background: linear-gradient(248.39deg, rgba(114, 176, 29, 0) 86.77%, rgba(114, 176, 29, 0.05) 111.35%), linear-gradient(75.47deg, rgba(114, 176, 29, 0) 66.45%, rgba(114, 176, 29, 0.05) 121.63%), #F8F9F6;
	border-radius: 1.25vw;
}
.item-team {
	padding: 1.042vw;
	gap: 1.25vw;
	font-size: 0.833vw;
	border-radius: 1.25vw;
	line-height: 140%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	background: #fff;
}
.item-team__image {
	height: 22.917vw;
	border-radius: 0.833vw;
	display: block;
	position: relative;
}
.item-team__image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.833vw;
    object-position: top center;
}
.item-team .title-small {
	margin-bottom: 0.625vw;
	font-weight: 400;
}
.item-team__descr {
	font-size: 0.938vw;
	margin-bottom: 1.042vw;
	line-height: 140%;
	font-weight: 500;
}
.item-team ul {
	padding-left: 1.042vw;
}
.item-team ul li {
	margin-bottom: 0.781vw;
	list-style-type: disc;
}
.item-team ul li::marker {
	font-size: 70%;
}
.item-team__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.item-team .btn-main {
	height: 2.708vw;
	padding: 0 1.25vw;
	font-size: 0.729vw;
	margin-top: auto;
}
.item-team__video {
	width: 4.479vw;
	height: 4.479vw;
	font-size: 1.25vw;
	box-shadow: 0 0 0 15px #fff;
	bottom: 0;
	right: 0;
	position: absolute;
	background: #6EA030;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 50%;
}

.page-portfolio .portfolio__main {
	margin-top: 0;
}
.page-portfolio .portfolio__top {
	margin-bottom: 1.406vw;
	gap: 4.479vw;
	display: flex;
	align-items: center;
}
.pager {
	height: 2.5vw;
	margin-top: 2.396vw;
	gap: 2.5vw;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.page-numbers {
	font-size: 0.833vw;
	font-weight: 500;
	color: #000;
	color: var(--main-color);
}
.page-numbers.current {
	color: #3F7D20;
}
.prev.page-numbers,
.next.page-numbers {
	font-size: 1.042vw;
	width: 2.5vw;
	height: 2.5vw;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.prev.page-numbers {
	left: 0px;
}
.next.page-numbers {
	right: 0px;
}
.switcher {
	font-size: 0.833vw;
	gap: 1.042vw;
	line-height: 160%;
	text-transform: uppercase;
	text-transform: uppercase;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.switcher__btn {
	width: 2.917vw;
	height: 1.458vw;
	border-radius: 60px;
	background: #d9d9d9;
	flex: none;
	position: relative;
}
.switcher__circle {
	width: 1.458vw;
	height: 1.458vw;
	border-radius: 50%;
	background: #758c40;
	top: 0;
	position: absolute;
	left: 0;
	transition: all 0.3s;
}
.switcher__title {
	transition: all 0.3s;
}
.switcher--map .switcher__circle {
	left: 28px1.458vw;
}
.switcher--map .switcher__title:last-child,
.switcher__title:first-child {
	color: #92af50;
}
.switcher--map .switcher__title:first-child {
	color: inherit;
}
.switcher-tab {
	display: none;
}
.switcher-tab:first-child {
	display: block;
}
.page-portfolio.fp-table {
	justify-content: flex-start;
}
.item-location {
	padding: 10px;
	gap: 16px;
	border-radius: 16px;
	font-size: 12px;
	line-height: 140%;
	font-weight: 400;
	background: #fff;
	display: flex;
	font-family: "Montserrat";
}
.ymaps-2-1-79-balloon__layout {
	border-radius: 16px;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.15);
}
.item-location__image {
	width: 149px;
	height: 128px;
	border-radius: 8px;
	flex: none;
	display: block;
}
.item-location__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}
.item-location__title {
	font-size: 16px;
	margin: 8px 0;
	display: block;
	line-height: 140%;
	font-weight: 500;
	color: #0D0A0B;
}
.item-location__content {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-width: 0;
}
.item-location .btn-main.item-location__btn {
	height: auto;
	min-height: 0;
	padding: 0.625vw 1.25vw;
	border-radius: 3.125vw;
	font-size: 0.7292vw;
	line-height: 140%;
	font-weight: 500;
	text-align: center;
	background: #72B01D;
	border: 1px solid #72B01D;
	color: #F8F9F6;
	margin-top: auto;
	align-self: flex-start;
	overflow: visible;
}
.item-location .btn-main.item-location__btn::before {
	display: none;
}
.switcher-tab--map .ymaps-2-1-79-balloon {
	box-shadow: none;
}
.switcher-tab--map .ymaps-2-1-79-balloon__content {
	padding: 0;
	margin: 0;
}

.card-portfolio__main,
.finished-projects__main {
	padding-top: 1.823vw;
	padding-bottom: 2.188vw;
	margin: 0 0.833vw;
	background: linear-gradient(68.67deg, rgba(114, 176, 29, 0) 62.79%, rgba(114, 176, 29, 0.15) 108.56%), linear-gradient(247.86deg, rgba(114, 176, 29, 0) 62.5%, rgba(114, 176, 29, 0.15) 104.68%), #F8F9F6;
	border-radius: 1.25vw;
}
.finished-projects .no-tabs {
	margin-bottom: 2.083vw;
}

.card-portfolio__content {
	padding: 1.875vw;
	border-radius: 1.25vw;
	background: #fff;
}
.card-portfolio__main .title-section {
	font-size: 2.083vw;
	margin-top: 1vw;
	margin-bottom: 2.292vw;
}
.property {
	margin-bottom: 1.458vw;
	line-height: 140%;
	font-weight: 500;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.property__title {
	font-size: 0.938vw;
}
.property__value {
	font-weight: 400;
	color: #0D0A0B;
	text-align: right;
}
.card-portfolio__content .btn-main {
	min-width: 19.01vw;
	margin-top: 0.5vw;
}
.card-portfolio__main .card-feature {
	background: #fff;
}
.card-layouts {
	border-radius: 1.25vw;
	border: 0.052vw solid #d9d9d9;
	position: relative;
}
.card-layouts__title {
	top: 0.833vw;
	left: 1.198vw;
	z-index: 2;
	color: #0D0A0B;
	position: absolute;
}
.slider-layouts:not(.slick-initialized)>*:not(:first-child) {
	display: none;
}
.slider-layouts__item {
	display: block;
}
.slider-layouts__item {
	height: 31.25vw;
	border-radius: 1.458vw;
	padding: 1.927vw 3.802vw;
	overflow: hidden;
	display: block;
}
.slider-layouts__item img {
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	width: auto;
}
.card-contacts #map {
	margin: 0;
}
.slider-layouts .slick-prev {
	left: -1.25vw;
}
.slider-layouts .slick-next {
	right: -1.25vw;
}
.slider-layouts .slick-arrow {
	background: #F8F9F6;
}

.card-about {
	margin: 0 0.833vw;
	border-radius: 1.25vw;
	background: linear-gradient(247.86deg, rgba(114, 176, 29, 0) 62.5%, rgba(114, 176, 29, 0.15) 104.68%), linear-gradient(68.67deg, rgba(114, 176, 29, 0) 62.79%, rgba(114, 176, 29, 0.15) 108.56%), #F8F9F6;
}
.card-about__content {
	padding: 2.104vw 3vw;
	border-radius: 1.25vw;
	position: relative;
	background: #fff;
}
.card-about__content p {
	margin-bottom: 1.042vw;
}
.card-about__content .title-middle {
	margin-bottom: 1.875vw;
}
.card-about__image {
	position: relative;
	z-index: 2;
}
.card-about__image img {
	width: 100%;
	border-radius: 0.833vw;
	height: auto;
}
.card-about__item:nth-child(even) .row {
	flex-direction: row-reverse;
}
.card-about__item:nth-child(even) .card-about__content {
	margin-left: -3.385vw;
	border-top-left-radius: 0;
}
.card-about__item:nth-child(even) .card-about__image {
	margin-right: 3.385vw;
}
.card-about__item:nth-child(odd) .card-about__content {
	margin-right: -0.781vw;
	border-bottom-right-radius: 0;
}
.card-about__item:nth-child(odd) .card-about__image {
	margin-left: 0.781vw;
}
.card-about__bg::after {
	position: absolute;
	display: block;
	content: " ";
	width: 2.083vw;
	height: 2.083vw;
	border-radius: 50%;
	background: #f8f9f6;
	bottom: -0.104vw;
	right: -2.031vw;
	z-index: 2;
}
.card-about__content::after {
	position: absolute;
	display: block;
	content: " ";
	width: 2.083vw;
	height: 2.083vw;
	border-radius: 50%;
	background: #fff;
	bottom: -0.625vw;
	right: -0.99vw;
}
.card-about__bg::before {
	position: absolute;
	display: block;
	content: " ";
	width: 2.083vw;
	height: 2.083vw;
	border-radius: 50%;
	background: #f8f9f6;
	bottom: -2.083vw;
	right: 2.865vw;
	z-index: 2;
}
.card-about__content::before {
	position: absolute;
	display: block;
	content: " ";
	width: 2.083vw;
	height: 2.083vw;
	border-radius: 50%;
	background: #fff;
	bottom: -0.885vw;
	right: 1.406vw;
}
.card-about__item:nth-child(even) .card-about__bg::before {
	bottom: -0.104vw;
	left: -2.031vw;
}
.card-about__item:nth-child(even) .card-about__content::before {
	bottom: -0.625vw;
	left: -0.313vw;
}
.card-about__item:nth-child(even) .card-about__bg::after {
	bottom: -2.135vw;
	left: 2.865vw;
}
.card-about__item:nth-child(even) .card-about__content::after {
	bottom: -0.99vw;
	left: 1.563vw;
}
.card-about__item:last-child .card-about__content::before,
.card-about__item:last-child .card-about__content::after,
.card-about__item:last-child .card-about__bg::before,
.card-about__item:last-child .card-about__bg::after {
	display: none;
}

.news__main {
	padding-top: 1.823vw;
	padding-bottom: 3.021vw;
	margin: 0 0.833vw;
	background: linear-gradient(248.39deg, rgba(114, 176, 29, 0) 86.77%, rgba(114, 176, 29, 0.05) 111.35%), linear-gradient(75.47deg, rgba(114, 176, 29, 0) 66.45%, rgba(114, 176, 29, 0.05) 121.63%), #F8F9F6;
	border-radius: 1.25vw;
}
.item-news {
	font-size: 0.833vw;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	min-height: 100%;
	color: #454955;
}
.item-news__image {
	height: 20.313vw;
	border-radius: 1.25vw;
	width: 100%;
	overflow: hidden;
	display: block;
}
.item-news__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 1.25vw;
	transition: all 2s;
}
.item-news__content {
	padding: 0.938vw 1.458vw 1.25vw;
	border-radius: 1.25vw;
	background: #fff;
	flex: 1;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.item-news__author {
	margin-top: auto;
	padding-top: 0.833vw;
}
.post-author {
	display: flex;
	align-items: center;
	gap: 0.625vw;
	min-width: 0;
}
.post-author__photo {
	width: 2.083vw;
	height: 2.083vw;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
	display: block;
}
.post-author__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.post-author__info {
	display: flex;
	flex-direction: column;
	gap: 0.104vw;
	min-width: 0;
}
.post-author__name {
	font-size: 0.729vw;
	line-height: 140%;
	font-weight: 500;
	color: #0D0A0B;
	display: block;
}
.post-author__role {
	font-size: 0.625vw;
	line-height: 140%;
	color: #454955;
	display: block;
}
.post-author--single .post-author__photo {
	width: 2.5vw;
	height: 2.5vw;
}
.post-author--single .post-author__name {
	font-size: 0.833vw;
}
.post-author--single .post-author__role {
	font-size: 0.729vw;
}
.item-news__date {
	padding-bottom: 0.625vw;
	margin-bottom: 0.833vw;
	line-height: 140%;
	display: block;
	width: 100%;
	border-bottom: 1px #F0F5ED solid;
}
.item-news__title {
	font-size: 1.25vw;
	margin-bottom: 0.833vw;
	line-height: 140%;
	transition: all 0.3s;
	color: #0D0A0B;
	display: block;
}
.item-news__text {
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news__main .row--main>div {
	display: flex;
}

.article {
	padding-bottom: 3.021vw;
}
.article__image {
	border-radius: 1.25vw;
	width: 100%;
	height: 20.313vw;
	overflow: hidden;
	margin-bottom: 1.667vw;
	display: block;
}
.article__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 1.25vw;
	display: block;
}
.article__news {
	padding-left: 3.906vw;
}
.article__news .item-news {
	margin-bottom: 1.25vw;
	min-height: initial;
}
.article__content {
	font-size: 0.833vw;
	padding-bottom: 3vw;
	line-height: 160%;
}
.article__content strong {
	font-weight: 500;
}
.article__content h1 {
	font-size: 2.5vw;
	padding-bottom: 1.25vw;
	margin-bottom: 0.833vw;
	line-height: 120%;
	font-weight: 500;
	color: #0D0A0B;
}
.article__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.042vw;
	padding-bottom: 1.042vw;
	margin-bottom: 1.042vw;
	border-bottom: 1px solid #F0F5ED;
}
.article__meta .article__date {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
	flex-shrink: 0;
	white-space: nowrap;
}
.article__content ul {
	padding-left: 1.042vw;
}
.article__content ul li {
	list-style-type: disc;
}
.article__content p,
.article__content li {
	margin-bottom: 1.042vw;
}
.article__content p:last-child,
.article__content li:last-child {
	margin-bottom: 0;
}
.article__content blockquote {
	border-radius: 0.833vw;
	padding: 1.875vw;
	margin: 1.667vw 0;
	font-weight: 500;
	background: #F8F9F6;
}
.article__content blockquote p {
	margin: 0;
}
.article__content h2 {
	font-size: 1.25vw;
	margin-top: 1.667vw;
	margin-bottom: 0.729vw;
	line-height: 140%;
	color: #0D0A0B;
}
.article__content img {
	border-radius: 1.25vw;
	margin-right: 1.823vw;
	width: 37.969vw;
	float: left;
	max-width: 100%;
	height: auto;
}
.article__content .article__image img {
	margin-right: 0;
	width: 100%;
	float: none;
	height: 100%;
	object-fit: cover;
}
.article__date {
	padding-top: 0.938vw;
	padding-bottom: 0.625vw;
	margin-bottom: 0.833vw;
	border-bottom: 1px #F0F5ED solid;
}
.item-service__content {
	margin-top: auto;
}
.consultation .col-md-5 .btn-main,
.consultation .col-md-7 .item-form textarea {
	height: 3.542vw;
}


/*quiz*/
.about-sliders .slider-five {
	padding-bottom: 4vw;
	margin-bottom: 2vw;
}

.about-sliders .slider-five .slick-dots {
	bottom: -1.15vw;
}
.methods-main__inner {
	padding-top: 3vw;
}
.methods-main__content .tabs {
	margin-bottom: -5vw;
	position: relative;
	z-index: 2;
}
.methods-main__content .tab-container {
	padding-top: 0;
}
.item-guarantee__head {
	transition: all 0.8s;
}
.about-contract__list li {
	transition: all 0.3s;
}
.switcher--map .switcher__circle {
	left: 1.458vw;
}
.portfolio__top {
	position: relative;
	justify-content: center;
}
.portfolio__top .switcher {
	position: absolute;
	top: 0;
	left: 0;
}
.page-portfolio .tabs li a {
	background: #72B01D;
	border-color: #72B01D;
	color: #F8F9F6;
}
.page-portfolio .tabs li.active a {
	color: #454955;
	background: #fff;
}
.menu-wrap__close+.unit-menu {
	min-height: 23vw;
}
.item-history__content {
	transition-duration: 1.6s;
}
.item-history--1 .item-history__content {
	transition-delay: 0.4s;
}
.item-history--2 .item-history__content {
	transition-delay: 0.9s;
}
.item-history--3 .item-history__content {
	transition-delay: 1.4s;
}

.quiz__head {
	gap: 5px;
	margin-bottom: 50px;
	display: flex;
	position: relative;
}
.quiz__title {
	font-weight: 700;
	padding-bottom: 35px;
	color: transparent;
	flex: 1;
	border-bottom: 10px solid rgba(214, 214, 214, 0.4);
	pointer-events: none;
}
.quiz__title span {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.quiz__title.current span {
	visibility: visible;
	opacity: 1;
}
.quiz__title.active {
	color: #0D0A0B;
	border-color: #72B01D;
	pointer-events: initial;
}
.quiz__subtitle {
	font-size: 140%;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #0D0A0B;
}
.quiz__elements {
	gap: 20px;
	display: flex;
}
.item-quiz {
	flex: 1;
}
.item-quiz__unit {
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	display: block;
	cursor: pointer;
	transition: all 0.3s;
}
.item-quiz__image {
	height: 10vw;
	width: 100%;
	display: block;
}
.item-quiz__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.item-quiz__head {
	padding: 20px;
	gap: 10px;
	font-size: 80%;
	line-height: 140%;
	font-weight: 500;
	justify-content: center;
	display: flex;
	align-items: center;
}
.item-quiz__circle {
	width: 30px;
	height: 30px;
	flex: none;
	border: 3px solid rgba(214, 214, 214, 0.4);
	background: rgba(214, 214, 214, 0.4);
	border-radius: 50%;
	display: block;
}
.item-quiz input:checked+.item-quiz__unit {
	background: #72B01D;
	color: #fff;
}
.item-quiz input:checked+.item-quiz__unit .item-quiz__circle {
	border-color: #fff;
	background: transparent;
}
.item-quiz__unit:hover {
	background: #eee;
}
.quiz__range-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.quiz__range input {
	height: 35px;
	-webkit-appearance: none;
	width: 100%;
}
.quiz__range input[type=range]:focus {
	border-color: transparent;
	outline: none
}
.quiz__range input[type=range]::-webkit-slider-runnable-track {
	background: rgba(214, 214, 214, 0.4);
	height: 10px;
}
.quiz__range input[type=range]::-webkit-slider-thumb {
	pointer-events: all;
	-webkit-appearance: none;
	background-image: none;
	background: #72B01D;
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.5);
	border: none;
	border-radius: 50%;
	cursor: pointer;
	height: 30px;
	margin-top: -7px;
	transition: transform 0.1s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s;
	width: 30px;
}

.quiz__range input[type=range]::-webkit-slider-thumb {
	pointer-events: all;
	-webkit-appearance: none;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
	margin-top: -10px
}
.quiz__range input[type=range]::-moz-focus-outer {
	border: 0 !important;
	outline: none !important
}
.quiz__range input[type=range]::-moz-range-track {
	background: rgba(214, 214, 214, 0.4);
	border: none;
	height: 10px;
}
.quiz__range input[type=range]::-moz-range-thumb {
	background: #72B01D;
	border-radius: 50%;
	border: none;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	height: 30px;
	pointer-events: all;
	transform: translateY(2px);
	width: 30px;
	-moz-transition: transform 0.1s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s
}
.quiz__range input[type=range]::-moz-range-thumb:hover {
	box-shadow: 0 0 0 10px rgba(0, 0, 0, .05)
}
.quiz__range input[type=range]::-webkit-slider-thumb:hover {
	box-shadow: 0 0 0 10px rgba(0, 0, 0, .05)
}
.quiz__range-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.quiz__range-bottom input {
	font-size: 120%;
	background: none !important;
	border-radius: 0;
	border: none !important;
	box-sizing: content-box;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 85px !important;
}
.quiz__range {
	margin-top: 30px;
}
.quiz__range-title {
	font-weight: 500;
	margin-bottom: 10px;
	color: #212121;
}
.hint {
	font-size: 18px;
	color: #bababa;
	position: relative;
}
/* Сам блок тултипа */
.custom-tooltip {
	position: absolute;
	bottom: 125%;
	right: -10px;
	background-color: #333;
	color: #fff;
	padding: 8px 12px;
	border-radius: 6px;
	font-size: 11px;
	line-height: 1.2;
	width: 140px;
	font-weight: 400;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Треугольничек снизу */
.custom-tooltip::after {
	content: "";
	position: absolute;
	top: 100%;
	right: 15px;
	border-width: 5px;
	border-style: solid;
	border-color: #333 transparent transparent transparent;
}

/* Показываем при наведении */
.hint:hover .custom-tooltip {
	opacity: 1;
	visibility: visible;
}
.quiz__result {
	font-weight: 500;
	color: #212121;
}
.quiz__result strong {
	font-size: 160%;
	color: #72B01D;
	font-weight: 600;
}
.quiz__result sup {
	font-size: 60%;
	line-height: 0;
}
.quiz__buttons {
	padding-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.quiz__buttons .btn-main {
	padding: 0 3vw;
}
.hidden {
	display: none !important;
}
.btn-main--next {
	margin-left: auto;
}
.item-check__unit {
	padding: 20px;
	display: flex;
	gap: 10px;
	color: #000;
	font-weight: 500;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
	border: 1px solid #72B01D;
}
.item-check__image {
	width: 4vw;
	height: 4vw;
}
.item-check__image img {
	width: 100%;
	height: auto;
}
.item-check {
	flex: 1;
}
.item-check__icon {
	width: 30px;
	height: 30px;
	background: rgba(214, 214, 214, 0.4);
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	transition: all 0.3s;
}
.item-check__icon i {
	opacity: 0;
	transition: all 0.3s;
}
.item-check input:checked+.item-check__unit .item-check__icon {
	background: #72B01D;
}
.item-check input:checked+.item-check__unit .item-check__icon i {
	opacity: 1;
}
.item-check__unit:hover {
	box-shadow: 0 0 0 4px #72B01D;
}
.quiz .btn-main {
	gap: 8px;
}
.file-upload label,
.item-form.item-form--page input,
.item-form.item-form--page textarea,
.item-form.item-form--page select {
	background: #f5f8f9 !important;
	color: #454955;
}
.quiz .btn-main input {
	width: 100%;
}
.btn-main--quiz {
	width: 50%;
	margin-top: 15px;
}
.about-complectation__grid {
	gap: 25px;
	line-height: 170%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.quiz__pane {
	display: none;
}
.quiz__pane:first-child {
	display: block;
}
.modal-block {
	display: none;
}
#modal-quiz {
	width: 90vw;
}


/**/
.item-service__list span {
	padding: 0.625vw 1.25vw;
	border-radius: 3.125vw;
	backdrop-filter: blur(1.0417vw);
	background: rgba(255, 255, 255, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #0D0A0B;
}


/* Обёртка блока соцсетей */
.radio-socials {
	margin-bottom: 24px;
	/* подставьте отступ из макета */
}

/* Убираем лишний отступ у p */
.radio-socials>p {
	margin: 0;
}

/* Делаем три колонки */
.radio-socials .radio-socials__field {
	display: flex;
	/* можно column-gap, тут нет .row, ваше правило не нарушаем */
	column-gap: 16px;
	/* по макету */
}

.radio-socials .wpcf7-list-item {
	margin: 0;
	padding: 0;
	flex: 1 1 0;
}

.radio-socials .wpcf7-list-item label {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
}

.radio-socials input[type="radio"] {
	position: absolute;
	top: 0;
	left: 50%;
	width: 48px;
	height: 48px;
	margin: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 2;
	transform: translateX(-50%);
}

/* Сам «кружок» / «кнопка» соцсети — в span, без ::before */
.radio-socials .wpcf7-list-item-label {
	display: block;
	width: 48px;
	/* ширина иконки по макету */
	height: 48px;
	/* высота иконки по макету */
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	/* прячем текст tg/wp/max */
	overflow: hidden;
	pointer-events: none;
}

/* 1‑й пункт — TG */
.radio-socials .radio-socials__field .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label {
	background-image: url("../img/tg.svg");
}

/* 2‑й пункт — WP/WhatsApp и т.п. */
.radio-socials .radio-socials__field .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label {
	background-image: url("../img/wp.svg");
}

/* 3‑й пункт — Max */
.radio-socials .radio-socials__field .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label {
	background-image: url("../img/max.svg");
}

/* Ховер */
.radio-socials .wpcf7-list-item label:hover .wpcf7-list-item-label {
	transform: translateY(-2px);
	transition: transform 0.2s ease;
}

/* Активное (выбранное) состояние */
.radio-socials input[type="radio"]:checked+.wpcf7-list-item-label {
	box-shadow: 0 0 0 2px #000;
	/* подмените цвет/толщину по макету */
	border-radius: 999px;
	/* если иконка круглая */
}


.cookies-modal {
	display: none;
	position: fixed;
	z-index: 1000000000;
	bottom: 0px;
	left: 0px;
	transform: translateX(-50%);
	margin: 0px -50% 15px 50%;
	padding: 9px 43px 9px 14px;
	font-size: 12px;
	font-family: Dodo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 500;
	text-align: left;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.95);
	pointer-events: auto;
	max-width: 1280px;
	box-shadow: rgba(6, 5, 50, 0.1) 0px 6px 20px;
	color: #5c5c5c;
}

.cookies-modal a {
	text-decoration: none;
	cursor: pointer;
	outline: none;
	font-family: Dodo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 600;
	color: #72b01d;
}

.cookies-modal .cookie-policy-button {
	margin: 0px;
	padding: 0px;
	background: none;
	border: none;
	font: inherit;
	cursor: pointer;
	position: absolute;
	top: 9px;
	right: 7px;
	display: inline-block;
	width: 28px;
	color: rgb(92, 99, 112);
	text-align: center;
}

.cookies-modal .cookies-btns {
	display: flex;
	margin-left: auto;
	margin-right: 0;
	width: max-content;
}

.cookies-modal .cookies-btns .cookies-btn {
	border: 1px solid #72b01d;
	color: #72b01d;
	padding: 5px 10px;
	margin-left: 10px;
	border-radius: 10px;
	cursor: pointer;
	transition: .3s;
}

.cookies-modal .cookies-btns .cookies-btn.yes-cookie {
	margin-left: 0px;
	color: #fff;
	background-color: #72b01d;
}

.cookies-modal .cookies-btns .cookies-btn:hover {
	opacity: 0.8;
}


form .btn-main {
	cursor: pointer;
}

div.wpcf7-validation-errors {
	border: 0px;
	font-size: 0px;
	opacity: 0;
	position: absolute;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 14px !important;
	font-weight: normal;
	display: block;
	position: relative;
	top: -10px;
	display: none !important;
}


input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.input-form.wpcf7-not-valid,
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.input-form.wpcf7-not-valid {
	border: 1px solid #ffb400 !important;
	background-color: #ccc;
}


form .wpcf7-response-output {
	display: none !important;
}
div.wpcf7-mail-sent-ok {
	font-size: 0px;
	border: 0px !important;
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 17px;
}

img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.file-upload {
	margin-bottom: 15px;
}

.modal-block {
	display: none;
	/* padding: 0; */
	background: transparent;
}
.modal-wrap {
	padding: 2.19vw;
	width: 31.25vw;
	border-radius: 0.83vw;
	/* color: #fff; */
	max-width: 100%;
}
.modal-review {
	padding: 2.19vw;
	width: 31.25vw;
	border-radius: 0.83vw;
	background: #fff;
	color: #0D0A0B;
	max-width: 100%;
}
.descr-modal {
	margin-bottom: 2.19vw;
	font-weight: 500;
	text-align: center;
	color: rgba(255, 255, 255, 0.72);
}
.modal-wrap .title-small {
	margin-top: 1.35vw;
	margin-bottom: 0.83vw;
	color: #fff;
}
.modal-wrap .item-form {
	margin-bottom: 0.83vw;
}
.modal-wrap .title-section {
	margin-bottom: 1.04vw;
	color: #fff;
	text-align: center;
}
.modal-wrap .btn-main {
	width: 100%;
}
.modal-wrap .row>div {
	padding: 0 8px;
}
.modal-wrap .row {
	margin: 0 -8px;
}

.item-review .item-review__text {
	/* 1. Основная магия line-clamp */
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: auto;
	line-height: 1.5;
	word-break: break-word;
	padding: 0;
}

.card-layouts__title {
	position: relative;
}

.portfolio__main .tabs li.active>a {
	background: #72B01D;
	border-color: #72B01D;
	color: #F8F9F6;
	text-decoration: underline;
}

.modal-block:not(.modal-quiz) .fancybox-button svg path {
	fill: rgb(255 255 255) !important;
}

.modal-quiz {
	background: #fff;
}

.page-mockup {
	margin: 0 0.8333vw;
	margin-bottom: 0.625vw;
	border-radius: 1.25vw;
	background: linear-gradient(248.39deg, rgba(114, 176, 29, 0) 86.77%, rgba(114, 176, 29, 0.1) 111.35%), linear-gradient(75.47deg, rgba(114, 176, 29, 0) 66.45%, rgba(114, 176, 29, 0.1) 121.63%), #F8F9F6;
}
.content-mockup {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 1.042vw 0 5.208vw;
	min-height: 38vw;
}
.page-mockup .title-section {
	margin-bottom: 1.458vw;
}
.page-mockup .title-middle {
	max-width: 20.573vw;
}
.content-mockup .btn-main {
	margin-top: 4.948vw;
}
.page-mockup_error .title-middle {
	max-width: 29.219vw;
}
.page-mockup_thanks {
	padding-bottom: 0.625vw;
	height: 100%;
}
.page-mockup_thanks .page-mockup__card {
	padding: 2.083vw 2.604vw 0;
	border-radius: 1.25vw;
	background: #fff;
	box-shadow: 0 0.417vw 2.083vw rgba(13, 10, 11, 0.06);
}
.page-mockup_thanks .content-mockup {
	min-height: initial;
	padding: 0;
}
.page-mockup_thanks .title-section {
	margin-bottom: 1.042vw;
}
.page-mockup_thanks .title-middle {
	max-width: 28.646vw;
	color: #454955;
	font-weight: 400;
}
.page-mockup_thanks .content-mockup .btn-main {
	margin-top: 2.604vw;
}
.page-mockup__flipper {
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-mockup__flipper img {
	width: 22.917vw;
	height: 22.917vw;
	object-fit: contain;
	display: block;
}

form .quiz-row {
	margin-bottom: 20px;
}
form>.col-12 {
	padding: 0;
}

.item-card__descrip {
	color: #000;
}

.tab-pane-page p {
	margin-bottom: 15px;
}
html[lang] {
	margin-top: 0 !important;
}
.offers .title-section,
.about-service .title-main {
	margin-bottom: 3vw;
}
/* .advantages__head .title-section br,
.etaps .title-section br {
	display: none;
} */
.questions__left {
	padding-bottom: 4vw;
}
.form-main .radio-socials {
	margin: 1vw 0;
}
.questions .form-main {
	position: sticky;
	top: 1.5vw;
}
.slick-dots-hover {
	display: none;
}
.item-card__slider .slick-arrow {
	background: #fff;
	width: 2.5vw;
	height: 2.5vw;
	font-size: 1vw;
}
.item-card__slider .slick-prev {
	left: 1vw;
}
.item-card__slider .slick-next {
	right: 1vw;
}

.consultation__main {
	margin-top: 0;
	width: 100%;
}
.consultation .fp-overflow {
	padding-top: 3vw;
}
.section.footer .fp-overflow {
	padding-top: 0;
}
/* .advantages__head {
	top: 10vw;
} */

.steps {
	justify-content: flex-start;
}
.billbord-service ~ .consultation--page .title-section,
.page-card ~ .consultation--page .title-section {
    font-size: 2.2vw;
    margin-right: -2vw;
}

.services-title {
    margin-bottom: 30px;
}

.services-title h1 {
    font-size: 36px;
    font-weight: 600;
    color: #333;
}

.footer__link {
  text-decoration: none;
  color: inherit;
}

a.footer__link .footer__title {
	border-bottom: 1px solid transparent;
}

/* Scrollbar for card-about__content */
.card-about__content {
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
}

@media (min-width: 1201px) {
	/* Отступ снизу, чтобы последний блок длинного слайда не прилипал к краю */
	.swiper-fullpage .swiper-slide .container:last-child {
		padding-bottom: 3vw;
	}

	.card-about.section.swiper-slide .card-about__image {
		height: auto;
	}

	.card-about.section.swiper-slide .card-about__image img {
		height: auto;
		object-fit: contain;
	}

	/* Вертикальное центрирование контента слайда.
	   Auto-margins вместо justify-content: center — при переполнении
	   margins схлопываются в 0 и работает overflow-y: auto слайда. */
	.swiper-fullpage .swiper-slide.section:not(.section--top) {
		display: flex;
		flex-direction: column;
		padding-bottom: 2vw;
	}
	.swiper-fullpage .swiper-slide.section:not(.section--top) > * {
		flex-shrink: 0;
	}
	.swiper-fullpage .swiper-slide.section:not(.section--top) > :first-child {
		margin-top: auto;
	}
	.swiper-fullpage .swiper-slide.section:not(.section--top) > :last-child {
		margin-bottom: auto;
	}

	/* Hero: центрирование баннера по вертикали; при нехватке высоты
	   margins схлопываются в 0 и работает overflow-y: auto слайда. */
	.swiper-fullpage .swiper-slide.section--top {
		display: flex;
		flex-direction: column;
	}
	.swiper-fullpage .swiper-slide.section--top > .billbord {
		margin-top: auto;
		margin-bottom: auto;
	}
}

@media (min-width: 1201px) and (max-width: 1800px) {
	.slider-billbord__item,
	.billbord__main {
		min-height: 41.188vw;
	}
}

@media (min-width: 1801px) {
	/* Здесь min-height баннера 37.188vw, а фото выше (рисуется в натуральной
	   пропорции), поэтому опускаем кнопки и плашку к реальному низу фото:
	   +4vw — разница с эталонными 41.188vw. */
	.billbord__buttons {
		bottom: -4vw;
	}
	.billbord__guarantee {
		bottom: -2.7vw;
	}
}

.card-about__content::-webkit-scrollbar,
.about-service__content::-webkit-scrollbar {
	width: 6px;
}

.card-about__content::-webkit-scrollbar-track,
.about-service__content::-webkit-scrollbar-track {
	background: #F8F9F6;
	border-radius: 10px;
}

.card-about__content::-webkit-scrollbar-thumb,
.about-service__content::-webkit-scrollbar-thumb {
	background: #72B01D;
	border-radius: 10px;
}

.about-service__content {
	max-height: 530px;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
}

.card-about__item {
	margin-bottom: 2.5vw;
}

.card-about__item:last-child {
	margin-bottom: 0;
}

.card-about__image {
	height: 400px;
	pointer-events: none;
}

.card-about__item .row > .col-lg-6:nth-child(2) {
	pointer-events: none;
}

@media (min-width: 992px) {
	.card-about__item:nth-child(even) .card-about__content {
		direction: rtl;
	}
	.card-about__item:nth-child(even) .card-about__content > * {
		direction: ltr;
	}
}

.card-about__image img {
	height: 100%;
	object-fit: cover;
}

 .advantages__head .title-section {
	margin-bottom: 3vw;
 }

 .billbord-service__title,
 .billbord-service__list {
		/* background: #f6f8f2; */

    border-radius: 20px;
 }
 .billbord-service__list li {
	margin-left: 20px;
 }

 .section {
	height: 100vh;
	    padding-top: 5vw;
		position: relative;
	overflow-y: auto;
}
.section {
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.section::-webkit-scrollbar {
    display: none;
}
.billbord__title {
	font-size: 9vw;
}
.footer {
	height: auto;
}

 
.swiper-fullpage {
  width: 100%;
  height: 100vh; /* Занимает ровно весь экран */
}

.swiper-slide {
  height: 100%; /* Обычные слайды равны высоте экрана */
  box-sizing: border-box;
}

/* Фикс для длинного слайда: скролл внутри слайда с видимым скроллбаром */
.swiper-slide {
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: #72B01D #F8F9F6;
}
.swiper-slide::-webkit-scrollbar {
	width: 6px;
}
.swiper-slide::-webkit-scrollbar-track {
	background: #F8F9F6;
	border-radius: 10px;
}
.swiper-slide::-webkit-scrollbar-thumb {
	background: #72B01D;
	border-radius: 10px;
}
.swiper-slide.section {
	transform: scale(0.8);
}
.swiper-slide.section.swiper-slide-active {
	transform: scale(1);
}
.swiper-vertical>.swiper-scrollbar {
	width: 5px;
	background: rgba(0, 0, 0, .2);
}
.swiper-scrollbar-drag {
    background: rgba(0, 0, 0, .7);
}
.advantages__head {
	position: relative;
	top: 0;
}
.advantages > .container {
	top: 3vw;
	position: sticky;
}
.item-accordion.item-accordion--fake {
	display: none !important;
}
.item-accordion:first-child {
	margin-top: 0;
}
.billbord__title {
    top: -3.2188vw;
}
html {
	overflow: hidden;
}
.section.billbord-service  {
	padding-top: 0;
}

.row-cards-slider .unit-card__image img {
	transition: all 1.5s;
	opacity: 1 !important;
}
.row-cards-slider .unit-card__image {
	overflow: hidden;
}
.row-cards-slider .unit-card:hover .unit-card__image img {
	transform: scale(1.07);
}
.open-footer-content i {
	display: none;
}
.item-form input[name="your-title"],
.item-form textarea[name="your-title"] {
    background: linear-gradient(180deg, rgba(248, 249, 246, 0) 150%, #F8F9F6 257.41%), #72B01D;
	color: #fff;
}