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

html {
	scrollbar-gutter: stable;
	height: 100%;
}

body {
	overflow-x: hidden;
	margin: 0;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 13px;
	line-height: 150%;
	color: #1c1c1c;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

*:link, *:visited, *:hover, *:focus, *:active {
	outline: 0;
	-webkit-tap-highlight-color: transparent;
}

a, button, input, img { transition: all 0.3s; }

h1, h2, h3, h4, h5, h6 { padding: 0; margin: 0; font-weight: normal; }
ul { padding: 0; margin: 0; }
ul li { list-style-type: none; }
img { display: block; max-width: 100%; height: auto; }
p { padding: 0; margin: 0; }
form { margin: 0; }

a {
	color: inherit;
	text-decoration: none;
}

.wrapper {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.wrapper > main {
	flex: 1 0 auto;
}

.container-fluid {
	padding-left: 32px;
	padding-right: 32px;
}

.container-main {
	max-width: 1472px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
}

/* Header — Figma ШАПКА 122:506 */
.header {
	padding: 13px 13px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 500;
	background: transparent;
	transition: all 0.3s;
	box-sizing: border-box;
}

.header.fixed {
	padding-top: 10px;
}

.header .container-fluid {
	max-width: none;
	width: 100%;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}

.header__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 13px;
	background:
		linear-gradient(218deg, rgba(114, 176, 29, 0) 85%, rgba(114, 176, 29, 0.05) 100%),
		linear-gradient(50deg, rgba(114, 176, 29, 0) 66%, rgba(114, 176, 29, 0.05) 100%),
		#F8F9F6;
	border-radius: 19px;
	padding: 14px 22px 14px 14px;
	min-height: 99px;
	box-sizing: border-box;
	overflow: visible;
}

.header.fixed .header__wrapper {
	box-shadow: 0 6px 19px rgba(30, 43, 72, 0.12);
}

.header__left {
	display: flex;
	align-items: center;
	flex: none;
	min-width: 0;
	overflow: visible;
}

.logo {
	display: flex;
	align-items: flex-start;
	text-decoration: none;
	color: inherit;
	min-width: 0;
	overflow: visible;
}

.logo img:not(.logo__mark) {
	width: auto;
	height: 45px;
	max-width: 160px;
	object-fit: contain;
}

.logo img.logo__mark {
	width: auto;
	height: 68px;
	max-height: 68px;
	flex: none;
	display: block;
	object-fit: contain;
	overflow: visible;
}

.header .logo {
	align-items: flex-start;
}

.header .logo img.logo__mark {
	width: auto;
	height: 68px;
	max-height: 68px;
}

.logo__copy {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-left: 19px;
	padding-top: 4px;
	max-width: 226px;
	min-width: 0;
}

.logo__tagline {
	display: block;
	margin-top: 0;
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 11px;
	line-height: 140%;
	font-weight: 500;
	color: #0D0A0B;
}

.logo__name {
	display: block;
	margin-top: 9px;
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 19px;
	font-weight: 500;
	line-height: 140%;
	color: #E31E24;
	letter-spacing: 0;
}

.logo--footer {
	align-items: flex-start;
	margin-bottom: 22px;
}

.logo--footer .logo__mark,
.logo--about .logo__mark {
	width: auto;
}

.logo--footer .logo__mark {
	height: 66px;
	width: auto;
	max-height: 66px;
}

.logo--footer .logo__copy {
	max-width: 420px;
}

.logo--about {
	flex-wrap: nowrap;
	align-items: flex-start;
	width: 100%;
}

.logo--about .logo__mark {
	height: 70px;
	width: auto;
	flex-shrink: 0;
}

.logo--about .logo__copy {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-left: 10px;
	padding-top: 0;
	max-width: calc(100% - 80px);
	min-width: 0;
}

.logo--about .logo__tagline {
	display: block;
	max-width: 238px;
	margin: 0;
	padding: 0;
	white-space: normal;
	font-size: 11px;
	line-height: 140%;
	font-weight: 500;
	color: #1c1c1c;
}

.logo--about .logo__name {
	margin-top: 6px;
	font-size: 22px;
	font-weight: 700;
	line-height: 120%;
	color: #e31e24;
	padding-top: 0;
}

.header .menu {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	justify-content: center;
}

.menu__list {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu__list a {
	height: 32px;
	min-width: 104px;
	padding: 0 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 11px;
	font-weight: 500;
	line-height: 122%;
	letter-spacing: 0;
	text-transform: none;
	color: #fff;
	background: rgba(39, 57, 114, 0.82);
	border-radius: 16px;
	white-space: nowrap;
	box-sizing: border-box;
}

.menu__list a .fa-chevron-down,
.menu__dropdown-toggle .fa-chevron-down {
	font-size: 8px;
	margin-left: 5px;
	opacity: 0.9;
	transition: transform 0.2s;
}

.menu__dropdown-toggle {
	height: 32px;
	min-width: 104px;
	padding: 0 13px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 11px;
	font-weight: 500;
	line-height: 122%;
	letter-spacing: 0;
	text-transform: none;
	color: #fff;
	background: rgba(39, 57, 114, 0.82);
	border-radius: 16px;
	white-space: nowrap;
	box-sizing: border-box;
	border: 0;
	cursor: pointer;
}

.menu__item--dropdown {
	position: relative;
	flex: none;
}

.menu__item--dropdown::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 12px;
}

.menu__dropdown {
	position: absolute;
	top: calc(100% + 8px);
	left: 50%;
	transform: translateX(-50%);
	min-width: 168px;
	margin: 0;
	padding: 8px;
	list-style: none;
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 10px 22px rgba(17, 24, 39, 0.12);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.15s, visibility 0.15s;
	z-index: 50;
}

.menu__dropdown li {
	margin: 0;
}

.menu__dropdown a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	min-width: 0;
	height: 36px;
	padding: 0 14px;
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 11px;
	font-weight: 500;
	line-height: 122%;
	color: #273972;
	background: transparent;
	border-radius: 12px;
	box-sizing: border-box;
}

.menu__dropdown a:hover,
.menu__dropdown a.is-current {
	background: rgba(227, 30, 36, 0.08);
	color: #e31e24;
}

