*,
::before,
::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:where(ul, ol):where([class]) {
	padding-left: 0;
}
body,
:where(blockquote, figure, fieldset):where([class]) {
	margin: 0;
}
:where(h1, h2, h3, h4, h5, h6, p, ul, ol, dl):where([class]) {
	margin-block: 0;
}
:where(dd[class]) {
	margin-left: 0;
}
:where(fieldset[class]) {
	padding: 0;
	border: none;
}
:where(ul[class]) {
	list-style: none;
}
:where(address[class]) {
	font-style: normal;
}
p {
	margin-block: 0;
}
img,
video {
	display: block;
	max-width: 100%;
	height: auto;
}
input,
textarea,
select,
button {
	font: inherit;
}
html {
	height: 100%;
	scroll-behavior: auto !important;
}
body {
	min-height: 100%;
}
a:where([class]) {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
button {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
:where([stroke]:not([stroke='none'], [stroke^='url'])) {
	stroke: currentColor;
}
svg * {
	-webkit-transition-property: fill, stroke;
	transition-property: fill, stroke;
}
:where(table) {
	border-collapse: collapse;
	border-color: currentColor;
}
.custom-pagination_hero-progress {
	display: flex;
	gap: 5px;
	align-items: center;
}
.archive-portfolio .projects {
	height: auto;
}
.archive-portfolio .projects .projects__list .project__item {
	position: relative;
}
.news_archive {
	background: #222;
}
.news_archive .news {
	background: transparent;
}
.news_archive .news_items {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	justify-content: space-between;
}
.news_archive .news__item {
	flex: 1 0 33%;
	max-width: 32%;
}
.news_archive .news__item__date,
.news_archive .news__item__title h3,
.news_archive .news__item__description p {
	color: #fff;
}

@media (max-width: 1300px) {
	.news_archive .news__item {
		flex: 1 0 33%;
		max-width: 31%;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	::before,
	::after {
		-webkit-animation-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
		-webkit-transition-duration: 0.01ms !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	scroll-behavior: smooth !important;
	line-height: 1.5;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
textarea {
	overflow: auto;
}
ul {
	padding: 0;
	list-style: none;
}
a {
	text-decoration: none;
	display: block;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0);
}
img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
[type='checkbox'],
[type='radio'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
h1,
h2 {
	margin: 0 auto;
	text-align: center;
}
@font-face {
	font-family: 'wixmadefordisplay';
	src: url('../fonts/WixMadeforDisplay-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'wixmadefordisplay';
	src: url('../fonts/WixMadeforDisplay-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'wixmadefordisplay';
	src: url('../fonts/WixMadeforDisplay-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'wixmadefordisplay';
	src: url('../fonts/WixMadeforDisplay-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'wixmadefordisplay';
	src: url('../fonts/WixMadeforDisplay-ExtraBold.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}
.container {
	max-width: calc(var(--container-width) + var(--container-padding-x) * 2);
	margin-inline: auto;
	padding-inline: var(--container-padding-x);
}
.visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	border: 0 !important;
	padding: 0 !important;
	white-space: nowrap !important;
	clip-path: inset(100%) !important;
	clip: rect(0 0 0 0) !important;
	overflow: hidden !important;
}
:root {
	--color-light: #fff;
	--color-dark: #000;
	--color-accent: #298c70;
	--main-font: 'wixmadefordisplay', sans-serif;
	--container-width: 1500px;
	--container-padding-x: 30px;
	--gradient: linear-gradient(0turn, rgba(41, 140, 112, 1) 0%, rgba(92, 236, 148, 1) 100%);
}
body {
	font-family: var(--main-font);
}
a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 44px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--color-light);
	opacity: 0.9;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
a:hover {
	opacity: 1;
}
h1 {
	font-size: 60px;
	font-weight: 600;
	color: var(--color-light);
	line-height: 1.25;
	text-align: left;
}
h2 {
	line-height: 1.25;
}
noscript {
	text-align: center;
	margin: 10px;
	color: red;
	text-transform: uppercase;
	font-size: 22px;
	padding-inline: 30px;
}
.uppercase {
	text-transform: uppercase;
}
.button {
	height: 56px;
	border-radius: 50px;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	color: var(--color-light);
	background: rgba(0, 0, 0, 0);
	border: 2px solid var(--color-light);
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	max-width: 244px;
	position: relative;
	overflow: hidden;
}
.title {
	font-weight: 600;
}
.header {
	padding-block: 30px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
	background-color: #222;
}
.header::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: #222;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	z-index: -1;
}
.header.scrolled::before {
	opacity: 1;
}
.page-template-template_home .header {
	background: transparent;
}
.header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 25px;
}
.header__logo {
	z-index: 13;
	max-width: 150px;
}
.header__logo img {
	-o-object-fit: contain;
	object-fit: contain;
}
.header .burger {
	width: 30px;
	height: 20px;
	position: relative;
	border: none;
	background: rgba(0, 0, 0, 0);
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 0px;
	z-index: 15;
}
.header .burger span {
	display: block;
	height: 2px;
	width: 34px;
	background: var(--color-light);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.header .burger span:last-child {
	width: 24px;
}
.header .burger.active span:nth-child(1) {
	-webkit-transform: translateY(9px) rotate(45deg);
	transform: translateY(9px) rotate(45deg);
}
.header .burger.active span:nth-child(2) {
	-webkit-transform: translateY(0px) rotate(-45deg);
	transform: translateY(0px) rotate(-45deg);
}
.header .burger.active span:nth-child(3) {
	opacity: 0;
}
.header .menu {
	position: fixed;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	background: #222;
	color: var(--color-light);
	z-index: 12;
	height: 100vh;
}
.header .menu.active {
	opacity: 1;
	visibility: visible;
	overflow: auto;
}
.header .menu__content {
	margin: 0 auto;
	margin-top: 104px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 500;
	border-top: 1px solid #353535;
	padding-top: 23px;
	gap: 25px;
	max-width: calc(var(--container-width) + var(--container-padding-x) * 2);
	margin-inline: auto;
	padding-inline: var(--container-padding-x);
}
.header .menu__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 30px;
}
.header .menu__left .menu__contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 30px;
}
.header .menu__left .menu__contacts a {
	font-size: 48px;
}
.header .menu__left .menu__contacts li:last-child a {
	font-size: 16px;
	color: #878787;
}
.header .menu__right {
	font-weight: 600;
}
.header .menu__right__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 22px;
	padding-bottom: 22px;
}
.header .menu__right__nav {
	padding-top: 22px;
	border-top: 1px solid #353535;
}
.header .menu__right__nav .menu__right__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 22px;
}
.header .menu__right h3 {
	font-size: 14px;
	color: #878787;
}
.header .menu__socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}
.header .menu__socials a {
	padding: 35px 23px;
	border-radius: 50px;
	background-color: #2c2c2c;
}
.header__nav {
	z-index: 13;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 45px;
	font-weight: 500;
	font-size: 15px;
	position: relative;
}
.header__nav__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 150px;
}
.header__contacts {
	font-weight: 600;
	font-size: 15px;
	z-index: 13;
	position: relative;
}
.header__contacts.active {
	padding-left: 20px;
}
.header__contacts.active::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	aspect-ratio: 1;
	background-image: url('../icons/trubka.svg');
	background-size: contain;
	background-repeat: no-repeat;
}

.menu__right__list {
	width: 100%;
	height: 100%;
	z-index: 9;
	background: #222222;
	justify-content: flex-start;
	padding-top: 28px;
}

.menu__right__list a {
	height: auto;
}

.services_menu {
	position: relative;
}

.menu__right .services_menu span,
.menu__right_block_services a span {
	display: none;
}
.swiper {
	width: 100%;
	height: 100%;
	height: 120vh;
	max-height: 1119px;
	overflow: hidden;
}
.swiper-slide {
	text-align: start;
	font-size: 18px;
	background: var(--color-dark);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hero-slider .swiper-slide {
	align-items: flex-start;
}

.hero-slide_inner {
	color: var(--color-light);
	text-align: left;
	max-width: calc(var(--container-width) + var(--container-padding-x) * 2);
	margin-inline: auto;
	padding-inline: var(--container-padding-x);
	width: 100%;
	z-index: 10;
	padding-top: 120px;
}

.hero-slide_inner h1 {
	max-width: 810px;
	margin: 0;
	margin-bottom: 24px;
}
.hero {
	overflow: hidden;
	gap: 100px;
}
.hero-slider {
	height: 80vh;
	min-height: max-content;
	overflow: visible;
}
.hero-slider .swiper-slide img {
	position: absolute;
	width: 100%;
	height: calc(100vh + 245px);
	z-index: 0;
	top: 0;
	left: 0;
	-webkit-filter: brightness(0.5);
	filter: brightness(0.5);
}

.swiper-slider-progress {
	position: absolute;
	z-index: 2;
	bottom: 25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
}
.progress-bar {
	width: 17px;
	height: 4px;
	background-color: hsla(0, 0%, 100%, 0.5);
	-webkit-transition: width 0.3s ease, background-color 0.3s ease;
	transition: width 0.3s ease, background-color 0.3s ease;
}
.progress-bar.active {
	width: 116px;
	background: #fff;
}
.hero {
	position: relative;
	z-index: 2;
	background: rgba(0, 0, 0, 0);
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
}
.hero .container {
	z-index: 2;
	padding-bottom: 75px;
}
.hero__title {
	max-width: 810px;
}
.hero__title h1 {
	text-align: start;
}
.hero__description {
	color: #e5e5e5;
}
.hero .hero__portfolio__link {
	margin-top: 55px;
}
.hero .hero__portfolio__link::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background: var(--color-light);
	-webkit-transition: width 0.5s ease;
	transition: width 0.5s ease;
	z-index: 0;
	border-radius: inherit;
}
.hero .hero__portfolio__link p {
	position: relative;
	z-index: 1;
	-webkit-transition: color 0.5s ease;
	transition: color 0.5s ease;
}
.hero .hero__portfolio__link svg {
	position: relative;
	z-index: 1;
}
.hero .hero__portfolio__link svg path {
	-webkit-transition: fill 0.5s ease;
	transition: fill 0.5s ease;
}
.hero .hero__portfolio__link:hover::before {
	width: 100%;
}
.hero .hero__portfolio__link:hover {
	color: var(--color-dark);
}
.hero .hero__portfolio__link:hover svg path {
	fill: var(--color-dark);
}
.hero__bottom {
	position: relative;
	bottom: auto;
	left: auto;
	transform: none;
	max-width: calc(var(--container-width) + var(--container-padding-x) * 2);
	margin-inline: auto;
	padding-inline: var(--container-padding-x);
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 25px;
	padding-bottom: 50px;
	z-index: 10;
	height: 20vh;
	min-height: 245px;
}
.hero__video {
	max-width: 295px;
}
.hero__video__title {
	font-size: 13px;
	font-weight: 600;
	color: var(--color-light);
	margin-bottom: 17px;
}
.hero__video__img {
	max-height: 162px;
	overflow: hidden;
}

.hero__video__img a {
	position: relative;
	display: block;
	height: auto;
	line-height: 0;
}

.hero__video__img a .video-play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	z-index: 2;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.hero__video__img a .video-play-button::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 44px;
	height: 44px;
	background: #ffffff;
	border-radius: 50%;
	z-index: 3;
	transition: box-shadow 0.2s ease;
}

