@charset "UTF-8";
/* stylelint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

input::-ms-reveal {
    display: none; }

input::-ms-clear {
    display: none; }

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
    display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }

/**
 * Remove default margin.
 */
body {
    margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent;
    text-decoration: none; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
    text-decoration: none; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
    text-decoration: none; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
    font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
i {
    font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
    quotes: "“" "”" "‘" "’"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

sup {
    top: -0.5em; }

sub {
    bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
    border: 0;
    vertical-align: middle; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
    margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */
    border: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input,
button {
    line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0; }

/* ==========================================================================
   Lists
   ========================================================================== */
ol {
    padding: 0;
    margin: 0; }

ul li,
ol li {
    padding: 0;
    margin: 0; }

ul {
    padding: 0;
    margin: 0; }

ul li {
    list-style: none; }

dl,
dd,
dt {
    margin: 0;
    padding: 0; }

/* stylelint-enable */
@font-face {
    font-family: "Manrope";
    font-weight: 400;
    src: url(../assets/fonts/Manrope/Manrope-Regular.woff2) format("woff2"), url(../assets/fonts/Manrope/Manrope-Regular.woff) format("woff");
    font-display: swap; }

@font-face {
    font-family: "Manrope";
    font-weight: 800;
    src: url(../assets/fonts/Manrope/Manrope-ExtraBold.woff2) format("woff2"), url(../assets/fonts/Manrope/Manrope-ExtraBold.woff) format("woff");
    font-display: swap; }

@font-face {
    font-family: "Roboto";
    font-weight: 400;
    src: url(../assets/fonts/Roboto/Roboto-Regular.woff2) format("woff2"), url(../assets/fonts/Roboto/Roboto-Regular.woff) format("woff");
    font-display: swap; }

@font-face {
    font-family: "Roboto";
    font-weight: 500;
    src: url(../assets/fonts/Roboto/Roboto-Medium.woff2) format("woff2"), url(../assets/fonts/Roboto/Roboto-Medium.woff) format("woff");
    font-display: swap; }

@font-face {
    font-family: "Roboto";
    font-weight: 700;
    src: url(../assets/fonts/Roboto/Roboto-Bold.woff2) format("woff2"), url(../assets/fonts/Roboto/Roboto-Bold.woff) format("woff");
    font-display: swap; }

body {
    height: 100%;
    -webkit-overflow-scrolling: touch; }
body *:focus {
    outline: none; }
body.ov-hidden {
    overflow: hidden; }

.root {
    font-family: "Manrope", sans-serif, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    min-width: 375px;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    -webkit-overflow-scrolling: touch;
    color: #70544f; }

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

.page {
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
.page__main {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }

.page-container {
    margin: 0 auto;
    width: 91.46%; }
@media (min-width: 640px) {
    .page-container {
        width: 93.75%; } }
@media (min-width: 1440px) {
    .page-container {
        width: 1200px; } }

.container {
    padding-top: 20px;
    padding-bottom: 20px; }
@media (min-width: 640px) {
    .container {
        padding-top: 22px;
        padding-bottom: 22px; } }
@media (min-width: 1229px) {
    .container {
        padding-top: 68px;
        padding-bottom: 68px; } }

.visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }

.title {
    color: inherit;
    font-weight: 800; }
.title--h1 {
    font-size: 24px;
    line-height: 28px; }
@media (min-width: 640px) {
    .title--h1 {
        font-size: 44px;
        line-height: 56px; } }
@media (min-width: 1229px) {
    .title--h1 {
        font-size: 60px;
        line-height: 72px; } }
.title--h2 {
    font-size: 23px;
    line-height: 30px; }
@media (min-width: 640px) {
    .title--h2 {
        font-size: 32px;
        line-height: 44px; } }
@media (min-width: 1229px) {
    .title--h2 {
        font-size: 40px;
        line-height: 48px; } }
.title--h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px; }
@media (min-width: 640px) {
    .title--h3 {
        font-size: 24px;
        line-height: 32px; } }
@media (min-width: 1229px) {
    .title--h3 {
        font-size: 28px;
        line-height: 40px; } }
.title--black {
    color: #141111;
    font-size: 36px;
    line-height: 40px; }
@media (min-width: 640px) {
    .title--black {
        font-size: 56px;
        line-height: 68px; } }
@media (min-width: 1229px) {
    .title--black {
        font-size: 60px;
        line-height: 72px; } }

.highlighted-text-emerald {
    color: #50a684; }

.link {
    font-family: "Manrope", sans-serif;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out; }
.link--emarald {
    color: #50a684; }

.btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: inherit;
    font-weight: normal;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle; }

.ghost-btn {
    width: 100%;
    padding: 12px 22px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
    border-radius: 60px; }
@media (min-width: 640px) {
    .ghost-btn {
        padding: 12px 29px; } }
.ghost-btn--emerald {
    border: 1px solid #50a684;
    color: #50a684; }
.ghost-btn--emerald:hover {
    color: #2f8060;
    border-color: #2f8060; }
.ghost-btn--emerald:active {
    color: #1d6a4c;
    border-color: #1d6a4c; }
.ghost-btn--emerald.disabled {
    pointer-events: none;
    cursor: default;
    color: #bfb7b6;
    border-color: #bfb7b6; }

.solid-btn {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    width: 100%;
    padding: 20px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 60px;
    color: #fff;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out; }
@media (min-width: 640px) {
    .solid-btn {
        font-size: 20px;
        padding: 20px 30px; } }
@media (min-width: 1229px) {
    .solid-btn {
        font-size: 24px;
        padding: 30px 40px; } }
.solid-btn--emerald {
    background-color: #50a684; }
.solid-btn--emerald:hover {
    background-color: #2f8060; }
.solid-btn--emerald:active {
    background-color: #1d6a4c; }
.solid-btn--pale {
    color: #50a684;
    background-color: #e1faf4; }
.solid-btn--pale:hover {
    background-color: #b4ddd3; }
.solid-btn--pale:active {
    background-color: #a3d4c9; }
@media (min-width: 1229px) {
    .solid-btn--special-md {
        font-size: 20px;
        padding: 21px 30px; } }
.solid-btn:disabled {
    background-color: #ededed; }

.unordered-list__item {
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 20px; }
@media (min-width: 1229px) {
    .unordered-list__item {
        margin-bottom: 16px;
        font-size: 20px;
        line-height: 28px; } }
.unordered-list__item::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: #50a684; }
@media (min-width: 1229px) {
    .unordered-list__item::before {
        top: 6px; } }
.unordered-list__item::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 4px;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: #fff; }
@media (min-width: 1229px) {
    .unordered-list__item::after {
        top: 10px; } }
.unordered-list__item:last-of-type {
    margin-bottom: 0; }

.return {
    position: relative;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    padding-left: 30px;
    color: #50a684;
    margin-bottom: 25px; }
@media (min-width: 640px) {
    .return {
        margin-bottom: 28px;
        font-size: 24px;
        line-height: 1.33; } }
@media (min-width: 1229px) {
    .return {
        margin-bottom: 21px; } }
.return::before {
    content: '';
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 13px;
    height: 4px;
    background-color: #50a684;
    border-radius: 16px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
@media (min-width: 640px) {
    .return::before {
        width: 15px;
        bottom: 9px; } }
.return::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 13px;
    height: 4px;
    background-color: #50a684;
    border-radius: 16px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
@media (min-width: 640px) {
    .return::after {
        top: 10px;
        width: 15px; } }
.return__text {
    position: relative;
    top: 1px;
    color: inherit; }

.selected-background-emerald {
    position: relative;
    left: -7px;
    background-color: #e1faf4;
    padding: 7px 5px 6px; }
@media (min-width: 640px) {
    .selected-background-emerald {
        padding: 5px 6px; } }

.d-none {
    display: none; }

/* stylelint-disable */
.field {
    position: relative; }
.field__input {
    position: relative;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    padding: 21px 28px 20px 28px;
    -webkit-transition: border-color 0.25s ease-in-out;
    transition: border-color 0.25s ease-in-out;
    color: #70544f;
    border-radius: 16px;
    border: 1px solid transparent;
    background-color: #f8f8f8;
    caret-color: #50a684; }
.field__input:focus {
    border-color: #50a684; }
.field__input::-webkit-input-placeholder {
    color: #bfb7b6; }
.field__input::-moz-placeholder {
    color: #bfb7b6; }
.field__input:-ms-input-placeholder {
    color: #bfb7b6; }
.field__input::-ms-input-placeholder {
    color: #bfb7b6; }
.field__input::placeholder {
    color: #bfb7b6; }
.field.has-error .field__input::-webkit-input-placeholder {
    color: #e42313; }
.field.has-error .field__input::-moz-placeholder {
    color: #e42313; }
.field.has-error .field__input:-ms-input-placeholder {
    color: #e42313; }
.field.has-error .field__input::-ms-input-placeholder {
    color: #e42313; }
.field.has-error .field__input::placeholder {
    color: #e42313; }
.field__input:focus::-webkit-input-placeholder {
    color: transparent; }
.field__input:focus::-moz-placeholder {
    color: transparent; }
.field__input:focus:-ms-input-placeholder {
    color: transparent; }
.field__input:focus::-ms-input-placeholder {
    color: transparent; }
.field__input:focus::placeholder {
    color: transparent; }
.field.has-error .field__input:focus::-webkit-input-placeholder {
    color: transparent; }
.field.has-error .field__input:focus::-moz-placeholder {
    color: transparent; }
.field.has-error .field__input:focus:-ms-input-placeholder {
    color: transparent; }
.field.has-error .field__input:focus::-ms-input-placeholder {
    color: transparent; }
.field.has-error .field__input:focus::placeholder {
    color: transparent; }
.field.has-error .field__input {
    color: #e42313;
    border: 1px solid #e42313;
    border-radius: 16px;
    background-color: #ffc2bd; }
.field__message {
    display: none;
    margin-top: 12px;
    font-size: 16px;
    line-height: 19px;
    color: #e42313; }
.field.has-error .field__message {
    display: block; }

.universal-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    display: none; }
.universal-modal.is-active {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
@media (min-width: 640px) {
    .universal-modal.is-active {
        padding-top: 32px;
        padding-bottom: 48px; } }
@media (min-width: 1229px) {
    .universal-modal.is-active {
        padding-top: 48px;
        padding-bottom: 48px; } }
.universal-modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    max-height: 100vh;
    background: rgba(11, 11, 11, 0.7);
    mix-blend-mode: normal;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px); }
.universal-modal__content {
    position: relative;
    padding: 16px;
    background-color: #fff;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden; }
.universal-modal--auto .universal-modal__content {
    height: auto;
    border-radius: 16px; }
@media (min-width: 640px) {
    .universal-modal__content {
        padding: 20px;
        border-radius: 16px; } }
.universal-modal__close-btn {
    position: relative;
    width: 16px;
    height: 16px;
    margin-left: auto;
    cursor: pointer; }
@media (min-width: 640px) {
    .universal-modal__close-btn {
        width: 20px;
        height: 20px; } }
@media (min-width: 1229px) {
    .universal-modal__close-btn {
        width: 24px;
        height: 24px; } }
.universal-modal__close-btn-icon {
    display: block;
    width: 100%;
    height: 100%; }

.footer {
    background-color: #f8f8f8; }
.footer__container {
    padding-top: 24px;
    padding-bottom: 18px; }
@media (min-width: 640px) {
    .footer__container {
        padding-top: 28px;
        padding-bottom: 20px; } }
@media (min-width: 1229px) {
    .footer__container {
        padding-top: 43px;
        padding-bottom: 28px; } }
.footer__content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 24px; }
@media (min-width: 640px) {
    .footer__content {
        padding-bottom: 16px; } }
@media (min-width: 800px) {
    .footer__content {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 29px; } }
.footer__content::after {
    position: absolute;
    bottom: 0;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #f4f4f8; }
.footer__logo-wrapper {
    width: 112px;
    height: 22px;
    margin-bottom: 24px; }
@media (min-width: 640px) {
    .footer__logo-wrapper {
        margin-bottom: 20px; } }
@media (min-width: 800px) {
    .footer__logo-wrapper {
        margin-bottom: 0; } }
.footer__logo {
    display: block;
    width: 100%;
    height: 100%; }
.footer__links-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -12px; }
@media (min-width: 640px) {
    .footer__links-list {
        margin-left: -20px; } }
@media (min-width: 1229px) {
    .footer__links-list {
        margin-left: -28px; } }
.footer__links-list-item {
    margin-left: 12px; }
@media (min-width: 640px) {
    .footer__links-list-item {
        margin-left: 20px; } }
@media (min-width: 1229px) {
    .footer__links-list-item {
        margin-left: 28px; } }
.footer__links-self {
    font-size: 14px;
    line-height: 1.4; }
@media (min-width: 1229px) {
    .footer__links-self {
        font-size: 16px;
        line-height: 1.5; } }
.footer__links-self:hover {
    color: #50a684; }
.footer__links-self.is-active {
    font-weight: 800;
    color: #50a684; }
.footer__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px; }
@media (min-width: 640px) {
    .footer__info {
        padding-top: 17px; } }
@media (min-width: 1229px) {
    .footer__info {
        padding-top: 25px; } }
.footer__info > a,
.footer__info p {
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 2%;
    margin-right: 32px; }
.footer__policy-link:hover {
    color: #50a684; }

.header {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
    z-index: 2; }
.header.header--transparent {
    background-color: transparent; }
@media (min-width: 640px) {
    .header {
        padding-top: 26px;
        padding-bottom: 27px; } }
@media (min-width: 1229px) {
    .header {
        padding-top: 33px;
        padding-bottom: 33px;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
.header__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.header__menu-list {
    display: none; }
@media (min-width: 1229px) {
    .header__menu-list {
        display: -ms-flexbox;
        display: flex; } }
.header__menu-item {
    margin-left: 28px; }
.header__menu-item-link {
    font-size: 16px;
    line-height: 1.5; }
.header--transparent .header__menu-item-link {
    opacity: 0.8;
    color: #fff;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
.header__menu-item-link:hover {
    color: #50a684; }
.header--transparent .header__menu-item-link:hover {
    opacity: 1;
    color: #fff; }
.header__menu-item-link.is-active {
    font-weight: 800;
    color: #50a684; }
.header--transparent .header__menu-item-link.is-active {
    font-weight: normal;
    color: inherit; }
.header__menu-list-self {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
.header__logo-wrap {
    width: 92px;
    height: 18px; }
@media (min-width: 640px) {
    .header__logo-wrap {
        width: 112px;
        height: 22px; } }
.header__logo {
    display: block;
    width: 100%;
    height: 100%; }
.header__menu {
    margin-left: 16px; }
@media (min-width: 1229px) {
    .header__menu {
        display: none;
        margin-left: 0; } }
.header__menu-btn {
    display: block; }
.header__menu-line {
    display: block;
    width: 17px;
    height: 3px;
    background-color: #50a684;
    border-radius: 10px; }
.header--transparent .header__menu-line {
    background-color: #fff; }
.header__menu-line + .header__menu-line {
    margin-top: 3px; }

/* stylelint-disable */
.mobile-menu {
    font-size: 16px;
    line-height: 1.5;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    height: 0;
    overflow-y: auto;
    background-color: #fff;
    width: 0;
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
    will-change: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
.mobile-menu.is-active {
    width: 100%;
    height: 100svh;
    min-height: 600px;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
@media (min-width: 1440px) {
    .mobile-menu {
        display: none; } }
.mobile-menu__content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 16px; }
@media (min-width: 640px) {
    .mobile-menu__content {
        padding: 79px; } }
.mobile-menu__close-btn {
    position: absolute;
    top: 19px;
    right: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-left: auto; }
@media (min-width: 640px) {
    .mobile-menu__close-btn {
        top: 22px;
        right: 26px; } }
.mobile-menu__close-btn-icon {
    display: block;
    width: 19px;
    height: 19px; }
.mobile-menu__logo-wrapper {
    width: 116px;
    height: 31px;
    margin-bottom: 56px; }
@media (min-width: 640px) {
    .mobile-menu__logo-wrapper {
        width: 300px;
        height: 59px; } }
.mobile-menu__logo {
    display: block;
    width: 100%;
    height: 100%; }
.mobile-menu__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; }
.mobile-menu__list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center; }
.mobile-menu__item {
    margin-bottom: 22px; }
.mobile-menu__item:last-of-type {
    margin-bottom: 0; }
.mobile-menu__footer-list {
    display: -ms-flexbox;
    display: flex;
    margin-top: -10px;
    margin-left: -10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
@media (min-width: 640px) {
    .mobile-menu__footer-list {
        margin-top: -14px;
        margin-left: -14px; } }
.mobile-menu__footer-item {
    margin-top: 10px;
    margin-left: 10px; }
@media (min-width: 640px) {
    .mobile-menu__footer-item {
        margin-top: 14px;
        margin-left: 14px; } }
.mobile-menu__footer-image {
    display: block;
    width: 106px;
    height: 32px; }
@media (min-width: 640px) {
    .mobile-menu__footer-image {
        width: 152px;
        height: 45px; } }
.mobile-menu__link {
    padding: 6px; }
.mobile-menu__link.is-active {
    font-weight: 800;
    color: #50a684; }

.mobile-menu-overlay {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(11, 11, 11, 0.7);
    mix-blend-mode: normal;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    z-index: 2;
    height: 0;
    overflow: hidden;
    opacity: 0;
    will-change: opacity;
    -webkit-transition-property: height, opacity;
    transition-property: height, opacity;
    -webkit-transition-duration: 0ms, 750ms;
    transition-duration: 0ms, 750ms;
    -webkit-transition-delay: 550ms, 0ms;
    transition-delay: 550ms, 0ms; }
.mobile-menu-overlay.is-active {
    height: 100vh;
    opacity: 1;
    -webkit-transition-property: height, opacity;
    transition-property: height, opacity;
    -webkit-transition-delay: 0ms, 0ms;
    transition-delay: 0ms, 0ms; }
@media (min-width: 1440px) {
    .mobile-menu-overlay {
        display: none; } }

.intro-desktop-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover; }
@media (max-width: 1228px) {
    .intro-desktop-bg {
        background-image: none !important; } }
@media (min-width: 1229px) {
    .intro-desktop-bg {
        background-position: center -1px;
        min-height: 774px; } }
@media (min-width: 1440px) {
    .intro-desktop-bg {
        min-height: 714px; } }
.intro-desktop-bg::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(189.56deg, #000 -24.14%, rgba(0, 0, 0, 0) 75.56%);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
@media (min-width: 1229px) {
    .intro-desktop-bg::after {
        content: none; } }

.intro-mobile-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -36px, 0; }
@media (min-width: 640px) {
    .intro-mobile-bg {
        background-position: 0, 0; } }
@media (min-width: 1229px) {
    .intro-mobile-bg {
        display: none; } }
.intro-mobile-bg::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(189.56deg, #000 -24.14%, rgba(0, 0, 0, 0) 75.56%);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
@media (min-width: 1229px) {
    .intro-mobile-bg::after {
        content: none; } }

/* stylelint-disable */
.introduction {
    color: #fff; }
@media (min-width: 1229px) {
    .introduction {
        min-height: 660px; } }
@media (min-width: 1440px) {
    .introduction {
        min-height: 620px; } }
.introduction__preview-content-text {
    text-align: center;
    margin-bottom: 16px;
    font-weight: 800;
    font-size: 26px;
    line-height: 1.28; }
@media (min-width: 640px) {
    .introduction__preview-content-text {
        margin-bottom: 28px;
        font-size: 44px;
        line-height: 1.33; } }
@media (min-width: 1229px) {
    .introduction__preview-content-text {
        margin-bottom: 70px;
        font-size: 55px;
        line-height: 1.2;
        text-align: left; } }
.introduction__preview-content-text > span.line {
    display: block; }
@media (min-width: 640px) {
    .introduction__preview-content-text > span.line {
        display: inline-block; } }
@media (min-width: 1229px) {
    .introduction__preview-content-text > span.line {
        display: block; } }
@media (min-width: 1229px) {
    .introduction__preview-content-text > span.big {
        text-transform: uppercase; } }
.introduction__preview-content-link-wrapper {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }
@media (min-width: 640px) {
    .introduction__preview-content-link-wrapper {
        width: 320px; } }
@media (min-width: 1229px) {
    .introduction__preview-content-link-wrapper {
        width: 288px;
        margin-left: 0; } }
@media (min-width: 1229px) {
    .introduction__preview-content-link {
        padding: 20px 34px;
        font-size: 20px; } }
.introduction__preview {
    position: relative;
    height: calc(100svh - 68px);
    min-height: 300px; }
@media (min-width: 640px) {
    .introduction__preview {
        height: calc(100svh - 75px); } }
@media (min-width: 1229px) {
    .introduction__preview {
        height: calc(100svh - 90px); } }
@media (min-width: 1229px) {
    .introduction__preview-content {
        padding-top: 6vh;
        padding-bottom: 6vh;
        height: inherit;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 50%;
        margin-left: auto; } }
.introduction__preview-container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
    height: inherit;
    min-height: 300px;
    z-index: 1;
    padding-bottom: 4vh; }
@media (min-width: 640px) {
    .introduction__preview-container {
        padding-bottom: 76px; } }
@media (min-width: 1229px) {
    .introduction__preview-container {
        -ms-flex-align: start;
        align-items: flex-start; } }
.introduction__preview-bg {
    display: none; }
@media (min-width: 1229px) {
    .introduction__preview-bg {
        display: block;
        position: absolute;
        left: 5vw;
        bottom: 7%;
        z-index: 2; } }
.introduction__preview-content-text-end {
    margin-top: 4vh;
    text-align: center;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.33; }
.introduction__preview-content-text-end > span {
    display: block; }
@media (min-width: 640px) {
    .introduction__preview-content-text-end {
        font-size: 24px;
        margin-top: 65px; } }
@media (min-width: 1229px) {
    .introduction__preview-content-text-end {
        font-size: 40px;
        margin-top: 65px;
        text-align: left; } }
.introduction__preview-content-decorate {
    display: block;
    width: 112px;
    height: 71px;
    margin-top: 4vh;
    margin-left: auto;
    margin-right: auto; }
@media (min-width: 640px) {
    .introduction__preview-content-decorate {
        width: 148px;
        height: 95px; } }
@media (min-width: 1229px) {
    .introduction__preview-content-decorate {
        display: none;
        position: absolute;
        bottom: 80px;
        left: 30px;
        width: 150px;
        margin-top: 0; } }

.features__title {
    margin-bottom: 8px;
    text-align: center; }
@media (min-width: 640px) {
    .features__title {
        margin-bottom: 16px; } }
@media (min-width: 1229px) {
    .features__title {
        margin-bottom: 34px; } }

.features__text {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center; }
@media (min-width: 1229px) {
    .features__text {
        margin-bottom: 26px;
        font-size: 24px;
        line-height: 1.3; } }

.features__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.features__list-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    margin-top: 20px; }
@media (min-width: 640px) {
    .features__list-item {
        width: 33.3%; } }
@media (min-width: 1229px) {
    .features__list-item {
        margin-top: 30px; } }

.features__image-wrapper {
    width: 77px;
    height: 62px;
    margin-bottom: 18px; }
@media (min-width: 1229px) {
    .features__image-wrapper {
        margin-bottom: 6px; } }
@media (min-width: 1229px) {
    .features__image-wrapper {
        width: 100px;
        height: 76px;
        margin-bottom: 10px; } }

.features__image {
    display: block;
    width: 100%;
    height: 100%; }

.features__info {
    font-size: 16px;
    line-height: 1.25;
    text-align: center; }
@media (min-width: 1229px) {
    .features__info {
        font-size: 24px;
        line-height: 1.33; } }

.video {
    position: relative;
    height: 100%;
    width: 100%; }
.video__self {
    width: 100%;
    height: auto; }

.vacancies {
    background-color: #f8f8f8; }
.vacancies__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 16px; }
@media (min-width: 640px) {
    .vacancies__header {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 10px; } }
@media (min-width: 640px) {
    .vacancies__header {
        margin-bottom: 14px; } }
.vacancies__title {
    margin-bottom: 12px; }
@media (min-width: 640px) {
    .vacancies__title {
        margin-bottom: 0; } }
.vacancies__select {
    width: 100%; }
@media (min-width: 640px) {
    .vacancies__select {
        width: 290px; } }
@media (min-width: 1229px) {
    .vacancies__select {
        width: 393px; } }
.vacancies__select .select2-container {
    width: inherit; }
.vacancies__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -8px; }
@media (min-width: 640px) {
    .vacancies__list {
        margin-top: -16px; } }
@media (min-width: 1229px) {
    .vacancies__list {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -9px; } }
.vacancies__list-item {
    width: 100%;
    padding: 16px;
    margin-top: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 #00000014;
    box-shadow: 0 2px 5px 0 #00000014;
    border-radius: 16px;
    -webkit-transition: -webkit-box-shadow 0.2s ease-out;
    transition: -webkit-box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
    color: #70544f; }
@media (min-width: 640px) {
    .vacancies__list-item {
        padding: 24px;
        margin-top: 16px; } }
@media (min-width: 1229px) {
    .vacancies__list-item {
        width: calc(50% - 9px);
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 12px;
        margin-left: 9px; } }
.vacancies__list-item:hover {
    -webkit-box-shadow: 0 2px 16px 7px #00000014;
    box-shadow: 0 2px 16px 7px #00000014; }
.vacancies__card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start; }
.vacancies__card-info {
    width: calc(70% - 18px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
@media (min-width: 640px) {
    .vacancies__card-info {
        width: calc(62% - 58px); } }
.vacancies__card-title {
    margin-bottom: 8px;
    font-size: 23px;
    line-height: 1.33; }
@media (min-width: 640px) {
    .vacancies__card-title {
        margin-bottom: 12px;
        font-size: 32px;
        line-height: 1.5; } }
.vacancies__card-description {
    font-size: 14px;
    line-height: 1.14; }
@media (min-width: 640px) {
    .vacancies__card-description {
        font-size: 24px;
        line-height: 1.33; } }
.vacancies__card-image-wrapper {
    width: 96px;
    height: 96px;
    position: relative;
    border-radius: 10px;
    overflow: hidden; }
@media (min-width: 640px) {
    .vacancies__card-image-wrapper {
        width: 244px;
        height: 244px; } }
.vacancies__card-image {
    display: block;
    width: 100%;
    height: 100%; }

.tour__container {
    padding-bottom: 16px; }
@media (min-width: 640px) {
    .tour__container {
        padding-bottom: 24px; } }
@media (min-width: 1229px) {
    .tour__container {
        padding-bottom: 59px; } }

.tour__title {
    margin-bottom: 20px; }
@media (min-width: 640px) {
    .tour__title {
        margin-bottom: 24px; } }
@media (min-width: 1229px) {
    .tour__title {
        margin-bottom: 20px; } }

.tour__description {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.4; }
@media (min-width: 640px) {
    .tour__description {
        margin-bottom: 24px;
        font-size: 32px;
        line-height: 1.33; } }
@media (min-width: 1229px) {
    .tour__description {
        margin-bottom: 36px;
        font-size: 32px;
        line-height: 1.5; } }

.tour__content {
    position: relative;
    height: 352px; }
@media (min-width: 640px) {
    .tour__content {
        height: 430px; } }
@media (min-width: 1229px) {
    .tour__content {
        height: 550px; } }
@media (min-width: 1440px) {
    .tour__content {
        height: 726px; } }

.tour__iframe-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 10px; }

.contacts__container {
    padding-bottom: 16px; }
@media (min-width: 640px) {
    .contacts__container {
        padding-bottom: 24px; } }
@media (min-width: 1229px) {
    .contacts__container {
        padding-bottom: 59px; } }

.contacts__title {
    margin-bottom: 20px; }
@media (min-width: 640px) {
    .contacts__title {
        margin-bottom: 24px; } }
@media (min-width: 1229px) {
    .contacts__title {
        margin-bottom: 20px; } }

.contacts__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
@media (min-width: 1229px) {
    .contacts__inner {
        -ms-flex-direction: row;
        flex-direction: row; } }

.contacts__content {
    margin-bottom: 27px; }
@media (min-width: 640px) {
    .contacts__content {
        margin-bottom: 16px; } }
@media (min-width: 1229px) {
    .contacts__content {
        width: 72.25%;
        margin-bottom: 0; } }

.contacts__filters {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px; }
@media (min-width: 640px) {
    .contacts__filters {
        margin-bottom: 30px; } }
@media (min-width: 1229px) {
    .contacts__filters {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 36px; } }

.contacts__city-select {
    width: 100%;
    margin-bottom: 20px; }
@media (min-width: 640px) {
    .contacts__city-select {
        margin-bottom: 30px; } }
@media (min-width: 1229px) {
    .contacts__city-select {
        width: 292px;
        margin-right: 111px;
        margin-bottom: 0; } }
.contacts__city-select .select2-container {
    width: inherit; }

.contacts__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }

.contacts__info-elem {
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 5px);
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 5px; }
@media (min-width: 1229px) {
    .contacts__info-elem {
        width: auto;
        margin-right: 66px; } }

.contacts__info-elem-title {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 800;
    margin-bottom: 8px; }
@media (min-width: 640px) {
    .contacts__info-elem-title {
        font-size: 18px;
        line-height: 1.11; } }

.contacts__info-elem-description {
    font-size: 14px;
    line-height: 1.42;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
@media (min-width: 640px) {
    .contacts__info-elem-description {
        line-height: 1.71; } }
@media (min-width: 1229px) {
    .contacts__info-elem-description {
        line-height: 1.71; } }

.contacts__map {
    position: relative;
    width: 100%;
    height: 380px;
    border-radius: 10px; }
@media (min-width: 640px) {
    .contacts__map {
        height: 548px; } }

.contacts__map-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
@media (min-width: 640px) {
    .contacts__map-info {
        -ms-flex-direction: row;
        flex-direction: row; } }
@media (min-width: 1229px) {
    .contacts__map-info {
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc(27.75% - 44px);
        margin-top: 86px;
        margin-left: 44px; } }

.contacts__map-info-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
@media (min-width: 640px) and (max-width: 1228px) {
    .contacts__map-info-inner {
        width: calc(100% - 187px - 20px);
        margin-left: 20px; } }

.contacts__address {
    margin-bottom: 17px; }
@media (min-width: 640px) {
    .contacts__address {
        margin-bottom: 20px; } }
@media (min-width: 1229px) {
    .contacts__address {
        margin-bottom: 24px; } }

.contacts__address-marker-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }

.contacts__address-marker {
    margin-right: 16px; }

.contacts__address-text {
    font-size: 16px;
    line-height: 1.25; }
@media (min-width: 640px) {
    .contacts__address-text {
        line-height: 1.5; } }

.contacts__map-info-title {
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.4; }
@media (min-width: 640px) {
    .contacts__map-info-title {
        margin-bottom: 6px;
        line-height: 1.5; } }
@media (min-width: 1229px) {
    .contacts__map-info-title {
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 13px;
        font-size: 24px;
        line-height: 1.33; } }

.contacts__map-description {
    font-size: 14px;
    line-height: 1.42; }
@media (min-width: 1229px) {
    .contacts__map-description {
        font-size: 16px;
        line-height: 1.5;
        -ms-flex-order: 3;
        order: 3; } }

.contacts__map-info-text {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5; }

.contacts__map-info-subtile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px; }
@media (min-width: 1229px) {
    .contacts__map-info-subtile {
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 20px; } }

.contacts__map-info-image-wrapper {
    width: 28px;
    height: 28px;
    margin-right: 8px; }
@media (min-width: 1229px) {
    .contacts__map-info-image-wrapper {
        width: 48px;
        height: 48px;
        margin-right: 4px; } }

.contacts__map-info-image {
    width: 100%;
    height: 100%; }

.contacts__map-preview-wrapper {
    margin-bottom: 12px; }
@media (min-width: 640px) {
    .contacts__map-preview-wrapper {
        margin-bottom: 0;
        display: none; } }
@media (min-width: 1229px) {
    .contacts__map-preview-wrapper {
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-bottom: 28px;
        -ms-flex-order: 0;
        order: 0; } }

.contacts__map-info-tablet-preview {
    display: none; }
@media (min-width: 640px) {
    .contacts__map-info-tablet-preview {
        width: 187px;
        height: 127px;
        display: -ms-inline-flexbox;
        display: inline-flex; } }
@media (min-width: 1229px) {
    .contacts__map-info-tablet-preview {
        display: none; } }
.contacts__map-info-tablet-preview > img {
    width: 100%;
    height: 100%; }

.company__container {
    padding-bottom: 16px; }
@media (min-width: 640px) {
    .company__container {
        padding-bottom: 24px; } }
@media (min-width: 1229px) {
    .company__container {
        padding-bottom: 59px; } }

.company__title {
    margin-bottom: 16px; }
@media (min-width: 1229px) {
    .company__title {
        margin-bottom: 20px; } }

.company__intro-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center; }
@media (min-width: 640px) {
    .company__intro-inner {
        -ms-flex-direction: row;
        flex-direction: row; } }

.company__intro-image-wrapper {
    width: 108px;
    height: 108px;
    margin-bottom: 16px; }
@media (min-width: 640px) {
    .company__intro-image-wrapper {
        width: 187px;
        height: 187px;
        margin-right: 15px;
        margin-bottom: 0; } }
@media (min-width: 1229px) {
    .company__intro-image-wrapper {
        width: 184px;
        height: 184px;
        margin-right: 18px; } }

.company__intro-image {
    display: block;
    width: 100%;
    height: auto; }

.company__intro-info {
    position: relative;
    font-size: 16px;
    line-height: 1.25;
    text-align: center; }
@media (min-width: 640px) {
    .company__intro-info {
        text-align: left;
        width: calc(100% - 187px - 15px); } }
@media (min-width: 1229px) {
    .company__intro-info {
        width: calc(100% - 184px - 18px);
        font-size: 20px;
        line-height: 1.4; } }

.company__intro-text {
    margin-bottom: 12px; }
@media (min-width: 1229px) {
    .company__intro-text {
        margin-bottom: 20px; } }
.company__intro-text:last-of-type {
    margin-bottom: 0; }

.company__intro {
    margin-bottom: 16px;
    padding-bottom: 20px; }
@media (min-width: 640px) {
    .company__intro {
        margin-bottom: 28px; } }
@media (min-width: 1229px) {
    .company__intro {
        margin-bottom: 43px; } }

.company__content {
    padding-top: 20px;
    background-color: #f8f8f8; }
@media (min-width: 640px) {
    .company__content {
        padding-top: 28px; } }
@media (min-width: 1229px) {
    .company__content {
        padding-top: 35px;
        padding-bottom: 52px; } }

.company__inner-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
@media (min-width: 1229px) {
    .company__inner-info {
        position: relative;
        width: 857px;
        padding-right: 82px;
        padding-left: 175px; } }

.company__year {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 12px; }
@media (min-width: 1229px) {
    .company__year {
        position: absolute;
        margin: 0;
        left: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        background-color: #f8f8f8; } }

.company__description {
    font-size: 14px;
    line-height: 1.42; }
@media (min-width: 1229px) {
    .company__description {
        font-size: 16px;
        line-height: 1.5; } }

.company__description-text {
    margin-bottom: 16px; }

.company__description-heading {
    font-weight: 800; }

.company__item {
    margin-bottom: 24px; }
@media (min-width: 640px) {
    .company__item {
        margin-bottom: 44px; } }
@media (min-width: 1229px) {
    .company__item {
        margin-bottom: 38px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center; } }
.company__item:last-of-type {
    margin-bottom: 0; }

.company__inner-image-wrapper {
    width: 100%;
    height: auto;
    max-width: 343px; }
@media (min-width: 1229px) {
    .company__inner-image-wrapper {
        width: 343px; } }

.company__inner-image {
    width: 100%;
    height: auto; }

.company__inner {
    position: relative; }
@media (min-width: 1229px) {
    .company__inner::before {
        position: absolute;
        content: '';
        width: 10px;
        height: calc(100% - 147px - 93px);
        background: repeating-linear-gradient(to bottom, transparent 0 6px, #bfb7b6 4px 11px) 80%/1.5px 100% no-repeat;
        top: 147px;
        left: 32px; } }

@media (min-width: 1229px) {
    .company__inner-button-wrapper {
        width: 343px; } }

.vacancy {
    padding-top: 28px; }
@media (min-width: 640px) {
    .vacancy {
        padding-top: 32px; } }
@media (min-width: 1229px) {
    .vacancy {
        padding-top: 35px; } }
.vacancy__title {
    margin-bottom: 20px; }
.vacancy__intro-description {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.4; }
@media (min-width: 640px) {
    .vacancy__intro-description {
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 1.33; } }
@media (min-width: 1229px) {
    .vacancy__intro-description {
        margin-bottom: 36px;
        font-size: 32px;
        line-height: 1.5; } }
.vacancy__intro-subtitle {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25; }
@media (min-width: 640px) {
    .vacancy__intro-subtitle {
        margin-bottom: 16px;
        font-size: 20px;
        line-height: 1.2; } }
@media (min-width: 1229px) {
    .vacancy__intro-subtitle {
        margin-bottom: 23px;
        font-size: 24px;
        line-height: 1.33; } }
.vacancy__intro-text {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.25; }
@media (min-width: 640px) {
    .vacancy__intro-text {
        font-size: 20px;
        line-height: 1.2; } }
@media (min-width: 1229px) {
    .vacancy__intro-text {
        font-size: 24px;
        line-height: 1.33; } }
.vacancy__comment-heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 26px; }
@media (min-width: 640px) {
    .vacancy__comment-heading {
        margin-bottom: 20px; } }
@media (min-width: 1229px) {
    .vacancy__comment-heading {
        margin-bottom: 28px; } }
.vacancy__comment-heading-title {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.42; }
@media (min-width: 640px) {
    .vacancy__comment-heading-title {
        font-size: 20px;
        line-height: 1.4; } }
@media (min-width: 1229px) {
    .vacancy__comment-heading-title {
        font-size: 24px;
        line-height: 1.33;
        margin-bottom: 13px; } }
.vacancy__comment-heading-position {
    font-size: 14px;
    line-height: 1.42; }
@media (min-width: 640px) {
    .vacancy__comment-heading-position {
        font-size: 20px;
        line-height: 1.4; } }
@media (min-width: 1229px) {
    .vacancy__comment-heading-position {
        font-size: 24px;
        line-height: 1.33; } }
.vacancy__comment-heading-image-wrapper {
    width: 96px;
    height: 96px;
    border-radius: 62px;
    overflow: hidden; }
@media (min-width: 640px) {
    .vacancy__comment-heading-image-wrapper {
        width: 120px;
        height: 120px; } }
@media (min-width: 1229px) {
    .vacancy__comment-heading-image-wrapper {
        width: 156px;
        height: 156px; } }
.vacancy__comment-heading-image {
    display: block;
    width: 100%;
    height: auto; }
.vacancy__comment {
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #e1faf4; }
@media (min-width: 640px) {
    .vacancy__comment {
        padding-top: 23px;
        padding-bottom: 23px; } }
@media (min-width: 1229px) {
    .vacancy__comment {
        padding-top: 24px;
        padding-bottom: 26px; } }
.vacancy__comment-description {
    font-size: 14px;
    line-height: 1.42; }
@media (min-width: 640px) {
    .vacancy__comment-description {
        font-size: 16px;
        line-height: 1.5; } }
@media (min-width: 1229px) {
    .vacancy__comment-description {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        grid-column-gap: 40px;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px; } }
.vacancy__comment-heading-info {
    width: calc(100% - 96px);
    padding-left: 16px; }
@media (min-width: 640px) {
    .vacancy__comment-heading-info {
        width: calc(100% - 120px);
        padding-left: 19px; } }
@media (min-width: 1229px) {
    .vacancy__comment-heading-info {
        width: calc(100% - 156px);
        padding-left: 50px; } }
.vacancy__intro-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
@media (min-width: 1229px) {
    .vacancy__intro-content {
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom: 28px; }
    .vacancy__intro-content::after {
        position: absolute;
        content: '';
        bottom: 30px;
        left: 0;
        width: 100%;
        height: 2px;
        background-image: linear-gradient(to right, #fff 6px, transparent 1px), linear-gradient(#ccc 2px, transparent 2px);
        background-size: 14px 30px; } }
.vacancy__intro-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px; }
@media (min-width: 640px) {
    .vacancy__intro-footer {
        margin-bottom: 28px; } }
@media (min-width: 1229px) {
    .vacancy__intro-footer {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 32px; } }
.vacancy__intro-footer-text {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.33;
    text-transform: uppercase; }
@media (min-width: 640px) {
    .vacancy__intro-footer-text {
        margin-bottom: 16px;
        font-size: 28px;
        line-height: 1.28; } }
@media (min-width: 1229px) {
    .vacancy__intro-footer-text {
        margin-bottom: 0;
        margin-right: 19px;
        font-size: 32px;
        line-height: 1.37; } }
@media (min-width: 640px) {
    .vacancy__intro-footer-link-wrapper {
        width: 359px; } }
@media (min-width: 1229px) {
    .vacancy__intro-footer-link-wrapper {
        width: 328px; } }
.vacancy__intro-item {
    margin-bottom: 20px; }
@media (min-width: 640px) {
    .vacancy__intro-item {
        margin-bottom: 28px; } }
@media (min-width: 1229px) {
    .vacancy__intro-item {
        margin-bottom: 40px; } }
@media (min-width: 1229px) {
    .vacancy__intro-content-first {
        width: 494px;
        margin-right: 111px; } }
@media (min-width: 1229px) {
    .vacancy__intro-content-second {
        width: calc(100% - 494px - 111px); } }
.vacancy__intro-list-item {
    font-size: 16px;
    line-height: 1.25; }
@media (min-width: 640px) {
    .vacancy__intro-list-item {
        font-size: 20px;
        line-height: 1.2; } }
@media (min-width: 1229px) {
    .vacancy__intro-list-item {
        font-size: 24px;
        line-height: 1.33; } }

/* stylelint-disable */
.questionnaire {
    padding-top: 20px;
    padding-bottom: 24px; }
@media (min-width: 640px) {
    .questionnaire {
        padding-top: 28px;
        padding-bottom: 25px; } }
@media (min-width: 1229px) {
    .questionnaire {
        padding-top: 68px;
        padding-bottom: 84px; } }
.universal-modal .questionnaire {
    padding-top: 0;
    padding-bottom: 0; }
.questionnaire__title {
    margin-bottom: 16px; }
@media (min-width: 640px) {
    .questionnaire__title {
        margin-bottom: 24px; } }
@media (min-width: 1229px) {
    .questionnaire__title {
        margin-bottom: 40px; }
    .universal-modal .questionnaire__title {
        margin-bottom: 15px;
        font-size: 36px;
        line-height: 1.16; } }
.universal-modal .questionnaire__title {
    text-align: center; }
.questionnaire__step-heading {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 800; }
@media (min-width: 640px) {
    .questionnaire__step-heading {
        margin-bottom: 16px;
        font-size: 24px;
        line-height: 1.33; } }
@media (min-width: 1229px) {
    .questionnaire__step-heading {
        margin-bottom: 20px;
        font-size: 32px;
        line-height: 1.5; }
    .universal-modal .questionnaire__step-heading {
        font-size: 28px;
        line-height: 1.4;
        margin-bottom: 15px; } }
.questionnaire__step-heading-description {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
.questionnaire__step-heading-value {
    color: #50a684;
    margin-right: 8px;
    font-weight: 800; }
@media (min-width: 640px) {
    .questionnaire__step-heading-value {
        margin-right: 16px; } }
@media (min-width: 1229px) {
    .questionnaire__step-heading-value {
        margin-right: 16px; } }
.questionnaire__step-heading-image {
    width: 16px;
    height: auto;
    margin-left: 4px; }
@media (min-width: 640px) {
    .questionnaire__step-heading-image {
        width: 19px;
        margin-left: 10px; } }
@media (min-width: 1229px) {
    .questionnaire__step-heading-image {
        width: 25px;
        margin-left: 9px; } }
.questionnaire__step {
    margin-bottom: 24px; }
@media (min-width: 640px) {
    .questionnaire__step {
        margin-bottom: 28px; } }
@media (min-width: 1229px) {
    .questionnaire__step {
        margin-bottom: 48px; }
    .questionnaire__step:first-of-type {
        margin-bottom: 30px; }
    .universal-modal .questionnaire__step:first-of-type {
        margin-bottom: 20px; }
    .questionnaire__step:last-of-type {
        margin-bottom: 0; } }
.questionnaire__fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -8px;
    margin-bottom: 20px; }
@media (min-width: 640px) {
    .questionnaire__fields {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: -20px;
        margin-left: -20px; } }
@media (min-width: 1229px) {
    .questionnaire__fields {
        margin-top: 0;
        margin-left: -10px; } }
.questionnaire__field {
    margin-top: 8px; }
@media (min-width: 640px) {
    .questionnaire__field {
        width: calc(50% - 20px);
        margin-top: 20px;
        margin-left: 20px; } }
@media (min-width: 1229px) {
    .questionnaire__field {
        width: 292px;
        margin-top: 0;
        margin-left: 10px; } }
@media (min-width: 1229px) {
    .questionnaire__content-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: baseline;
        align-items: baseline; }
    .universal-modal .questionnaire__content-wrapper {
        -ms-flex-align: start;
        align-items: flex-start; } }
.questionnaire__resume-wrapper {
    width: 100%;
    padding: 16px;
    margin-bottom: 24px;
    border: 1px dashed #bfb7b6;
    border-radius: 16px; }
@media (min-width: 1229px) {
    .questionnaire__resume-wrapper {
        width: 493px;
        margin-left: 98px;
        padding: 42px;
        position: relative;
        top: -25px; }
    .universal-modal .questionnaire__resume-wrapper {
        top: 0; } }
@media (min-width: 1229px) {
    .questionnaire__content-steps {
        position: relative;
        top: -40px; }
    .universal-modal .questionnaire__content-steps {
        top: 0; } }
@media (min-width: 640px) {
    .questionnaire__field--surname {
        width: 100%; } }
@media (min-width: 1229px) {
    .questionnaire__field--surname {
        width: 393px; } }
@media (min-width: 640px) {
    .questionnaire__field--age {
        width: calc(33% - 20px); } }
@media (min-width: 1229px) {
    .questionnaire__field--age {
        width: 192px; } }
@media (min-width: 640px) {
    .questionnaire__field--citizenship {
        width: calc(67% - 20px); } }
@media (min-width: 1229px) {
    .questionnaire__field--citizenship {
        width: 293px; } }
.questionnaire__resume-img {
    width: 42px;
    height: 48px;
    margin-bottom: 16px; }
@media (min-width: 640px) {
    .questionnaire__resume-img {
        width: 60px;
        height: 69px;
        margin-bottom: 18px; } }
.questionnaire__resume-title {
    margin-bottom: 8px;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.25; }
@media (min-width: 1229px) {
    .questionnaire__resume-title {
        margin-bottom: 17px;
        font-size: 24px;
        line-height: 1.16; } }
.questionnaire__resume-text {
    display: block;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.25; }
@media (min-width: 1229px) {
    .questionnaire__resume-text {
        margin-bottom: 16px;
        font-size: 24px;
        line-height: 1.33; } }
@media (min-width: 640px) {
    .questionnaire__button-wrapper {
        width: 278px; }
    .universal-modal .questionnaire__button-wrapper {
        margin-left: auto;
        margin-right: auto; } }
.questionnaire__button {
    font-size: 20px;
    line-height: 1; }
@media (min-width: 1229px) {
    .questionnaire__button {
        padding: 20px 34px; } }
.questionnaire__resume-file-input {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute; }
.questionnaire__resume-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
.questionnaire__resume-input-wrapper {
    position: relative; }
@media (min-width: 640px) {
    .questionnaire__resume-input-wrapper {
        width: 180px; } }
.questionnaire__resume-file-formats {
    width: 49%;
    margin-left: 12px;
    font-size: 14px;
    line-height: 1.14;
    color: #bfb7b6; }
@media (min-width: 640px) {
    .questionnaire__resume-file-formats {
        font-size: 16px;
        line-height: 2; } }
.questionnaire__resume-label {
    font-size: 14px;
    line-height: 1.42; }
@media (min-width: 640px) {
    .questionnaire__resume-label {
        font-size: 16px;
        line-height: 1.25; } }
.questionnaire__error {
    margin-top: 12px;
    font-size: 16px;
    line-height: 19px;
    color: #e42313; }
.questionnaire__resume-file-name {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.42;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

/* stylelint-disable */
.gallery {
    padding-top: 24px;
    background-color: #f8f8f8;
    padding-bottom: 12px; }
@media (min-width: 640px) {
    .gallery {
        padding-top: 32px;
        padding-bottom: 24px; } }
@media (min-width: 1229px) {
    .gallery {
        padding-top: 0; } }
.gallery__title {
    margin-bottom: 8px;
    font-weight: 800;
    text-align: center; }
@media (min-width: 640px) {
    .gallery__title {
        margin-bottom: 12px; } }
@media (min-width: 1229px) {
    .gallery__title {
        margin-bottom: 16px; } }
@media (min-width: 1229px) {
    .gallery__slider {
        width: 0;
        height: 0;
        opacity: 0; }
    .gallery__slider.slick-initialized {
        width: 100%;
        height: auto;
        opacity: 1;
        margin-bottom: 0; } }
@media (max-width: 1228px) {
    .gallery__slide {
        margin-bottom: 10px; }
    .gallery__slide:last-of-type {
        margin-bottom: 0; } }
.gallery__slide--first-version .gallery__item:first-of-type {
    grid-column: 1;
    grid-row: 1 / span 3; }
@media (min-width: 1229px) {
    .gallery__slide--first-version .gallery__item:first-of-type {
        grid-column: 1;
        grid-row: 1 / span 2; } }
.gallery__slide--first-version .gallery__item:nth-of-type(2) {
    grid-column: 2;
    grid-row: 1 / span 7; }
@media (min-width: 1229px) {
    .gallery__slide--first-version .gallery__item:nth-of-type(2) {
        grid-column: 2;
        grid-row: 1 / span 3; } }
.gallery__slide--first-version .gallery__item:nth-of-type(3) {
    grid-column: 1;
    grid-row: 26 / 30; }
@media (min-width: 1229px) {
    .gallery__slide--first-version .gallery__item:nth-of-type(3) {
        grid-column: 3;
        grid-row: 1 / span 2; } }
.gallery__slide--first-version .gallery__item:nth-of-type(4) {
    grid-column: 2;
    grid-row: 8 / 13; }
@media (min-width: 1229px) {
    .gallery__slide--first-version .gallery__item:nth-of-type(4) {
        grid-column: 4 / 5;
        grid-row: 1 / span 4; } }
.gallery__slide--first-version .gallery__item:nth-of-type(5) {
    grid-column: 1;
    grid-row: 10 / 18; }
@media (min-width: 1229px) {
    .gallery__slide--first-version .gallery__item:nth-of-type(5) {
        grid-column: 5;
        grid-row: 1 / span 3; } }
.gallery__slide--first-version .gallery__item:nth-of-type(6) {
    grid-column: 1;
    grid-row: 4 / 7; }
@media (min-width: 1229px) {
    .gallery__slide--first-version .gallery__item:nth-of-type(6) {
        grid-column: 1;
        grid-row: span 2 / span 4; } }
.gallery__slide--first-version .gallery__item:nth-of-type(7) {
    grid-column: 2;
    grid-row: 13 / 17; }
@media (min-width: 1229px) {
    .gallery__slide--first-version .gallery__item:nth-of-type(7) {
        grid-column: 1;
        grid-row: span 4; } }
.gallery__slide--first-version .gallery__item:nth-of-type(8) {
    grid-column: 1;
    grid-row: 18 / 26; }
@media (min-width: 1229px) {
    .gallery__slide--first-version .gallery__item:nth-of-type(8) {
        grid-column: 2;
        grid-row: 4 / 8; } }
.gallery__slide--first-version .gallery__item:nth-of-type(9) {
    grid-column: 1;
    grid-row: 7 / 10; }
@media (min-width: 1229px) {
    .gallery__slide--first-version .gallery__item:nth-of-type(9) {
        grid-column: 3;
        grid-row: 3 / 5; } }
.gallery__slide--first-version .gallery__item:nth-of-type(10) {
    grid-column: 2;
    grid-row: 17 / 21; }
@media (min-width: 1229px) {
    .gallery__slide--first-version .gallery__item:nth-of-type(10) {
        grid-column: 3;
        grid-row: span 4; } }
.gallery__slide--first-version .gallery__item:nth-of-type(11) {
    grid-column: 2;
    grid-row: 21 / 24; }
@media (min-width: 1229px) {
    .gallery__slide--first-version .gallery__item:nth-of-type(11) {
        grid-column: 4 / 5;
        grid-row: span 4; } }
.gallery__slide--first-version .gallery__item:last-of-type {
    grid-column: 2;
    grid-row: 24 / 30; }
@media (min-width: 1229px) {
    .gallery__slide--first-version .gallery__item:last-of-type {
        grid-column: 5;
        grid-row: 4 / span 6; } }
.gallery__slide--second-version .gallery__item:first-of-type {
    grid-column: 1;
    grid-row: 17 / 21; }
@media (min-width: 1229px) {
    .gallery__slide--second-version .gallery__item:first-of-type {
        grid-column: 1;
        grid-row: 1 / 6; } }
.gallery__slide--second-version .gallery__item:nth-of-type(2) {
    grid-column: 2;
    grid-row: 1 / span 2; }
@media (min-width: 1229px) {
    .gallery__slide--second-version .gallery__item:nth-of-type(2) {
        grid-column: 2;
        grid-row: 1 / 6; } }
.gallery__slide--second-version .gallery__item:nth-of-type(3) {
    grid-column: 1;
    grid-row: 4 / 8; }
@media (min-width: 1229px) {
    .gallery__slide--second-version .gallery__item:nth-of-type(3) {
        grid-column: 3;
        grid-row: 1 / 8; } }
.gallery__slide--second-version .gallery__item:nth-of-type(4) {
    grid-column: 2;
    grid-row: 7 / 10; }
@media (min-width: 1229px) {
    .gallery__slide--second-version .gallery__item:nth-of-type(4) {
        grid-column: 4;
        grid-row: 1 / 5; } }
.gallery__slide--second-version .gallery__item:nth-of-type(5) {
    grid-column: 1;
    grid-row: 11 / 17; }
@media (min-width: 1229px) {
    .gallery__slide--second-version .gallery__item:nth-of-type(5) {
        grid-column: 5;
        grid-row: 1 / 8; } }
.gallery__slide--second-version .gallery__item:nth-of-type(6) {
    grid-column: 1;
    grid-row: 1 / span 3; }
@media (min-width: 1229px) {
    .gallery__slide--second-version .gallery__item:nth-of-type(6) {
        grid-column: 1;
        grid-row: 6 / 11; } }
.gallery__slide--second-version .gallery__item:nth-of-type(7) {
    grid-column: 2;
    grid-row: 17 / 19; }
@media (min-width: 1229px) {
    .gallery__slide--second-version .gallery__item:nth-of-type(7) {
        grid-column: 1;
        grid-row: 11 / 15; } }
.gallery__slide--second-version .gallery__item:nth-of-type(8) {
    grid-column: 2;
    grid-row: 3 / 7; }
@media (min-width: 1229px) {
    .gallery__slide--second-version .gallery__item:nth-of-type(8) {
        grid-column: 2;
        grid-row: 6 / 15; } }
.gallery__slide--second-version .gallery__item:nth-of-type(9) {
    grid-column: 1;
    grid-row: 8 / 11; }
@media (min-width: 1229px) {
    .gallery__slide--second-version .gallery__item:nth-of-type(9) {
        grid-column: 3;
        grid-row: 8 / 15; } }
.gallery__slide--second-version .gallery__item:nth-of-type(10) {
    grid-column: 2;
    grid-row: 10 / 14; }
@media (min-width: 1229px) {
    .gallery__slide--second-version .gallery__item:nth-of-type(10) {
        grid-column: 4;
        grid-row: 5 / 10; } }
.gallery__slide--second-version .gallery__item:nth-of-type(11) {
    grid-column: 2;
    grid-row: 14 / 17; }
@media (min-width: 1229px) {
    .gallery__slide--second-version .gallery__item:nth-of-type(11) {
        grid-column: 4;
        grid-row: 10 / 15; } }
.gallery__slide--second-version .gallery__item:last-of-type {
    grid-column: 2;
    grid-row: 19 / 21; }
@media (min-width: 1229px) {
    .gallery__slide--second-version .gallery__item:last-of-type {
        grid-column: 5;
        grid-row: 8 / 15; } }
.gallery__slide--third-version .gallery__item:first-of-type {
    grid-column: 1;
    grid-row: 1 / span 3; }
@media (min-width: 1229px) {
    .gallery__slide--third-version .gallery__item:first-of-type {
        grid-column: 1;
        grid-row: 1 / span 2; } }
.gallery__slide--third-version .gallery__item:nth-of-type(2) {
    grid-column: 2;
    grid-row: 1 / span 7; }
@media (min-width: 1229px) {
    .gallery__slide--third-version .gallery__item:nth-of-type(2) {
        grid-column: 2;
        grid-row: 1 / span 3; } }
.gallery__slide--third-version .gallery__item:nth-of-type(3) {
    grid-column: 1;
    grid-row: 26 / 30; }
@media (min-width: 1229px) {
    .gallery__slide--third-version .gallery__item:nth-of-type(3) {
        grid-column: 3;
        grid-row: 1 / span 2; } }
.gallery__slide--third-version .gallery__item:nth-of-type(4) {
    grid-column: 1;
    grid-row: 7 / 10; }
@media (min-width: 1229px) {
    .gallery__slide--third-version .gallery__item:nth-of-type(4) {
        grid-column: 4 / 5;
        grid-row: 1 / span 4; } }
.gallery__slide--third-version .gallery__item:nth-of-type(5) {
    grid-column: 1;
    grid-row: 10 / 18; }
@media (min-width: 1229px) {
    .gallery__slide--third-version .gallery__item:nth-of-type(5) {
        grid-column: 5;
        grid-row: 1 / span 3; } }
.gallery__slide--third-version .gallery__item:nth-of-type(6) {
    grid-column: 1;
    grid-row: 4 / 7; }
@media (min-width: 1229px) {
    .gallery__slide--third-version .gallery__item:nth-of-type(6) {
        grid-column: 1;
        grid-row: span 2 / span 4; } }
.gallery__slide--third-version .gallery__item:nth-of-type(7) {
    grid-column: 2;
    grid-row: 13 / 17; }
@media (min-width: 1229px) {
    .gallery__slide--third-version .gallery__item:nth-of-type(7) {
        grid-column: 1;
        grid-row: span 4; } }
.gallery__slide--third-version .gallery__item:nth-of-type(8) {
    grid-column: 1;
    grid-row: 18 / 26; }
@media (min-width: 1229px) {
    .gallery__slide--third-version .gallery__item:nth-of-type(8) {
        grid-column: 2;
        grid-row: 4 / 8; } }
.gallery__slide--third-version .gallery__item:nth-of-type(9) {
    grid-column: 2;
    grid-row: 8 / 13; }
@media (min-width: 1229px) {
    .gallery__slide--third-version .gallery__item:nth-of-type(9) {
        grid-column: 3;
        grid-row: 3 / 5; } }
.gallery__slide--third-version .gallery__item:nth-of-type(10) {
    grid-column: 2;
    grid-row: 17 / 21; }
@media (min-width: 1229px) {
    .gallery__slide--third-version .gallery__item:nth-of-type(10) {
        grid-column: 3;
        grid-row: span 4; } }
.gallery__slide--third-version .gallery__item:nth-of-type(11) {
    grid-column: 2;
    grid-row: 21 / 24; }
@media (min-width: 1229px) {
    .gallery__slide--third-version .gallery__item:nth-of-type(11) {
        grid-column: 4 / 5;
        grid-row: span 4; } }
.gallery__slide--third-version .gallery__item:last-of-type {
    grid-column: 2;
    grid-row: 24 / 30; }
@media (min-width: 1229px) {
    .gallery__slide--third-version .gallery__item:last-of-type {
        grid-column: 5;
        grid-row: 4 / span 6; } }
.gallery__slide-content {
    display: grid;
    grid-gap: 12px;
    gap: 12px;
    grid-template-columns: 50% 50%; }
@media (max-width: 1228px) {
    .gallery__slide-content {
        grid-auto-rows: 55px;
        overflow: hidden; } }
@media (min-width: 1229px) {
    .gallery__slide-content {
        grid-gap: 11px;
        gap: 11px;
        height: 889px;
        padding-left: 10px;
        padding-right: 20px; } }
@media (min-width: 1229px) {
    .gallery__slide--first-version .gallery__slide-content {
        grid-template-columns: 20.46% 15.26% 20.46% 25.78% 15.26%;
        grid-template-rows: 131px 131px 151px 151px 131px 131px; } }
@media (min-width: 1229px) {
    .gallery__slide--second-version .gallery__slide-content {
        grid-template-columns: 20.46% 25.78% 15.26% 20.46% 15.26%;
        grid-auto-rows: 55px; } }
@media (min-width: 1229px) {
    .gallery__slide--third-version .gallery__slide-content {
        grid-template-columns: 20.46% 15.26% 20.46% 25.78% 15.26%;
        grid-template-rows: 131px 131px 151px 151px 131px 131px; } }
.gallery__item--text {
    display: -ms-flexbox;
    display: flex;
    background-color: #50a684;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
    line-height: 24px; }
@media (min-width: 640px) {
    .gallery__item--text {
        font-size: 32px;
        line-height: 40px; } }
.gallery__item--text:hover {
    cursor: -webkit-grab;
    cursor: grab; }
.gallery__item-image {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
.gallery__item-link {
    display: block;
    height: 100%; }

.city-confirmation__container {
    padding: 20px;
    min-height: 350px; }
@media (min-width: 640px) {
    .city-confirmation__container {
        padding: 40px 50px 50px 50px; } }

.city-confirmation__title {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 800;
    line-height: 0.8;
    text-align: center; }
@media (min-width: 640px) {
    .city-confirmation__title {
        font-size: 32px;
        margin-bottom: 30px; } }

.city-confirmation__description {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-align: center; }
@media (min-width: 640px) {
    .city-confirmation__description {
        margin-bottom: 29px; } }

@media (min-width: 640px) {
    .city-confirmation__select {
        width: 500px; } }

.city-confirmation__button {
    display: block;
    margin-top: 30px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto; }


/*# sourceMappingURL=index.css.map*/
