/* Theme style.css */

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

 html {
  line-height: 1; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  margin: 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
}

sup {
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

:after,:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

*,body {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-focus-ring-color: rgba(0,0,0,0);
	outline: none
}

body,html {
	height: 100%;
	margin-top: 0!important
}

body {
	font-size: 16px;
	line-height: 1.25;
	min-width: 20rem;
	overflow-x: hidden;
	position: relative;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	color: #2b2b2b;
}

body.is-fixed {
	overflow: hidden;
}

.wrapper {
	padding-top: 4.6875rem;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	max-width: 93.75rem;
	width: 100%;
	padding: 0 1.25rem;
	margin: 0 auto;
}

.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	transition: .3s ease-in-out;
	cursor: pointer;
	border: 0;
	padding: 0 1.87500rem;
	height: 3.5625rem;
	color: #fff;
	letter-spacing: 0.02rem;
	line-height: 1.67;
	font-weight: 500;
	font-family: inherit;
	background: #ff6f00;
	border-radius: 0.75rem;
}

.btn:hover {
	background: #e53d00;
	color: #fff;
}

.btn:focus {
	box-shadow: none;
}

.btn:focus-visible {
	outline-offset: 0.3125rem;
	outline: 0.125rem solid #FF6F00;
}

.title {
	font-size: 2.5rem;
	line-height: 1.37;
	letter-spacing: -0.05rem;
	font-family: 'Lora', sans-serif;
	font-weight: 400;
	width: 100%;
	text-align: center;
	margin: 0;
}

.top-wrapper {
	background-image: linear-gradient(180deg, rgba(247, 247, 250, 0.00) 33.51%, #F7F7FA 52.07%);
}

.mobile-not-supported {
	display: none;
}

/* Header */

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #0C1D46;
	z-index: 99;
	padding: 0.72rem 0;
	border-bottom: 0.0625rem solid #fff;
}

.header__logo {
	font-size: 0;
}

.header__logo img {
	max-width: 100%;
	height: auto;
}

.header__logo + .header__btn-wrapper {
	margin-left: auto;
}

.header__btn-wrapper {
	transition: .3s ease-in-out;
	opacity: 1;
	visibility: visible;
}

.header__btn-wrapper.hidden {
	opacity: 0;
	visibility: hidden;
}

.header__nav {
	margin: 0 auto;
}

.header__nav ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.header__nav ul li {
	letter-spacing: 0.02rem;
	line-height: 1.67;
}

.header__nav ul a {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	text-decoration: none;
	padding: 1.62500rem 1rem;
	transition: .3s ease-in-out;
}

.header__nav ul a:hover {
	color: #ff6f00;
}

.header__nav ul a:focus-visible {
	outline-offset: 0.3125rem;
	outline: 0.125rem solid #FF6F00;
}

.header .btn-nav {
	appearance: none;
	background-color: rgba(0,0,0,0);
	border: 0;
	color: #fff;
	display: block;
	font-size: 0;
	line-height: 0;
	position: relative;
	margin-inline-end:-.75rem;
	width: 2.75rem;
	height: 2.75rem;
	padding: .8125rem .75rem;
	z-index: 891
}

.header .btn-nav__icon {
	position: relative;
	width: 1.25rem;
	height: 1.125rem
}

@media (min-width: 992px) {
	.header .btn-nav {
			display:none
	}
}

@media (max-width: 767.98px) {
	.header .btn-nav {
			margin-right:-.75rem
	}
}

.header .btn-nav:focus {
	outline: 0
}

.header .btn-nav__icon:after,.header .btn-nav__icon:before,.header .btn-nav__icon span:after,.header .btn-nav__icon span:before {
	background: #fff;
	border-radius: 0.0625rem;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	transition-property: transform,visibility,opacity,-webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	width: 100%
}

.header .btn-nav__icon span:after {
	top: 0
}

.header .btn-nav__icon span:before {
	top: .5rem
}

.header .btn-nav__icon:after {
	top: .5rem
}

.header .btn-nav__icon:before {
	top: 1rem
}

.header .btn-nav.active .btn-nav__icon:after,.header .btn-nav.active .btn-nav__icon:before,.header .btn-nav.active .btn-nav__icon span:after,.header .btn-nav.active .btn-nav__icon span:before {
	height: .125rem
}

