@charset "UTF-8";
.header {
	width: 100%;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
	top: 10px;
}
html {
	scroll-behavior: smooth;
}
.input-with-icon img {
	z-index: 1;
}

.header-block {
	background: #ffffffd8;
	border-radius: 8px;
	padding: 13px 29px 13px 13px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: 1s;
}

.header-location-mail {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	transition: 1s;
	height: 26px;
}
.maps {
	overflow: hidden;
}
.header-location-mail.scroll {
	overflow: hidden;
	height: 0;
	margin-bottom: 0;
}

.header-location-mail a {
	color: var(--color-light);
	font-size: var(--fs-text-16);
	text-decoration: none;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.header-location-mail .location::before {
	content: '';
	background: url('../img/icon/map-pin-line.svg') no-repeat center center;
	width: 16px;
	height: 16px;
}

.header-location-mail .mail::before {
	content: '';
	background: url('../img/icon/mail-line.svg') no-repeat center center;
	width: 16px;
	height: 16px;
}

.header-contacts-wrapper {
	display: flex;
	align-items: center;
	gap: 32px;
}

.header-contacts-wrapper__links {
	display: flex;
	gap: 17px;
}

.header-contacts-wrapper__whatsapp {
	background: url('../img/icon/Whatsapp.svg') no-repeat center center;
	width: 24px;
	height: 24px;
}

.header-contacts-wrapper__telegramm {
	background: url('../img/icon/telegram-2.svg') no-repeat center center;
	width: 24px;
	height: 24px;
}

.header-contacts-wrapper__number-time {
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: end;
}

.header-contacts-wrapper__number-time a {
	font-size: 24px;
	color: #15384b;
}

.header-contacts-wrapper__number-time span {
	font-size: 12px;
}

.header-menu__search {
	background: url('../img/icon/fi-rr-search.svg') no-repeat center center;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.header-menu {
	display: flex;
	gap: var(--gap-text);
}

.header-menu ul {
	display: flex;
	gap: var(--gap-text);
}

.header-menu ul li {
	list-style: none;
}

.header-menu ul li a {
	display: flex;
	align-items: center;
	gap: 2px;
	transition: 0.4s;
}

.header-menu ul li a:hover {
	color: var(--color-accent);
}

.header-menu ul li.menu-item-has-children > a::after {
	content: '';
	background: url('../img/icon/vector-menu.svg') no-repeat center center;
	width: 20px;
	height: 20px;
	transition: 0.4s;
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
}

.header-menu ul li > a::after {
	content: none;
}

.header-menu ul li a:hover::after {
	background: url('../img/icon/vector-menu-orange.svg') no-repeat center center;
}
.main-block-content form p {
	margin: 0;
}

.header-menu ul li {
	position: relative;
}

.header-menu ul li ul {
	position: absolute;
	top: 100%;
	right: 0;
	background: #fff;
	border-radius: 8px;
	padding: 10px 0;
	display: none;
	min-width: 200px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	z-index: 9999;
}

.header-menu ul li ul li {
	white-space: nowrap;
}

.header-menu ul li ul li a {
	padding: 8px 16px;
	display: block;
	color: #15384b;
	text-align: start;
}

.header-menu ul li ul li a:hover {
	background: #f5f5f5;
	color: var(--color-accent);
}

.header-menu ul li:hover > ul,
.header-menu ul li ul:hover {
	display: block;
}

/* main block */
.main-block {
	height: 750px;
	width: 100%;
	margin-top: 0;
	position: relative;
}

.main-block {
	padding: 131px 0 0 0;
}

.main-block.main-block-mini {
	height: auto;
	padding-bottom: 60px;
}

.bg-image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.wp-heading {
	padding-left: var(--gap-text);
	position: relative;
}

.wp-heading::before {
	content: '';
	height: 100%;
	width: 5px;
	background: var(--color-accent);
	border-radius: 20px;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
}

.wp-heading span {
	color: var(--color-accent);
}

.wp-heading p {
	margin-top: 16px;
}

.main-block-content {
	padding-top: 33px;
}

.main-block-content h1,
.main-block-content p,
.main-block-content span,
.main-block-content div {
	color: #f3f3f3;
	font-weight: 500;
}

.main-block-content p {
	color: #f3f3f3;
	margin-top: 32px;
	font-size: var(--fs-text-lg-20);
}

.main-block-content__text {
	max-width: 700px;
}

.main-block-content .btn-arrow {
	margin-top: var(--margin-button-top-margin);
}

.main-block-content__statistic {
	display: flex;
	gap: 20px;
	margin-top: 72px;
}

.main-block-content__statistic__item {
	width: 217px;
}

.main-block-content__statistic__item span {
	display: block;
	font-size: 72px;
}

.main-block-content__statistic__item p {
	font-size: var(--fs-text-lg-20);
	margin-top: 11px;
}

/* main block */
h1 {
	font-size: var(--fs-h1);
	font-weight: 500;
}

h2 {
	font-size: var(--fs-h2);
	font-weight: 600;
}

/* about-section */
section h2 {
	max-width: 687px;
}

.wp-heading__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: end;
}

.wp-heading__wrapper__left {
	display: flex;
	flex-direction: column;
	gap: 34px;
}

.wp-heading__wrapper_tag {
	color: var(--color-border);
	font-size: 18px;
}

.wp-heading__wrapper__description {
	display: flex;
	flex-direction: column;
	gap: 23px;
	max-width: 453px;
}

.wp-heading__wrapper__description__head {
	color: var(--color-accent);
	font-size: 30px;
	font-weight: 400;
	padding-bottom: 12px;
	border-bottom: 1px solid #172b4a48;
}

.wp-heading__wrapper__description__head span {
	color: var(--color-accent);
	font-size: 52px;
	font-weight: 400;
}

.wp-heading__wrapper__description p {
	font-size: 14px;
}

.chess-block {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.about-section .btn-arrow {
	margin-top: var(--margin-button-top-margin);
}

.chess-block__item__text {
	padding: 35px;
	border-radius: 16px;
	background: #fff;
}
.chess-block__item__text h4 {
	font-size: var(--fs-h3);
	font-weight: 600;
	display: flex;
}
.chess-block__item__text h4 span {
	display: contents;
}
.chess-block__item__text h3 {
	font-size: var(--fs-h3);
	font-weight: 600;
	display: flex;
	max-width: 446px;
}
.chess-block__item__text h3 span {
	display: contents;
	color: var(--color-accent);
}

ul.dots {
	margin-top: 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	max-width: 808px;
}
ul.dots li {
	padding: 8px 16px;
	border: 1px solid var(--color-border);
	list-style: none;
	border-radius: 20px;
}

.chess-block__item {
	display: flex;
	gap: 20px;
}
.chess-block__item__image {
	width: 572px;
	height: 257px;
}

.about-section__chess {
	margin-top: 60px;
}

.img-wrapp {
	border-radius: 16px;
	overflow: hidden;
}
.img-wrapp img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.6s;
	border-radius: 16px;
}
/* .img-wrapp:hover img {
	transform: scale(1.1);
} */

img {
	object-fit: cover;
}

.bisinec-section {
	position: relative;
	padding: 90px 0;
}
.bisinec-section img.bisinec-section__bg {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.bisinec-section .container {
	position: relative;
	z-index: 1;
}
.bisinec-section h2,
.bisinec-section div,
.bisinec-section p {
	color: var(--color-light);
}
.bisinec-section h2 {
	max-width: 862px;
}
.bisinec-section .wp-heading__wrapper_tag {
	color: var(--color-border);
}
.bisinec-section .wp-heading__wrapper__description__head {
	border-bottom: 1px solid #afafaf48;
}

.bisibec-items {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 60px;
}
.bisibec-items__item {
	padding: 30px;
	border-radius: 16px;
	border: 1px solid #c9ced8;
	background: #c9ced862;
	width: 453px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: space-between;
	height: 180px;
	position: relative;
}
.bisibec-items__item h3 {
	font-size: var(--fs-h3);
	color: var(--color-light);
	font-weight: 500;
	width: 60%;
}
.bisibec-items__item .icon {
	width: 40px;
	height: 40px;
	background: transparent;
	border: 1px solid var(--color-primary);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 30px;
	bottom: 30px;
}
.bisibec-items__item .icon::before {
	content: '';
	background: url('../img/icon/arrow-right-s-line.svg') no-repeat center center;
	width: 24px;
	height: 24px;
}

.chess-block__item__text h4 {
	display: flex;
	gap: 16px;
	align-items: center;
}
.chess-block__item__text h4 span {
	width: 24px;
	height: 24px;
	display: flex;
}
.chess-block__item__text h4 span::before {
	content: '';
	background: url('../img/icon/air-orange.svg') no-repeat center center;
	width: 24px;
	height: 24px;
}

.about-section__chess.top .chess-block {
	align-items: end;
	margin-top: 82px;
}
.about-section__chess.top .chess-block .chess-block__item {
	width: 453px;
}

.about-section__chess.bottom {
	margin-top: 242px;
}

.map-wrapp {
	position: relative;
}
.map-wrapp img {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: -1;
	transition: 1s;
	opacity: 0.6;
}

.route-section .btn-arrow {
	margin-top: var(--margin-button-top-margin);
}

.route-section:hover .map-wrapp img {
	opacity: 1;
}

.about-company-section {
	overflow: hidden;
	background: var(--color-primary);
	padding: 60px 0;
	position: relative;
	height: 739px;
}
.about-company-section::before {
	content: '';
	background: url('../img/icon/арго.png') no-repeat center center;
	width: 978px;
	height: 690px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.about-company-section .container {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: end;
}
.about-company-section h2,
.about-company-section p,
.about-company-section div {
	color: var(--color-light);
}
.about-company-section .wp-heading__wrapper_tag {
	color: var(--color-border);
}
.about-company-section .wp-heading__wrapper .wp-heading {
	max-width: 807px;
}
.about-company-section p {
	color: #f6f6f6ce;
	font-weight: 300;
	font-size: var(--fs-text-lg-20);
	font-style: italic;
	margin-top: 68px;
	width: 80%;
	line-height: 35px;
	position: relative;
}
.about-company-section p::before {
	content: '“';
	background: url('../img/icon/ckka.svg') no-repeat center center;
	width: 71px;
	height: 45px;
	position: absolute;
	z-index: -1;
	opacity: 0.4;
	left: -30px;
	top: -10px;
}
.about-company-section .about-company-section__content {
	width: 927px;
}

.about-company-section__content__video {
	display: flex;
	gap: 37px;
	justify-content: end;
	margin-top: 38px;
	align-items: end;
}
.about-company-section__content__video__text {
	font-size: 14px;
	font-weight: 300;
	max-width: 200px;
	line-height: 25px;
	position: relative;
}
.about-company-section__content__video__text::before {
	content: '';
	background: url('../img/icon/Arrow-video.svg') no-repeat center center;
	width: 116px;
	height: 50px;
	position: absolute;
	right: -30px;
	top: -100%;
}
.about-company-section__content__video__card {
	width: 335px;
	height: 195px;
	border-radius: 16px;
	overflow: hidden;
	background: var(--color-accent);
	cursor: pointer;
}
.about-company-section__content__video__card::before {
	content: '';
	background: url('../img/icon/play-line.svg') no-repeat center center;
	width: 61px;
	height: 61px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
}
.about-company-section__content__video__card img {
	width: 100%;
	height: 100%;
	transition: 0.3s;
}
.about-company-section__content__video__card:hover img {
	transform: scale(1.1);
}

#video-popup .popup-content {
	max-width: 900px;
	width: 90%;
	padding: 0;
	background: transparent;
}

#video-popup .video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	height: 0;
	overflow: hidden;
	border-radius: 12px;
}

#video-popup .video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 12px;
}