.menu__item--dropdown:hover .menu__dropdown,
.menu__item--dropdown.is-open .menu__dropdown {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.menu__item--dropdown:hover .menu__dropdown-toggle,
.menu__item--dropdown.is-open .menu__dropdown-toggle,
.menu__item--dropdown.is-active .menu__dropdown-toggle {
	background: #E31E24;
	color: #fff;
}

.menu__item--dropdown.is-open .menu__dropdown-toggle .fa-chevron-down,
.menu__item--dropdown:hover .menu__dropdown-toggle .fa-chevron-down {
	transform: rotate(180deg);
}

.menu__list > li > a:hover,
.menu__list > li > a.is-current {
	background: #E31E24;
	color: #fff;
}

.menu__item--search {
	flex: none;
}

.menu__list .header__search,
.header__search {
	height: 32px;
	padding: 0 16px 0 13px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: #fff;
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 11px;
	font-weight: 500;
	line-height: 122%;
	letter-spacing: 0;
	text-transform: none;
	background: rgba(39, 57, 114, 0.82);
	border-radius: 16px;
	flex: none;
	white-space: nowrap;
	border: 0;
	cursor: pointer;
	min-width: 144px;
	text-decoration: none;
	box-sizing: border-box;
}

.header__search i {
	font-size: 11px;
	color: #fff;
	width: 19px;
	text-align: center;
}

.header__search:hover,
.header__search.is-active {
	background: #E31E24;
	color: #fff;
}

.header__search:hover i,
.header__search.is-active i {
	color: #fff;
}

.header-search {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 40;
	background: #fff;
	border-top: 1px solid rgba(28, 28, 28, 0.08);
	box-shadow: 0 10px 22px rgba(17, 24, 39, 0.12);
	padding: 13px 0;
}

.header-search__inner {
	display: flex;
	align-items: center;
	gap: 10px;
	max-width: 576px;
	margin: 0 auto;
}

.header-search__close {
	width: 32px;
	height: 32px;
	border: 0;
	border-radius: 50%;
	background: #f0f2f7;
	color: #1c1c1c;
	cursor: pointer;
	flex: none;
}

.search-form {
	display: flex;
	align-items: stretch;
	width: 100%;
	gap: 0;
	border: 1px solid rgba(47, 61, 102, 0.25);
	border-radius: 48px;
	overflow: hidden;
	background: #fff;
}

.search-form__input {
	flex: 1;
	min-width: 0;
	height: 35px;
	border: 0;
	padding: 0 14px;
	font-size: 12px;
	font-family: inherit;
	color: #1c1c1c;
	outline: none;
	background: transparent;
}

.search-form__btn {
	width: 38px;
	height: 35px;
	border: 0;
	background: #c12741;
	color: #fff;
	cursor: pointer;
	flex: none;
}

.search-form__btn:hover {
	background: #a61f36;
}

.menu-mobile__search {
	margin: 13px 0 16px;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.socials-list__link--telegram {
	background: #229ed9;
}

.socials-list__link--max {
	background: #ba8fff;
	padding: 0;
	overflow: hidden;
}

.socials-list__link--max img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.about__pill--telegram {
	background: #e31e24;
	color: #fff;
}

.about__pill--max {
	background: #e31e24;
	color: #fff;
	gap: 6px;
}

.about__pill--max img {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	object-fit: cover;
}

.phone-main--second {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	font-weight: 600;
}

.search-results__form {
	max-width: 448px;
	margin: 0 0 26px;
}

.search-results__list {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.search-results__item {
	padding-bottom: 19px;
	border-bottom: 1px solid rgba(28, 28, 28, 0.1);
}

.search-results__title {
	font-size: 18px;
	line-height: 130%;
	margin: 0 0 8px;
}

.search-results__title a {
	color: #1c1c1c;
}

.search-results__title a:hover {
	color: #c12741;
}

.search-results__excerpt {
	font-size: 12px;
	line-height: 150%;
	color: #4a4a4a;
	margin: 0 0 10px;
}

.header__contacts {
	display: flex;
	align-items: center;
	gap: 22px;
	flex: none;
}

.header__contacts-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-width: 0;
}

.header__email {
	display: block;
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 13px;
	line-height: 140%;
	font-weight: 500;
	color: #000000;
	white-space: nowrap;
	text-decoration: none;
}

.header__email:hover {
	color: #E31E24;
}

.phone-main {
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 13px;
	line-height: 140%;
	font-weight: 500;
	display: block;
	color: #000000;
	white-space: nowrap;
	margin-top: 0;
}

.phone-main:hover {
	color: #E31E24;
}

.socials-list {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.socials-list__link {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	flex: none;
}

.socials-list__link--phone {
	background: #E31E24;
}

.socials-list__link--viber {
	background: #7360f2;
}

.socials-list__link--vk {
	background: #273972;
}

.socials-list__link:hover {
	transform: translateY(-2px);
	opacity: 0.92;
}

.sandwich,
.phone-mobile,
.header__max-mobile,
.menu-mobile,
.menu-overlay {
	display: none;
}

.header__max-mobile {
	width: 35px;
	height: 35px;
	flex: none;
}

/* Buttons — Figma 71:340 */
.btn-main {
	height: 42px;
	padding: 0 22px;
	font-size: 12px;
	line-height: 160%;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.02em;
	border-radius: 48px;
	background: #2f3d66;
	font-family: 'Raleway', Arial, sans-serif;
	border: none;
	cursor: pointer;
	transition: all 0.3s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	white-space: nowrap;
}

.btn-main i {
	display: inline-block;
	transition: transform 0.3s;
}

.btn-main i.fa-question {
	margin-left: 8px;
	font-size: 12px;
}

.btn-main:hover {
	background: #e31e24;
	color: #fff;
}

.btn-main:hover i {
	transform: rotate(90deg);
}

.btn-main:hover i.fa-question {
	transform: none;
}

/* Sections common — единый стиль page/section H1–H2 */
.title-section,
.title-section--who,
.team .title-section,
.about__title,
.about .title-section,
.partners .title-section,
.news-archive__title,
.projects-archive__title,
.photos-page__title,
.videos-page__title,
.media-about__title,
.company-page__history-title,
.company-page__about-title,
.company-page__team-title,
.single-project__title,
.documents-page__title,
.contacts-page__title,
.text-page__title {
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.3;
	color: #000000;
}

.head-section {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 38px;
	gap: 16px;
}

/* «Посмотреть все» — Figma 71:340 / 309×127, radius 13px */
.link-more {
	display: inline-flex;
	align-items: center;
	gap: 26px;
	box-sizing: border-box;
	width: 247px;
	min-width: 247px;
	min-height: 102px;
	height: 102px;
	padding: 13px 22px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #e31e24;
	background: #fff;
	border: none;
	border-radius: 13px;
	flex: none;
	transition: all 0.3s;
	box-shadow: none;
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
}

.link-more > span:first-child {
	max-width: 138px;
	text-align: left;
}

.link-more__arrow {
	width: 38px;
	height: 38px;
	min-width: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
	flex: none;
	background: transparent;
	border: none;
	border-radius: 0;
	color: #e31e24;
}

.link-more__arrow i {
	display: inline-block;
	transform: rotate(45deg);
	transition: transform 0.3s;
	color: #e31e24;
}

.link-more:hover {
	background: #e31e24;
	color: #fff;
	box-shadow: none;
}

.link-more:hover .link-more__arrow {
	background: transparent;
	color: #fff;
}

.link-more:hover .link-more__arrow i {
	transform: rotate(135deg);
	color: #fff;
}

.link-more--stack {
	align-items: center;
	padding: 13px 22px;
}

.link-more--stack > span:first-child {
	max-width: 138px;
	line-height: 1.4;
	text-align: left;
}

.link-more--stack .link-more__arrow {
	width: 38px;
	height: 38px;
	min-width: 38px;
	background: transparent;
	border: none;
	color: #e31e24;
}

.link-more--stack .link-more__arrow i {
	color: #e31e24;
}

.link-more--stack:hover .link-more__arrow {
	background: transparent;
	border: none;
	color: #fff;
}

.link-more--stack:hover .link-more__arrow i {
	color: #fff;
}

.descr-section {
	font-size: 13px;
	line-height: 160%;
}

/* Billboard / hero — banner-layout.png: коллаж + HTML-статы + цитата */
.billbord {
	margin-top: 114px;
	margin-left: 13px;
	margin-right: 13px;
	position: relative;
	z-index: 1;
	background: #fff;
}

.billbord__media {
	border-radius: 19px;
	overflow: hidden;
	line-height: 0;
	aspect-ratio: 1920 / 492;
}

.billbord__img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center 12%;
}

.billbord__stats {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 71px;
	position: relative;
	z-index: 2;
	margin: -26px 0 0;
	padding: 0 19px;
	list-style: none;
}

.billbord__stat {
	display: flex;
	align-items: center;
	gap: 12px;
	height: 52px;
	min-height: 52px;
	padding: 0 22px 0 14px;
	background: #4D5C89;
	border-radius: 19px;
	color: #fff;
	white-space: nowrap;
	box-sizing: border-box;
}

.billbord__stat-num {
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.219;
	color: #fff;
}

.billbord__stat-text {
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.219;
	color: #fff;
}

.billbord__quote {
	margin: 45px auto 38px;
	padding: 0 13px;
	max-width: 100%;
	text-align: center;
	border: none;
	background: transparent;
}

.billbord__quote-text {
	display: inline-block;
	margin: 0;
	padding: 18px 38px;
	border-radius: 48px;
	background: linear-gradient(90deg, #273972 0%, #e31e24 100%);
	font-family: 'Playfair Display SC', Georgia, 'Times New Roman', Times, serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	color: #000000;
	white-space: nowrap;
}

.quote-section {
	background: #ffffff;
}

/* Slick arrows */
.slick-arrow {
	width: 38px;
	height: 38px;
	font-size: 13px;
	border-radius: 50%;
	color: #fff;
	border: none;
	top: 42%;
	position: absolute;
	transition: all 0.3s;
	cursor: pointer;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 2;
	background: #c12741;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.slick-arrow:hover {
	background: #9b1c32;
	color: #fff;
}

.slick-prev {
	left: -6px;
}

.slick-next {
	right: -6px;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.slick-dots {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin-top: 16px;
}

.slick-dots li button {
	width: 8px;
	height: 8px;
	padding: 0;
	font-size: 0;
	border: none;
	border-radius: 50%;
	background: #c8cedc;
	cursor: pointer;
}

.slick-dots li.slick-active button {
	background: #c12741;
}

/* Projects — Figma 1:3 / 2 экран: bg #4D5C89, cards 479×244 r24 */
.projects {
	padding: 51px 0 58px;
	background: #4d5c89;
	color: #000000;
}

.projects .head-section {
	margin-bottom: 45px;
}

.projects .slider-projects {
	margin: 0 -10px;
	padding: 0 32px;
}

.projects .slick-arrow {
	background: #e31e24;
	color: #fff;
}

.projects .slick-arrow:hover {
	background: #c12741;
	color: #fff;
}

.item-project {
	padding: 0 10px;
}

.item-project__image {
	display: block;
	position: relative;
	border-radius: 19px;
	overflow: hidden;
}

.item-project__image img {
	width: 100%;
	height: 195px;
	object-fit: cover;
}

.item-project__title {
	display: block;
	margin-top: 18px;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 500;
	color: #000000;
	text-align: center;
}

.item-project__title:hover {
	color: #e31e24;
}

/* News — Figma 1:3 / 3 экран: bg #F8F9F6, cards 686×390 r24 */
.news {
	padding: 51px 0 64px;
	background:
		linear-gradient(218deg, rgba(114, 176, 29, 0) 85%, rgba(114, 176, 29, 0.05) 100%),
		linear-gradient(50deg, rgba(114, 176, 29, 0) 66%, rgba(114, 176, 29, 0.05) 100%),
		#f8f9f6;
}

.news .head-section {
	margin-bottom: 45px;
}

.news .slider-news {
	margin: 0 -10px;
	padding: 0 3px;
}

.news .slick-arrow {
	background: #e31e24;
	color: #fff;
}

.news .slick-arrow:hover {
	background: #c12741;
	color: #fff;
}

.slider-news .item-news {
	margin: 0 10px;
	height: 100%;
}

.item-news {
	height: 100%;
	background: #fff;
	border-radius: 19px;
	overflow: hidden;
}

.item-news__image {
	display: block;
	overflow: hidden;
	border-radius: 19px 19px 0 0;
}

.item-news__image img {
	width: 100%;
	height: 312px;
	object-fit: cover;
	transition: transform 0.3s;
}

.item-news__image:hover img {
	transform: scale(1.03);
}

.item-news__content {
	display: flex;
	flex-direction: column;
	gap: 13px;
	padding: 14px 22px 19px;
}

.item-news__date {
	display: inline-block;
	align-self: flex-start;
	padding: 0 10px 10px 0;
	margin: 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	color: #454955;
	background: none;
	border-bottom: 1px solid #f0f5ed;
	border-radius: 0;
}

.item-news__title {
	display: block;
	margin: 0;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 400;
	color: #0d0a0b;
}

.item-news__title:hover {
	color: #e31e24;
}

.item-news__text {
	font-size: 13px;
	line-height: 1.6;
	color: #454955;
}

/* News archive — Figma 38:163 «НОВОСТИ» */
.news-archive {
	padding: 152px 0 51px;
	background: #ffffff;
}

.breadcrumbs {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 19px;
	padding: 10px 13px;
	background: #f8f9f6;
	border-radius: 13px;
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 11px;
	line-height: 1.4;
	font-weight: 400;
	color: #0d0a0b;
}

.breadcrumbs a {
	color: #0d0a0b;
	text-decoration: none;
}

.breadcrumbs a:hover {
	color: #e31e24;
}

.breadcrumbs__sep {
	color: #0d0a0b;
}

.breadcrumbs__current {
	color: #0d0a0b;
}

.news-archive__panel {
	padding: 46px 67px 51px;
	background:
		linear-gradient(218deg, rgba(114, 176, 29, 0) 85%, rgba(114, 176, 29, 0.05) 100%),
		linear-gradient(50deg, rgba(114, 176, 29, 0) 66%, rgba(114, 176, 29, 0.05) 100%),
		#f8f9f6;
	border-radius: 19px;
}

.news-archive__title {
	margin: 0 0 45px;
}

.news-archive__grid {
	display: block;
}

.news-archive__row {
	margin-left: -10px;
	margin-right: -10px;
}

.news-archive__row > [class*='col-'] {
	min-width: 0;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 19px;
}

.item-news--archive {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.item-news--archive .item-news__image img {
	height: 312px;
}

.item-news--bordered .item-news__image {
	border: 1px solid #0d0a0b;
	box-sizing: border-box;
	border-radius: 19px 19px 0 0;
}

.item-news--archive .item-news__content {
	flex: 1 1 auto;
}

.item-news--archive .item-news__title {
	font-size: 14px;
	word-break: break-word;
	overflow-wrap: break-word;
}

.news-archive__empty {
	margin: 0;
}

.pagination-news {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 45px;
}

.pagination-news__arrow {
	width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.65);
	color: #0d0a0b;
	font-size: 13px;
	text-decoration: none;
	transition: all 0.3s;
}

.pagination-news__arrow:hover {
	background: #ffffff;
	color: #e31e24;
}

.pagination-news__arrow.is-disabled {
	opacity: 0.35;
	pointer-events: none;
}

.pagination-news__pages {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 38px;
	flex: 1 1 auto;
}

.pagination-news__page {
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	color: #0d0a0b;
	text-decoration: none;
	transition: color 0.3s;
}

.pagination-news__page:hover {
	color: #e31e24;
}

.pagination-news__page.is-current {
	color: #e31e24;
	pointer-events: none;
}

/* Projects archive — Figma 44:163 «НАШИ ПРОЕКТЫ» */
.projects-archive {
	padding: 152px 0 51px;
	background: #ffffff;
}

.projects-archive__panel {
	padding: 46px 67px 51px;
	background:
		linear-gradient(218deg, rgba(114, 176, 29, 0) 85%, rgba(114, 176, 29, 0.05) 100%),
		linear-gradient(50deg, rgba(114, 176, 29, 0) 66%, rgba(114, 176, 29, 0.05) 100%),
		#f8f9f6;
	border-radius: 19px;
}

.projects-archive__title {
	margin: 0 0 45px;
}

.projects-archive__grid .row {
	margin-left: -10px;
	margin-right: -10px;
}

.projects-archive__grid .row > [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 38px;
}

.projects-archive .item-project {
	padding: 0;
}

.projects-archive .item-project--archive .item-project__image {
	border-radius: 19px;
}

.projects-archive .item-project--archive .item-project__image img {
	height: 340px;
}

.projects-archive .item-project--archive .item-project__title {
	margin-top: 19px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	color: #000000;
}

.projects-archive__empty {
	margin: 0;
}

.projects-archive .pagination-news {
	margin-top: 6px;
}

/* Single post — Figma 44:375 «ПОСАДКА 1 НОВОСТИ» */
.single-post {
	padding: 71px 0 51px;
	background: #ffffff;
}

.single-post .breadcrumbs {
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 0;
}

.breadcrumbs--long {
	max-width: 100%;
	flex-wrap: wrap;
}

.single-post__layout {
	margin-left: -10px;
	margin-right: -10px;
	align-items: flex-start;
}

.single-post__layout > [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}

.single-post__head {
	margin-bottom: 19px;
	padding: 14px 0 19px;
	display: flex;
	flex-direction: column;
	gap: 13px;
}

.single-post__date {
	display: inline-block;
	align-self: flex-start;
	padding: 0 10px 10px 0;
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	color: #0d0a0b;
	border-bottom: 1px solid #f0f5ed;
}

.single-post__title {
	margin: 0;
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.2;
	color: #000000;
}

.single-post__thumb {
	margin-bottom: 26px;
	max-width: 398px;
	border: 1px solid #0d0a0b;
	border-radius: 19px;
	overflow: hidden;
	line-height: 0;
}

.single-post__thumb img {
	width: 100%;
	height: 398px;
	display: block;
	object-fit: cover;
}

.single-post__gallery {
	width: 100%;
	margin-bottom: 26px;
}

.single-post__gallery-main {
	margin-bottom: 12px;
	border: 1px solid #0d0a0b;
	border-radius: 19px;
	overflow: hidden;
	line-height: 0;
}

.single-post__gallery-main-link {
	display: block;
}

.single-post__gallery-main-img {
	display: block;
	width: 100%;
	height: 340px;
	object-fit: cover;
}

.single-post__gallery-hidden {
	display: none;
}

.single-post__gallery-thumbs {
	display: flex;
	align-items: center;
}

.single-post__gallery-nav {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #e31e24;
	color: #ffffff;
	font-size: 12px;
	cursor: pointer;
	transition: background 0.3s;
}

.single-post__gallery-nav:hover {
	background: #c12741;
}

.single-post__gallery-list {
	display: flex;
	flex: 1;
	align-items: center;
	margin: 0 8px;
	overflow: hidden;
}

.single-post__gallery-thumb {
	flex-shrink: 0;
	width: 96px;
	height: 72px;
	margin-right: 8px;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 10px;
	background: transparent;
	overflow: hidden;
	cursor: pointer;
	transition: border-color 0.3s;
}

.single-post__gallery-thumb:last-child {
	margin-right: 0;
}

.single-post__gallery-thumb.is-active {
	border-color: #e31e24;
}

.single-post__gallery-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-post__content.article {
	max-width: 955px;
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
	color: #000000;
}

.single-post__content.article p {
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 1.4;
	color: #000000;
}

.single-post__content.article p:last-child {
	margin-bottom: 0;
}

.single-post__content.article a {
	color: #273972;
	text-decoration: underline;
}

.single-post__content.article a:hover {
	color: #e31e24;
}

.single-post__aside {
	margin-top: 0;
	position: sticky;
	top: 120px;
	align-self: flex-start;
}

.single-post__aside-title {
	margin: 0 0 19px;
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	color: #000000;
}

.single-post__aside-list {
	display: flex;
	flex-direction: column;
	gap: 19px;
}

.item-news--sidebar {
	height: auto;
}

.item-news--sidebar .item-news__image img {
	height: 312px;
}

.item-news--sidebar .item-news__title {
	font-size: 12px;
}

.item-news--sidebar .item-news__content {
	padding: 14px 22px 19px;
}

/* Single project — Figma 44:269 «ПОСАДКА 1 ПРОЕКТА» */
.single-project {
	padding: 71px 0 51px;
	background: #ffffff;
}

.single-project__title {
	margin: 0 0 52px;
}

.single-project__hero {
	margin-left: -10px;
	margin-right: -10px;
	align-items: flex-start;
}

.single-project__hero > [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}

.single-project__gallery-col {
	position: sticky;
	top: 120px;
	align-self: flex-start;
}

.single-project__info {
	min-height: 460px;
	padding: 14px 19px 25px 47px;
	background:
		linear-gradient(218deg, rgba(114, 176, 29, 0) 85%, rgba(114, 176, 29, 0.05) 100%),
		linear-gradient(50deg, rgba(114, 176, 29, 0) 66%, rgba(114, 176, 29, 0.05) 100%),
		#f8f9f6;
	border-radius: 19px;
}

.single-project__label {
	margin-bottom: 19px;
	font-size: 19px;
	line-height: 1.4;
	font-weight: 500;
	color: #e31e24;
}

.single-project__content.article {
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
	color: #000000;
}

.single-project__content.article p {
	margin-bottom: 16px;
}

.single-project__content.article p:last-child {
	margin-bottom: 0;
}

.single-project__content.article a {
	color: #e31e24;
	text-decoration: underline;
}

.single-project__content.article a:hover {
	color: #c12741;
}

.single-project__gallery {
	display: flex;
	flex-direction: column;
}

.single-project__gallery-main {
	margin-bottom: 15px;
	border-radius: 19px;
	overflow: hidden;
}

.single-project__gallery-main-link {
	display: block;
}

.single-project__gallery-main-img {
	display: block;
	width: 100%;
	height: 333px;
	object-fit: cover;
}

.single-project__gallery-hidden {
	display: none;
}

.single-project__gallery-thumbs {
	display: flex;
	align-items: center;
}

.single-project__gallery-nav {
	flex-shrink: 0;
	width: 38px;
	height: 38px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #e31e24;
	color: #ffffff;
	font-size: 13px;
	cursor: pointer;
	transition: background 0.3s;
}

.single-project__gallery-nav:hover {
	background: #c12741;
}

.single-project__gallery-list {
	display: flex;
	flex: 1;
	align-items: center;
	margin: 0 8px;
	overflow: hidden;
}

.single-project__gallery-thumb {
	flex-shrink: 0;
	width: 128px;
	height: 96px;
	margin-right: 8px;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 19px;
	background: transparent;
	overflow: hidden;
	cursor: pointer;
	transition: border-color 0.3s;
}

.single-project__gallery-thumb:last-child {
	margin-right: 0;
}

.single-project__gallery-thumb.is-active {
	border-color: #e31e24;
}

.single-project__gallery-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-project__related {
	margin-top: 64px;
}

/* Single project media — Figma 91:208 */
.single-project__media {
	margin-top: 64px;
}

.single-project__media-panel {
	padding: 55px 70px 48px;
	background:
		linear-gradient(218deg, rgba(114, 176, 29, 0) 85%, rgba(114, 176, 29, 0.05) 100%),
		linear-gradient(50deg, rgba(114, 176, 29, 0) 66%, rgba(114, 176, 29, 0.05) 100%),
		#f8f9f6;
	border-radius: 24px;
}

.single-project__media-title {
	margin: 0 0 36px;
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 42px;
	font-weight: 500;
	line-height: 1.2;
	color: #000000;
}

.single-project__media-top {
	margin-left: -10px;
	margin-right: -10px;
}

.single-project__media-top > [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}

.single-project__video-wrap {
	margin-bottom: 32px;
	border-radius: 24px;
	overflow: hidden;
	background: #babbb8;
}

.single-project__video-wrap .istina-video-player__video {
	aspect-ratio: 1114 / 585;
}

.single-project__media-text {
	margin-bottom: 32px;
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 24px;
	line-height: 1.6;
	font-weight: 400;
	color: #000000;
}

.single-project__media-text.article p {
	margin-bottom: 16px;
}

.single-project__media-text.article p:last-child {
	margin-bottom: 0;
}

.single-project__media-gallery {
	display: flex;
	align-items: center;
	margin-top: 8px;
}

.single-project__media-gallery-nav {
	flex-shrink: 0;
	width: 38px;
	height: 38px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #e31e24;
	color: #ffffff;
	font-size: 13px;
	cursor: pointer;
	transition: background 0.3s;
}

.single-project__media-gallery-nav:hover {
	background: #c12741;
}

.single-project__media-gallery-list {
	display: flex;
	flex: 1;
	align-items: center;
	margin: 0 12px;
	overflow-x: auto;
	scrollbar-width: none;
}

.single-project__media-gallery-list::-webkit-scrollbar {
	display: none;
}

.single-project__media-gallery-thumb {
	flex-shrink: 0;
	display: block;
	width: 254px;
	height: 190px;
	margin-right: 12px;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 24px;
	overflow: hidden;
	transition: border-color 0.3s;
}

.single-project__media-gallery-thumb:last-child {
	margin-right: 0;
}

.single-project__media-gallery-thumb.is-active {
	border-color: #e31e24;
}

.single-project__media-gallery-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-project__video-wrap.is-playing .istina-video-player__play,
.istina-video-player.is-playing .istina-video-player__play {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

/* Istina video player — play / pause / volume */
.istina-video-player {
	position: relative;
}

.istina-video-player__video {
	display: block;
	width: 100%;
	height: auto;
	cursor: pointer;
	object-fit: cover;
	background: #000000;
}

.istina-video-player__play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 94px;
	height: 94px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(227, 30, 36, 0.92);
	color: #ffffff;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s, transform 0.2s, opacity 0.2s, visibility 0.2s;
	z-index: 2;
}

.istina-video-player__play i {
	margin-left: 4px;
}

.istina-video-player__play:hover {
	background: #c12741;
	transform: translate(-50%, -50%) scale(1.04);
}

.istina-video-player__progress-wrap,
.istina-video-player__volume-panel,
.istina-video-player__fs {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.2s, visibility 0.2s;
}

.istina-video-player:hover .istina-video-player__progress-wrap,
.istina-video-player:hover .istina-video-player__volume-panel,
.istina-video-player:hover .istina-video-player__fs {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.istina-video-player__progress-wrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	display: flex;
	align-items: center;
	height: 28px;
	padding: 0 48px 8px 10px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.istina-video-player__progress-label {
	display: block;
	width: 100%;
	margin: 0;
}

.istina-video-player__progress {
	display: block;
	width: 100%;
	height: 4px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 2px;
	background: linear-gradient(
		to right,
		#e31e24 0%,
		#e31e24 var(--progress, 0%),
		rgba(255, 255, 255, 0.35) var(--progress, 0%),
		rgba(255, 255, 255, 0.35) 100%
	);
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}

.istina-video-player__progress::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
	border: none;
	border-radius: 50%;
	background: #e31e24;
	cursor: pointer;
}

.istina-video-player__progress::-moz-range-thumb {
	width: 14px;
	height: 14px;
	border: none;
	border-radius: 50%;
	background: #e31e24;
	cursor: pointer;
}

.istina-video-player__progress::-moz-range-track {
	height: 4px;
	border: none;
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.35);
}

.istina-video-player__progress::-moz-range-progress {
	height: 4px;
	border: none;
	border-radius: 2px;
	background: #e31e24;
}

.istina-video-player__volume-panel {
	position: absolute;
	right: 12px;
	bottom: 36px;
	z-index: 5;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	padding: 10px 8px;
	border-radius: 13px;
	background: rgba(0, 0, 0, 0.58);
}

.istina-video-player__mute {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: transparent;
	color: #ffffff;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	transition: color 0.2s;
}

.istina-video-player__mute:hover {
	color: #e31e24;
}

.istina-video-player__fs {
	position: absolute;
	right: 12px;
	bottom: 6px;
	z-index: 6;
	width: 32px;
	height: 32px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.58);
	color: #ffffff;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color 0.2s;
}

.istina-video-player__fs:hover {
	color: #e31e24;
}

.istina-video-player__volume-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 88px;
	margin: 0;
}

.istina-video-player__volume {
	display: block;
	width: 88px;
	height: 4px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.35);
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	transform: rotate(-90deg);
	transform-origin: center center;
}