.hero__video__img a .video-play-button::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 18px;
	border-color: transparent transparent transparent #009688;
	transform: translate(-50%, -50%);
	left: calc(50% + 3px);
	z-index: 4;
}

.hero__video__img a:hover .video-play-button {
	transform: translate(-50%, -50%) scale(1.05);
	background-color: rgba(255, 255, 255, 0.2);
}

.hero__video__img a:hover .video-play-button::before {
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.hero .swiper-pagination {
	position: absolute;
	top: 100px;
	right: 76px;
	left: auto;
	width: auto;
	font-weight: 600;
	font-size: 24px;
	color: var(--color-light);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	z-index: 10;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
}
.hero .swiper-button-prev,
.hero .swiper-button-next {
	position: absolute;
	top: 170px;
	right: 20px;
	left: auto;
	width: 82px;
	height: 52px;
	border: 1px solid hsla(0, 0%, 100%, 0.3);
	border-radius: 50px;
	background: rgba(0, 0, 0, 0);
	color: var(--color-light);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 10;
}
.hero .swiper-button-prev::after,
.hero .swiper-button-next::after {
	font-size: 16px;
	font-weight: bold;
}
.hero .swiper-button-prev:hover,
.hero .swiper-button-next:hover {
	background: hsla(0, 0%, 100%, 0.1);
	border-color: var(--color-light);
}
.hero .swiper-button-prev {
	right: 129px;
}
.hero .swiper-button-prev::before {
	content: '';
	width: 15px;
	height: 11px;
	background: url('../icons/ArrowLeft.svg') center/contain no-repeat;
}
.hero .swiper-button-next::before {
	content: '';
	width: 15px;
	height: 11px;
	background: url('../icons/ArrowRight.svg') center/contain no-repeat;
}
.company__services {
	padding-block: 150px;
	background-color: #f0f0f0;
	position: relative;
	z-index: 3;
}
.company__services .company__breadcrumbs {
	font-size: 14px;
	color: var(--color-accent);
	font-weight: 600;
	position: relative;
	margin-left: 20px;
}
.company__services .company__breadcrumbs::before {
	content: '';
	position: absolute;
	background: url('../icons/companyServ.svg') center/cover no-repeat;
	top: 50%;
	left: -20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 10px;
	aspect-ratio: 1;
}
.company__services .company__title {
	margin: 30px 0 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 25px;
}
.company__services .company__title h2 {
	max-width: 880px;
	font-size: 36px;
	color: #222;
	text-align: start;
	margin: 0;
}
.company__services .company__title .company__link {
	background-color: #222;
	border: 2px solid #222;
	width: 100%;
	max-width: 204px;
}
.company__services .company__title .company__link::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background: var(--color-light);
	-webkit-transition: width 0.5s ease;
	transition: width 0.5s ease;
	border-radius: inherit;
}
.company__services .company__title .company__link p {
	position: relative;
	z-index: 1;
	-webkit-transition: color 0.5s ease;
	transition: color 0.5s ease;
	margin: 0 auto;
}
.company__services .company__title .company__link:hover::before {
	width: 100%;
}
.company__services .company__title .company__link:hover {
	color: var(--color-dark);
}
.company__services .company__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 14px !important;
}

.company__services .company__list .company__item {
	max-width: 364px;
	width: 100%;
	margin: 0 !important;
}
@media (max-width: 1240px) {
	.company__services .company__list {
		flex-wrap: wrap;
	}
	.company__services .company__list .company__item {
		flex: 1 0 49%;
		max-width: 49%;
	}
}
@media (max-width: 1100px) {
	.company__services .company__list .company__item {
		max-width: 100%;
	}
}

.company__services .company__list .company__item a {
	height: auto;
	width: 100%;
}
.company__services .company__list .company__item__img {
	position: relative;
	color: var(--color-light);
	width: 100%;
}
.company__services .company__list .company__item__img img {
	height: 448px;
}
.company__services .company__list .company__item__img::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 22%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.9)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 70%);
	opacity: 1;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0.5)), color-stop(85%, rgba(0, 0, 0, 0.9)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.9) 85%);
	backdrop-filter: blur(1px);
	pointer-events: none;
}