.about-company-section__content__video__card {
	position: relative;
	width: 335px;
	height: 195px;
	border-radius: 16px;
	overflow: hidden;
	background: var(--color-accent);
	cursor: pointer;
}

.about-company-section__content__video__card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

#video-popup .popup-content {
	max-width: 900px;
	width: 90%;
	padding: 0;
	background: transparent;
}

#video-popup .video-wrapper video {
	width: 100%;
	height: auto;
	border-radius: 12px;
	display: block;
}

.about-company-section__director-info img {
	position: absolute;
	width: auto;
	height: auto;
	left: 0;
	bottom: -64px;
	max-width: 488px;
	max-height: 628px;
}
.about-company-section__director-info__text {
	padding: 18px 26px;
	border-radius: 16px;
	background: var(--color-light);
	display: flex;
	flex-direction: column;
	position: absolute;
	left: 270px;
	bottom: 105px;
	gap: 4px;
}
.about-company-section__director-info__text span {
	font-size: 12px;
	font-weight: 400;
}
.about-company-section__director-info__text div {
	font-weight: 600;
	color: var(--color-accent);
	font-size: 22px;
}

.cases-card {
	padding: 25px;
	border-radius: 16px;
	background: var(--color-light);
	display: flex;
	flex-direction: column;
	gap: 22px;
	width: 690px;
	overflow: hidden;
}
.cases-card .cases-card__number {
	background: var(--color-border);
	border-radius: 100px;
	padding: 8px 16px;
	color: var(--color-light);
	width: fit-content;
}
.cases-card .cases-card__heading__titles h3 {
	font-weight: 500;
	margin-top: 8px;
}
.cases-card .cases-card__heading p {
	font-size: 12px;
	color: var(--color-border);
}
.cases-card .cases-card__heading .cases-card__heading__data {
	display: flex;
	gap: 50px;
	margin-top: 16px;
}
.cases-card .cases-card__heading .cases-card__heading__data__item {
	max-width: 211px;
	gap: 8px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.cases-card .cases-card__heading .cases-card__heading__data__item div {
	font-weight: 500;
}
.cases-card .cases-card__desc {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.cases-card .cases-card__desc .img-wrapp {
	max-height: 202px;
}
.cases-card .cases-card__desc p {
	columns: var(--color-muted);
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
	overflow: hidden;
	height: fit-content;
	text-overflow: ellipsis;
}
.cases-card .cases-card__heading__data__result div {
	color: var(--color-accent);
}

.cases-slide {
	position: relative;
	display: flex;
	gap: 20px;
	margin-top: 32px;
}
.cases-slide .slick-track {
	display: flex;
	gap: 20px;
}
.cases-slide .slick-list {
	display: flex;
	height: 462px;
	align-items: end;
	overflow: hidden;
}

.slick-arrow {
	position: absolute;
	right: 0;
	top: -82px;
	font-size: 0;
	width: 50px;
	height: 50px;
	border: 1px solid var(--color-border);
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99;
}
.slick-arrow::before {
	content: '';
	background: url('../img/icon/arrow-right-s-line.svg') no-repeat center center;
	width: 24px;
	height: 24px;
}
.slick-arrow.slick-prev {
	right: 50px;
	border-radius: 8px 0 0 8px;
}
.slick-arrow.slick-prev::before {
	transform: rotate(180deg);
}
.slick-arrow.slick-next {
	right: 0;
	transform: rotate(0deg);
	border-radius: 0 8px 8px 0;
}

.rewiev-section h2 {
	max-width: 1119px;
}

.rewiev-card {
	padding: 24px;
	border-radius: 16px;
	background: var(--color-light);
	width: 453px;
	height: 434px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.rewiev-card .rewiev-card__text__name {
	font-size: var(--fs-card-title-24);
	color: var(--color-accent);
	font-weight: 600;
}
.rewiev-card .rewiev-card__text__work {
	font-weight: 400;
	color: var(--color-muted);
	margin-top: 8px;
}
.rewiev-card .rewiev-card__text p {
	font-weight: 400;
	color: #111111;
	margin-top: 16px;
	line-height: 22px;
}
.rewiev-card .rewiev-card__link {
	display: flex;
	align-items: center;
	gap: 16px;
}
.rewiev-card .rewiev-card__link__icon {
	width: 34px;
	height: 34px;
	border-radius: 50%;
}
.rewiev-card .rewiev-card__link__icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.rewiev-card .rewiev-card__link__original {
	font-weight: 600;
	color: #111111;
}

.rewiev-slid {
	position: relative;
	display: flex;
	gap: 20px;
	margin-top: 32px;
}
.rewiev-slid .slick-track {
	display: flex;
	gap: 20px;
}
.rewiev-slid .slick-list {
	display: flex;
	height: 462px;
	align-items: end;
	overflow: hidden;
}

.rewiev-section .btn-arrow {
	margin-top: var(--margin-button-top-margin);
}

.application-section {
	padding: 75px 0 132px;
	position: relative;
}
.application-section .application-section-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	z-index: -1;
	object-fit: cover;
}
.application-section .container .wp-heading__wrapper {
	display: flex;
	align-items: start;
}
.application-section .container .wp-heading__wrapper h2 {
	color: var(--color-light);
}

.country-toggle {
	position: relative;
	display: inline-flex;
	background: var(--color-bg);
	border: 1px solid var(--color-border);
	border-radius: 30px;
	overflow: hidden;
	user-select: none;
	padding: 4px;
	height: 28px;
	width: 60px;
}

.country-toggle input {
	display: none;
}

.country-toggle label {
	cursor: pointer;
	color: var(--color-primary);
	z-index: 2;
	position: relative;
}

.country-toggle .toggle-slider {
	position: absolute;
	top: 50%;
	background: var(--color-accent);
	border-radius: 30px;
	transition: 0.3s;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
}

#ru:checked ~ .toggle-slider {
	left: 4px;
	right: inherit;
	transition: 0.3s;
}

#cn:checked ~ .toggle-slider {
	left: inherit;
	right: 4px;
	transition: 0.3s;
}

