/* Common */
@font-face {
	font-family: 'Atyp Text';
	src: url("fonts/AtypText-Regular.woff2") format("woff2"), url("fonts/AtypText-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* Media */
/* Content */
html {
	overflow-x: hidden;
	overflow-y: scroll;
	height: auto;
}

body {
	min-width: calc(360 * 1px);
	/* px-to-viewport-ignore */
	font-family: "Atyp Text", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 5.27778vw;
	line-height: 1;
	font-weight: 400;
	color: #090F46;
	overflow-x: hidden;
}

.compensate-for-scrollbar {
	margin-right: 0 !important;
}

:root {
	--bs-gutter-x: 2.77778vw;
}

.wrapper {
	max-width: 533.33333vw;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 5.83333vw rgba(157, 163, 183, 0.75);
	margin: 0 auto;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
	box-sizing: border-box;
}

.container {
	max-width: none;
}

.fancybox-active {
	overflow: hidden !important;
}

textarea,
select,
button,
input,
a:focus,
a:hover,
a {
	color: inherit;
	transition: 0.3s;
	outline: 0;
}

a:hover {
	text-decoration: none;
}

[href^="tel:"] {
	white-space: nowrap;
}

img, svg {
	max-width: 100%;
}

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

*:focus {
	outline: none !important;
}

p {
	margin: 0;
}

button, input, select, textarea {
	font-family: inherit;
}

input:focus {
	background: none;
}

::-webkit-input-placeholder {
	opacity: 1;
	color: inherit;
}

::-ms-input-placeholder {
	opacity: 1;
	color: inherit;
}

::placeholder {
	opacity: 1;
	color: inherit;
}

source {
	display: none;
}

label.error {
	display: none !important;
}

.widget-form-privacy {
	display: none !important;
}

.hidden {
	display: none;
}

.visible {
	display: block;
}

.overlay.active {
	z-index: 10;
	background: rgba(0, 0, 0, 0.4);
}

.title {
	font-size: 7.22222vw;
	line-height: 102%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
}

.box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 9.72222vw;
}

.more {
	font-size: 2.77778vw;
	line-height: 2.22222vw;
	color: #FF0E0E;
	text-transform: uppercase;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.more._mob {
	justify-content: flex-end;
}

.more._desk {
	display: none;
}

.more-arrow {
	width: 11.11111vw;
	height: 11.11111vw;
	background: #FF0E0E;
	position: relative;
	display: block;
	border-radius: 50%;
	margin-left: 3.05556vw;
}

.more-arrow:before {
	content: '';
	position: absolute;
	background-image: url("../img/common/arrow.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 80%;
	height: 100%;
	top: 17%;
	left: 0;
}

.more-plus {
	width: 11.11111vw;
	height: 11.11111vw;
	background: #FF0E0E;
	position: relative;
	display: block;
	border-radius: 50%;
}

.more-plus:before {
	content: '';
	position: absolute;
	background-image: url("../img/common/plus.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 70%;
	height: 70%;
	top: 15%;
	left: 15%;
	right: 0;
	bottom: 0;
}

.slider-nav {
	display: flex;
	align-items: center;
}

.slider-nav span {
	border-radius: 50%;
	width: 11.11111vw;
	height: 11.11111vw;
	background: #FF0E0E;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.slider-nav span img {
	width: 6.80556vw;
	height: 3.33333vw;
}

.slider-nav span + span {
	margin-left: 3.33333vw;
}

/* Forms */
/* Blocks */
.header {
	padding: 6.11111vw 0 4.44444vw;
	color: #FF0E0E;
	text-transform: uppercase;
	z-index: 99;
	position: fixed;
	top: 0;
	left: auto;
	right: auto;
	width: 100%;
	max-width: 533.33333vw;
	background: #fff;
}

.header__scrolled {
	box-shadow: 0px 1.11111vw 2.77778vw rgba(167, 167, 167, 0.25);
}

.header__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header__content {
	display: flex;
	align-items: center;
	margin-left: auto;
}

.header__logo {
	display: flex;
	max-width: 34.72222vw;
}

.header__language {
	display: none;
}

.header__nav {
	-webkit-transform: translateX(-200%);
	        transform: translateX(-200%);
	transition: all .5s;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 85%;
	padding: 6.38889vw 5.55556vw 16.94444vw 5.55556vw;
	font-size: 3.88889vw;
	line-height: 140%;
}

.header__nav.active {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
	box-shadow: -1.38889vw 0 1.38889vw -1.38889vw rgba(167, 167, 167, 0.3);
	overflow: auto;
	height: 100%;
	overflow: auto;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.header__nav-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 8.33333vw 0;
}

.header__nav-close {
	border: 0 !important;
	width: 6.94444vw;
	height: 6.94444vw;
}

.header__nav-close img {
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 100%;
}

.header__nav-item {
	border-top: 0.7px solid rgba(9, 15, 70, 0.3);
	margin-left: -5.55556vw;
}

.header__nav-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2.77778vw 0 2.77778vw 5.55556vw;
}

.header__nav-link .more-arrow {
	width: 8.33333vw;
	height: 8.33333vw;
}

.header__nav-link.current {
	color: #090F46;
}

.header__nav-lk a {
	font-size: 2.77778vw;
	line-height: 140%;
	-webkit-text-decoration-line: underline;
	        text-decoration-line: underline;
	color: #000000;
	text-transform: none;
}

.header__social {
	margin-top: 6.94444vw;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.header__social-item {
	border: 0.6173px solid #FF0E0E;
	border-radius: 51.44167vw;
	height: 11.66667vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.header__social-item img {
	min-height: 3.88889vw;
}

.header__broadcast {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 4.16667vw;
	line-height: 2.22222vw;
	border: 0.6px solid #FF0E0E;
	border-radius: 7.08333vw;
	min-height: 7.77778vw;
	padding: 0 2.91667vw;
	min-width: 25.27778vw;
}

.header__broadcast-icon {
	position: relative;
	font-size: 4.16667vw;
	line-height: 0;
}

.header__broadcast-icon:before {
	content: '';
	font-size: inherit;
	line-height: 1;
	background-image: url("../img/header/broadcast.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	padding: 0 0.6em;
}

.header__profile {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-width: 7.77778vw;
	min-height: 7.77778vw;
	border: 0.6px solid #FF0E0E;
	border-radius: 50%;
	margin: 0 1.94444vw;
}

.header__profile img {
	min-height: 3.88889vw;
}

.header__search {
	display: none;
	cursor: pointer;
}

.header__menu {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 7.77778vw;
	height: 7.77778vw;
	border: 0.6px solid #FF0E0E;
	border-radius: 50%;
}

.header__menu .ham {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.header__menu .line {
	fill: none;
	transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
	stroke: #FF0E0E;
	stroke-width: 4.5;
	stroke-linecap: round;
}

.header__menu .hamR .top {
	stroke-dasharray: 40 121;
}

.header__menu .hamR .bottom {
	stroke-dasharray: 40 121;
}

.docs {
	padding: 9.72222vw 0 19.44444vw;
}

.docs__items {
	margin-bottom: 6.94444vw;
}

.docs__item {
	position: relative;
	padding: 6.94444vw 0;
	height: 55.55556vw;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: -1px;
	border: solid rgba(9, 15, 70, 0.3);
	border-width: 1px 0;
}

.docs__item-name {
	font-size: 5.27778vw;
	line-height: 5.27778vw;
	letter-spacing: -0.04em;
	margin-bottom: 3.33333vw;
}

.docs__item-download {
	font-size: 2.77778vw;
	line-height: 2.22222vw;
	text-transform: uppercase;
	color: #FF0E0E;
}

.docs__item.hidden {
	display: none;
}

.docs__additional {
	margin-top: 19.44444vw;
}

.docs__additional-title {
	font-size: 2.77778vw;
	line-height: 2.22222vw;
	text-transform: uppercase;
	margin-bottom: 6.94444vw;
}

.docs__additional-item {
	position: relative;
	padding: 6.94444vw 0;
	height: 55.55556vw;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: -1px;
	border: solid rgba(9, 15, 70, 0.3);
	border-width: 1px 0;
}

.docs__additional-name {
	font-size: 5.27778vw;
	line-height: 5.27778vw;
	letter-spacing: -0.04em;
	margin-bottom: 3.33333vw;
}

.docs__additional-name span {
	font-size: 2.77778vw;
}

.docs__additional-download {
	font-size: 2.77778vw;
	line-height: 2.22222vw;
	text-transform: uppercase;
	color: #FF0E0E;
}

.partners {
	padding: 9.72222vw 0;
}

.partners__title {
	margin-bottom: 8.88889vw;
}

.partners__slider {
	margin: 0 -5.55556vw 14.44444vw;
}

.partners__slider .slick-slide {
	padding: 0 5.55556vw;
}

.partners__item {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.partners__item-logo {
	background: #090F46;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 277.5vw;
	width: 37.22222vw;
	height: 37.22222vw;
	margin-bottom: 4.44444vw;
}

.partners__item-name {
	font-size: 2.77778vw;
	line-height: 110%;
	text-align: center;
	text-transform: uppercase;
	width: 37.22222vw;
}

.partners__box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.partners__button {
	font-size: 2.77778vw;
	line-height: 2.22222vw;
	text-transform: uppercase;
	border: 1px solid #FF0E0E;
	border-radius: 7.61253vw;
	color: #FF0E0E;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 37.5vw;
	height: 9.72222vw;
}

.footer {
	color: #fff;
	background: #090F46;
	padding: 11.11111vw 0 8.33333vw;
}

.footer__top {
	display: none;
}

.footer__form {
	margin-bottom: 13.88889vw;
}

.footer__form-title {
	font-size: 5.27778vw;
	line-height: 5.27778vw;
	letter-spacing: -0.04em;
	margin-bottom: 9.16667vw;
}

.footer__form-items {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 9.16667vw;
}

.footer__form-item {
	width: 100%;
	display: flex;
	max-width: 100%;
	height: 8.33333vw;
}

.footer__form-item._button {
	height: 15.55556vw;
}

.footer__form-input {
	border: none;
	font-weight: 400;
	font-size: 5.27778vw;
	line-height: 5.27778vw;
	letter-spacing: -0.04em;
	width: 100%;
	outline: none;
	border-bottom: 1px solid #fff;
	background: transparent;
}

.footer__form-input::-webkit-input-placeholder {
	font-weight: 400;
	font-size: 5.27778vw;
	line-height: 5.27778vw;
	letter-spacing: -0.04em;
	color: rgba(255, 255, 255, 0.2);
}

.footer__form-input::-ms-input-placeholder {
	font-weight: 400;
	font-size: 5.27778vw;
	line-height: 5.27778vw;
	letter-spacing: -0.04em;
	color: rgba(255, 255, 255, 0.2);
}

.footer__form-input::placeholder {
	font-weight: 400;
	font-size: 5.27778vw;
	line-height: 5.27778vw;
	letter-spacing: -0.04em;
	color: rgba(255, 255, 255, 0.2);
}

.footer__form-button {
	border-radius: 7.77778vw;
	border: 0;
	cursor: pointer;
	max-width: 100%;
	width: 100%;
	color: #fff;
	background: #4E94FF;
	height: 15.55556vw;
}

.footer__form-button span {
	font-weight: 400;
	font-size: 5.27778vw;
	line-height: 5.27778vw;
	letter-spacing: -0.04em;
	margin-right: 1.38889vw;
}

.footer__items {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 7.77778vw;
}

.footer__item {
	border: 0.69px solid #4E94FF;
	border-radius: 56.94444vw;
}

.footer__item-contacts {
	flex-basis: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 15.55556vw;
	border-radius: 56.94444vw;
	font-size: 5.27778vw;
	line-height: 5.27778vw;
	letter-spacing: -0.04em;
	color: #4E94FF;
}

.footer__item-contacts img {
	min-height: 6.94444vw;
	margin-right: 1.16667vw;
}

.footer__item-contacts span {
	display: flex;
	align-items: center;
}

.footer__item-contacts._phone {
	margin-bottom: 6.11111vw;
}

.footer__item-social {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 63.33333vw;
	height: 14.16667vw;
	flex-basis: 33.3%;
}

.footer__item-social img {
	min-height: 4.72222vw;
}

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

.footer__bottom-items {
	flex-basis: 30%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.footer__bottom-logo {
	max-width: 34.72222vw;
}

.footer__bottom-privacy {
	font-size: 2.22222vw;
	line-height: 2.22222vw;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.2);
}

.footer__bottom-privacy a {
	display: block;
	text-decoration: underline;
	margin-top: 3.88889vw;
}

.footer__bottom-menu {
	font-size: 2.77778vw;
	line-height: 2.22222vw;
	flex-basis: 30%;
}

.footer__menu {
	text-transform: uppercase;
}

.footer__menu .footer__menu-item + .footer__menu-item {
	margin-top: 3.05556vw;
}

/* Popups */
.popup-region {
	padding: 0;
	margin: 0;
	font-size: 5.27778vw;
	line-height: 5.27778vw;
}

.popup-region__name {
	color: #fff;
	background-color: #090F46;
	padding: 5.55556vw;
}

.popup-region__desc {
	padding: 5.55556vw;
}

.popup-region .fancybox-close-small {
	color: #fff;
}