.company__services .company__list .company__item__info {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 25px;
	padding: 20px 20px 0 20px;
	width: 100%;
}
.company__services .company__list .company__item__info__price {
	backdrop-filter: blur(10px);
	padding: 10px;
	border-radius: 0 20px 20px 20px;
	background-color: rgba(0, 0, 0, 0.1019607843);
}
.company__services .company__list .company__item__info__link {
	background-color: rgba(0, 0, 0, 0.1019607843);
	backdrop-filter: blur(10px);
	border-radius: 50px;
	height: auto;
	padding: 12px 10.5px;
}
.company__services .company__list .company__item__heading {
	position: absolute;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	gap: 15px;
	padding: 0 20px 20px 20px;
}
.company__services .company__list .company__item__heading .company__item__title {
	font-size: 18px;
	font-weight: 600;
}
.company__services .company__list .company__item__heading .company__item__description {
	color: #c5c5c5;
	font-weight: 500;
	font-size: 14px;
}
.projects {
	position: relative;
	z-index: 4;
	height: 300vh;
	overflow: hidden;
}
.projects .projects__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 0;
	position: relative;
	height: 300vh;
	min-height: 300vh;
	overflow: hidden;
}
.projects .projects__list .projects__image-container {
	position: sticky;
	top: 50vh;
	right: 5vh;
	-ms-flex-item-align: end;
	align-self: flex-end;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 492px;
	height: 492px;
	z-index: 10;
	pointer-events: none;
	max-width: calc(50vw - 40px);
	max-height: calc(100vh - 200px);
	margin-right: calc((100vw - 1500px) / 2);
	margin-top: -50vh;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
}
@media (max-width: 1560px) {
	.projects .projects__list .projects__image-container {
		margin-right: 30px;
	}
}
@media (max-width: 1024px) {
	.projects .projects__list .projects__image-container {
		display: none;
	}
}
.projects .projects__list .projects__image-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border: 1px solid hsla(0, 0%, 100%, 0.5);
	border-radius: 4px;
}
.projects .projects__list .project__item {
	position: sticky;
	top: 0;
	height: 100vh;
	min-height: 100vh;
	width: 100%;
	overflow: hidden;
	color: var(--color-light);
	margin: 0;
	padding: 0;
}
.projects .projects__list .project__item .project__item__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 0;
}
.projects .projects__list .project__item .project__item__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
	z-index: 1;
}
.projects .projects__list .project__item .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 25px;
	position: relative;
	z-index: 2;
	padding-top: 30vh;
	height: 100%;
}
.projects .projects__list .project__item__inner {
	position: relative;
	z-index: 2;
}
.projects .projects__list .project__item__heading {
	max-width: 640px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 45px;
	margin-bottom: 200px;
}
.projects .projects__list .project__item__title h2 {
	text-align: start;
	font-size: 60px;
}
.projects .projects__list .project__item__description {
	font-weight: 500;
	font-size: 18px;
}
.projects .projects__list .project__item__link {
	max-width: 204px;
}
.projects .projects__list .project__item__link::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background: var(--color-light);
	-webkit-transition: width 0.5s ease;
	transition: width 0.5s ease;
	border-radius: inherit;
}
.projects .projects__list .project__item__link p {
	position: relative;
	z-index: 1;
	-webkit-transition: color 0.5s ease;
	transition: color 0.5s ease;
	margin: 0 auto;
}
.projects .projects__list .project__item__link:hover::before {
	width: 100%;
}
.projects .projects__list .project__item__link:hover {
	color: var(--color-dark);
}
.perfomances {
	padding-block: 180px;
	background-color: #f0f0f0;
	z-index: 1;
}
.perfomances .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 25px;
}
.perfomances .container .perfomances__img {
	max-width: 620px;
	aspect-ratio: 1;
	position: relative;
	z-index: 2;
	flex-shrink: 0; /* Ð”Ð¾Ð±Ð°Ð²Ð¸Ð», Ñ‡Ñ‚Ð¾Ð±Ñ‹ ÐºÐ°Ñ€Ñ‚Ð¸Ð½ÐºÐ° Ð½Ðµ ÑÐ¶Ð¸Ð¼Ð°Ð»Ð°ÑÑŒ */
}
.perfomances .container .perfomances__img::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 94%;
	background-color: #bfbfbf;
	top: 20px;
	left: -20px;
	z-index: -1;
	-webkit-transform: translateX(var(--pseudo-x, 0));
	transform: translateX(var(--pseudo-x, 0));
}
.perfomances .container .perfomances__img::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 88%;
	background-color: #dbdbdb;
	top: 40px;
	left: -40px;
	z-index: -2;
	-webkit-transform: translateX(var(--pseudo-x, 0));
	transform: translateX(var(--pseudo-x, 0));
}
.perfomances .container .perfomances__breadcrumbs {
	color: var(--color-accent);
	font-weight: 600;
	font-size: 14px;
	position: relative;
	margin-left: 20px;
}
.perfomances .container .perfomances__breadcrumbs::before {
	content: '';
	position: absolute;
	background: url('../icons/companyServ.svg') center/cover no-repeat;
	top: 50%;
	left: -20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 10px;
	aspect-ratio: 1;
}
.perfomances .container .perfomances__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	gap: 50px;
	margin: 30px 0 73px;
	max-width: 650px;
}
.perfomances .container .perfomances__heading .perfomances__title h2 {
	color: #222;
	font-size: 56px;
	font-weight: 600;
	text-align: start;
}
.perfomances .container .perfomances__link {
	max-width: 204px;
	background-color: #222;
	border: 2px solid #222;
}
.perfomances .container .perfomances__link::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background: var(--color-light);
	-webkit-transition: width 0.5s ease;
	transition: width 0.5s ease;
	border-radius: inherit;
}
.perfomances .container .perfomances__link p {
	position: relative;
	z-index: 1;
	-webkit-transition: color 0.5s ease;
	transition: color 0.5s ease;
	margin: 0 auto;
}

.perfomances .container .perfomances__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.advantages {
	padding: 80px 0 130px;
	position: relative;
	z-index: 5;
	background-color: #fff;
}

.advantages .container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 25px;
}

.advantages__left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.advantages__breadcrumbs {
	font-size: 14px;
	color: var(--color-accent);
	font-weight: 600;
	position: relative;
	margin: 0 0 30px 20px;
}
.advantages__breadcrumbs::before {
	content: '';
	position: absolute;
	background: url('../icons/companyServ.svg') center/cover no-repeat;
	top: 50%;
	left: -20px;
	transform: translateY(-50%);
	width: 10px;
	aspect-ratio: 1;
}

.advantages__link {
	border: 2px solid #b7b7b7;
	color: #222;
	max-width: 204px;
	margin-block: 120px;
	width: 100%;
}
.advantages__link::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background: #222;
	transition: width 0.5s ease;
	z-index: 0;
	border-radius: inherit;
}
.advantages__link p {
	position: relative;
	z-index: 1;
	transition: color 0.5s ease;
	margin: 0 auto;
}

@media (hover: hover) {
	.advantages__link:hover::before {
		width: 100%;
	}
	.advantages__link:hover {
		color: var(--color-light);
	}
}

.advantages__right__text {
	max-width: 620px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 25px;
	color: #222;
	font-weight: 500;
	font-size: 18px;
}
.achievements {
	padding-bottom: 80px;
	background-color: #fff;
}
.achievements__list {
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#fafafa));
	background: linear-gradient(180deg, #f2f2f2 0%, #fafafa 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 25px;
	padding-block: 40px;
	position: relative;
}
.achievements__list ::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	aspect-ratio: 1;
	background-image: url('../icons/countTriangle.svg');
	background-size: contain;
	background-repeat: no-repeat;
}
.achievements__list ::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30px;
	aspect-ratio: 1;
	background-image: url('../icons/countTriangle.svg');
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.achievements__list .achievements__item {
	padding-inline: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 70px;
	width: clamp(200px, 365px, 20vw);
}
.achievements__list .achievements__item:not(:last-child) {
	border-right: 1px solid #d5d5d5;
}
.achievements__list .achievements__item .achievements__count {
	font-size: 70px;
	color: var(--color-accent);
	font-weight: 600;
}
.achievements__list .achievements__item .achievements__description {
	font-weight: 500;
	font-size: 15px;
	color: #7d7d7d;
}
.achievements__list .achievements__item .achievements__description span {
	font-size: 20px;
	color: var(--color-accent);
}
.holding {
	padding-bottom: 80px;
	background-color: #fff;
}
.holding .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 25px;
}
.holding__img {
	max-width: 265px;
}
.holding__info {
	background: -webkit-gradient(linear, left top, right top, from(#f2f2f2), to(#ffffff));
	background: linear-gradient(90deg, #f2f2f2 0%, #ffffff 100%);
	color: #88671e;
	padding: 64px 0 60px 50px;
	font-weight: 500;
	font-size: 20px;
	position: relative;
}
.holding__info ::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	aspect-ratio: 1;
	background-image: url('../icons/countTriangle.svg');
	background-size: contain;
	background-repeat: no-repeat;
}
.partners {
	padding-bottom: 115px;
	background-color: #fff;
}
.partners .partners__breadcrumbs {
	color: var(--color-accent);
	font-weight: 600;
	font-size: 14px;
	position: relative;
	margin-left: 20px;
	margin-bottom: 25px;
}
.partners .partners__breadcrumbs::before {
	content: '';
	position: absolute;
	background: url('../icons/companyServ.svg') center/cover no-repeat;
	top: 50%;
	left: -20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 10px;
	aspect-ratio: 1;
}
.partners .partners-slider {
	overflow: hidden;
	padding: 10px 0;
	height: auto;
	z-index: 0 !important;
}
.partners .partners-slider .swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}
.partners .partners-slider .swiper-wrapper .swiper-slide {
	background-color: inherit;
}

.headmaster {
	padding-block: 180px;
	z-index: 5 !important;
	background-color: #f0f0f0;
}
.headmaster .headmaster__img {
	position: relative;
}

.headmaster .headmaster__img .video-play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 122px;
	height: 122px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	z-index: 2;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.headmaster .headmaster__img .video-play-button::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	background: #ffffff;
	border-radius: 50%;
	z-index: 3;
	transition: box-shadow 0.2s ease;
}