.header .btn-nav.active .btn-nav__icon span:after,.header .btn-nav.active .btn-nav__icon:before {
	opacity: 0
}

.header .btn-nav.active .btn-nav__icon.active span:after {
	top: .5rem;
	transform: rotate(45deg)
}

.header .btn-nav.active .btn-nav__icon span:before {
	transform: rotate(-45deg)
}

.header .btn-nav.active .btn-nav__icon:before {
	opacity: 0
}

.header .btn-nav.active .btn-nav__icon:after {
	top: .5rem;
	transform: rotate(45deg)
}

.header__mobile {
	display: none;
}

/* Hero */

.hero {
	padding-top: 7.5rem;
	min-height: 68.75rem;
	background-color: #0c1d46;
	background-position: bottom center;
	background-size: auto;
	background-repeat: no-repeat;
}

.hero__tag {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0 auto 1.31rem;
	height: 3.3125rem;
	border-radius: 5rem;
	border: 0.0625rem solid #fff;
	padding: 0 2.5rem;
	font-size: 1.71429rem;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.37;
	letter-spacing: 0.03rem;
}

.hero__title {
	flex: 1 100%;
	text-align: center;
	font-size: 3.25rem;
	line-height: 1.37;
	letter-spacing: -0.065rem;
	font-family: 'Lora', sans-serif;
	font-weight: 400;
	margin-bottom: 1.31rem;
	color: #fff;
}

.hero__text {
	flex: 1 100%;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.37;
	letter-spacing: -0.03rem;
	margin-bottom: 1.81rem;
	color: #fff;
}

.hero__map {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero__btn {
	padding: 0 1.875rem;
	margin: 0 auto;
	width: max-content;
}

/* Experience */

.experience {
	padding-top: 5.5rem;
}

.experience__grid {
	padding-top: 5rem;
	padding-bottom: 6.31rem;
	display: grid;
	align-items: center;
	grid-template-columns: auto 40.8rem;
	gap: 4rem;
	width: 100%;
}

.experience__text {
	max-width: 34.75rem;
	font-size: 1rem;
	line-height: 1.67;
	letter-spacing: 0.02rem;
	color: #212529;
	margin-bottom: 0.75rem;
}

.experience__text p {
	margin: 0;
	margin-bottom: 1.67rem;
}

.experience__text p:last-child {
	margin-bottom: 0;
}

.experience__list {
	display: grid;
	grid-template-columns: repeat(1,1fr);
	gap: 1.25rem;
}

.experience__item {
	display: flex;
	align-items: center;
	gap: .5rem;
}

.experience__item-icon {
	font-size: 0;
	line-height: 0;
}

.experience__item-text {
	flex: 1;
	font-weight: 500;
	line-height: 1.67;
	letter-spacing: 0.02rem;
	color: #212529;
}

.experience__img img {
	max-width: 100%;
	height: auto;
}

.experience__btn {
	margin: 0 auto;
}

/* Info */

.land-info {
	padding-top: 4.62rem;
}

.land-info__title {
	margin-bottom: 0.63rem;
}

.land-info__text {
	text-align: center;
	flex: 1 100%;
	color: #212529;
	line-height: 1.63;
	letter-spacing: 0.02rem;
	margin-bottom: 0.62rem;
}

.land-info__text p {
	margin: 0;
	margin-bottom: 1.25rem;
}

.land-info__text p:last-child {
	margin-bottom: 0;
}

.land-info__grid {
	width: 100%;
	padding-top: 5rem;
	padding-bottom: 5rem;
	display: grid;
	align-items: center;
	grid-template-columns: repeat(2,1fr);
	gap: 2.62rem;
}

.land-info__accordion {
	display: grid;
	grid-template-columns: repeat(1,1fr);
	gap: 0.5rem;
}

.land-info__accordion-item {
	max-width: 39.8rem;
	border-bottom: 0.0625rem solid #212529;
}

.land-info__accordion-btn {
	border: 0;
	background: 0;
	cursor: pointer;
	font-family: inherit;
	width: 100%;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	padding: 1rem .05rem;
	color: #212529;
	transition: all .3s ease-in-out;
}

.land-info__accordion-btn:hover {
	color: #ff6f00;
}

.land-info__accordion-icon {
	font-size: 0;
	line-height: 0;
	transition: transform .3s ease-in-out;
}

.land-info__accordion-title {
	flex: 1;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.02rem;
}

.land-info__accordion-item.is-active .land-info__accordion-icon {
	transform: rotate(45deg);
}

.land-info__accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: all .3s ease-in-out;
}