.contacts {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.contact-item__img {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-item {
	display: flex;
	align-items: center;
	gap: 24px;
	min-width: 200px;
}

.contact-item img.icon {
	width: 20px;
}

.map-container > div {
	display: none;
	height: 400px;
}

.map-container > div.active {
	display: block;
}

.country-wrapp {
	display: flex;
	gap: 24px;
	align-items: center;
}
.country-wrapp span {
	font-size: var(--fs-h2);
	font-weight: 600;
}

.contacts,
.map-block {
	display: none;
}

#ru:checked ~ .ru-contacts,
#ru:checked ~ #map-ru {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

#cn:checked ~ .cn-contacts,
#cn:checked ~ #map-cn {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.contact-item img.icon {
	width: 20px;
}

.map-block {
	height: 441px;
	background: #51596b;
	margin-top: 20px;
}

/* контейнер переключателя в вашей разметке: .country-wrapp #country-toggle */
#country-toggle {
	display: flex;
	align-items: center;
	gap: 12px;
}

/* скрываем радиокнопки */
#country-toggle .country-toggle input {
	display: none;
}

/* положение для Китая (класс добавляет/убирает JS) */
#country-toggle .country-toggle.cn .toggle-slider {
	right: 4px;
}

/* подсветка активного текста (опционально) */
#country-toggle .country-toggle.ru label[for='country-ru'],
#country-toggle .country-toggle.cn label[for='country-cn'] {
	color: var(--color-light);
}