.headmaster .headmaster__img .video-play-button::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 18px;
	border-color: transparent transparent transparent #009688;
	transform: translate(-50%, -50%);
	left: calc(50% + 3px);
	z-index: 4;
}

.headmaster .headmaster__img a {
	display: block;
	position: relative;
	line-height: 0;
}

.headmaster .headmaster__img img {
	max-height: 700px;
}

.headmaster .headmaster__img .headmaster__info {
	content: '';
	position: absolute;
	right: 12px;
	bottom: -50px;
	width: 48%;
	height: 250px;
	background: -webkit-gradient(linear, left top, right top, from(#298c70), to(#5cec94));
	background: linear-gradient(90deg, #298c70 0%, #5cec94 100%);
	color: var(--color-light);
	font-weight: 600;
	padding: 44px 79px 50px 55px;
	clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
	z-index: 3;
}
.headmaster .headmaster__img .headmaster__title {
	font-size: 32px;
	margin-bottom: 12px;
}
.headmaster .headmaster__img .headmaster__post {
	font-size: 14px;
	opacity: 0.7;
	margin-bottom: 45px;
}
.headmaster .headmaster__img .headmster__notice {
	font-size: 14px;
	position: relative;
	margin-left: 68px;
}
.headmaster .headmaster__img .headmster__notice ::before {
	content: '';
	position: absolute;
	background: url('../icons/notice.svg') center/cover no-repeat;
	top: 50%;
	left: -68px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	height: 35px;
}

/* * =============================================================
 * === ОБЪЕДИНЕННЫЕ СТИЛИ ДЛЯ ВСЕХ 3-Х КНОПОК (ОБНОВЛЕНО) ===
 * =============================================================
 * Замени старый блок кнопок на этот. Теперь тут 3 селектора.
 */

.headmaster .headmaster__img a .video-play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 122px;
	height: 122px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	z-index: 2;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.headmaster .headmaster__img a .video-play-button::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	background: #ffffff;
	border-radius: 50%;
	z-index: 3;
	transition: box-shadow 0.2s ease;
}

.headmaster .headmaster__img a .video-play-button::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 18px;
	border-color: transparent transparent transparent #009688;
	transform: translate(-50%, -50%);
	left: calc(50% + 3px);
	z-index: 4;
}

.headmaster .headmaster__img a:hover .video-play-button {
	transform: translate(-50%, -50%) scale(1.05);
	background-color: rgba(255, 255, 255, 0.2);
}

.headmaster .headmaster__img a:hover .video-play-button::before {
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.news {
	padding-top: 70px;
	padding-bottom: 150px;
	background-color: #f0f0f0;
}
.news a {
	height: auto;
	color: var(--color-dark);
	display: block;
}
.news__item__img {
	position: relative;
	margin-bottom: 12px;
}
.news__item__img img {
	height: 320px;
}
.news .news__breadcrumbs {
	color: var(--color-accent);
	font-weight: 600;
	font-size: 14px;
	position: relative;
	margin-left: 20px;
	margin-bottom: 36px;
}
.news .news__breadcrumbs::before {
	content: '';
	position: absolute;
	background: url('../icons/companyServ.svg') center/cover no-repeat;
	top: 50%;
	left: -20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 10px;
	aspect-ratio: 1;
}
.news .news__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	margin-bottom: 64px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.news .news__list .news__item {
	max-width: 480px;
}
.news .news__list .news__item__date {
	content: '';
	position: absolute;
	top: 14px;
	left: 14px;
	backdrop-filter: blur(10px);
	padding: 10px;
	border-radius: 0 20px 20px 20px;
	background-color: rgba(0, 0, 0, 0.1019607843);
	color: var(--color-light);
	font-weight: 600;
	font-size: 13px;
}
.news .news__list .news__item__title {
	font-size: 18px;
	font-weight: 600;
	color: #222;
	margin-bottom: 8px;
}
.news .news__list .news__item__description {
	color: #878787;
	font-weight: 500;
	font-size: 14px;
}
.news__link {
	margin: 0 auto;
	border: 2px solid #222;
	text-align: center;
	max-width: 204px;
}
.news__link::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background: #222;
	-webkit-transition: width 0.5s ease;
	transition: width 0.5s ease;
	z-index: 0;
	border-radius: inherit;
}
.news__link p {
	position: relative;
	z-index: 1;
	-webkit-transition: color 0.5s ease;
	transition: color 0.5s ease;
}
.news__link:hover::before {
	width: 100%;
}
.news__link:hover {
	color: var(--color-light);
}
.approach {
	padding-block: 100px;
	background: #fff;
}
.approach .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 60px;
}

.approach .swiper {
	height: auto;
}
.approach_slider .swiper-slide {
	background: transparent;
}
.approach .approach__inner {
	max-width: 716px;
}
.approach .approach__inner .approach__title {
	color: #222;
}
.approach .approach__inner .approach__title h2 {
	text-align: start;
	font-size: 56px;
}
.approach .approach__inner .approach__info {
	color: #535353;
	font-size: 18px;
	font-weight: 500;
	margin: 50px 0 80px;
}
.approach .approach__inner .approach__link {
	color: #222;
	border: 2px solid #bababa;
}
.approach .approach__inner .approach__link::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background: #222;
	-webkit-transition: width 0.5s ease;
	transition: width 0.5s ease;
	z-index: 0;
	border-radius: inherit;
}
.approach .approach__inner .approach__link p {
	position: relative;
	z-index: 1;
	-webkit-transition: color 0.5s ease;
	transition: color 0.5s ease;
}
.approach .approach__inner .approach__link:hover::before {
	width: 100%;
}
.approach .approach__inner .approach__link svg {
	position: relative;
	z-index: 1;
}
.approach .approach__inner .approach__link svg path {
	-webkit-transition: fill 0.5s ease;
	transition: fill 0.5s ease;
	fill: var(--color-dark);
}
.approach .approach__inner .approach__link:hover {
	color: var(--color-light);
}
.approach .approach__inner .approach__link:hover svg path {
	fill: var(--color-light);
}
.approach .approach__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
}
.approach .approach__list img {
	max-height: 485px;
}
.question {
	padding: 160px 0 200px;
	background-color: #fff;
}
.question.question__black {
	background-color: #f0f0f0;
}
.question .question__title {
	margin-bottom: 100px;
	max-width: 1000px;
}
.question .question__title h2 {
	font-size: 56px;
	color: #222;
	text-align: start;
}
.question .question__form__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}
.question .question__form__inner .question__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}
.question .question__form__inner .question__items .question__input input {
	width: clamp(350px, 38vw, 620px);
	background-color: rgba(0, 0, 0, 0);
	outline: none;
	border: none;
	border-bottom: 1px solid #222;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 20px;
}
.question .question__form__inner .question__button {
	max-width: 236px;
	width: 100%;
	font-size: 13px;
	font-weight: 600;
	height: 56px;
	color: var(--color-light);
	border: 2px solid #222;
	background-color: #222;
}
.question .question__form__inner .question__button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background: var(--color-light);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 0;
	border-radius: inherit;
}
.question .question__form__inner .question__button span {
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin: 0 auto;
}
.question .question__form__inner .question__button:hover::before {
	width: 100%;
}
.question .question__form__inner .question__button:hover {
	color: var(--color-dark);
}
.question .form__privacy {
	font-size: 14px;
	font-weight: 500;
	color: #9e9e9e;
}
.question .form__privacy a {
	color: currentColor;
	text-decoration: underline;
}
.footer {
	padding: 72px 0 24px;
	background-color: #222;
}
.footer .footer__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 25px;
	padding-bottom: 30px;
	border-bottom: 1px solid #424242;
}
.footer .footer__left__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 48px;
}
.footer .footer__contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 30px;
}
.footer .footer__contacts a {
	font-size: 48px;
}
.footer .footer__contacts li:last-child a {
	font-size: 16px;
	color: #878787;
}
.footer .footer__socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	gap: 25px;
}
.footer .footer__socials a {
	padding: 35px 23px;
	border-radius: 50px;
	background-color: #2c2c2c;
}
.footer .footer__right__inner h3 {
	font-size: 14px;
	font-weight: 600;
	color: #878787;
	margin-bottom: 28px;
}
.footer .footer__right__inner .footer__services {
	margin-bottom: 83px;
}
.footer .footer__right__inner .footer__services a {
	text-transform: uppercase;
}
.footer .footer__right__inner .footer__right__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 36px;
}

.footer .footer__right__inner .footer__right__list {
	flex-wrap: wrap;
	justify-content: flex-start;
}