.istina-video-player__volume::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
	border: none;
	border-radius: 50%;
	background: #e31e24;
	cursor: pointer;
}

.istina-video-player__volume::-moz-range-thumb {
	width: 14px;
	height: 14px;
	border: none;
	border-radius: 50%;
	background: #e31e24;
	cursor: pointer;
}

.istina-video-player__volume::-moz-range-track {
	height: 4px;
	border: none;
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.35);
}

.single-project__related-title {
	margin: 0 0 38px;
	font-size: 42px;
	font-weight: 500;
	line-height: 1.4;
	color: #000000;
}

.single-project__related-panel {
	padding: 46px 67px 51px;
	background:
		linear-gradient(218deg, rgba(114, 176, 29, 0) 85%, rgba(114, 176, 29, 0.05) 100%),
		linear-gradient(50deg, rgba(114, 176, 29, 0) 66%, rgba(114, 176, 29, 0.05) 100%),
		#f8f9f6;
	border-radius: 19px;
}

.single-project__slider.slider-projects {
	margin: 0 -10px;
	padding: 0 32px;
}

.single-project__slider .slick-arrow {
	background: #e31e24;
	color: #ffffff;
}

.single-project__slider .slick-arrow:hover {
	background: #c12741;
	color: #ffffff;
}

/* Media about — Figma 40:995 «СМИ О НАС» */
.media-about {
	padding: 152px 0 51px;
	background: #ffffff;
}

