/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
	-webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type='checkbox'],
[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}
[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
@font-face {
	font-family: 'Bebas Neue Pro';
	src: url(../fonts/BebasNeuePro-SemiExpXBold.woff);
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}
html {
	box-sizing: border-box;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
html * {
	max-height: 1000000px;
}
body,
html {
	scrollbar-gutter: stable;
}
*,
:after,
:before {
	box-sizing: inherit;
	padding: 0;
	margin: 0;
}
a[href^='http']:empty::before {
	content: attr(href);
}
audio,
img,
video {
	max-width: 100%;
	height: auto;
}
button,
label,
select {
	cursor: pointer;
}
label[for] {
	cursor: pointer;
}
.slick-slide:focus,
a:focus,
button:focus,
input:focus,
textarea:focus {
	outline: 0;
}
a,
button {
	cursor: pointer;
}
html {
	font-size: 16px;
	font-size: 1vw;
}
@media screen and (max-width: 1024px) {
	html {
		font-size: 14px;
	}
}
body {
	font-family: Inter, sans-serif;
	line-height: 1.1;
	color: #000;
	background: #fbfbfb;
}
.container {
	margin: 0 auto;
	max-width: 97.5rem;
	padding: 0 1.25rem;
}
@media screen and (max-width: 1024px) {
	.container {
		max-width: 100%;
		padding: 0 10px;
	}
}
.loaded a {
	transition: 0.35s ease-in-out;
}
.loaded .btn_default {
	transition: 0.35s ease-in-out;
}
.btn_default {
	appearance: none;
	border-radius: 0;
	border: none;
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}
.hide_scrollbar::-webkit-scrollbar {
	display: none;
}
.hide_scrollbar {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.page__wrap {
	overflow: hidden;
}
.title_section h1 {
	font-family: 'Bebas Neue Pro', sans-serif;
	font-weight: 700;
	font-size: 8.12rem;
	line-height: 1;
	letter-spacing: -0.06em;
	text-transform: uppercase;
	margin: 0;
	word-break: break-word;
}
.title_section {
	border: 1px solid #d9d9d9;
	padding: 1rem 0.45rem 0.875rem;
}
.btn_blue {
	background: #005baa;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	padding: 0.875rem;
}
.btn_blue:hover {
	background: #006dcb;
}
.btn_blue .btn_blue__block {
	display: inline-flex;
	overflow: hidden;
	position: relative;
}
.btn_blue__block span:after {
	content: attr(data-title);
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	opacity: 0;
}
.btn_blue:hover .btn_blue__block span {
	transform: translate(0, -100%);
}
.btn_blue__block {
	overflow: hidden;
}
.btn_blue--white {
	background: #fff;
	color: #005baa;
}
.btn_blue--white:hover {
	color: #fff;
}
.btn_blue--white .btn_blue__block span:after {
	color: #fff;
}
.loaded .btn_blue:hover .btn_blue__block span {
	transition: 0.35s ease-in-out;
}
.btn_blue:hover .btn_blue__block span:after {
	opacity: 1;
}
.loaded .btn_blue:hover .btn_blue__block span:after {
	transition: 0.35s ease-in-out;
}
.link_arrow__section {
	display: flex;
	position: relative;
	width: 0.6875rem;
	aspect-ratio: 1/1;
	overflow: hidden;
	align-items: center;
	justify-content: center;
}
.link_arrow__section svg:nth-child(2) {
	position: absolute;
	top: 100%;
	right: 100%;
	opacity: 0;
}
.link_arrow:hover {
	color: inherit;
}
.link_arrow svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.link_arrow:hover svg {
	transform: translate(100%, -100%);
	opacity: 1;
	color: #000;
}
.loaded .link_arrow:hover svg {
	transition: 0.35s ease-in-out;
}
@media screen and (max-width: 1024px) {
	.btn_blue__block {
		font-size: 13px;
	}
	.btn_blue {
		padding: 10.5px;
	}
	.title_section h1 {
		font-size: 85px;
		line-height: 1;
		letter-spacing: -0.06em;
		text-align: center;
		margin-bottom: 0;
	}
	.title_section {
		padding: 6px 10px 7px;
	}
	.title_section--smaller h1 {
		font-size: 80px;
	}
}
@media screen and (max-width: 700px) {
	.btn_blue {
		font-weight: 700;
	}
}
.title_section:has(+ .call_section):after {
	display: block;
	height: 252px;
	content: '';
	border: 1px solid #d9d9d9;
	position: absolute;
	top: 100%;
	left: -1px;
	right: -1px;
}
.title_section:has(+ .call_section) {
	margin-bottom: 250px;
	position: relative;
}
.btn_ghost {
	border: 1px solid #000;
	padding: 0.94rem 3.9rem;
	background: 0 0;
	font-family: Inter, sans-serif;
	display: inline-flex;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #000;
}
.btn_default--arrow svg {
	margin-left: 1rem;
	display: inline-flex;
	width: 0.85rem;
	height: auto;
}
.btn_a_block {
	display: inline-flex;
	overflow: hidden;
	position: relative;
}
.btn_a span:after {
	content: attr(data-title);
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	opacity: 0;
}
.btn_a:hover .btn_a_block span {
	transform: translate(0, -100%);
}
.loaded .btn_a:hover .btn_a_block span {
	transition: 0.35s ease-in-out;
}
.btn_a:hover .btn_a_block span:after {
	opacity: 1;
}
.loaded .btn_blue:hover .btn_blue__block span:after {
	transition: 0.35s ease-in-out;
}
.header__logo {
	display: inline-flex;
	align-items: center;
	font-size: 0;
}
.header_btn_menu {
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	position: relative;
	background: 0 0;
	border: none;
	appearance: none;
	border-radius: 0;
}
.header_btn_menu span {
	background: #000;
	width: 82.5%;
	height: 2.5px;
	position: absolute;
	margin: auto;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	transition: 0.5s;
}
.header_btn_menu span:nth-child(1) {
	transform: translate(0, -7px);
}
.header_btn_menu span:nth-child(2) {
	transform: translate(0, 0);
}
.header_btn_menu span:nth-child(3) {
	transform: translate(0, 7px);
}
.header_btn_menu.active span:nth-child(1) {
	transform: translate(0, 0) rotate(45deg);
}
.header_btn_menu.active span:nth-child(2) {
	opacity: 0;
}
.header_btn_menu.active span:nth-child(3) {
	transform: translate(0, 0) rotate(-45deg);
}
.header__logo {
	width: 6.4375rem;
	height: auto;
	display: block;
}
.header__logo img {
	width: 100%;
}
.header_main .container {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 1rem;
}
.header_main {
	padding: 1.25rem 0;
}
.header_menu {
	flex: 1;
	padding-left: 5.25rem;
	padding-top: 0.55rem;
}
.header__phone {
	font-weight: 500;
	letter-spacing: -0.04em;
	color: inherit;
	text-decoration: none;
	border: 1px solid;
	padding: 0.525rem 1.25rem;
	display: inline-flex;
}
.header_btn_menu {
	display: none;
}
.header__phone:hover {
	background: #005baa;
	color: #fff;
	border-color: #005baa;
}
.header_menu > ul {
	display: flex;
	list-style: none;
	justify-content: center;
	gap: 1.25rem;
}
.header_menu .sub-menu {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	transform: translate(0, -0.25rem);
	min-width: 100%;
	background: #fff;
	list-style: none;
	top: calc(100% + 0.65rem);
	display: flex;
	flex-direction: column;
	border: 1px solid #d9d9d9;
	border-radius: 0.5rem;
	padding: 0.5rem 0;
	z-index: 2;
}
.loaded .header_menu .sub-menu {
	transition: 0.35s ease-in-out;
}
.menu-item-has-children:after {
	width: 0.4375rem;
	height: 0.4375rem;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%;
	content: '';
	top: 50%;
	transform: translate(0, -50%);
	right: 0.15rem;
	background-image: url("data:image/svg+xml,%3Csvg width='7' height='7' viewBox='0 0 7 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.11111 7L0 0H7L3.11111 7Z' fill='%23005BAA'/%3E%3C/svg%3E%0A");
	filter: brightness(0);
}
.header_menu a {
	font-weight: 500;
	font-size: 0.88rem;
	line-height: 1;
	letter-spacing: -0.045em;
	color: inherit;
	text-decoration: none;
	text-transform: uppercase;
}
.menu-item-has-children {
	position: relative;
	padding-right: 1rem;
}
.header_menu a:hover {
	color: #005ba9;
}
.loaded .menu-item-has-children:after {
	transition: 0.35s ease-in-out;
}
.menu-item-has-children:hover > a {
	color: #005ba9;
}
.menu-item-has-children:hover .sub-menu {
	opacity: 1;
	pointer-events: all;
	transform: translate(0, 0);
}
.menu-item-has-children:hover:after {
	filter: none;
	transform: translate(0, -50%) rotate(180deg);
}
.header_menu .sub-menu a {
	padding: 0.325rem 1rem;
	display: block;
	font-size: 0.8rem;
	line-height: 1.2;
}
.header_menu .sub-menu:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -0.65rem;
	height: 0.65rem;
}
@media screen and (max-width: 1024px) {
	.header__logo {
		width: 86px;
	}
	.header_main {
		padding: 19px 0;
	}
	.header_menu {
		display: none;
	}
	.header__info {
		flex: 1;
		display: flex;
		justify-content: flex-end;
		gap: 20px;
	}
	.header_btn_menu {
		display: flex;
	}
	.header__phone {
		display: none;
	}
}

.goup_btn {
	width: 4.375rem;
	height: 4.375rem;
	position: absolute;
	right: 2rem;
	bottom: 4rem;
	font-weight: 500;
	font-size: 0.75rem;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #80add5;
	border-radius: 50%;
	border: none;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.25rem;
}

.goup_btn__icon svg {
	height: 1.4666rem;
	width: auto;
}

.goup_btn:hover {
	background: #80add5;
	color: #fff;
}

.goup_btn:hover path {
	fill: #fff;
}

.loaded .goup_btn,
.loaded .goup_btn path {
	transition: 0.35s ease-in-out;
}

@media screen and (max-width: 1024px) {
	.goup_btn {
		right: auto;
		left: 2rem;
		bottom: 6.5rem;
	}
}

@media screen and (max-width: 700px) {
	.goup_btn {
		display: none;
	}
}

.footer__contact__item--pay_info a {
	font-weight: 500;
	font-size: 1.12rem;
	line-height: 1;
	letter-spacing: -0.025em;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: #80add5;
	display: inline-flex;
	align-items: center;
	gap: 0.2rem;
	padding-bottom: 0.125rem;
}

@media screen and (max-width: 700px) {
	.footer__contact__item--pay_info a {
		font-size: 10px;
	}

	.footer__contact__item--pay_info a svg {
		width: 20px;
	}
}

.footer__contact__item--pay_info a svg {
	width: 1.5rem;
	height: auto;
}

.footer__contact__item--pay_info a:hover {
	text-decoration: none;
	color: #fff;
}
.footer {
	color: #fff;
	background: #005baa;
	position: relative;
	overflow: hidden;
}
.footer .container {
	padding-top: 2.48rem;
}

.footer__top {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 3.65rem;
}
.footer__bottom {
	display: flex;
	flex-wrap: wrap;
	font-weight: 500;
	font-size: 0.88rem;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #80add5;
	padding: 1.25rem 0;
}
.footer__contact {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	justify-content: flex-end;
	gap: 1.45rem;
}
.footer__contact__title {
	font-weight: 500;
	font-size: 1.88rem;
	letter-spacing: -0.01em;
	margin-bottom: 1.34rem;
}
.footer__menu a {
	line-height: 1;
	font-weight: 500;
	font-size: 1.12rem;
	letter-spacing: -0.03em;
	color: inherit;
	text-decoration: none;
}
.footer__menu ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
}
.footer__logo {
	width: 23.5rem;
	padding-left: 0.65rem;
}
.footer__menu {
	padding-left: 0.6rem;
}
.footer__contact__item__title {
	font-weight: 500;
	font-size: 1.12rem;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #80add5;
	margin-bottom: 0.25rem;
}
.footer__contact__item__value {
	font-weight: 500;
	font-size: 1.12rem;
	line-height: 1;
	letter-spacing: -0.02em;
	max-width: 15rem;
}
.footer__contact__col {
	width: 22.75rem;
}
.footer__contact__list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.footer__contact__item__value a {
	color: inherit;
	text-decoration: none;
}
.footer__contact__item__value a:hover {
	opacity: 0.5;
}
.footer__menu a:hover {
	opacity: 0.5;
}
.footer__copyright {
	width: 23.5rem;
	padding-left: 0.5rem;
}
.footer__all_rights {
	padding-left: 0.6rem;
	width: 24.6rem;
}
.footer__politic a {
	color: inherit;
	text-decoration: none;
}
.footer__politic a:hover {
	color: #fff;
}
.footer__politic {
	width: 24.05rem;
}
.footer__made {
	flex: 1;
}
.footer__logo a {
	width: 14.5625rem;
	height: auto;
	display: block;
}
.footer__logo img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1024px) {
	.footer__logo a {
		width: 100%;
	}
	.footer__logo {
		width: 133px;
	}
	.footer__top {
		align-items: flex-start;
		gap: 40px;
		padding-bottom: 25px;
	}
	.footer__contact {
		flex: none;
		width: 100%;
		justify-content: flex-start;
		padding-left: 173px;
		gap: 15px;
	}
	.footer__menu {
		padding-left: 0;
		flex: 1;
	}
	.footer__menu a {
		font-size: 14px;
	}
	.footer__menu ul {
		gap: 11px;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 14px 18px;
	}
	.footer__menu li {
		width: calc(50% - 10px);
	}
	.footer__contact__title {
		font-size: 15px;
		margin-bottom: 16px;
	}
	.footer__contact__item__title {
		font-size: inherit;
		margin-bottom: 7px;
	}
	.footer__contact__item__value {
		font-size: inherit;
		line-height: 1.2;
	}
	.footer__contact__list {
		gap: 20px;
	}
	.footer__contact__col {
		width: auto;
		flex: 1;
	}
	.footer__bottom {
		padding-left: 173px;
		gap: 8.5px 16px;
		padding-bottom: 20px;
		font-size: 12px;
	}
	.footer__copyright {
		order: 0;
		width: calc(50% - 10px);
	}
	.footer__copyright {
		padding-left: 0;
	}
	.footer__all_rights {
		width: calc(50% - 10px);
		padding: 0;
		order: 1;
	}
	.footer__politic {
		width: calc(50% - 10px);
		order: 0;
	}
	.footer__made {
		flex: none;
		width: calc(50% - 10px);
		order: 1;
	}
}
@media screen and (max-width: 700px) {
	.footer__top {
		gap: 16px;
		padding-bottom: 18px;
	}
	.footer__menu {
		width: 100%;
		flex: none;
		order: 2;
	}
	.footer__contact {
		padding-left: 0;
		gap: 0;
		margin-bottom: 22px;
	}
	.footer .container {
		padding: 0 20px;
	}
	.footer .container {
		padding-top: 20px;
	}
	.footer__contact__title {
		font-size: 11px;
		letter-spacing: -0.04em;
		margin-bottom: 11px;
	}
	.footer__contact__item__title {
		letter-spacing: -0.04em;
		font-size: 11px;
		margin-bottom: 5px;
	}
	.footer__contact__col:nth-child(2) {
		padding-left: 8px;
	}
	.footer__contact__col {
		flex: none;
		width: 50%;
	}
	.footer__contact__item__value {
		font-size: 11px;
		letter-spacing: -0.04em;
		line-height: 1.1;
		max-width: 200px;
	}
	.footer__contact__list {
		gap: 11px;
	}
	.footer__menu a {
		font-size: 11px;
	}
	.footer__menu ul {
		gap: 2px 18px;
	}
	.footer__bottom {
		padding-left: 0;
		font-size: 8px;
		padding-top: 20px;
		gap: 5px 18px;
		padding-bottom: 15px;
	}
}
.footer__grid {
	position: absolute;
	width: 100vw;
	top: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 2;
	margin: 0 calc(-1 * (100vw - 95rem) / 2);
}
.footer__grid_horizontal_line {
	background: #006dcb;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
}
.footer__grid_horizontal_line--1 {
	bottom: 3.25rem;
}
.footer__grid_vertical_line {
	background: #006dcb;
	height: 100%;
	width: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
}
.footer__grid_vertical_line--1 {
	left: 2.5rem;
}
.footer__grid_vertical_line--2 {
	left: 25.938rem;
}
.footer__grid_vertical_line--3 {
	left: 49.95rem;
}
.footer__grid_vertical_line--4 {
	left: 74.05rem;
}
.footer__grid_vertical_line--5 {
	right: 2.5rem;
}
.footer__grid_horizontal_line--2 {
	display: none;
}
@media screen and (max-width: 1024px) {
	.footer__grid {
		margin: 0;
		left: 10px;
		right: 10px;
		width: auto;
	}
	.footer__grid_vertical_line--4 {
		display: none;
	}
	.footer__grid_vertical_line--5 {
		display: none;
	}
	.footer__grid_vertical_line--3 {
		left: auto;
		right: 0;
	}
	.footer__grid_vertical_line--1 {
		left: 0;
	}
	.footer__grid_horizontal_line--1 {
		bottom: 5.15rem;
	}
	.footer__grid_vertical_line--2 {
		left: 50%;
	}
	.footer__grid_horizontal_line--2 {
		display: block;
		top: 188px;
	}
}
@media screen and (max-width: 800px) {
	.footer__grid_vertical_line--2 {
		display: none;
	}
}
@media screen and (max-width: 700px) {
	.footer__grid_horizontal_line--2 {
		top: 272.5px;
	}
	.footer__grid_horizontal_line--1 {
		bottom: 50px;
	}
	.footer__grid_vertical_line--2 {
		left: max(47%, 160px);
		display: block;
	}
}
.modal__default {
	display: none;
	padding: 0;
	max-width: 450px;
	width: 100%;
	color: #000;
}
.modal__inner {
	padding: 2.5rem;
}
.modal_x {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}
.loaded .modal_x {
	transition: 0.35s ease-in-out;
}
.modal_x_section {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	max-width: 62.5rem;
	bottom: 1.25rem;
	width: calc(100% - 2.5rem);
	padding: 1.25rem;
	max-height: calc(100vh - 2.5rem);
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translate(0, 1.5rem);
}
.modal_x_section::-webkit-scrollbar {
	display: none;
}
.modal_x_section {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.modal_x.open {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
.modal_x_section.open {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translate(0, 0);
}
.loaded .modal_x_section {
	transition: 0.35s ease-in-out;
}
.modal_x__overlay {
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.modal_x__close {
	position: absolute;
	right: 1rem;
	top: 1rem;
	cursor: pointer;
	z-index: 2;
}
.modal_x__close svg {
	width: 1rem;
	height: auto;
}
.loaded .modal_x__close {
	transition: 0.35s ease-in-out;
}
.modal_x__close:hover {
	opacity: 0.25;
}
.modal_video__iframe {
	width: 100%;
	aspect-ratio: 16/9;
	display: block;
	border-radius: 0.5rem;
	object-fit: cover;
}
.modal_x_section--video {
	padding: 0;
	border-radius: 0.5rem;
}
.modal_x_section--video .modal_x__close path {
	fill: #fff;
}
.loaded .modal__menu,
.loaded .modal__menu__overlay {
	transition: 0.35s ease-in-out;
}
.modal__menu {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
	opacity: 1;
	overflow: scroll;
	pointer-events: none;
	transform: translate(100%, 0);
	max-width: 20rem;
	width: 100%;
	background: #fff;
	visibility: hidden;
	color: #000;
}
.modal__menu.active {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translate(0, 0);
}
.modal__menu__overlay {
	position: fixed;
	background: rgba(18, 18, 18, 0.2);
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	z-index: -1;
	visibility: hidden;
	pointer-events: none;
}
.modal__menu__overlay.active {
	opacity: 1;
	z-index: 9;
	visibility: visible;
	pointer-events: all;
}
.modal__menu::-webkit-scrollbar {
	display: none;
}
.modal__menu {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.modal__menu__inner {
	padding: 20px;
}
.modal__menu__btn_close {
	width: 2.5rem;
	height: 2.5rem;
	background: 0 0;
	position: relative;
	border: none;
}
.modal__menu__btn_close:after,
.modal__menu__btn_close:before {
	height: 2px;
	width: 75%;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	background: #000;
	transform: rotate(45deg);
}
.modal__menu__btn_close:after {
	transform: rotate(-45deg);
}
.modal__menu__list ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 17px;
}
.modal__menu__list a {
	font-weight: 500;
	letter-spacing: -0.04em;
	color: inherit;
	text-decoration: none;
	text-transform: uppercase;
}
.modal__menu__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}
.modal__menu__top__title {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.1;
	letter-spacing: -0.04em;
	color: #005baa;
	text-transform: uppercase;
}
.modal__menu__btn_close {
	width: 2rem;
	height: 2rem;
	margin-right: -8px;
}
.modal__menu__list a:hover {
	color: #005ba9;
}
.call_section__form__item__field__file_view svg {
	width: 1.25rem;
	height: auto;
}
.call_section__title {
	font-family: 'Bebas Neue Pro', sans-serif;
	font-weight: 800;
	font-size: 12.19rem;
	line-height: 0.9;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #005baa;
	width: 44rem;
	overflow: hidden;
	padding-top: 2.5rem;
}
.call_section {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	background: #f6f6f6;
	width: 100vw;
	margin: 0 calc(-1 * (100vw - 95rem) / 2);
	position: relative;
	z-index: 1;
}
.call_section__form__title {
	font-weight: 700;
	font-size: 2.19rem;
	line-height: 1;
	letter-spacing: -0.018em;
	margin-bottom: 0.6rem;
	padding-right: 0.6rem;
}
.call_section__form_block {
	flex: 1;
	max-width: 47.45rem;
	border-left: 1px solid #d9d9d9;
	padding-top: 2.45rem;
	padding-left: 0.6rem;
	padding-right: 0;
	padding-bottom: 3.275rem;
}
.call_section__form__row {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
}
.call_section__form__item {
	flex: 1;
}
.call_section__form__item input[type='email'],
.call_section__form__item input[type='phone'],
.call_section__form__item input[type='tel'],
.call_section__form__item input[type='text'] {
	background: 0 0;
	border: none;
	border-bottom: 1px solid #a3a3a3;
	border-radius: 0;
	width: 100%;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: -0.04em;
	padding: 0.526rem 0;
	color: #000;
}
.call_section__form__item input[type='email']::placeholder,
.call_section__form__item input[type='phone']::placeholder,
.call_section__form__item input[type='tel']::placeholder,
.call_section__form__item input[type='text']::placeholder {
	text-transform: uppercase;
}
.call_section__form {
	display: flex;
	flex-direction: column;
	gap: 0.575rem;
}
.call_section__form__item__field__file_view {
	font-weight: 500;
	font-size: 0.75rem;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #000;
	display: inline-flex;
	align-items: center;
	border: 1px solid #a3a3a3;
	padding: 0.275rem 0.25rem 0.225rem;
	gap: 0.25rem;
	width: 100%;
	max-width: 9.85rem;
	justify-content: center;
	background: #fff;
}
.call_section__form__item__field__file input {
	display: none;
}
.call_section__form__item__field__file {
	display: flex;
	gap: 1rem;
	align-items: center;
}
.call_section__form__item__field__file_text {
	flex: 1;
	word-break: break-all;
	padding-right: 1rem;
	font-size: 0.88rem;
}
.call_section__form__item__field__agree__text {
	font-weight: 500;
	font-size: 0.75rem;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #a3a3a3;
	flex: 1;
}
.call_section__form__item__field__agree__view {
	margin-top: -0.085rem;
	border: 1px solid #a3a3a3;
	width: 0.81rem;
	height: 0.81rem;
	position: relative;
}
.call_section__form__item__field__agree input {
	position: absolute;
	opacity: 0;
}
.call_section__form__item__field__agree {
	display: inline-flex;
	align-items: center;
	gap: 0.275rem;
}
.btn_call_section {
	margin-top: 0.4rem;
}
.call_section__top {
	display: none;
	height: 6.25rem;
	width: 100%;
	background: #fbfbfb;
}
.page_purchases .call_section__top {
	display: block;
}
.call_section__form__item__field__file_view:hover {
	border-color: #005ba9;
	color: #005ba9;
}
.call_section__form__item__field__file_view:hover svg {
	color: #005ba9;
}
.loaded .call_section__form__item__field__file_view svg {
	transition: 0.35s ease-in-out;
}
.call_section__form__item__field__agree__view:after {
	background-image: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3L3.72222 8L8 1' stroke='%23A3A3A3'/%3E%3C/svg%3E%0A");
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: 50%;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
}
.loaded .call_section__form__item__field__agree__view:after {
	transition: 0.35s ease-in-out;
}
.call_section__form__item__field__agree
	input:checked
	~ .call_section__form__item__field__agree__view:after {
	opacity: 1;
}
@media screen and (max-width: 1024px) {
	.call_section__title {
		font-size: 80px;
		width: 310px;
		padding: 20px 10px;
	}
	.call_section__form__title {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.call_section__form__item input[type='email'],
	.call_section__form__item input[type='phone'],
	.call_section__form__item input[type='tel'],
	.call_section__form__item input[type='text'] {
		font-size: 13px;
	}
	.call_section__form_block {
		padding: 20px;
		border: none;
	}
	.call_section__top {
		height: 40px;
	}
}
@media screen and (max-width: 700px) {
	.call_section__title {
		display: none;
	}
	.call_section__form_block {
		max-width: 100%;
		flex: none;
		padding: 20px 10px;
		border: none;
		width: 100%;
	}
}
@media screen and (max-width: 550px) {
	.call_section__form__row {
		flex-direction: column;
		gap: 5px;
	}
	.call_section__form__item__field__agree {
		margin-top: 4px;
	}
	.call_section__form__item__field__file {
		margin-top: 3px;
	}
}
.home__hero {
	background: #005baa;
	position: relative;
	color: #fff;
	padding-top: 30.25rem;
	display: flex;
	justify-content: flex-end;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	z-index: 1;
}
.home__hero__logo {
	position: absolute;
	left: 0;
	background: #fff;
	width: 46.875rem;
	top: 0;
}
.home__hero__logo img {
	display: block;
	width: 100%;
	height: auto;
}
.grid_line__block {
	position: absolute;
	width: calc(100vw - (100vw - 97.5rem));
	top: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 1;
	margin: 0 calc(-1 * (100vw - 97.5rem) / 2);
}
.grid_line {
	background: #d9d9d9;
	position: absolute;
	top: 0;
	width: 1px;
	bottom: 0;
}
.grid_line--1 {
	left: 1.25rem;
}
.grid_line__block .container {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.grid_line--5 {
	right: 1.25rem;
}
.grid_line--3 {
	left: 48.75rem;
}
.grid_line--2 {
	left: 24.688rem;
}
.grid_line--4 {
	left: 72.8rem;
}
.home__hero__text {
	font-weight: 500;
	font-size: 1.88rem;
	letter-spacing: -0.0175em;
	margin-bottom: 1.25rem;
}
.home__hero__title {
	font-weight: 800;
	font-size: 4rem;
	line-height: 1;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	font-family: 'Bebas Neue Pro', sans-serif;
	margin-bottom: 0.6rem;
}
.home__hero__info {
	max-width: 46.85rem;
	padding-bottom: 1.25rem;
	padding-right: 1.25rem;
}
.section_0__title__content {
	font-weight: 800;
	font-size: 1.88rem;
	line-height: 1;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	font-family: 'Bebas Neue Pro', sans-serif;
}
.home__about {
	padding-top: 9.2rem;
}
.section_0 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 2rem;
	padding: 1.5rem 0 0;
}
.section_0__info {
	flex: 1;
	max-width: 46.825rem;
	font-weight: 800;
	font-size: 3rem;
	line-height: 1;
	letter-spacing: -0.04em;
	font-family: 'Bebas Neue Pro', sans-serif;
	background: #fbfbfb;
	position: relative;
	z-index: 2;
	padding-bottom: 2.45rem;
	margin-right: 1px;
}
.__color_blue {
	color: #005baa;
}
.count_section__item__text_1 {
	font-weight: 800;
	font-size: 8.12rem;
	line-height: 1;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #005baa;
	font-family: 'Bebas Neue Pro', sans-serif;
}
.count_section__list {
	display: flex;
	flex-wrap: wrap;
}
.count_section__item {
	width: 24.65%;
	padding: 1.25rem;
	padding-right: 0;
	position: relative;
}
.count_section__item__text_2 {
	font-weight: 800;
	font-size: 2.19rem;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #005baa;
	font-family: 'Bebas Neue Pro', sans-serif;
	margin-bottom: 0.9rem;
}
.count_section__item__text_3 {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.1;
	letter-spacing: -0.04em;
	color: #005baa;
}
.count_section__item__top {
	display: flex;
	align-items: flex-end;
	gap: 1rem;
	margin-bottom: -0.6rem;
}
.page__container {
	position: relative;
}
.btn_home__hero__more {
	font-weight: 700;
	display: flex;
	justify-content: center;
}
.count_section {
	border: 1px solid #d9d9d9;
	border-left: 0;
	border-right: 0;
}
.count_section__item--gray {
	background: #f6f6f6;
}
.count_section__item:nth-child(4n+2), .count_section__item:nth-child(4n+3) {
	width: 25.35%;
}
.count_section__item:before {
	border: 1px solid #d9d9d9;
	width: 0.62rem;
	height: 0.62rem;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: #d9d9d9;
}
.count_section__item:after {
	border: 1px solid #d9d9d9;
	width: 0.62rem;
	height: 0.62rem;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	background: #d9d9d9;
}
.home__complex {
	padding-top: 9.125rem;
}
.home__hero_line__block {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
}
.home__hero_line {
	top: 0;
	position: absolute;
	height: 100%;
	background: #d9d9d9;
	width: 1px;
	left: 23.45rem;
}
.home__hero_line--2 {
	left: 47.5rem;
}
.home__hero_line--3 {
	left: 71.55rem;
	height: 63.25%;
}
.home_complex_desicion__item__title {
	font-weight: 800;
	font-size: 2.81rem;
	line-height: 1;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #005baa;
	font-family: 'Bebas Neue Pro', sans-serif;
	max-width: 21rem;
	padding-left: 0.625rem;
}
.home_complex_desicion__item__text {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.1;
	letter-spacing: -0.04em;
	flex: 1;
	max-width: 22.75rem;
	padding-right: 1rem;
}
.home_complex_desicion__item__image {
	background: #f6f6f6;
	border: 1px solid #d9d9d9;
	aspect-ratio: 1.1541/1;
	width: 46.81rem;
	position: absolute;
	left: 0;
	top: 0;
}
.home_complex_desicion__item__image img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 95%;
	height: 95%;
	object-fit: contain;
	object-position: 50%;
}
.home_complex_desicion__list {
	position: relative;
	padding-left: 47.5rem;
}
.home_complex_desicion__item__info {
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.home_complex_desicion__item {
	border-bottom: 1px solid #d9d9d9;
	padding: 2.54rem 0;
}
.home_complex_desicion__item:first-child {
	border-top: 1px solid #d9d9d9;
}
.home__complex {
	position: relative;
	z-index: 1;
}
.home_production {
	padding-top: 8.55rem;
}
.section_0__addtext {
	max-width: 45rem;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 1.1;
	letter-spacing: -0.0275em;
	color: #000;
	font-family: Inter, sans-serif;
	margin-top: 1.25rem;
}
.section_0__more {
	margin-top: 0.5rem;
}
.home_production__images {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
	position: relative;
	z-index: 1;
}
.home_production__image {
	flex: 1;
	font-size: 0;
	aspect-ratio: 1.6306086957/1;
	overflow: hidden;
}
.home_production__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home_complex_desicion__item.active .home_complex_desicion__item__info {
	filter: none;
}
.home_complex_desicion__item__info {
	filter: blur(0.15rem);
}
.home_complex_desicion__item__image {
	opacity: 0;
	transform: scale(0.995);
	pointer-events: none;
}
.loaded .home_complex_desicion__item__image {
	transition: 0.75s ease-in-out;
}
.home_complex_desicion__item.active .home_complex_desicion__item__image {
	opacity: 1;
	transform: scale(1);
	pointer-events: all;
}
.loaded .home_complex_desicion__item__info {
	transition: 0.35s ease-in-out;
}
.home_kmd {
	padding: 11.65rem 0 0;
}
.home_kmd__info__item__title {
	font-weight: 800;
	font-size: 5rem;
	line-height: 1;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #005baa;
	margin-bottom: 0rem;
}
.home_kmd__info__item__text {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.1;
	letter-spacing: -0.0364em;
	color: #000;
	font-family: Inter, sans-serif;
	max-width: 31.5rem;
	min-height: 2.25rem;
}
.home_kmd__info__item {
	border-bottom: 1px solid #d8d9d9;
	padding: 1.275rem 0;
}
.home_kmd__info__item:first-child {
	border-top: 1px solid #d8d9d9;
}
.home_kmd__info__list {
	margin-top: 2.45rem;
	display: flex;
	flex-direction: column;
	gap: 0;
	position: relative;
	z-index: 2;
}
.home_kmd .section_0 {
	position: relative;
	overflow: hidden;
}
.home_kmd__info__image {
	position: absolute;
	left: calc(-48.1rem - 0rem);
	top: -2.5rem;
	z-index: -1;
	width: calc(47.56rem - 1px);
	font-size: 0;
	aspect-ratio: 1/1.3246425568;
	pointer-events: none;
}
.home_kmd__info__image img {
	width: 100%;
	height: 100%;
}
.home_kmd .section_0__title {
	position: relative;
	z-index: 12;
}
.home__logic {
	padding-top: 9.85rem;
}
.count_section__item__bottom--mtop {
	margin-top: 4.1rem;
	max-width: 15rem;
}
.home__logic .count_section__item {
	padding: 0 0.75rem 0.65rem;
}
.video__full {
	position: relative;
	z-index: 1;
	aspect-ratio: 16/6.84;
	cursor: pointer;
	overflow: hidden;
}
.video__full:before {
	background-image: url("data:image/svg+xml,%3Csvg width='90' height='90' viewBox='0 0 90 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='45' cy='45' r='44.5' fill='%23F6F6F6' stroke='white'/%3E%3Cpath d='M61 44.5L36.1623 59.6554L36.1623 29.3446L61 44.5Z' fill='%23005BAA'/%3E%3C/svg%3E%0A");
	width: 5.625rem;
	aspect-ratio: 1/1;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	background-size: contain;
	content: '';
}
.loaded .video__full:before {
	transition: 0.35s;
}
.loaded .video__full:hover:before {
	transform: scale(0.95);
	opacity: 0.75;
}
.video__full img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home_advatage {
	padding-top: 10.5rem;
}
.home_advatage .section_0__addtext {
	max-width: 27rem;
}
.home_advatage__list {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #d9d9d9;
}
.home_advatage__item__title {
	font-weight: 800;
	font-size: 2.81rem;
	line-height: 1;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	font-family: 'Bebas Neue Pro', sans-serif;
	margin-bottom: 0.7rem;
}
.home_advatage__item__text {
	font-weight: 500;
	letter-spacing: -0.034em;
	max-width: 14.5rem;
}
.home_advatage__item {
	width: calc(24.65% + 1px);
	position: relative;
	padding-top: 3.75rem;
	min-height: 25.45rem;
	padding-bottom: 7rem;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.home_advatage__item:before {
	width: 1.25rem;
	height: 1.25rem;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: #005baa;
}
.home_advatage__item:nth-child(2),
.home_advatage__item:nth-child(3),
.home_advatage__item:nth-child(4) {
	width: 25.35%;
	padding-left: 0.6rem;
}
.home_advatage__item:nth-child(4) {
	width: calc(24.65% - 1px);
	border-right: 0;
}
.home_advatage__item:nth-child(2):before,
.home_advatage__item:nth-child(3):before,
.home_advatage__item:nth-child(4):before {
	left: 0.55rem;
}
.home_service__item__title {
	font-weight: 800;
	font-size: 5rem;
	line-height: 1;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #005baa;
	font-family: 'Bebas Neue Pro', sans-serif;
	max-width: 38rem;
}
.home_service__item__text {
	font-weight: 500;
	letter-spacing: -0.04em;
	flex: 1;
	justify-content: flex-end;
	display: flex;
	align-items: flex-end;
	line-height: 1.1;
	max-width: 35rem;
}
.home_service__list {
	display: flex;
	flex-wrap: wrap;
}
/* .loaded .video__full img {
	transition: 0.75s ease-in-out;
} */
.video__full:hover img {
	transform: scale(1.025);
}
.btn_a.btn_ghost--advantage {
	position: absolute;
	bottom: 2.5rem;
	left: 0.5rem;
	right: 0.075rem;
}
.section_0__title--home_service {
	position: absolute;
	top: -5.35rem;
}
.home_service__item {
	width: calc(50% + 1px);
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #ccc;
	padding: 1.25rem 1.25rem 1.15rem;
	min-height: 21.15rem;
	background: #fbfbfb;
	position: relative;
	z-index: 1;
	border-left: 1px solid #ccc;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	position: relative;
}
.home_service__item:nth-child(2n) {
	width: calc(50% - 1px);
	border-left: 0;
}
.home_service {
	position: relative;
}
.home_service__item:after {
	content: '';
	position: absolute;
	width: 1.25rem;
	height: 1.25rem;
	background: #005baa;
	right: 1.15rem;
	top: 1.15rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}
.home_service__item:nth-child(4n + 2):after {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='10' height='10' fill='%23FBFBFB'/%3E%3Crect x='10' y='10' width='10' height='10' fill='%23005BAA'/%3E%3Crect width='10' height='10' fill='%23005BAA'/%3E%3Crect x='5' y='5' width='10' height='10' fill='white'/%3E%3Crect y='10' width='10' height='10' fill='%23005BAA'/%3E%3Crect x='10' width='10' height='10' fill='%23005BAA'/%3E%3C/svg%3E%0A");
}
.home_service__item:nth-child(4n + 3):after {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='10' height='10' fill='%23005BAA'/%3E%3Crect y='10' width='10' height='10' fill='%23005BAA'/%3E%3Crect x='10' y='10' width='10' height='10' fill='%23005BAA'/%3E%3Crect x='10' width='10' height='10' fill='%23005BAA'/%3E%3Crect x='5' y='5' width='5' height='5' fill='%23FBFBFB'/%3E%3Crect x='5' y='10' width='5' height='5' fill='%23FBFBFB'/%3E%3Crect x='10' y='10' width='5' height='5' fill='%23FBFBFB'/%3E%3C/svg%3E%0A");
}
.home_service__item:nth-child(4n + 4):after {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='10' height='10' fill='%23005BAA'/%3E%3Crect y='10' width='10' height='10' fill='%23005BAA'/%3E%3Crect x='10' y='10' width='10' height='10' fill='%23005BAA'/%3E%3Crect x='10' width='10' height='10' fill='%23005BAA'/%3E%3Crect x='10' y='2.92969' width='10' height='10' transform='rotate(45 10 2.92969)' fill='white'/%3E%3C/svg%3E%0A");
}
.home_steps__item__title {
	font-weight: 800;
	font-size: 8.12rem;
	line-height: 1;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	text-align: justify;
	color: #005baa;
	font-family: 'Bebas Neue Pro', sans-serif;
}
.home_steps__list {
	display: flex;
	flex-wrap: wrap;
	padding-top: 4.25rem;
}
.home_steps__item__text {
	font-weight: 500;
	font-size: 1.25rem;
	letter-spacing: -0.03em;
	max-width: 14rem;
	margin-top: 0.1rem;
}
.home_projects__list {
	display: flex;
	flex-direction: column;
}
.home_projects__list .project__item--full {
	width: calc(100% - 4px);
	position: relative;
	z-index: 1;
	margin-left: 2px;
}
.home_steps {
	position: relative;
	margin-top: 10.75rem;
}
.section_0__title--home_steps {
	position: absolute;
	top: 0;
	left: 0;
}
.home_steps__item {
	width: calc(24.65% + 0.5px);
	position: relative;
	padding-top: 3.75rem;
	min-height: 26.6rem;
	padding-bottom: 7rem;
	position: relative;
	border-top: 1px solid #d9d9d9;
	overflow: hidden;
	padding-left: 0.6rem;
}
.home_steps__item:nth-child(2),
.home_steps__item:nth-child(3),
.home_steps__item:nth-child(4) {
	width: 25.35%;
}
.home_steps__item:nth-child(4) {
	width: calc(24.65% - 0.5px);
	border-right: 0;
}
.project__item--full .project__item__image {
	aspect-ratio: 16/7.38;
}
.project__item--full .project__item__name {
	font-size: 5rem;
}
.project__item--full .project__item__info__item {
	width: calc(25% + 0.5px);
	padding: 1.25rem;
	border: none;
}
.project__item--full .project__item__info__item:last-child {
	width: calc(50% - 1px);
	padding-left: 1rem;
	background: #fbfbfb;
}
.project__item--full .project__item__info__item:first-child {
	border: none;
}
.project__item--full .project__item__info {
	border: none;
}
.project__item--full .project__item__info:after {
	height: 1.2rem;
	background: #fbfbfb;
	content: '';
	width: 100%;
	border-top: 1px solid #ccc;
}
.home_steps__item:before {
	width: 1.25rem;
	height: 1.25rem;
	z-index: 1;
	position: absolute;
	left: -0rem;
	top: 0;
	content: '';
	background: #005baa;
}
.home_steps__item:first-child:before {
	left: 0;
}
.section_0__title--home_projects {
	position: absolute;
	top: -1.2rem;
	left: 0;
	z-index: 1;
}
.home_projects {
	position: relative;
	padding-top: 1.875rem;
}
.btn_projects__section {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home_projects__more {
	position: relative;
	z-index: 1;
}
.home_news__item__title {
	font-weight: 800;
	font-size: 1.56rem;
	line-height: 1;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	font-family: 'Bebas Neue Pro', sans-serif;
	max-width: 21.5rem;
	margin-bottom: 0.7rem;
	min-height: 3rem;
}
.home_news__item {
	color: inherit;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	width: 24.685%;
	padding: 0.625rem 0.625rem 0.5rem;
	align-items: flex-start;
	justify-content: space-between;
	min-height: 22.75rem;
	gap: 2rem;
}
.home_news__list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2.15rem;
	border: 1px solid #d9d9d9;
	border-left: 0;
	border-right: 0;
}
.home_news {
	padding: 10.7rem 0;
	position: relative;
}
.home_news__more {
	position: absolute;
	right: 0;
	top: 10.6rem;
}
.btn_ghost--home_news {
	padding: 0.94rem 4.25rem;
}
.home_news__item__text {
	font-weight: 500;
	letter-spacing: -0.04em;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 19rem;
	min-height: 3.3rem;
}
.home_news__item:hover {
	background: #005baa;
	color: #fff;
}
.home_news__item__data {
	font-weight: 500;
	font-size: 0.88rem;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #fff;
	background: #005baa;
	display: inline-flex;
	padding: 0.3rem 0.65rem;
}
.home_news__item__more .link_arrow {
	display: inline-flex;
	font-weight: 700;
	font-size: 0.81rem;
	line-height: 1;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	align-items: center;
	gap: 0.35rem;
}
.home_news__item:nth-child(4n + 2) {
	width: 25.4%;
}
.home_news__item:nth-child(4n + 3) {
	width: 25.25%;
}
.home_news__item:nth-child(4n + 4) {
	width: 24.665%;
}
.home_news__item__more {
	margin-top: 1rem;
}
.home_news__item:hover .home_news__item__more .link_arrow svg {
	filter: brightness(0) invert(1);
}
@media screen and (max-width: 1024px) {
	.home__hero__logo {
		display: none;
	}
	.home__hero__title {
		font-size: 45px;
		margin-bottom: 12px;
	}
	.home__hero_line--1 {
		left: 50%;
	}
	.home__hero__info {
		padding: 20px;
		position: relative;
		z-index: 1;
		max-width: 570px;
		margin: 0 auto;
		width: 100%;
	}
	.home__hero__text {
		font-size: 16px;
		line-height: 1.2;
		max-width: 410px;
	}
	.home__hero {
		aspect-ratio: 2/1;
		padding-top: 0;
		align-items: flex-end;
		min-height: 500px;
		width: 100%;
	}
	.home__hero_line__block {
		display: none;
	}
}
@media screen and (max-width: 700px) {
	.home__hero__info {
		padding: 10px 10px 12px;
	}
	.home__hero__title {
		font-size: 35px;
	}
	.home__hero__text {
		font-size: inherit;
	}
	.btn_home__hero__more {
		color: #000;
		padding: 13.5px 0;
	}
}
@media screen and (max-width: 1024px) {
	.count_section__item__text_1 {
		font-size: 80px;
	}
	.count_section__item__text_2 {
		font-size: 20px;
	}
	.section_0__info {
		font-size: 26px;
		padding-bottom: 40px;
		flex: 1;
		margin-top: -5px;
		padding-top: 10px;
	}
	.section_0__title__content {
		font-size: 18px;
	}
	.home__about {
		padding-top: 35px;
	}
	.section_0__title {
		width: 155px;
		padding-left: 10px;
	}
	.count_section__item, .count_section__item:nth-child(2n+2), .count_section__item:nth-child(2n+1) {
		width: 50%;
		border-bottom: 1px solid #d9d9d9;
	}
	.grid_line--1 {
		left: 0;
	}
	.grid_line__block {
		left: 10px;
		right: 10px;
		margin: 0;
		width: auto;
	}
	.grid_line--3 {
		left: 50%;
	}
	.grid_line--5 {
		display: none;
	}
	.grid_line--2 {
		left: auto;
		right: 0;
	}
	.grid_line--4 {
		display: none;
	}
	.count_section__item:nth-last-child(-n + 2) {
		border-bottom: none;
	}
	.home__complex {
		padding-top: 35px;
	}
	.home_news__item,
	.home_news__item:nth-child(4n + 2),
	.home_news__item:nth-child(4n + 3),
	.home_news__item:nth-child(4n + 4) {
		width: 50%;
	}
	.home_news__list {
		border-bottom: 0;
		margin-top: 15px;
	}
	.home_news__item {
		border-bottom: 1px solid #d9d9d9;
		min-height: 312px;
		padding: 10px;
	}
	.home_news__item__title {
		min-height: 0;
		margin-bottom: 10px;
		font-size: 20px;
		max-width: 400px;
	}
	.home_news__item__info {
		width: 100%;
	}
	.home_news__item__text {
		max-width: 410px;
	}
	.btn_a {
		font-size: 13px;
	}
	.btn_ghost--home_news {
		padding: 12px 36px;
	}
	.home_news__more {
		right: 1px;
		top: 115px;
	}
	.home_news {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.project__item--full .project__item__name {
		font-size: 50px;
		left: 10px;
		bottom: 10px;
	}
	.home_steps__item,
	.home_steps__item:nth-child(2),
	.home_steps__item:nth-child(3),
	.home_steps__item:nth-child(4) {
		width: 50%;
	}
	.home_steps__item {
		border-bottom: 1px solid #d9d9d9;
		min-height: 0;
		padding: 31px 10px;
	}
	.home_steps__item:before {
		left: 0;
	}
	.home_steps__item__title {
		font-size: 80px;
	}
	.home_steps__item__text {
		font-size: 14px;
	}
	.home_steps {
		margin-bottom: 33.5px;
		margin-top: 17px;
	}
	.home_projects {
		padding-top: 18px;
	}
	.home_steps__list {
		padding-top: 0;
	}
	.section_0__title--home_steps {
		position: static;
		margin-bottom: 18px;
	}
	.home_service__item {
		padding: 10px;
		min-height: 180px;
	}
	.home_service__item__title {
		font-size: 40px;
		padding-right: 50px;
	}
	.home_service__item__text {
		font-size: 14px;
		max-width: 370px;
	}
	.btn_a.btn_ghost--advantage {
		white-space: nowrap;
		width: auto;
		left: auto;
		right: 1px;
		font-size: 13px;
		display: none;
	}
	.home_advatage__item__title {
		font-size: 40px;
	}
	.home_advatage__item,
	.home_advatage__item:nth-child(2),
	.home_advatage__item:nth-child(3),
	.home_advatage__item:nth-child(4) {
		width: 50%;
	}
	.home_advatage__item {
		min-height: 175px;
		border-top: 1px solid #ccc;
		padding: 40px 10px;
	}
	.home_advatage__item:nth-child(2):before,
	.home_advatage__item:nth-child(3):before,
	.home_advatage__item:nth-child(4):before {
		left: 0;
	}
	.section_0__title--home_service {
		position: absolute;
		top: 15px;
	}
	.home_service {
		padding-top: 80px;
		position: relative;
	}
	.home_complex_desicion__list {
		padding-left: 0;
		width: 50%;
	}
	.home_complex_desicion__section {
		display: flex;
		justify-content: flex-end;
	}
	.home_complex_desicion__item__image {
		width: calc(50vw - 20px);
		left: calc(-50vw + 10px);
		bottom: 0;
	}
	.home_complex_desicion__item__title {
		font-size: 32px;
		max-width: 500px;
		padding-left: 0;
		margin-bottom: 8px;
	}
	.home_complex_desicion__item__text {
		max-width: 500px;
		font-size: 14px;
		padding-right: 0;
	}
	.home_complex_desicion__item__info {
		flex-direction: column;
	}
	.home_complex_desicion__item {
		padding: 10px;
	}
	.home_production {
		padding-top: 80px;
	}
	.section_0__addtext {
		font-size: 14px;
		margin-top: 15px;
		margin-bottom: 20px;
	}
	.home_production .section_0__info {
		padding-bottom: 18px;
	}
	.btn_ghost--home_production {
		padding: 14px 25px;
		max-width: 290px;
		width: 100%;
		justify-content: center;
	}
	.home_kmd {
		padding-top: 80px;
	}
	.home_kmd__info__item__title {
		font-size: 40px;
	}
	.home_kmd .section_0__info {
		max-width: calc(50% - 10px);
		padding-bottom: 0;
	}
	.home_kmd__info__image {
		width: calc(50vw - 10px);
		left: calc(-50vw + 2px);
	}
	.section_0__more {
		margin-top: 20px;
	}
	.home__logic {
		padding-top: 80px;
	}
	.home_advatage {
		padding-top: 80px;
	}
	.home_service:before {
		width: 100%;
		height: 1px;
		background: #cccccd;
		content: '';
		display: block;
		top: 50px;
		position: absolute;
	}
}
@media screen and (max-width: 700px) {
	.section_0 {
		flex-direction: column;
		gap: 20px;
		padding: 80px 10px 20px;
	}
	.section_0__title__content {
		font-size: 37px;
		color: #fff;
		background: #005baa;
		margin: 0 -10px;
		padding: 7px 10px 6px;
	}
	.section_0__info {
		padding: 0;
		font-size: 24px;
	}
	.section_0__title {
		padding: 0;
		width: 100%;
	}
	.home__about {
		padding: 0;
	}
	.grid_line--3 {
		display: none;
	}
	.count_section__item, .count_section__item:nth-child(2n), .count_section__item:nth-child(2n+1) {
		width: 100%;
		padding: 9px 12px;
	}
	.count_section__item:nth-last-child(2) {
		border-bottom: 1px solid #d9d9d9;
	}
	.count_section__item__top {
		margin-bottom: 0;
	}
	.home__complex {
		padding-top: 0;
	}
	.home_complex_desicion__item__info {
		filter: none;
	}
	.home_complex_desicion__list {
		width: 100%;
	}
	.home_complex_desicion__item__image {
		position: static;
		opacity: 1;
		border: none;
		width: calc(100% + 18px);
		margin: -10px -9px 15px;
	}
	.home_complex_desicion__item:first-child {
		border: none;
	}
	.home_complex_desicion__item__title {
		margin-bottom: 7.5px;
	}
	.home_complex_desicion__item__text {
		line-height: 1.13;
	}
	.home_complex_desicion__item {
		padding: 10px 10px 20px;
		border-bottom: 0;
	}
	.home_production {
		padding-top: 0;
		margin-top: -20px;
	}
	.section_0__addtext {
		margin-top: 13px;
		line-height: 1.1;
		margin-bottom: 20px;
	}
	.btn_ghost--home_production {
		max-width: 400px;
	}
	.home_production .section_0__info {
		padding-bottom: 0;
	}
	.home_production__images {
		flex-direction: column;
		gap: 10px;
	}
	.home_production__image {
		aspect-ratio: 1.7529411765/1;
		width: 100%;
		flex: none;
	}
	.home_kmd {
		padding-top: 0;
	}
	.home_kmd .section_0__info {
		max-width: 100%;
	}
	.home_kmd__info__image {
		position: static;
		width: calc(100% + 20px);
		margin: 0 -9px;
		border: none;
	}
	.home_kmd__info__list {
		margin: 20px -10px 0;
	}
	.home_kmd__info__item {
		padding: 15px 10px;
	}
	.home_kmd__info__item__title {
		margin-bottom: 6px;
	}
	.home__logic {
		padding-top: 0;
	}
	.count_section__item__bottom--mtop {
		margin-top: 28px;
		max-width: 300px;
	}
	.video__full {
		aspect-ratio: 1/1;
	}
	.loaded .video__full:before {
		width: 50px;
	}
	.home_advatage {
		padding-top: 0;
	}
	.home_advatage__item,
	.home_advatage__item:nth-child(2),
	.home_advatage__item:nth-child(3),
	.home_advatage__item:nth-child(4) {
		width: 100%;
		padding: 30px 10px 25px;
	}
	.home_advatage__item {
		min-height: 140px;
	}
	.home_service__item,
	.home_service__item:nth-child(2n) {
		width: 100%;
		padding-top: 30px;
		border-left: 1px solid #d9d9d9;
	}
	.home_service__item:after {
		top: 0;
		left: 0;
	}
	.section_0__title--home_service {
		position: static;
		padding-bottom: 15px;
		margin: 0 10px;
		width: auto;
		padding-left: 0;
	}
	.home_service__list {
		border-top: 1px solid #d8d9d9;
	}
	.home_service:before {
		display: none;
	}
	.home_service__item {
		min-height: 270px;
	}
	.home_service__item__text {
		line-height: 1.15;
	}
	.home_service__item__title {
		padding-right: 0;
	}
	.home_steps {
		margin-top: 0;
		padding-top: 80px;
		margin-bottom: 0;
	}
	.section_0__title--home_steps {
		padding: 0;
		margin: 0 10px 18px;
		width: auto;
	}
	.home_steps__item,
	.home_steps__item:nth-child(2),
	.home_steps__item:nth-child(3),
	.home_steps__item:nth-child(4) {
		border-top: 0;
		width: 100%;
	}
	.section_0__title--home_news {
		margin: 0 10px;
		width: auto;
	}
	.home_steps__list {
		border-top: 1px solid #d9d9d9;
	}
	.section_0__title--home_projects {
		position: static;
		padding-left: 0;
		margin: 0 10px 18px;
		width: auto;
	}
	.home_projects {
		padding-top: 80px;
	}
	.project__item--full .project__item__image {
		aspect-ratio: 1/1.16;
	}
	.project__item--full .project__item__name {
		font-size: 35px;
	}
	.project__item--full .project__item__info__item {
		width: 50%;
		padding: 7.5px;
	}
	.project__item--full .project__item__info__item:last-child {
		width: 100%;
		padding: 7.5px;
	}
	.project__item--full .project__item__info__item:first-child {
		border-right: 1px solid #d9d9d9;
	}
	.project__item--full .project__item__info:after {
		height: 20px;
	}
	.btn_projects__section {
		padding: 13px;
	}
	.home_news__more {
		position: static;
		padding-top: 20px;
	}
	.home_news__item,
	.home_news__item:nth-child(4n + 2),
	.home_news__item:nth-child(4n + 3),
	.home_news__item:nth-child(4n + 4) {
		width: 100%;
	}
	.btn_ghost--home_news {
		width: 100%;
		justify-content: center;
		margin: 0;
		position: relative;
		z-index: 1;
	}
}
.hero_production {
	background: #005baa;
	text-align: center;
	color: #fff;
	padding: 2.55rem 0 8.125rem;
}
.hero_production__title {
	font-weight: 800;
	font-size: 1.88rem;
	line-height: 1;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Bebas Neue Pro', sans-serif;
	margin-bottom: 1.2rem;
	position: relative;
	z-index: 1;
	margin-left: 0.2rem;
}
.hero_production__logo {
	position: relative;
	z-index: 1;
}
.hero_production__logo img {
	width: calc(100% - 2.5rem);
	height: auto;
	display: block;
	margin: 0 auto;
}
.production_about {
	padding-top: 9.15rem;
}
.production_about .section_0__addtext {
	max-width: 37rem;
}
.video__full--production_1 {
	aspect-ratio: 16/6.325;
}
.production_basic .section_0__title {
	z-index: 1;
	position: relative;
}
.production_about .count_section__list {
	border-bottom: 1px solid #ccc;
	padding-top: 0rem;
}
.production_about .count_section__item {
	padding: 0rem 0.65rem 0.55rem;
}
.production_about .count_section__item__top {
	margin-bottom: 4.65rem;
}
.production_basic {
	padding-top: 9.25rem;
}
.production_type__item_title {
	font-weight: 800;
	font-size: 8.12rem;
	line-height: 1;
	letter-spacing: -0.06em;
	text-transform: uppercase;
	color: #005baa;
	font-family: 'Bebas Neue Pro', sans-serif;
	flex: 1;
	overflow: hidden;
	padding-right: 10rem;
	height: 8rem;
}
.production_type__item_n {
	font-weight: 800;
	font-size: 8.12rem;
	line-height: 1;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	text-align: justify;
	color: #005baa;
	font-family: 'Bebas Neue Pro', sans-serif;
	width: 46.85rem;
}
.production_type__item__info {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 1.25rem;
	height: 10.65rem;
	position: relative;
	background: #fff;
	z-index: 1;
}
.production_type__item__image {
	position: absolute;
	left: 0;
	right: 0;
	top: 11.5rem;
	width: 66rem;
	margin: auto;
	font-size: 0;
	height: 36.5rem;
	will-change: auto;
}
.production_type__item {
	position: relative;
	z-index: 1;
	border-top: 1px solid #ccc;
	background: #fbfbfb;
	height: 8.75rem;
	overflow: hidden;
}
.production_type__item:first-child {
	margin-top: 0;
}
.production_type__list {
	margin: 0 1px;
}
.production_type__item_arrow {
	position: absolute;
	right: 0.75rem;
	top: 2.5rem;
	width: 5.25rem;
}
.production_type__item_arrow svg {
	width: 100%;
	height: auto;
	display: block;
}
/* .loaded .production_type__item {
	transition: 0.5s ease-in-out;
} */

.production_type__item.active {
	/* height: 48.75rem; */
	/* padding-top: 1.6rem; */
	z-index: 1;
}
.production_type__item.active .production_type__item__image {
	opacity: 1;
	transform: scale(1);
	transition-delay: 0.35s;
}
.production_type__item__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.loaded .production_type__item__image {
	/* transition: 0.75s ease-in-out; */
}
.production_type__item.active .production_type__item_arrow {
	transform: rotate(90deg);
}
.loaded .production_type__item_arrow {
	transition: 0.35s;
}
.btn_production_more {
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 2;
	margin-top: 1.25rem;
	margin-bottom: 10.725rem;
}
.production_equipment {
	padding-top: 0.95rem;
	background: #f6f6f6;
	position: relative;
}
.production_type__bottom {
	padding-bottom: 0;
	background: #fff;
	position: relative;
	z-index: 1;
}
.production_equipment__item {
	position: relative;
	color: #fff;
	padding: 1.25rem;
	background: #005baa;
}
.production_equipment__item__title {
	font-weight: 800;
	font-size: 2.81rem;
	line-height: 1;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	padding-right: 2rem;
	cursor: pointer;
}
.production_equipment__list {
	margin-top: 2.1rem;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}
.production_equipment__item__content {
	display: none;
}
.production_equipment__item__title__icon {
	position: absolute;
	right: 0.9rem;
	top: 2.65rem;
	transform: translate(0, -50%);
	width: 2rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
}
.production_equipment__item__content__text {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.1;
	letter-spacing: -0.0275em;
	color: #fff;
	font-family: Inter, sans-serif;
	padding-left: 1.5rem;
	padding-top: 0.725rem;
}
.production_equipment__item__content__text li {
	margin-bottom: 0.02rem;
}
.production_equipment__item__title__icon:after,
.production_equipment__item__title__icon:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 65%;
	height: 0.225rem;
	background: #fff;
	margin: auto;
	transition: 0.35s ease-in-out;
}
.production_equipment__item__title__icon:after {
	width: 0.225rem;
	height: 60%;
}
.production_package {
	padding-top: 10.85rem;
}
.production_equipment:before {
	display: block;
	position: absolute;
	width: 100vw;
	height: 100%;
	content: '';
	z-index: -1;
	top: 0;
	background: #f6f6f6;
	margin: 0 calc(-1 * (100vw - 95rem) / 2);
	pointer-events: none;
}
.production_equipment .section_0__info {
	background: #f6f6f6;
}
.production_equipment__item:hover .production_equipment__item__title {
	opacity: 0.625;
}
.loaded .production_equipment__item__title {
	transition: 0.35s ease-in-out;
}
.production_equipment__item:hover .production_equipment__item__title__icon {
	transform: translate(0, -50%) scale(0.875);
	opacity: 0.65;
}
.loaded .production_equipment__item__title__icon {
	transition: 0.35s ease-in-out;
}
.production_package__title {
	font-weight: 800;
	font-size: 2.81rem;
	line-height: 1;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #005baa;
	font-family: 'Bebas Neue Pro', sans-serif;
	display: inline-flex;
	width: calc(50% - 1px);
	position: relative;
	text-align: left;
	padding-left: 0.65rem;
	z-index: 2;
	background: #fbfbfb;
}
.production_package__block {
	text-align: right;
}
.production_package__list {
	display: flex;
	flex-wrap: wrap;
	margin: 1.275rem 1px 0;
	/* overflow: hidden; */
}
.production_package__card__info ul {
	list-style: none;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 1.1;
	letter-spacing: -0.0275em;
}
.production_package__card__info li {
	position: relative;
	padding-left: 1.55rem;
	margin-bottom: 1.7rem;
}
.production_package__card__info li:before {
	content: '';
	position: absolute;
	left: 0;
	width: 0.94rem;
	height: 0.94rem;
	background: #005baa;
}
.production_package__card {
	width: 24.65%;
	overflow: hidden;
}
.production_package__card__image {
	overflow: hidden;
	height: 18.62rem;
	position: relative;
	width: 100%;
	padding: 0 0.65rem;
	font-size: 0;
}
.production_package__card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.production_package__card:nth-child(1) .production_package__card__image {
	padding-left: 0;
}
.production_package__card:nth-child(2),
.production_package__card:nth-child(3) {
	width: 25.45%;
}
.production_package__card:nth-child(4) {
	width: 24.45%;
}
.production_package__card:nth-child(4) .production_package__card__image {
	padding-right: 0;
	padding-left: 0.475rem;
}
.production_package__card__info {
	padding: 1.35rem 0.55rem 0.65rem;
}
.production_package__card__info li:last-child {
	margin-bottom: 0;
}
.production_quality {
	padding-top: 9.05rem;
}
.production_quality__title {
	font-weight: 800;
	font-size: 2.81rem;
	line-height: 1;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #005baa;
	max-width: 23rem;
	margin-bottom: 1.5rem;
}
.production_quality__info {
	margin-top: 2.5rem;
}
.production_quality__list {
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 1.1;
	letter-spacing: -0.04em;
	color: #000;
	font-family: Inter, sans-serif;
}
.production_quality__list ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 1.775rem;
	counter-reset: counter;
}
.production_quality__list li {
	position: relative;
	padding-left: 3rem;
}
.production_quality__list li:before {
	content: '0' counter(counter);
	counter-increment: counter;
	font-weight: 800;
	font-size: 1.88rem;
	line-height: 1;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #005baa;
	position: absolute;
	left: 0;
	font-family: 'Bebas Neue Pro', sans-serif;
	top: -0.225rem;
}
.production_sertificates {
	padding-top: 8.4rem;
	display: flex;
	flex-wrap: wrap;
}
.production_gallery {
	padding-top: 10.65rem;
}
.section_0__title--production_gallery {
	margin-bottom: 1.175rem;
}
.section_0__title--production_sertificates {
	width: 23.5rem;
}
.production_sertificates__list {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #d9d9d9;
	margin-right: 1px;
}
.production_sertificates__card {
	width: 33.65%;
	position: relative;
	color: inherit;
	text-decoration: none;
	aspect-ratio: 16/12.45;
	display: block;
	border-bottom: 1px solid #d8d9d9;
}
.production_sertificates__card:nth-child(3n + 2) {
	width: 33.65%;
}
.production_sertificates__card:nth-child(3n + 3) {
	width: 32.65%;
}
.production_sertificates__card:before {
	width: 0.62rem;
	height: 0.62rem;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: #d9d9d9;
}
.production_sertificates__card__title {
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 1.1;
	letter-spacing: -0.0285em;
	bottom: 0;
	position: absolute;
	max-width: 21rem;
	right: 0;
	left: 0;
}
.production_sertificates__card__type {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 1.1;
	letter-spacing: -0.04em;
	color: #005baa;
}
.production_sertificates__card__inner {
	width: calc(100% - 2.5rem);
	position: relative;
	margin: 1.25rem;
	z-index: 1;
	display: block;
	height: calc(100% - 2.5rem);
}
.production_sertificates__card:after {
	width: 0.62rem;
	height: 0.62rem;
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	background: #d9d9d9;
}
.production_sertificates__card:hover,
.production_sertificates__card:nth-child(4n):hover {
	color: #fff;
	background: #005baa;
}
.production_sertificates__card:hover .production_sertificates__card__type {
	color: inherit;
}
.production_sertificates__card:nth-child(4n) {
	background: #f6f6f6;
}
.production_gallery__slider {
	position: relative;
	z-index: 1;
}
.production_gallery__slider .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	transform: translate(0, -50%);
	width: 3rem;
	height: 3rem;
	font-size: 0;
	background: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%;
	border: #ffdead;
}
.production_gallery__slide {
	aspect-ratio: 16/7.37;
	object-fit: cover;
	overflow: hidden;
	position: relative;
}
.production_gallery__slider .slick-prev {
	left: 0.4rem;
	background-image: url("data:image/svg+xml,%3Csvg width='27' height='46' viewBox='0 0 27 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 44L4.00001 23L25 2' stroke='white' stroke-width='5'/%3E%3C/svg%3E%0A");
}
.production_gallery__slider .slick-arrow:hover {
	opacity: 0.75;
}
.production_gallery__slider .slick-next {
	right: 0.4rem;
	left: auto;
	background-image: url("data:image/svg+xml,%3Csvg width='27' height='46' viewBox='0 0 27 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2.00024L23 23.0002L2 44.0002' stroke='white' stroke-width='5'/%3E%3C/svg%3E%0A");
}
.loaded .production_gallery__slider .slick-arrow {
	transition: 0.35s ease-in-out;
}
.production_gallery__slide.slick-current img {
	opacity: 1;
	transform: scale(1);
}
.loaded .production_gallery__slide img {
	transition: 0.5s ease-in-out;
}
.production_gallery__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.9;
	filter: saturate(0);
}
.production_equipment__item.active
	.production_equipment__item__title__icon:after {
	height: 0;
}
.call_section--production__contact {
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
}
.call_section--production__contact a {
	font-weight: 500;
	font-size: 1.88rem;
	line-height: 1;
	letter-spacing: -0.02em;
	color: inherit;
	text-decoration: none;
	text-transform: uppercase;
}
.call_section--production__adress {
	font-weight: 500;
	font-size: 2.19rem;
	line-height: 1;
	letter-spacing: 0;
	max-width: 25rem;
}
.call_section--production__title {
	font-weight: 700;
	font-size: 2.19rem;
	line-height: 1;
	letter-spacing: -0.0125em;
	margin-bottom: 1.9rem;
}
.call_section--production__info {
	padding: 2.5rem 0 3.15rem;
}
.call_section--production__top {
	max-width: 40rem;
	margin-bottom: 8.25rem;
}
.call_section--production__contact a:hover {
	color: #005ba9;
}
.hero_kmd__lines {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
}
@media screen and (max-width: 1024px) {
	.hero_production__title {
		font-size: 20px;
		max-width: 390px;
		margin: 0 auto 20px;
		padding: 0 20px;
	}
	.hero_production {
		padding: 85px 0 105px;
		margin: 0 -10px;
		position: relative;
	}
	.hero_production__logo img {
		width: calc(100% - 20px);
		max-width: 600px;
	}
	.production_basic {
		padding-top: 70px;
	}
	.production_about {
		padding-top: 70px;
	}
	.production_type__item_n {
		display: none;
	}
	.production_type__item_title {
		font-size: 60px;
		height: 100%;
	}
	.production_type__item_arrow {
		width: 40px;
		aspect-ratio: 1/1;
		top: 20px;
	}
	.production_type__item__info {
		height: auto;
	}
	.production_type__item {
		height: 88px;
	}
	.production_type__item__image {
		max-width: 700px;
		width: 90%;
		bottom: auto;
		top: calc(50% + 85px);
		transform: translate(0, -50%);
	}
	.production_type__item.active {
		height: 625px;
	}
	.production_type__item.active .production_type__item__image {
		transform: translate(0, -50%);
	}
	.production_type__bottom {
		padding-bottom: 80px;
	}
	.btn_production_more {
		margin-bottom: 0;
	}
	.production_equipment__item__content__text {
		line-height: 1.22;
	}
	.production_equipment__item {
		padding: 12px;
	}
	.production_package {
		padding-top: 70px;
	}
	.production_package__block {
		text-align: left;
		padding-top: 20px;
	}
	.production_package__title {
		width: 100%;
		font-size: 25px;
		background: transparent;
	}
	.production_package__card,
	.production_package__card:nth-child(2),
	.production_package__card:nth-child(3),
	.production_package__card:nth-child(4) {
		width: 50%;
		padding-bottom: 10px;
	}
	.production_package__list {
		border-bottom: 1px solid #eaeaea;
	}
	.production_quality {
		padding-top: 70px;
	}
	.production_quality__title {
		font-size: 25px;
		max-width: 210px;
	}
	.production_quality__list li:before {
		font-size: 20px;
		top: -3px;
	}
	.production_quality__list li {
		padding-left: 30px;
	}
	.production_quality__list {
		font-size: 14px;
	}
	.production_quality__list ul {
		gap: 13px;
	}
	.production_sertificates {
		flex-direction: column;
		gap: 20px;
		padding-top: 70px;
	}
	.production_sertificates__card,
	.production_sertificates__card:nth-child(3n + 2),
	.production_sertificates__card:nth-child(3n + 3) {
		width: 50%;
		aspect-ratio: inherit;
		height: 240px;
	}
	.production_sertificates__list {
		width: 100%;
	}
	.production_quality .section_0 {
		flex-direction: column;
	}
	.production_quality .section_0__info {
		margin-left: 10px;
		padding-bottom: 0;
	}
	.production_sertificates__card__title {
		font-size: 14px;
	}
	.production_sertificates__card__type {
		font-size: 14px;
	}
	.production_sertificates__card__inner {
		margin: 12px;
		height: calc(100% - 24px);
	}
	.production_gallery {
		padding-top: 80px;
	}
	.call_section--production__title {
		font-size: 20px;
		margin-bottom: 18px;
	}
	.call_section--production__adress {
		font-size: 16px;
	}
	.call_section--production {
		padding-top: 30px;
	}
	.call_section--production__top {
		margin-bottom: 50px;
	}
	.call_section--production__contact a {
		font-size: 14px;
	}
	.call_section--production__info {
		padding-left: 10px;
	}
	.production_gallery__slider .slick-arrow {
		width: 32px;
		aspect-ratio: 1/1;
		height: auto;
	}
}
@media screen and (max-width: 700px) {
	.hero_kmd__lines {
		display: block;
	}
	.production_about {
		padding-top: 0;
		display: flex;
		flex-direction: column;
	}
	.video__full--production_1 {
		aspect-ratio: 1/1;
		order: 2;
	}
	.production_about .count_section__list {
		border-top: 1px solid #ccc;
	}
	.production_about
		.count_section__list
		.count_section__item:nth-child(2n + 1) {
		background: #f6f6f6;
	}
	.production_about .count_section__item {
		background: #fff;
	}
	.production_basic {
		padding-top: 0;
	}
	.hero_kmd__line {
		height: 100%;
		width: 1px;
		background: #fff;
		position: absolute;
	}
	.hero_kmd__line--1 {
		left: 28%;
	}
	.hero_kmd__line--2 {
		left: 72%;
	}
	.hero_production__title__inner {
		background: #005ba9;
		padding-top: 15px;
		padding-bottom: 20px;
	}
	.hero_production__title {
		margin-bottom: 0;
	}
	.hero_production__logo {
		margin: 0 11px;
		background: #005ba9;
		padding-bottom: 20px;
	}
	.hero_production__logo img {
		width: 100%;
	}
	.production_type__item_title {
		font-size: 40px;
		padding-right: 50px;
	}
	.production_type__item_arrow {
		width: 26px;
		top: 11.5px;
	}
	.production_type__item {
		height: 52px;
		margin-top: -12px;
	}
	.production_type__item__info {
		padding: 7.5px 9px;
	}
	.production_basic .section_0 {
		padding-bottom: 0;
	}
	.production_type__item.active {
		height: 300px;
	}
	.production_type__item__image {
		top: calc(50% + 35px);
	}
	.production_type__bottom {
		padding-bottom: 15px;
	}
	.production_equipment {
		padding-top: 0;
	}
	.production_equipment__item__title {
		font-size: 36px;
	}
	.production_equipment__item__title__icon {
		top: 29px;
	}
	.production_equipment__item__title__icon:after,
	.production_equipment__item__title__icon:before {
		height: 2.5px;
	}
	.production_equipment__item__title__icon:after {
		width: 2.5px;
		height: 65%;
	}
	.production_equipment__item__content__text {
		padding: 15px;
		padding-right: 0;
	}
	.production_equipment__item__content__text li {
		margin-bottom: 7.5px;
	}
	.production_equipment__item__content__text li:last-child {
		margin-bottom: 0;
	}
	.production_package {
		padding-top: 0;
	}
	.production_package__card.production_package__card--text {
		order: -1;
		width: 100%;
	}
	.production_package__block {
		padding-top: 12px;
		margin-left: 1px;
		margin-right: 1px;
	}
	.production_package__list {
		margin-top: 0;
		gap: 15px;
	}
	.production_package__card:nth-child(4) {
		display: none;
	}
	.production_package__card__image {
		padding: 0;
		aspect-ratio: 1/1;
		height: auto;
	}
	.production_package__card,
	.production_package__card:nth-child(2) {
		width: calc(50% - 7.5px);
	}
	.production_package__card__info ul {
		font-size: 14px;
		line-height: 1.25;
	}
	.production_package__card__info li:before {
		top: 2.5px;
		width: 12px;
		height: 12px;
	}
	.production_package__card__info li {
		margin-bottom: 15px;
	}
	.production_quality {
		padding-top: 0;
	}
	.production_quality .section_0__info {
		margin-left: 0;
	}
	.production_quality__info {
		margin-top: 30px;
	}
	.production_quality__title {
		margin-bottom: 20px;
	}
	.production_sertificates__card,
	.production_sertificates__card:nth-child(3n + 2),
	.production_sertificates__card:nth-child(3n + 3) {
		width: 100%;
	}
	.section_0__title--production_gallery {
		padding-left: 0;
		margin: 0 10px 18px;
		width: auto;
	}
	.production_gallery__slide {
		aspect-ratio: 16/11;
	}
	.call_section--production__info {
		padding: 0 12px;
		border-bottom: 1px solid #d9d9d9;
		padding-bottom: 20px;
	}
	.call_section--production__top {
		margin-bottom: 20px;
	}
	.section_0__title--production_sertificates {
		width: auto;
		margin: 0 11px;
	}
}
.hero_kmd {
	background-image: url(../images/__content/pages/kmd/hero.png);
	background-repeat: repeat;
	background-size: cover;
	background-position: 50%;
	color: #fff;
	background-color: #005ba9;
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 28.7rem 0 0.275rem;
}
.hero_kmd .title_section {
	border: none;
}
.section--kmd_1 .section_0 {
	padding-top: 13.215rem;
}
.kmd_section_2--col__title {
	font-weight: 800;
	font-size: 2.81rem;
	line-height: 1;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #005baa;
	font-family: 'Bebas Neue Pro', sans-serif;
	margin-bottom: 0.6rem;
}
.kmd_section_2--col__text {
	font-weight: 500;
	letter-spacing: -0.04em;
	color: #000;
}
.kmd_section_2--col:before {
	width: 1.25rem;
	height: 1.25rem;
	position: absolute;
	left: 0.65rem;
	top: 0;
	background: #005baa;
	content: '';
}
.x_row {
	display: flex;
	flex-wrap: wrap;
}
.x_col {
	width: 24.65%;
	position: relative;
}
.x_col:nth-child(2),
.x_col:nth-child(3) {
	width: 25.35%;
}
.kmd_section_2--col {
	padding: 3.8rem 0.7rem 2.55rem;
	overflow: hidden;
}
.kmd_section_2--col:first-child:before {
	left: 0;
}
.kmd_section_2__images {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem;
	position: relative;
	z-index: 2;
	margin: 0 1px;
}
.kmd_section_2__image {
	flex: 1;
	overflow: hidden;
}
.kmd_section_3 {
	padding-top: 9rem;
}
.kmd_section_3__count__item__title {
	font-weight: 800;
	font-size: 8.12rem;
	line-height: 1;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #005baa;
	margin-bottom: 0.7rem;
}
.kmd_section_3__count__item__text {
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 1.1;
	letter-spacing: -0.04em;
	font-family: Inter, sans-serif;
}
.kmd_section_3__count__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0rem 1.25rem;
	padding-top: 1.25rem;
}
.kmd_section_3__count__item {
	width: calc(50% - 0.625rem);
}
.kmd_section_3__example__title {
	font-family: 'Bebas Neue Pro', sans-serif;
	font-weight: 800;
	font-size: 2.81rem;
	line-height: 1;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #005baa;
	text-align: right;
	margin-bottom: 1.2rem;
}
.kmd_section_3__example__title_content {
	text-align: left;
	width: 50%;
	display: inline-flex;
	padding-left: 1rem;
}
.kmd_section_3__example__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 1.25rem;
}
.kmd_section_3__example__item {
	width: calc((100% - 1.25rem) / 2);
	color: #005baa;
	text-decoration: none;
	background: #f6f6f6;
	border: 1px solid #d9d9d9;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.kmd_section_3__example__item__type {
	z-index: 1;
	position: absolute;
	left: 1.25rem;
	top: 1.25rem;
	font-weight: 500;
	font-size: 1.25rem;
	letter-spacing: -0.04em;
}
.kmd_section_3__example__item__title {
	position: absolute;
	bottom: 1.25rem;
	left: 1.25rem;
	max-width: 21.75rem;
	font-weight: 800;
	font-size: 1.56rem;
	line-height: 1;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	font-family: 'Bebas Neue Pro', sans-serif;
	z-index: 1;
}
.kmd_section_3__example__item__image {
	font-size: 0;
	aspect-ratio: 1.667/1;
}
.kmd_section_3__example__item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.kmd_section_3__example__item:hover {
	color: #fff;
	background: #005baa;
}
.kmd_section_3__example__item:hover .kmd_section_3__example__item__image {
	opacity: 0;
}
.loaded .kmd_section_3__example__item__image {
	transition: 0.35s ease-in-out;
}
.kmd_advantage {
	padding-top: 9rem;
}
.kmd_advantage__item__title {
	font-weight: 800;
	font-size: 2.81rem;
	line-height: 1;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #005baa;
	font-family: 'Bebas Neue Pro', sans-serif;
	max-width: 22.5rem;
}
.kmd_advantage__item {
	width: 50%;
	border-left: 1px solid #d9d9d9;
	background: #fff;
	position: relative;
	z-index: 1;
	padding: 1.225rem;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	height: 18.45rem;
	border-bottom: 1px solid #d9d9d9;
}
.kmd_advantage__list {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #d9d9d9;
	margin-top: 2.55rem;
	justify-content: flex-end;
}
.kmd_advantage__item:before {
	width: 0.62rem;
	height: 0.62rem;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #d9d9d9;
}
.kmd_advantage__item__text {
	font-weight: 500;
	letter-spacing: -0.04em;
	max-width: 32rem;
	flex: 1;
	display: flex;
	align-items: flex-end;
}
.kmd_advantage__item:after {
	width: 0.62rem;
	height: 0.62rem;
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: #d9d9d9;
}
.kmd_advantage__title {
	font-weight: 800;
	font-size: 8.12rem;
	line-height: 1;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	text-align: justify;
	color: #005baa;
	font-family: 'Bebas Neue Pro', sans-serif;
	margin-bottom: 0.2rem;
}
.kmd_steps--col__title {
	font-weight: 800;
	font-size: 1.56rem;
	line-height: 1;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #005baa;
	font-family: 'Bebas Neue Pro', sans-serif;
}
.kmd_steps {
	padding-top: 9.25rem;
}
.kmd_steps__list {
	border-top: 1px solid #d9d9d9;
	margin-top: 3.2rem;
	border-bottom: 1px solid #d9d9d9;
}
.kmd_steps--col:has(.kmd_steps--col__text) {
	background: #fff;
}
.kmd_steps--col:before {
	content: '';
	position: absolute;
	left: 0.72rem;
	top: 0;
	width: 1.25rem;
	height: 1.25rem;
	background: #005baa;
	z-index: 1;
}
.kmd_steps--col {
	padding: 3.1rem 0.75rem;
	overflow: hidden;
}
.kmd_steps--col:last-child:before {
	display: none;
}
.kmd_steps--col:nth-child(4) {
	padding: 1.25rem;
}
.kmd_steps--col:first-child:before {
	left: 0;
}
.kmd_advantage__text {
	font-weight: 500;
	font-size: 1.25rem;
	letter-spacing: -0.045em;
	max-width: 20rem;
}
.kmd_steps--col__text {
	padding-top: 1.3rem;
	padding-left: 1.5rem;
	letter-spacing: -0.04em;
}
.kmd_steps:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 5rem;
	display: block;
}
.page__callback_padding--big .call_section__top {
	height: 10.75rem;
	display: block;
}
.kmd_section_2__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
@media screen and (max-width: 1024px) {
	.hero_kmd {
		padding: 0 0;
		height: 500px;
		background-position: 50% 60px;
		background-repeat: no-repeat;
	}
	.hero_kmd h1 {
		font-size: 85px;
	}
	.hero_kmd .title_section {
		position: absolute;
		top: 65%;
		left: 0;
		right: 0;
		transform: translate(0, -50%);
		text-align: center;
	}
	.section--kmd_1 .section_0 {
		padding-top: 80px;
	}
	.x_col,
	.x_col:nth-child(2),
	.x_col:nth-child(3) {
		width: 50%;
	}
	.kmd_section_2--col__title {
		font-size: 40px;
	}
	.kmd_section_2--col {
		padding: 50px 10px;
		border-bottom: 1px solid #d8d9d9;
	}
	.kmd_section_2--col:before {
		left: 0;
	}
	.count_section__list {
		border-bottom: 1px solid #d9d9da;
	}
	.kmd_section_3 {
		padding-top: 80px;
	}
	.kmd_section_3 .section_0 {
		padding-top: 0;
	}
	.kmd_section_3__count__item__title {
		font-size: 80px;
	}
	.kmd_section_3__count__item__text {
		font-size: 14px;
		max-width: 260px;
	}
	.kmd_section_3__count__list {
		gap: 2rem 1.25rem;
	}
	.kmd_section_3__example__title {
		text-align: left;
		font-size: 25px;
		margin-bottom: 15px;
	}
	.kmd_section_3__example__title_content {
		padding-left: 10px;
		width: 100%;
	}
	.kmd_section_3__example__item__title {
		font-size: 20px;
		left: 10px;
		bottom: 10px;
	}
	.kmd_section_3__example__item__type {
		font-size: 16px;
		left: 10px;
		top: 10px;
	}
	.kmd_advantage {
		padding-top: 80px;
	}
	.kmd_advantage .section_0 {
		padding-top: 0;
	}
	.kmd_advantage__item__title {
		font-size: 40px;
	}
	.kmd_advantage__item {
		width: 100%;
		padding: 12px;
		min-height: 200px;
		height: auto;
		gap: 20px;
	}
	.kmd_advantage__list {
		margin-right: 1px;
	}
	.kmd_steps {
		padding-top: 80px;
	}
	.kmd_steps .section_0 {
		padding-top: 0;
	}
	.kmd_steps .section_0__title {
		width: 100%;
	}
	.kmd_steps__list {
		margin-top: 30px;
	}
	.kmd_advantage__title {
		font-size: 80px;
	}
	.kmd_advantage__text {
		font-size: 14px;
	}
	.kmd_steps--col {
		border-bottom: 1px solid #d9d9d9;
	}
	.kmd_steps--row {
		margin-bottom: -1px;
	}
	.page__callback_padding--big .call_section__top {
		height: 40px;
	}
	.kmd_advantage__item__text {
		max-width: 600px;
	}
	.kmd_section_3__example__item__image {
		aspect-ratio: 1/0.925;
	}
	.kmd_section_3__example__item__image img {
		object-fit: contain;
	}
}
@media screen and (max-width: 700px) {
	.hero_kmd {
		height: 375px;
	}
	.hero_kmd h1 {
		font-size: 60px;
	}
	.hero_kmd .title_section {
		top: auto;
		bottom: 5px;
	}
	.x_col,
	.x_col:nth-child(2),
	.x_col:nth-child(3) {
		width: 100%;
	}
	.kmd_section_2--col {
		padding: 35px 10px 25px;
	}
	.kmd_section_2--col__text {
		line-height: 1.25;
		max-width: 325px;
	}
	.kmd_section_2__images {
		flex-direction: column;
		gap: 10px;
	}
	.kmd_section_2__image {
		aspect-ratio: 16/7.75;
	}
	.kmd_section_2__image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.kmd_section_2--col:last-child {
		border-bottom: 0;
	}
	.kmd_section_3__count__item {
		width: 100%;
		border-bottom: 1px solid #d9d9da;
		padding: 10px;
	}
	.kmd_section_3__count__list {
		border-top: 1px solid #d9d9da;
		margin: 0 -10px;
		gap: 0;
		padding-top: 0;
		margin-top: 20px;
	}
	.kmd_section_3__example__item {
		width: 100%;
	}
	.kmd_section_3__example__item__type {
		font-size: 14px;
	}
	.kmd_section_3__example__list {
		gap: 12px;
	}
	.kmd_advantage__list {
		margin-top: 0;
	}
	.kmd_advantage__item__title {
		font-size: 32px;
	}
	.kmd_advantage__item__text {
		line-height: 1.15;
	}
	.kmd_steps__list {
		margin-top: 0;
	}
	.kmd_steps--col {
		padding: 20px 10px 22px;
	}
	.kmd_steps--col:before {
		top: 0;
		right: 0;
		left: 0;
	}
	.kmd_steps--col__text {
		padding-left: 15px;
	}
	.kmd_steps--col__text li {
		margin-bottom: 0.15rem;
	}
	.kmd_steps--col__text li:last-child {
		margin-bottom: 0;
	}
}
.title_section--services h1 {
	font-weight: 800;
	font-size: 12.5rem;
	line-height: 1;
	letter-spacing: -0.06em;
	text-transform: uppercase;
}
.top_services {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.5625rem;
	border: 1px solid #d9d9d9;
	border-bottom: none;
}
.top_services__image {
	font-size: 0;
	width: 49.35%;
	aspect-ratio: 2.236/1;
	overflow: hidden;
}
.title_section--services {
	padding: 0;
	display: flex;
	align-items: flex-end;
	width: calc(50% + 0.5px);
	border: none;
	border-right: 1px solid #d9d9d9;
}
.top_services__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.services__item__title {
	font-weight: 800;
	font-size: 5rem;
	line-height: 1;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #005baa;
	font-family: 'Bebas Neue Pro', sans-serif;
	position: relative;
}
.services__item__title__section {
	width: calc(50% + 0.5px);
	border-right: 1px solid #d9d9d9;
	padding: 5rem 0 2.5rem;
}
.services__item {
	border: 1px solid #d9d9d9;
	display: flex;
	flex-wrap: wrap;
	border-bottom: none;
}
.services__list {
	margin-top: 0;
}
.services__item__info {
	width: calc(50% - 0.5px);
	padding: 5rem 0.64rem 2.475rem;
}
.services__item__text {
	font-weight: 500;
	letter-spacing: -0.04em;
	max-width: 45rem;
}
.services__item__text b {
	font-weight: 700;
}
.services__item__text p {
	margin-bottom: 1.2rem;
}
.services__item__text p.mb_0 {
	margin-bottom: 0;
}
.services__item__text ul {
	padding-left: 1.45rem;
	margin-bottom: 1.176rem;
}
.services__item__text li {
	margin-bottom: 0.025rem;
}
.services__item__text > :last-child {
	margin-bottom: 0;
}
.services__item__title:before {
	width: 1.25rem;
	height: 1.25rem;
	position: absolute;
	left: 0;
	top: -2.6rem;
	content: '';
	display: block;
	background: #005baa;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}
.services__item:nth-child(4n + 2) .services__item__title:before {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='10' height='10' fill='%23005BAA'/%3E%3Crect y='10' width='10' height='10' fill='%23005BAA'/%3E%3Crect x='10' y='10' width='10' height='10' fill='%23005BAA'/%3E%3Crect x='10' width='10' height='10' fill='%23005BAA'/%3E%3Crect x='5' y='5' width='5' height='5' fill='%23FBFBFB'/%3E%3Crect x='5' y='10' width='5' height='5' fill='%23FBFBFB'/%3E%3Crect x='10' y='10' width='5' height='5' fill='%23FBFBFB'/%3E%3C/svg%3E%0A");
}
.services__item:nth-child(4n + 3) .services__item__title:before {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='10' height='10' fill='%23FBFBFB'/%3E%3Crect x='10' y='10' width='10' height='10' fill='%23005BAA'/%3E%3Crect width='10' height='10' fill='%23005BAA'/%3E%3Crect x='5' y='5' width='10' height='10' fill='white'/%3E%3Crect y='10' width='10' height='10' fill='%23005BAA'/%3E%3Crect x='10' width='10' height='10' fill='%23005BAA'/%3E%3C/svg%3E%0A");
}
.services__item:nth-child(4n + 4) .services__item__title:before {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='10' height='10' fill='%23005BAA'/%3E%3Crect y='10' width='10' height='10' fill='%23005BAA'/%3E%3Crect x='10' y='10' width='10' height='10' fill='%23005BAA'/%3E%3Crect x='10' width='10' height='10' fill='%23005BAA'/%3E%3Crect x='10' y='2.92969' width='10' height='10' transform='rotate(45 10 2.92969)' fill='white'/%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 1024px) {
	.title_section--services h1 {
		font-weight: 800;
		font-size: 90px;
		margin-bottom: -2px;
	}
	.title_section--services {
		width: 100%;
		border: none;
		text-align: center;
		justify-content: center;
		padding: 0 10px;
	}
	.top_services__image {
		width: 100%;
		aspect-ratio: 2.275/1;
	}
	.top_services {
		flex-direction: column-reverse;
		gap: 0;
	}
	.services__item__title {
		font-size: 35px;
		line-height: 1;
		letter-spacing: -0.04em;
		text-transform: uppercase;
	}
	.services__item {
		flex-direction: column;
		padding: 10px 10px 7px;
	}
	.services__item__title__section {
		border: none;
		width: 100%;
		padding: 0;
		padding-top: 39px;
		margin-bottom: 10px;
	}
	.services__item__info {
		width: 100%;
	}
	.services__item__title:before {
		top: -40px;
		width: 20px;
		height: 20px;
	}
	.services__item__info {
		padding: 0;
	}
	.services__item__text p.mb_0 {
		margin-bottom: 7.5px;
	}
	.services__item__text {
		max-width: 900px;
	}
	.services__item__text p {
		margin-bottom: 14px;
	}
	.services__item__text ul {
		margin-bottom: 8px;
	}
}
@media screen and (max-width: 700px) {
	.title_section__decore {
		display: none;
	}
}
.catalog__item__title {
	font-weight: 800;
	font-size: 5rem;
	line-height: 1;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #005baa;
	font-family: 'Bebas Neue Pro', sans-serif;
}
.catalog__item__text {
	font-weight: 500;
	font-size: 1.25rem;
	letter-spacing: -0.0285em;
	max-width: 42rem;
}
.catalog__item__text ul {
	padding-left: 1.75rem;
}
.title_section--catalog h1 {
	font-size: 12.5rem;
	width: 50%;
	border-left: 1px solid #d9d9d9;
	position: relative;
	padding: 5rem 0 0rem;
	text-align: center;
}
.title_section--catalog__square {
	position: relative;
}
.title_section--catalog {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
}
.title_section--catalog h1:after,
.title_section--catalog h1:before {
	width: 1.25rem;
	height: 1.25rem;
	background: #d9d9d9;
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
}
.title_section--catalog h1:after {
	left: auto;
	right: 0;
	top: 0;
	bottom: auto;
}
.slick-dots button {
	height: 0.31rem;
	width: 100%;
	background: #d9d9d9;
	border: none;
	border-radius: 0;
	font-size: 0;
}
.slick-dots {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
	font-size: 0;
}
.slick-dots li {
	flex: 1;
}
.slick-dots li.slick-active button {
	background: #a3a3a3;
}
.loaded .slick-dots button {
	transition: 0.35s ease-in-out;
}
.catalog__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	padding-bottom: 5rem;
	position: relative;
	background: #fff;
}
.catalog__item__info {
	padding: 0 0.5rem;
}
.catalog__item {
	padding-bottom: 2.25rem;
	width: 50%;
	padding-top: 0;
	position: relative;
}
.catalog__item:after {
	border-bottom: 1px solid #d9d9d9;
	position: absolute;
	bottom: 0;
	content: '';
	width: calc(100% + 0.625rem);
	left: 0;
}