.footer .footer__right__inner .footer__right__list a {
	text-transform: uppercase;
}
.footer .footer__bottom {
	padding-top: 24px;
	color: #878787;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 25px;
}
.footer .footer__bottom .footer__rights {
	font-size: 12px;
	font-weight: 500;
	width: clamp(5vw, 950px, 950px);
}
.footer .footer__bottom .footer__legal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 25px;
	width: clamp(10vw, 570px, 570px);
}
.footer .footer__bottom .footer__legal a {
	height: auto;
	color: #878787;
}
.main-portfolio {
	color: #222;
}
.portfolio .header {
	background-color: #222;
}
.portfolio-hero {
	margin-top: 104px;
	padding-top: 24px;
	padding-bottom: 60px;
	color: var(--color-light);
	height: 85vh;
	position: relative;
}
.portfolio-hero:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
	z-index: 1;
}
.portfolio-hero_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.portfolio-hero .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	gap: 25px;
	height: 100%;
	position: relative;
	z-index: 2;
}
.portfolio-hero__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	gap: 75px;
}
.portfolio-hero__title .active {
	opacity: 0.7;
}
.portfolio-hero__title h1 {
	margin: 0;
	font-size: 56px;
}
.portfolio-hero .portfolio__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 25px;
	font-weight: 600;
	width: 100%;
}
.portfolio-hero .portfolio__info .portfolio__location {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	gap: 16px;
}
.portfolio-hero .portfolio__info span {
	font-size: 16px;
	opacity: 0.7;
}
.portfolio-hero .portfolio__info .portfolio__details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 25px;
	width: 50%;
}
.portfolio-hero .portfolio__info .portfolio__details strong {
	font-size: 56px;
	font-weight: 600;
}
.task {
	position: relative;
	padding: 140px 0 180px;
	overflow-x: hidden;
	background-color: #f0f0f0;
}
.task .task__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 25px;
	width: 100%;
	margin-bottom: 95px;
}
.task .task__top .task__title {
	width: 50%;
}
.task .task__top .task__title h2 {
	font-size: 56px;
	text-align: start;
}
.task .task__top .task__info {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	gap: 30px;
	font-weight: 500;
}
.task .task__bottom {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-end;
	gap: 55px;
}
.task .task__bottom .task-slider {
	max-height: -webkit-max-content;
	max-height: -moz-max-content;
	max-height: max-content;
	height: auto;
}
.task .task__bottom .task-slider .swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}
.task .task__bottom .task-slider .swiper-wrapper .swiper-slide {
	margin-right: 0 !important;
	height: 400px;
}
.task .task__bottom .swiper-button-prev,
.task .task__bottom .swiper-button-next {
	width: 82px;
	height: 52px;
	border: 1px solid hsla(0, 0%, 100%, 0.3);
	border-radius: 50px;
	background: rgba(0, 0, 0, 0);
	color: var(--color-light);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 10;
	border: 2px solid #f0f0f0;
}
.task .task__bottom .swiper-button-prev::after,
.task .task__bottom .swiper-button-next::after {
	display: none;
}
.task .task__bottom .swiper-button-prev:hover,
.task .task__bottom .swiper-button-next:hover {
	border-color: #222;
}
.task__buttons {
	display: flex;
	gap: 25px;
	align-items: center;
}
.task .task__bottom .task-slider-prev {
	background: url('../icons/ArrowLeftBlack.svg') center/18px no-repeat;
	position: relative;
	top: 0;
	left: 0;
	border: 1px solid #c7c7c7;
}
.task .task__bottom .task-slider-next {
	background: url('../icons/ArrowRightBlack.svg') center/18px no-repeat;
	border: 1px solid #c7c7c7;
	position: relative;
	top: 0;
	right: 0;
}

.project__video {
	padding-bottom: 180px;
	background-color: #f0f0f0;
}

.project__video .video__inner {
	position: relative;
}

.project__video .video__inner a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	line-height: 0;
}

.project__video .video__inner a img {
	width: 100%;
	height: auto;
	display: block;
}

.project__video .video__inner a h2 {
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: 5;
	line-height: 1.2;
}

.project__video .video__inner a .video-play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 122px;
	height: 122px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	z-index: 2;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.project__video .video__inner a .video-play-button::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	background: #ffffff;
	border-radius: 50%;
	z-index: 3;
	transition: box-shadow 0.2s ease;
}

.project__video .video__inner a .video-play-button::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 18px;
	border-color: transparent transparent transparent #009688;

	transform: translate(-50%, -50%);
	left: calc(50% + 3px);
	z-index: 4;
}

.project__video .video__inner a:hover .video-play-button {
	transform: translate(-50%, -50%) scale(1.05);
	background-color: rgba(255, 255, 255, 0.2);
}

.project__video .video__inner a:hover .video-play-button::before {
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.conception {
	padding-block: 180px;
}

.conception .conception__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 30px;
	margin-bottom: 140px;
}
.conception .conception__top .conception__title {
	width: 50%;
}
.conception .conception__top .conception__title h2 {
	font-size: 56px;
	text-align: start;
}
.conception .conception__top .conception__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 20px;
	width: 50%;
	font-weight: 500;
}
.conception .conception__bottom {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	grid-template-rows: auto auto;
	margin: 0 auto;
}
.conception .conception__bottom .conception__img {
	max-width: 1500px;
	max-height: 860px;
}
.conception .conception__bottom .conception__img:nth-child(3) {
	grid-column: 1/-1;
}
.systems {
	padding-block: 140px;
	background-color: #f0f0f0;
}
.systems .systems__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 30px;
	margin-bottom: 140px;
}
.systems .systems__top .systems__title {
	width: 50%;
}
.systems .systems__top .systems__title h2 {
	font-size: 56px;
	text-align: start;
}
.systems .systems__top .systems__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 20px;
	width: 50%;
	font-weight: 500;
}
.systems .systems__bottom {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.result {
	padding-bottom: 70px;
	background-color: #f0f0f0;
}
.result .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 25px;
	position: relative;
}
.result .container::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -70px;
	left: 0;
	background-color: #ccc;
}
.result .result__title {
	width: 50%;
}
.result .result__title h2 {
	font-size: 56px;
	text-align: start;
}
.result .result__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 20px;
	width: 50%;
	font-weight: 500;
}
.another__projects {
	padding: 80px 0 140px;
	background-color: #f0f0f0;
}
.another__projects .another__projects__breadcrumbs {
	font-size: 14px;
	color: var(--color-accent);
	font-weight: 600;
	position: relative;
	margin-left: 20px;
	margin-bottom: 40px;
}
.another__projects .another__projects__breadcrumbs::before {
	content: '';
	position: absolute;
	background: url('../icons/companyServ.svg') center/cover no-repeat;
	top: 50%;
	left: -20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 10px;
	aspect-ratio: 1;
}
.another__projects .another__projects__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.another__projects .another__projects__list .another__projects__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	gap: 16px;
	height: auto;
	color: #222;
}
.another__projects .another__projects__list .another__projects__item .another__project__item__img {
	width: 100%;
	height: 300px;
}
.another__projects .another__projects__list .another__projects__item .another__projects__item__title strong {
	font-weight: 600;
}
.portfolio .question {
	background-color: var(--color-light);
}
.preloader-wrapper {
	position: fixed;
	inset: 0;
	z-index: 9999;
	pointer-events: none;
	overflow: hidden;
}
.preloader-rect {
	position: absolute;
	background: #fff;
}
#rect-top {
	top: 0;
	left: 0;
}
#rect-bottom {
	bottom: 0;
	left: 0;
}
#rect-left {
	left: 0;
}
#rect-right {
	right: 0;
}
.menu__socials img,
.footer__socials img {
	width: 30px;
	height: 30px;
}
.menu__right__item_first_title {
	display: none;
}

/* ============================================== */
/* ===== ПОЛНОЕ ВОССТАНОВЛЕНИЕ СТИЛЕЙ НОВОСТЕЙ + ФИКС ВЫСОТЫ ===== */
/* ============================================== */

/* 1. Настройки контейнера слайдера */
.news-slider {
	width: 100%;
	padding-bottom: 60px; /* Отступ снизу */
	overflow: hidden;
	/* ФИКС ВЫСОТЫ КОНТЕЙНЕРА */
	height: auto !important;
	min-height: 0 !important;
}

/* 1.1. Настройки обертки (ГЛАВНЫЙ ФИКС ПУСТОТЫ) */
.news-slider .swiper-wrapper {
	align-items: flex-start !important; /* Запрещаем растягивание на всю высоту */
	height: auto !important;
	box-sizing: border-box !important;
}