.media-about__tabs-panel {
	margin-bottom: 26px;
	padding: 20px 16px;
	min-height: 99px;
	box-sizing: border-box;
	background:
		linear-gradient(218deg, rgba(114, 176, 29, 0) 85%, rgba(114, 176, 29, 0.05) 100%),
		linear-gradient(50deg, rgba(114, 176, 29, 0) 66%, rgba(114, 176, 29, 0.05) 100%),
		#f8f9f6;
	border-radius: 19px;
}

.media-about__tabs {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(0, calc((100% - 24px) / 4));
	gap: 8px;
	align-items: center;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.media-about__tab {
	width: 100%;
	min-width: 0;
	max-width: none;
	flex: none;
	height: 59px;
	margin: 0;
	padding: 8px 13px 8px 18px;
	border: 1px solid transparent;
	border-radius: 48px;
	background: #e45a5a;
	color: #000000;
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	transition: border-color 0.2s, background 0.3s;
}

.media-about__tab.is-active {
	border-color: #000000;
	border-width: 3px;
}

.media-about__tab:hover {
	background: #d84f4f;
}

.media-about__title {
	margin: 0 0 35px;
	padding-left: 38px;
}

.media-about__hero {
	margin-left: -10px;
	margin-right: -10px;
	align-items: stretch;
}

.media-about__hero > [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}

.media-about__media {
	position: relative;
	border-radius: 19px;
	overflow: visible;
	min-height: 520px;
}

.media-about__media .slider-smi {
	border-radius: 19px;
	overflow: visible;
	background: #000000;
	height: 100%;
	min-height: 520px;
}

.media-about__media .slider-smi .slick-list {
	border-radius: 19px;
	overflow: hidden;
}

.media-about__media .slider-smi:not(.slick-initialized) .media-about__slide:not(:first-child) {
	display: none;
}

.media-about__slide {
	background: #000000;
}

.media-about__slide img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 520px;
	object-fit: cover;
}