.catalog__item:nth-child(2n):after {
	left: -0.625rem;
}
.catalog__section {
	border: 1px solid #d9d9d9;
	border-top: 0;
	border-bottom: 0;
	position: relative;
}
.catalog__section:before {
	content: '';
	position: absolute;
	left: calc(50% - 0.5px);
	top: 0;
	bottom: 0;
	z-index: 1;
	pointer-events: none;
	width: 1px;
	background: #d9d9d9;
}
.catalog__item__slider .slick-dots {
	position: absolute;
	left: 0.625rem;
	right: 0.625rem;
	margin: auto;
	bottom: 0.7rem;
}
.catalog__item__slider {
	margin-bottom: 1.2rem;
}
.catalog__item__image__inner img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.catalog__item__image__inner {
	position: relative;
	aspect-ratio: 1.5/1;
	font-size: 0;
	background: #fff;
}
@media screen and (max-width: 1024px) {
	.title_section--catalog__square {
		display: none;
	}
	.title_section--catalog h1 {
		font-size: 90px;
		width: 100%;
		padding: 9px 5px 12px;
		border: none;
	}
	.catalog__item__title {
		font-size: 40px;
		margin-bottom: 5px;
	}
	.catalog__item__text {
		font-size: inherit;
	}
	.catalog__item__slider .slick-dots {
		gap: 10px;
	}
	.catalog__item {
		padding: 32px 12px 0;
	}
	.catalog__item__slider {
		margin-bottom: 10px;
	}
	.catalog__list {
		padding-bottom: 50px;
	}
}
@media screen and (max-width: 700px) {
	.title_section--catalog {
		padding: 0;
	}
	.catalog__section:before {
		display: none;
	}
	.catalog__item {
		width: 100%;
		padding-bottom: 20px;
	}
	.catalog__item__slider .slick-dots {
		display: none !important;
	}
	.catalog__item__slider {
		margin: 0 -12px 0;
		background: #fff;
		padding: 12px;
		margin-bottom: 12px;
	}
	.catalog__item__info {
		padding: 0;
	}
	.catalog__item:after {
		width: 100%;
		left: 0;
	}

	.catalog__item:nth-child(2n):after {
		left: 0;
	}
	.catalog__item__title {
		margin-bottom: 7px;
	}
	.catalog__item__text ul {
		padding-left: 16px;
	}
	.catalog__item__text li {
		margin-bottom: 7px;
	}
	.catalog__item__text li:last-child {
		margin-bottom: 0;
	}
	.catalog__list {
		padding-bottom: 75px;
	}
}
.title_section--projects {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
.title_section--projects__square {
	width: 23.45rem;
	border-right: 1px solid #d9d9d9;
	position: relative;
}
.title_section--projects h1 {
	font-size: 12.5rem;
	padding: 5rem 0.52rem 0;
	flex: 1;
}
.title_section--projects__square--2 {
	width: 24.1rem;
}
.title_section--projects__square:before {
	width: 1.25rem;
	height: 1.25rem;
	background: #d9d9d9;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
}
.title_section--projects__square:after {
	width: 1.25rem;
	height: 1.25rem;
	background: #d9d9d9;
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
}
.title_section--projects__square--2:after {
	left: auto;
	right: 0;
}
.title_section--projects__square--2:before {
	left: auto;
	right: 0;
}
.projects__list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
}
.project__item__info__item__title {
	font-weight: 700;
	font-size: 1.25rem;
	letter-spacing: -0.0315em;
}
.project__item__info__item__value {
	font-weight: 500;
	font-size: 1.25rem;
	letter-spacing: -0.0275em;
}
.project__item__info {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #d9d9d9;
	margin: 0 -1px;
	border-top: 0;
	flex: 1;
}
.project__item__name {
	font-weight: 800;
	font-size: 2.81rem;
	line-height: 1;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	font-family: 'Bebas Neue Pro', sans-serif;
	z-index: 3;
	bottom: 1.25rem;
	left: 1.25rem;
	right: 1.25rem;
}
.loaded .project__item {
	transition: 0.35s ease-in-out;
}
.project__item {
	width: calc(50% - 0.625rem);
	display: flex;
	flex-direction: column;
}
.projects__section {
	padding-top: 2.45rem;
	border: 1px solid #d9d9d9;
	border-top: none;
}
.project__item__image {
	aspect-ratio: 2/1.1745;
	font-size: 0;
	position: relative;
}
.project__item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0);
	position: relative;
	z-index: 0;
}
.project__item__top {
	position: relative;
	margin: 0 -1px;
	overflow: hidden;
}
.project__item__info__item:last-child {
	width: 100%;
	border-top: 1px solid #d9d9d9;
}
.project__item__info__item {
	width: 50%;
	padding: 0.6rem 0.6rem;
}
.project__item:nth-child(3n) {
	width: 100%;
}
.project__item:nth-child(3n) .project__item__image {
	aspect-ratio: 3/1.38;
}
.project__item:nth-child(3n) .project__item__name {
	font-size: 5rem;
}
.project__item:nth-child(3n) .project__item__info__item {
	padding: 1.25rem;
	width: 25%;
}
.project__item:nth-child(3n) .project__item__info__item:last-child {
	width: 50%;
	border-left: 1px solid #d9d9d9;
	border-top: 0;
}
.projects__section__bottom {
	padding-top: 1.78rem;
}
.page__container--projects .call_section__top {
	display: block;
}
.project__item__image:before {
	background: linear-gradient(180deg, #0d3454 0%, rgba(13, 52, 84, 0) 100%);
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	transform: rotate(180deg);
	height: 17.06rem;
}
.project__item__image__bg {
	mix-blend-mode: soft-light;
	background: #005baa;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 2;
	pointer-events: none;
}

.project__item__image:after {
	background-size: cover;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	opacity: 0.5;
	z-index: 1;
	background-image: url("data:image/svg+xml,%3Csvg width='1518' height='700' viewBox='0 0 1518 700' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='1518' height='700' fill='url(%23pattern0_8006_2869)' fill-opacity='0.5'/%3E%3Cdefs%3E%3Cpattern id='pattern0_8006_2869' patternContentUnits='objectBoundingBox' width='0.00461133' height='0.01'%3E%3Cuse xlink:href='%23image0_8006_2869' transform='scale(0.000329381 0.000714286)'/%3E%3C/pattern%3E%3Cimage id='image0_8006_2869' width='14' height='14' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAINJREFUOE+NktENgCAQQ72UP5dwEod3Epfwj0aDQXKE405+mwelrSyTA+AmKZacUrpNAcBFcp1BOWcZQAAnyc2CtIsOBHCQ3COo6A0MoMH6Cwb2TOviBeG5MFOtLtz/zuoIk7XqCDvsUq323LWU4r+qdB2/ofZi2Z6+TQ9gpokHeUN/AODXaiL+sq3BAAAAAElFTkSuQmCC'/%3E%3C/defs%3E%3C/svg%3E%0A");
}
.project__item__info__item:first-child {
	border-right: 1px solid #d9d9d9;
}
@media screen and (max-width: 1024px) {
	.project__item__name {
		font-size: 35px;
		left: 12px;
		right: 12px;
		bottom: 14px;
	}
	.title_section--projects__square {
		display: none;
	}
	.title_section--projects h1 {
		font-size: 90px;
		padding: 9px 0;
		position: relative;
	}
	.title_section--projects h1:after,
	.title_section--projects h1:before {
		content: '';
		position: absolute;
		width: 10px;
		height: 10px;
		background: #d9d9d9;
		left: 0;
		top: 0;
	}
	.title_section--projects h1:after {
		left: auto;
		right: 0;
		top: auto;
		bottom: 0;
	}
	.project__item:nth-child(3n) .project__item__name {
		font-size: 50px;
	}
	.project__item__info__item__title {
		font-size: inherit;
	}
	.project__item__info__item__value {
		font-size: inherit;
	}
}
@media screen and (max-width: 700px) {
	.project__item {
		width: 100%;
	}
	.project__item:nth-child(3n) .project__item__image,
	.project__item__image {
		aspect-ratio: 1/1.16;
		max-height: 400px;
		width: 100%;
	}
	.projects__section {
		padding-top: 24px;
	}
	.project__item__info {
		font-size: 11px;
	}
	.project__item:nth-child(3n) .project__item__name {
		font-size: 35px;
	}
	.project__item:nth-child(3n) .project__item__info__item {
		width: 50%;
	}
	.project__item:nth-child(3n) .project__item__info__item:last-child {
		width: 100%;
		border-left: 0;
		border-top: 1px solid #d9d9d9;
	}
}
.title_section--contact h1 {
	font-size: 12.5rem;
}
.contact_page__location__item__title {
	font-weight: 800;
	font-size: 5rem;
	line-height: 1;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #005baa;
	font-family: 'Bebas Neue Pro', sans-serif;
	margin-bottom: 0.6rem;
}
.contact_page__location__item__adress {
	font-weight: 500;
	font-size: 1.56rem;
	line-height: 1;
	letter-spacing: -0.0235em;
	max-width: 19.75rem;
	    min-height: 4.65rem;
}
.contact_page__location__item__paydata {
	margin-top: 1.45rem;
}

.contact_page__location__item__paydata a {
	font-weight: 500;
	font-size: 1.12rem;
	line-height: 1;
	letter-spacing: -0.0275em;
	color: #a3a3a3;
	display: inline-flex;
	align-items: center;
	gap: 0.15rem;
}

.contact_page__location__item__paydata a:hover {
	color: #005baa;
	text-decoration: none;
}

.contact_page__location__item__paydata svg {
	width: 1.5rem;
	height: auto;
}
.contact_page__location__item__data__item a {
	font-weight: 500;
	font-size: 1.56rem;
	line-height: 1;
	letter-spacing: -0.025em;
	color: inherit;
	text-decoration: none;
}
.contact_page__location__item__data__item a:hover {
	color: #005baa;
}
.contact_page__location__item__map > div {
	height: 29.31rem;
	width: 100%;
}
.contact_page__location__list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
	padding-top: 1.25rem;
	margin: 0 -1px;
}
.contact_page__location__item {
	background: #f6f6f6;
	border: 1px solid #d9d9d9;
	width: calc((100% - 1.25rem) / 2);
	padding: 0.6em 0.6em 0;
}
.title_section--contact {
	padding-bottom: 1.45rem;
}
.contact_page__location_section {
	border: 1px solid #d9d9d9;
	border-top: 0;
	border-bottom: 0;
}
.contact_page__location__item__data {
	display: flex;
	flex-wrap: wrap;
	margin-top: 4.5rem;
	margin-bottom: 1.25rem;
}
.contact_page__location__item__data__item {
	width: 50%;
}
.contact_page__location__item__map {
	margin: 0 -0.6rem;
	overflow: hidden;
}
.contact_page__information__title {
	font-weight: 800;
	font-size: 5rem;
	line-height: 1;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	font-family: 'Bebas Neue Pro', sans-serif;
	padding: 1.2rem 0.55rem 1.25rem;
}
.contact_page__information__item__title {
	font-weight: 800;
	font-size: 2.81rem;
	line-height: 1;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #005baa;
	font-family: 'Bebas Neue Pro', sans-serif;
}
.contact_page__information__item__data__item {
	position: relative;
	width: auto;
}
.contact_page__information__item__data {
	display: flex;
	flex: 1;
	align-items: flex-end;
	position: relative;
	gap: 2.5rem;
	flex-wrap: wrap;
}
.contact_page__information__item__data__item a {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: -0.02725em;
	color: inherit;
	text-decoration: none;
}
.contact_page__information__item__data__item a:hover {
	color: #005ba9;
}
.contact_page__information__item__data__item__title {
	font-weight: 500;
	font-size: 1.12rem;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #a3a3a3;
	margin-bottom: 0.5rem;
}
.contact_page__information__list {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #d9d9d9;
}
.contact_page__information__item {
	min-height: 10.95rem;
	width: calc(50% + .5px);
	border-top: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	padding: 0.625rem 0.625rem 0.725rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.page__container--contact .call_section__top:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: calc(50% - 0.5px);
    background: #d9d9d9;
}
.contact_page__information__item:nth-child(2n){
    width: calc(50% + -0.5px);
}
.page__container--contact .call_section__top {
	display: block;
	position: relative;
}
.call_section .container {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
	z-index: 1;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	width: 100%;
	padding: 0;
	width: 95rem;
	justify-content: space-between;
}