/* 2. Сброс самого слайда (карточки) */
.news-slider .swiper-slide {
	height: auto !important; /* Высота зависит от контента */
	min-height: 0 !important;
	width: auto;
	background: transparent !important; /* Убираем синие/черные фоны */
	opacity: 1 !important;
	display: block !important;
	border: none !important;
}

/* 3. КАРТИНКА (Возвращаем размер) */
.news-slider .news__item__img {
	position: relative !important; /* Чтобы дата позиционировалась относительно картинки */
	width: 100%;
	height: 320px !important; /* Фиксированная высота как в дизайне */
	margin-bottom: 20px !important; /* Отступ до текста */
	overflow: hidden;
	border-radius: 0;
}

.news-slider .news__item__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* 4. ДАТА (Возвращаем "стеклянный" стиль и позицию) */
.news-slider .news__item__date {
	position: absolute !important;
	top: 14px !important;
	left: 14px !important;
	z-index: 5;

	/* Стили плашки */
	background-color: rgba(0, 0, 0, 0.3) !important; /* Полупрозрачный черный */
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px); /* Для Safari */

	/* Размеры и форма */
	padding: 10px 15px !important;
	border-radius: 0 20px 20px 20px !important;

	/* Текст даты */
	color: #ffffff !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
}

/* 5. ЗАГОЛОВОК (Возвращаем шрифт и цвет) */
.news-slider .news__item__title {
	display: block !important;
	margin-bottom: 12px !important;
	text-align: left !important;
}

/* Стили самого текста заголовка */
.news-slider .news__item__title,
.news-slider .news__item__title a,
.news-slider .news__item__title strong {
	font-size: 20px !important;
	font-weight: 700 !important;
	color: #222222 !important; /* Черный цвет текста */
	line-height: 1.3 !important;
	text-decoration: none !important;
	background: transparent !important; /* На всякий случай убираем фон */
}

/* 6. ОПИСАНИЕ (Возвращаем серый цвет) */
.news-slider .news__item__description {
	display: block !important;
	text-align: left !important;

	font-size: 15px !important;
	font-weight: 500 !important;
	color: #7d7d7d !important; /* Серый цвет текста */
	line-height: 1.5 !important;
}

.news-slider .news__item__description p {
	margin: 0 !important;
}

/* Скрываем лишние элементы, если они вдруг вылезли */
.news-slider .news__item br {
	display: none;
}

.about-hero {
	background-color: #222222;
}

.about-hero .container {
	max-width: 100%;
	width: 95%;
}

.about-hero__img {
	max-height: 550px;
	overflow: hidden;
}

.about-hero__img img {
	object-position: 0px -320px;
}

.about-advantages {
	background-color: #222222;
}

.about-advantages__right__text {
	color: #d8d8d8;
}

.about-achievements {
	background-color: #222222;
}

.about-achievements__list {
	background: #222222;
	border: 1px solid #424242;
}

.about-achievements .achievements__list ::after {
	display: none;
}

.about-achievements .achievements__list ::before {
	display: none;
}

.about-achievements__list .achievements__item:not(:last-child) {
	border-right: 1px solid #424242 !important;
}

.provider {
	background-color: #222222;
	padding-bottom: 105px;
}

.provider__breadcrumbs {
	font-size: 14px;
	color: var(--color-accent);
	font-weight: 600;
	position: relative;
	margin: 0 0 30px 20px;
}
.provider__breadcrumbs::before {
	content: '';
	position: absolute;
	background: url('../icons/companyServ.svg') center/cover no-repeat;
	top: 50%;
	left: -20px;
	transform: translateY(-50%);
	width: 10px;
	aspect-ratio: 1;
}

.provider__list {
	display: flex;
	gap: 20px;
	list-style: none;
	text-align: center;
}

.provider__item {
	background: linear-gradient(to right, #222222, #298c70, #222222) bottom / 100% 1px no-repeat, linear-gradient(to bottom, #272727, #222222);
	padding: 36px 69px 48px 69px;
	position: relative;
}

.provider__item::after {
	content: '';
	position: absolute;
	bottom: -16px;
	right: 50%;
	transform: translateX(50%);
	width: 32px;
	aspect-ratio: 1;
	background: url(../icons/succesAbout.svg) center/cover no-repeat;
}

.provider__item__title {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 36px;
}

.provider__item__description {
	color: #7d7d7d;
	font-size: 15px;
	font-weight: 500;
}

.about-partners {
	padding-top: 120px;
	padding-bottom: 100px;
}

.about-partners-slider {
	padding-bottom: 100px;
	border-bottom: 1px solid #cbcbcb;
}

.team {
	padding-bottom: 180px;
}

.team__breadcrumbs {
	font-size: 14px;
	color: var(--color-accent);
	font-weight: 600;
	position: relative;
	margin: 0 0 30px 20px;
}
.team__breadcrumbs::before {
	content: '';
	position: absolute;
	background: url('../icons/companyServ.svg') center/cover no-repeat;
	top: 50%;
	left: -20px;
	transform: translateY(-50%);
	width: 10px;
	aspect-ratio: 1;
}

.team .swiper {
	height: auto;
}

.team .swiper-wrapper {
	display: flex;
	gap: 33px;
}

.team .swiper-slide {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	gap: 14px;
	align-items: start !important;
	width: auto;
}

.team__item__img {
	width: 100%;
}

.team__item__name {
	font-size: 20px;
	font-weight: 600;
	color: #222222;
}

.team__item__post {
	font-size: 15px;
	font-weight: 500;
	color: #7d7d7d;
}

.letter {
	padding-block: 120px;
	margin-bottom: 120px;
	position: relative;
}

.letter__breadcrumbs {
	font-size: 14px;
	color: var(--color-accent);
	font-weight: 600;
	position: relative;
	margin: 0 0 30px 20px;
}
.letter__breadcrumbs::before {
	content: '';
	position: absolute;
	background: url('../icons/companyServ.svg') center/cover no-repeat;
	top: 50%;
	left: -20px;
	transform: translateY(-50%);
	width: 10px;
	aspect-ratio: 1;
}

.letter .swiper {
	height: auto;
}

.letter .swiper-wrapper {
	display: flex;
	gap: 20px;
}

.letter .swiper-slide {
	background-color: #eeeeee;
	width: auto;
	padding: 35px;
	height: 272px;
}

.letter__item__img {
	max-width: 296px;
}

.letter__item__img img {
	max-height: 237px;
}

.letter .swiper-button-prev,
.letter .swiper-button-next {
	width: 82px;
	height: 52px;
	border: 1px solid hsla(0, 0%, 100%, 0.3);
	border-radius: 50px;
	background: rgba(0, 0, 0, 0);
	color: var(--color-light);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 10;
	border: 2px solid #f0f0f0;
}
.letter .swiper-button-prev::after,
.letter .swiper-button-next::after {
	display: none;
}
.letter .swiper-button-prev:hover,
.letter .swiper-button-next:hover {
	border-color: #222;
}
.letter__buttons {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 25px;
	align-items: center;
}
.letter .letter-slider-prev {
	background: url('../icons/ArrowLeftBlack.svg') center/18px no-repeat;
	position: relative;
	top: 0;
	left: 0;
	border: 1px solid #c7c7c7;
}

.letter .letter-slider-next {
	background: url('../icons/ArrowRightBlack.svg') center/18px no-repeat;
	position: relative;
	top: 0;
	left: 0;
	border: 1px solid #c7c7c7;
}

.news-hero {
	margin-top: 104px;
	background-color: #f0f0f0;
}

.news-hero .current__tab a:first-child {
	color: #222222;
}

.news-hero .current__tab a:last-child {
	color: #222222;
	opacity: 60%;
}

.news-hero .container {
	max-width: 100%;
	width: 95%;
}

.news-hero__img {
	max-height: 550px;
	overflow: hidden;
}

.news-hero__img img {
	object-position: 0px -320px;
}

.information {
	text-align: center;
	padding: 48px 0 180px;
	color: #222222;
	background-color: #f0f0f0;
}

.information_date {
	max-width: max-content;
	position: relative;
	color: #222222;
	border-bottom: 1px solid #b5b5b5;
	padding-bottom: 10px;
	margin: 0 auto;
}

.information_date {
	padding-left: 24px;
	margin-bottom: 28px;
}

.information_date::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 16px;
	aspect-ratio: 1;
	background: url(../icons/calendar.svg) center/cover no-repeat;
}

.information__inner {
	max-width: 900px;
	margin: 0 auto;
}

.information__title {
	margin-bottom: 36px;
	font-weight: 600;
}

.information__description {
	font-size: 18px;
	font-weight: 500;
}