.media-about__video {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 520px;
	background: #000000;
}

.media-about__video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.media-about .slider-smi .slick-list,
.media-about .slider-smi .slick-track {
	height: 100%;
	min-height: 520px;
}

.media-about .slider-smi .slick-slide {
	height: 100%;
	min-height: 520px;
}

.media-about .slider-smi .slick-slide > div {
	height: 100%;
}

.media-about .slider-smi .slick-arrow {
	width: 38px;
	height: 38px;
	top: 50%;
	background: #e31e24;
	color: #ffffff;
	font-size: 13px;
	z-index: 3;
}

.media-about .slider-smi .slick-arrow:hover {
	background: #c12741;
	color: #ffffff;
}

.media-about .slider-smi .slick-prev {
	left: -19px;
}

.media-about .slider-smi .slick-next {
	right: -19px;
}

.media-about__story {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 520px;
	padding: 22px 24px 25px 37px;
	background: #f8f9f6;
	border-radius: 19px;
}

.media-about__story-title {
	margin: 0 0 16px;
	font-size: 19px;
	line-height: 1.6;
	font-weight: 500;
	color: #000000;
}

.media-about__story-text p {
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
	color: #000000;
}

.media-about__links-panel {
	margin-top: 51px;
	padding: 28px 65px 51px;
	background:
		linear-gradient(218deg, rgba(114, 176, 29, 0) 85%, rgba(114, 176, 29, 0.05) 100%),
		linear-gradient(50deg, rgba(114, 176, 29, 0) 66%, rgba(114, 176, 29, 0.05) 100%),
		#f8f9f6;
	border-radius: 19px;
}

.media-about__links-title {
	margin: 0 0 51px;
	padding-left: 9px;
	font-size: 42px;
	font-weight: 500;
	line-height: 1.2;
	color: #000000;
}

.media-about__links-content.article {
	font-size: 26px;
	line-height: 1.6;
	font-weight: 500;
	color: #000000;
}

.media-about__links-content.article p {
	margin-bottom: 26px;
}

.media-about__links-content.article p:last-child {
	margin-bottom: 0;
}

.media-about__links-content.article a {
	color: #000000;
	text-decoration: underline;
	text-underline-offset: 3px;
	word-break: break-word;
}

.media-about__links-content.article a:hover {
	color: #e31e24;
}

/* Photos page — Figma 40:1113 «НАШИ ФОТО» */
.photos-page {
	padding: 152px 0 51px;
	background: #ffffff;
}

.photos-page__tabs-panel {
	margin-bottom: 26px;
	padding: 20px 16px;
	min-height: 99px;
	box-sizing: border-box;
	background:
		linear-gradient(218deg, rgba(114, 176, 29, 0) 85%, rgba(114, 176, 29, 0.05) 100%),
		linear-gradient(50deg, rgba(114, 176, 29, 0) 66%, rgba(114, 176, 29, 0.05) 100%),
		#f8f9f6;
	border-radius: 19px;
}