.call_section__top .container {
	border-left: 1px solid #d9d9d9;
	height: 100%;
	border-right: 1px solid #d9d9d9;
}
.contact_page__information__item:nth-child(2n) {
	border-right: 0;
}
.contact_page__information {
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
.contact_page__information__item__data__item:first-child:before {
	content: '';
	width: 1px;
	height: 1.85rem;
	position: absolute;
	left: calc(100% + 1.25rem);
	background: #000;
	opacity: 0.2;
	bottom: 0;
}
@media screen and (max-width: 1024px) {
	.call_section .container {
		width: calc(100vw - 20px);
		margin: 0 10px;
	}

	.call_section {
		margin: 0 -10px;
	}
	.title_section--contact h1 {
		font-size: 90px;
	}
	.title_section--contact {
		padding-bottom: 7px;
	}
	.contact_page__location__item__title {
		font-size: 35px;
	}
	.contact_page__location__item__adress {
		font-size: inherit;
		min-height:0
	}
	.contact_page__location__item__paydata a {
		font-size: inherit;
	}
	.contact_page__location__item__data__item a {
		font-size: inherit;
	}
	.contact_page__location__item__data {
		margin-top: 52px;
	}
	.contact_page__location__item__map > div {
		height: 270px;
	}
	.contact_page__location__item {
		padding: 10px 10px 0;
		width: calc((100% - 10px) / 2);
	}
	.contact_page__location__item__map {
		margin: 0 -10px;
	}
	.contact_page__information__title {
		font-size: 35px;
		padding: 15px 10px 12px;
	}
	.contact_page__location__list {
		gap: 10px;
		padding-top: 10px;
	}
	.contact_page__information__item__title {
		font-size: 35px;
	}
	.contact_page__information__item {
		padding: 10px;
		min-height: 190px;
		justify-content: space-between;
	}
	.contact_page__information__item__data__item:first-child:before {
		display: none;
	}
	.contact_page__information__item__data__item a {
		font-size: inherit;
		white-space: nowrap;
	}
	.contact_page__information__item__data {
		gap: 8px 20px;
		flex: none;
	}
	.contact_page__information__item__data__item__title {
		font-size: 12px;
		margin-bottom: 4px;
	}
}
@media screen and (max-width: 700px) {
	.contact_page__location__item__paydata {
		margin-top: 7.5px;
	}
	.contact_page__location__item {
		width: 100%;
	}
	.contact_page__location__item__data {
		flex-direction: column;
		gap: 5px;
	}
	.contact_page__location__item__data__item {
		width: 100%;
	}
	.contact_page__information__item {
		width: 100%;
		border-right: 0;
	}
	.page__container--contact .call_section__top:before {
    display: none;
}
	.contact_page__information__item:nth-child(2n){
    width: 100%;
}
}
[class*='ymaps'][class*='-ground-pane'] {
	filter: grayscale(1);
	-ms-filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
}
.title_section--about h1 {
	font-weight: 800;
	font-size: 19.69rem;
	line-height: 1;
	letter-spacing: -0.06em;
	text-transform: uppercase;
	color: #005baa;
	padding-left: 0.54rem;
	position: relative;
	z-index: 1;
}
.title_section--about {
	border-right: 0;
	border-left: 0;
	padding-top: 6.2rem;
	border-bottom: 0;
}
.page_about__top {
	padding-top: 8.3rem;
}
.section_0__addtext--page_about__top {
	position: absolute;
	top: 29.75rem;
	right: 0;
	width: 22.65rem;
	z-index: 3;
}
.page_about__top__row {
	display: flex;
	flex-wrap: wrap;
	align-items: self-start;
}
.page_about__top__images {
	position: relative;
	width: 50%;
	padding-left: 0.675rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
	margin-top: -0.5rem;
	z-index: 2;
	align-items: flex-start;
}
.page_about__content__image {
	position: relative;
	margin-top: -1.4rem;
	aspect-ratio: 2.339/1;
	font-size: 0;
	z-index: 2;
	overflow: hidden;
}
.page_about__news__section__list {
	display: flex;
	flex-wrap: wrap;
}
.page_about__top_trigger__item__title {
	font-weight: 800;
	font-size: 8.12rem;
	line-height: 1;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #005baa;
	font-family: 'Bebas Neue Pro', sans-serif;
}
.page_about__top_trigger__item__text {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.1;
	letter-spacing: -0.04em;
	color: #005baa;
}
.page_about__top_trigger__item__addtitle {
	font-weight: 800;
	font-size: 2.19rem;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #005baa;
	font-family: 'Bebas Neue Pro', sans-serif;
	padding-bottom: 0.8rem;
}
.page_about__top_trigger__item__top {
	display: inline-flex;
	align-items: flex-end;
	gap: 1rem;
	margin-bottom: 0.15rem;
}
.page_about__top_trigger__list {
	border-top: 1px solid #d8d9d9;
	display: flex;
	flex-wrap: wrap;
	width: 50%;
}
.page_about__top_trigger__item {
	width: 50%;
	padding: 0.625rem 0.65rem 1.55rem;
	border-bottom: 1px solid #d8d9d9;
}
.page_about__top__image {
	flex: 1;
	position: relative;
	z-index: 1;
	font-size: 0;
	overflow: hidden;
	width: 100%;
}
.page_about__content {
	padding-top: 9.2rem;
}
.page_about__top__image--1 {
	aspect-ratio: 1/1.03858;
}
.page_about__top__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0);
}
.page_about__top__image--2 {
	aspect-ratio: 1.86/1;
}
.section_0__addtext ul {
	padding-left: 1.8rem;
	display: flex;
	flex-direction: column;
	gap: 0.025rem;
}
.page_about__content .section_0__addtext ul {
	max-width: 23rem;
}
.btn_ghost--page_about__content {
	max-width: 24rem;
	width: 100%;
	justify-content: center;
}
.page_about__content__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page_about__news__section {
	padding-top: 10.65rem;
	position: relative;
}
.page_about__news__section__top {
	margin-bottom: 2.2rem;
}
.home_news__item.home_news__item--full:hover {
	background: #005ba8;
}
.page_about__news__section__list .home_news__item {
	border-top: 1px solid #d8d9d9;
	width: 24.65%;
}
.page_about__news__section__list .home_news__item--full {
	width: calc(50% - 1px);
	z-index: 1;
	position: relative;
	background: #fbfbfb;
	margin: 0 0.5px;
	padding: 1.25rem;
	min-height: 35.5rem;
}
.page_about__news__section__list .home_news__item:nth-child(4n + 3) {
	width: 24.685%;
}
.page_about__news__section__list .home_news__item:nth-child(4n + 4) {
	width: 25.4%;
}
.page_about__news__section__list .home_news__item:nth-child(4n + 5) {
	width: 25.25%;
}
.home_news__item--full .home_news__item__title {
	font-size: 2.81rem;
	max-width: 38rem;
}
.home_news__item--full .home_news__item__text {
	max-width: 30rem;
}
.page__callback_padding .call_section__top {
	display: block;
}
@media screen and (max-width: 1024px) {
	.title_section h1 {
		font-size: 135px;
		text-align: center;
	}
	.page_about__top {
		padding-top: 70px;
	}
	.title_section--about {
		padding-top: 60px;
	}
	.page_about__top_trigger__list {
		width: 100%;
	}
	.page_about__top__row {
		flex-direction: column;
	}
	.page_about__top__images {
		width: 100%;
	}
	.section_0__addtext--page_about__top {
		position: static;
		width: 100%;
		margin-bottom: 0;
	}
	.page_about__top_trigger__item__title {
		font-size: 80px;
	}
	.page_about__top_trigger__item {
		padding: 15px 10px;
	}
	.page_about__top_trigger__item__addtitle {
		font-size: 20px;
	}
	.page_about__content {
		padding-top: 70px;
	}
	.page_about__news__section {
		padding-top: 80px;
	}
	.home_news__more--about {
		top: 70px;
	}
	.home_news__item--full .home_news__item__title {
		min-height: 0;
		margin-bottom: 10px;
		font-size: 20px;
		max-width: 400px;
	}
	.page_about__news__section__list .home_news__item:nth-child(n + 3) {
		width: 50%;
	}
	.page_about__news__section__list .home_news__item--full {
		min-height: 312px;
		padding: 10px;
		background: 0 0;
	}
}
@media screen and (max-width: 700px) {
	.title_section h1 {
		font-size: 60px;
		padding: 0;
	}
	.title_section--about {
		border-bottom: 1px solid #d9d9d9;
		padding-top: 20px;
	}
	.page_about__top {
		padding-top: 0;
	}
	.page_about__top .section_0__title {
		display: none;
	}
	.page_about__top .section_0 {
		padding-top: 20px;
	}
	.page_about__top_trigger__item {
		width: 100%;
		padding-top: 5px;
		padding-bottom: 10px;
	}
	.page_about__top_trigger__item__top {
		margin-bottom: 0;
	}
	.page_about__top_trigger__list {
		margin-bottom: 20px;
	}
	.page_about__top__images {
		padding: 0;
		flex-direction: column;
		gap: 10px;
	}
	.page_about__top__image--1,
	.page_about__top__image--2 {
		aspect-ratio: 1/1;
	}
	.page_about__content {
		padding-top: 0;
	}
	.page_about__content__image {
		margin-top: 0;
		aspect-ratio: 1/1;
	}
	.page_about__news__section__list .home_news__item--full,
	.page_about__news__section__list .home_news__item:nth-child(n + 3) {
		width: 100%;
	}
	.page_about__news__section__top {
		margin-bottom: 12px;
		padding-left: 2px;
	}
	.page_about__news__section__top .section_0__title {
		margin: 0 10px;
		width: auto;
	}
	.page_about__news__section__list .home_news__item {
		border-top: 0;
	}
	.page_about__news__section__list {
		border-top: 1px solid #d9d9d9;
	}
}
.title_section--carier h1 {
	font-size: 12.5rem;
}
.title_section--carier {
	padding-left: 1.2rem;
	border: none;
	flex: 1;
}
.top_carier {
	display: flex;
	justify-content: space-between;
	border: 1px solid #d9d9d9;
	gap: 2rem;
}
.top_carier__info {
	max-width: 47.45rem;
	width: 100%;
	border-left: 1px solid #d9d9d9;
	padding: 1.15rem 0.6rem 2.6rem;
}
.top_carier__info__title {
	font-weight: 800;
	font-size: 3rem;
	line-height: 1;
	letter-spacing: -0.04em;
	font-family: 'Bebas Neue Pro', sans-serif;
	margin-bottom: 1.3rem;
}
.top_carier__info__text {
	font-weight: 500;
	font-size: 1.25rem;
	letter-spacing: -0.0265em;
}
.top_carier__info__title__inner {
	max-width: 44rem;
}
.top_carier__info__text ul {
	padding-left: 1.7rem;
}
.carier__section__select {
	background: #f6f6f6;
	padding: 1.2rem 0.65rem;
}
.carier__section__select__view {
	display: none;
}
.carier__section__select__list {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #005baa;
}
.carier__section__select__tab {
	flex: 1;
	text-align: center;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #005baa;
	text-decoration: none;
	padding: 0.725rem 1.5rem;
}
.carier__section__select__tab.active {
	background: #005baa;
	color: #fff;
	pointer-events: none;
}
.carier__section__select__tab:hover {
	background: #005baa;
	color: #fff;
}
.carier__section__select__tab:nth-child(2) {
	border: 1px solid #005baa;
	border-top: 0;
	border-bottom: 0;
}
.carier__section {
	border: 1px solid #d9d9d9;
	border-top: 0;
	border-bottom: 0;
}
.carier__section__item__title {
	font-weight: 800;
	font-size: 2.5rem;
	line-height: 1;
	letter-spacing: -0.04em;
	font-family: 'Bebas Neue Pro', sans-serif;
	max-width: 23rem;
}
.carier__section__item__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
}
.carier__section__item__tags span {
	font-weight: 500;
	font-size: 0.88rem;
	line-height: 1;
	color: #005baa;
	border: 1px solid #005baa;
	padding: 0.25rem 0.5rem;
}
.carier__section__item {
	background: #fff;
	padding: 0.625rem;
	width: 25%;
	margin-top: -1px;
	margin-left: -1px;
	border: 1px solid #d9d9d9;
	min-height: 19.2rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	cursor: pointer;
}
.carier__section__list {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 5px);
}
.carier__section__item:hover {
	background: #005baa;
	color: #fff;
	border-color: #005baa;
	z-index: 2;
}
.loaded .carier__section__item {
	transition: background 0.35s ease-in-out, color 0.35s ease-in-out;
}
.carier__section__item:hover .carier__section__item__tags span {
	color: #fff;
	border-color: #fff;
}
.loaded .carier__section__item__tags span {
	transition: 0.35s ease-in-out;
}
.carier__section__contact_item__title {
	font-weight: 700;
	font-size: 2.19rem;
	line-height: 1;
	letter-spacing: -0.0175em;
	color: #005baa;
	margin-bottom: 1.35rem;
}
.carier__section__bottom:before {
	content: '';
	background: #f6f6f6;
	position: absolute;
	left: calc(-1 * (100vw - 95rem) / 2);
	right: calc(-1 * (100vw - 95rem) / 2);
	height: 100%;
	z-index: -1;
}
.carier__section__bottom {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.carier__section__contact_section {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: calc(50% + 1.5px);
}
.carier__section__contact_form {
	position: relative;
	width: calc(50% - 1.5px);
	padding: 2.65rem 0.65rem 2.5rem;
}
.carier__section__contact_item {
	border-right: 1px solid #dedede;
	width: calc(50% - 0.5px);
	padding: 2.6rem 0;
}
.carier__section__contact_item__row__title {
	font-weight: 500;
	font-size: 0.88rem;
	line-height: 1.1;
	letter-spacing: -0.04em;
	color: #a3a3a3;
	margin-bottom: 0.25rem;
}
.carier__section__contact_item__row__value {
	font-weight: 500;
	font-size: 1.25rem;
	letter-spacing: -0.0175em;
}
.carier__section__contact_item__row__value a {
	color: inherit;
	text-decoration: none;
}
.carier__section__contact_item__info {
	display: flex;
	flex-direction: column;
	gap: 1.15rem;
}
.carier__section__contact_item__row__value a:hover {
	color: #005baa;
}
@media screen and (max-width: 1024px) {
	.title_section--carier h1 {
		font-size: 90px;
	}
	.top_carier__info__title {
		font-size: 25px;
		margin-bottom: 10px;
	}
	.top_carier__info__text {
		font-size: inherit;
	}
	.title_section--carier {
		padding: 6px 10px 7px;
	}
	.top_carier__info {
		max-width: 70%;
		padding: 10px;
	}
	.carier__section__select__tab {
		font-size: 13px;
	}
	.carier__section__select {
		padding: 10px;
	}
	.carier__section__list {
		width: calc(100% + 3px);
	}
	.carier__section__item {
		width: 50%;
		padding: 10px;
		min-height: 230px;
	}
	.carier__section__item__title {
		font-size: 25px;
	}
	.carier__section__item__tags {
		gap: 7px;
		margin-top: 20px;
	}
	.carier__section__item__tags span {
		font-size: inherit;
		padding: 4px 7px;
	}
}
@media screen and (max-width: 1024px) {
	.carier__section__bottom:before {
		left: -11px;
		right: -11px;
	}
	.carier__section__item:nth-last-child(3),
	.carier__section__item:nth-last-child(4) {
		border-bottom: 0;
	}
	.carier__section__contact_section {
		width: 100%;
	}
	.carier__section__contact_item:last-child {
		border-left: 1px solid #d9d9d9;
	}
	.carier__section__contact_form {
		width: 100%;
		padding: 16px 10px;
	}
	.carier__section__contact_item {
		border-bottom: 1px solid #dedede;
		padding: 16px 10px;
		border-right: 0;
	}
	.carier__section__contact_item__title {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.carier__section__contact_item__row__value {
		font-size: 12.5px;
	}
	.carier__section__contact_item__row__title {
		font-size: 12px;
		margin-bottom: 5px;
	}
	.top_carier {
		flex-direction: column;
		gap: 0;
	}
	.top_carier__info {
		max-width: 100%;
		border: none;
		border-top: 1px solid #d9d9d9;
	}
	.top_carier__info__text {
		line-height: 1.25;
	}
	.top_carier__info__title__inner {
		max-width: 90rem;
	}
}
@media screen and (max-width: 700px) {
	.carier__section__item {
		width: 100%;
		border: none;
		border-top: 1px solid #d9d9d9;
		margin: 0;
	}
	.carier__section__item:nth-last-child(-n + 4) {
		border-bottom: none;
	}
	.carier__section__item:last-child {
		border-bottom: 1px solid #d9d9d9;
	}
	.carier__section__contact_item {
		width: 100%;
		border-right: 0;
	}
	.carier__section__select__view {
		display: flex;
		font-weight: 700;
		font-size: 13px;
		line-height: 1;
		letter-spacing: -0.04em;
		text-transform: uppercase;
		color: #005baa;
		border: 1px solid #005baa;
		justify-content: center;
		padding: 10px 8.5px 7px;
	}
	.carier__section__select__view span {
		position: relative;
	}
	.carier__section__select__list {
		display: none;
		position: absolute;
		top: calc(100% + 0px);
		background: #fff;
		z-index: 1;
		right: 10px;
		left: 10px;
	}
	.carier__section__select__view span:after {
		background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.29289 8.70711C7.68342 9.09763 8.31658 9.09763 8.70711 8.70711L15.0711 2.34315C15.4616 1.95262 15.4616 1.31946 15.0711 0.928932C14.6805 0.538408 14.0474 0.538408 13.6569 0.928932L8 6.58579L2.34315 0.928932C1.95262 0.538408 1.31946 0.538408 0.928932 0.928932C0.538408 1.31946 0.538408 1.95262 0.928932 2.34315L7.29289 8.70711ZM7 7L7 8L9 8L9 7L7 7Z' fill='%23005BAA'/%3E%3C/svg%3E%0A");
		width: 16px;
		height: 9px;
		background-size: contain;
		background-repeat: no-repeat;
		content: '';
		display: block;
		margin: 5px auto 0;
	}
	.carier__section__select__view:hover {
		color: #fff;
		background: #005baa;
	}
	.carier__section__select__view:hover span:after {
		filter: brightness(0) invert(1);
	}
	.loaded .carier__section__select__view span {
		transition: 0.35s ease-in-out;
	}
	.carier__section__select__list {
		display: none;
	}
	.carier__section__select__tab {
		width: 100%;
		display: block;
		border: none;
	}
	.carier__section__select__tab:nth-child(2) {
		border: 1px solid #005baa;
		border-left: 0;
		border-right: 0;
	}
	.carier__section__select {
		position: relative;
	}
	.carier__section__list {
		width: 100%;
	}
}
.carier_modal_section {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}
.loaded .carier_modal_section {
	transition: 0.35s ease-in-out;
}
.carier_modal {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	max-width: 62.5rem;
	bottom: 1.25rem;
	width: calc(100% - 2.5rem);
	padding: 1.25rem;
	max-height: calc(100vh - 2.5rem);
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translate(0, 1.5rem);
}
.carier_modal::-webkit-scrollbar {
	display: none;
}
.carier_modal {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.carier_modal__overlay {
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.carier_modal__close {
	position: absolute;
	right: 1rem;
	top: 1rem;
	cursor: pointer;
}
.carier_modal__close svg {
	width: 1rem;
	height: auto;
}
.loaded .carier_modal__close {
	transition: 0.35s ease-in-out;
}
.carier_modal__close:hover {
	opacity: 0.25;
}
.carier_modal__title {
	font-weight: 800;
	font-size: 2.5rem;
	line-height: 1;
	letter-spacing: -0.04em;
	font-family: 'Bebas Neue Pro', sans-serif;
	margin-bottom: 0.725rem;
}
.carier_modal__info__item__title {
	font-family: 'Bebas Neue Pro', sans-serif;
	font-weight: 800;
	font-size: 2.5rem;
	line-height: 1;
	letter-spacing: -0.04em;
	margin-bottom: 0.5rem;
}
.carier_modal__info__item__text {
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 1.1;
	letter-spacing: -0.04em;
}
.carier_modal__info__item__text li {
	margin-bottom: 0.5rem;
}
.carier_modal__info__item__text li:last-child {
	margin-bottom: 0;
}
.carier_modal__tags span {
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #005baa;
	border: 1px solid #005baa;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.35rem 0.915rem;
}
.carier_modal__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
	margin-bottom: 1.25rem;
}
.carier_modal__info {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}
.carier_modal__info__item__text ol {
	padding-left: 1.5rem;
}
.carier_modal_section.open {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
.carier_modal.open {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translate(0, 0);
}
.loaded .carier_modal {
	transition: 0.35s ease-in-out;
}
@media screen and (max-width: 1024px) {
	.carier_modal {
		right: 10px;
		left: 10px;
		width: calc(100% - 20px);
		bottom: 10px;
		padding: 50px 12px 16px;
	}
	.carier_modal__info__item__title {
		font-size: 20px;
		margin-bottom: 8px;
	}
	.carier_modal__info__item__text {
		font-size: inherit;
		line-height: 1.2;
	}
	.carier_modal__info__item__text ol {
		padding-left: 16px;
	}
	.carier_modal__info__item__text li {
		margin-bottom: 4px;
	}
	.carier_modal__info {
		gap: 16px;
	}
	.carier_modal__title {
		font-size: 26px;
		margin-bottom: 12px;
		padding-right: 30px;
	}
	.carier_modal__tags {
		gap: 8px;
	}
	.carier_modal__tags span {
		font-size: 11px;
		padding: 4px 9px;
	}
	.carier_modal__close {
		width: 32px;
		height: 32px;
		display: flex;
		align-items: center;
		justify-content: center;
		top: 0;
		right: 0;
		background: #212326;
	}
	.carier_modal__close svg {
		width: 35%;
		height: auto;
		filter: brightness(0) invert(1);
	}
}
.news_main_card__text {
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: -0.0395em;
	flex: 1;
	justify-content: flex-end;
	display: flex;
	align-items: flex-end;
	max-width: 30.5rem;
}
.news_main_card__title {
	font-weight: 800;
	font-size: 2.5rem;
	line-height: 1;
	letter-spacing: -0.04em;
	margin-bottom: 0.625rem;
	font-family: 'Bebas Neue Pro', sans-serif;
	text-transform: uppercase;
}
.news_main_card__title a {
	color: inherit;
	text-decoration: none;
}
.news_main_card__title a:hover {
	color: #005baa;
}
.news_main_card__date {
	font-weight: 500;
	font-size: 0.88rem;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #fff;
	background: #005baa;
	display: inline-flex;
	padding: 0.25rem 0.65rem;
	margin-bottom: 0.725rem;
}
.news_main_card__info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 0;
}
.news_page__promo__add_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.news_main_card {
	width: 50%;
	padding: 1.25rem;
	position: relative;
}
.news_page__section {
	border: 1px solid #d9d9d9;
	border-top: 0;
	border-bottom: 0;
	padding-bottom: 6.25rem;
}
.news_main_card__image {
	display: block;
	overflow: hidden;
	font-size: 0;
	aspect-ratio: 2.117/1;
	aspect-ratio: 1.7936/1;
	position: relative;
	margin-bottom: 0.675rem;
}
.news_main_card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0);
}
.news_main_card__image:hover img {
	transform: scale(1.05);
}
/* .loaded .news_main_card__image img {
	transition: 1s ease-in-out;
} */
.news__card__title {
	font-weight: 800;
	font-size: 1.56rem;
	line-height: 1;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	font-family: 'Bebas Neue Pro', sans-serif;
	max-width: 18.5rem;
	margin-bottom: 0.75rem;
}
.news__card__title a {
	color: inherit;
	text-decoration: none;
}
.news__card__title a:hover {
	color: #005baa;
}
.news__card__date {
	font-weight: 500;
	font-size: 0.88rem;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #fff;
	background: #005baa;
	display: inline-flex;
	padding: 0.35rem 0.5rem;
	margin-bottom: 0.625rem;
}
.news__card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 25%;
	border-right: 1px solid #d9d9d9;
	padding: 0.625rem;
	border-bottom: 1px solid #d9d9d9;
	min-height: 20.75rem;
	color: inherit;
	text-decoration: none;
}