.first-privilege {
	padding-bottom: 180px;
	background-color: #f0f0f0;
}

.first-privilege .container,
.third-privilege .container {
	max-width: 1000px;
}

.privilege__title {
	margin-bottom: 36px;
	color: #222222;
}

.privilege__title h3 {
	font-size: 28px;
	font-weight: 600;
}

.privilege__img {
	max-height: 450px;
	overflow: hidden;
	margin-bottom: 55px;
}

.privilege__info {
	display: flex;
	flex-direction: column;
	gap: 25px;
	font-size: 18px;
	font-weight: 500;
	max-width: 880px;
}

.privilege__info span {
	font-weight: 700;
	font-size: 18px;
}

.privilege__inner {
	max-width: 880px;
	margin: 0 auto;
	margin-top: 44px;
}

.second-privilege,
.third-privilege {
	padding-bottom: 180px;
	background-color: #f0f0f0;
}

.second-privilege__list,
.third-privilege__list {
	list-style: disc;
	display: flex;
	flex-direction: column;
	gap: 25px;
	margin-top: 20px;
}

.second-privilege__item,
.third-privilege__item {
	margin-left: 20px;
	font-size: 18px;
}

.privilege__inner span {
	font-weight: 700;
	font-size: 18px;
}

.second-privilege .swiper,
.third-privilege .swiper {
	height: auto;
}

.second-privilege .swiper-slide,
.third-privilege .swiper-slide {
	background-color: #fff;
	width: auto !important;
	margin-left: 0;
}

.second-privilege__item__img,
.third-privilege__item__img {
	max-height: 447px;
	max-width: 492px;
}

.second-privilege .swiper-wrapper {
	gap: 20px;
}

.third-privilege .swiper-wrapper {
	justify-content: center;
	gap: 20px;
}

.conclusion {
	color: #222222;
	text-align: center;
	background-color: #f0f0f0;
}

.conclusion .container {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 180px;
}

.conclusion__inner {
	max-width: 880px;
	margin: 0 auto;
}

.conclusion__title {
	margin-bottom: 36px;
}

.conclusion__title h2 {
	font-size: 36px;
	font-weight: 600;
}

.conclusion__description {
	font-size: 18px;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.main-news .question {
	background-color: #fff;
}

@media (max-width: 1400px) {
	.hero__bottom {
		bottom: 60px;
	}

	.approach .container {
		flex-direction: column;
	}

	.approach .approach__inner {
		max-width: 100%;
	}

	.about-hero__img img {
		object-position: 0px -170px;
	}

	.news-hero__img img {
		object-position: 0px -170px;
	}
}

@media (max-width: 1300px) {
	.question .question__form__inner .question__items {
		flex-direction: column;
		gap: 50px;
	}

	.question .question__form__inner {
		flex-direction: column;
	}

	.question .question__form__inner .question__items .question__input {
		width: 100%;
	}

	.question .question__form__inner .question__items .question__input input {
		width: 90vw;
	}

	.headmaster .headmaster__img .headmaster__info {
		padding: 25px 25px 20px 40px;
		width: 48%;
	}
}

@media (max-width: 1240px) {
	.header .menu__content {
		margin: 104px 0 0 0;
		padding-inline: 40px;
	}
}

@media (max-width: 1200px) {
	.achievements__list {
		flex-direction: column;
	}

	.achievements__list .achievements__item:not(:last-child) {
		border-right: 0;
		border-bottom: 1px solid #d5d5d5;
	}

	.achievements__list .achievements__item {
		width: 100%;
	}

	.achievements__list .achievements__item .achievements__description {
		padding-bottom: 28px;
	}

	.footer .footer__top {
		flex-direction: column;
		align-items: flex-start;
	}

	.advantages {
		padding: 0 0 130px;
	}

	.provider__list {
		flex-wrap: wrap;
		gap: 40px;
	}

	.provider__item {
		width: 100%;
	}
}

@media (max-width: 1100px) {
	.company__services .company__title h2,
	.project__item__title h2 {
		font-size: 28px;
	}

	.company__services .company__list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		justify-items: center;
	}

	.perfomances .container {
		flex-direction: column;
		display: flex;
		align-items: center;
		gap: 40px;
	}

	.perfomances .container .perfomances__heading {
		margin: 15px 0 30px;
	}

	.perfomances .container .perfomances__content {
		display: contents;
	}

	.perfomances .container .perfomances__inner {
		order: 1;
		width: 100%;
	}

	.perfomances .container .perfomances__img {
		order: 2;
		width: 100%;
	}

	.perfomances .container .perfomances__link {
		order: 3;
		margin-top: 30px;
	}

	.advantages .container {
		flex-direction: column;
		margin: 0 auto;
		padding: 0 30px;
		align-items: flex-start;
		gap: 30px;
	}

	.advantages__left {
		display: contents;
	}

	.advantages__inner {
		order: 1;
		display: flex;
		flex-direction: column;
	}
	.advantages__right__text {
		order: 2;
	}
	.advantages__link {
		order: 3;
		margin-block: 40px;
	}

	.holding .container {
		flex-direction: column;
		gap: 36px;
	}

	.holding__img {
		order: 1;
	}

	.holding__info {
		background: none;
		padding: 0;
	}

	.holding__info ::before {
		width: 0;
	}

	.portfolio-hero .portfolio__info span {
		font-size: 14px;
	}

	.portfolio-hero .portfolio__info .portfolio__details strong {
		font-size: 36px;
	}

	.approach .approach__inner .approach__title h2 {
		font-size: 38px;
	}

	.about-hero__img img {
		object-position: 0px -20px;
	}

	.news-hero__img img {
		object-position: 0px -20px;
	}
}

@media (max-width: 950px) {
	.headmaster .headmaster__img .headmaster__title {
		font-size: 22px;
		margin-bottom: 5px;
	}

	.headmaster .headmaster__img .headmaster__post {
		font-size: 10px;
		margin-bottom: 10px;
	}

	.headmaster .headmaster__img .headmaster__info {
		height: 185px;
		right: -30px;
		width: 100%;
		bottom: -150px;
		padding: 25px 25px 20px 25px;
	}

	.headmaster .headmaster__img .headmster__notice {
		font-size: 12px;
		font-weight: 500;
	}

	.headmaster .headmaster__img .headmster__notice {
		margin-left: 45px;
	}

	.headmaster .headmaster__img .headmster__notice ::before {
		width: 32px;
		height: 23px;
		left: -45px;
	}

	.hero__bottom {
		flex-direction: column;
		align-items: center;
	}

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

	.hero .swiper-pagination {
		top: auto;
		bottom: -30px;
		left: 50%;
		transform: translateX(-50%);
		right: auto;
		font-size: 12px;
	}

	.menu-glavnoe-menyu-mini-container,
	.header__contacts {
		display: none;
	}

	.menu__right .services_menu {
		display: flex;
		gap: 5px;
	}
	.menu__right .services_menu span,
	.menu__right_block_services a span {
		display: block;
	}
	.header .menu__content {
		flex-direction: column-reverse;
	}

	.menu__right .menu__right_block_services .menu__right__list {
		position: fixed;
		right: 0;
		top: 76px;
		transform: translateX(350%);
		transition: all 0.3s;
		max-width: calc(var(--container-width) + var(--container-padding-x) * 2);
		margin-inline: auto;
		padding-inline: var(--container-padding-x);
	}
	.menu__right .menu__right_block_services.active .menu__right__list {
		transform: none;
		transition: all 0.3s;
		justify-content: flex-start;
	}
	.menu__right__item_first_title {
		border-top: 1px solid #353535;
		padding: 20px 0;
		display: block;
	}
	.menu__right__item.menu__right__item_first_title:before {
		display: none;
	}
	.menu__right__item_first_title p {
		display: flex;
		gap: 5px;
		align-items: center;
		font-size: 14px;
	}

	.menu__right_block_services.active .menu__right__list .menu__right__item {
		border-bottom: 1px solid #353535;
	}

	.menu__right_block_services.active .menu__right__list .menu__right__item a {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 5px;
		height: auto;
		padding: 2px 0 24px;
	}

	.menu__right_block_services.active .menu__right__list .menu__right__item a span {
		font-size: 11px;
		color: #7f7f7f;
		font-weight: 600;
	}

	.menu__right__nav h3 {
		display: none;
	}

	.header .menu__right__nav .menu__right__list {
		grid-template-columns: repeat(1, 1fr);
		padding: 20px 0 20px 0;
		border-bottom: 1px solid #353535;
	}

	.header .menu__right h3 {
		color: var(--color-light);
		font-size: 18px;
		padding-bottom: 28px;
	}

	.menu__right .services_menu span {
		color: #808080;
	}

	.menu__right__item {
		position: relative;
	}

	.menu__right__item::before {
		position: absolute;
		content: '';
		background: url(../icons/GrayArrrowRight.svg) center/cover no-repeat;
		width: 7px;
		height: 12px;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
	}

	.menu__right_block_services .menu__right__item::before {
		transform: translateY(-100%);
	}

	.menu__right__list .menu__right__item:nth-child(3) {
		order: 1;
	}

	.header .menu__left .menu__contacts {
		border-bottom: 1px solid #353535;
		padding-bottom: 21px;
	}

	.header .menu__socials {
		justify-content: space-between;
	}

	.header .menu__left .menu__contacts a {
		font-size: 24px;
	}

	.services_menu::before {
		position: absolute;
		content: '';
		background: url(../icons/arrrowRight.svg) center/contain no-repeat;
		width: 14px;
		height: 11px;
		top: 8px;
		right: 0;
	}
	.menu__right__list a {
		font-size: 18px;
	}
	.task__bottom .task__buttons {
		display: none;
	}
	.news_archive .news__item {
		flex: 1 0 33%;
		max-width: 48%;
	}
}

