body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img,
abbr {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ul li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

legend {
	color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

img {
	max-width: 100%;
	height: auto;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Chrome/Safari/Opera */
	/* Konqueror */
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
}

.container {
	max-width: 1600px;
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
}

::-webkit-input-placeholder {
	color: rgba(2, 26, 13, 0.4);
}

:-ms-input-placeholder {
	color: rgba(2, 26, 13, 0.4);
}

::placeholder {
	color: rgba(2, 26, 13, 0.4);
}

::selection {
	background-color: rgba(0, 196, 102, 0.3);
	color: #021a0d;
}

@font-face {
	font-family: "GraphikLCG";
	src: url("../fonts/GraphikLCG-Regular.eot");
	src: url("../fonts/GraphikLCG-Regular.eot?#iefix")
	format("embedded-opentype"),
	url("../fonts/GraphikLCG-Regular.woff2") format("woff2"),
	url("../fonts/GraphikLCG-Regular.woff") format("woff"),
	url("../fonts/GraphikLCG-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "GraphikLCG";
	src: url("../fonts/GraphikLCG-Medium.eot");
	src: url("../fonts/GraphikLCG-Medium.eot?#iefix")
	format("embedded-opentype"),
	url("../fonts/GraphikLCG-Medium.woff2") format("woff2"),
	url("../fonts/GraphikLCG-Medium.woff") format("woff"),
	url("../fonts/GraphikLCG-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

html,
body {
	overflow-x: hidden;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "GraphikLCG", sans-serif;
	font-size: 17px;
	line-height: 1.5;
	font-weight: 400;
	color: #021a0d;
	background-color: #f0f2f0;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	min-width: 375px;
	letter-spacing: -0.01em;
}

main {
	min-height: 100vh;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

/* Наследуем шрифты для инпутов и кнопок */

input,
button,
textarea,
select {
	font: inherit;
}

textarea {
	resize: none;
}

strong,
b {
	font-weight: 500;
}

button {
	border: none;
	cursor: pointer;
}

/* Служебные классы */

.h2 {
	font-size: 36px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: -0.03em;
}

.accent {
	color: #00c466;
}

.c-b40 {
	color: rgba(2, 26, 13, 0.4) !important;
}

.c-w40 {
	color: rgba(255, 255, 255, 0.4) !important;
}

.d-flex {
	display: flex !important;
}

.f-column {
	flex-direction: column;
}

.align-center {
	align-items: center;
}

.justify-center {
	justify-content: center;
}

.flex-wrap {
	flex-wrap: wrap;
}

.mt-auto {
	margin-top: auto;
}

.ml-auto {
	margin-left: auto;
}

.d-none {
	display: none;
}

.fixed {
	position: fixed;
	top: 0;
}

.overflow {
	overflow: hidden;
}

.w-100 {
	width: 100% !important;
}

.h-100 {
	height: 100%;
}

.h-100vh {
	height: 100vh;
}

.mt-40 {
	margin-top: 40px;
}

.pt-40 {
	padding-top: 40px;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

/* Удаляем все анимации и переходы для людей, которые предпочитают их не использовать */

*:focus:not(:focus-visible) {
	outline: none !important;
}

input[type="submit"] {
	-webkit-appearance: none;
	appearance: none;
}

@-webkit-keyframes wave {
	0% {
		-webkit-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
		transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
	}

	100% {
		-webkit-transform: rotateZ(360deg) translate3d(0, 10%, 0)
		rotateZ(-360deg);
		transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
	}
}

@keyframes wave {
	0% {
		-webkit-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
		transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
	}

	100% {
		-webkit-transform: rotateZ(360deg) translate3d(0, 10%, 0)
		rotateZ(-360deg);
		transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
	}
}

@-webkit-keyframes swing {
	0% {
		-webkit-transform: rotateZ(10deg);
		transform: rotateZ(10deg);
	}

	100% {
		-webkit-transform: rotateZ(-10deg);
		transform: rotateZ(-10deg);
	}
}

@keyframes swing {
	0% {
		-webkit-transform: rotateZ(10deg);
		transform: rotateZ(10deg);
	}

	100% {
		-webkit-transform: rotateZ(-10deg);
		transform: rotateZ(-10deg);
	}
}

.btn {
	position: relative;
	display: inline-block;
	padding: 16px 52px;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	border-radius: 16px;
	color: #fff;
	background-color: #00c466;
	transition: all 0.5s;
}

.btn:hover,
.btn:active,
.btn a:focus {
/*	background-color: #00b75f;*/
background-color: #007f42;
}

.btn:disabled,
.btn.disabled {
	opacity: 0.4;
	cursor: default;
	pointer-events: none;
}

.btn-o {
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
}

.btn-o:hover,
.btn-o:active,
.btn-o a:focus {
	border: 2px solid #fff;
	color: #fff;
	background-color: transparent;
}

.btn-w {
	color: #021a0d;
	background-color: #fff;
}

.btn-w:hover,
.btn-w:active,
.btn-w a:focus {
	color: #00c466;
	background-color: #fff;
}

.btn-b {
	color: #fff;
	background-color: #021a0d;
}

.btn-b:hover,
.btn-b:active,
.btn-b a:focus {
	color: #00c466 !important;
	background-color: #021a0d !important;
}

.btn-link {
	position: relative;
}

/*.btn-link::after {
	position: absolute;
	content: url('../img/arrow-right.svg');
	right: 27px;
	top: 55%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}*/

.btn-link::after {
	position: absolute;
	content: '';
	background-image: url('../img/arrow-right.svg');
	right: 27px;
	top: 50%;
	height: 24px;
	width: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn-w.btn-link::after {
	content: url('../img/arrow-right-b.svg');
}


/*.btn-w.btn-link::after {
	display: none;
	content: none;
}*/

/*.map__contacts .map__tel-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}*/

.map__contacts .map__tel-btn > img {
	width: 12px;
	height: 8px;
	flex: 0 0 auto;
}

.btn-b.btn-link:hover::after,
.btn.map__tel-btn:hover::after {
	content: url(../img/arrow-right-green-gr.svg);
}

.btn-map {
	background-color: #fff;
	border: none;
	width: 56px;
	height: 56px;
	border-radius: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 8px 8px 16px 0px #021a0d1a;
}

.btn-subscribe {
	padding: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-page {
	display: inline-block;
	color: #021a0d !important;
	background-color: rgba(2, 26, 13, 0.05);
	border-radius: 16px;
	width: 56px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	transition: all 0.5s;
}

.btn-page:hover {
	background-color: rgba(2, 26, 13, 0.1);
}

.btn-page:active,
.btn-page.active {
	color: #fff !important;
	background-color: #021a0d;
}

.btn-next,
.btn-prev {
	position: relative;
	font-size: 0;
}

.btn-next::after,
.btn-prev::after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: url(../img/shevron.svg) no-repeat center;
}

.btn-prev {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.btn-next {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.filter__buttons {
	margin-top: 24px;
	display: flex;
	align-items: stretch !important;
	overflow-x: auto;
	gap: 8px;
}

.filter__buttons--cities .search__item {
	margin: 0;
}

.filter__buttons + .filter__buttons {
	position: relative;
	margin-left: 20px;
	padding-left: 20px;
}

.filter__buttons + .filter__buttons::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 1px;
	height: 40px;
	background-color: rgba(2, 26, 13, 0.1);
}

.filter__button {
	position: relative;
	flex-shrink: 0;
	margin-right: 8px;
	padding: 5px 16px;
	font-size: 17px;
	font-weight: 500;
	border: none;
	border-radius: 50px;
	color: #021a0d;
	background-color: rgba(2, 26, 13, 0.05);
	cursor: pointer;
	transition: all 0.5s;
}

.form--subscribe form p {
	display: flex;
	align-items: flex-start;
}

.form--subscribe form p .btn-subscribe.form__submit {
	margin-left: 8px;
}

.btn-subscribe.form__submit {
	width: 56px;
	height: 56px;
}

/*.mixitup-control-active.search__item {
	margin-top: 0;
}*/

.filter__button:hover {
	background-color: rgba(2, 26, 13, 0.1);
}

.filter__button:active,
.filter__button:focus {
	color: #fff;
	background-color: #021a0d;
}

.filter__button-news,
.filter__button-earth,
.filter__button-save {
	padding-left: 40px !important;
}

.filter__button-news::before,
.filter__button-earth::before,
.filter__button-save::before {
	position: absolute;
	content: "";
	left: 10px;
	top: 50%;
	margin-top: -12px;
	width: 24px;
	height: 24px;
	border-radius: 16px;
	background: url(../img/blog-logo.png) no-repeat center / contain;
}

.filter__button-earth::before {
	background: url(../img/earth.png) no-repeat center / contain;
}

.filter__button-save::before {
	background: url(../img/file_save.svg) no-repeat center / contain;
}

.mixitup-control-active {
	color: #fff !important;
	background-color: #021a0d !important;
}

.swiper-scrollbar {
	background-color: #f0f2f0;
	height: 8px !important;
}

.swiper-scrollbar-drag {
	background-color: #021a0d;
}

.swiper-button-prev,
.swiper-button-next {
	width: 56px;
	height: 56px;
	border-radius: 16px;
/*	background-color: #fff;*/
transition: opacity 0.5s;
background: #fbfbfb;
/*	box-shadow: 8px 8px 16px 0px #021a0d1a;*/
opacity: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}

.swiper-button-prev svg path,
.swiper-button-next svg path {
	transition: fill 0.5s;
}

.swiper-button-prev:hover svg path,
.swiper-button-next:hover svg path {
	fill: #00c466;
}

.swiper-button-disabled {
	opacity: 0 !important;
}

.swiper:hover .swiper-button-next,
.swiper:hover .swiper-button-prev {
	opacity: 1;
}

.swiper:hover .swiper-button-next.swiper-button-disabled,
.swiper:hover .swiper-button-prev.swiper-button-disabled {
	opacity: 0.35 !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
	width: auto;
	height: auto;
}

.pagination {
	display: flex;
	align-items: center;
}

.pagination__more {
	flex-grow: 1;
	width: 100% !important;
}

.pagination__list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pagination__list .btn-page {
	margin: 4px;
}

.search__box {
	max-width: 723px;
	width: 100%;
	margin-top: 24px;
}

.search__input {
	width: 100%;
	position: relative;
	padding: 15px 16px;
	padding-left: 50px;
	border-radius: 16px;
	color: rgba(2, 26, 13, 0.4);
	background: rgba(2, 26, 13, 0.05) url(../img/search.svg) no-repeat 16px
	center;
	border: none;
	outline: none;
}

.search__list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.search__item {
	flex-shrink: 0;
	/* margin-top: 8px;*/
	margin-right: 8px;
	display: inline-block;
	color: inherit;
	padding: 5px 16px;
	border-radius: 999px;
	font-size: 17px;
	background-color: rgba(2, 26, 13, 0.05);
	transition: background-color 0.5s;
}

.search__list-items > ul {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.search__list-items > ul > li > a {
	display: block;
	width: 100%;
	text-align: start;
	border-radius: 16px;
	background-color: #021a0d0d;
	padding: 18px;
	color: #021a0d;
	transition: 0.4s;
}

.search__list-items > ul > li > a:hover {
	background-color: #021a0d;
	color: #fff;
}

.search__item:hover {
	background-color: rgba(2, 26, 13, 0.1);
}

.select {
	flex-shrink: 0;
	display: block;
	text-align: center;
	padding: 5px 16px;
	padding-right: 36px;
	font-size: 17px;
	border: none;
	border-radius: 50px;
	color: #021a0d;
	background: rgba(2, 26, 13, 0.05) url(../img/sort.svg) no-repeat 95% center;
	transition: all 0.5s;
	border: 0;
	outline: none;
	appearance: none;
	/* remove arrow        */
	-webkit-appearance: none;
	/* remove arrow Chrome */
	-moz-appearance: none;
	/* remove arrow FF     */
	cursor: pointer;
	font-size: inherit;
	/* Согласованность размера шрифтов */
	-webkit-user-select: none;
	/* Запрет на выделение текста */
	-moz-user-select: none;
	/* Предотвращение случайного выделения текста */
	-webkit-tap-highlight-color: transparent;
}

.select__box {
	margin-top: 24px;
	margin-left: auto;
}

.select:hover,
.select:active,
.select:focus {
	border: 0;
	-webkit-appearance: none;
	appearance: none;
}

.select option {
	padding: 10px 16px;
}

.select.selected option:checked,
.select option:checked {
	color: #fff;
	background-color: #021a0d;
}

.form__input {
	width: 100%;
	padding: 15px 24px;
	font-size: 17px;
	border-radius: 16px;
	border: none;
	outline: none;
	opacity: 0.6;
	transition: opacity 0.5s;
}

.form__input:focus,
.form__input:not(:placeholder-shown) {
	opacity: 1;
}

.form__input + .form__input {
	margin-top: 8px;
}

.form__textarea {
	min-height: 200px;
}

.form__submit {
	margin-top: 24px;
	/*max-width: 310px;*/
	border: none;
	cursor: pointer;
}

.form .acceptance {
	margin-top: 16px;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: -0.01em;
}

.form .acceptance .c-w40 b,
.form .acceptance .c-w40 a,
.form .acceptance .c-w40 strong {
	font-weight: 500;
	color: #fff;
}

.form .acceptance .c-b40 b,
.form .acceptance .c-b40 a,
.form .acceptance .c-b40 strong {
	font-weight: 500;
	color: #021a0d;
}

.form .acceptance label {
	display: flex;
}

.form__checkbox {
	display: none;
}

.form .custom-checkbox {
	flex-shrink: 0;
	margin-right: 8px;
	display: inline-block;
	width: 24px;
	height: 24px;
	background-color: #fff;
	border-radius: 8px;
	cursor: pointer;
}

.form .custom-checkbox-b {
	background-color: #021a0d;
}

.form__checkbox:checked + .custom-checkbox {
	background: #fff url(../img/check.svg) no-repeat center;
}

.form__checkbox:checked + .custom-checkbox-b {
	background: #021a0d url(../img/check-w.svg) no-repeat center;
}

.info {
	margin-top: 10px;
	color: rgba(2, 26, 13, 0.4);
	font-size: 16px;
	line-height: 1.4;
}

.info a {
	color: inherit;
	transition: color 0.5s;
}

.info a:hover,
.info a:active,
.info a:focus {
	color: #00c466;
}

.info > span {
	margin-right: 10px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	/*white-space: nowrap;*/
	overflow: hidden;
	text-overflow: ellipsis;
}

.info__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 4px;
	padding: 18px 24px;
	font-size: 17px;
	color: #fff;
	border-radius: 999px;
	border: 2px solid #fff;
	max-width: none;
}

.info .watch {
	margin-left: 12px;
}

.info.breadcrumbs {
	margin-top: 0;
	margin-bottom: 8px;
}

.watch {
	padding-left: 24px;
	position: relative;
	color: rgba(2, 26, 13, 0.4);
	font-size: 14px;
}

.watch::before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
	content: "";
	background: url(../img/watch.svg) no-repeat;
	width: 20px;
	height: 20px;
}

.requisites__header {
	display: flex;
	justify-content: space-between;
}

.requisites__title {
	margin-bottom: 8px;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: -0.01em;
}

.requisites__buttons {
	display: flex;
}

.requisites__buttons a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	background-color: rgba(2, 26, 13, 0.05);
	border-radius: 12px;
}

.requisites__buttons a:hover {
	background-color: rgba(2, 26, 13, 0.1);
}

.requisites__buttons a + a {
	margin-left: 4px;
}

.requisites__list {
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: -0.01em;
}

.requisites__list li {
	margin-bottom: 16px;
}

.requisites__list li ol {
	padding-left: 0;
}

.requisites__list li ol li {
	list-style-position: inside !important;
	list-style: decimal;
}

.requisites__name {
	margin-bottom: 8px;
	color: rgba(2, 26, 13, 0.4);
}

.withus__content {
	display: flex;
	background-color: #fff;
	border-radius: 40px;
	overflow: hidden;
}

.withus__intro {
	padding: 40px;
	width: 34%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.withus__intro .h2 {
	font-size: 36px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.03em;
}

.withus .swiper-button-box {
	position: relative;
	width: 100%;
	height: 56px;
	margin-top: auto;
}

.withus .swiper-button-prev {
	left: 0;
	bottom: 0;
}

.withus .swiper-button-next {
	left: 60px;
	bottom: 0;
}

.withus__slider {
	position: relative;
	width: 66%;
}

.withus__slide {
	padding: 44px 40px 40px;
	min-height: 640px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	color: #fff;
	background-color: #00c466;
	font-size: 36px;
	line-height: 1.2;
	letter-spacing: -0.03em;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.withus__slide .h3 {
	font-weight: 500;
	display: flex;
	align-items: center;
}

.withus__slide .h3 svg {
	margin: 0 3px;
}

.withus__slide > * {
	max-width: 672px;
}

.withus__slide .btn {
	margin-top: auto;
}

.withus .swiper-pagination-bullets {
	bottom: 40px;
	right: 40px;
	text-align: right;
	max-width: 95%;
	display: flex;
	justify-content: flex-end;
}

.withus .swiper-pagination-bullet {
	margin-right: 8px;
	width: 83px;
	height: 8px;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	opacity: 1;
}

.withus .swiper-pagination-bullet::after {
	display: block;
	content: "";
	left: 0;
	top: 0;
	width: 0;
	height: 8px;
	background-color: #fff;
	opacity: 0;
	border-radius: 10px;
	transition: width 3s;
}

.withus .swiper-pagination-bullet-active::after {
	opacity: 1;
	width: 100%;
}

.withus .swiper-button-prev,
.withus .swiper-button-next {
	opacity: 1;
}

.withus .swiper-button-prev:hover,
.withus .swiper-button-next:hover {
	background-color: rgba(2, 26, 13, 0.05) !important;
}

.withus .swiper-button-prev:hover svg path,
.withus .swiper-button-next:hover svg path {
	fill: #021a0d !important;
}

.section {
	margin: 24px 0;
}

.section__content {
	border-radius: 40px;
	background-color: #fff;
	padding-bottom: 40px;
}

.section__header {
	padding: 40px;
}

.section__header a,
.section__header span {
	color: rgba(2, 26, 13, 0.4);
}

.section__header-link {
	position: relative;
	color: rgba(2, 26, 13, 0.4);
	font-weight: 500;
	font-size: 36px;
	padding-right: 25px;
	transition: color 0.5s;
}

.section__header-link:hover {
	color: #00c466;
}

.section__header-link::after {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	margin-top: -9px;
	width: 18px;
	height: 19px;
	background: url(../img/arrow-right-g.svg) no-repeat;
}

.section__header-link:hover::after {
	background: url(../img/arrow-right-green.svg) no-repeat;
}

.section__header-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.section__header-wrapper .section__title {
	align-items: baseline;
	gap: 6px 12px;
}

.section__header-wrapper span {
	color: rgba(2, 26, 13, 0.4);
}

.accomp {
	padding: 40px 64px;
	background-color: #f0f2f0;
	color: #021a0d;
}

.accomp__title {
	position: relative;
	margin-bottom: 8px;
	padding-left: 44px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: -0.01em;
	color: #021a0d;
	cursor: pointer;
}

.accomp__title::after {
	content: "";
	display: block;
	position: absolute;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	left: 0;
	top: 50%;
	margin-top: -18px;
	background: rgba(2, 26, 13, 0.05) url(../img/shevron.svg) no-repeat center;
	transition: -webkit-transform 0.3s linear;
	transition: transform 0.3s linear;
	transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.accomp__title.active::after {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	background-color: rgba(2, 26, 13, 0.1);
}

.accomp__descr {
	position: relative;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: -0.01em;
	color: rgba(2, 26, 13, 0.4);
	max-height: 64px;
	overflow: hidden;
	transition: max-height 0.5s;
}

.accomp__descr::after {
	display: none;
	position: absolute;
	content: "";
	bottom: 0;
	width: 100%;
	height: 60px;
	background: linear-gradient(0deg, #f0f2f0, hsla(120, 7%, 95%, 0));
}

.accomp__descr.open::after {
	display: none;
}

.discuss {
	margin-top: 24px;
}

.discuss__content {
	padding: 40px;
	display: grid;
	grid-template-columns: 1fr 480px;
	grid-template-areas: "title form" "contact form";
	background-color: #021a0d;
	color: #fff;
	border-radius: 40px;
}

.discuss__title {
	grid-area: title;
	margin-bottom: 88px;
	font-size: 38px;
	line-height: 1.2;
	font-weight: 500;
}

.discuss__contact {
	grid-area: contact;
	font-size: 17px;
}

.discuss__contact-wrap {
	margin-top: 16px;
	display: flex;
	align-items: center;
}

.discuss__contact-list {
	margin-right: 23px;
	display: flex;
}

.discuss__contact-list li {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
}

.discuss__contact-list li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.discuss__contact-list li:first-child {
	z-index: 2;
}

.discuss__contact-list li:last-child {
	background-color: #2baaef;
	margin-left: -16px;
}

.discuss__form {
	grid-area: form;
	padding-left: 40px;
	border-left: 2px solid rgba(255, 255, 255, 0.4);
}

.discuss__form .acceptance b,
.discuss__form .acceptance a,
.discuss__form .acceptance strong {
	color: #fff;
}

.discuss .form__submit {
	margin-top: 96px;
	font-size: 19px;
}

.service__box {
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}

.service__box .service__card {
	margin-bottom: 24px;
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 12px;
	margin-right: 12px;
	width: calc(33.333333333333336% - 24px);
}

.service__card {
	position: relative;
	height: 495px;
}

.service__card-box {
	position: relative;
	z-index: 3;
	padding: 32px;
	height: 100%;
	transition: height 0.5s;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-size: 36px;
	line-height: 1.2;
	font-weight: 500;
	color: #021a0d;
	background: #fff url(../img/service-slider-bg.png) no-repeat center / cover;
	border-radius: 14px;
}

.service__card-box span {
	display: block;
	color: rgba(2, 26, 13, 0.4);
}

.service__card:hover .service__card-box {
	height: 85%;
}

.service__title {
	font-size: 36px;
	font-weight: 500;
}

.service__buttons {
	position: absolute;
	z-index: 1;
	bottom: 2px;
	right: 2px;
	background-color: #f0f2f0;
	width: 100%;
	margin-top: 8px;
	display: flex;
}

.service__buttons .btn {
	width: 100%;
	padding-left: 1vw;
	padding-right: 1vw;
}

.service__buttons .btn + .btn {
	margin-left: 8px;
}

.page-service .content,
.page-service .content__header,
.page-service .content__main {
	background-color: #f0f2f0;
}

.page-service .content {
	border: 3px solid rgba(2, 26, 13, 0.05);
}

.page-service .pagination {
	margin-top: 24px;
}

.ss {
	margin: 24px 0;
}

.ss__content {
	padding: 40px 0;
	border: 3px solid rgba(2, 26, 13, 0.05);
	border-radius: 40px;
}

.ss__header {
	padding: 0 40px;
	margin-bottom: 40px;
}

.ss__header-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ss__header-wrapper span {
	color: rgba(2, 26, 13, 0.4);
}

.ss__filter-buttons button,.ss__filter-buttons a {
	flex-grow: 1;
	padding-top: 17px;
	padding-bottom: 17px;
	border-radius: 16px;
	text-align:center;
	margin: 0;
}

.ss__filter-buttons .search {
	max-width: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ss__filter-buttons .search:active,
.ss__filter-buttons .search:focus {
	background-color: rgba(2, 26, 13, 0.05);
}

.ss__slider {
	position: relative;
	padding-left: 40px;
}

.ss__slider::after {
	display: block;
	position: absolute;
	content: "";
	width: 100px;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 2;
	background: linear-gradient(-90deg, #f0f2f0, hsla(120, 7%, 95%, 0));
}

.license__slider {
	width: 100%;
	height: 640px;
}

.license__slide {
	padding: 88px 40px 40px;
	border-radius: 32px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	color: #fff;
}

.license .swiper-slide-active {
	width: 100% !important;
	margin-left: 0;
}

.license .swiper-slide-next {
	margin-left: -200px;
}

.license__header {
	margin-bottom: 16px;
	max-width: 50%;
	font-size: 36px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: -0.03em;
}

.license__descr {
	max-width: 50%;
	font-size: 17px;
	line-height: 1.5;
	letter-spacing: -0.01em;
}

.license .btn {
	margin-top: auto;
}

.license .swiper-pagination-bullets {
	top: 40px;
	left: 40px;
	right: 40px;
	height: 8px;
	display: flex;
	flex-wrap: nowrap;
	width: 70%;
}

.license .swiper-pagination-bullet {
	position: relative;
	height: 8px;
	background-color: rgba(255, 255, 255, 0.1);
	width: 100%;
	opacity: 1;
	border-radius: 10px;
}

.license .swiper-pagination-bullet::after {
	display: block;
	content: "";
	left: 0;
	top: 0;
	width: 0;
	height: 8px;
	background-color: #fff;
	opacity: 0;
	border-radius: 10px;
	transition: width 5s;
}

.license .swiper-pagination-bullet-active::after {
	opacity: 1;
	width: 100%;
}

.license .swiper-button-box {
	position: absolute;
	bottom: 40px;
	left: 40px;
	width: 70%;
}

.license .swiper-button-next,
.license .swiper-button-prev {
	bottom: 0;
	top: unset;
	opacity: 1;
}

.license .swiper-button-prev {
	right: 60px;
	left: unset;
}

.license .swiper-button-next {
	right: 0;
}

.case__box {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.case__box > * {
	width: 30%;
}

.case__box + .pagination {
	margin-top: 40px;
}

.case__card-wrapper {
	/* width: 464px; */
	width: calc(464px - 20px);
	flex: 1 0 calc(464px - 20px);
	max-width: 100%;
	height: 608px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.case__card-wrapper-big {
	/* width: 968px; */
	width: calc(968px - 20px);
	flex: 1 1 calc(968px - 20px);
	max-width: 100%;
}

.case__card-wrapper-big .case__descr {
	font-size: 36px;
}

.case__slider {
	position: relative;
	padding-left: 40px;
	padding-bottom: 30px;
	height: 592px;
}

.case__slide {
	display: flex;
	flex-direction: column;
}

.case__card {
	display: block;
	padding: 40px 40px 24px;
	border-radius: 24px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	color: #fff;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
	background-color: rgba(2, 26, 13, 0.1);
	border: 1px solid transparent;
	transition: border-color 0.5s;
}

.case__card a {
	color: #fff;
}

.case__card:hover {
	border-color: rgba(2, 26, 13, 0.1);
}

.case__card-05 {
	padding: 24px;
}

.case__card + .case__card {
	margin-top: 24px;
}

.case__card-b {
	color: #021a0d;
}

.case__card-b a {
	color: #021a0d;
}

.case__logo {
	max-width: 220px;
	height: auto;
}

.case__card-05 .case__logo {
	max-width: 165px;
}

.case__descr {
	display: -webkit-box;
	margin-top: auto;
	margin-bottom: 24px;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.4;
	transition: color 0.5s;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.case__card-05 .case__descr {
	font-size: 22px;
	margin-bottom: 16px;
}

.case__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
}

.case__city {
	position: relative;
	padding-left: 20px;
	text-wrap: balance;
	width: 100%;
	max-width: 180px;
}

.case__city::before {
	position: absolute;
	content: "";
	background: url(../img/pick-w.svg) no-repeat left top / contain;
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
}

.case__lable {
	width: 140px;
	height: 140px;
}

.case__lable img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.case__card-b .case__city::before {
	background: url(../img/pick-b.svg) no-repeat left top / contain;
}

.case__part {
	padding: 40px 0;
}

.case__part:last-child {
	padding-bottom: 0;
}

.case__part + .case__part {
	border-top: 1px solid rgba(2, 26, 13, 0.1);
}


.case__title {
	margin-bottom: 24px;
	font-size: 30px;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: -0.03em;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

/*.h2,
.h3 {
	margin-bottom: 24px;
	font-size: 30px;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: -0.03em;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}*/

.case__text {
	margin-bottom: 24px;
	font-size: 22px;
	line-height: 1.5;
	letter-spacing: -0.01em;
}

.case__text p + p {
	margin-top: 20px;
}

.case__cont {
	display: flex;
	flex-wrap: wrap;
}

.case__cont-item {
	margin-right: 8px;
	margin-bottom: 8px;
	padding: 24px;
	font-size: 17px;
	line-height: 1.5;
	border-radius: 24px;
	background-color: #f0f2f0;
	width: 240px;
	min-height: 240px;
	display: flex;
	flex-direction: column;
}

.case__cont-item--final {
	width: 100%;
	min-height: 213px;
	flex-direction: row;
	align-items: center;
	gap: 40px;
	font-size: 22px;
}

.case__cont-img {
	width: 132px;
	height: 132px;
	background-color: rgba(2, 26, 13, 0.05);
	border-radius: 16px;
	flex-shrink: 0;
}

.case__cont-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	border-radius: 16px;
}

.case__cont--num {
	counter-reset: cases 0;
}

.case__cont--num .case__cont-item {
	counter-increment: cases 1;
}

.case__cont--num .case__cont-item::after {
	display: block;
	content: "0" counter(cases);
	color: #00c466;
	margin-top: auto;
}

.case__cont--scroll {
	flex-wrap: nowrap;
	overflow-x: auto;
}

.case__cont--scroll .case__cont-item {
	flex-shrink: 0;
}

.case__cont-p {
	margin-bottom: 10px;
}

.case__cont-h {
	font-size: 19px;
	font-weight: 500;
	overflow-wrap: anywhere;
}

.case__cont-aim {
	margin-top: auto;
	color: rgba(2, 26, 13, 0.4);
}

.case__widget-list {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.case__widget {
	min-width: 325px;
	min-height: 240px;
	width: 100%;
	max-width: 480px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	border-radius: 24px;
	background: rgba(2, 26, 13, 0.05) url(../img/service-slider-bg.png)
	no-repeat center / cover;
}

.case__widget-title {
	position: relative;
	margin-bottom: 8px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
}

.case__widget-bottom {
	margin-top: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.case__widget-bottom .btn-w {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
}

.case__widget-bottom .btn-w > img {
	display: block;
	width: 20px;
	height: 20px;
	object-fit: contain;
	object-position: center;
	transform: translateY(-1.5px);
}

.case__widget-bottom .service__price {
	font-size: 22px;
	font-weight: 500;
}

.map__wrapper--case .case__card-05 {
	height: 284px;
}

.content__main .map__wrapper.map__wrapper--case a {
	color: inherit;
}

.page-case .content__header {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 420px;
	color: #fff;
}

.page-case .content__header .case__lable {
	position: absolute;
	right: 52px;
	top: 56px;
}

.page-case .content__title {
	color: #fff;
}

.page-case .info {
	color: rgba(255, 255, 255, 0.6);
}

.page-case .info span {
	max-width: 140px;
}

.page-case .info:last-child {
	margin-top: auto;
}

.page-case .content .aside {
	padding-top: 40px;
}

.widget {
	padding: 24px;
	border-radius: 24px;
	background-color: rgba(2, 26, 13, 0.05);
}

/* .widget + .widget {
	margin-top: 40px;
} */

.aside__wrapper {
	gap: 40px;
}

.widget__title {
	position: relative;
	margin-bottom: 8px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	display: flex;
	align-items: flex-start;
}

.widget__title--head {
	padding: 20px;
}

.widget__title svg {
	margin-right: 8px;
}

.widget__title a {
	color: inherit;
}

.widget__text,
.widget .context-text {
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: -0.01em;
}

.widget.widget--flamp {
	color: #fff;
	background-color: #2e6be6 !important;
}

.widget__text li a,
.widget .context-text li a {
	color: inherit;
	transition: color 0.5s;
}

.widget__text li a:hover,
.widget .context-text li a:hover {
	color: #00c466;
}

.widget__text li + li,
.widget .context-text li + li {
	margin-top: 20px;
}

.widget__text--bottom {
	margin-top: 8px;
	font-size: 13px;
	color: rgba(2, 26, 13, 0.4);
	letter-spacing: -0.01em;
}

.widget__btn {
	margin-top: 16px;
	width: 100%;
}

.widget .btn-subscribe {
	margin-top: 0;
}

.widget__chat {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid rgba(2, 26, 13, 0.05);
	display: flex;
	align-items: center;
}

.widget__soc {
	margin-right: 16px;
	flex-shrink: 0;
}

.widget__soc li {
	display: inline-block;
}

.widget__soc li + li {
	margin-left: 4px;
}

.widget__soc-wrap {
	display: flex;
	align-items: center;
}

.widget .form {
	margin-top: 24px;
}

.widget__blog-image {
	flex-shrink: 0;
	width: 112px;
	height: 63px;
	border-radius: 4px;
	overflow: hidden;
}

.widget__blog-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.widget__blog-list {
	margin-top: 24px;
}

.widget__blog-list li {
	display: flex;
	gap: 10px;
}

.widget__blog-list li a {
	color: inherit;
	transition: color 0.5s;
}

.widget__blog-list li a:hover {
	color: #00c466;
}

.widget__blog-list li + li {
	margin-top: 24px;
}

.widget__blog-title {
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.01em;
}

.widget--greet .widget__title,
.widget--greet .widget__text {
	padding-left: 56px;
}

.widget--greet .widget__title::before {
	position: absolute;
	content: url(../img/greet.png);
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
}

html,
body {
	overflow-x: visible;
}

.widget--greet .widget__btn {
	color: #021a0d;
	background-color: #fff;
}

.widget--greet .widget__btn::after {
	right: 50px;
	content: url(../img/arrow-right-b.svg);
}

.widget--flamp {
	color: #fff;
	background-color: #2e6be6;
}

/* .widget--faq, */
/*.aside__wrapper {
	position: sticky;
	top: 40px;
	z-index: 75;
	left: 0;
}*/


.sticky {
	position: fixed;
	top: 20px; /* Если нужно отступить блок вниз */
}

.stop {
	position: absolute;
	top: auto;
	bottom: 0;
}


.widget__soc-wrap > .btn {
	display: inline-flex;
	gap: 6px;
	align-items: center;
	padding-inline: 34px 28px;
}

.widget__soc-wrap > a.btn::after {
	display: inline-flex;
	position: static;
	transform: translate(0, 3px);
}

.aside__wrapper {
	display: flex;
	position: relative;
	flex-direction: column;
	max-height: 93.25vh;
	/*overflow-y: auto;*/
	scrollbar-width: thin;
	border-radius: 24px;
	padding: 12px 12px 12px 0;
}
.case-aside__wrapper.aside__wrapper{
	max-height: initial;
	height: 100%;
}
.widget.widget-fixed-form{
    position: sticky;
    top: 0;
}

/* .aside__wrapper::-webkit-scrollbar {
	display: none;
} */

.widget--flamp-text {
	margin-bottom: 40px;
	position: relative;
	padding-right: 50px;
	font-size: 22px;
}

.widget--flamp-text::after {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 24px;
	height: 24px;
	background: url(../img/arrow_forward_bold.svg) no-repeat center;
}

.widget--flamp-btn {
	display: flex;
}

.widget--flamp-btn img:nth-child(2) {
	margin-left: auto;
	margin-right: 10px;
}

.widget--case .widget__title {
	padding-left: 32px;
}

.widget--case .widget__title::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 26px;
	height: 26px;
	background: url(../img/release-green.svg) no-repeat center / contain;
}

.widget--case .widget__chat {
	padding-top: 0;
	padding-left: 15px;
	margin-left: 15px;
	border-left: 1px solid rgba(2, 26, 13, 0.05);
	border-top: none;
}

.widget--case .widget__soc {
	margin-right: 0;
}

.widget--case .widget__btn {
	width: auto;
}

.widget--share {
	border-top: 1px solid rgba(2, 26, 13, 0.1);
	border-bottom: 1px solid rgba(2, 26, 13, 0.1);
	background-color: #fff;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
}

.widget--share .widget__soc {
	display: flex;
}

.widget--share .widget__soc a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 56px;
	height: 56px;
	border-radius: 16px;
	background-color: rgba(2, 26, 13, 0.05);
	transition: background-color 0.5s;
}

.widget--share .widget__soc a:hover {
	background-color: rgba(2, 26, 13, 0.1);
}

.widget--service {
	background: rgba(2, 26, 13, 0.05) url(../img/service-slider-bg.png)
	no-repeat center / cover;
}

.widget--service .widget__title {
	flex-direction: column;
}

.widget--service .widget-bottom {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.widget--service .service__price {
	font-size: 22px;
	font-weight: 500;
}

.service__card-box .service__price {
	color: #021a0d;
}

.service__card-box .service__price > * {
	color: #021a0d;
}

.cs__card .cs__card-descr > * {
	color: #021a0d;
}

.smart-captcha {
	margin-block-start: 4rem;
}

.widget--service .widget-arrow {
	width: 56px;
	height: 56px;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.widget--service .widget-arrow svg path {
	transition: fill 0.5s;
}

.widget--service .widget-arrow:hover svg path {
	fill: #00c466;
}

.widget--subscribe .form {
	display: flex;
	gap: 8px;
}

.widget--popular {
	background-color: #fff;
	padding: 0;
}

.map-section .section__header {
	padding-bottom: 24px;
}

.map-section .map__wrapper {
	width: calc(100% - 80px);
	margin-left: auto;
	margin-right: auto;
}

.city__list {
	margin-top: 24px;
	-webkit-column-count: 3;
	column-count: 3;
}

.city__list-item {
	margin-bottom: 16px;
	display: flex;
	align-items: flex-start;
}

.city__letter {
	margin-right: 14px;
	font-size: 19px;
	font-weight: 500;
	padding: 6px;
}

.city__letter-list {
	font-size: 17px;
}

.city__letter-list li + li {
	margin-top: 8px;
}

.city__letter-list a {
	display: block;
	width: 268px;
	color: inherit;
	padding: 7px 20px 7px 16px;
	border-radius: 8px;
	transition: background-color 0.5s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.city__letter-list a:hover {
	background-color: rgba(2, 26, 13, 0.05);
}

.city__letter-list a.active {
	color: #fff;
	background: #021a0d url(../img/check-w.svg) no-repeat 97% center;
}

.mobile {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 99;
	padding-top: 32px;
	padding-bottom: 24px;
	background: linear-gradient(180deg, rgba(240, 242, 240, 0) 0%, #f0f2f0 36%);
}

.mobile__content {
	position: relative;
	z-index: 50;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobile__content > * {
	margin: 0 4px;
	flex-grow: 1;
}

.mobile__burger {
	display: block;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobile__close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 36px;
	height: 36px;
	color: rgba(2, 26, 13, 0.4);
	opacity: 1;
	background-color: transparent;
}

.mobile__close svg {
	stroke: rgba(2, 26, 13, 0.4);
	stroke-width: 2;
	width: 24px;
	height: 24px;
	fill: none;
}

.mobile__btn.btn {
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.mobile__btn.btn.btn-link {
	padding-right: 5vw;
}

.mobile__menu {
	position: relative;
	z-index: 990;
	overflow-y: auto;
}

.mobile__menu.open {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.mobile__top {
	padding: 16px 0;
	background-color: #fff;
}

.mobile .mobile__top .widget {
	background: #fff !important;
	border-radius: 0;
	padding: 0;
}

.mobile .mobile__top .mobile__top-2 > .widget {
	background: #fff !important;
}

.mobile__top .widget .btn {
	margin-top: 16px;
}

.mobile__top-1 {
	margin-bottom: 16px;
}

.mobile__menus,
.mobile__infos {
	border-bottom: 1px solid rgba(2, 26, 13, 0.05);
}

.mobile__bottom {
	padding: 16px 0;
	background-color: #f0f2f0;
	font-size: 14px;
}

.mobile__bottom a {
	color: inherit;
}

.header .mobile__infos .site-logo {
	margin-bottom: 20px;
}

.header .mobile__infos .city-address {
	margin-bottom: 10px;
}

.header .mobile__infos .time-work {
	margin-bottom: 18px;
	margin-left: 0;
	font-size: 13px;
}

.header .mobile__btn-wrap {
	display: flex;
	align-items: flex-start;
}

.header .mobile__btn-wrap .btn-consult {
	padding-top: 16px;
	padding-bottom: 16px;
	margin-right: 4px;
	flex-grow: 1;
	border-radius: 16px;
}

.header .mobile__btn-wrap .btn-mail {
	padding: 16px;
	border-radius: 16px;
}

.header .mail-copy {
	margin: 16px 0;
	font-size: 14px;
}

.header .mobile__menus .main-menu {
	flex-direction: column;
	align-items: flex-start;
}

.header .mobile__menus .main-menu li a {
	padding: 16px 0;
}

.header .mobile__menus .main-menu li + li {
	margin-top: 8px;
}

.header .mobile__menus .nav-menu {
	padding: 16px 0;
	flex-direction: column;
	align-items: flex-start;
}

.header .mobile__menus .nav-menu li a {
	padding: 0;
	margin-right: 0;
	font-size: 14px;
}

.header .mobile__menus .nav-menu li + li {
	margin-top: 24px;
}

.header .mobile__top-2 .btn-link::after {
	right: 80px;
}

.agenda {
	overflow-x: auto;
	scrollbar-width: thin;
}

.agenda__box {
	padding: 24px;
	margin-top: 24px;
	margin-bottom: 40px;
	border-radius: 24px;
	background-color: #f0f2f0;
}

.agenda__wrapper {
	position: relative;
	width: 1064px;
	height: 688px;
	margin-bottom: 8px;
}

.agenda__month {
	padding-left: 16px;
	font-size: 14px;
	letter-spacing: -0.01em;
	color: rgba(2, 26, 13, 0.4);
	flex-grow: 1;
}

.agenda__month + .agenda__month {
	border-left: 1px solid rgba(2, 26, 13, 0.1);
}

.agenda__list,
.agenda__cal {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.agenda__list {
	overflow: hidden;
}

.agenda__cal {
	display: flex;
	gap: 16px;
}

.agenda__item {
	position: absolute;
	font-size: 14px;
	z-index: 2;
	padding: 8px 16px;
	white-space: nowrap;
}

.ymaps3x0--default-marker__icon {
	flex-direction: row !important;
	align-items: center !important;
	justify-content: center !important;
}

.agenda__item span {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 8px;
	z-index: -1;
	height: 100%;
	background-color: #fff;
}

.agenda__item--border {
	z-index: 3;
	color: #00c466;
	border-left: 1px solid #00c466;
	height: 100%;
}

.agenda__item--border span {
	padding-left: 42px;
	height: 20px;
	background: url(../img/release-green.svg) no-repeat 16px center / contain;
}

.wpcf7-list-item-label > .custom-checkbox {
	display: none;
}

:is(.request__form, .discuss__form) .wpcf7-list-item-label {
	color: #ffffff99 !important;
	font-size: 13px;
	font-weight: 400;
	line-height: 19.5px;
	max-width: 309px;
}

:is(.request__form, .discuss__form, .popup-consult .popup__form)
.wpcf7-acceptance
.wpcf7-list-item
> label {
	display: flex;
	align-items: flex-start;
}

:is(.request__form, .discuss__form, .popup-consult .popup__form)
.wpcf7-form-control-wrap:has(.wpcf7-acceptance) {
	margin-block-start: 16px;
}

:is(.request__form, .discuss__form)
:is(.wpcf7-acceptance a, .wpcf7-acceptance b) {
	color: #ffffff !important;
	font-weight: 400;
}

.request__form-wrap-btn {
	display: inline-flex;
	position: relative;
}

.request__form-wrap-btn {
	margin-top: 96px;
}

.request__form:has(input:disabled) .request__form-wrap-btn::before {
	opacity: 0.4;
}

.popup-consult .popup__form .request__form-wrap-btn {
	margin-top: 32px;
	width: 100%;
}

.popup-consult .popup__form .request__form-wrap-btn::before {
	inset-inline-end: 115px;
}

@media only screen and (max-width: 480px) {
	.popup-consult .popup__form .request__form-wrap-btn::before {
		inset-inline-end: 24%;
	}
}

@media only screen and (max-width: 360px) {
	.popup-consult .popup__form .request__form-wrap-btn::before {
		inset-inline-end: 20%;
	}
}

.popup-consult .popup__form .request__form-wrap-btn > p {
	width: 100%;
}

/*.request__form-wrap-btn::before {
	content: "";
	display: block;
	background: url("../img/arrow-right.svg") center/contain no-repeat !important;
	width: 24px;
	height: 24px;
	flex: 0 0 auto;
	transition: 0.3s;
	opacity: 1;
	position: absolute;
	inset-block-start: 50%;
	inset-inline-end: 26px;
	transform: translate(0, -50%);
	z-index: 10;
}*/

:is(.request__form, .discuss__form, .popup-consult .popup__form, .widget)
.wpcf7-spinner {
	display: none;
}

.request__form .wpcf7-submit {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	text-align: center;
	background-color: #021a0d;
	color: #fff;
	font-size: 19px;
	font-weight: 500;
	min-height: 56px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	transition: 0.3s;
	position: relative;
}

:is(.request__form, .discuss__form, .popup-consult .popup__form, .widget)
.wpcf7-submit {
	padding-inline: 32px 54px;
	margin-top: 0 !important;
}

:is(.request__form, .discuss__form, .popup-consult .popup__form, .widget)
.wpcf7-list-item {
	margin-left: 0px !important;
}

:is(.request__form, .discuss__form, .popup-consult .popup__form, .widget)
.wpcf7-list-item
input {
	display: inline-flex;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	width: 24px;
	height: 24px;
	flex: 0 0 auto;
	margin-right: 8px;
	border-radius: 8px;
	background-color: #fff;
	position: relative;
}

:is(.request__form, .discuss__form, .popup-consult .popup__form, .widget)
.wpcf7-list-item
input::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	inset-block-start: 50%;
	inset-inline-start: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	background: url("../img/icons/check_small.svg") center/contain no-repeat;
}

.popup-consult .popup__form .wpcf7-list-item input::before {
	filter: brightness(0) invert(1);
}

.popup-consult .popup__form .wpcf7-list-item input {
	background: #021a0d;
}

:is(.request__form, .discuss__form, .popup-consult .popup__form, .widget)
.wpcf7-list-item
input:checked::before {
	opacity: 1;
	visibility: visible;
}

.cs__agenda-title {
	position: relative;
}

.cs__agenda-title::after {
	content: "";
	display: none;
	position: absolute;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	left: 0;
	top: 50%;
	margin-top: -18px;
	background: rgba(2, 26, 13, 0.05) url(../img/shevron.svg) no-repeat center;
	transition: -webkit-transform 0.3s linear;
	transition: transform 0.3s linear;
	transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.cs__agenda-title.active::after {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	background-color: rgba(2, 26, 13, 0.1);
}

.cs__agenda .filter__button-save {
	margin-left: auto;
	font-weight: 400;
	margin-right: 0;
	background-color: transparent;
}

.header__top-content {
	padding: 8px 0;
	display: flex;
	align-items: center;
	font-size: 14px;
	letter-spacing: -0.01em;
}

.header .city-address,
.header .time-work {
	position: relative;
	color: rgba(2, 26, 13, 0.4);
	padding-left: 24px;
}

.header .city-address {
	margin-left: 48px;
}

.header .city-address::before {
	position: absolute;
	content: url(../img/nav.svg);
	left: 0;
	top: 0;
}

.header .city-address-link {
	/* color: inherit; */
	color: rgba(2, 26, 13, 0.4);
	transition: color 0.5s;
}
@media (max-width: 1480px) {
	.header .city-address-link {
		max-width: 315px;
	}
}
.header .city-address-link:hover {
	color: #021a0d;
}

.header .time-work {
	margin-left: 24px;
}

.header .time-work::before {
	position: absolute;
	content: url(../img/time.svg);
	left: 0;
	top: 0;
}

.header .nav-menu {
	margin-left: auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.header .nav-menu li a {
	display: block;
	padding: 8px 16px;
	margin-right: 16px;
	color: #021a0d;
	border-radius: 8px;
	transition: background-color 0.5s;
}

.header .nav-menu li a:hover {
	background-color: rgba(2, 26, 13, 0.05);
}

.header .mail-copy {
	display: flex;
	align-items: center;
	-webkit-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

.header .mail-copy * {
	-webkit-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

.header .mail-copy-btn {
	margin-left: 8px;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	background-color: rgba(2, 26, 13, 0.05);
	display: flex;
	align-items: center;
	justify-content: center;
}

.header__bottom {
	position: relative;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 16px;
	background-color: #f0f2f0;
	transition: top 1.8s;
}

.header__bottom-content {
	display: flex;
	align-items: stretch;
	font-size: 17px;
}

.header__bottom-content > * {
	margin-right: 4px;
}

.header__nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-grow: 1;
	padding: 12px;
	border-radius: 24px;
	background-color: #fff;
}

.header .site-logo {
	margin-left: 36px;
	display: flex;
	align-items: center;
}

.header .site-logo img {
	width: 258px;
	height: auto;
}

.header .main-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.header .main-menu li a {
	display: block;
	padding: 18px 24px;
	font-weight: 500;
	border-radius: 16px;
	color: #021a0d;
	transition: background-color 0.5s;
}

.header .main-menu li a:hover {
	background-color: rgba(2, 26, 13, 0.05);
}

.header .main-menu li a span {
	margin-left: 4px;
}

.header .online {
	position: relative;
	padding-right: 10px;
}

.header .online::after {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #00c466;
}

.header__tel {
	position: relative;
	padding: 30px 24px;
	padding-right: 44px;
	border-radius: 24px;
	font-weight: 500;
	background-color: #fff;
	cursor: pointer;
}

.header__tel::after {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	right: 20px;
	top: 50%;
	margin-top: -10px;
	background: url(../img/shevron.svg) no-repeat center;
	transition: -webkit-transform 0.3s linear;
	transition: transform 0.3s linear;
	transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.header__tel .widget {
	position: absolute;
	width: 320px;
	top: calc(100% + 6px);
	right: 0;
	background: #ffffff !important;
	z-index: 80;
	box-shadow: 8px 8px 16px 0px #021a0d1a;
}

.header__tel .widget .btn {
	margin-top: 16px;
}

.header__tel.open::after {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

.header .btn-mail {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 28px;
	border-radius: 24px;
}

.header .btn-consult {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 0;
	padding: 28px 32px;
	border-radius: 24px;
}

.footer__wrapper-items {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 1 1 auto;
	gap: 8px;
	/* margin-inline-start: auto; */
}

.footer__wrapper-items .footer__number {
	flex: 1 1 auto;
	width: 100%;
}

.sticky {
	position: static !important;
}

.sticky-nav {
	position: fixed;
	top: -120px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	z-index: 99;
}

.sticky-nav.fix {
	top: 0;
}

.header--fixed {
	position: fixed;
	z-index: 99;
	width: 100%;
	left: 0;
	top: 0;
}

.hero {
	margin-bottom: 24px;
}

.hero__content {
	padding: 48px;
	background: #021a0d url(../img/hero-bg.jpg) no-repeat center right / cover;
	color: #fff;
	border-radius: 24px;
}

.hero .h1 {
	margin-bottom: 278px;
	font-size: 58px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.03em;
}

.hero span {
	display: block;
}

.widget--share,
.widget--popular {
	padding: 24px;
	border-radius: 24px;
	border: none;
}

.hero span img {
	margin-left: 8px;
	vertical-align: middle;
}

.hero span + span {
	margin-top: 24px;
}

.hero .btn {
	margin-right: 16px;
	margin-bottom: 8px;
	white-space: nowrap;
	border-radius: 999px;
	opacity: 0.6;
	transition: opacity 0.5s;
}

.hero .btn:hover,
.hero .btn:active,
.hero .btn:focus {
	opacity: 1;
}

.hero .btn * {
	vertical-align: middle;
	margin: 0 8px;
}

/* .content, */
.content__wrapper-main {
	padding-bottom: 40px;
	border-radius: 40px;
	background-color: #fff;
	display: grid;
	grid-template-columns: 1fr 479px;
	grid-template-areas: "header header" "main aside";
}

.content.content-100 {
	grid-template-areas: "header header" "main main";
}

.content.content--gr .content__header {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 420px;
	color: #fff;
}

.content.content--gr .content__header .content__title {
	color: #fff;
}

.content.content--gr .content__header .info {
	color: rgba(255, 255, 255, 1);
}

.content.content--gr .content__header .info span svg {
	margin-right: 5px;
}

.content.content--gr .content__header span.info__btn {
	display: flex;
	max-width: none;
	white-space: unset;
}

.content.content--gr .content__header .info:last-child {
	margin-top: auto;
}

.content.content--gr .aside {
	padding-top: 40px;
}

.content__header {
	grid-area: header;
	padding: 24px 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	background-color: #fff;
}

.content__headerMap {
	grid-area: header;
	padding: 24px 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	background-color: #fff;
}

.content__header-wrapper {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}

.content__header-wrapper--page-cases
:is(.filter__buttons, .filter__buttons + .filter__buttons) {
	flex-basis: auto;
}

.content__title {
	margin-bottom: 10px;
	font-size: 58px;
	font-weight: 500;
	line-height: 1.2;
	max-width: calc(100% - 20vw);
}
.content__title.single-service-title{
	width:63%;
}

.content__main {
	position: relative;
	grid-area: main;
	background-color: #fff;
	padding: 0 40px 40px;
	border-radius: 0 0 40px 40px;
	min-width: 343px;
}

.content__main .map__wrapper a {
	color: #021a0d;
	transition: color 0.5s;
}

.content__main .map__wrapper a:hover {
	color: #00c466;
}

.content__main .map__wrapper a.case__card:hover {
	color: inherit;
}

.content__page h2 {
	margin-top: 40px;
	margin-bottom: 16px;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.03em;
	scroll-margin-top: 220px;
}

.content__page h3 {
	margin-top: 40px;
	margin-bottom: 16px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: -0.01em;
}

.content__page p {
	margin-bottom: 16px;
}

.content__page p.has-medium-font-size {
	font-size: 22px;
}

.content__page ul,
.content__page ol {
	-webkit-padding-start: 10px;
	padding-inline-start: 10px;
	margin-bottom: 16px;
}

.content__page ul li {
	list-style-position: inside;
	list-style-type: disc;
}

.content__page ol li {
	list-style-position: inside;
}

.content__page li {
	margin-bottom: 16px;
}

.content__page a {
	color: #00c466;
}

.content__page a:hover {
	cursor: pointer;
}

.content__page blockquote {
	margin: 40px 0;
	padding: 40px;
	background-color: rgba(2, 26, 13, 0.05);
	border-radius: 24px;
	font-size: 22px;
}

.content__page cite {
	display: block;
	margin-top: 16px;
	font-size: 14px;
	line-height: 1.4;
	color: rgba(2, 26, 13, 0.4);
}

.content__page figure {
	margin-left: 0;
	margin-right: 0;
	border-radius: 40px;
	max-width: 855px;
	height: 480px;
}

.content__page figure img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 40px;
}

.content__page figcaption {
	font-size: 14px;
	letter-spacing: -0.01em;
	color: rgba(2, 26, 13, 0.4);
}

.content__tags {
	margin-top: 40px;
	padding-top: 16px;
	border-top: 1px solid rgba(2, 26, 13, 0.1);
}

.content__tags span {
	margin-right: 8px;
}

.content__tags a {
	color: #021a0d;
	transition: color 0.5s;
}

.content__tags a:hover {
	color: #00c466;
}

.content--custom {
	padding-bottom: 40px;
	border-radius: 40px;
	background-color: #fff;
	display: grid;
	grid-template-columns: 1fr 479px;
	grid-template-areas:
	"header header"
	"main aside";
}

.content .aside {
	grid-area: aside;
	padding: 0 40px;
	background-color: #fff;
	border-left: 1px solid rgba(2, 26, 13, 0.1);
	position: relative;
}

.privacy-policy .content h2 {
	font-size: 22px;
	line-height: 1.3;
	letter-spacing: -0.01em;
	scroll-margin-top: 200px;
}

.footer__top :is(.footer__popup, .footer__member) {
	text-align: start;
}

.privacy-policy .content h2:first-of-type {
	margin-top: 0;
}

.context {
	max-width: 460px;
	margin-bottom: 40px;
	padding: 24px;
	border-radius: 24px;
	background-color: rgba(2, 26, 13, 0.05);
}

.context-title {
	position: relative;
	padding-left: 42px;
	margin-bottom: 8px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
}

.context-title::after {
	content: "";
	display: block;
	position: absolute;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	left: 0;
	top: 50%;
	margin-top: -18px;
	background: rgba(2, 26, 13, 0.05) url(../img/shevron.svg) no-repeat center;
	transition: -webkit-transform 0.3s linear;
	transition: transform 0.3s linear;
	transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.context-title.active::after {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	background-color: rgba(2, 26, 13, 0.1);
}

.context-text {
	margin-top: 24px;
}

.context-text ul li {
	list-style: none;
}

.content__main .context-text a {
	color: #021a0d;
	transition: color 0.5s;
}

.content__main .context-text a:hover {
	color: #00c466;
}

.notice-p {
	margin-top: 24px;
	color: rgba(2, 26, 13, 0.4);
}

.notice-p__descr {
	font-size: 13px;
	line-height: 1.5;
}

.notice-p__descr--lead {
	position: relative;
	margin-bottom: 8px;
	padding-left: 20px;
	font-size: 17px;
	line-height: 1.2;
	font-weight: 500;
}

.notice-p__descr--lead::after {
	position: absolute;
	content: url(../img/notice.svg);
	left: 0;
	top: 0;
}

.price__filters {
	margin-top: 0;
	margin-bottom: 24px;
}

.price__filters button {
	flex-grow: 1;
	padding-top: 17px;
	padding-bottom: 17px;
	border-radius: 16px;
}

.price__box {
	padding: 24px;
	border-radius: 32px;
	background-color: rgba(2, 26, 13, 0.05);
}

.price__item {
	margin-bottom: 24px;
	padding: 24px;
	border-radius: 16px;
	font-size: 17px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: -0.01em;
	color: #021a0d;
	background-color: #fff;
	display: flex;
	align-items: stretch;
}

.price__item a {
	color: inherit;
	transition: color 0.5s;
}

.price__item a:hover {
	color: #00c466;
}

.price__text {
	padding-right: 20px;
}

.price__money {
	margin-left: auto;
	width: 212px;
	max-width: 100%;
	flex-shrink: 0;
	border-left: 1px solid rgba(2, 26, 13, 0.1);
	text-align: right;
}

.price__money span {
	display: block;
	color: rgba(2, 26, 13, 0.4);
}

.faq__item {
	padding: 24px 40px;
	border-radius: 24px;
	background-color: rgba(2, 26, 13, 0.05);
}
.faq__item a {
    color: #00c466;
}

.faq__item + .faq__item {
	margin-top: 12px;
}

.faq__ask {
	position: relative;
	padding: 4px 0;
	padding-right: 46px;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.4;
}

.faq__ask:hover {
	cursor: pointer;
}

.faq__ask::after {
	content: "";
	display: block;
	position: absolute;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	right: 0;
	top: 50%;
	margin-top: -18px;
	background: rgba(2, 26, 13, 0.05) url(../img/shevron.svg) no-repeat center;
	transition: -webkit-transform 0.3s linear;
	transition: transform 0.3s linear;
	transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.faq__ask.active::after {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	background-color: rgba(2, 26, 13, 0.1);
}

.faq__answer {
	margin-top: 16px;
	display: none;
}

.blog__box {
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}

.blog__item {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 12px;
	margin-right: 12px;
	width: calc(50% - 24px);
	margin-bottom: 24px;
	border-radius: 16px;
}

.blog .news__pic {
	height: 267px;
}

.blog .news__title {
	font-size: 22px;
}

.blog .news__excerpt {
	font-size: 14px;
}

.blog__item-first {
	width: calc(100% - 24px);
	display: flex;
	gap: 24px;
}

.blog__item-first .news__pic {
	margin: 0;
	height: 344px;
	min-width: 45%;
}

.blog__item-first .news__text {
	padding: 0;
	display: flex;
	flex-direction: column;
}

.blog__item-first .news__title {
	margin-top: 0;
	max-width: 100%;
	font-size: 30px;
}

.blog__item-first .news__excerpt {
	margin-bottom: 10px;
}

.blog__item-first .info {
	margin-top: auto;
}

.blog__item-b {
	padding: 24px;
	background-color: #f0f2f0;
}

.blog__item-b .news__pic {
	margin-bottom: 75px;
	width: 180px;
	height: 180px;
}

.blog__item-b .news__pic img {
	-o-object-fit: contain;
	object-fit: contain;
}

.blog__item-b .news__text {
	padding-bottom: 0;
}

.news .section__title {
	max-width: 76%;
}

.news__slider {
	position: relative;
	padding-left: 40px;
}

.news__pic {
	margin-bottom: 16px;
	width: 100%;
	height: 344px;
	border-radius: 24px;
	overflow: hidden;
}

.news__pic img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.news__text {
	padding-bottom: 24px;
}

.news__title {
	margin-top: 8px;
	font-size: 30px;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: -0.03em;
	max-width: 90%;
}

.news__title a {
	display: block;
	color: inherit;
	transition: color 0.5s;
}

.news__title a:hover {
	color: #00c466;
}

.news__excerpt {
	margin-top: 8px;
	font-size: 17px;
	line-height: 1.5;
	letter-spacing: -0.01em;
	max-width: 90%;
}

.news .swiper-button-prev,
.news .swiper-button-next {
	top: 40%;
}

.feedback__items {
	max-width: 968px;
}

.feedback__items::after {
	position: absolute;
	bottom: 0;
	content: "";
	display: block;
	clear: both;
	width: 100%;
	height: 120px;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0) 0%,
		#ffffff 100%
	);
}

.feedback__item {
	float: left;
	width: 450px;
	max-width: 100%;
	margin: 12px;
	padding: 32px;
	border-radius: 24px;
	background-color: rgba(2, 26, 13, 0.05);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.feedback__item-c {
	max-width: 368px;
	border: 3px solid rgba(2, 26, 13, 0.05);
	background-color: transparent;
}

.feedback__item-c .feedback__image {
	width: 100%;
	margin-top: auto;
	margin-bottom: auto;
	align-self: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.feedback__item-c .feedback__image img {
	max-height: 200px;
}

.feedback__item-c .feedback__footer {
	justify-content: flex-end;
}

.feedback__item--width2 {
	width: 100%;
}

.feedback__header {
	width: 100%;
	margin-bottom: 8px;
	padding: 7px 0;
	display: flex;
	justify-content: space-between;
	font-size: 17px;
	line-height: 1.5;
	letter-spacing: -0.01em;
}

.feedback__date {
	color: rgba(2, 26, 13, 0.4);
}

.feedback__text {
	font-size: 17px;
	line-height: 1.4;
	font-weight: 500;
}

.feedback__text p + p {
	margin-bottom: 14px;
}

.feedback__author {
	margin-top: 14px;
	font-size: 19px;
	line-height: 1.4;
	font-weight: 500;
	color: rgba(2, 26, 13, 0.4);
}

.feedback__item-first .feedback__text,
.feedback__item-first .feedback__author {
	font-size: 22px;
	line-height: 1.3;
}
.feedback__text-wrapper {
	margin-bottom: 60px;
}
.feedback__footer {
	margin-top: auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.feedback__link {
	position: relative;
	padding: 5px 16px;
	padding-right: 25px;
	font-size: 17px;
	border-radius: 999px;
	color: #021a0d !important;
	background-color: rgba(2, 26, 13, 0.05);
	transition: background-color 0.5s;
}

.feedback__link:hover,
.feedback__link:active,
.feedback__link:focus {
	background-color: rgba(2, 26, 13, 0.1);
}

.feedback__link::after {
	position: absolute;
	content: url(../img/shevron.svg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	right: 10px;
	top: 5px;
}

.feedback__greet {
	margin-left: auto;
	position: relative;
	padding-right: 52px;
	font-size: 17px;
	color: #021a0d !important;
}

.feedback__greet::after {
	position: absolute;
	content: url(../img/greet.png);
	right: 0;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
}

.fs {
	margin: 24px 0;
}

.fs__content {
	display: flex;
	align-items: stretch;
	background-color: #fff;
	border-radius: 40px;
	padding: 40px 0;
}

.fs__intro {
	width: 34%;
	padding: 0 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

:where(.fs__intro, .staff__intro) .h2 {
	display: inline;
}

.fs__intro h2 span {
	display: inline;
	color: #00c466;
}

.fs__intro .section__header-link {
	margin-top: auto;
}

.fs__slider {
	width: 66%;
	padding-right: 40px;
	padding-bottom: 24px;
}

.fs__slide {
	height: 560px;
	float: none;
	width: auto;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.fs__slide .feedback__item {
	width: auto;
	max-width: 100%;
	margin: 0;
	height: 268px;
}

.fs__slide .feedback__text {
	max-height: 300px;
	overflow-y: auto;
}

.fs .swiper-horizontal > .swiper-scrollbar,
.fs .swiper-scrollbar.swiper-scrollbar-horizontal {
	bottom: 0;
}

.clients__slider {
	padding-left: 40px;
	padding-bottom: 24px;
}

.clients__slider .fs__slide {
	max-width: 360px;
	max-width: 100%;
}

.clients__slider .fs__slide .feedback__item {
	max-width: 360px;
	max-width: 100%;
}

.clients__slider .feedback__item,
.fs__slider .feedback__item {
	margin-bottom: 0;
}

.staff {
	margin: 24px 0;
}

.staff__content {
	position: relative;
	display: flex;
	align-items: stretch;
	background-color: #fff;
	border-radius: 40px;
	padding: 40px 0;
}

.staff__intro {
	width: 34%;
	padding: 0 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.staff__intro h2 span {
	display: block;
	color: #00c466;
}

.staff__intro .section__header-link {
	margin-top: auto;
}

.staff__btn {
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 32px;
}

.staff__slider {
	width: 66%;
	padding-right: 40px;
	padding-bottom: 24px;
}

#popup-response{
	display:none;
}
#popup-response.active{
	display:block;
	height:100vh;
	position:fixed;
	width:100%;
	top:0;
	left:0;
	background:#00000080;
	z-index:100;
}
#popup-response.active .content{
	height:calc(100% - 32px);
	border-radius:16px 16px 0 0;
	padding:16px 16px 80px 16px;
	background:#fff;
	width:100%;
	margin-top: 32px;
    position: relative;
}
#popup-response.active .content:before{
	content:'';
	position: absolute;
	top:8px;
	width:40px;
	left:50%;
	margin-left:-20px;
	background:#021A0D1A;
	height: 5px;
}
#popup-response.active .content .feedback__footer{
	position: absolute;
    width: calc(100% - 30px);
    bottom: 20px;
}
#popup-response.active .content .feedback__text {
	max-height: initial;
	overflow: auto;
	display: block;
	height: calc(100vh - 190px);
}

.staff__slide {
	position: relative;
	height: 560px;
	float: none;
	width: auto;
	margin: 0;
	border-radius: 24px;
}

.staff__slide-content {
	position: relative;
	height: 100%;
	border-radius: 24px;
	background-color: #f0f2f0;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.staff__text-wrap {
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 100%;
	border-radius: 24px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 24px;
	background: linear-gradient(360deg, #f0f2f0, hsla(120, 7%, 95%, 0));
}

.staff__tag {
	margin-bottom: 16px;
	font-size: 14px;
	border-radius: 999px;
	padding: 5px 16px;
	background: rgba(2, 26, 13, 0.05);
	letter-spacing: -0.01em;
}

.staff__name {
	margin-bottom: 5px;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: -0.01em;
}

.staff__occup {
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: -0.01em;
}

.staff__soc {
	position: relative;
	display: inline-block;
	padding: 5px;
	padding-left: 35px;
	border-radius: 999px;
	font-size: 17px;
	color: #021a0d;
	background-color: rgba(2, 26, 13, 0.05);
	transition: background-color 0.5s;
}

.staff__soc:hover {
	background-color: rgba(2, 26, 13, 0.1);
}

.staff__soc::before {
	position: absolute;
	content: "";
	left: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #2baaef url(../img/tg-w.svg) no-repeat center / 60%;
}

.page-about .content__header {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 600px;
	color: #fff;
	background: #021a0d url(../img/about-bg.jpg) no-repeat top right / cover;
}

.page-about .content__header .info {
	color: rgba(255, 255, 255, 0.6);
}

.page-about .content__header .info:last-child {
	margin-top: auto;
	max-width: 50%;
	color: #fff;
	font-size: 17px;
	line-height: 1.5;
	letter-spacing: -0.01em;
}

.page-about .content__main {
	padding-left: 16px;
	padding-right: 16px;
}

.about__icons {
	margin-bottom: 24px;
	display: flex;
	position: relative;
}

.about__icons a, .about__icons span {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.4);
	outline: 4px solid #021a0d;
}

.about__icons a:first-of-type, .about__icons span:first-of-type{
	background-color: #00c466;
	align-items: flex-end;
	z-index: 5;
}

.about__icons a:nth-of-type(2), .about__icons span:nth-of-type(2){
	z-index: 4;
}

.about__icons a:nth-of-type(3), .about__icons span:nth-of-type(3){
	z-index: 3;
}

.about__icons a:nth-of-type(4), .about__icons span:nth-of-type(4){
	z-index: 2;
}

.about__icons a:nth-of-type(5), .about__icons span:nth-of-type(5){
	z-index: 1;
}

.achiev {
	overflow: hidden;
	padding-top: 58px;
}

.achiev__title {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-size: 58px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: -0.03em;
	text-align: center;
}

.achiev__box {
	position: relative;
	width: 100%;
	min-height: 600px;
	background-image: url(../img/achiev-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.achiev__item {
	position: absolute !important;
	padding: 24px;
	width: 288px;
	min-height: 200px;
	overflow: hidden;
	display: flex !important;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 24px;
	background-color: #f0f2f0;
	border: 5px solid #fff;
}

.achiev__item:nth-child(1) {
	top: 1vw !important;
	left: 6vw !important;
}

.achiev__item:nth-child(2) {
	top: 3vw !important;
	left: unset !important;
	right: 18vw !important;
}

.achiev__item:nth-child(3) {
	top: 35% !important;
	left: unset !important;
	right: 0 !important;
}

.achiev__item:nth-child(4) {
	top: unset !important;
	bottom: 4vw !important;
	left: 11vw !important;
}

.achiev__item:nth-child(5) {
	top: unset !important;
	bottom: 1vw !important;
	left: 50% !important;
}

.achiev__digit {
	color: #00c466;
	font-size: 36px;
	font-weight: 500;
	letter-spacing: -0.03em;
}

.achiev__text {
	font-size: 17px;
	line-height: 1.5;
	letter-spacing: -0.01em;
	color: rgba(2, 26, 13, 0.4);
}

.flag {
	display: inline-block;
	margin: 0 5px -5px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: url(../img/rus.jpg) no-repeat center / cover;
}

.cs__item {
	position: relative;
	border-radius: 24px;
	background-color: #f0f2f0;
	display: flex;
}

.cs__item + .cs__item {
	margin-top: 24px;
}

.cs__image {
	width: 50%;
	border-top-left-radius: 24px;
	border-bottom-left-radius: 24px;
	position: relative;
	overflow: hidden;
	min-height: 340px;
}

.cs__image::after {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	height: 100%;
	width: 60%;
	background: linear-gradient(
		90deg,
		rgba(240, 242, 240, 0) 23.7%,
		#f0f2f0 76.3%
	);
}

.cs__image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.cs__text {
	padding: 40px;
	width: 50%;
}

.cs__title {
	position: relative;
	margin-bottom: 12px;
	padding-left: 44px;
	font-size: 19px;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: -0.01em;
	cursor: pointer;
}

.cs__title::after {
	content: "";
	display: block;
	position: absolute;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	left: 0;
	top: 50%;
	margin-top: -18px;
	background: rgba(2, 26, 13, 0.05) url(../img/shevron.svg) no-repeat center;
	transition: -webkit-transform 0.3s linear;
	transition: transform 0.3s linear;
	transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.cs__title.active::after {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	background-color: rgba(2, 26, 13, 0.1);
}

.cs__descr {
	position: relative;
	max-height: 120px;
	overflow: hidden;
	font-size: 14px;
	transition: max-height 0.5s;
}

/* .cs__descr::after {
	position: absolute;
	content: "";
	bottom: 0;
	width: 100%;
	height: 60px;
	background: linear-gradient(0deg, #f0f2f0, hsla(120, 7%, 95%, 0));
} */

.cs__descr p + p {
	margin-top: 15px;
}

.cs__descr.open {
	/* overflow-y: auto; */
	/* max-height: 340px!important; */
}

.cs__descr.open::after {
	display: none;
}

.cs__item--reverse .cs__text {
	order: -1;
}

.cs__item--reverse .cs__image {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 24px;
	border-bottom-right-radius: 24px;
}

.cs__item--reverse .cs__image::after {
	left: 0;
	background: linear-gradient(
		270deg,
		rgba(240, 242, 240, 0) 22.56%,
		#f0f2f0 77.44%
	);
}

.cs__cards {
	display: flex;
	flex-wrap: wrap;
	counter-reset: serv 0;
}

.cs__card {
	width: 320px;
	flex: 1 0 320px;
	margin-right: 8px;
	margin-bottom: 8px;
	padding: 24px;
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	background-color: #f0f2f0;
	counter-increment: serv 1;
}

.cs__card-top {
	margin-bottom: 20px;
}

.cs__card-bottom {
	margin-top: auto;
}

.cs__card-title {
	margin-bottom: 8px;
	margin-left: 5px;
	position: relative;
	font-size: 17px;
	line-height: 1.2;
	font-weight: 500;
	color: #00c466;
	letter-spacing: -0.01em;
}

.cs__card-title::before {
	display: inline-block;
	content: "0" counter(serv) " / ";
	color: #00c466;
	margin-right: 5px;
}

.cs__card-descr {
	font-size: 17px;
	letter-spacing: -0.01em;
}

.cs__power-box {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 24px 0;
}

.cs__power-item {
	width: 325px;
	padding: 24px;
	display: flex;
	align-items: flex-start;
	border-radius: 24px;
	border: 3px solid rgba(2, 26, 13, 0.05);
}

.cs__power-img {
	margin-right: 16px;
	width: 56px;
	height: 56px;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	padding: 16px;
	border-radius: 16px;
	background-color: rgba(2, 26, 13, 0.05);
}

.cs__power-img img {
	border-radius: 50%;
}

.cs__power-text {
	font-size: 17px;
	letter-spacing: -0.01em;
}

.cs__slider-more {
	position: relative;
	padding: 40px 40px 70px;
	border-radius: 32px;
	background-color: #f0f2f0;
}

.cs__slider-more .swiper-scrollbar {
	bottom: 40px;
	background-color: rgba(2, 26, 13, 0.05);
}

.cs__slide {
	position: relative;
	height: 495px;
	font-size: 36px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: -0.03em;
}

.cs__slide-box {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 32px;
	z-index: 3;
	height: 100%;
	border-radius: 14px;
	background: #fff url(../img/service-slider-bg.png) no-repeat center / cover;
	transition: height 0.5s;
}

.cs__slide:hover .cs__slide-box {
	height: 85%;
}

.cs__buttons {
	position: absolute;
	z-index: 1;
	bottom: 2px;
	right: 2px;
	background-color: #f0f2f0;
	width: 100%;
	margin-top: 8px;
	display: flex;
}

.cs__buttons .btn {
	width: 100%;
	padding-left: 1vw;
	padding-right: 1vw;
}

.cs__buttons .btn + .btn {
	margin-left: 8px;
}

.cs__slide-title {
	margin-bottom: 15px;
}

.cs__slide-bottom {
	margin-top: auto;
}

.cs__act {
	background-color: #f0f2f0;
	padding: 40px;
	border-radius: 32px;
}

.cs__act-title {
	margin-bottom: 10px;
	padding-right: 40px;
	position: relative;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: -0.01em;
	cursor: pointer;
}

.cs__act-title::after {
	content: "";
	display: block;
	position: absolute;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	right: 0;
	top: 50%;
	margin-top: -18px;
	background: rgba(2, 26, 13, 0.05) url(../img/shevron.svg) no-repeat center;
	transition: -webkit-transform 0.3s linear;
	transition: transform 0.3s linear;
	transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.cs__act-title.active::after {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	background-color: rgba(2, 26, 13, 0.1);
}

.cs__act-descr {
	position: relative;
	font-size: 14px;
	line-height: 1.4;
	max-height: 140px;
	overflow: hidden;
	transition: max-height 0.5s;
}

.cs__act-descr > * {
	margin-bottom: 5px;
}

.cs__act-descr ul li {
	margin-bottom: 5px;
	list-style: disc;
	list-style-position: inside;
}

.cs__act-descr::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	background: linear-gradient(
		180deg,
		rgba(240, 242, 240, 0) 0%,
		#f0f2f0 85.47%
	);
}

.cs__act-descr.open {
	max-height: 500px;
	overflow: auto;
}

.cs__act-descr.open::after {
	display: none;
}

.cs__slider .swiper-wrapper {
	flex-direction: column;
}

.request {
	margin: 24px 0;
}

.request__content {
	padding: 40px;
	border-radius: 40px;
	display: flex;
	justify-content: space-between;
	background: #00c466 url(../img/request-bg.png) no-repeat 200px bottom;
}

.request__title {
	margin-bottom: 184px;
	color: #fff;
	font-size: 36px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: -0.03em;
}

.request__descr {
	color: #fff;
	font-size: 17px;
	line-height: 1.5;
	letter-spacing: -0.01em;
}

.request__right {
	width: 480px;
	max-width: 100%;
	padding-left: 40px;
	border-left: 2px solid rgba(255, 255, 255, 0.4);
}

.request .btn {
	margin-top: 96px;
}

.p404 {
	padding: 20px 0;
}

.p404__content {
	padding-top: 50px;
	padding-bottom: 40px;
	padding-left: 16px;
	padding-right: 16px;
	background-color: #e4e7e5;
	border-radius: 40px;
}

.p404 h1 {
	margin-top: 50px;
	margin-bottom: 16px;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.03em;
}

.p404 p {
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: -0.01em;
}

.p404 p:last-of-type {
	margin-bottom: 24px;
}

.p404 .btn + .btn {
	margin-left: 8px;
}

.quiz__over-modal {
	display: none;
}

.quiz .widget__title {
	display: block;
}

.quiz-container {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid rgba(2, 26, 13, 0.05);
}

.quiz__question {
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}

.quiz__number {
	font-size: 17px;
	color: rgba(2, 26, 13, 0.4);
}

.quiz__name {
	font-size: 19px;
	font-weight: 500;
}

.quiz__content {
	margin-top: 16px;
	margin-bottom: 56px;
}

.quiz__item {
	margin-right: 8px;
	margin-bottom: 8px;
	display: inline-block;
}

.quiz__item label {
	cursor: pointer;
	display: flex;
	border-radius: 999px;
	font-size: 17px;
	padding: 5px 16px;
	background-color: rgba(2, 26, 13, 0.05);
}

.quiz .form__checkbox:checked + label {
	color: #fff;
	background-color: #021a0d;
}

.quiz__content.last .quiz__item {
	display: block;
}

.quiz__content.last .quiz__item label {
	padding: 0;
	background-color: transparent;
}

.quiz__progress {
	display: flex;
	gap: 4px;
}

.quiz__progress-item {
	width: 100%;
	height: 8px;
	border-radius: 999px;
	background-color: rgba(2, 26, 13, 0.05);
	transition: background-color 0.5s;
}

.quiz [data-progress="0"] .quiz__progress-item:first-child {
	background-color: rgba(0, 196, 102, 0.3);
}

.quiz [data-progress="1"] .quiz__progress-item:first-child {
	background-color: #00c466;
}

.quiz [data-progress="1"] .quiz__progress-item:nth-child(2) {
	background-color: rgba(0, 196, 102, 0.3);
}

.quiz [data-progress="2"] .quiz__progress-item:first-child {
	background-color: #00c466;
}

.quiz [data-progress="2"] .quiz__progress-item:nth-child(2) {
	background-color: #00c466;
}

.quiz [data-progress="2"] .quiz__progress-item:nth-child(3) {
	background-color: rgba(0, 196, 102, 0.3);
}

.sort-list a:hover {
    background-color: rgba(2, 26, 13, 0.05);
}
.sort-list a {
    font-size: 14px;
    background-color: #fff;
    width: 100%;
    display: block;
	color:#000;
    padding: 6px 6px;
    text-align: end;
}

.widget.quiz .quiz__form {
	margin-top: 0;
}

.quiz__over-modal .widget__text {
	margin-bottom: 20px;
}

.footer {
	font-size: 14px;
	line-height: 1.4;
	color: rgba(2, 26, 13, 0.4);
}

.footer__content {
	padding: 40px 40px 16px;
}

.footer a {
	color: #021a0d;
	transition: color 0.5s;
}

.footer a:hover,
.footer a:active,
.footer a :focus {
	color: #00c466;
}

.footer b {
	color: #021a0d;
}

.footer__top {
	display: flex;
	gap: 8px;
}

.footer__links {
	display: flex;
	gap: 8px;
}

.footer__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 120px;
	background-color: #fff;
	border-radius: 32px;
	text-align: center;
}

.footer svg path {
	transition: fill 0.5s;
}

.footer__icon:hover path,
.footer__icon:active path,
.footer__icon:focus path {
	fill: #00c466;
}

.footer__popup {
	position: relative;
	padding: 18px 184px 18px 24px;
	width: 100%;
	max-width: 348px;
	height: 120px;
	background: linear-gradient(
		270deg,
		rgba(255, 255, 255, 0) 45%,
		#ffffff 74.42%
	),
	url(../img/map.png) no-repeat right center / cover;
	border-radius: 32px;
	color: rgba(0, 0, 0, 0.847) !important;
	overflow: hidden;
}

.footer__popup::after {
	position: absolute;
	content: url(../img/pick.svg);
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 56px;
}

.footer__member {
	width: 100%;
	max-width: 600px;
	min-width: 316px;
	height: 120px;
	padding: 20px 160px 20px 24px;
	background: rgba(2, 26, 13, 0.03) url(../img/member.svg) no-repeat 90%
	center / 80px;
	border-radius: 32px;
	text-align: right;
	overflow: hidden;
}

.footer__middle {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.footer__menu {
	padding: 40px 0;
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
	max-width: 376px;
	width: 100%;
}

.footer__menu li {
	width: 120px;
	margin-bottom: 40px;
}

.footer__menu li span {
	margin-left: 4px;
	color: rgba(2, 26, 13, 0.4);
}

.footer__contact {
	padding: 40px 0;
	text-align: right;
}

.footer__logo {
	display: inline-block;
	max-width: 147px;
	margin-bottom: 56px;
}

.footer__bottom {
	display: flex;
	padding-top: 16px;
	border-top: 1px solid rgba(2, 26, 13, 0.1);
}

.footer__bottom > * {
	margin-bottom: 16px;
}

.footer__bottom p + p {
	margin-left: 28px;
}

.footer__bottom p:last-of-type {
	margin-left: auto;
}

.map {
	width: 100%;
	height: 100%;
}

.map__wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 538px;
}

.map__info {
	position: absolute;
	left: 12px;
	top: 12px;
	background-color: #fff;
	width: 512px;
	height: 85%;
	z-index: 2;
	border-radius: 32px;
	box-shadow: 8px 8px 16px 0px #021a0d1a;
	padding: 24px;
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
	transition: max-height 0.5s;
}

.map__cards {
	padding: 5px;
	height: 100%;
	overflow-y: auto;
	/* scrollbar-width: thin; */
}

:where(.map__cards)::-webkit-scrollbar {
	width: 7px;
}

:where(.map__cards)::-webkit-scrollbar-thumb {
	background-color: #00b75f;
	/* background-color: rgba(2, 26, 13, 0.05); */

}

:where(.map__cards)::-webkit-scrollbar-thumb:hover {
	background-color: #00d46e;
	/* background-color: rgba(2, 26, 13, 0.05); */
}

:where(.map__cards)::-webkit-scrollbar-track {
	background-color: #f0f2f0;
	/* background-color: #fff; */
}

.map__card {
	margin-bottom: 24px;
	padding: 24px 24px 16px;
	background-color: #f0f2f0;
	border-radius: 24px;
}

.map__card-header {
	margin-bottom: 43px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.map__city {
	margin-bottom: 8px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
}

.map__address {
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 1.4;
}

.map__time {
	position: relative;
	padding-left: 24px;
	font-size: 14px;
	line-height: 1.4;
	color: rgba(2, 26, 13, 0.4);
}

.map__time::after {
	position: absolute;
	content: url(../img/time.svg);
	left: 0;
	top: 0;
	margin-top: -3px;
	width: 20px;
	height: 20px;
}

.map__route {
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
	padding: 4px 16px;
	padding-right: 36px;
	font-size: 14px;
	background-color: rgba(2, 26, 13, 0.05);
	border-radius: 999px;
	color: #021a0d;
	transition: background-color 0.5s;
}

.map__route:hover {
	background-color: rgba(2, 26, 13, 0.1);
}

.map__route::after {
	position: absolute;
	content: url(../img/route.svg);
	right: 10px;
	top: 7px;
}

.map__card-pic {
	width: 64px;
	height: 64px;
	flex: 0 0 auto;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background-color: rgba(2, 26, 13, 0.05);
	display: flex;
	align-items: center;
	justify-content: center;
}

.map__card-pic img {
	width: 30px;
	height: auto;
}

.map__contacts {
	display: flex;
	align-items: stretch;
}

.map__tel-btn {
	margin-right: 4px;
	padding-left: 22px !important;
	padding-right: 42px !important;
	font-weight: 500;
	font-size: 14px;
}

.map__tel-btn::after {
	right: 18px;
	top: 45%;
}

.map__mail-btn {
	padding: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.map__mail-btn:hover svg path {
	fill: #00c466;
}

.map__req-btn.mixitup-control-active svg path {
	fill: #fff;
}

.map__hide {
	position: absolute;
	right: -60px;
	top: 0;
}

.map__hide img {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.map__info.hide {
	padding: 0;
}

.map__info.hide .map__cards {
	display: none;
}

.map__info.hide .map__hide img {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.map .popup__inner {
	width: 100%;
	height: 100%;
}

.map__box {
	z-index: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 32px;
	overflow: hidden;
}

.map__box iframe {
	width: 100%;
	height: 100% !important;
}

.popup {
	padding: 40px;
	border-radius: 32px;
	background-color: #fff;
	max-width: 480px;
}

.popup__inner {
	height: 100%;
}

.popup__title {
	margin-bottom: 8px;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: -0.01em;
}

.popup__text {
	margin-bottom: 32px;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: -0.01em;
}

.popup__form .form__input {
	background-color: #f0f2f0;
}

.popup__form .form__submit {
	max-width: 100%;
}

.fancybox__slide {
	padding: 0;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
	padding-top: 0;
}

.fancybox__backdrop {
	background-color: rgba(2, 26, 13, 0.5);
}

.fancybox__content > .f-button.is-close-btn,
.is-compact .fancybox__content > .f-button.is-close-btn {
	top: 16px;
	right: 16px;
	width: 14px;
	height: 14px;
	color: rgba(2, 26, 13, 0.4);
	opacity: 1;
	background-color: transparent;
}

.fancybox__content > .f-button.is-close-btn {
	width: 18px;
	height: 18px;
	top: 24px;
	right: 24px;
}

.popup.popup-thank .btn {
	margin-top: 80px;
}

.popup.popup-city {
	max-width: 100%;
}

.popup.popup-city .popup__title {
	font-size: 30px;
}

.popup.map {
	max-width: 100%;
	padding: 24px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 0;
}

.popup.map.fancybox__content > .f-button.is-close-btn {
	top: 40px;
	right: 40px;
	width: 56px;
	height: 56px;
	border-radius: 16px;
	background-color: #fff !important;
	border: 2px solid rgba(2, 26, 13, 0.05);
	opacity: 1;
	box-shadow: 8px 8px 16px 0px #021a0d1a;
}

.popup.map.fancybox__content > .f-button.is-close-btn svg {
	stroke: #021a0d;
}

.popup.map.fancybox__content > .f-button.is-close-btn:hover {
	opacity: 1;
}
.info.single-service-info{
	background: #fff;
    width: 25%;
    position: absolute;
    right: 50px;
    bottom: 40px;
    border-radius: 24px;
    padding: 24px;
}
.info.single-service-info a:hover{
	color:#fff;
}
.info.single-service-info p.price{
	color:#021A0D;
	font-size:36px;
	margin-bottom:24px;
	line-height:1.24;
}
.info.single-service-info p.price b{
	font-weight:500;
}
.info.single-service-info .info__btn {
    margin-bottom: 30px;
    color: #021A0D66;
    width: 230px;
    border: 2px solid #021A0D66;
}

@media screen and (max-width: 1600px) {
	.case__card-wrapper-big {
		width: calc(800px - 20px);
		flex: 1 1 calc(800px - 20px);
	}
}

@media screen and (max-width: 1200px) {
	.info.single-service-info .info__btn{
		width:100%;
	}
	.d-xl-none {
		display: none !important;
	}

	.request__title {
		font-size: 28px;
	}

	.d-xl-block {
		display: block;
	}

	.mt-xl-0 {
		margin-top: 0 !important;
	}

	.accomp__descr::after {
		display: block;
	}

	.widget--case .widget__soc {
		margin-right: 16px;
	}

	.content {
		grid-template-columns: 1fr 1fr;
		grid-template-areas: "header header" "main main" "aside aside";
		border-radius: 24px;
		background-color: transparent;
		padding-bottom: 0;
	}

	.content__header {
		padding: 16px;
		border-top-left-radius: 24px;
		border-top-right-radius: 24px;
	}

	.content__headerMap {
		padding: 16px;
		border-top-left-radius: 24px;
		border-top-right-radius: 24px;
	}

	.content__main {
		padding: 0 16px 16px;
		border-bottom-left-radius: 24px;
		border-bottom-right-radius: 24px;
	}

	.content .aside {
		margin-top: 16px;
		padding: 16px;
		border-radius: 24px;
		border-left: none;
	}

	.staff__intro h2 {
		font-size: 22px;
	}

	.footer__top {
		flex-direction: column;
	}

	.blog__item-first {
		flex-wrap: wrap;
	}

	.service__box .service__card {
		width: calc(50% - 24px);
	}
}

@media screen and (max-width: 1120px) {
	.info.single-service-info {
		width: 50%;
		position: static;
	}
	.content__wrapper-main {
		display: block;
	}

	.request__form-wrap-btn {
		margin-top: 24px;
	}
}

@media screen and (max-width: 992px) {
	.d-lg-none {
		display: none !important;
	}

	.footer__wrapper-items {
		flex-wrap: wrap;
	}

	.aside__wrapper {
		padding: 0;
	}

	.aside--hr-top {
		position: relative;
	}

	.aside--hr-top::before {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background-color: rgba(2, 26, 13, 0.1);
		top: 0;
		inset-block-start: 0;
		inset-inline-start: 0;
		transform: translateY(-30px);
	}

	.footer__popup {
		flex: 1 1 auto;
		max-width: 100%;
	}

	.cs__power-item {
		flex: 1 1 275px;
		align-items: center;
	}

	.withus__content {
		flex-direction: column;
		min-height: auto;
	}

	.withus__intro {
		width: 100%;
	}

	.withus__intro .h2 br {
		display: none;
	}

	.withus__slider {
		width: 100%;
	}

	.withus__slide {
		padding-top: 84px;
		min-height: 400px;
	}

	.withus .swiper-pagination-bullets {
		top: 40px;
		left: 40px;
		width: 90%;
		bottom: unset;
		text-align: left;
	}

	.withus .swiper-pagination-bullet {
		width: 100%;
	}

	.discuss__content {
		grid-template-columns: 1fr;
		grid-template-areas: "title" "form" "contact";
	}

	.discuss__title {
		margin-bottom: 40px;
		font-size: 22px;
	}

	.discuss__contact {
		margin-top: 40px;
	}

	.discuss__form {
		padding-left: 0;
		padding-top: 24px;
		border-left: none;
		border-top: 1px solid rgba(255, 255, 255, 0.4);
	}

	.case__lable {
		width: 70px;
		height: 70px;
	}

	.page-case .content__header .case__lable {
		right: 16px;
		top: unset;
		bottom: 16px;
	}

	.city__list {
		-webkit-column-count: 2;
		column-count: 2;
	}

	.header .city-address {
		margin-left: 0;
	}

	.header .site-logo {
		margin-left: 0;
	}

	.hero__content {
		padding: 16px;
		background: #021a0d;
	}

	.hero .h1 {
		margin-bottom: 74px;
		font-size: 30px;
	}

	.hero span img {
		margin-left: 0;
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}

	.hero span + span {
		margin-top: 12px;
	}

	.content__title {
		max-width: 100%;
		font-size: 35px;
	}
	.content__title.single-service-title{
		width:100%;
	}

	.feedback__item-c {
		max-width: 100%;
	}

	.feedback__item-c .feedback__image img {
		max-height: 115px;
	}

	.fs__content {
		padding: 24px 16px 16px;
		flex-direction: column;
		border-radius: 24px;
	}

	.fs__intro {
		width: 100%;
		padding: 0;
		margin-bottom: 24px;
	}

	.fs__intro h2 span {
		display: inline-block;
	}

	.fs__slider {
		width: 100%;
	}

	.fs__slide {
		height: 360px;
	}

	.fs__slide .feedback__item {
		height: 170px;
	}

	.fs__slide .feedback__text {
		height: 200px;
	}

	.staff__content {
		padding: 24px 16px 100px;
		flex-direction: column;
		border-radius: 24px;
	}

	.staff__intro {
		width: 100%;
		padding: 0;
		margin-bottom: 24px;
	}

	.staff__intro h2 span {
		display: inline-block;
	}

	.staff__btn {
		position: absolute;
		left: 16px;
		bottom: 16px;
	}

	.staff__slider {
		width: 100%;
	}

	.staff__slide {
		height: 360px;
	}

	.page-about .content__main {
		margin-top: 16px;
		border-radius: 16px;
		padding-left: 0;
		padding-right: 0;
	}

	.achiev {
		padding-top: 24px;
	}

	.achiev__title {
		font-size: 30px;
	}

	.achiev__box {
		min-height: 540px;
	}

	.achiev__item {
		padding: 16px;
		width: 200px;
		min-height: 122px;
		border-radius: 16px;
	}

	.achiev__item:nth-child(1) {
		left: unset !important;
		right: -70px !important;
		top: 45% !important;
		-webkit-animation: wave 10s 0.1s infinite alternate
		cubic-bezier(0.455, 0.03, 0.515, 0.955);
		animation: wave 10s 0.1s infinite alternate
		cubic-bezier(0.455, 0.03, 0.515, 0.955);
	}

	.achiev__item:nth-child(2) {
		right: unset !important;
		left: -10px !important;
		top: 30% !important;
		-webkit-animation: wave 15s 0.5s infinite alternate
		cubic-bezier(0.455, 0.03, 0.515, 0.955);
		animation: wave 15s 0.5s infinite alternate
		cubic-bezier(0.455, 0.03, 0.515, 0.955);
	}

	.achiev__item:nth-child(3) {
		right: unset !important;
		left: 30% !important;
		top: unset !important;
		bottom: 0 !important;
		-webkit-animation: wave 12s 0.2s infinite alternate
		cubic-bezier(0.455, 0.03, 0.515, 0.955);
		animation: wave 12s 0.2s infinite alternate
		cubic-bezier(0.455, 0.03, 0.515, 0.955);
	}

	.achiev__item:nth-child(4) {
		left: -10px !important;
		bottom: unset !important;
		top: 26px !important;
		-webkit-animation: wave 14s 0.5s infinite alternate
		cubic-bezier(0.455, 0.03, 0.515, 0.955);
		animation: wave 14s 0.5s infinite alternate
		cubic-bezier(0.455, 0.03, 0.515, 0.955);
	}

	.footer__member {
		flex: 1 1 auto;
		max-width: 100%;
	}

	.achiev__item:nth-child(5) {
		left: unset !important;
		right: -60px !important;
		bottom: unset !important;
		top: 10px !important;
		-webkit-animation: wave 10s 0.4s infinite alternate
		cubic-bezier(0.455, 0.03, 0.515, 0.955);
		animation: wave 10s 0.4s infinite alternate
		cubic-bezier(0.455, 0.03, 0.515, 0.955);
	}

	.achiev__digit {
		font-size: 22px;
	}

	.achiev__text {
		font-size: 14px;
	}

	.flag {
		width: 30px;
		height: 30px;
	}
}

@media screen and (max-width: 768px) {
	.info.single-service-info {
        width: 100%;
        padding: 15px;
    }
	.info.single-service-info .info__btn {
		margin-bottom: 10px;
	}
	.info.single-service-info p.price {
		font-size: 30px;
		margin-bottom: 15px;
	}
	.d-md-none {
		display: none !important;
	}

	.map__contacts {
		justify-content: space-between;
	}

	.map__mail-btn {
		width: 56px;
		height: 56px;
		border-radius: 16px !important;
	}

	.case__widget-list .case__widget {
		width: 100%;
		max-width: 100%;
	}

	body {
		padding-block-end: 66px;
	}

	.filter__buttons.filter__buttons--cities .filter__button {
		margin: 0;
	}

	.filter__buttons.filter__buttons--cities {
		flex: 1 1 auto;
		flex-wrap: nowrap;
		gap: 8px;
		overflow-x: auto;
		padding-bottom: 12px;
	}

	.feedback__item {
		width: 100% !important;
	}

	.d-md-block {
		display: block;
	}

	.btn-map {
		width: 44px;
		height: 44px;
		border-radius: 12px;
	}

	.filter__buttons + .filter__buttons {
		margin-left: 0;
		padding-left: 0;
	}

	.filter__buttons + .filter__buttons::before {
		display: none;
	}

	.pagination {
		/* flex-direction: column; */
		align-items: center;
	}

	.pagination__more {
		margin-bottom: 8px;
	}

	.search__box {
		margin-top: 16px;
	}

	.search__input {
		padding: 10px 16px;
		padding-left: 50px;
	}

	.search__list {
		overflow-x: auto;
		flex-wrap: nowrap;
	}

	/*.select__box {
		display: none;
	}*/

	.select__box {
		margin-left: inherit;
	}

	.section {
		margin: 16px 0;
	}

	.section__content {
		border-radius: 24px;
		padding-bottom: 24px;
	}

	.section__header {
		padding: 16px;
	}

	.section__header-link {
		font-size: 22px;
	}

	.accomp {
		padding: 8px 16px;
	}

	.service__box .service__card {
		width: calc(100% - 24px);
	}

	.ss {
		margin: 16px 0;
	}

	.ss__content {
		padding: 24px 0;
		border-radius: 24px;
	}

	.ss__header {
		padding: 0 24px;
		margin-bottom: 24px;
	}

	.license__slider {
		height: 480px;
	}

	.license__slide {
		padding: 56px 16px 16px;
		border-radius: 24px;
	}

	.license .swiper-slide-next {
		margin-left: -40px;
	}

	.license__header {
		margin-bottom: 8px;
		max-width: 80%;
		font-size: 22px;
	}

	.case__slider {
		padding-left: 15px;
	}
	
	.license__descr {
		max-width: 80%;
		font-size: 14px;
	}

	.license .btn {
		width: 90%;
	}

	.license .swiper-pagination-bullets {
		top: 24px;
		left: 16px;
	}

	.case__box {
		gap: 16px;
	}

	.case__card-wrapper {
		height: 432px;
	}

	.case__card-wrapper-big .case__descr {
		font-size: 20px;
	}

	.case__slider {
		height: 432px;
	}

	.case__card {
		padding: 16px;
	}

	.case__card + .case__card {
		margin-top: 16px;
	}

	.case__descr {
		margin-bottom: 12px;
		font-size: 20px;
	}

	.case__card-05 .case__descr {
		font-size: 17px;
		margin-bottom: 12px;
	}

	.case__cont-item--final {
		flex-direction: column;
		align-items: flex-start;
		font-size: 17px;
		gap: 16px;
	}

	.map__wrapper--case .case__card-05 {
		height: 208px;
	}

	.page-case .content__header {
		min-height: 343px;
	}

	.page-case .content .aside {
		padding-top: 24px;
	}

	.widget__soc-wrap {
		flex-direction: column;
		align-items: flex-start;
	}

	.widget--case .widget__chat {
		margin-left: 0;
		padding-left: 0;
		padding-top: 16px;
		border-left: none;
		border-top: 1px solid rgba(2, 26, 13, 0.05);
	}

	.map-section .section__header {
		padding-bottom: 16px;
	}

	.map-section .filter__buttons {
		margin-top: 8px;
	}

	.map-section .map__wrapper {
		width: calc(100% - 32px);
	}

	.city__list {
		-webkit-column-count: 1;
		column-count: 1;
	}

	.mobile__menu {
		-webkit-transform: translateY(-200%);
		transform: translateY(-200%);
		-webkit-transform-origin: top;
		transform-origin: top;
		transition: all 0.5s ease-in-out;
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		width: 100%;
		height: 100%;
		margin: 0;
		background-color: #fff;
	}

	.agenda__box {
		padding: 16px;
		border-radius: 16px;
	}

	.cs__agenda-title {
		padding-left: 40px;
		font-size: 22px;
		cursor: pointer;
	}

	.cs__agenda-title::after {
		display: block;
	}

	.cs__agenda .filter__button-save {
		margin-left: 0;
	}

	.agenda-filter,
	.agenda__box {
		display: none;
	}

	.header .city-address {
		font-size: 13px;
	}

	.header__nav {
		padding: 16px;
		border-radius: 16px;
	}

	.header .site-logo img {
		width: 135px;
	}

	.hero {
		margin-bottom: 16px;
	}

	.content.content--gr .content__header {
		min-height: 343px;
	}

	.content.content--gr .aside {
		padding-top: 24px;
	}

	.content__page figure {
		max-width: 100%;
		height: 175px;
		border-radius: 8px;
	}

	.content__page figure img {
		border-radius: 8px;
	}

	.blog__item {
		width: calc(100% - 24px);
	}

	/*.blog__item-first {
		display: block;
	}*/

	.blog__item-first .news__pic {
		margin-bottom: 16px;
		min-width: none;
		height: 264px;
	}

	.blog__item-first .news__title {
		margin-top: 8px;
		font-size: 22px;
	}

	.blog__item-first .info {
		order: -1;
	}

	.news__slider {
		padding-left: 16px;
	}

	.fs__slide .feedback__text {
		height: 150px;
	}

	.clients__slider {
		padding-left: 16px;
	}

	.page-about .content__header {
		min-height: 512px;
		background: #021a0d;
		border-radius: 16px;
	}

	.page-about .content__header .info:last-child {
		max-width: 100%;
	}

	.cs__item {
		flex-direction: column;
		border-radius: 16px;
	}

	.cs__item + .cs__item {
		margin-top: 0;
	}

	.cs__image {
		width: 100%;
		height: 215px;
		border-top-left-radius: 16px;
		border-top-right-radius: 16px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	.cs__image::after {
		width: 100%;
		height: 100%;
		top: unset;
		bottom: 0;
		background: linear-gradient(
			180deg,
			rgba(242, 243, 243, 0) 0%,
			#f2f3f3 90.45%
		);
	}

	.cs__image img {
		top: -1px;
	}

	.cs__text {
		padding: 16px;
		width: 100%;
	}

	.cs__title {
		font-size: 17px;
		min-height: 48px;
		vertical-align: middle;
	}

	.cs__descr {
		max-height: 72px;
	}

	.cs__item--reverse .cs__text {
		order: 2;
	}

	.cs__item--reverse .cs__image {
		border-top-left-radius: 16px;
		border-bottom-right-radius: 0;
	}

	.cs__item--reverse .cs__image::after {
		width: 100%;
		height: 100%;
		top: unset;
		bottom: 0;
		background: linear-gradient(
			180deg,
			rgba(242, 243, 243, 0) 0%,
			#f2f3f3 90.45%
		);
	}

	.cs__slider-more {
		padding: 16px;
		border-radius: 16px;
	}

	.cs__slider-more .swiper-scrollbar {
		display: none;
	}

	.cs__slide {
		height: 264px;
		font-size: 22px;
	}

	.cs__slide-box {
		padding: 16px;
		border-radius: 16px;
	}

	.cs__slider .swiper-wrapper {
		flex-direction: row;
	}

	.request {
		margin: 16px 0;
	}

	.request__content {
		padding: 16px;
		border-radius: 24px;
		flex-direction: column;
		background: #00c466 url(../img/request-bg.png) no-repeat -50px bottom;
	}

	.request__title {
		margin-bottom: 8px;
		font-size: 22px;
	}

	.request__descr {
		font-size: 14px;
	}

	.request__descr br {
		display: none;
	}

	.request__right {
		margin-top: 24px;
		padding-top: 24px;
		padding-left: 0;
		border-left: none;
		border-top: 2px solid rgba(255, 255, 255, 0.4);
	}

	.request .btn {
		margin-top: 24px;
		max-width: 100%;
	}

	.map__info {
		padding: 16px;
		left: 0;
		right: 0;
		top: unset;
		bottom: 0;
		border-radius: 16px;
		width: 95%;
		max-height: 65%;
		margin-bottom: 16px;
	}

	.map__card {
		padding: 16px;
		margin-bottom: 16px;
	}

	.map__card-header {
		margin-bottom: 37px;
	}

	.map__city {
		font-size: 17px;
	}

	.map__card-pic {
		width: 48px;
		height: 48px;
	}

	.map__tel-btn {
		line-height: 2;
		padding-top: 6px !important;
		padding-bottom: 6px !important;
		padding-left: 6px !important;
		padding-right: 30px !important;
		border-radius: 10px;
	}

	.map__mail-btn {
		padding: 6px !important;
		border-radius: 10px;
	}

	.map__hide {
		right: auto;
		left: 0;
		top: -55px;
	}

	.map__hide img {
		-webkit-transform: none;
		transform: none;
	}

	.map__info.hide .map__hide img {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.map__box {
		border-radius: 16px;
	}

	.popup.popup-city .popup__title {
		font-size: 20px;
	}

	.popup.map {
		padding: 0;
		padding-top: 32px;
	}

	.popup.map .map__box {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	.map__tel-btn {
		padding-inline: 9px !important;
		border-radius: 16px !important;
	}
}

@media screen and (max-width: 576px) {
	.container {
		padding-left: 16px;
		padding-right: 16px;
	}

	:is(.withus__slide, .license__slide) .btn-o {
		width: 90%;
	}

	.popup.map.fancybox__content > .f-button.is-close-btn {
		right: 10px;
	}

	.mobile__bottom .footer__links {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}

	.mobile__bottom .footer__top {
		gap: 16px;
	}

	.mobile__bottom .footer__links .footer__icon {
		width: 100%;
		height: auto;
		aspect-ratio: 1/1;
	}

	.h2 {
		font-size: 22px;
	}

	.d-xs-none {
		display: none !important;
	}

	.btn {
		padding: 18px 7vw;
	}

	.btn-page {
		width: 44px;
		height: 44px;
		line-height: 44px;
	}

	.filter__buttons {
		margin-top: 16px;
	}

	.filter__button {
		padding: 4px 16px;
		font-size: 15px;
		border-radius: 12px;
	}

	.search__item {
		padding: 4px 16px;
		font-size: 14px;
	}

	.select {
		padding: 4px 16px;
		padding-right: 36px;
		font-size: 14px;
	}

	.info__btn {
		padding: 8px 16px;
		font-size: 14px;
		border: 1px solid #fff;
	}

	.requisites__title {
		font-size: 17px;
	}

	.withus__content {
		border-radius: 24px;
	}

	.withus__intro {
		padding: 24px 16px;
	}

	.withus__intro .h2 {
		font-size: 22px;
	}

	.withus__slide {
		padding: 16px;
		padding-top: 40px;
		font-size: 22px;
	}

	.withus__slide .btn {
		width: 100%;
	}

	.withus .swiper-pagination-bullets {
		top: 10px;
		left: 16px;
		right: 16px;
	}

	.accomp__title {
		font-size: 17px;
		letter-spacing: -0.03em;
	}

	.discuss {
		margin-top: 16px;
		margin-bottom: 16px;
	}

	.discuss__content {
		padding: 16px;
		border-radius: 24px;
	}

	.discuss__contact {
		font-size: 14px;
	}

	.discuss__contact-list {
		margin-right: 16px;
	}

	.discuss__contact-list li {
		width: 64px;
		height: 64px;
	}

	.discuss__contact-list li:last-child img {
		width: 24px;
		height: 20px;
	}

	.discuss .form__submit {
		margin-top: 24px;
		font-size: 17px;
	}

	.service__card {
		height: 264px;
	}

	.service__card-box {
		padding: 16px;
		font-size: 22px;
	}

	.service__card:hover .service__card-box {
		height: 100%;
	}

	.service__title {
		font-size: 22px;
	}

	.service__buttons {
		z-index: 30;
		width: auto;
		padding-left: 16px;
		padding-top: 16px;
		border-top-left-radius: 16px;
		bottom: 0;
		right: 0;
	}

	.service__buttons .btn {
		width: 44px;
		height: 44px;
		border-radius: 12px;
		overflow: hidden;
		font-size: 0;
	}

	.service__buttons .btn-w::after {
		position: absolute;
		left: 0;
		right: 0;
		top: 3px;
		bottom: 0;
		content: "...";
		color: #021a0d;
		font-size: 20px;
	}

	.service__buttons .btn-link::after {
		left: 0;
		right: 0;
		/* top: 4px; */
		top: 0;
		bottom: 0;
		-webkit-transform: scale(0.6);
		transform: scale(0.6);


		content: "";
		display: block;
		background: url("../img/arrow-right.svg")no-repeat center/contain  !important;
		/* width: 24px; */
		/* height: 24px; */
		width: 100%;
		height: 100%;
	}

	.service__buttons .btn + .btn {
		margin-left: 4px;
	}

	.ss__slider::after {
		width: 20px;
	}

	.ss__slider {
		padding-left: 24px;
	}

	.case__part {
		padding: 24px 0;
	}

	.case__title,
	.h2,
	.h3 {
		margin-bottom: 16px;
		font-size: 22px;
	}

	.case__text {
		margin-bottom: 16px;
		font-size: 17px;
	}

	.case__cont-item {
		width: 100%;
		min-height: 118px;
		padding: 16px;
		border-radius: 16px;
	}

	.case__cont--scroll .case__cont-item {
		width: 180px;
		min-height: 180px;
	}

	.case__cont-p br {
		display: none;
	}

	.case__cont-h {
		font-size: 15px;
	}

	.case__widget {
		padding: 16px;
		min-height: 196px;
	}

	.case__widget-title {
		font-size: 20px;
	}

	.case__widget-title span {
		display: block;
	}

	.case__widget-bottom .btn-link {
		width: 56px;
		height: 56px;
		padding: 16px;
		font-size: 0;
	}

	.case__widget-bottom .btn-link::after {
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.aside__wrapper {
		gap: 24px;
	}

	/* .widget + .widget {
		margin-top: 24px;
	} */

	.widget {
		padding: 16px;
		border-radius: 16px;
	}

	.widget__title {
		font-size: 20px;
	}

	.widget__blog-title {
		margin-bottom: 8px;
		font-size: 14px;
	}

	.widget--case .widget__btn {
		width: 100%;
	}

	.mobile__btn.btn {
		padding: 10px 4vw;
	}

	.mobile__btn.btn.btn-link::after {
		right: 5px;
	}

	.hero .btn {
		font-size: 14px;
		padding: 8px 16px;
	}

	.content__title {
		font-size: 30px;
	}

	.content__page h2 {
		font-size: 20px;
	}

	.content__page h3 {
		font-size: 20px;
	}

	.content__page blockquote {
		padding: 24px;
		margin: 24px 0;
	}

	.context {
		margin-bottom: 24px;
		padding: 16px;
	}

	.context-title {
		font-size: 17px;
	}

	.notice-p__descr--lead {
		margin-bottom: 24px;
	}

	.price__item {
		padding: 16px;
		flex-direction: column;
		margin-bottom: 16px;
	}

	.price__text {
		padding-right: 0;
		margin-bottom: 16px;
	}

	.price__money {
		margin-left: 0;
		padding-top: 16px;
		border-left: none;
		border-top: 1px solid rgba(2, 26, 13, 0.1);
		width: 100%;
		flex-shrink: unset;
		text-align: left;
	}

	.faq__item {
		padding: 16px;
		border-radius: 8px;
	}

	.faq__item + .faq__item {
		margin-top: 8px;
	}

	.faq__ask {
		font-size: 15px;
		padding: 7px 0;
		padding-right: 46px;
	}

	.faq__answer {
		margin-top: 8px;
		font-size: 14px;
	}

	.blog__item {
		margin-bottom: 40px;
	}

	.blog .news__pic {
		height: 175px;
	}

	.blog .news__title {
		font-size: 20px;
	}

	.blog__item-b {
		padding: 16px;
	}

	.blog__item-b .news__pic {
		margin-bottom: 30px;
		width: 120px;
		height: 120px;
	}

	.news__pic {
		margin-top: 8px;
		height: 166px;
		border-radius: 8px;
	}

	.news__text {
		padding: 0;
	}

	.news__title {
		font-size: 20px;
		max-width: 96%;
	}

	.news__excerpt {
		max-width: 96%;
	}

	.feedback__item {
		margin: 0;
		margin-bottom: 24px;
		padding: 16px;
		border-radius: 16px;
	}

	.feedback__header {
		margin-bottom: 16px;
		font-size: 13px;
		padding: 0;
	}

	.feedback__text {
		font-size: 17px;
		max-height: 222px;
		overflow: hidden;
	    display: -webkit-box;
	    -webkit-line-clamp: 9;
		line-clamp: 9; 
	    -webkit-box-orient: vertical;
	}
	.feedback__item-first .feedback__text{
		line-height:1.4;
	}

	.feedback__author {
		font-size: 17px;
	}

	.feedback__item-first .feedback__text,
	.feedback__item-first .feedback__author {
		font-size: 17px;
	}

	.feedback__footer {
		margin-top: 40px;
	}

	.feedback__link {
		font-size: 14px;
	}

	.feedback__greet {
		font-size: 14px;
	}

	.feedback__greet::after {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	.fs {
		margin: 16px 0;
	}

	.staff {
		margin: 16px 0;
	}

	.staff__btn {
		width: 90%;
	}

	.cs__card {
		width: 100%;
		padding: 16px;
		border-radius: 16px;
	}

	.cs__card-top {
		margin-bottom: 0;
	}

	.cs__card-bottom {
		margin-top: 10px;
	}

	.cs__power-item {
		padding: 16px;
		border-radius: 16px;
	}

	.cs__power-text {
		font-size: 14px;
	}

	.cs__slide:hover .cs__slide-box {
		height: 100%;
	}

	.cs__buttons {
		z-index: 30;
		width: auto;
		padding-left: 16px;
		padding-top: 16px;
		border-top-left-radius: 16px;
		bottom: 0;
		right: 0;
	}

	.cs__buttons .btn {
		width: 44px;
		height: 44px;
		border-radius: 12px;
		overflow: hidden;
		font-size: 0;
	}

	.cs__buttons .btn-w::after {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		content: "...";
		color: #021a0d;
		font-size: 20px;
	}

	.cs__buttons .btn-link::after {
		left: 0;
		right: 0;
		top: 4px;
		bottom: 0;
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		content: url(../img/perm_phone_msg.svg);
	}

	.cs__buttons .btn + .btn {
		margin-left: 4px;
	}

	.cs__act {
		padding: 16px;
		border-radius: 16px;
	}

	.cs__act-title {
		font-size: 17px;
		padding-left: 40px;
		padding-right: 0;
		letter-spacing: -0.03em;
		margin-bottom: 20px;
	}

	.cs__act-title::after {
		left: 0;
		right: unset;
		top: 0;
		margin-top: 0;
	}

	.cs__act-descr {
		max-height: 88px;
	}

	.p404__content {
		padding: 14px;
		border-radius: 24px;
	}

	.p404 h1 {
		margin-top: 24px;
		margin-bottom: 24px;
		font-size: 22px;
	}

	.quiz__name {
		font-size: 17px;
	}

	.quiz__content {
		margin-bottom: 40px;
	}

	.quiz__item label {
		font-size: 14px;
	}

	.footer__content {
		padding: 24px 0;
	}

	.footer__icon {
		width: 79px;
		height: 79px;
		border-radius: 24px;
	}

	.footer__popup {
		max-width: 100%;
		height: 112px;
	}

	.footer__member {
		max-width: 100%;
		height: 112px;
	}

	.footer__middle {
		margin-bottom: 0;
		flex-wrap: wrap;
	}

	.footer__menu {
		padding: 24px 0;
	}

	.footer__contact {
		padding-top: 24px;
		padding-bottom: 16px;
		text-align: left;
		order: -1;
		border-bottom: 1px solid rgba(2, 26, 13, 0.1);
	}

	.footer__logo {
		margin-bottom: 32px;
	}

	.footer__bottom {
		flex-direction: column;
	}

	.footer__bottom p + p {
		margin-left: 0;
	}

	.footer__bottom p:last-of-type {
		margin-left: 0;
	}

	.popup {
		padding: 24px 16px;
		border-radius: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		-webkit-animation-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
.feedback__footer:hover a:after {
	transform: scale(1.2);
	transition: all 0.3s;
}
.news .section__header-link {
	margin-left: auto;
}
.news .section__header-wrapper .h2.section__title {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 100%;
}
.discuss__contact-list li {
	border: 4px solid #021A0D;
}
.discuss__contact-list li:first-child a img {
	border-radius: 50%;
}
.widget.widget--subscribe {
	margin-top: 40px;
}
/*.widget.widget--faq {
	order: 2;
}
.widget.quiz {
	order: 1;
}*/
.form.form--subscribe form.wpcf7-form.invalid,
.form.form--subscribe form.wpcf7-form.init {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}
.form.form--subscribe .wpcf7-form-control-wrap {
    display: block;
    width: calc(100% - 64px);
}
@media (min-width: 993px) and (max-width: 1540px) {
	.hero .h1 {
		font-size: 3.2vw;
	}
	.cs__power-img {
		margin-right: 10px;
		width: 44px;
		height: 44px;
		padding: 10px;
		border-radius: 16px;
	}
	.cs__power-item {
		padding: 10px;
	}
}
@media (min-width: 767px) and (max-width: 992px) {
	.news__title {
		font-size: 22px;
	}
	.news__excerpt {
		font-size: 14px;
	}
}

@media (max-width: 740px) {
	.news .section__header-link {
		margin-left: 0;
		white-space: nowrap;
	}
	.news .section__header-wrapper .h2.section__title {
		display: block;
		justify-content: space-between;
		width: 100%;
		max-width: 100%;
	}
}
.single .content.content--gr .content__header .info span {
	font-weight: 400;
}

.cases-grid-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
}
.cases-grid-container a{
	display:block;
	height:608px;
	position: relative;
	border-radius:24px;
	color: #fff;
	background-size: cover;
	overflow: hidden;
}
.cases-grid-container a:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0, 0) 60%);
	z-index: 1;
}
.cases-grid-container > div.block2 a,
.cases-grid-container > div.block3 a,
.cases-grid-container > div.block4 a,
.cases-grid-container > div.block7 a{
	height:284px;
}
.grid-case-title__title {
	font-size: 16px;
	display: block;
	font-weight: 400;
	line-height: 25px; 
	letter-spacing: -0.22px;
}
.cases-grid-container > div.block1 a .grid-case-title__title,
.cases-grid-container > div.block9 a .grid-case-title__title {
  font-size: 22px;
}
.cases-grid-container > div.block1{
  grid-column: 1/span 2;
  grid-row: span 2;
}
.cases-grid-container > div.block9 {
  grid-column: 2/span 2;
  grid-row: span 2;
}
.cases-grid-container > div.block5 {
  grid-row: span 2;
}
.cases-grid-container > div.block6 {
  grid-row: span 2;
}
.cases-grid-container > div.block8 {
  grid-row: span 2;
}
.pagination__show-more{
	width:100%;
	flex:1;
}
.pagination__show-more a{
	display: block;
    color: #021a0d !important;
    background-color: rgba(2, 26, 13, 0.05);
    border-radius: 16px;
    width: 100%;
    height: 56px;
    text-align: center;
    line-height: 56px;
    transition: all 0.5s;
}

.cases-grid-container > div.block1 a{
	position: relative;
	grid-column: 1 / 2;
	grid-row: 1 / 3;
	background-color: #F0F2F0;	
}
.cases-grid-container > div.block2 a,
.cases-grid-container > div.block3 a{
	position: relative;
	width: 100%;
	background-color: #F0F2F0;
}
.cases-grid-container > div.block2 a{
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}
.cases-grid-container > div.block3 a{
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}
.cases-grid-container > div.block2 .logo-case-grid,
.cases-grid-container > div.block4 .logo-case-grid,
.cases-grid-container > div.block7 .logo-case-grid,
.cases-grid-container > div.block8 .logo-case-grid{
	display:none;
}
.cases-grid-container > div.block2 a,
.cases-grid-container > div.block4 a,
.cases-grid-container > div.block6 a,
.cases-grid-container > div.block7 a,
.cases-grid-container > div.block8 a{
/*	background: #F0F2F0!important;
	color: #021A0D;*/
}

.logo-case-grid {
	position: absolute;
	left: 40px;
	top: 40px;
	z-index: 2;
}
.grid-case-title {
	position: absolute;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	letter-spacing: -0.22px;
	left: 40px;
	right: 40px;
	bottom: 64px;
	z-index: 2;
}
.grid-case-loc {
	position: absolute;
	bottom: 24px;
	padding-left: 24px;
	left: 40px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.14px;
	z-index: 2;
}
.grid-case-loc:before {
	position: absolute;
	top: -2px;
	left: 0;
	content: "";
	width: 20px;
	height: 20px;
	background-image: url('/wp-content/uploads/2025/01/location_w.png');
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 2;
}
.grid-case-date {
	position: absolute;
	bottom: 24px;
	right: 40px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.14px;
	z-index: 2;
}
.cases-grid-container > div.block2 .grid-case-loc:before,
.cases-grid-container > div.block4 .grid-case-loc:before,
.cases-grid-container > div.block6 .grid-case-loc:before,
.cases-grid-container > div.block7 .grid-case-loc:before,
.cases-grid-container > div.block8 .grid-case-loc:before{
	background-image: url('/wp-content/uploads/2025/01/location_b.png');
}

.cases-grid-container > div.block1 .grid-case-title,
.cases-grid-container > div.block9 .grid-case-title{
	font-size: 36px;
}
.cases-grid-container > div.block5 .grid-case-title,
.cases-grid-container > div.block6 .grid-case-title,
.cases-grid-container > div.block7 .grid-case-title{
	font-size: 30px;
}
	.cases-grid-container > div.block1 .case_one_title-new h3,
	.cases-grid-container > div.block9 .case_one_title-new h3{
		font-size: 36px;
	}
	.cases-grid-container > div.block5 .case_one_title-new h3,
	.cases-grid-container > div.block6 .case_one_title-new h3,
	.cases-grid-container > div.block7 .case_one_title-new h3{
		font-size: 30px;
	}
.grid-case-bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.services_inside__wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap:8px;
	margin-bottom:40px;
}
.services_inside__wrapper a.services_inside__item {
    display: flex;
    border: 3px solid #F0F2F0;
    border-radius: 24px;
    padding: 32px;
    flex-direction: column;
    color: #021A0D;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
}
.services_inside__item__image{
	width:50px;
	height:50px;
	background:#021A0D1A;
	border-radius:8px;
	margin-bottom:24px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.services_inside__item__image img{
	max-width:40px;
	max-height:40px;
}
.services_inside__item__time{
	color:#021A0D66;
	margin-bottom:auto;
}
.services_inside__item__price{
	margin-top:60px;
}

@media (max-width: 1300px) {
	.services_inside__wrapper {
		grid-template-columns: 1fr 1fr;
	}
	.services_inside__wrapper a.services_inside__item {
		padding:20px;
		font-size: 20px;
	}
	.cases-grid-container {
		grid-gap: 15px;
	}
	.cases-grid-container a{
		border-radius:16px;
	}
	.grid-case-title {
		left: 16px;
		right: 16px;
		bottom: 44px;
	}
	.cases-grid-container > div.block1 .grid-case-title,
	.cases-grid-container > div.block9 .grid-case-title{
		font-size: 22px;
	}
	.cases-grid-container > div.block5 .grid-case-title,
	.cases-grid-container > div.block6 .grid-case-title,
	.cases-grid-container > div.block7 .grid-case-title{
		font-size: 20px;
	}
	.cases-grid-container > div.block1 .case_one_title-new h3,
	.cases-grid-container > div.block9 .case_one_title-new h3{
		font-size: 22px;
	}
	.cases-grid-container > div.block5 .case_one_title-new h3,
	.cases-grid-container > div.block6 .case_one_title-new h3,
	.cases-grid-container > div.block7 .case_one_title-new h3{
		font-size: 20px;
	}
	.grid-case-title {
		font-size: 17px;
	}
	.grid-case-loc {
		position: absolute;
		bottom: 12px;
		left: 16px;
		font-size: 13px;
	}
	.grid-case-date {
		bottom: 12px;
		right: 16px;
		font-size: 13px;
	}
	.logo-case-grid {
		position: absolute;
		left: 16px;
		top: 16px;
		max-width: 140px;
	}
}
@media (max-width: 767px) {
	.services_inside__wrapper {
		grid-template-columns: 1fr;
	}
	.services_inside__wrapper a.services_inside__item {
		padding:15px;
		font-size: 16px;
	}
	.services_inside__item__price{
		margin-top:20px;
	}
	.cases-grid-container{
		display:block;
	}
	.cases-grid-container a{
		height:432px;
		margin-bottom:10px;
	}
	.cases-grid-container > div.block2 a, .cases-grid-container > div.block3 a, .cases-grid-container > div.block4 a, .cases-grid-container > div.block7 a {
		height: 208px;
	}
}
.eco-banner {
	width: 100%;
	border-radius: 40px;
	background-color: #021A0D;
	padding: 24px 40px 40px;
	background-image: url('https://kvadrigo.test-1pos.ru/wp-content/uploads/2025/01/kartinka.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
}
.eco-banner h2 {
	color: #FFF;
	font-size: 58px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: -1.74px;
	margin-bottom: 230px;
}
.eco-banner h2 span {
	color: #00C566;
}
.eco-banner p {
	color: #FFF;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.17px;
	margin-top: 24px;
	max-width: 780px;
}
.eco-banner a {
	display: none;
}
@media (max-width: 1300px) {
.eco-banner	{
	padding: 16px;
	background-image: none;
}
.eco-banner h2 {
	color: #FFF;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: -0.3px;
	margin-bottom: 24px;
}
.eco-banner p {
	margin-top: 16px;
}
}
@media (max-width: 768px) { 
	.eco-banner {
		border-radius: 16px;
	}
	.eco-banner a {
		display: flex;
		border-radius: 16px;
		border: 1.5px solid #FFF;
		justify-content: center;
		align-items: center;
		width: 100%;
		gap: 3px;
		height: 56px;
		color: #FFF;
		font-size: 17px;
		font-style: normal;
		font-weight: 500;
		line-height: 120%;
		margin-top: 24px;
		letter-spacing: -0.17px;
	}
	.eco-banner a svg {
		position: relative;
		right: 0;
		transition: all 0.3s;
	}
	.eco-banner a:hover svg {
		right: -10px;
		transition: all 0.3s;
	}
}
.hidden-page-block {
	display: none;
}
@media (max-width: 768px) {
	.hidden-page-block {
		position: relative;
		display: block;
		height: 56px;
		padding: 16px;
		background: #fff;
		box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
        border-radius: 16px;
        margin-bottom: 30px;
}
	.hidden-page-block ul {
		display: none;
		left: 0;
		list-style-type: none;
		position: absolute;
		top: 60px;
		padding: 16px;
		background: #fff;
		box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
        border-radius: 16px;
	}
	.hidden-page-block ul li {
		list-style-type: none;
	}
	.hidden-page-block ul li a {
		color: #021A0D;
		font-weight: 400;
		font-size: 14px;
		line-height: 20px;
	}
	.hidden-page-block p {
		position: relative;
		color: #021A0D;
		font-weight: 500;
		font-size: 17px;
		line-height: 22px;
		position: relative;
		margin: 0;
	}
	.hidden-page-block p:after {
		content: "";
		display: block;
		position: absolute;
		width: 36px;
		height: 36px;
		border-radius: 8px;
		right: 0;
		top: 50%;
		margin-top: -18px;
		background: rgba(2, 26, 13, 0.05) url(../img/shevron.svg) no-repeat center;
		transition: -webkit-transform 0.3s linear;
		transition: transform 0.3s linear;
		transition: transform 0.3s linear, -webkit-transform 0.3s linear;
	}
		.hidden-page-block.active p:after {
		-webkit-transform: scaleY(-1);
		transform: scaleY(-1);
		background-color: rgba(2, 26, 13, 0.1);
	}
	.hidden-page-block.fix {
        position: fixed;
        display: block;
        height: 56px;
        width: calc(100% - 48px);
        left: 24px;
        top: 83px;
        right: 24px;
        padding: 16px;
        background: #fff;
        box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
        border-radius: 16px;
        margin-bottom: 30px;
    }
    .hidden-page-block.fix ul {
	    max-height: calc(100vh - 210px);
        overflow: auto;
    }
	.price__box{
		padding: 24px 16px;
	}
	.price__box .pagination__list-wrapper-overflow .mixitup-control-prev{
		position:absolute;
		top:0;
		z-index:30;
		left:0;
	}
	.price__box .pagination__list-wrapper-overflow  .mixitup-control-next{
		position:absolute;
		top:0;
		z-index:30;
		right:0;
	}
	.price__box .pagination__list-wrapper-overflow.pagination__list-wrapper{
		padding:0 52px;
	}
	.price__box .mixitup-control {
		width: 44px;
		height: 44px;
		line-height: 44px;
		border-radius:12px;
	}
	.price__box .mixitup-page-list.pagination__list :is(button, .mixitup-control) {
        flex: 0 0 44px;
    }
	.price__box .mixitup-page-list button {
		margin: 4px 3px;
	}
	.price__box .pagination__list-wrapper-overflow.pagination__list-wrapper:after{
		content:'';
		position:absolute;
		top:0;
		width:70px;
		height:44px;
		right:0;
		z-index:20;
		background: linear-gradient(270deg, #F2F4F3 64.37%, rgba(242, 244, 243, 0) 109.2%);
	}
}
.xx2 {
	position: sticky;
	top: 191px;
}
.wrap-article-proc-side {
  display: flex;
  gap:8px;
  flex-wrap: wrap;
}
.article-proc-side-right,
.article-proc-side-left {
  border-radius: 24px;
  border: 3px solid rgba(2, 26, 13, 0.05);
  width: calc(50% - 4px);
  display: flex;
  gap: 16px;
  padding: 24px;
}
.article-proc-side-right img,
.article-proc-side-left img {
  width: 56px;
  min-width: 56px;
  max-width: 56px;
  height: 56px;
}
.wrap-article-proc-side-text p + p {
  margin-top: 20px;
}
.article-img {
  border-radius: 40px;
  max-width: 100%;
}
.article-content-block {
  border-radius: 24px;
  background: rgba(2, 26, 13, 0.05);
  padding: 24px;
}
.article-content-title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #021A0D;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.22px;
}
.article-content-title br {
	display: none;
}
.wrap-article-content-block-link {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wrap-article-content-block-link br {
	display: none;
}
.wrap-article-content-block-link a {
  color: #021A0D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.14px;
  transition: all 0.3s;
}
.wrap-article-content-block-link a:hover {
  color: #00C566;
  transition: all 0.3s;
}
.article-number-item {
  margin-bottom: 16px;
  display: flex;
  gap: 16px;
  padding: 24px;
  border-radius: 24px;
  border: 3px solid rgba(2, 26, 13, 0.05);
}
.wrap-art-num {
	width: 56px;
	min-width: 56px;
	max-width: 56px;
	height: 56px;
  border-radius: 16px;
  background: rgba(2, 26, 13, 0.05);
  color: rgba(2, 26, 13, 0.40);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-art-num-text {
  display: flex;
  flex-direction: column;
}
.wrap-art-num-text p {
	margin-bottom: 0;
}
.wrap-art-num-text p + p {
  margin-top: 20px;
}
@media (max-width: 768px) {
	.wrap-article-proc-side {
		flex-direction: column;
	}
	.article-proc-side-right, .article-proc-side-left {
    border-radius: 24px;
    border: 3px solid rgba(2, 26, 13, 0.05);
    width: 100%;
    display: flex;
    gap: 16px;
    padding: 24px;
    flex-direction: column;
}
}
.case__cont--scroll .case__cont-item:nth-child(2) {
	display: none!important;
}
/*.content__header .info.info-text {
	display: none!important;
}*/
/*.grid-case-title__title {
	display: none!important;
}*/
.case_one_title-new {
	display: block!important;
	max-width: none!important;
}
.grid-case-title .case__cont-h,
.case_one_title-new .case__cont-h {
	display: none;
}
.grid-case-title .case__cont-h:last-child,
.case_one_title-new .case__cont-h:last-child {
	display: block;
	color: #fff;
	max-width: none;
	white-space: break-spaces;
}
.case_one-date-new {
	display: flex;
    padding: 0 24px 0 56px;
    align-items: center;
    border-radius: 999px;
    width: fit-content;
	border: 2px solid #FFF;
	color: #FFF;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.17px;
	background-image: url('./../imgs/acute.svg');
	background-position: 24px center;
	background-repeat: no-repeat;
	height: 62px;
}
.info > span.post.post-post.current-item {
	white-space: wrap;
}