.photos-page__tabs {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(0, calc((100% - 24px) / 4));
	gap: 8px;
	align-items: center;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.photos-page__tab {
	width: 100%;
	min-width: 0;
	max-width: none;
	flex: none;
	height: 59px;
	margin: 0;
	padding: 8px 13px 8px 18px;
	border: 1px solid transparent;
	border-radius: 48px;
	background: #e45a5a;
	color: #000000;
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	transition: border-color 0.2s, background 0.3s;
}

.photos-page__tab.is-active {
	border-color: #000000;
	border-width: 3px;
}

.photos-page__tab:hover {
	background: #d84f4f;
}

.photos-page__title {
	margin: 0 0 31px;
	padding-left: 38px;
}

.photos-page__album-title {
	margin: 0 0 70px;
	padding-left: 6px;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.2;
	color: #000000;
}

.photos-page__featured-view {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 57px;
	padding: 0 38px;
}

.photos-page__featured-pair {
	display: flex;
	align-items: stretch;
	flex: 1 1 auto;
	gap: 24px;
	min-width: 0;
}

.photos-page__featured-col {
	flex: 1 1 0;
	width: 50%;
	min-width: 0;
}

.photos-page__featured-link {
	display: block;
	border-radius: 24px;
	overflow: hidden;
}

.photos-page__featured-img {
	display: block;
	width: 100%;
	height: 585px;
	object-fit: cover;
}

.photos-page__featured-arrow {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #e31e24;
	color: #ffffff;
	font-size: 13px;
	cursor: pointer;
	transition: background 0.2s;
}

.photos-page__featured-arrow:hover:not(:disabled) {
	background: #c12741;
}

.photos-page__featured-arrow:disabled {
	opacity: 0.35;
	cursor: default;
}

.photos-page__featured-arrow--prev {
	margin-right: 16px;
}

.photos-page__featured-arrow--next {
	margin-left: 16px;
}

.photos-page__thumbs-wrap {
	position: relative;
	padding: 0 38px;
	overflow: visible;
}

.photos-page__thumbs-nav {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 12px;
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 8px;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.photos-page__thumb-nav {
	display: block;
	flex-shrink: 0;
	margin: 0;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 24px;
	background: none;
	cursor: pointer;
	overflow: hidden;
	transition: border-color 0.2s;
}

.photos-page__thumb-nav.is-active {
	border-color: #e31e24;
}

.photos-page__thumb-nav:hover {
	border-color: #000000;
}

.photos-page__thumb-img {
	display: block;
	width: 254px;
	height: 190px;
	object-fit: cover;
}

/* Videos page — Figma 40:1172 «НАШИ ВИДЕО» */
.videos-page {
	padding: 152px 0 51px;
	background: #ffffff;
}

.videos-page__tabs-panel {
	margin-bottom: 26px;
	padding: 20px 16px;
	min-height: 99px;
	box-sizing: border-box;
	background:
		linear-gradient(218deg, rgba(114, 176, 29, 0) 85%, rgba(114, 176, 29, 0.05) 100%),
		linear-gradient(50deg, rgba(114, 176, 29, 0) 66%, rgba(114, 176, 29, 0.05) 100%),
		#f8f9f6;
	border-radius: 19px;
}

.videos-page__tabs {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(0, calc((100% - 24px) / 4));
	gap: 8px;
	align-items: center;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.videos-page__tab {
	width: 100%;
	min-width: 0;
	max-width: none;
	flex: none;
	height: 59px;
	margin: 0;
	padding: 8px 13px 8px 18px;
	border: 1px solid transparent;
	border-radius: 48px;
	background: #e45a5a;
	color: #000000;
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	transition: border-color 0.2s, background 0.3s;
}

.videos-page__tab.is-active {
	border-color: #000000;
	border-width: 3px;
}

.videos-page__tab:hover {
	background: #d84f4f;
}

.videos-page__title {
	margin: 0 0 31px;
	padding-left: 38px;
}

.videos-page__event-title {
	margin: 0;
	padding-left: 6px;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.2;
	color: #000000;
}

.videos-page__player-wrap {
	margin-bottom: 48px;
	border-radius: 24px;
	overflow: hidden;
	background: #000000;
}

.videos-page__player-wrap .istina-video-player__video {
	aspect-ratio: 1685 / 669;
}

/* Company page — Figma 38:296 «О КОМПАНИИ», масштаб 80% */
.company-page {
	padding: 152px 0 41px;
	background: #ffffff;
}

.company-page__crumbs-wrap {
	position: relative;
	z-index: 2;
	margin-bottom: 15px;
}

.company-page__breadcrumbs {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 10px 13px;
	border-radius: 13px;
	background: #f8f9f6;
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 11px;
	line-height: 1.4;
	font-weight: 400;
	color: #0d0a0b;
}

.company-page__breadcrumbs a,
.company-page__breadcrumbs .breadcrumbs__sep,
.company-page__breadcrumbs .breadcrumbs__current {
	color: #0d0a0b;
}

.company-page__breadcrumbs a {
	text-decoration: none;
}

.company-page__breadcrumbs a:hover {
	color: #e31e24;
}

.company-page__hero {
	margin-bottom: 15px;
	padding: 0 0 14px;
	background:
		linear-gradient(226deg, rgba(114, 176, 29, 0) 11%, rgba(114, 176, 29, 0.15) 100%),
		linear-gradient(50deg, rgba(114, 176, 29, 0) 66%, rgba(114, 176, 29, 0.1) 100%),
		#f8f9f6;
	border-radius: 0 0 38px 38px;
}

.company-page__hero-wrap {
	max-width: none;
	padding-left: 16px;
	padding-right: 16px;
}

.company-page__hero-inner {
	position: relative;
	box-sizing: border-box;
	height: 576px;
	min-height: 576px;
	border: 1px solid #fff;
	border-radius: 19px;
	overflow: hidden;
	background: #f8f9f6;
}

.company-page__hero-media {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.company-page__hero-img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center 12%;
}

.company-page__hero-title {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	box-sizing: border-box;
	width: auto;
	max-width: 596px;
	height: auto;
	padding: 109px 49px 63px 111px;
	background: #f8f9f6;
	border-top-left-radius: 19px;
	border-bottom-right-radius: 130px;
}

.company-page__hero-title h1 {
	max-width: 436px;
	margin: 0;
	padding: 0;
	background: transparent;
	border-radius: 0;
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 42px;
	font-weight: 500;
	line-height: 1.4;
	text-align: left;
	text-transform: uppercase;
	color: #000000;
}

.company-page__history {
	margin-bottom: 15px;
	padding: 37px 54px 41px;
	background:
		linear-gradient(218deg, rgba(114, 176, 29, 0) 85%, rgba(114, 176, 29, 0.05) 100%),
		linear-gradient(50deg, rgba(114, 176, 29, 0) 66%, rgba(114, 176, 29, 0.05) 100%),
		#f8f9f6;
	border-radius: 19px;
	box-sizing: border-box;
}

.company-page__history-title {
	margin: 0 0 36px;
	padding-left: 38px;
}

.company-page__panel {
	padding: 22px 57px 38px;
	min-height: 0;
	height: auto;
	background: linear-gradient(90deg, #273972 0%, #e31e24 100%);
	border-radius: 19px;
	box-sizing: border-box;
}

.company-page__content {
	max-width: 1372px;
}

.company-page__history .company-page__content.article {
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: #000000;
}

.company-page__history .company-page__content.article p {
	margin: 0 0 16px;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
	color: #000000;
}

.company-page__history .company-page__content.article p:last-child {
	margin-bottom: 0;
}

.company-page__content.article {
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.4;
	color: #000000;
}

.company-page__content.article p {
	margin: 0 0 26px;
	font-size: 26px;
	line-height: 1.4;
	font-weight: 400;
	color: #000000;
}

.company-page__content.article p:last-child {
	margin-bottom: 0;
}

.company-page__about {
	margin-bottom: 15px;
	padding: 39px 54px 41px;
	background:
		linear-gradient(218deg, rgba(114, 176, 29, 0) 85%, rgba(114, 176, 29, 0.05) 100%),
		linear-gradient(50deg, rgba(114, 176, 29, 0) 66%, rgba(114, 176, 29, 0.05) 100%),
		#f8f9f6;
	border-radius: 19px;
	box-sizing: border-box;
}

.company-page__about-title {
	margin: 0 0 77px;
	padding-left: 25px;
	max-width: 1056px;
}

.company-page__about-grid {
	margin-left: -8px;
	margin-right: -8px;
	align-items: stretch;
}

.company-page__about-grid > [class*="col-"] {
	padding-left: 8px;
	padding-right: 8px;
}

.company-page__card {
	height: 100%;
	padding: 14px 18px 20px;
	background: #ffffff;
	border-radius: 19px;
	box-sizing: border-box;
}

.company-page__subtitle {
	margin: 0 0 19px;
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.4;
	color: #000000;
}

.company-page__subtitle--spaced {
	margin-top: 26px;
}

.company-page__card-text.article p {
	margin: 0;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 500;
	color: #000000;
}

.company-page__info {
	padding-top: 7px;
	max-width: 312px;
}

.company-page__info-text {
	margin: 0 0 19px;
	max-width: 312px;
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 500;
	color: #000000;
}

.company-page__photo {
	width: 100%;
	max-width: 452px;
	margin-left: auto;
}

.company-page__photo img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	border-radius: 240px 19px 240px 240px;
}

.company-page__team-panel {
	padding: 39px 54px 41px;
	background:
		linear-gradient(218deg, rgba(114, 176, 29, 0) 85%, rgba(114, 176, 29, 0.05) 100%),
		linear-gradient(50deg, rgba(114, 176, 29, 0) 66%, rgba(114, 176, 29, 0.05) 100%),
		#f8f9f6;
	border-radius: 19px;
	box-sizing: border-box;
}

.company-page__team-title {
	margin: 0 0 31px;
}

.company-page__team-slider {
	margin: 0 -15px;
	padding: 0 30px;
}

.company-page__team-slider .item-team {
	padding: 0 15px;
}

.company-page__team-slider .item-team__photo img {
	height: 288px;
	object-position: center 12%;
}

.company-page__team-slider .item-team__name {
	bottom: 10px;
	padding: 8px 21px 6px;
	font-size: 13px;
}

.company-page__team-slider .item-team__role {
	margin-top: 6px;
	padding: 11px 18px 15px;
	font-size: 15px;
	border-radius: 15px;
}

.company-page__team-slider .slick-arrow {
	top: 144px;
	background: #e31e24;
	color: #ffffff;
}

.company-page__team-slider .slick-arrow:hover {
	background: #c12741;
	color: #ffffff;
}

/* Documents page — Figma 40:685, масштаб 80% */
.documents-page {
	padding: 152px 0 41px;
	background: #ffffff;
}

.documents-page__crumbs-wrap {
	position: relative;
	z-index: 2;
	margin-bottom: 15px;
}

.documents-page__breadcrumbs {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 10px 13px;
	border-radius: 13px;
	background: #f8f9f6;
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 11px;
	line-height: 1.4;
	font-weight: 400;
	color: #0d0a0b;
}

.documents-page__breadcrumbs a,
.documents-page__breadcrumbs .breadcrumbs__sep,
.documents-page__breadcrumbs .breadcrumbs__current {
	color: #0d0a0b;
}

.documents-page__breadcrumbs a {
	text-decoration: none;
}

.documents-page__breadcrumbs a:hover {
	color: #e31e24;
}

.documents-page__panel {
	width: 100%;
	padding: 39px 0 51px;
	background: #4d5c89;
	box-sizing: border-box;
	color: #000000;
}

.documents-page__title {
	margin: 0 0 31px;
}

.documents-page__slider-wrap {
	position: relative;
	margin: 0 -15px;
	padding: 0 38px;
}

.documents-page__item {
	padding: 0 15px;
	box-sizing: border-box;
}

.documents-page__preview {
	display: block;
	width: 100%;
	max-width: 274px;
	height: 410px;
	margin: 0 auto 15px;
	border-radius: 13px;
	overflow: hidden;
	background: #ffffff;
}

.documents-page__preview img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center top;
	background: #ffffff;
}

.documents-page__preview--empty {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #4d5c89;
	font-size: 48px;
}

.documents-page__name {
	display: block;
	max-width: 274px;
	margin: 0 auto;
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.4;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

.documents-page__name:hover {
	color: #e31e24;
}

.documents-page__name--text {
	color: #000000;
}

.documents-page__empty {
	margin: 0;
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 19px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.85);
}

.slider-documents:not(.slick-initialized) .documents-page__item:not(:first-child) {
	display: none;
}

.documents-page .slider-documents .slick-list,
.documents-page .slider-documents .slick-track {
	overflow: visible;
}

.documents-page .slider-documents .slick-slide {
	height: auto;
}

.documents-page .slider-documents .slick-slide > div {
	height: 100%;
}

.documents-page .slider-documents .slick-arrow {
	top: 187px;
	background: #e31e24;
	color: #ffffff;
}

.documents-page .slider-documents .slick-arrow:hover {
	background: #c12741;
	color: #ffffff;
}

/* Contacts page — Figma 40:744, масштаб 80% */
.contacts-page {
	padding: 152px 0 51px;
	background: #ffffff;
}

.contacts-page__crumbs-wrap {
	position: relative;
	z-index: 2;
	margin-bottom: 15px;
}

.contacts-page__breadcrumbs {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 10px 13px;
	border-radius: 13px;
	background: #f8f9f6;
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 11px;
	line-height: 1.4;
	font-weight: 400;
	color: #0d0a0b;
}

.contacts-page__breadcrumbs a,
.contacts-page__breadcrumbs .breadcrumbs__sep,
.contacts-page__breadcrumbs .breadcrumbs__current {
	color: #0d0a0b;
}

.contacts-page__breadcrumbs a {
	text-decoration: none;
}

.contacts-page__breadcrumbs a:hover {
	color: #e31e24;
}

.contacts-page__title {
	margin: 0 0 32px;
}

.contacts-page__grid {
	align-items: flex-start;
}

.contacts-page__info {
	max-width: 491px;
}

.contacts-page__address {
	margin-bottom: 12px;
}

.contacts-page__label {
	margin: 0 0 12px;
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	color: #000000;
}

.contacts-page__text {
	margin: 0 0 12px;
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	color: #000000;
}

.contacts-page__text:last-child {
	margin-bottom: 0;
}

.contacts-page__schedule {
	white-space: normal;
}

.contacts-page__channels {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 14px;
}

.contacts-page__channel {
	display: block;
	margin-bottom: 8px;
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	color: #000000;
	text-decoration: none;
}

.contacts-page__channel:last-child {
	margin-bottom: 0;
}

.contacts-page__channel:hover {
	color: #e31e24;
}

.contacts-page__channel--phone {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.contacts-page__socials {
	margin: 0;
}

.contacts-page__socials .socials-list {
	gap: 13px;
}

.contacts-page__socials .socials-list__link {
	width: 35px;
	height: 35px;
	font-size: 12px;
}

.contacts-page__socials .socials-list__link--max img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contacts-page__map-wrap {
	width: 100%;
	margin-top: -35px;
}

.contacts-page__map,
.contacts-page #map {
	width: 100%;
	height: 480px;
	border-radius: 22px;
	overflow: hidden;
	background: #dddddd;
}

/* Who — Figma 1:3 / 4 экран */
.who {
	padding: 64px 0 51px;
	background: #4d5c89;
	color: #000000;
	overflow: hidden;
}

.title-section--who {
	margin-bottom: 77px;
	max-width: 1056px;
}

.who__card {
	padding: 14px 18px 25px;
	background: #ffffff;
	color: #000000;
	border-radius: 19px;
}

.who__subtitle {
	margin-bottom: 19px;
	font-size: 26px;
	line-height: 1.4;
	font-weight: 500;
	color: #000000;
}

.who__text {
	padding: 7px 0 0;
}

.who__text p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 500;
	color: #000000;
	max-width: 308px;
}

.who__photo {
	width: 100%;
	max-width: 100%;
}

.who__photo img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	border-radius: 240px 19px 240px 240px;
}