.land-info__accordion-text {
	font-size: 1rem;
	line-height: 1.67;
	letter-spacing: 0.02rem;
	color: #212529;
	padding-bottom: 1.25rem;
}

.land-info__accordion-text p {
	margin: 0;
	margin-bottom: 1.67rem;
}

.land-info__accordion-text p:last-child {
	margin-bottom: 0;
}

.land-info__img {
	padding: 1.5rem;
	font-size: 0;
	line-height: 0;
}

.land-info__img img {
	max-width: 100%;
	height: auto;
}

/* Why */

.why {
	padding-top: 4rem;
}

.why__title {
	margin-bottom: 6.25rem;
	font-size: 1.75rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 1.37;
}

.why__grid {
	width: 100%;
	display: grid;
	align-items: center;
	grid-template-columns: repeat(2,1fr);
	gap: 4.63rem;
	margin-bottom: 5rem;
}

.why__tab-contents {
	display: flex;
	align-items: center;
	justify-content: center;
}

.why__content-title {
	font-size: 2rem;
	margin: 0;
	margin-bottom: 1rem;
	font-family: 'Lora', sans-serif;
	line-height: 1.37;
	letter-spacing: -0.04rem;
	color: #2b2b2b;
	font-weight: 400;
}

.why__content-text {
	max-width: 39.375rem;
	font-size: 1rem;
	line-height: 1.67;
	letter-spacing: 0.02rem;
	margin-bottom: 2rem;
}

.why__content-text p {
	margin: 0;
	margin-bottom: 1.67rem;
}

.why__content-text p:last-child {
	margin-bottom: 0;
}

.why__tabs {
	display: grid;
	grid-template-columns: repeat(1,1fr);
	gap: 1.5rem;
}

.why__tab {
	padding: 0.94rem 2rem;
	border: 0;
	background: 0;
	border-left: 0.0625rem solid #E6EBF3;
	padding-left: calc(2rem - 0.0625rem);
	color: #6c859e;
	cursor: pointer;
	font-family: inherit;
	transition: .3s ease-in-out;
	text-align: left;
}

.why__tab:hover {
	color: #2b2b2b;
	border-color: #FF6F00;
}

.why__tab.is-active {
	color: #2b2b2b;
	border-left: 0.1875rem solid #FF6F00;
	padding-left: calc(2rem - 0.1875rem);
}

.why__tab.is-active .why__tab-title {
	font-weight: 500;
}

.why__tab-title {
	font-size: 1rem;
	line-height: 1.67;
	letter-spacing: 0.02rem;
	margin-bottom: 0.5rem;
}

.why__tab-text {
	font-size: 1rem;
	line-height: 1.67;
	letter-spacing: 0.02rem;
	margin-bottom: 0.5rem;
}

.why__tab-date {
	font-size: 0.75rem;
	line-height: 1.67;
	letter-spacing: 0.015rem;
}

.why__tab-content {
	opacity: 0;
	transition: .3s ease-in-out;
}

.why__tab-content.is-active {
	opacity: 1;
}

.why__tab-content img {
	width: 100%;
	height: auto;
	font-size: 0;
}

.why__btn {
	margin: 0 auto;
}

/* CTA */

