@-ms-viewport {
	width: device-width;
}

html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

.container {
	width: 100%;
	padding: 0 24px;
	max-width: 100%;
}

*::-webkit-input-placeholder {
	color: #04202B;
	opacity: 0.4;
}
*:-moz-placeholder {
	color: #04202B;
	opacity: 0.4;
}
*::-moz-placeholder {
	color: #04202B;
	opacity: 0.4;
}
*:-ms-input-placeholder {
	color: #04202B;
	opacity: 0.4;
}
a {
	color: inherit;
}

body {
	font-family: 'Segoe UI';
	font-size: 19px;
	line-height: 140%;
	letter-spacing: -0.01em;
	color: #586A72;
	overflow-x: hidden;
	margin: 0;
	background-color: #fff;
	font-variant-numeric: lining-nums;
	-moz-font-feature-settings: "lnum" 1;
	-moz-font-feature-settings: "lnum=1";
	-ms-font-feature-settings: "lnum" 1;
	-o-font-feature-settings: "lnum" 1;
	-webkit-font-feature-settings: "lnum" 1;
	font-feature-settings: "lnum" 1;
}
button {
	cursor: pointer;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button,
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}
*:link,
*:visited,
*:hover,
*:focus,
*:active {
	outline: 0;
	-webkit-tap-highlight-color: transparent;
}
a, button, input, img {
	transition: all 0.3s;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.wrapper {
	overflow: hidden;
}
a {
	text-decoration: none;
	outline: none;
}
* {
	outline: none !important;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style-type: none;
	outline: none;
}
img {
	outline: none;
	display: block;
}
p {
	padding: 0;
	margin: 0;
}
form {
	margin: 0;
}


.header {
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 500;
	transition: all 0.3s;
}
.header__wrapper {
	gap: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo svg,
.logo img {
	width: 193px;
}
.menu__list {
	gap: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
}
.menu__list>li>a {
	padding: 34px 0;
	font-weight: 300;
	display: block;
	color: inherit;
	border-bottom: 1px transparent solid;
}
.btn-main.btn-main--light {
	background: #EDF1F3;
	color: #04202B;
}
.header .btn-main i {
	transform: rotate(-45deg);
}

.hero {
	padding-top: 239px;
	color: #fff;
	position: relative;
	z-index: 1;
}
.hero,
.slider-hero__image {
	height: 1080px;
}
.slider-hero {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.slider-hero__image {
	width: 100%;
	position: relative;
}
.slider-hero__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slider-hero__image::after {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.slider-news:not(.slick-initialized)>*:not(:first-child),
.slider-cases:not(.slick-initialized)>*:not(:first-child),
.slider-media:not(.slick-initialized)>*:not(:first-child),
.slider-hero:not(.slick-initialized)>*:not(:first-child) {
	display: none;
}
.slider-news .slick-track,
.slider-cases .slick-track,
.slider-media .slick-track,
.slider-hero .slick-track {
	display: flex !important;
}
.slider-news .slick-slide,
.slider-cases .slick-slide,
.slider-media .slick-slide,
.slider-hero .slick-slide {
	height: inherit !important;
}
.hero__title {
	font-size: 60px;
	max-width: 800px;
	margin-bottom: 48px;
	line-height: 100%;
	letter-spacing: -0.03em;
	font-weight: 600;
	font-family: 'Raleway';
}
.btn-main {
	height: 68px;
	padding: 0 28px;
	border-radius: 40px 0;
	gap: 8px;
	color: #fff;
	font-size: inherit;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s;
	text-align: center;
	background: #D11828;
}
.btn-main i {
	width: 36px;
	height: 36px;
	font-size: 70%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
}
.hero__bottom {
	margin-top: 143px;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.title-min {
	font-size: 24px;
	line-height: 135%;
	font-weight: 600;
	font-family: 'Raleway';
}
.link-page {
	border-bottom: 1px #04202B solid;
	gap: 6px;
	color: #04202B;
	display: inline-flex;
	flex: none;
	align-items: center;
}
.link-page.link-page--light {
	color: #fff;
	border-color: #fff;
}
.link-page i {
	font-size: 70%;
	transform: rotate(-45deg);
}
.item-media {
	padding: 16px;
	padding-left: 24px;
	gap: 24px;
	color: #fff;
	display: flex;
	align-items: flex-start;
	backdrop-filter: blur(40px);
	background: rgba(255, 255, 255, 0.04);
	transition: all 0.3s;
}
.slider-media .slick-slide {
	padding: 0 8px;
}
.slider-media .slick-list {
	margin: 0 -8px;
}
.item-media__content {
	display: block;
}
.item-media__date {
	font-size: 12px;
	line-height: 140%;
	text-transform: uppercase;
	display: block;
}
.item-media__title {
	font-weight: 700;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.item-media__image {
	width: 164px;
	height: 104px;
	flex: none;
}
.item-media__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.progressbar {
	height: 1px;
	background: rgba(255, 255, 255, 0.2);
	flex: 1;
	position: relative;
}
.progressbar__value {
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	transition: all 0.3s;
}
.controls {
	gap: 40px;
	display: flex;
	align-items: center;
}
.controls__arrows .slick-arrow {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	transform: none;
}
.slick-arrow {
	width: 56px;
	height: 56px;
	font-size: 18px;
	color: #04202B;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s;
	background: #EDF1F3;
	border: none;
}
.controls__arrows {
	gap: 4px;
	display: flex;
	align-items: center;
}
.slider-media-wrapper .progressbar {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
.slider-media-wrapper {
	padding-top: 40px;
	position: relative;
}
.slider-media-wrapper .controls__arrows {
	padding-top: 20px;
}

.name-section {
	padding-top: 100px;
	padding-bottom: 24px;
	margin-bottom: 64px;
	font-size: inherit;
	border-bottom: 1px #DBE2E7 solid;
	font-weight: 700;
	text-transform: uppercase;
}
.head-section {
	gap: 24px;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.title-section {
	font-size: 48px;
	line-height: 110%;
	letter-spacing: -0.03em;
	font-weight: 600;
	font-family: 'Raleway';
	color: #04202B;
}
.head-section__text {
	max-width: 608px;
	margin-bottom: 24px;
}
.services__wrapper {
	padding: 100px 0;
	gap: 24px;
	display: grid;
	grid-template-columns: 1fr 2.05fr;
}
.services__elements {
	gap: 2px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.item-service {
	height: 312px;
	padding: 24px;
	background: #EDF1F3;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
}
.item-industry__arrow,
.item-service__arrow,
.item-service__plus,
.item-service__icon {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
	transition: all 0.3s;
}
.item-service__icon img {
	max-width: 100%;
	max-height: 100%;
}
.item-service__bottom {
	gap: 24px;
	margin-top: auto;
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.item-service__title {
	font-size: 24px;
	line-height: 135%;
	font-weight: 600;
	font-family: 'Raleway';
	color: #04202B;
}
.item-service__plus {
	font-size: 120%;
	background: #fff;
	color: #04202B;
}
.item-service__content {
	padding: 24px;
	color: #04202B;
	position: absolute;
	top: -16px;
	left: -16px;
	right: -16px;
	bottom: -16px;
	box-shadow: 4px 4px 6px -2px rgba(4, 32, 43, 0.05), 0 12px 12px -4px rgba(4, 32, 43, 0.1);
	background: #fff;
	border: 1px solid #DBE2E7;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.item-service__arrow {
	font-size: 90%;
	color: #fff;
	background: #D11828;
}
.item-service__arrow i {
	transform: rotate(-45deg);
}
.item-service__content {
	visibility: hidden;
	opacity: 0;
	transform: scale(0.8);
	transition: all 0.3s;
}
.item-service.item-service--more {
	background: #04202B;
}
.item-service__top {
	font-size: 38px;
	line-height: 120%;
	letter-spacing: -0.02em;
	color: #fff;
	font-weight: 600;
	font-family: 'Raleway';
}
.item-service--more .item-service__title {
	color: #fff;
}
.item-service--more .item-service__plus {
	color: #fff;
	background: #003A43;
}
.item-service--main {
	height: 628px;
	z-index: 1;
}
.item-service__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.item-service__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.item-service__inner {
	padding: 24px;
	min-height: 312px;
	margin-top: auto;
	backdrop-filter: blur(40px);
	background: rgba(255, 255, 255, 0.04);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	width: 100%;
}
.item-service__inner>.item-service__title {
	color: #fff;
}
.item-service__inner .item-service__content {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


.industries__wrapper {
	padding-top: 100px;
	gap: 24px;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.item-industry {
	background: #EDF1F3;
	min-height: 100%;
	display: flex;
	justify-content: space-between;
	color: #04202B;
}
.item-industry__content {
	padding: 24px 32px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.item-industry__image {
	width: 300px;
	height: 300px;
	display: block;
	flex: none;
	overflow: hidden;
}
.item-industry__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.2s;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.item-industry__title {
	font-size: 30px;
	margin-bottom: 16px;
	line-height: 125%;
	letter-spacing: -0.01em;
	font-weight: 600;
	font-family: 'Raleway';
}
.item-industry__text {
	display: block;
}
.item-industry__arrow {
	background: #fff;
	margin-top: auto;
}
.item-industry__arrow i {
	transform: rotate(-45deg);
}
.btn-main.btn-main--full {
	margin-top: 24px;
	color: #fff;
	width: 100%;
	display: flex;
	background: #04202B;
	border-radius: 0;
}
.btn-main.btn-main--full i {
	font-size: 100%;
}
.top-section {
	padding-top: 100px;
	padding-bottom: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top-section__title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: inherit;
}

.tabs {
	padding-top: 24px;
	gap: 24px;
	display: flex;
}
.tabs a {
	padding: 20px 4px;
	gap: 8px;
	border-bottom: 2px transparent solid;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: #868D92;
}
.tabs .active a {
	color: #04202B;
	border-color: #04202B;
}
.tabs .active a::before {
	position: relative;
	display: block;
	content: " ";
	background: #D11828;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.item-case {
	min-height: 680px;
	padding: 24px;
	border: 1px solid #DBE2E7;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.item-case__image {
	height: 240px;
	margin-bottom: 32px;
	overflow: hidden;
	width: 100%;	
	background: #2E454E linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-case__image img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
.item-case__title {
	font-size: 30px;
	margin-bottom: 12px;
	line-height: 125%;
	letter-spacing: -0.01em;
	font-weight: 600;
	font-family: 'Raleway';
	color: #04202B;
}
.btn-main.btn-main--gray {
	color: #04202B;
	background: #EDF1F3;
}
.item-case .btn-main {
	height: 56px;
	margin-top: auto;
}
.item-case .btn-main i {
	font-size: 90%;
}
.slider-cases {
	margin: 0 -24px;
}
.controls--page .progressbar {
	height: 2px;
	background: rgba(4, 32, 43, 0.2);
}
.controls--page .progressbar__value {
	background: #04202B;
}
.cases .controls {
	margin-top: 74px;
	padding-top: 24px;
	padding-bottom: 64px;
}
.tab-pane {
	display: none;
}
.tab-pane:first-child {
	display: block;
}

.about {
	padding-bottom: 100px;
	background: #EDF1F3;
}
.about__wrapper {
	gap: 182px;
	display: flex;
	align-items: flex-start;
}
.about .item-team {
	width: 292px;
	flex: none;
}
.item-team__image {
	height: 322px;
	margin-bottom: 16px;
	width: 100%;
}
.item-team__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.item-team__name {
	font-size: 24px;
	margin-bottom: 12px;
	line-height: 135%;
	font-weight: 600;
	color: #04202B;
	font-family: 'Raleway';
}
.item-team__descr {
	font-size: 15px;
	margin-bottom: 24px;
	line-height: 140%;
	color: #04202B;
	letter-spacing: normal;
}
.about__content {
	flex: 1;
}
.about__content .title-section {
	max-width: 925px;
	margin-bottom: 24px;
}
.about__text {
	margin-bottom: 48px;
	max-width: 766px;
	color: #04202B;
}
.about__content .name-section {
	padding-top: 80px;
	border: none;
	margin-bottom: 0;
}
.metrics {
	gap: 24px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.metrics__item {
	padding: 24px;
	min-height: 248px;
	border-top: 1px solid #DBE2E7;
}
.metrics__value {
	font-size: 102px;
	margin-bottom: 38px;
	gap: 12px;
	line-height: 105%;
	letter-spacing: -0.02em;
	font-weight: 600;
	color: #04202B;
	font-family: 'Raleway', sans-serif;
	display: flex;
	align-items: center;
}
.metrics__value small {
	font-size: 30px;
	line-height: 125%;
}
.metrics__item p {
	margin-top: auto;
}

.news {
	padding-top: 100px;
}
.news .name-section {
	padding: 0;
	margin: 0;
	border: none;
}
.news__grid {
	display: grid;
	grid-template-columns: 1fr 2.9fr;
}
.news .top-section {
	padding: 0;
	margin-bottom: 64px;
	align-items: flex-start;
}
.subscribe {
	margin-right: 55px;
}
.subscribe__title {
	font-size: 30px;
	margin-bottom: 24px;
	line-height: 125%;
	letter-spacing: -0.01em;
	font-weight: 600;
	color: #04202B;
	font-family: 'Raleway';
}
.subscribe__subtitle {
	font-size: 12px;
	margin-bottom: 6px;
	line-height: 140%;
	color: #04202B;
}
.subscribe__input {
	flex: 1;
}
.subscribe__input input {
	height: 41px;
	border: none;
	border-bottom: 1px #DBE2E7 solid;
	color: #04202B;
	font-family: 'Segoe UI';
	letter-spacing: normal;
	width: 100%;
}
.subscribe__line {
	gap: 12px;
	display: flex;
	align-items: flex-end;
}
.subscribe__line .btn-main {
	padding: 8px;
	border-radius: 16px 0;
	height: auto;
}
.subscribe__line .btn-main i {
	width: 32px;
	height: 32px;
	transform: rotate(-45deg);
}
.agree-form {
	font-size: 12px;
	margin-top: 16px;
	line-height: 140%;
	letter-spacing: normal;
}
.agree-form a {
	color: inherit;
	border-bottom: 1px #586A72 solid;
}
.news .title-section {
	max-width: 600px;
}
.news__main {
	flex: 1;
	min-width: 1px;
}
.slider-news .slick-slide {
	padding: 0 4px;
}
.slider-news .slick-list {
	margin: 0 -4px;
}
.item-news {
	width: 480px;
	border: 1px solid #DBE2E7;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 100%;
	position: relative;
}
.item-news__image {
	height: 240px;
	width: 100%;
	display: block;
	overflow: hidden;
}
.item-news__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.2s;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.item-news__content {
	padding: 32px 24px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex: 1;
}
.item-news__label {
	padding: 4px 6px;
	top: 20px;
	left: 20px;
	position: absolute;
	z-index: 2;
	border-radius: 12px 2px;
	background: #D11828;
	font-size: 12px;
	line-height: 140%;
	text-transform: uppercase;
	color: #fff;
}
.item-news__descr {
	margin-bottom: 12px;
	color: #868D92;
}
.item-news__title {
	font-size: 30px;
	margin-bottom: 12px;
	line-height: 125%;
	letter-spacing: -0.01em;
	font-weight: 600;
	color: #04202B;
	font-family: 'Raleway';
	display: block;
}
.tags-news {
	padding-top: 52px;
	margin-top: auto;
	width: 100%;
	display: flex;
	align-items: center;
	color: #04202B;
}
.tags-news__item {
	display: flex;
	align-items: center;
}
.tags-news__item::after {
	position: relative;
	display: block;
	content: " ";
	height: 20px;
	margin: 0 12px;
	width: 1px;
	background: #DBE2E7;
}
.tags-news__item:last-child:after {
	display: none;
}
.slider-news {
	margin-right: -24px;
}
.news .controls {
	padding-top: 24px;
	padding-bottom: 64px;
}

.footer {
	padding-top: 72px;
	color: #04202B;
}
.footer__grid {
	display: grid;
	grid-template-columns: 1fr 3.13fr;
}
.footer__top {
	padding: 64px 0;
	border-top: 1px solid #DBE2E7;
}
.footer .logo svg,
.footer .logo img {
	width: 272px;
}
.footer__info {
	font-size: 12px;
	margin-top: 75px;
	margin-bottom: 68px;
	line-height: 140%;
	text-transform: uppercase;
}
.footer__row {
	gap: 24px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.item-footer {
	margin-bottom: 40px;
	color: #2E454E;
}
.item-footer:last-child {
	margin-bottom: 0;
}
.footer__title {
	margin-bottom: 8px;
	font-weight: 700;
}
.footer__about a,
.link-main {
	color: #D11828;
	border-bottom: 1px #D11828 solid;
	display: inline-block;
	vertical-align: middle;
}
.item-footer p .link-main {
	margin-top: 8px;
}
.socials-list {
	gap: 12px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.socials-list a {
	padding: 8px;
	gap: 8px;
	border-radius: 24px 0;
	font-size: 15px;
	line-height: 140%;
	color: #04202B;
	display: flex;
	align-items: center;
	background: #EDF1F3;
}
.socials-list a span {
	padding-right: 8px;
}
.footer__middle {
	padding-top: 64px;
	padding-bottom: 91px;
	border-top: 1px solid #DBE2E7;
}
.footer__nav li {
	margin-bottom: 12px;
}
.footer__nav li:last-child {
	margin-bottom: 0;
}
.footer__about {
	font-size: 15px;
	margin-top: 124px;
	line-height: 140%;
}
.footer__bottom {
	padding-top: 24px;
	padding-right: 85px;
	padding-bottom: 79px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #DBE2E7;
}
.footer__bottom-links {
	gap: 32px;
	display: flex;
	align-items: center;
}
.copyright {
	color: #2E454E;
}
.services__elements-column:not(.services__elements-column--more):nth-child(n+6) {
	display: none;
}
.industries__column:nth-child(n+5) {
	display: none;
}
.item-industry.item-industry--more {
	color: #fff;
	background: #04202B;
}
.menu__dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 100;
	background: #fff;
	color: #04202B;
	display: none;
}
.menu__dropdown-column {
	padding: 32px 24px;
	min-height: calc(100vh - 95px);
	border-right: 1px solid #DBE2E7;
}
.menu__dropdown-grid {
	max-width: 1495px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
.menu__dropdown-list--main {
	font-weight: 700;
}
.menu__dropdown-unit {
	padding: 32px 24px;
}
.menu__dropdown-grid.menu__dropdown-grid--main {
	max-width: 1210px;
}
.menu__dropdown-column:last-child {
	border: none;
}
.menu__dropdown-item {
	margin-bottom: 40px;
}
.menu__dropdown-title {
	margin-bottom: 18px;
	font-weight: 700;
}
.menu__dropdown-list li {
	margin-bottom: 12px;
}
.menu__dropdown-list li:last-child {
	margin-bottom: 0;
}
.menu__dropdown-list a {
	color: inherit;
}
.menu__dropdown__close {
	top: 32px;
	right: 24px;
	width: 48px;
	height: 48px;
	background-image: url(../img/close.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: all 0.3s;
	cursor: pointer;
	position: absolute;
}
.header.active {
	background: #fff;
	color: #04202B;
}
.header.active~section {
	filter: blur(10px);
}
.footer .logo svg path:not(:nth-last-child(-n+2)),
.header.active .logo svg path:not(:nth-last-child(-n+2)) {
	fill: #04202B;
}

/* Стили для попапа формы обратной связи */
#contact-form-popup {
	max-width: 600px;
	width: 100%;
	padding: 0;
	background: #fff;
}

.contact-form-popup {
	padding: 48px 40px;
}

.contact-form-popup__title {
	font-size: 30px;
	margin-bottom: 32px;
	line-height: 125%;
	letter-spacing: -0.01em;
	font-weight: 600;
	color: #04202B;
	font-family: 'Raleway';
}

.contact-form {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.contact-form__field {
	display: flex;
	flex-direction: column;
}

.contact-form__label {
	font-size: 12px;
	margin-bottom: 6px;
	line-height: 140%;
	color: #04202B;
	font-weight: 400;
}

.contact-form__input,
.contact-form__textarea,
.contact-form__input select {
	height: 41px;
	border: none;
	border-bottom: 1px #DBE2E7 solid;
	color: #04202B;
	font-family: 'Segoe UI';
	font-size: 19px;
	letter-spacing: normal;
	width: 100%;
	padding: 0;
	background: transparent;
}

.contact-form__textarea {
	height: auto;
	min-height: 100px;
	resize: vertical;
	padding-top: 8px;
}

.contact-form__input:focus,
.contact-form__textarea:focus,
.contact-form__input select:focus {
	outline: none;
	border-bottom-color: #04202B;
}

.contact-form__checkbox {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	cursor: pointer;
	font-size: 12px;
	line-height: 140%;
	color: #04202B;
}

.contact-form__checkbox input[type="checkbox"] {
	width: 20px;
	height: 20px;
	min-width: 20px;
	margin-top: 2px;
	cursor: pointer;
	border: 1px solid #DBE2E7;
	border-radius: 4px;
	position: relative;
	flex-shrink: 0;
}

.contact-form__checkbox input[type="checkbox"]:checked {
	background: #04202B;
	border-color: #04202B;
}

.contact-form__checkbox input[type="checkbox"]:checked::after {
	content: "✓";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.contact-form__checkbox span {
	flex: 1;
}

.contact-form__checkbox a {
	color: inherit;
	border-bottom: 1px #586A72 solid;
}

.contact-form__submit {
	margin-top: 8px;
}

.contact-form__submit .btn-main {
	width: 100%;
	justify-content: center;
}

.contact-form__note {
	font-size: 12px;
	line-height: 140%;
	color: #586A72;
	margin-top: 16px;
	text-align: center;
}