.article p {
	margin-bottom: 11px;
	font-size: 13px;
	line-height: 160%;
}

.article p:last-child {
	margin-bottom: 0;
}

.who__card .article p {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 500;
	color: #000000;
}

/* Team — Figma 1:3 / 5 экран */
.team {
	padding: 64px 0;
	background:
		linear-gradient(218deg, rgba(114, 176, 29, 0) 85%, rgba(114, 176, 29, 0.05) 100%),
		linear-gradient(50deg, rgba(114, 176, 29, 0) 66%, rgba(114, 176, 29, 0.05) 100%),
		#f8f9f6;
}

.team .head-section {
	margin-bottom: 39px;
}

.team .slider-team {
	margin: 0 -19px;
	padding: 0 38px;
}

.team .slick-arrow {
	top: 144px;
	background: #e31e24;
	color: #ffffff;
}

.team .slick-arrow:hover {
	background: #c12741;
	color: #ffffff;
}

.item-team {
	padding: 0 19px;
}

.item-team__photo {
	position: relative;
	border-radius: 19px;
	overflow: hidden;
}

.item-team__photo img {
	width: 100%;
	height: 288px;
	object-fit: cover;
	object-position: center 12%;
	display: block;
}

.item-team__name {
	position: absolute;
	left: 50%;
	right: auto;
	bottom: 13px;
	max-width: calc(100% - 26px);
	width: max-content;
	min-height: 0;
	padding: 10px 26px 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
	color: #454955;
	background: #ffffff;
	border: 1px solid #f8f9f6;
	border-radius: 80px;
	box-shadow: none;
	transform: translateX(-50%);
}

.item-team__role {
	margin: 8px 0 0;
	padding: 14px 22px 19px;
	min-height: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 19px;
	line-height: 1.4;
	font-weight: 400;
	color: #0d0a0b;
	text-align: left;
	background: #ffffff;
	border-radius: 19px;
	box-shadow: none;
}

/* About — Figma 19:48 / 6 экран */
.about {
	padding: 64px 0 51px;
	background: #ffffff;
}

.about__panel {
	padding: 46px 67px 51px;
	background:
		linear-gradient(217deg, rgba(114, 176, 29, 0) 56%, rgba(114, 176, 29, 0.15) 100%),
		linear-gradient(37deg, rgba(114, 176, 29, 0) 60%, rgba(114, 176, 29, 0.15) 100%),
		#f8f9f6;
	border-radius: 19px;
}

.about__title {
	margin: 0 0 19px;
}

.about__stack {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 406px;
	height: 100%;
}

.about .row {
	margin-left: -10px;
	margin-right: -10px;
	align-items: stretch;
}

.about .row > [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
	flex-direction: column;
}

.about__logo-card {
	min-height: 284px;
	margin-bottom: 19px;
	padding: 26px 8px 27px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border-radius: 19px;
	box-sizing: border-box;
}

.about__logo-link {
	display: block;
	width: 100%;
	max-width: 372px;
	line-height: 0;
}

.about__logo-img {
	width: 100%;
	max-width: 372px;
	height: 230px;
	display: block;
	object-fit: contain;
}

.about__card {
	flex: 1 1 auto;
	min-height: 284px;
	padding: 26px 26px 29px;
	background: #ffffff;
	border-radius: 19px;
	box-sizing: border-box;
}

.about__block {
	margin-bottom: 26px;
}

.about__block:last-child {
	margin-bottom: 0;
}

.about__label {
	margin-bottom: 13px;
	font-size: 26px;
	line-height: 1.4;
	font-weight: 500;
	color: #000000;
}

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

.about__pill {
	min-height: 48px;
	min-width: 114px;
	padding: 8px 13px 8px 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 48px;
	color: #ffffff;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	white-space: normal;
}

.about__pill + .about__pill {
	margin-left: 8px;
}

.about__pill--vk {
	background: #273972;
}

.about__pill--telegram {
	background: #e31e24;
	color: #ffffff;
}

.about__pill:hover {
	opacity: 0.92;
	color: #fff;
}

.about__card .socials-list {
	gap: 13px;
}

.about__card .socials-list__link {
	width: 63px;
	height: 63px;
	font-size: 19px;
}

.about__card .socials-list__link--max img {
	width: 34px;
	height: 34px;
}

.about__oval {
	flex: 1 1 auto;
	width: 100%;
	height: 100%;
	min-height: 0;
	padding: 64px 80px 64px 96px;
	background: #4d5c89;
	color: #000000;
	border-radius: 105px 0 104px 105px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.about__oval .article {
	width: 100%;
	max-width: none;
	box-sizing: border-box;
}

.about__oval .article p {
	color: #000000;
	font-size: 22px;
	line-height: 1.4;
	font-weight: 400;
	overflow-wrap: break-word;
	text-align: center;
}

.about__oval .article p:first-child,
.about__oval .article p:not(:first-child) {
	max-width: 100%;
	margin-left: 0;
	text-align: center;
}

.about__oval .article p + p {
	margin-top: 51px;
}

/* Partners — Figma 1:3 / 7 экран */
.partners {
	padding: 45px 0 64px;
	background:
		linear-gradient(217deg, rgba(114, 176, 29, 0) 56%, rgba(114, 176, 29, 0.15) 100%),
		linear-gradient(37deg, rgba(114, 176, 29, 0) 60%, rgba(114, 176, 29, 0.15) 100%),
		#f8f9f6;
}

.partners .head-section {
	margin-bottom: 28px;
}

.partners .slider-partners {
	margin: 0 -10px;
	padding: 0 38px;
	position: relative;
}

.partners .slider-partners .slick-list {
	overflow: hidden;
}

.partners .slick-arrow {
	top: 50%;
	background: #e31e24;
}

.partners .slick-arrow:hover {
	background: #c11820;
}

.partners .slick-prev {
	left: 0;
}

.partners .slick-next {
	right: 0;
}

.item-partner {
	margin: 10px;
	height: 210px;
	padding: 22px 18px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	background: #f0f5ed;
	border-radius: 13px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: none;
	box-sizing: border-box;
	overflow: hidden;
}

.item-partner img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	margin: 0 auto;
}

/* Footer — Figma 58:2184 */
.footer {
	margin: 0 13px 13px;
	padding: 38px 0 22px;
	font-size: 12px;
	line-height: 150%;
	color: #000000;
	background: linear-gradient(90deg, #273972 0%, #e31e24 100%);
	border-radius: 24px;
	position: relative;
	overflow: hidden;
}

.footer::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -64px;
	width: 120%;
	height: 176px;
	transform: translateX(-50%);
	background: radial-gradient(ellipse at 50% 100%, rgba(227, 30, 36, 0.45) 0%, rgba(39, 57, 114, 0.25) 42%, transparent 72%);
	filter: blur(38px);
	-webkit-filter: blur(38px);
	z-index: 0;
	pointer-events: none;
}

.footer .container-fluid,
.footer__inner {
	position: relative;
	z-index: 1;
}

.footer__inner {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-template-rows: auto auto;
	grid-template-areas:
		"brand nav contacts"
		"links nav contacts";
	column-gap: 16px;
	align-items: start;
}

.footer__col-brand {
	grid-area: brand;
}

.footer__col-nav {
	grid-area: nav;
}

.footer__col-contacts {
	grid-area: contacts;
}

.footer__links {
	grid-area: links;
}

.footer__col-brand {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 100%;
}

.footer__nav-col {
	padding-top: 0;
}

.footer__media {
	margin-bottom: 0;
}

.footer__item--dropdown {
	position: relative;
}

.footer__media-toggle {
	display: flex;
	align-items: center;
	margin: 0 0 5px;
	padding: 0;
	border: none;
	background: none;
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 22px;
	line-height: 1.4;
	font-weight: 500;
	color: #000000;
	cursor: default;
}

.footer__media-toggle .fa-chevron-down {
	display: inline-block;
	font-size: 10px;
	margin-left: 8px;
	transition: transform 0.3s;
	color: #000000;
}