.cta {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.cta__wrapper {
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 4rem;
	padding-bottom: 4rem;
	text-align: center;
	border-radius: 1.31056rem;
}

.cta__title {
	margin-bottom: 1rem;
	color: #fff;
}

.cta__text {
	text-align: center;
	margin-bottom: 1.37rem;
	line-height: 1.63;
	letter-spacing: 0.02rem;
	color: #fff;
}

.cta__text p {
	margin: 0;
	margin-bottom: 1.37rem;
}

.cta__text p:last-child {
	margin-bottom: 0;
}

.cta__btn {
	width: max-content;
	margin: 0 auto 1.13rem;
}

.cta__link {
	text-align: center;
	text-decoration: underline;
	margin: 0 auto;
	font-size: 1rem;
	color: #fff;
	transition: all .3s ease-in-out;
}

.cta__link:hover {
	color: #ff6f00;
}

.cta__link:focus-visible {
	outline-offset: 0.3125rem;
	outline: 0.125rem solid #FF6F00;
}

/* Popup */

.popup {
	background-color: #fff;
	border-radius: .625rem;
	overflow: auto;
	position: relative;
	top: 3rem;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: 100%;
	height: 100%;
}

.popup_app {
	background: #f7f7fa;
	border-radius: 0;
}

.popup__header {
	padding-top: 0.85rem;
	padding-bottom: 2.5rem;
}

.popup__header-logo {
	margin-right: auto;
	font-size: 0;
}

.popup__header-logo img:last-child {
	display: none;
}

.popup__header-logo img {
	max-width: 100%;
	height: auto;
}

.popup__header-back {
	position: absolute;
	display: flex;
	align-items: center;
	color: #475466;
	background: 0;
	border: 0;
	cursor: pointer;
	transition: .3s ease-in-out;
	font-size: 1rem;
	font-weight: 500;
	font-family: inherit;
	line-height: 1.67;
	letter-spacing: 0.02rem;
	left: 1.63rem;
	top: 1.56rem;
}

.popup__header-back:hover {
	color: #ff6f00;
}

.popup__header-back-icon {
	margin-right: 0.62rem;
	font-size: 0;
	line-height: 0;
}

.popup__header-link {
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
	padding: 0 1.88rem;
	border-radius: 0.15rem;
	height: 3.125rem;
	text-decoration: none;
	background: #ff6f00;
	font-size: 1rem;
	font-weight: 500;
	z-index: 1;
	transition: .3s ease-in-out;
	border-radius: .5rem;
	color: #fff;
	text-decoration: none !important;
}

.popup__header-link-icon {
	margin-right: 0.62rem;
	width: 1.5625rem;
	height: 1.5625rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.popup__header-link-icon svg {
	position: absolute;
	left: 0;
	top: 0;
	transition: all .3s ease-in-out;
}

.popup__header-link:hover {
	background: #ed5600;
}

.popup__header-link:hover .popup__header-link-icon svg:first-child {
	opacity: 0;
}

.popup__close {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background: 0;
	border: 0;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 3rem;
	width: 3rem;
	justify-content: center;
	padding: 0;
	color: #475466;
	transition: .3s ease-in-out;
}

.popup__close:hover {
	color: #ff6f00;
}

.popup__wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	visibility: hidden;
	width: 100%;
	z-index: 999
}

.popup__wrapper.is-active {
	opacity: 1;
	pointer-events: all;
	visibility: visible
}

.popup__wrapper.is-active .popup {
	top: 0
}

.popup__wrapper .overlay {
	background: rgba(0,0,0,.4);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1
}

.popup__app {
	width: 100%;
}

.popup_mobile {
	background: #0c193c;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
}

.popup_mobile-title {
	font-size: 1.5rem;
	line-height: 1.37;
	letter-spacing: -0.03rem;
	font-family: 'Lora', sans-serif;
	font-weight: 400;
	margin-bottom: 1.25rem;
}

/* Footer */

.footer {
	padding-top: 6.87500rem;
}

.footer__logo {
	font-size: 0;
	width: 100%;
	margin-bottom: 0.5rem;
}

.footer__logo img {
	max-width: 100%;
	height: auto;
}

.footer__content {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: 5rem;
}

.footer__text {
	padding-top: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.67;
	letter-spacing: 0.0175rem;
	color: #343a40;
	max-width: 38.75rem;
	flex: 1;
}

.footer__text p {
	margin: 0;
}

.footer__text a {
	color: #343a40;
	transition: .3s ease-in-out;
}

.footer__text a:hover {
	color: #FF6F00;
}

.footer__text a:focus-visible {
	outline-offset: 0.3125rem;
	outline: 0.125rem solid #FF6F00;
}

.footer__logos {
	max-width: 43.75rem;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0;
}

.footer__logos-item {
	flex: 1;
	text-align: center;
}

.footer__logos-item img {
	max-width: 100%;
	height: auto;
}

.footer__bottom {
	width: 100%;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	display: flex;
	align-items: center;
	gap: 1.87500rem;
	font-size: 0.75rem;
	letter-spacing: 0.015rem;
	line-height: 1.67;
	color: #343a40;
}

.footer__nav {
	margin-right: auto;
}

.footer__nav ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
	gap: 1.87500rem;
}