.news__card:hover {
	background: #005ba9;
	color: #fff;
}
.news_page__list {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #d9d9d9;
}
.news__card:nth-child(4n) {
	border-right: none;
}
.news__card__text {
	font-weight: 500;
	letter-spacing: -0.04em;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	word-break: break-word;
}
.news_page__bottom {
	padding-top: 1.25rem;
}
.news_page__promo__main {
	background: #005baa;
	color: #fff;
}
.news_page__promo__main .news_main_card {
	width: 100%;
	padding-bottom: 1.975rem;
}
.news_page__promo__main .news_main_card__image {
	position: absolute;
	right: 1.25rem;
	top: 1.25rem;
	aspect-ratio: auto;
	bottom: 1.25rem;
	width: 44.931rem;
}
.news_page__promo__main .news_main_card__info {
	max-width: 40rem;
	min-height: 25rem;
}
.news_page__promo__main .news_main_card__title {
	font-size: 3rem;
}
.news_page__promo__main .news_main_card__title a:hover {
	opacity: 0.5;
	color: inherit;
}
.news_page__promo__main .news_main_card__date {
	background: #fff;
	color: #005baa;
}
.news_page__promo__main .news_main_card__text {
	max-width: 40rem;
	margin-top: 2.5rem;
}
.news_main_card__image:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #005ba9;
	z-index: 1;
	mix-blend-mode: soft-light;
}
.news_main_card__text__content {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news__card__info {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-top: 2.5rem;
}
.news_page__promo__add_list:before {
	content: '';
	position: absolute;
	left: calc(50% - 1px);
	height: 100%;
	background: #d9d9d9;
	width: 1px;
	pointer-events: none;
}
@media screen and (max-width: 1024px) {
	.news__card {
		width: 50%;
		padding: 10px;
		min-height: 320px;
	}
	.news__card__title {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.news__card__text {
		font-size: inherit;
	}
	.news__card__date {
		padding: 6px 13.5px;
	}
	.news_main_card__title {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.news_main_card__text {
		font-size: inherit;
	}
	.news_main_card__image {
		aspect-ratio: 2/1.15;
	}
	.news_main_card {
		padding: 10px;
	}
	.news__card:nth-child(2n) {
		border-right: 0;
	}
	.news_page__promo__main .news_main_card__info {
		min-height: 270px;
		max-width: 46%;
		width: 100%;
	}
	.news_page__promo__main .news_main_card__image {
		width: 50%;
		margin-bottom: 0;
	}
	.news_page__promo__main .news_main_card__title {
		font-size: 32px;
	}
	.news_page__promo__main .news_main_card {
		padding: 10px 10px 15px;
	}
}
@media screen and (max-width: 700px) {
	.news_page__promo__main .news_main_card {
		padding: 0;
	}
	.news_page__promo__main .news_main_card__image {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.news_page__promo__main .news_main_card__info {
		position: relative;
		z-index: 2;
		max-width: 100%;
		min-height: auto;
		padding: 12px;
	}
	.news_page__promo__main .news_main_card__title {
		font-size: 20px;
	}
	.news_page__promo__main .news_main_card__text {
		margin-top: 0;
	}
	.news_main_card {
		min-height: 325px;
		display: flex;
		width: 100%;
		justify-content: flex-end;
	}
	.news_main_card__text {
		flex: none;
		max-width: 100%;
	}
	.news_main_card__info {
		justify-content: flex-end;
		position: relative;
		z-index: 2;
		color: #fff;
		width: 100%;
	}
	.news_main_card__date {
		display: none;
	}
	.news_page__promo__add_list:before {
		display: none;
	}
	.news_main_card__image {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		width: 100%;
	}
	.news_page__promo__main {
		margin-bottom: 10px;
	}
	.news_main_card__image:after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: linear-gradient(0deg, #0d3454 0, rgba(13, 52, 84, 0) 100%);
		opacity: 0.75;
	}
	.news_page__promo__add_list {
		flex-direction: column;
		gap: 10px;
	}
	.news_main_card__image:before {
		opacity: 0.4;
	}
	.news__card {
		width: 100%;
		border-right: 0;
		margin-top: 10px;
		border-top: 1px solid #d9d9d9;
	}
	.news_page__bottom {
		padding-top: 20px;
	}
	.news_page__section {
		padding-bottom: 40px;
	}
}
.single__news__image {
	position: absolute;
	top: 1.25rem;
	width: 45.62rem;
	right: 1.25rem;
	overflow: hidden;
	bottom: 1.25rem;
	max-height: 50rem;
	font-size: 0;
}
.single__news__title h1 {
	font-family: 'Bebas Neue Pro', sans-serif;
	font-weight: 800;
	font-size: 3rem;
	line-height: 1;
	letter-spacing: -0.04em;
	margin: 0;
	text-transform: uppercase;
}
.single__news {
	position: relative;
	padding: 1.25rem;
	border: 1px solid #d9d9d9;
}
.single__news__date {
	font-weight: 500;
	font-size: 0.88rem;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #fff;
	background: #005baa;
	display: inline-flex;
	padding: 0.31rem 0.725rem;
	margin-bottom: 0;
}
.single__news__content {
	max-width: 45.5rem;
	min-height: 40.6rem;
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	align-items: flex-start;
}
.single__news__text {
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 1.15;
	letter-spacing: -0.0275em;
	flex: 1;
	display: flex;
	align-items: flex-end;
	margin-top: 5rem;
}
.default_text p {
	margin-bottom: 1.4rem;
}
.default_text p:last-child {
	margin-bottom: 0;
}
.single__news__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: 0 0;
}
.single__news:before {
	width: 1px;
	height: 100%;
	position: absolute;
	content: '';
	background: #d9d9d9;
	left: 50%;
	pointer-events: none;
	top: 0;
}
.single__news__image:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgb(0 91 170);
	z-index: 1;
	mix-blend-mode: soft-light;
}
.single__news__image img {
	filter: grayscale(1);
}
@media screen and (max-width: 1024px) {
	.single__news__title h1 {
		font-size: 30px;
	}
	.single__news__image {
		position: relative;
		left: -10px;
		right: -10px;
		top: -10px;
		max-height: 500px;
		bottom: auto;
		margin-bottom: 15px;
		width: calc(100% + 20px);
		aspect-ratio: auto;
	}
	.single__news:before {
		display: none;
	}
	.single__news__content {
		min-height: 0;
		max-width: 45rem;
		gap: 0;
	}
	.single__news__text {
		margin-top: 0;
		font-size: inherit;
		padding-bottom: 10px;
		line-height: 1.15;
	}
	.single__news__title {
		margin-bottom: 15px;
	}
	.single__news__date {
		margin-bottom: 10px;
		font-size: inherit;
		padding: 5px 11px;
	}
	.single__news {
		padding: 10px;
	}
}
@media screen and (max-width: 700px) {
	.single__news__title {
		margin-bottom: 10px;
	}
	.single__news__title h1 {
		font-size: 20px;
	}
}
.purchases__form__item__title {
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 1.1;
	letter-spacing: -0.04em;
	margin-bottom: 0.625rem;
}
.purchases__form__item__field input {
	width: 100%;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.1;
	letter-spacing: -0.04em;
	background: #fff;
	border-radius: 0;
	border: 1px solid #d9d9d9;
	padding: 0.575rem 0.575rem;
}
.purchases__form__item {
	padding: 1.25rem 1.25rem 0.65rem;
	padding-right: 0.65rem;
	flex: 1;
}
.purchases__form__row {
	display: flex;
	flex-wrap: wrap;
}
.purchases__section {
	border: 1px solid #d9d9d9;
	margin-top: -1px;
}
.purchases__section__top__empty {
	height: 1.3rem;
	border-bottom: 1px solid #d9d9d9;
	background: #fbfbfb;
}
.purchases__form__item:nth-child(2n) {
	padding-left: 0.6rem;
	padding-right: 1.25rem;
}
.purchases__form__item--btn {
	padding: 0 1.25rem;
}
.purchases__section__item__outlink a:hover {
	color: inherit;
}
.purchases__section__item__title {
	font-weight: 500;
	font-size: 1.56rem;
	line-height: 1;
	letter-spacing: -0.0205em;
	max-width: 30rem;
	margin-bottom: 1.25rem;
}
.purchases__section__item__subtitle {
	font-weight: 500;
	letter-spacing: -0.045em;
	margin-bottom: 0.65rem;
}
.purchases__section__item__addtitle {
	font-weight: 500;
	letter-spacing: -0.04em;
	color: #a3a3a3;
}
.purchases__section__item__price {
	font-weight: 500;
	letter-spacing: -0.04em;
	margin-bottom: 1.2rem;
}
.purchases__section__item__outlink a {
	font-weight: 500;
	letter-spacing: -0.04em;
	color: #005baa;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	gap: 0.25rem;
}
.purchases__section__item__time {
	font-weight: 500;
	letter-spacing: -0.04em;
}
.purchases__section__item__time_clock {
	color: #a3a3a3;
}
.purchases__section__item {
	display: flex;
	flex-wrap: wrap;
	background: #f6f6f6;
	padding: 1.225rem 1.25rem 1.02rem;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	gap: 1rem;
	align-items: flex-start;
}
.purchases__section__top {
	background: #f6f6f6;
	padding-bottom: 0.625rem;
	border-bottom: 1px solid #d9d9d9;
}
.purchases__section__list {
	background: #fbfbfb;
	padding: 1.225rem 0;
	display: flex;
	flex-direction: column;
	gap: 0.725rem;
}
.purchases__section__item__col {
	flex: 1;
}
.purchases__section__item__col--2 {
	width: 18.35rem;
	flex: none;
}
.purchases__section__item__col--3 {
	width: 12.25rem;
	flex: none;
}
@media screen and (max-width: 1024px) {
	.purchases__section__item__col--2 {
		width: 12.5rem;
	}
	.purchases__section__item__title {
		font-size: 14px;
		line-height: 1.25;
		margin-bottom: 10px;
	}
	.purchases__section__item__subtitle {
		margin-bottom: 6px;
		font-size: 11px;
	}
	.purchases__section__item__addtitle {
		font-size: 11px;
	}
	.purchases__section__item__price {
		margin-bottom: 10px;
	}
	.purchases__section__item__time {
		font-size: 11px;
		line-height: 1.35;
	}
	.purchases__section__item {
		margin-bottom: 0;
	}
	.purchases__section__list {
		gap: 10px;
		padding: 20px 0;
	}
	.purchases__section__top__empty {
		height: 20px;
	}
	.purchases__section__top {
		padding-bottom: 10px;
	}
	.purchases__form__item--btn {
		padding: 0 10px;
	}
	.purchases__form__item {
		padding: 10px 10px 0;
	}
	.purchases__form__item:nth-child(2n) {
		padding-right: 10px;
	}
	.purchases__form__item__field input::placeholder {
		opacity: 0.4;
	}
	.purchases__form__item__field input {
		font-size: 12px;
		padding: 11px 12px;
	}
	.purchases__form__item__title {
		font-size: inherit;
	}
	.purchases__section__top__empty {
		display: none;
	}
}
@media screen and (max-width: 700px) {
	.purchases__form__row {
		flex-direction: column;
	}
	.purchases__section__item {
		flex-direction: column;
		padding: 0;
		gap: 0;
	}
	.purchases__section__item__col {
		border-bottom: 1px solid #d9d9d9;
		flex: none;
		width: 100%;
		padding: 12px;
	}
	.purchases__section__item__subtitle {
		margin-bottom: 5px;
	}
	.purchases__section__item__title {
		margin-bottom: 8px;
		font-weight: 700;
	}
	.purchases__section__item__price {
		margin-bottom: 7.5px;
	}
	.purchases__section__item__col:last-child {
		border-bottom: #ffdead;
	}
}
.hero_logistic {
	position: relative;
}
.hero_logistic__video video {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero_logistic:before {
	display: none;
}

.hero_logistic__video:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 22.31rem;
	content: '';
	width: 100%;
	z-index: 1;
	background: linear-gradient(
		360deg,
		rgba(0, 0, 0, 0.7) 0%,
		rgb(0 0 0 / 0%) 100%
	);
}
.hero_logistic .title_section {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 0.35rem;
	z-index: 2;
	border: none;
	color: #fff;
}
.logistic_page_1 {
	padding-top: 10.25rem;
}
.logistic_page_1 .section_0__addtext {
	max-width: 30rem;
}
.count_section__list--logistic__1 {
	border-top: 1px solid #d9d9d9;
}
.count_section__item--logistic_1 {
	padding: 0rem 0.625rem 0.625rem;
}
.count_section__item--logistic_1 .count_section__item__top {
	margin-bottom: 3.5rem;
}
.logistic_page_1 .section_0__info {
	padding-top: 0;
}
.logistic_page_1__images {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
}
.logistic_page_1__image {
	flex: 1;
	aspect-ratio: 16/11.95;
	overflow: hidden;
	position: relative;
}
.logistic_page_1__image img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: 1;
	filter: saturate(0);
}
.logistic_page_2 {
	padding-top: 9.25rem;
}
.logistic_page_2__item__title {
	font-weight: 800;
	font-size: 5rem;
	line-height: 1;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #005baa;
	font-family: 'Bebas Neue Pro', sans-serif;
	margin-bottom: 0.7rem;
}
.logistic_page_2__item__text {
	font-weight: 500;
	font-size: 1.12rem;
	line-height: 1;
	letter-spacing: -0.04em;
}
.logistic_page_2__list {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #d0d0d0;
	margin: 0 1px;
	justify-content: space-between;
}
.logistic_page_2__item {
	width: calc(50% - 1px);
	position: relative;
	z-index: 1;
	background: #fbfbfb;
	border-bottom: 1px solid #d0d0d0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 21.125rem;
	padding: 1.25rem;
	overflow: hidden;
}
.logistic_page_2__item:before {
	width: 1.25rem;
	height: 1.25rem;
	content: '';
	position: absolute;
	left: 1.1rem;
	top: 1.1rem;
	background: #005baa;
	display: block;
	opacity: 0;
}
.logistic_page_2 .section_0__info {
	padding-bottom: 1.4rem;
}
.logistic_page_2__item--gray {
	background: #f6f6f6;
}
.call_section--logistic__info__title {
	font-weight: 800;
	font-size: 12.19rem;
	line-height: 0.9;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #005baa;
	font-family: 'Bebas Neue Pro', sans-serif;
}
.call_section--logistic__info {
	flex: 1;
	padding-top: 2.5rem;
}
.hero_logistic__lines {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	pointer-events: none;
}
.hero_logistic__line {
	height: 100%;
	width: 1px;
	background: #fff;
	position: absolute;
	top: 0;
	z-index: 1;
	left: 23.415rem;
	opacity: 0.5;
}
.hero_logistic__line--2 {
	left: 47.5rem;
}
.hero_logistic__line--3 {
	left: 71.55rem;
}
@media screen and (max-width: 1024px) {
	.call_section--logistic__info__title {
		font-size: 80px;
		width: 310px;
		padding: 20px 10px;
	}
	.logistic_page_2__item__title {
		font-size: 40px;
	}
	.logistic_page_2__item__text {
		font-size: 14px;
	}
	.logistic_page_2__item {
		padding: 10px;
		min-height: 270px;
	}
	.hero_logistic .title_section h1 {
		font-size: 64px;
	}
	.hero_logistic__lines {
		display: none;
	}
	.logistic_page_1 {
		padding-top: 70px;
	}
	.count_section__item--logistic_1 {
		padding: 9px 12px 12px;
		display: flex;
		flex-direction: column;
		gap: 20px;
		min-height: 140px;
		justify-content: space-between;
	}
	.count_section__item--logistic_1 .count_section__item__top {
		margin-bottom: 0;
	}
	.count_section__item--logistic_1 .count_section__item__bottom {
		max-width: 20rem;
	}
	.logistic_page_2 {
		padding-top: 70px;
	}
}
@media screen and (max-width: 700px) {
	.hero_logistic .title_section h1 {
		font-size: 35px;
	}
	.logistic_page_1 {
		padding-top: 0;
	}
	.logistic_page_1__image {
		width: 100%;
		flex: none;
	}
	.logistic_page_1__images {
		gap: 12px;
	}
	.logistic_page_2 {
		padding-top: 0;
	}
	.logistic_page_2__item {
		width: 100%;
	}
	.call_section--logistic__info {
		display: none;
	}
	.hero_logistic .video__full {
		max-height: 400px;
		width: 100%;
	}
}
.text_page__main {
	font-weight: 500;
	font-size: 1.15rem;
	line-height: 1.35;
	letter-spacing: -0.0275em;
	display: flex;
	align-items: flex-end;
	border: 1px solid #d9d9d9;
	border-top: 0;
	border-bottom: 0;
	position: relative;
	padding: 2.25rem 2.25rem 5rem;
}
.text_page__content {
	max-width: 60rem;
}
.default_text h1,
.default_text h2,
.default_text h3,
.default_text h4 {
	margin-bottom: 2.15rem;
	margin-top: 3.75rem;
	font-family: 'Bebas Neue Pro', sans-serif;
	line-height: 1.1;
}
.default_text h1 {
	font-size: 3em;
}
.default_text > :first-child {
	margin-top: 0;
}
.default_text h2 {
	font-size: 2.5em;
}
.default_text h3 {
	font-size: 2.25em;
}
.default_text ol,
.default_text ul {
	padding-left: 2.5rem;
	margin-bottom: 2.15rem;
}
.default_text h4 {
	font-size: 2rem;
}
.default_text li {
	margin-bottom: 1.25rem;
}
.default_text li:last-child {
	margin-bottom: 0;
}
.default_text hr {
	margin: 2.5rem 0;
	background: #000;
	width: 100%;
	height: 1px;
	border: none;
}
@media screen and (max-width: 1024px) {
	.text_page__content {
		font-size: 14px;
	}
	.text_page__main {
		padding: 25px 20px 32px;
	}
	.default_text h1 {
		font-size: 2.75em;
		margin-top: 3rem;
		margin-bottom: 2.25rem;
	}
	.default_text h2 {
		font-size: 2.25rem;
	}
	.default_text h3 {
		font-size: 2.15rem;
	}
}
@media screen and (max-width: 700px) {
	.default_text ol,
	.default_text ul {
		padding-left: 15px;
	}
	.default_text h1,
	.default_text h2,
	.default_text h3,
	.default_text h4 {
		margin-top: 40px;
		line-height: 1.15;
	}
	.default_text h4 {
		font-size: 1.6rem;
	}
	.default_text h3 {
		font-size: 1.85rem;
	}
	.default_text h2 {
		font-size: 2rem;
	}
	.default_text h1 {
		font-size: 2.25rem;
	}
}
.__animate__title {
	overflow: hidden;
}
.__animate__title span {
	overflow: hidden;
	transform: translate(0, 100%);
	display: block;
}
.__animate__top {
	transform: translate(0, 1rem);
	opacity: 0;
}
.__animate__top__blur {
	transform: translate(0, 1rem);
	opacity: 0;
}
.__animate__left {
	transform: translate(-1.5rem, 0);
	opacity: 0;
}
.__animate__scale {
	transform: scale(0);
	opacity: 0;
}
.__animate__opacity {
	opacity: 0;
}
.__animate__scale_down {
	transform: scale(1.175);
}
.__animate__line_home_about {
	transform: scaleX(0);
	transform-origin: 0 0;
}
.__animate__line_home_about--right {
	transform: scaleX(0);
	transform-origin: 100% 0;
}
.__animate_promo_curtain {
	transform: translate(0, -2rem);
}
.__animate__footer_pin {
	/* transform: translate(0, -100%); */
	/* opacity: 0.25; */
}

.hero_logistic__video {
	background: #005ba9;
}

.hero_logistic__video {
	background: #005ba9;
	cursor: default;
}

.hero_logistic:before {
	background-image: url("data:image/svg+xml,%3Csvg width='90' height='90' viewBox='0 0 90 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='45' cy='45' r='44.5' fill='%23F6F6F6' stroke='white'/%3E%3Cpath d='M61 44.5L36.1623 59.6554L36.1623 29.3446L61 44.5Z' fill='%23005BAA'/%3E%3C/svg%3E%0A");
	width: 5.625rem;
	aspect-ratio: 1/1;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 3;
	background-size: contain;
	content: '';
	pointer-events: none;
}

.hero_logistic .video__full:before {
	display: none;
}

.loaded .hero_logistic:before {
	transition: 0.35s ease-in-out;
}

.hero_logistic:hover:before {
	transform: scale(0.95);
}

@media screen and (max-width: 700px) {
	.hero_logistic:before {
		width: 50px;
	}
}

.catalog__item__slider .slick-dots:has(li:nth-child(2)) {
	display: flex;
}

.catalog__item__slider .slick-dots {
	display: none;
}

.kmd_section_3 .section_0__title {
	position: relative;
	z-index: 2;
}
.production_gallery__slider .slick-arrow.slick-disabled {
	opacity: 0.25;
	pointer-events: none;
}

.modal__x {
	width: 100%;
	max-width: 50rem;
	padding: 0;
}
.modal__x__success {
	max-width: 32.5rem;
}

.modal__x__inner {
	padding: 3.5rem 2.75rem;
}

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

.modal__x__success__text {
	text-align: center;
	font-family: 'Bebas Neue Pro', sans-serif;
	font-weight: 800;
	font-size: 2rem;
	line-height: 1.1;
	letter-spacing: -0.025em;
	text-transform: uppercase;
	color: #005baa;
	max-width: 21rem;
	margin: 0 auto;
}

.modal__x__success__image {
	width: 74.5%;
	display: block;
	margin: 0 auto 1.5rem;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
	background: transparent;
	color: #000;
}

.fancybox__content > .f-button.is-close-btn {
	width: 2rem;
	height: 2rem;
	top: -2.25rem;
}

.fancybox__content > .f-button.is-close-btn svg {
	width: 60%;
	height: auto;
}

.__animate__line__vertical {
	transform: scaleY(0);
	transform-origin: 0 0;
}

.card--animate {
	opacity: 0;
	transform: translate(0, 0.5rem);
}

.projects__section:not(:has(.btn_projects__section)) {
	border-bottom: none;
	padding-bottom: 0rem;
}

.purchases__section:not(:has(.btn_purchases_more)) {
	border-bottom: none;
	padding-bottom: 0rem;
}

.projects__section:not(:has(.btn_projects__section)) + .call_section {
	border-top: 0;
}

.loadingPost {
	filter: grayscale(0.825);
	opacity: 0.35;
	pointer-events: none;
}

input.invalid {
	border-color: #ef1111;
	background-color: #ffecec;
	animation: 0.25s horizontal-shaking ease-in-out;
}

@keyframes horizontal-shaking {
	0% {
		transform: translateX(0);
	}
	25% {
		transform: translateX(1px);
	}
	50% {
		transform: translateX(-1px);
	}
	75% {
		transform: translateX(1px);
	}
	100% {
		transform: translateX(0);
	}
}

.loaded .purchases__form__item__field input {
	transition: 0.35s ease-in-out;
}

.__animate__top__scrub__vacancy {
	margin-bottom: -10rem;
}

.__animate__home_hero {
	margin-bottom: -20rem;
	background: #fff;
	position: relative;
	z-index: 1;
	border: 1px solid #e8e8e8;
	border-bottom: none;
	border-top: none;
}

@media screen and (max-width: 700px) {
	.__animate__home_hero {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 1024px) {
	.home__about .grid_line__block {
		display: none;
	}
}

.btn_ghost:hover {
	color: #005baa;
	border-color: #005baa;
}

.btn_ghost:hover svg {
	color: #005baa;
}

.loaded .btn_ghost:hover svg {
	transition: 0.35s ease-in-out;
}

.btn_a:hover .btn_a_block span {
	color: #005baa;
}

.call_section__form__item input[type='email']::placeholder,
.call_section__form__item input[type='phone']::placeholder,
.call_section__form__item input[type='tel']::placeholder,
.call_section__form__item input[type='text']::placeholder {
	color: #a3a3a3;
}

.section_0__info:has(.production_quality__list) {
	background: transparent;
}

.section_0__info:has(.production_quality__list) .section_0__text {
	background: #fbfbfb;
}

.section_0__info:has(.production_quality__list) .production_quality__title {
	max-width: 30rem;
	padding-top: 2.75rem;
	background: #fbfbfb;
	margin-bottom: 0;
	padding-bottom: 2rem;
}

.section_0__info:has(.production_quality__list) .production_quality__info {
	margin-top: 0;
}
@media screen and (max-width: 700px) {
	.section_0__info:has(.production_quality__list) .production_quality__title {
		padding-bottom: 25px;
		padding-top: 30px;
	}
}

.page_about__top__image:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #005ba9;
	z-index: 1;
	mix-blend-mode: soft-light;
	pointer-events: none;
}

.btn_ghost--home_logic {
	width: 100%;
	max-width: 22.5rem;
	justify-content: center;
}

.__line_cube_move_advantage.show_cube:before {
	transform: translate(0, 0);
	opacity: 1;
}

.loaded .__line_cube_move_advantage:before {
	transition: 0.45s linear;
}

.__line_cube_move_advantage:before {
	transform: translate(-1.95rem, 0);
}
.__animate_production_package__card__2 {
	transform: translate(0, -24rem);
}
.__animate_production_package__card__1 {
	transform: translate(0, -5rem);
}
@media screen and (max-width: 1024px) {
	.__animate_production_package__card__2 {
		transform: translate(0, 0rem);
	}
	.__animate_production_package__card__1 {
		transform: translate(0, 0rem);
	}
}

.project__item__image:hover:after {
	opacity: 0;
}

.project__item__image:hover .project__item__image__bg {
	opacity: 0;
}

.project__item__image:hover img {
	filter: saturate(1);
}

.project__item__image:hover:before {
	filter: brightness(0);
}

.loaded .project__item__image__bg,
.loaded .project__item__image:before {
	transition: 0.35s ease-in-out;
}

.loaded .project__item__image img {
	transition: filter 0.35s ease-in-out;
}

.single__news__image:hover:before {
	opacity: 0;
}

.single__news__image:hover img {
	filter: none;
}

.loaded .single__news__image:before {
	transition: 0.35s ease-in-out;
}

.loaded .single__news__image img {
	transition: filter 0.35s ease-in-out;
}

.news_main_card__image:hover:before {
	opacity: 0;
}

.loaded .news_main_card__image:before {
	transition: 0.35s ease-in-out;
}

.loaded .news_main_card__image img {
	transition: filter 0.35s ease-in-out;
}

.news_main_card__image:hover img {
	filter: none;
}

.logistic_page_1__image:hover img {
	filter: none;
}

.logistic_page_1__image:hover .project__item__image__bg {
	opacity: 0;
}

.loaded .logistic_page_1__image img {
	transition: filter 0.35s ease-in-out;
}

.production_gallery__slide__bg {
	mix-blend-mode: soft-light;
	background: #005baa;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 2;
	pointer-events: none;
}
.production_gallery__slide:hover .production_gallery__slide__bg {
	opacity: 0;
}

.production_gallery__slide:hover img {
	filter: none;
}

.production_gallery__slide:hover .production_gallery__slide__bg {
	opacity: 0;
}

.loaded .production_gallery__slide img,
.loaded .production_gallery__slide__bg {
	transition: 0.35s ease-in-out;
}

.call_section__form__item select {
	width: 100%;
	background: transparent;
	appearance: none;
	background: 0 0;
	border: none;
	border-bottom: 1px solid #a3a3a3;
	border-radius: 0;
	width: 100%;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: -0.04em;
	padding: 0.64rem 0;
	color: #000;
}
@media screen and (max-width: 1024px) {
	.call_section__form__item select {
		font-size: 13px;
	}
}
.call_section__form__item select:focus {
	outline: none;
}

.call_section__form__item select:invalid {
	color: #a4a4a4;
	text-transform: uppercase;
}
.call_section__form__item select option[value=''] {
	display: none;
}
.call_section__form__item select option {
	color: #000;
	text-transform: none;
}

.default_text a {
    color: #005ba9;
}

.default_text a:hover {
    color: inherit;
    text-decoration: none;
}


.hero_production__btn {
    justify-content: center;
    display: flex;
    text-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.btn_hero_production {
    position: absolute;
    width: auto;
    z-index: 2;
    background: #fff;
    margin-top: -7.3rem;
    color: inherit;
    width: 22.85rem;
    border: 1px solid #fff;
}

.btn_hero_production svg {
    width: 1.1rem;
    margin-left: 0.65rem;
}

.btn_hero_production:hover {
    background: #005ba9;
    color: #fff;
}
.btn_hero_production:hover span:after{  color: #fff;}
.btn_hero_production:hover svg path {
    fill: #fff;
}

.loaded .btn_hero_production svg path {
    transition: 0.25s ease-in-out;
}


@media screen and (max-width: 550px) {

.btn_hero_production {
    font-weight: 400;
}
}