.footer__media-submenu,
.footer__nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer__media-submenu {
	margin-bottom: 0;
	padding-left: 20px;
}

.footer__media-submenu li {
	margin-bottom: 9px;
}

.footer__media-submenu li:last-child {
	margin-bottom: 20px;
}

.footer__media-submenu li a {
	display: inline-block;
	color: #000000;
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	border-bottom: 1px solid transparent;
}

.footer__media-submenu li a:hover,
.footer__media-submenu li a.is-current {
	color: #e31e24;
	border-bottom-color: rgba(0, 0, 0, 0.35);
}

.footer__nav--main {
	margin-bottom: 0;
}

.footer__nav--main li {
	margin-bottom: 20px;
}

.footer__nav--main li:last-child {
	margin-bottom: 0;
}

.footer__nav--main li a {
	color: #000000;
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.4;
	border-bottom: 1px solid transparent;
}

.footer__nav--main li a:hover {
	border-bottom-color: rgba(0, 0, 0, 0.35);
}

.footer__title {
	margin-bottom: 11px;
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 22px;
	line-height: 1.4;
	font-weight: 500;
	color: #000000;
}

.footer__title--contacts {
	display: none;
}

.footer__title--contacts i {
	display: none;
}

.footer__location {
	margin-bottom: 11px;
	max-width: 407px;
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 500;
	color: #000000;
}

.footer__mail,
.footer .phone-main {
	display: block;
	margin: 6px 0;
	color: #000000;
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 500;
}

.footer .phone-main:hover,
.footer__mail:hover {
	color: #e31e24;
}

.footer__content--contacts .socials-list {
	margin-top: 14px;
}

.footer__links {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-self: end;
	gap: 6px;
	margin-top: 0;
	padding-top: 24px;
}

.footer__links a {
	color: #000000;
	border-bottom: 1px solid rgba(0, 0, 0, 0.35);
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 16px;
	line-height: 1.22;
	font-weight: 500;
}

.footer__links a:hover {
	color: #e31e24;
	border-bottom-color: #e31e24;
}

.logo--footer .logo__name {
	color: #e31e24;
	font-size: 32px;
	line-height: 1.4;
}

.logo--footer .logo__tagline {
	color: #000000;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 500;
}

/* Forms / modal */
.item-form {
	position: relative;
	margin-bottom: 11px;
}

.item-form input,
.item-form textarea {
	height: 45px;
	padding: 0 14px;
	border-radius: 48px;
	font-size: 13px;
	line-height: 140%;
	color: #1c1c1c;
	width: 100%;
	background: #fff;
	font-family: 'Raleway', Arial, sans-serif;
	border: none;
	box-sizing: border-box;
}

.checkbox {
	font-size: 10px;
	line-height: 140%;
	color: #fff;
}

.checkbox a {
	color: inherit;
	text-decoration: underline;
}

.checkbox label {
	display: block;
	position: relative;
	cursor: pointer;
}

.checkbox label input {
	position: absolute;
	z-index: -1;
	height: 1px !important;
	width: 1px !important;
	opacity: 0 !important;
	margin: 0 !important;
}

.checkbox label > span {
	position: relative;
	padding: 2px 0 0 28px;
	display: block;
	cursor: pointer;
}

.checkbox label > span:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	border-radius: 2px;
	box-sizing: border-box;
	transition: .2s;
}

.checkbox label > span:after {
	content: "\f00c";
	position: absolute;
	top: 1px;
	left: 0;
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
	font-size: 9px;
	opacity: 0;
	transition: .2s;
}

.checkbox label input:checked + span:after {
	opacity: 1;
}

.modal-block {
	display: none;
	padding: 0;
	background: transparent;
}

.modal-wrap {
	padding: 29px 26px 26px;
	width: 100%;
	color: #fff;
	background: #3a4a73;
	margin-left: auto;
	margin-right: auto;
	max-width: 336px;
	border-radius: 16px;
}

.modal-wrap .title-section {
	margin-bottom: 8px;
	font-size: 21px;
	color: #fff;
	text-align: center;
}

.descr-modal {
	margin-bottom: 18px;
	font-size: 11px;
	line-height: 150%;
	text-align: center;
	color: rgba(255, 255, 255, 0.85);
}

.modal-wrap .btn-main {
	width: 100%;
	padding: 0 8px;
	background: #e31e24;
}

.modal-wrap .btn-main:hover {
	background: #c01820;
}

.modal-wrap .checkbox {
	margin-top: 14px;
}

.fancybox-content {
	background: transparent !important;
	padding: 0 !important;
}

.fancybox-button {
	background: #c12741 !important;
}

.scroll-up {
	width: 38px;
	height: 38px;
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 400;
	border: none;
	border-radius: 50%;
	background: #c12741;
	color: #fff;
	font-size: 13px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 16px rgba(193, 39, 65, 0.35);
}

.scroll-up:hover {
	background: #9b1c32;
	color: #fff;
}

.body--menu {
	overflow: hidden;
}

.admin-bar .header {
	top: 26px;
}

/* Inner pages */
.page-inner {
	padding: 112px 0 64px;
	background: #f6f6f4;
}

.page-inner .title-section {
	margin-bottom: 22px;
}

.page-inner .article {
	max-width: 688px;
}

.page-inner__item {
	margin-bottom: 38px;
}

.page-inner__item:last-child {
	margin-bottom: 0;
}

.page-inner .article h2,
.page-inner .article h3 {
	margin: 19px 0 10px;
	font-weight: 700;
}

.page-inner .article ul,
.page-inner .article ol {
	margin: 0 0 11px 16px;
}

.page-inner .article li {
	list-style: disc;
	margin-bottom: 5px;
}

/* Text page — Figma 40:1375, масштаб 80% */
.text-page {
	padding: 152px 0 51px;
	background: #ffffff;
}

.text-page__crumbs-wrap {
	position: relative;
	z-index: 2;
	margin-bottom: 15px;
}

.text-page__breadcrumbs {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 10px 12px;
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 11px;
	line-height: 1.4;
	font-weight: 400;
	color: #000000;
}

.text-page__breadcrumbs a,
.text-page__breadcrumbs .breadcrumbs__sep,
.text-page__breadcrumbs .breadcrumbs__current {
	color: #000000;
}

.text-page__breadcrumbs a {
	text-decoration: none;
}

.text-page__breadcrumbs a:hover {
	color: #e31e24;
}

.text-page__title {
	margin: 0 0 34px;
	text-transform: uppercase;
}

.text-page__subtitle {
	margin: 0 0 40px;
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
	color: #000000;
}

.text-page__content.article {
	max-width: none;
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 500;
	color: #000000;
}

.text-page__content.article h2 {
	margin: 28px 0 16px;
	font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 500;
	color: #000000;
}

.text-page__content.article h2:first-child {
	margin-top: 0;
}

.text-page__content.article p {
	margin: 0 0 16px;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 500;
	color: #000000;
}

.text-page__content.article p:last-child {
	margin-bottom: 0;
}

.text-page__content.article ul {
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
}

.text-page__content.article li {
	position: relative;
	margin: 0 0 8px;
	padding-left: 18px;
	list-style: none;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 500;
	color: #000000;
}

.text-page__content.article li::before {
	content: '—';
	position: absolute;
	left: 0;
	top: 0;
}

.text-page__content.article a {
	color: #000000;
	border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}

.text-page__content.article a:hover {
	color: #e31e24;
	border-bottom-color: #e31e24;
}

/* 404 / Thanks */
.page-mockup {
	padding: 112px 0 80px;
	background: #f6f6f4;
	min-height: calc(100vh - 144px);
}

.page-mockup .content-mockup {
	max-width: 576px;
}

.page-mockup .title-section {
	margin-bottom: 22px;
}

.page-mockup .title-middle {
	font-size: 16px;
	line-height: 140%;
	margin-bottom: 38px;
	max-width: 416px;
	color: #1c1c1c;
}

.page-mockup_error .title-section span {
	color: #c12741;
}

.page-mockup .btn-main {
	min-width: 192px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.cookies-modal {
	display: none;
	position: fixed;
	z-index: 1000000000;
	bottom: 0px;
	left: 0px;
	transform: translateX(-50%);
	margin: 0px -50% 12px 50%;
	padding: 7px 34px 7px 11px;
	font-size: 10px;
	font-family: 'Raleway', Arial, sans-serif;
	font-weight: 500;
	text-align: left;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, 0.95);
	pointer-events: auto;
	max-width: 1024px;
	box-shadow: rgba(30, 43, 72, 0.12) 0px 5px 16px;
	color: #5c5c5c;
}

.cookies-modal a {
	text-decoration: none;
	cursor: pointer;
	outline: none;
	font-family: 'Raleway', Arial, sans-serif;
	font-weight: 600;
	color: #3a4a73;
}

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

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

.cookies-modal .cookies-btns .cookies-btn {
	border: 1px solid #3a4a73;
	color: #3a4a73;
	padding: 4px 8px;
	margin-left: 8px;
	border-radius: 8px;
	cursor: pointer;
	transition: .3s;
}

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

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

form .btn-main {
	cursor: pointer;
}

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

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

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

form .wpcf7-response-output {
	display: none !important;
}

div.wpcf7-mail-sent-ok {
	font-size: 0px;
	border: 0px !important;
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 14px;
}