.footer__nav a {
	color: #343a40;
	text-decoration: none;
	transition: .3s ease-in-out;
}

.footer__nav a:hover {
	color: #FF6F00;
}

.footer__nav a:focus-visible {
	outline-offset: 0.3125rem;
	outline: 0.125rem solid #FF6F00;
}

.footer__socials {
	font-size: 0;
}

.footer__socials ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
	gap: 1.5rem;
}

.footer__socials a {
	transition: .3s ease-in-out;
}

.footer__socials a:hover {
	opacity: 0.8;
}

.footer__socials a:focus-visible {
	outline-offset: 0.3125rem;
	outline: 0.125rem solid #FF6F00;
}

@media (max-width: 1800px) {
	.popup__header-back {
		position: static;
		margin-right: 20px;
	}
}

@media (max-width: 1200px) {
	.footer__content {
		flex-wrap: wrap;
		gap: 1.5rem;
	}

	.footer__logos {
		max-width: 100%;
	}
}

@media (max-width: 992px) {
	.wrapper {
		padding-top: 4.12500rem;
	}

	.btn {
		border-radius: 0.125rem;
		height: 2.25rem;
		padding: 0 0.75rem;
		font-size: 0.75rem;
	}

	.header {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}

	.header .container {
		min-height: 4.12500rem;
	}

	.header__mobile-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		text-decoration: none;
		font-size: 0;
		background: 0;
		border: 0;
		padding: 0;
		font-size: 0;
		cursor: pointer;
	}

	.header__logo {
		margin-right: auto;
	}

	.header__nav {
		display: none;
	}

	.header__mobile {
		display: block;
		position: absolute;
		width: 100%;
		background-color: #021953;
		z-index: 99;
		left: 0;
		top: calc(100% - 2rem);
		height: calc(100vh - 100%);
		opacity: 0;
		visibility: hidden;
		transition: .3s ease-in-out;
	}

	.header__mobile.active {
		opacity: 1;
		visibility: visible;
		top: 100%;
	}

	.header__mobile .header__nav {
		display: block;
		margin-bottom: 2rem;
		padding-top: 2rem;
	}

	.header__mobile .header__btn {
		margin-left: 1rem;
		margin-right: 1rem;
		font-size: .9375rem;
		height: 3rem;
	}

	.header__nav ul {
		flex-direction: column;
	}

	.header__nav ul li {
		text-align: left;
		border-bottom: 0.0625rem solid #CED4DA;
	}

	.header__nav ul a {
		font-weight: 500;
		font-size: .875rem;
		line-height: normal;
		letter-spacing: .02em;
		padding: 1.4375rem 1rem;
	}

	.footer {
		padding-top: 4rem;
	}

	.footer__content {
		margin-bottom: 2rem;
	}

	.footer__text {
		font-size: 0.75rem;
	}

	.footer__logos {
		flex-wrap: wrap;
		display: grid;
		grid-template-columns: repeat(3,1fr);
		gap: 1.5rem;
	}

	.footer__bottom {
		flex-wrap: wrap;
		padding-top: 2rem;
		padding-bottom: 2rem;
		gap: 1rem;
	}

	.footer__socials {
		order: -2;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
	}

	.footer__nav {
		display: flex;
		align-items: center;
		justify-content: center;
		order: -1;
		width: 100%;
		margin-right: 0;
		text-align: center;
	}

	.footer__nav ul {
		gap: .5rem 1rem;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}

	.footer__copyright {
		width: 100%;
		text-align: center;
	}
}

body[data-type="security"] .popup_app {
	background: #0c183c;
}

body[data-type="security"] .popup__header-back {
	color: #fff;
}

body[data-type="security"] .popup__header-back:hover {
	color: #ff6f00;
}

body[data-type="security"] .popup__header-logo img:last-child {
	display: block;
}

body[data-type="security"] .popup__header-logo img:first-child {
	display: none;
}

body[data-type="security"] .popup__header-link_disabled {
	background: #677281;
	color: #9499a8;
	border-color: #6C7A9C;
}

body[data-type="security"] .popup__header-link_disabled path {
	fill: var(--dark-color);
}

@media (max-width: 992px) {
	.wrapper {
		display: none;
	}

	.mobile-not-supported {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		width: 100%;
		height: 100vh;
		background: #0c1d46;
		color: #fff;
	}
}