@media (max-width: 900px) {
	.company__services .company__title .company__link {
		display: none;
	}

	.conception .conception__top {
		flex-direction: column;
		margin-bottom: 30px;
	}

	.conception .conception__top .conception__title {
		width: 100%;
	}

	.conception .conception__top .conception__info {
		width: 100%;
	}

	.conception .conception__bottom {
		grid-template-columns: repeat(1, 1fr);
		justify-items: center;
	}

	.conception .conception__img:not(:last-child) {
		width: 70vw;
	}

	.systems .systems__top {
		flex-direction: column;
		margin-bottom: 30px;
	}

	.systems .systems__top .systems__title {
		width: 100%;
	}

	.systems .systems__top .systems__info {
		width: 100%;
	}

	.systems .systems__bottom {
		grid-template-columns: repeat(1, 1fr);
	}

	.result .container {
		flex-direction: column;
	}

	.result .result__info {
		width: 100%;
	}

	.another__projects .another__projects__list {
		grid-template-columns: repeat(1, 1fr);
	}

	.question .question__title h2 {
		font-size: 24px;
	}

	.approach .approach__inner .approach__info {
		margin: 25px 0 40px;
	}

	.task .task__top {
		flex-direction: column;
		margin-bottom: 28px;
	}

	.task .task__top .task__info {
		width: 100%;
	}
}

@media (max-width: 850px) {
	.portfolio-hero__title h1 {
		font-size: 26px;
	}

	.portfolio-hero__title .current__tab {
		font-size: 14px;
	}

	.portfolio-hero .portfolio__info {
		flex-direction: column;
		align-items: flex-start;
	}

	.portfolio-hero .portfolio__info .portfolio__details {
		flex-direction: column;
		align-items: flex-start;
	}

	.hero-slide_inner h1 {
		font-size: 36px;
	}

	.hero-slide_inner p {
		font-size: 14;
	}

	.hero__video__title p {
		display: none;
	}
}

@media (max-width: 750px) {
	.company__services .company__list {
		grid-template-columns: repeat(1, 1fr);
	}

	.projects .projects__list .project__item__heading {
		margin-bottom: 100px;
	}

	.projects .projects__list .project__item__link {
		margin: 0 auto;
	}

	.perfomances .container .perfomances__img::before {
		top: 60px;
		left: 20px;
		width: 94%;
	}

	.perfomances .container .perfomances__img::after {
		width: 86%;
		top: 120px;
		left: 40px;
	}

	.headmaster .headmaster__img .video-play-button {
		width: 80px;
		height: 80px;
	}

	.headmaster .headmaster__img .video-play-button::before {
		width: 45px;
		height: 45px;
	}

	.project__video .video__inner a .video-play-button {
		width: 80px;
		height: 80px;
	}

	.project__video .video__inner a .video-play-button::before {
		width: 45px;
		height: 45px;
	}

	.project__video .video__inner a h2 {
		top: 5%;
		left: 5%;
		font-size: 18px;
	}

	.footer .footer__bottom .footer__legal {
		width: 100%;
	}
}

@media (max-width: 650px) {
	.projects .projects__list .project__item__title h2 {
		font-size: 36px;
	}

	.projects .projects__list .project__item__description {
		font-size: 14px;
	}

	.perfomances .container .perfomances__heading {
		margin: 15px 0 0;
		gap: 25px;
	}

	.perfomances .container .perfomances__heading .perfomances__title h2 {
		font-size: 24px;
	}

	.perfomances__description {
		font-size: 14px;
	}

	.advantages__right__text {
		font-size: 14px;
	}

	.holding__info {
		font-size: 16px;
	}

	.news .news__list .news__item__title {
		font-size: 16px;
	}

	.news .news__list .news__item__description {
		font-size: 12px;
	}

	.approach .approach__inner .approach__title h2 {
		font-size: 24px;
	}

	.approach .approach__inner .approach__info {
		font-size: 14px;
	}

	.conception .conception__top .conception__title h2 {
		font-size: 28px;
	}

	.conception .conception__top .conception__info {
		font-size: 14px;
	}

	.systems .systems__top .systems__title h2 {
		font-size: 28px;
	}

	.systems .systems__top .systems__info {
		font-size: 14px;
	}

	.result .result__title h2 {
		font-size: 28px;
	}

	.result .result__info {
		font-size: 14px;
	}
	.news_archive .news__item {
		flex: 1 0 100%;
		max-width: 100%;
	}

	.task {
		padding: 80px 0 120px;
	}

	.project__video {
		padding-bottom: 100px;
	}

	.conception {
		padding-block: 64px;
	}

	.systems {
		padding-block: 64px;
	}

	.another__projects {
		padding-block: 64px;
	}

	.question {
		padding-block: 64px;
	}

	.third-privilege__item__img {
		max-width: 200px;
		max-height: 200px;
	}

	.second-privilege .swiper-wrapper {
		gap: 0;
	}

	.third-privilege .swiper-wrapper {
		gap: 0;
	}
}

@media (max-width: 550px) {
	.perfomances .container .perfomances__img::before {
		top: 50px;
		left: 20px;
		width: 94%;
	}

	.perfomances .container .perfomances__img::after {
		width: 86%;
		top: 95px;
		left: 40px;
	}

	.conception .conception__bottom .conception__img {
		width: 100%;
	}

	.footer .footer__bottom {
		flex-direction: column;
	}

	.footer .footer__bottom .footer__legal {
		flex-direction: column;
	}

	.footer .footer__bottom .footer__rights {
		width: auto;
	}

	.footer .footer__contacts a {
		font-size: 32px;
	}

	.news-hero .current__tab {
		font-size: 12px;
	}

	.information__description {
		font-size: 15px;
	}

	.information {
		padding: 48px 0 100px;
	}

	.information__title {
		margin-bottom: 20px;
	}

	.privilege__title h3 {
		font-size: 22px;
	}

	.privilege__img {
		margin-bottom: 36px;
	}

	.first-privilege {
		padding-bottom: 100px;
	}

	.second-privilege__item__img {
		max-height: 200px;
		max-width: 200px;
	}

	.second-privilege .swiper-wrapper {
		gap: 0;
	}

	.third-privilege {
		padding-bottom: 100px;
	}

	.conclusion .container {
		padding-bottom: 80px;
	}

	.main-news .news {
		padding-bottom: 80px;
	}

	.letter {
		padding-block: 80px;
		margin-bottom: 50px;
	}
}

@media (max-width: 500px) {
	.company__services .company__title {
		margin: 15px 0 32px;
	}

	.company__services .company__title h2 {
		font-size: 20px;
	}

	.projects .projects__list .project__item__title h2 {
		font-size: 36px;
	}

	.perfomances .container .perfomances__img::before {
		top: 50px;
		left: 20px;
		width: 92%;
	}

	.perfomances .container .perfomances__img::after {
		width: 84%;
		top: 95px;
		left: 40px;
	}

	.project__video .video__inner a .video-play-button {
		width: 60px;
		height: 60px;
	}

	.project__video .video__inner a .video-play-button::before {
		width: 38px;
		height: 38px;
	}
}

@media (max-width: 440px) {
	.perfomances .container .perfomances__img::before {
		top: 40px;
		left: 20px;
		width: 91%;
	}

	.perfomances .container .perfomances__img::after {
		width: 82%;
		top: 80px;
		left: 40px;
	}

	.provider__item {
		padding: 30px;
	}

	.provider__item__title {
		margin-bottom: 20px;
	}
}