/* видимость блоков */
.contacts {
	display: none;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 50px;
}

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

.map-block {
	display: none;
	height: 441px;
	margin-top: 35px;
	border-radius: 24px;
	background: #7c7676;
}

.map-block.active {
	display: block;
}

.contact-item__text div {
	font-size: 12px;
	color: #979ba3;
	margin-bottom: 8px;
}
.contact-item__text span {
	font-weight: 500;
}
.contact-item__text a {
	font-weight: 500;
}

.contact-item__text-messenger {
	display: flex;
	gap: 22px;
}
.contact-item__text-messenger .contact-item__img {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer.footer {
	margin-top: var(--gap-section);
	background: #fff;
	padding: 60px 0 0;
}
footer.footer .logo-footer {
	width: 310px;
}
footer.footer .logo-footer img {
	width: 217px;
}

.footer-links__links {
	display: flex;
	flex-direction: column;
}
.footer-links__links ul {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.footer-links__links ul li {
	list-style: none;
	color: #81858b;
	font-size: var(--fs-text-sm-14);
}
.footer-links__links ul li a {
	color: #81858b;
	font-size: var(--fs-text-sm-14);
}
.footer-links__links span {
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 16px;
}

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

.footer-links__main {
	display: flex;
	gap: 69px;
}

.footer-politics {
	padding: 28px 0 46px 0;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #81858b54;
	margin-top: 38px;
}
.footer-politics a,
.footer-politics span,
.footer-politics div {
	font-weight: 400;
	color: #81858b;
	font-size: var(--fs-text-sm-14);
}

.bread-crumbs {
	margin-bottom: 32px;
	display: flex;
	color: var(--color-border);
	gap: 10px;
	align-items: center;
	flex-wrap: wrap;
}
.bread-crumbs a,
.bread-crumbs span,
.bread-crumbs div,
.bread-crumbs p {
	color: var(--color-border);
}
.bread-crumbs a {
	display: flex;
	color: var(--color-border);
	gap: 10px;
	align-items: center;
}
.bread-crumbs a::after {
	content: '';
	background: url('../img/icon/arrow-right-s-line-bread-crumbs.svg') no-repeat
		center center;
	width: 16px;
	height: 16px;
}

.services-main .chess-block__item {
	min-width: 423px;
	height: auto;
}
.services-main .chess-block__item__text {
	width: 808px;
}
.services-main .chess-block__item__text p {
	max-width: 643px;
	margin-top: 16px;
	color: #111111;
}
.services-main .chess-block__item__text strong {
	font-size: var(--fs-h3);
	font-weight: 600;
	margin-top: 24px;
	display: block;
}
.services-main .chess-block__item__text .btn-arrow {
	margin-top: 24px;
}
.services-main .chess-block__item__image {
	width: 572px;
	height: 100%;
}
.services-main .dots {
	margin: 0 0 24px;
}

.main-block .main-block-content__text strong {
	font-size: var(--fs-h3);
	color: var(--color-border);
	font-weight: 500;
	margin-top: 32px;
	display: block;
}
.form-twoo-text p {
	display: flex;
	color: #fff;
}
.form-twoo-input-obyas {
	color: #d40000;
}
.form-twoo-input {
	display: flex;
	gap: 8px;
}
.main-block.form-block .main-block-content {
	display: flex;
	justify-content: space-between;
}
.main-block.form-block .main-block-content .form-wrapp {
	margin-top: 65px;
}

.bisinec-section-page-services .bisibec-items__item {
	height: auto;
	justify-content: inherit;
}
.bisinec-section-page-services .bisibec-items__item h3 {
	font-size: var(--fs-card-title-24);
	width: 100%;
}
.bisinec-section-page-services .bisibec-items__item p {
	font-size: var(--fs-text-16);
}
.about-company-section__director-info img {
	bottom: -70px;
}
.bisinec-section-page-services .bisinec-section-factors-head {
	margin: 60px 0 40px;
	font-size: var(--fs-h3);
}
.bisinec-section-page-services .bisibec-items {
	margin: 0;
}
.bisinec-section-page-services .btn-arrow {
	margin-top: var(--margin-button-top-margin);
}

.wp-article-section__content {
	display: flex;
	flex-direction: column;
	gap: 45px;
	margin-top: 45px;
}
.map-block {
	overflow: hidden;
}

.features {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.feature-card {
	flex: 1;
	background: #fff;
	border-radius: 12px;
	padding: 25px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.feature-icon {
	width: 40px;
	height: 40px;
	margin-bottom: 32px;
}

.feature-title {
	font-size: var(--fs-card-title-24);
	color: var(--color-accent);
	margin: 0 0 8px 0;
}

.feature-text {
	font-size: var(--fs-text-sm-14);
	color: #111111;
	margin: 0;
	font-weight: 400;
	line-height: 1.5;
}

.feature-image img {
	width: 100%;
	border-radius: 16px;
	display: block;
}

.wp-article-section__content__redactor-content {
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 1240px;
}
.wp-article-section__content__redactor-content ul {
	padding-left: 25px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.wp-article-section__content__redactor-content h3 {
	font-size: 42px;
}

.way-section h2 {
	max-width: 1008px;
}

.feature-card__number {
	font-weight: 700;
	margin-bottom: 32px;
}

.features {
	margin-top: 50px;
}
.features .feature-card:last-child::before {
	display: none;
}

.way-section .btn-arrow {
	margin-top: var(--margin-button-top-margin);
}
.way-section .feature-card {
	position: relative;
}
.way-section .feature-card::before {
	content: '';
	background: url('../img/icon/air-black.svg') no-repeat center center;
	width: 33px;
	height: 33px;
	position: absolute;
	right: -40px;
	top: 50%;
	transform: translateX(-50%);
}

.questions-wrapp {
	width: 1163px;
	margin-top: 50px;
	display: flex;
	flex-direction: column;
}

.question-card {
	border-radius: 8px;
	background: #fff;
	border-bottom: 1px solid #c9ced8;
	overflow: hidden;
}

/* Кнопка вопроса */
.question-btn {
	width: 100%;
	text-align: left;
	padding: 20px 48px 20px 20px;
	font-size: var(--fs-text-lg-20);
	color: #172b4a;
	background: transparent;
	border: none;
	position: relative;
	cursor: pointer;
}

/* Иконка стрелки */
.question-btn::before {
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	width: 20px;
	height: 20px;
	background: url('../img/icon/chevron-down.svg') no-repeat center/contain;
	transform: translateY(-50%) rotate(0deg);
	transition: transform 0.25s ease;
}

.question-btn.active::before {
	transform: translateY(-50%) rotate(180deg);
}

/* Ответ */
.question-answer {
	max-height: 0;
	overflow: hidden;
	padding: 0 20px;
	font: var(--fs-text-sm-14);
	color: #111111;
	line-height: 1.6;
	transition: max-height 0.3s ease, padding 0.3s ease;
}

.question-answer.open {
	max-height: 1000px;
	/* достаточно большое значение */
	padding: 0 20px 20px;
}

.question-answer ul {
	padding-left: 30px;
}

.all-services__wrapp {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.all-services__wrapp__card {
	display: flex;
	flex-direction: column;
	width: 453px;
	gap: 16px;
	position: relative;
}
.all-services__wrapp__card__text {
	padding: 25px 15px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.all-services__wrapp__card__text h3 {
	font-size: var(--fs-card-title-24);
	font-weight: 700;
}
.all-services__wrapp__card__text h3 span {
	color: var(--color-accent);
}
.all-services__wrapp__card__text p {
	color: #111111;
	font-weight: 400;
}
.all-services__wrapp__card__text strong {
	font-weight: 700;
	font-size: var(--fs-card-title-24);
}
.all-services__wrapp__card__text .btn-arrow {
	width: 100%;
	justify-content: space-between;
}
.all-services__wrapp__card__image {
	height: 250px;
}

.route-page-section .about-section__chess {
	width: 100%;
}
.route-page-section .about-section__chess .chess-block {
	width: 100%;
}
.route-page-section .about-section__chess .chess-block .chess-block__item {
	width: 100%;
}
.route-page-section
	.about-section__chess
	.chess-block
	.chess-block__item
	.chess-block__item__text {
	width: 100%;
}
.route-page-section
	.about-section__chess
	.chess-block
	.chess-block__item
	.chess-block__item__text
	ul.dots {
	max-width: 100%;
}
.route-page-section .about-section__chess.bottom {
	margin-top: 35px;
}

.wp-heading__wrapper h1 {
	color: var(--color-primary);
	font-size: var(--fs-h1);
}
.wp-heading__wrapper h1 span {
	color: var(--color-accent);
	font-size: var(--fs-h1);
}

.main-block-page {
	height: auto;
}

.blog-section {
	margin-top: 60px;
}

.wp-blog-arhive-section {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.blog-section-articles .wp-blog-arhive-section {
	margin-top: 50px;
}

.wp-blog-card {
	width: 453px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	position: relative;
	transition: 0.4s;
}
.wp-blog-card .wp-blog-card__preview {
	height: 250px;
	width: 100%;
	overflow: hidden;
	border-radius: 16px;
}
.wp-blog-card .wp-blog-card__content {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 25px 15px;
}
.wp-blog-card .wp-blog-card__content h2 {
	font-weight: 600;
	font-size: var(--fs-card-title-24);
	line-height: 27px;
}
.wp-blog-card .wp-blog-card__content p {
	color: #111111;
	font-weight: 400;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: fit-content;
	text-overflow: ellipsis;
}
.wp-blog-card .btn-link::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.wp-blog-card .push {
	position: absolute;
	left: 15px;
	top: 25px;
	padding: 8px 16px;
	border-radius: 100px;
	background: #fff;
	z-index: 99;
}
.wp-blog-card .push.sale {
	background: var(--color-accent);
	color: #fff;
}
.wp-blog-card .push.news {
	background: var(--color-primary);
	color: #fff;
}

time {
	color: var(--color-border);
	font-size: 14px;
	font-weight: 400;
}

.pagination {
	display: flex;
	align-items: center;
	margin-top: 60px;
	gap: 16px;
	font-size: 20px;
	/* размер текста */
}

.pagination-page {
	color: #172b4a;
	/* тёмный текст */
	text-decoration: none;
	transition: color 0.2s ease;
}

.pagination-page:hover {
	color: #e47f55;
	/* оранжевый при ховере */
}

.search-popup-inner {
	background: #172b4a;
	border-radius: 8px;
	padding: 10px;
	width: 500px;
}
.search-popup-inner input {
	width: 100%;
	background
	background: #ffffffb6;
    padding: 17px 16px;
    height: 50px;
    border-radius: 6px;
    border: 1px solid #e4e4e4;
    width: 100%;
    font-size: 16px;
}
form .form-title span {
	color: #e47f55;
}
.search-submit {
	margin-top: 10px;
	  position: relative;
    overflow: hidden;
    height: 16px 24px;
    background: var(--color-accent);
    border-radius: 10px;
    display: flex;
    text-decoration: none;
    cursor: pointer;
    width: fit-content;
		border: none;
    height: 51px;
    padding: 16px 24px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    justify-content: center;
    transition: 0.4s;
    color: var(--color-light);
}

.pagination-page.active {
	color: #e47f55;
	/* активная страница */
	font-weight: 600;
}

.pagination-dots {
	color: #c9ced8;
	/* серые точки */
}

.pagination-arrow {
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(180deg);
	/* для prev */
}

.pagination-arrow img {
	width: 24px;
	height: 24px;
}

.pagination-arrow.next {
	transform: none;
	/* для next нормальное направление */
}

.article-section .container {
	position: relative;
}
.article-section .main-block-content__text {
	max-width: 807px;
}

article .wp-heading__wrapper__preview {
	position: absolute;
	right: 0;
	top: 80px;
	width: 572px;
	height: auto;
	border-radius: 16px;
	overflow: hidden;
}
article .wp-heading__wrapper__preview img {
	width: 100%;
	height: 100%;
}
article .wp-heading__wrapper {
	flex-direction: column;
	align-items: start;
	gap: 24px;
}
article .wp-article-content {
	display: flex;
	flex-direction: column;
	gap: 24px;
	line-height: 30px;
}
article ul,
article ol {
	padding-left: 35px;
}
article p,
article div,
article li,
article span {
	color: var(--color-primary);
	margin: 0;
	font-size: var(--fs-text-16);
}
article .wp-article-content p {
	color: var(--color-primary);
	margin: 0;
}

.about-desc-head {
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.about-desc-head p {
	margin-top: 0;
	color: var(--color-primary);
}

.wp-heading__wrapper__preview__name {
	padding: 18px 26px;
	background: #ffffffe1;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	position: absolute;
	gap: 4px;
	bottom: 100px;
	left: -50px;
}
.wp-heading__wrapper__preview__name span {
	font-size: 12px;
	color: var(--color-primary);
}
.wp-heading__wrapper__preview__name div {
	font-weight: 500;
	font-size: 22px;
	color: var(--color-accent);
}

.about-section .wp-heading__wrapper__preview {
	overflow: inherit;
}

.features-section {
	margin-top: 160px;
	background: #c9ced8;
	padding: 90px 0;
}

.rewiev-section-page .rewiev-slid {
	display: flex;
	flex-wrap: wrap;
}

.requisites-wrapp {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-top: 50px;
}
.requisites-wrapp .requisites-wrapp__info {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.requisites-wrapp .requisites-wrapp__info__item {
	padding: 16px 20px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.requisites-wrapp .requisites-wrapp__image {
	height: auto;
}

.policy-section .main-block-content__text {
	max-width: 100%;
}

.container-mini {
	max-width: 1164px;
	margin: 0 auto;
}

.policy-section article .wp-article-content p {
	color: #706f6e;
}
.policy-section article h2,
.policy-section article h3,
.policy-section article h4,
.policy-section article h5 {
	margin-top: 32px;
	width: 100%;
	max-width: 100%;
	font-size: var(--fs-h3);
}

.wp-error-page {
	height: 80vh;
	display: flex;
	align-items: center;
}
.wp-error-page .wp-error-page__404 {
	font-size: 100px;
	color: var(--color-accent);
	font-weight: 700;
}
.wp-error-page .wp-error-page__desc {
	font-size: 32px;
	font-weight: 600;
	margin: 30px 0;
}
.all-services__wrapp__card {
	justify-content: space-between;
}
.wp-error-page .container {
	position: relative;
}
.all-services__wrapp__card__text h3 {
	min-height: 60px;
}
.wp-error-page img {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1920px;
	height: 841px;
	z-index: -1;
	width: 985px;
	height: 841px;
	right: 0;
}

.burgerBtn {
	display: none;
}

.menu-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.menu-logo {
	max-height: 40px;
}

.menu-close {
	background: none;
	border: none;
	font-size: 28px;
	cursor: pointer;
}

.menu-list {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}

.menu-list > li {
	margin-bottom: 24px;
	position: relative;
}
.menu-list > li button,
.menu-list > li a {
	position: relative;
}
.menu-list > li button::after {
	content: '';
	background: url('../img/icon/vector-menu.svg') no-repeat center center;
	width: 20px;
	height: 20px;
	transition: 0.4s;
	position: absolute;
	right: -20px;
}
.menu-list > li a::after {
	content: '';
	background: url('../img/icon/vector-menu.svg') no-repeat center center;
	width: 20px;
	height: 20px;
	transition: 0.4s;
	position: absolute;
	right: -20px;
}
.menu-list > li > ul li button::after {
	display: none;
}
.menu-list > li > ul li a::after {
	display: none;
}

.menu-list a,
.menu-list .submenu-toggle {
	text-decoration: none;
	color: var(--color-primary);
	font-size: 16px;
	background: none;
	border: none;
	cursor: pointer;
}

.sub-menu {
	list-style: none;
	margin: 0px 0 0 15px;
	padding: 0;
	display: none;
}

.sub-menu li {
	margin-bottom: 10px;
}

.menu-contacts {
	margin-top: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.menu-contacts .phone {
	font-size: 24px;
	font-weight: 500;
	color: #15384b;
}

.menu-contacts .socials {
	display: flex;
	gap: 10px;
	margin-top: 20px;
}

.menu-contacts.time {
	font-size: 12px;
}

.menu-contacts .email {
	font-size: 20px;
	color: #15384b;
	margin-bottom: 50px;
}

.mobile-menu button.btn.open-form {
	width: 100%;
}

.mobile-popup {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: none;
}

.mobile-popup.active {
	display: block;
}

.mobile-popup .popup-overlay {
	position: absolute;
	inset: 0;
	background: #172b4ad0;
	opacity: 0;
	transition: 0.3s;
}

.mobile-popup.active .popup-overlay {
	opacity: 1;
}

.mobile-menu {
	position: absolute;
	top: 0;
	right: -100%;
	width: 320px;
	height: 100%;
	background: var(--color-light);
	box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: column;
	padding: 20px;
	transition: right 0.3s ease;
}

.mobile-popup.active .mobile-menu {
	right: 0;
}

.menu-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.menu-close {
	background: none;
	border: none;
	font-size: 28px;
	cursor: pointer;
}

.submenu {
	display: none;
	margin: 10px 0 0 15px;
}

.menu-contacts .socials img {
	width: 24px;
}
.form-checkbox label span {
	margin-left: 0;
}

@media (max-width: 1199px) {
	.container {
		width: 100%;
		padding: 0 10px;
	}

	.header .header-contacts-wrapper .header-contacts-wrapper__number-time {
		display: none;
	}
	.header .header-contacts-wrapper button.btn.open-form {
		display: none;
	}
	.header .header-menu {
		display: none;
	}
	.header .burgerBtn {
		display: block;
		display: flex;
		flex-direction: column;
		position: relative;
		width: 30px;
		height: 25px;
	}
	.header .burgerBtn div {
		height: 3px;
		width: 100%;
		background: var(--color-primary);
		position: absolute;
	}
	.header .burgerBtn div:first-child {
		top: 0;
	}
	.header .burgerBtn div:last-child {
		bottom: 0;
	}
	.header .burgerBtn::before {
		content: '';
		height: 3px;
		width: 100%;
		background: var(--color-primary);
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	.route-section {
		overflow: hidden;
	}

	.map-wrapp img {
		top: 100px;
		width: 100%;
	}

	.footer-links {
		flex-direction: column;
		gap: 24px;
	}

	.questions-wrapp {
		width: 100%;
	}

	article .wp-heading__wrapper__preview {
		position: inherit;
	}

	.wp-heading__wrapper__preview__name {
		left: 50%;
		transform: translateX(-50%);
		top: 700px;
		bottom: inherit;
	}
}
@media (max-width: 991px) {
	.wp-heading__wrapper {
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
	}

	.chess-block__item {
		flex-direction: column;
	}

	.chess-block__item:last-child {
		flex-direction: column-reverse;
	}

	.chess-block__item__image {
		width: 100%;
	}

	.bisibec-items__item {
		width: 100%;
	}

	.map-wrapp img {
		display: none;
	}

	.about-section__chess.bottom {
		margin-top: 20px;
	}

	ul.dots {
		max-width: 100%;
	}

	.about-section__chess.top .chess-block .chess-block__item {
		width: 100%;
	}

	.about-company-section {
		height: 1200px;
	}

	.about-company-section .container {
		height: 100%;
	}

	.about-company-section__director-info img {
		left: 50%;
		transform: translateX(-50%);
		bottom: -60px;
	}

	.about-company-section__content__video__text {
		display: none;
	}

	.about-company-section p {
		margin-top: 270px;
		margin-left: 30px;
	}

	.about-company-section__content__video__card {
		position: absolute;
		top: 250px;
		left: 15px;
	}

	.about-company-section .wp-heading__wrapper .wp-heading {
		max-width: 100%;
	}

	.main-block-content__text {
		max-width: 100%;
	}

	section h2 {
		max-width: 100%;
	}

	.slick-arrow {
		top: 0px;
	}

	.slick-list {
		margin-top: 60px;
		height: auto;
	}

	.footer-politics {
		flex-direction: column;
		gap: 10px;
		padding: 28px 0;
	}

	.services-main .chess-block__item__text {
		width: 100%;
	}

	.main-block.form-block .main-block-content {
		flex-direction: column;
	}

	.main-block {
		height: auto;
		padding-bottom: 48px;
	}

	.all-services__wrapp__card {
		width: 364px;
	}

	.features {
		flex-wrap: wrap;
		overflow: hidden;
	}
}
@media (max-width: 767px) {
	.wp-heading__wrapper__description {
		max-width: 100%;
	}

	.chess-block__item__text {
		padding: 25px 15px;
	}
	.search-popup-inner {
		width: 80%;
	}
	.about-section__chess {
		margin-top: 24px;
	}

	.about-company-section__content__video__card {
		top: 285px;
	}

	.about-company-section__director-info img {
		width: 400px;
	}

	.about-company-section p {
		width: 88%;
	}

	.close-form-btn {
		right: 10px;
		top: -50px;
	}

	.form-wrapp {
		max-width: 85%;
		margin: 0 auto;
	}

	.contacts.active {
		flex-direction: column;
	}

	.footer-links__main {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.services-main .chess-block__item__image {
		width: 100%;
	}

	.services-main .chess-block__item:nth-child(2n) {
		display: flex;
		flex-direction: column-reverse;
	}

	.features {
		flex-direction: column;
	}

	.way-section .feature-card::before {
		right: 50%;
		transform: rotate(90deg) !important;
		top: 90%;
	}

	.all-services__wrapp__card {
		width: 100%;
	}

	.article-section .main-block-content__text {
		max-width: 100%;
	}

	article .wp-heading__wrapper__preview {
		width: 100%;
	}

	.features-section {
		margin-top: 48px;
	}

	.requisites-wrapp {
		grid-template-columns: 1fr;
	}

	.wp-error-page .wp-error-page__image::before {
		position: relative;
	}

	.wp-error-page .wp-error-page__404 {
		text-align: center;
		margin-top: 140px;
	}

	.wp-error-page .wp-error-page__desc {
		text-align: center;
	}

	.wp-error-page .wp-error-page__image::before {
		position: relative;
		display: block;
		width: 100%;
		height: 500px;
		background-size: 150%;
	}

	.wp-error-page {
		margin-top: 100px;
	}

	.btn-arrow {
		margin: 0 auto;
	}
}
@media (max-width: 574px) {
	.logo {
		width: 88px;
	}
	.logo a {
		width: 100%;
	}
	.logo a img {
		width: 100%;
	}

	.header-block {
		padding: 4px 10px;
	}

	.wp-heading {
		padding-left: 20px;
	}

	.main-block-content p {
		margin-top: 16px;
	}

	.main-block-content .btn-arrow {
		width: 100%;
		justify-content: space-between;
	}

	.main-block-content__statistic {
		flex-direction: column;
		margin-top: 25px;
	}

	.main-block-content__statistic__item {
		width: 100%;
	}
	.main-block-content__statistic__item span {
		font-size: 52px;
	}

	.main-block-content {
		padding-top: 15px;
	}

	.chess-block__item__text {
		padding: 15px 10px;
	}

	.btn-arrow {
		width: 100%;
		justify-content: space-between;
	}

	.bisinec-section {
		padding: 48px 0;
	}

	.bisibec-items {
		margin-top: 24px;
	}

	.bisibec-items__item h3 {
		font-size: 20px;
	}

	.bisibec-items__item {
		height: auto;
	}

	.bisibec-items__item .icon {
		top: 50%;
		transform: translateY(-50%);
	}

	.about-section__chess.top .chess-block {
		margin-top: 24px;
	}

	.about-company-section__content__video__card {
		top: 385px;
	}

	.about-company-section {
		height: 1250px;
	}

	.about-company-section__director-info img {
		width: 320px;
	}

	.about-company-section p {
		line-height: 25px;
	}

	.about-company-section__director-info__text {
		left: 50%;
		transform: translateX(-50%);
		bottom: 0px;
		width: 229px;
	}

	.cases-card .cases-card__heading .cases-card__heading__data {
		flex-direction: column;
		gap: 16px;
	}

	a:hover {
		opacity: 1;
	}

	.cases-card .cases-card__desc {
		grid-template-columns: 1fr;
	}

	.cases-card {
		padding: 15px;
	}

	.cases-slide .slick-list {
		height: auto;
	}

	.cases-card .cases-card__heading .cases-card__heading__data__item {
		flex-wrap: wrap;
		justify-content: inherit;
		flex-direction: row;
	}

	.application-section {
		padding: 48px 0;
	}

	.form-wrapp {
		padding: 20px;
	}

	.form-title {
		margin-bottom: 22px;
	}

	.form-twoo-input {
		flex-direction: column;
	}

	.map-block {
		height: 234px;
	}

	footer.footer .logo-footer {
		width: 109px;
	}
	footer.footer .logo-footer img {
		width: 100%;
	}

	.services-main .chess-block__item {
		min-width: 100%;
	}

	.section.about-section .services-main .chess-block__item:last-child {
		flex-direction: inherit !important;
	}

	.feature-card {
		padding: 16px;
	}

	.wp-heading__wrapper__left {
		width: 100%;
	}

	.wp-blog-card {
		width: 100%;
	}

	.wp-blog-card .wp-blog-card__preview {
		height: 187px;
	}
	.wp-blog-card .wp-blog-card__preview img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}

	.wp-blog-card .wp-blog-card__content {
		gap: 8px;
	}

	.wp-blog-card .wp-blog-card__content h2 {
		line-height: 20px;
	}

	.blog-section {
		margin-top: 24px;
	}

	.wp-heading__wrapper__preview__name {
		top: 500px;
	}

	.wp-heading__wrapper__preview__name {
		width: 80%;
	}

	.rewiev-section-page {
		margin-top: 0;
	}

	.rewiev-card {
		width: 100%;
	}

	.requisites-wrapp .requisites-wrapp__info__item {
		padding: 12px 8px;
	}
	.requisites-wrapp .requisites-wrapp__info__item div {
		font-size: 14px;
	}
	.requisites-wrapp
		.requisites-wrapp__info__item
		div.requisites-wrapp__info__item__doc {
		font-weight: 600;
	}

	.wp-error-page .wp-error-page__image::before {
		height: 300px;
	}

	.wp-error-page img {
		width: 100%;
		height: auto;
		top: 200px;
	}
}
@media (max-width: 573px) {
	.about-company-section__content__video__card {
		top: 285px;	
	}
}
@media (max-width: 478px) {
	.form-twoo-input p {
		flex-direction: column;
	}
	.popup .form-wrapp {
		max-width: 80%;
		margin: 0 auto;
	}
	.form-wrapp {
		max-width: 100%;
	}
}
@media (max-width: 418px) {
	.about-company-section__content__video__card {
		top: 335px;
	}
}
@media (max-width: 390px) {
		.about-company-section__content__video__card {
		  top: 375px;
      width: 90%;
	}
}
@media (max-width: 336px) {
	.about-company-section__content__video__card {
	  top: 430px;
	}
}

/*# sourceMappingURL=main.css.map */
