.hyphens {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-size: 100%;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

body {
    margin: 0;
}

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

/* ==========================================================================
   Links
   ========================================================================== */
*:focus {
    outline: none;
}

*:active,
*:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

p,
pre {
    margin: 0px;
}

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

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

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
    content: '';
    content: none;
}

/**
 * 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;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
    margin: 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
    margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    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 6+.
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}

/**
 * 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.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}

/**
 * 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 */
    /* 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 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/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;
}

/* ==========================================================================
   Opinionated defaults
   ========================================================================== */
html {
    font-size: 1em;
    line-height: 1.4;
}

* {
    padding: 0px;
    margin: 0px;
}

img {
    border: none;
}

ul {
    list-style: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Fonts

   ==========================================================================
   ==========================================================================
   ========================================================================== */
/* ==========================================================================
   Futura
   ========================================================================== */
@font-face {
    font-family: 'Futura';
    src: url('../fonts/FuturaDemiC.eot');
    src: url('../fonts/FuturaDemiC.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaDemiC.woff') format('woff'), url('../fonts/FuturaDemiC.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/FuturaMediumC.eot');
    src: url('../fonts/FuturaMediumC.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaMediumC.woff') format('woff'), url('../fonts/FuturaMediumC.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/FuturaLightC-Italic.eot');
    src: url('../fonts/FuturaLightC-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaLightC-Italic.woff') format('woff'), url('../fonts/FuturaLightC-Italic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/FuturaMediumC-Italic.eot');
    src: url('../fonts/FuturaMediumC-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaMediumC-Italic.woff') format('woff'), url('../fonts/FuturaMediumC-Italic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/FuturaLightC.eot');
    src: url('../fonts/FuturaLightC.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaLightC.woff') format('woff'), url('../fonts/FuturaLightC.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/FuturaDemiC-Italic.eot');
    src: url('../fonts/FuturaDemiC-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaDemiC-Italic.woff') format('woff'), url('../fonts/FuturaDemiC-Italic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/FuturaBookC-Italic.eot');
    src: url('../fonts/FuturaBookC-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaBookC-Italic.woff') format('woff'), url('../fonts/FuturaBookC-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/FuturaBookC.eot');
    src: url('../fonts/FuturaBookC.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaBookC.woff') format('woff'), url('../fonts/FuturaBookC.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/subset-FuturaPT-Heavy.eot');
    src: url('../fonts/subset-FuturaPT-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-FuturaPT-Heavy.woff') format('woff'), url('../fonts/subset-FuturaPT-Heavy.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
   Bebas Neue
   ========================================================================== */
@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeueRegular.eot');
    src: url('../fonts/BebasNeueRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeueRegular.woff') format('woff'), url('../fonts/BebasNeueRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeueBold.eot');
    src: url('../fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeueBold.woff') format('woff'), url('../fonts/BebasNeueBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeueLight.eot');
    src: url('../fonts/BebasNeueLight.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeueLight.woff') format('woff'), url('../fonts/BebasNeueLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Thin.eot');
    src: url('../fonts/BebasNeue-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeue-Thin.woff') format('woff'), url('../fonts/BebasNeue-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeueBook.eot');
    src: url('../fonts/BebasNeueBook.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeueBook.woff') format('woff'), url('../fonts/BebasNeueBook.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Typography

   ==========================================================================
   ==========================================================================
   ========================================================================== */
html,
body,
button,
input,
select,
textarea {
    color: #343235;
    font-family: 'Futura', sans-serif;
    line-height: 1.4;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}

html {
    font-size: 20px;
}

@media (min-width: 999px) and (max-width: 1840px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 999px) and (max-width: 1520px) {
    html {
        font-size: 15px;
    }
}

@media (min-width: 999px) and (max-width: 1350px) {
    html {
        font-size: 13px;
    }
}

@media (min-width: 999px) and (max-width: 1200px) {
    html {
        font-size: 11px;
    }
}

/* ==========================================================================
   Colors
   ========================================================================== */
.color-grey {
    color: #a6a9ab !important;
}

.color-beige {
    color: #ffbc6b !important;
}

.color-blue {
    color: #9ECC51 !important;
}

.color-red {
    color: #ee3f22 !important;
}

/* ==========================================================================
   Links
   ========================================================================== */
a {
    color: #9ECC51;
    text-decoration: none;
    cursor: pointer;
    outline: none !important;
}

.link-border {
    color: #6BAB00;
    border-bottom: solid 1px #6BAB00;
}

.link-border:hover {
    border-bottom-color: transparent;
}

/* ==========================================================================
   Text block
   ========================================================================== */
.typical-txt {
    font-size: 1.5rem;
    line-height: normal;
}

.typical-txt b {
    font-weight: 800;
}

.typical-txt p {
    margin: 0 0 1em;
}

.typical-txt p:last-child {
    margin-bottom: 0;
}

.typical-txt ul {
    margin: 0 0 1em;
}

.typical-txt li {
    margin: 0 0 0.5em;
    position: relative;
    padding: 0 0 0 1em;
}

.typical-txt li:before {
    content: '–';
    position: absolute;
    left: 0;
}

/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Tables

   ==========================================================================
   ==========================================================================
   ========================================================================== */
/* ==========================================================================
   Typical Table
   ========================================================================== */
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Grids

   ==========================================================================
   ==========================================================================
   ========================================================================== */
body {
    background: #fafafa;
}

.body-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 80px;
}

.header-container {
    width: 100%;
    padding: 0 2.5vw;
    margin: 0 auto;
    position: relative;
    min-height: 1px;
    zoom: 1;
    *zoom: 1;
}

.container {
    width: 100%;
    padding: 0 2.5vw;
    margin: 0 auto;
    position: relative;
    min-height: 1px;
    zoom: 1;
    *zoom: 1;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

/* ==========================================================================
   Mobile
   ========================================================================== */
@media (max-width: 998px) {
    .body-wrapper {
        width: 600px;
        padding-top: 80px;
    }

    .container {
        padding: 0 30px;
    }

    .header-container {
        padding: 0 30px;
    }
}

/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Buttons

   ==========================================================================
   ==========================================================================
   ========================================================================== */
/* ==========================================================================
   Glare
   ========================================================================== */
.glare {
    display: block;
    position: absolute;
    width: 70px;
    height: 200%;
    -webkit-transform: rotate(13deg);
    -ms-transform: rotate(13deg);
    transform: rotate(13deg);
    /*background-color: fade(#fff, 30%);*/
    top: -60%;
    right: 120%;
    -webkit-animation: glare 4s ease infinite;
    animation: glare 4s ease infinite;
    z-index: 5;
    pointer-events: none;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.4) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#4dffffff', GradientType=1);
}

.glare:after {
    content: '';
    display: none;
    position: absolute;
    width: 20px;
    height: 100%;
    background: inherit;
    right: -15px;
    top: 0;
}

@-webkit-keyframes glare {
    from {
        right: 100%;
        -webkit-transform: rotate(13deg) translateX(-110%);
        transform: rotate(13deg) translateX(-110%);
    }
    40%,
    to {
        right: 0;
        -webkit-transform: rotate(13deg) translateX(110%);
        transform: rotate(13deg) translateX(110%);
    }
}

@keyframes glare {
    from {
        right: 100%;
        -webkit-transform: rotate(13deg) translateX(-110%);
        transform: rotate(13deg) translateX(-110%);
    }
    40%,
    to {
        right: 0;
        -webkit-transform: rotate(13deg) translateX(110%);
        transform: rotate(13deg) translateX(110%);
    }
}

@media (max-width: 998px) {
    .hidden-br-xs {
        display: none;
    }
}

@media (max-width: 998px) {
    #smart-filter {
        display: none;
    }
}

/* ==========================================================================
   Button
   ========================================================================== */
.btn {
    display: inline-block;
    height: 3rem;
    line-height: 3rem;
    border-radius: 1.5rem;
    overflow: hidden;
    position: relative;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    font-weight: 700;
    border: none;
    background: #98ca45;
    color: #fff;
    text-align: center;
    transition: all 0.5s ease;
}

@media (min-width: 998px) {
    .btn:hover {
        background: #6BAB00;
    }
}

.btn-bordered {
    background: transparent;
    border: 1px solid #9ECC51;
    color: #9ECC51;
}

@media (min-width: 998px) {
    .btn-bordered:hover {
        border: 1px solid #6BAB00;
        color: #6BAB00;
        background: transparent;
    }
}

.btn__in {
    position: relative;
    padding: 0 1.5rem;
    transform: translateY(0);
}

.btn__hover {
    z-index: 5;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
}

.btn__in,
.btn__hover {
    display: block;
    top: 0.1em;
    transition: all 0.5s ease;
}

.btn.btn_blue {
    background: #98ca45;
}

.btn.btn_blue:hover {
    background: #6BAB00;
}

.btn.btn_sm {
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 0.75rem;
    font-size: 0.8rem;
    font-family: 'Futura', sans-serif;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.btn.btn_sm .btn__in {
    padding: 0 0.8rem;
}

.btn.btn_sm .btn__in,
.btn.btn_sm .btn__hover {
    top: 0;
}

@media (max-width: 998px) {
    .btn {
        height: 4.5rem;
        line-height: 4.5rem;
        border-radius: 2.25rem;
        font-size: 1.8rem;
    }

    .btn__in {
        padding: 0 2rem;
    }

    .btn.btn_sm {
        height: 2.5rem;
        line-height: 2.5rem;
        border-radius: 1.25rem;
        font-size: 1.2rem;
    }

    .btn.btn_sm .btn__in {
        padding: 0 1.2rem;
    }
}

/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Forms

   ==========================================================================
   ==========================================================================
   ========================================================================== */
[placeholder]::-webkit-input-placeholder {
    color: #a6a9ab;
}

[placeholder]::-moz-placeholder {
    color: #a6a9ab;
    opacity: 1 !important;
}

[placeholder]:-moz-placeholder {
    color: #a6a9ab;
    opacity: 1 !important;
}

[placeholder]::-moz-placeholder {
    color: #a6a9ab;
}

[placeholder]:-ms-input-placeholder {
    color: #a6a9ab;
}

/* ==========================================================================
   Group
   ========================================================================== */
.form-group {
    margin: 0 0 0.5rem;
}

@media (max-width: 998px) {
    .form-group {
        margin-bottom: 1rem;
    }
}

/* ==========================================================================
   Label
   ========================================================================== */
.form-label {
    font-size: 0.8rem;
    line-height: 1;
    display: block;
    color: #a6a9ab;
    margin: 0 1rem 0.25em;
}

@media (max-width: 998px) {
    .form-label {
        font-size: 1.6rem;
        margin-left: 2rem;
    }
}

/* ==========================================================================
   Input
   ========================================================================== */
.form-field {
    display: block;
    width: 100%;
    height: 3rem;
    border: solid 2px #d7d7d7;
    border-radius: 1.5rem;
    text-align: center;
    color: #37444c;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    background: none;
}

.form-field.error-field {
    border-color: #ee3f22;
}

div.error-field {
    color: #ee3f22;
    padding: 0 1rem;
    font-size: 0.8rem;
}

@media (max-width: 998px) {
    .form-field {
        height: 4.5rem;
        border-width: 3px;
        border-radius: 2.25rem;
        font-size: 1.8rem;
    }

    div.error-field {
        font-size: 1.6rem;
    }
}

/* ==========================================================================
   Checkbox, Radio
   ========================================================================== */
.form-checkbox {
    position: relative;
    text-align: left;
    zoom: 1;
    *zoom: 1;
}

.form-checkbox:before,
.form-checkbox:after {
    content: " ";
    display: table;
}

.form-checkbox:after {
    clear: both;
}

.form-checkbox input[type="checkbox"],
.form-checkbox input[type="radio"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.form-checkbox label {
    display: block;
    position: relative;
    padding: 0 0 0 2rem;
    cursor: pointer;
    font-size: 1.2rem;
    line-height: 1;
    color: #37444c;
}

.form-checkbox label:before,
.form-checkbox label:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0.1rem;
}

.form-checkbox label:before {
    width: 1rem;
    height: 1rem;
    border: solid 3px #d6d6d7;
    border-radius: 4px;
}

.form-checkbox label:after {
    display: none;
    left: 0;
    top: -0.3rem;
    width: 1.4rem;
    height: 1.2rem;
    background: url('../img/check.svg') no-repeat 50% 50%;
    background-size: contain;
}

.form-checkbox input[type="checkbox"]:checked + label:after,
.form-checkbox input[type="radio"]:checked + label:after {
    display: block;
}

.form-checkbox.sm label {
    opacity: 0.8;
    font-size: 0.8rem;
    line-height: normal;
    padding-left: 1.5rem;
}

.form-checkbox.sm label:before {
    width: 0.75rem;
    height: 0.75rem;
    border-width: 2px;
}

.form-checkbox.sm label:after {
    width: 1.05rem;
    height: 0.9rem;
    top: -0.2rem;
}

.form-checkbox div.error-field {
    padding: 0 0 0 1.5rem;
}

@media (max-width: 998px) {
    .form-checkbox label {
        padding-left: 3rem;
        font-size: 1.8rem;
    }

    .form-checkbox label:before {
        width: 1.5rem;
        height: 1.5rem;
        border-width: 4px;
        border-radius: 6px;
    }

    .form-checkbox label:after {
        top: -0.4rem;
        width: 2.1rem;
        height: 1.8rem;
    }
}

/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Titles

   ==========================================================================
   ==========================================================================
   ========================================================================== */
/* ==========================================================================
   Section Title
   ========================================================================== */
.sct-title {
    font-size: 3rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #37444c;
    margin: 0 0 1em;
}

@media (max-width: 998px) {
    .sct-title {
        font-size: 2rem;
    }
}

/* ==========================================================================
   Sup Title
   ========================================================================== */
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Modals

   ==========================================================================
   ==========================================================================
   ========================================================================== */
body.modal-opened {
    overflow: hidden;
}

.backdrop {
    opacity: 0;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 98;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

body.modal-opened .backdrop {
    opacity: 1;
    pointer-events: none;
}

/* ==========================================================================
   Modal
   ========================================================================== */
.modal {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    overflow: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    pointer-events: none;
}

.modal:before,
.modal:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.modal:before {
}

.modal:after {
    background: rgba(255, 255, 255, 0.8);
}

.modal.opened {
    pointer-events: auto;
}

.modal.opened:before,
.modal.opened:after {
    opacity: 1;
}

.modal__box {
    position: relative;
    box-shadow: 0 3rem 4rem rgba(60, 60, 60, 0.3);
    background: #ececec;
    overflow: hidden;
    border-radius: 0.5rem;
    z-index: 5;
    -webkit-transform: translateY(-100vh);
    -ms-transform: translateY(-100vh);
    transform: translateY(-100vh);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

.modal.opened .modal__box {
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

@media (max-width: 998px) {
    .modal {
        display: block;
    }

    .modal:before,
    .modal:after {
        display: none;
    }

    .modal__box {
        box-shadow: none;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border-radius: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

/* ==========================================================================
   Close
   ========================================================================== */
.btn-close {
    display: block;
    background: none;
    border: none;
    width: 5rem;
    height: 5rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

.btn-close:after,
.btn-close:before {
    content: '';
    display: block;
    width: 1.5rem;
    height: 0.4rem;
    background: #9ba1a5;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.btn-close:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.btn-close:hover:before,
.btn-close:hover:after {
    background-color: #6BAB00;
}

/* ==========================================================================
   Card
   ========================================================================== */
.quiz-slider,
.modal-card,
.swiper-container {
    width: 48rem;
    height: 29rem;
    position: relative;
}

.modal-card {
    background: #ececec;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 2.5rem 4rem 3.5rem;
}

.modal-card:before {
    content: '';
    display: block;
    position: absolute;
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    background: #fff;
    /*box-shadow: 0 0 4rem fade(#3c3c3c, 30%);*/
    border-radius: 0.5rem;
}

.modal-card .sct-title {
    position: relative;
    font-size: 2.5rem;
    text-align: center;
    margin: 0;
    width: 100%;
    padding: 0 0.5em;
}

.modal-card .btn__in {
    padding: 0 3rem;
}

.modal-card__bg {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 87%;
    opacity: 0.04;
}

.modal-card__step {
    position: absolute;
    left: 2rem;
    top: 0;
    line-height: 5rem;
    font-size: 1.5rem;
    letter-spacing: -0.16em;
    font-weight: 800;
    color: #37444c;
}

.modal-card__checks {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.modal-card__checks.short {
    width: 70%;
    margin: 0 auto;
}

.modal-card__checks .form-checkbox {
    margin: 0 0 0.8rem;
}

.modal-card__btn {
    position: relative;
}

@media (max-width: 998px) {
    .quiz-slider,
    .modal-card,
    .swiper-container {
        width: 600px;
        height: 100%;
    }

    .modal-card {
        overflow: auto;
        display: block;
        padding: 100px 60px 60px;
    }

    .modal-card .sct-title {
        margin-bottom: 1em;
        font-size: 2rem;
    }

    .modal-card .btn {
        width: 100%;
    }

    .modal-card {
        background: #fff;
    }

    .modal-card:before {
        display: none;
        padding: 30px;
    }

    .modal-card__checks {
        display: block;
        margin: 0 0 50px;
    }

    .modal-card__checks .form-checkbox {
        margin-bottom: 1.6rem;
    }
}

/* ==========================================================================
   Card Start
   ========================================================================== */
.modal-card.start .sct-title {
    text-align: left;
    padding: 0;
}

.modal-card__bg-start {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 86%;
}

.modal-card__start-txt {
    position: relative;
    font-size: 1.2rem;
    line-height: normal;
    width: 100%;
    padding: 0 0 2em 6.5rem;
}

.modal-card__start-txt b {
    font-weight: 800;
}

.modal-card__stopwatch {
    display: block;
    width: 5rem;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(-55%, -55%);
    -ms-transform: translate(-55%, -55%);
    transform: translate(-55%, -55%);
    pointer-events: none;
}

@media (max-width: 998px) {
    .modal-card.start .sct-title {
        text-align: center;
    }

    .modal-card__bg-start {
        height: 400px;
    }

    .modal-card__start-txt {
        padding-left: 0;
        text-align: center;
        font-size: 1.5rem;
    }
}

/* ==========================================================================
   Card Form
   ========================================================================== */
.modal-card__sub-title {
    position: relative;
    font-size: 1.2rem;
    line-height: normal;
    color: #37444c;
    text-align: center;
}

.modal-card__form {
    position: relative;
    width: 31rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.modal-card__form .form-group {
    width: 48%;
}

@media (max-width: 998px) {
    .modal-card__form {
        display: block;
        width: 100%;
    }

    .modal-card__form .form-group {
        width: 100%;
    }

    .modal-card__sub-title {
        margin-bottom: 1.5em;
    }
}

/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Slider

   ==========================================================================
   ==========================================================================
   ========================================================================== */
/* ==========================================================================
   Arrows Button
   ========================================================================== */
.slick-arrow {
    display: block;
    width: 2rem;
    height: 2rem;
    border: none;
    border-radius: 50%;
    background: rgba(52, 50, 53, 0.5) url('../img/arr-left.svg') no-repeat 50% 50%;
    background-size: 0.4rem auto;
    position: absolute;
    left: 7.3vw;
    bottom: 1.5rem;
    z-index: 5;
}

.slick-arrow span {
    color: #1375f8;
    border-bottom: solid 1px rgba(19, 117, 248, 0.7);
    position: absolute;
    left: 50%;
    bottom: -1.5rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 1rem;
    line-height: 1;
}

.slick-arrow:hover {
    background-color: #343235;
}

.slick-arrow.slick-prev {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    bottom: 4rem;
}

@media (max-width: 998px) {
    .slick-arrow {
        top: 100%;
        left: 53%;
        width: 4rem;
        height: 4rem;
        background-size: 0.8rem auto;
        bottom: auto;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
    }

    .slick-arrow span {
        display: none;
    }

    .slick-arrow.slick-next {
        left: auto;
        right: 53%;
    }

    .slick-arrow.slick-prev {
        -webkit-transform: translateY(50%) scale(-1, 1);
        -ms-transform: translateY(50%) scale(-1, 1);
        transform: translateY(50%) scale(-1, 1);
    }
}

/* ==========================================================================
   Dots
   ========================================================================== */
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Image  Cover

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.js-bg-cover {
    position: relative;
    background: no-repeat 50% 50%;
    background-size: cover;
    overflow: hidden;
}

.js-bg-cover__img {
    width: 100%;
    pointer-events: none;
}

/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Header

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.site-header {
    background: #263b3d;
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 50;
}

.site-header .header-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 80px;
}

.site-header .header-container:before,
.site-header .header-container:after {
    display: none;
}

.site-header .site-contacts__num {
    color: #9ECC51;
}

/* ==========================================================================
   Logo
   ========================================================================== */
.site-header__logo {
    width: 155px;
    position: relative;
    -webkit-transform: translateY(12%);
    -ms-transform: translateY(12%);
    transform: translateY(12%);
}

.site-header__logo > img {
    display: block;
    width: 100%;
}

.site-header__logo .beetle {
    width: 54%;
    position: absolute;
    left: 90%;
    top: 55%;
}

@media (max-width: 998px) {
    .site-header__logo {
        width: 160px;
    }
}

/* ==========================================================================
   Menu
   ========================================================================== */
.site-header__menu a {
    color: #fff;
    font-size: 1.2rem;
    transition: all 0.5s ease;
}

.site-header__menu a:hover {
    color: #6BAB00;
}

.site-header__menu li {
    display: inline-block;
    vertical-align: baseline;
    margin: 0 0.9vw;
}

.site-header__title {
    color: #ffbc6b !important;
    font-weight: 800;
    font-size: 1.5rem !important;
    letter-spacing: -0.02em;
}

@media (max-width: 998px) {
    .site-header__menu {
        position: fixed;
        left: 0;
        top: 80px;
        right: 0;
        bottom: 0;
        height: 100%;
        background: #263b3d;
        padding: 30px;
        transform: translateX(-100%);
        transition: all 0.5s ease;
    }

    .site-header__menu a {
        font-size: 1.8rem;
        display: block;
        line-height: 2;
    }

    .site-header__menu li {
        display: block;
        margin: 0;
    }

    body.menu-opened .site-header__menu {
        transform: translateX(0);
    }

    .site-header__title {
        font-size: 2rem !important;
    }
}

/* ==========================================================================
   Burger
   ========================================================================== */
.burger {
    position: relative;
    display: block;
    width: 5.5rem;
    height: 4rem;
    border: none;
    background: none;
    margin: 0 -30px;
    padding: 0 30px;
}

.burger span {
    display: block;
    background: #9ECC51;
    height: 4px;
    margin: 8px 0;
    width: 50px;
}

body.menu-opened .burger span {
    display: none;
}

body.menu-opened .burger span:first-child,
body.menu-opened .burger span:last-child {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
}

body.menu-opened .burger span:first-child {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

body.menu-opened .burger span:last-child {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width: 999px) {
    .burger {
        display: none;
    }
}

/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Footer

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.site-footer {
    position: relative;
    background: #ebebeb;
    background-size: auto 49%;
}

.site-footer .container {
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 3.6vw;
    padding-bottom: 2.6vw;
}

.site-footer .container:before,
.site-footer .container:after {
    display: none;
}

.site-footer__block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.site-footer__block:last-child {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

@media (max-width: 998px) {
    .site-footer {
        background-image: none;
    }

    .site-footer .container {
        min-height: auto;
        display: block;
        padding: 30px;
    }

    .site-footer__block {
        display: block;
    }
}

/* ==========================================================================
   Logo
   ========================================================================== */
.site-footer__logo {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.site-footer__logo__bg {
    display: block;
    max-width: 18.75vw;
    max-height: 37.5vh;
}

.site-footer__logo__in {
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    color: #37444c;
    font-weight: 500;
    font-size: 0.7em;
    letter-spacing: 0.8em;
    text-transform: uppercase;
    line-height: normal;
    text-align: center;
}

.site-footer__logo__in img {
    display: block;
    width: 64%;
    margin: 0.5rem auto 0.75rem;
}

@media (max-width: 998px) {
    .site-footer__logo {
        display: none;
    }
}

/* ==========================================================================
   Flags
   ========================================================================== */
.site-footer__flag {
    display: block;
    position: absolute;
    top: 0;
    width: 4.5vw;
}

.site-footer__flag.kalinka {
    left: 12.5vw;
}

.site-footer__flag.awards {
    left: 17.7vw;
}

@media (max-width: 998px) {
    .site-footer__flag {
        display: none;
    }
}

/* ==========================================================================
   Background
   ========================================================================== */
.site-footer__bg {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-height: 49%;
    max-width: 39%;
}

@media (max-width: 998px) {
    .site-footer__bg {
        display: none !important;
    }
}

/* ==========================================================================
   Copy
   ========================================================================== */
.site-footer__copy {
    margin: 0;
    color: #a6a9ab;
    font-size: 1rem;
    line-height: 1.25;
}

.site-footer__copy p {
    margin: 0 0 1em;
}

.site-footer__copy p:last-child {
    margin-bottom: 0;
}

.site-footer__copy p span {
    font-size: 0.75em;
}

@media (max-width: 998px) {
    .site-footer__copy {
        margin: 0 0 1em;
    }
}

/* ==========================================================================
   Copy Right
   ========================================================================== */
.site-footer__copy-sm {
    color: #a6a9ab;
    font-size: 0.8rem;
    line-height: 1.25;
}

@media (max-width: 998px) {
    .site-footer__copy-sm {
        font-size: 1rem;
        margin: 0 0 60px;
    }
}

/* ==========================================================================
   Callback
   ========================================================================== */
.site-footer__callback {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 0 1.5vw;
}

.site-contacts.visible-xs {
    display: none;
}

/* ==========================================================================
   Site Contacts
   ========================================================================== */
.site-contacts {
    text-align: right;
}

.site-contacts__num {
    font-family: 'Bebas Neue', sans-serif;
    color: #37444c;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.06em;
}

.site-contacts__link {
    font-size: 16px;
    line-height: 20px;
    color: #9ECC51;
    border-bottom: solid 1px #9ECC51;
    transition: all 0.5s ease;
}

.site-contacts__link--header {
    color: #FBFBFB;
    border-bottom: solid 1px #FBFBFB;
}

@media (max-width: 998px) {
    .site-footer__callback {
        flex-direction: column-reverse;
        margin: 50px 0;
        align-items: normal;
    }

    .site-contacts {
        margin-bottom: 24px;
        text-align: center;
    }

    .site-contacts.hidden-xs {
        display: none;
    }

    .site-contacts.visible-xs {
        display: block;
        padding-top: 3rem;
    }

    .site-contacts__num {
        text-align: center;
        font-size: 1.8rem;
        line-height: 1.5;
    }

    .site-contacts__link--header {
        text-align: center;
    }

    .site-contacts__link {
        font-size: 1.8rem;
        line-height: 1.5;
    }
}

/* ==========================================================================
   Menu
   ========================================================================== */
.site-footer__menu {
    font-size: 1.2rem;
    line-height: normal;
}

.site-footer__menu a {
    color: #343235;
    transition: all 0.5s ease;
}

.site-footer__menu a:hover {
    color: #9ECC51;
}

.site-footer__menu a.active {
    opacity: 0.5;
    pointer-events: none;
}

.site-footer__menu span {
    opacity: 0.5;
}

.site-footer__menu li {
    margin: 0 0 0.5em;
}

.site-footer__menu-left,
.site-footer__menu-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.site-footer__menu-left .site-footer__menu {
    padding: 0 0.5em 0 0;
}

.site-footer__menu-left .site-footer__menu:first-child {
    width: 14.6vw;
}

.site-footer__menu-right .site-footer__menu {
    margin: 0 0 0 1.5em;
}

@media (max-width: 998px) {
    .site-footer__menu {
        display: none;
    }
}

/* ==========================================================================
   Agreement
   ========================================================================== */
.site-footer__agree {
    font-size: 1rem;
    line-height: 1.25;
}

.site-footer__agree a {
    color: #a6a9ab;
    border-bottom: solid 1px rgba(166, 169, 171, 0.7);
}

.site-footer__agree a:hover {
    border-bottom-color: transparent;
}

/* ==========================================================================
   Developer
   ========================================================================== */
.site-footer__dev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.site-footer__dev__looove {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.site-footer__dev__logo {
    width: 4.5vw;
}

.site-footer__dev__txt {
    color: #37444c;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.5rem;
    line-height: 0.9;
    margin: 0 1em 0 0.5em;
}

.site-footer__dev__txt span {
    color: #9ECC51;
    border-bottom: solid 2px #9ECC51;
}

.site-footer__dev__people {
    height: 5.4rem;
}

@media (max-width: 998px) {
    .site-footer__dev {
        margin: 50px auto 0;
        width: 270px;
    }

    .site-footer__dev__logo {
        width: 100px;
    }
}

/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Screen Main

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.scr-main {
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    position: relative;
    overflow: hidden;
}

@media (max-width: 998px) {
    .scr-main {
        height: auto;
        display: block;
        padding: 0;
    }
}

/* ==========================================================================
   Video Background
   ========================================================================== */
.video-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
}

.video-bg video,
.video-bg iframe {
    box-sizing: border-box;
    height: 56.25vw;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    width: 177.77777778vh;
}

.video-bg:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(250, 250, 250, 0.9);
}

@media (min-width: 999px) {
    .video-bg {
        opacity: 0;
        -webkit-transition: opacity 0.5s 1s;
        transition: opacity 0.5s 1s;
    }

    body.loaded .video-bg {
        opacity: 1;
    }
}

@media (max-width: 998px) {
    .video-bg {
        display: none;
    }
}

/* ==========================================================================
   River
   ========================================================================== */
.scr-main__river {
    position: absolute;
    left: 50%;
    top: 28%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 149.4rem;
    height: 75.7rem;
    opacity: 0.4;
}

@media (min-width: 999px) {
}

@media (max-width: 998px) {
    .scr-main__river {
        -webkit-transform: translate(-50%, -50%) scale(0.5);
        -ms-transform: translate(-50%, -50%) scale(0.5);
        transform: translate(-50%, -50%) scale(0.5);
        top: 250px;
    }
}

/* ==========================================================================
   Title
   ========================================================================== */
.scr-main__title {
    position: absolute;
    left: 44.8%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 60.4%;
    max-height: 46.7%;
}

@media (max-width: 998px) {
    .scr-main__title {
        max-height: none;
        max-width: none;
        width: 540px;
        left: 30px;
        top: 240px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

/* ==========================================================================
   Flag
   ========================================================================== */
.scr-main__flag {
    display: block;
    position: absolute;
    top: -2px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0.85;
    /*max-height: 62.5vh;*/
    width: 9.1%;
}

.scr-main__flag.kalinka {
    left: 82.6%;
}

.scr-main__flag.awards {
    left: 93.2%;
}

@media (min-width: 999px) {
}

@media (max-width: 998px) {
    .scr-main__flag {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 70px;
    }

    .scr-main__flag.kalinka {
        left: auto;
        right: 120px;
    }

    .scr-main__flag.awards {
        left: auto;
        right: 30px;
    }
}

/* ==========================================================================
   Labels
   ========================================================================== */
.scr-main__lbls {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 32%;
}

.scr-main__lbls .label-moscow,
.scr-main__lbls .label-obj {
    margin: 0 0 0 4.2vw;
}

.label-moscow {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1rem;
    line-height: 1;
    font-style: italic;
    letter-spacing: 0.02em;
    text-align: left;
}

.label-moscow img {
    display: block;
    height: 5rem;
    margin: 0 0 0.6rem;
}

.label-moscow.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.label-moscow.row img {
    margin: 0 0.5rem 0 0;
}

.label-obj__num {
    height: 5rem;
    line-height: 6rem;
    margin: 0 0 0.6rem;
    font-size: 5.5rem;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 200;
}

.label-obj__caption {
    font-size: 0.8rem;
    line-height: 1.25;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

@media (max-width: 998px) {
    .scr-main__lbls {
        height: auto;
        padding: 30px 0 0 0;
    }

    .scr-main__lbls .label-moscow,
    .scr-main__lbls .label-obj {
        margin: 0 0 0 30px;
    }
}

/* ==========================================================================
   Content
   ========================================================================== */
.scr-main__cont {
    position: relative;
    height: 54%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 22vh 0 0 42vw;
}

.scr-main__cont .typical-txt {
    margin: 1.2rem 0;
}

.scr-main__cont__btns {
    zoom: 1;
    *zoom: 1;
    display: inline-flex;
    align-items: center;
}

.scr-main__cont__btns:before,
.scr-main__cont__btns:after {
    content: " ";
    display: table;
}

.scr-main__cont__btns:after {
    clear: both;
}

.scr-main__cont__btns .play-video {
    margin-left: 2.6vw;
}

.scr-main__cont-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    line-height: 3rem;
    border-radius: 1.5rem;
    overflow: hidden;
    position: relative;
    margin-right: 16px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    font-weight: 700;
    background: #9ECC51;
    color: #FFFFFF;
    text-align: center;
    transition: all 0.5s ease;
}

@media (max-width: 998px) {
    .scr-main__cont-link {
        height: 4rem;
        font-size: 1.8rem;
        line-height: 4.5rem;
        border-radius: 2.25rem
    }
}

@media (min-width: 998px) {
    .scr-main__cont-link:hover {
        background: #6BAB00;
    }
}

.scr-main__cont-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    line-height: 3rem;
    border-radius: 1.5rem;
    overflow: hidden;
    position: relative;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    font-weight: 700;
    background: transparent;
    border: 1px solid #9ECC51;
    color: #9ECC51;
    text-align: center;
    transition: all 0.5s ease;
}

@media (max-width: 998px) {
    .scr-main__cont-btn {
        height: 4rem;
        font-size: 1.8rem;
        line-height: 4.5rem;
        border-radius: 2.25rem
    }
}

@media (min-width: 998px) {
    .scr-main__cont-btn:hover {
        border: 1px solid #6BAB00;
        color: #6BAB00;
    }
}

.scr-main__note {
    font-family: 'Bebas Neue', sans-serif;
    opacity: 0.7;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: normal;
}

.play-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: left;
}

.play-video__icon {
    height: 3rem;
}

.play-video__txt {
    margin: 0 0 0 0.5em;
    font-size: 1rem;
    line-height: normal;
    color: #1375f8;
}

.play-video__txt span {
    border-bottom: solid 1px rgba(19, 117, 248, 0.7);
}

.play-video:hover .play-video__txt span {
    border-bottom-color: transparent;
}

@media (min-width: 999px) {
}

@media (max-width: 998px) {
    .scr-main__cont {
        height: auto;
        padding: 0 30px;
        margin: 270px 0 35px;
        text-align: center;
        display: block;
    }

    .scr-main__cont__btns {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .scr-main__cont__btns:before,
    .scr-main__cont__btns:after {
        display: none;
    }

    .scr-main__cont__btns .btn,
    .scr-main__cont__btns .play-video {
        float: none;
        margin: 0;
    }

    .scr-main__cont__btns .btn {
        position: absolute;
        top: 250px;
    }

    .scr-main__note {
        font-size: 1.2rem;
        margin-top: 16px;
    }

    .play-video__icon {
        height: 4.5rem;
    }

    .play-video__txt {
        font-size: 1.5rem;
    }
}

/* ==========================================================================
   Available
   ========================================================================== */
.scr-main__available {
    position: relative;
    height: 14%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 0 0 4.2vw;
}

.scr-main__available .obj-with-num {
    margin: 0 15px 0 0;
}

.obj-with-num {
    font-size: 1.2rem;
    line-height: normal;
    position: relative;
    white-space: nowrap;
}

.obj-with-num sup {
    display: inline-block;
    text-align: center;
    width: 16px;
    height: 16px;
    line-height: 18px;
    border-radius: 50%;
    background: #ee3f22;
    color: #fff;
    font-size: 10px;
    position: relative;
    top: -1.5em;
}

@media (min-width: 999px) {
}

@media (max-width: 998px) {
}

/* ==========================================================================
   Beetle
   ========================================================================== */
.beetle-preload {
    width: 0;
    overflow: hidden;
}

.beetle-preload img {
    display: block;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.beetle {
    width: 35vw;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 79%;
    top: 67vh;
    pointer-events: none;
}

.beetle img {
    display: block;
    width: 100%;
}

@-webkit-keyframes orbit2 {
    from {
        -webkit-transform: rotate(0deg) translate(-5%, 0) rotate(0deg);
        transform: rotate(0deg) translate(-5%, 0) rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg) translate(-5%, 0) rotate(-360deg);
        transform: rotate(360deg) translate(-5%, 0) rotate(-360deg);
    }
}

@keyframes orbit2 {
    from {
        -webkit-transform: rotate(0deg) translate(-5%, 0) rotate(0deg);
        transform: rotate(0deg) translate(-5%, 0) rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg) translate(-5%, 0) rotate(-360deg);
        transform: rotate(360deg) translate(-5%, 0) rotate(-360deg);
    }
}

@media (min-width: 999px) {
    .beetle.main {
        opacity: 0;
        left: 100%;
        top: 100vh;
        -webkit-transition: opacity 1s, left 1s, top 1s, width 1s;
        transition: opacity 1s, left 1s, top 1s, width 1s;
        /* transition-delay: 1.4s;*/
        -webkit-animation: orbit2 4s linear infinite;
        animation: orbit2 4s linear infinite;
    }

    body.loaded .beetle.main {
        left: 63%;
        top: 50vh;
        opacity: 1;
    }

    body.loaded .beetle.main.animated {
        left: 17%;
        top: 147vh;
        width: 17.5vw;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
}

@media (max-width: 998px) {
    .beetle.main {
        width: 300px;
        top: 400px;
    }
}

/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Screen Map

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.scr-map {
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    padding: 18.75vh 6.25vw 13.5vh;
    background: url('../img/map.svg') no-repeat 50% 50%;
    background-size: cover;
}

@media (max-width: 998px) {
    .scr-map {
        min-height: auto;
        display: block;
        background: none;
        padding: 35px 0 30px;
    }
}

/* ==========================================================================
   Left Column
   ========================================================================== */
.scr-map__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    z-index: 5;
}

@media (max-width: 998px) {
    .scr-map__left {
        display: block;
        padding: 0 30px;
    }
}

/* ==========================================================================
   Text
   ========================================================================== */
@media (min-width: 999px) {
    .scr-map__txt {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, transform 0.5s;
        transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
    }

    .scr-map__txt.animated {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

/* ==========================================================================
   Celebrities
   ========================================================================== */
.celeba {
    width: 5rem;
}

.celeba__photo {
    position: relative;
}

.celeba__photo img {
    display: block;
    width: 100%;
    border-radius: 50%;
}

.celeba__photo + .celeba__name {
    margin-top: 0.5rem;
}

.celeba__name {
    text-align: left;
    opacity: 0.8;
    padding: 0 0 0 0.5em;
    font-size: 1rem;
    line-height: 1;
}

.celeba__name + .celeba__photo {
    margin-top: 0.5rem;
}

.celeba__dot {
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 50%;
}

.celeba__dot.blue {
    background-color: #1375f8;
}

.celeba__dot.orange {
    background-color: #f7650a;
}

.celeba__dot.violet {
    background-color: #7703fc;
}

.celeba__dot.pink {
    background-color: #f44699;
}

.celeba__dot.aqua {
    background-color: #07b88c;
}

.celebrities {
    zoom: 1;
    *zoom: 1;
    width: 18rem;
}

.celebrities:before,
.celebrities:after {
    content: " ";
    display: table;
}

.celebrities:after {
    clear: both;
}

.celebrities .celeba {
    margin: 1rem 1rem 0 0;
    float: left;
}

@media (min-width: 999px) {
    .celeba {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
        transition: opacity 0.4s, -webkit-transform 0.4s;
        transition: opacity 0.4s, transform 0.4s;
        transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
    }

    .celeba:nth-child(2) {
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
    }

    .celeba:nth-child(3) {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .celeba:nth-child(4) {
        -webkit-transition-delay: 0.45s;
        transition-delay: 0.45s;
    }

    .celeba:nth-child(5) {
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }

    .celeba:nth-child(6) {
        -webkit-transition-delay: 0.75s;
        transition-delay: 0.75s;
    }

    .celebrities.animated .celeba {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@media (max-width: 998px) {
    .celebrities {
        width: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 30px 0 60px;
    }

    .celebrities:before,
    .celebrities:after {
        display: none;
    }

    .celeba {
        width: 7rem;
    }

    .celeba__name {
        font-size: 1.4rem;
    }
}

/* ==========================================================================
   Benefit Numbers
   ========================================================================== */
.benefit-num__num {
    font-size: 5.5rem;
    line-height: 1;
    font-weight: 200;
    font-family: 'Bebas Neue', sans-serif;
}

.benefit-num__pic {
    display: block;
    height: 6.2rem;
    margin: 0 0 0.6rem;
    position: relative;
}

.benefit-num__pic.view {
    left: -2rem;
}

.benefit-num__pic.compass {
    height: 7.5rem;
    left: -1.7rem;
    margin-top: -1.2rem;
}

.benefit-num__caption {
    font-size: 0.8rem;
    line-height: 1.25;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.benefit-nums {
    position: relative;
    border-left: solid 0.4rem rgba(0, 0, 0, 0.2);
    padding: 0 0 0 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.benefit-nums .benefit-num {
    margin: 1rem 0;
}

.benefit-nums .benefit-num:first-child {
    margin-top: 0;
}

.benefit-nums .benefit-num:last-child {
    margin-bottom: 0;
}

@media (max-width: 998px) {
    .benefit-nums {
        border: none;
        padding: 0 30px;
        display: block;
    }

    .benefit-nums .benefit-num {
        margin: 60px 0 0;
    }

    .benefit-nums .benefit-num:first-child {
        position: absolute;
        top: -150px;
        right: 0;
    }

    .benefit-num {
        text-align: center;
    }

    .benefit-num__num {
        font-size: 8rem;
    }

    .benefit-num__pic {
        margin-left: auto;
        margin-right: auto;
        height: 10rem;
    }

    .benefit-num__pic.view {
        left: auto;
    }

    .benefit-num__caption {
        font-size: 1.5rem;
    }
}

/* ==========================================================================
   Pins
   ========================================================================== */
.scr-map__pins {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.scr-map__pin {
    display: block;
    height: 4.2rem;
    position: absolute;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    cursor: pointer;
    z-index: 5;
}

.scr-map__pin:hover {
    z-index: 10;
}

.scr-map__pin img {
    display: block;
    height: 100%;
    position: relative;
}

.scr-map__pin img.shadow {
    height: 85%;
    position: absolute;
    left: 33%;
    bottom: -0.1rem;
    opacity: 0.7;
    pointer-events: none;
}

.scr-map__pin.pin-1 {
    left: 37%;
    top: 35.7%;
}

.scr-map__pin.pin-2 {
    left: 42.7%;
    top: 32.5%;
}

.scr-map__pin.pin-3 {
    left: 47.9%;
    top: 33.3%;
}

.scr-map__pin.pin-4 {
    left: 39.1%;
    top: 43.3%;
}

.scr-map__pin.pin-5 {
    left: 35.4%;
    top: 55.8%;
}

.scr-map__pin.pin-6 {
    left: 41.5%;
    top: 50%;
}

.scr-map__pin.pin-7 {
    left: 47.9%;
    top: 45%;
}

.scr-map__pin.pin-8 {
    left: 57.3%;
    top: 50.8%;
}

.scr-map__pin.pin-9 {
    left: 49.5%;
    top: 60%;
}

.scr-map__pin.pin-10 {
    left: 54.2%;
    top: 58.3%;
}

.scr-map__pin.pin-11 {
    left: 64.6%;
    top: 58.3%;
}

.scr-map__pin.pin-12 {
    left: 45.8%;
    top: 67.5%;
}

.scr-map__pin.pin-13 {
    left: 50%;
    top: 68.3%;
}

.scr-map__pin.pin-14 {
    left: 52.1%;
    top: 75%;
}

.scr-map__pin.pin-15 {
    left: 47.8%;
    top: 79.2%;
}

.scr-map__dot {
    width: 1rem;
    height: 1rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 50%;
}

.scr-map__dot.blue {
    left: 36.2%;
    top: 35.8%;
    background-color: #1375f8;
}

.scr-map__dot.orange {
    left: 39.1%;
    top: 49.2%;
    background-color: #f7650a;
}

.scr-map__dot.violet {
    left: 43.1%;
    top: 34.2%;
    background-color: #7703fc;
}

.scr-map__dot.pink {
    left: 45.6%;
    top: 83.8%;
    background-color: #f44699;
}

.scr-map__dot.aqua {
    left: 66.9%;
    top: 59.7%;
    background-color: #07b88c;
}

.scr-map__dot.green {
    left: 31%;
    top:%;
    background-color: #98ca45;
}

.scr-map__pin__caption {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -10%);
    -ms-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);
    bottom: 100%;
    background: #000;
    color: #fff;
    line-height: 2rem;
    padding: 0 1rem;
    text-align: center;
    font-size: 1.2rem;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    white-space: nowrap;
    pointer-events: none;
}

.scr-map__pin:hover .scr-map__pin__caption {
    opacity: 1;
}

@media (min-width: 999px) {
    .scr-map__pin {
        opacity: 0;
        -webkit-transform: translate(-50%, -300%);
        -ms-transform: translate(-50%, -300%);
        transform: translate(-50%, -300%);
        -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, transform 0.5s;
        transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
    }

    .scr-map__pin.pin-2 {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .scr-map__pin.pin-3 {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .scr-map__pin.pin-4 {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .scr-map__pin.pin-5 {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .scr-map__pin.pin-6 {
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }

    .scr-map__pin.pin-7 {
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }

    .scr-map__pin.pin-8 {
        -webkit-transition-delay: 0.7s;
        transition-delay: 0.7s;
    }

    .scr-map__pin.pin-9 {
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }

    .scr-map__pin.pin-10 {
        -webkit-transition-delay: 0.9s;
        transition-delay: 0.9s;
    }

    .scr-map__pin.pin-11 {
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
    }

    .scr-map__pin.pin-12 {
        -webkit-transition-delay: 1.1s;
        transition-delay: 1.1s;
    }

    .scr-map__pin.pin-13 {
        -webkit-transition-delay: 1.2s;
        transition-delay: 1.2s;
    }

    .scr-map__pin.pin-14 {
        -webkit-transition-delay: 1.3s;
        transition-delay: 1.3s;
    }

    .scr-map__pin.pin-15 {
        -webkit-transition-delay: 1.4s;
        transition-delay: 1.4s;
    }

    .scr-map.animated .scr-map__pin {
        opacity: 1;
        -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
    }
}

@media (max-width: 998px) {
    .scr-map__pins {
        position: relative;
        bottom: auto;
        left: 50%;
        top: auto;
        right: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 260%;
        height: 720px;
        background: url('../img/map.svg') no-repeat 50% 50%;
        background-size: cover;
    }

    .scr-map__pin__caption {
        display: none;
    }
}

/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Screen Slider

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.scr-slider {
    height: 50vh;
    zoom: 1;
    *zoom: 1;
}

.scr-slider:before,
.scr-slider:after {
    content: " ";
    display: table;
}

.scr-slider:after {
    clear: both;
}

.scr-slider__slide {
    float: left;
    width: 25%;
}

.scr-slider__card {
    position: relative;
    width: 100%;
    height: 50vh;
}

.scr-slider__link {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

@media (max-width: 998px) {
    .scr-slider {
        height: auto;
    }

    .scr-slider__card {
        height: 500px;
    }

    .scr-slider__slide {
        width: auto;
    }
}

/* ==========================================================================
   Caption
   ========================================================================== */
.scr-slider__caption {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #000;
    color: #fff;
    line-height: 2rem;
    padding: 0 1rem;
    text-align: center;
    min-width: 50%;
    font-size: 1.2rem;
}

@media (max-width: 998px) {
    .scr-slider__caption {
        line-height: 4rem;
        padding: 0 2rem;
        font-size: 2rem;
    }
}

/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Screen Catalog

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.scr-cat {
    position: relative;
    padding: 26vh 0 13vh;
}

@media (max-width: 998px) {
    .scr-cat {
        padding: 30px 0;
    }
}

/* ==========================================================================
   Header
   ========================================================================== */
.scr-cat__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 0 3.5rem;
}

.scr-cat__head .sct-title {
    position: relative;
    margin: 0;
}

.scr-cat__head__people {
    display: block;
    height: 5.4rem;
    position: absolute;
    right: 0.5em;
    top: 0.25em;
}

@media (min-width: 999px) {
    .scr-cat__head__people {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, transform 0.5s;
        transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
    }

    .scr-cat__head__people.animated {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@media (max-width: 998px) {
    .scr-cat__head {
        display: block;
    }

    .scr-cat__head__people {
        display: none;
    }
}

/* ==========================================================================
   Counter
   ========================================================================== */
.scr-cat__counter {
    min-width: 18rem;
    position: relative;
    color: #a6a9ab;
    font-family: 'Bebas Neue', sans-serif;
    text-align: right;
}

.scr-cat__counter__num {
    position: relative;
    font-size: 11rem;
    line-height: 0.7;
    font-weight: 300;
    padding: 0.2em 0 0 0;
    text-align: left;
    width: 17rem;
    float: right;
}

.scr-cat__counter__caption {
    position: relative;
    font-size: 2rem;
    line-height: 1;
    clear: both;
}

.scr-cat__counter__people {
    position: absolute;
    height: 5.5rem;
    display: block;
}

.scr-cat__counter__people.couple {
    top: 5%;
    left: 75%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.scr-cat__counter__people.girlfriends {
    right: 100%;
    top: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.scr-cat__counter__people.teen-phone {
    left: 1rem;
    bottom: 0;
}

.scr-cat__counter__people.woman-dogs {
    bottom: 0.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.scr-cat__counter__people.boy-bicycle {
    right: 0;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

@media (max-width: 998px) {
    .scr-cat__counter {
        text-align: center;
        margin: 60px 0 0;
    }

    .scr-cat__counter__num {
        font-size: 15rem;
        float: none;
        padding-left: 0.1em;
    }

    .scr-cat__counter__caption {
        text-align: right;
        font-size: 3rem;
        padding: 0 1em 0 0;
    }

    .scr-cat__counter__people.girlfriends {
        right: 90%;
    }

    .scr-cat__counter__people.woman-dogs {
        left: 40%;
    }

    .scr-cat__counter__people.boy-bicycle {
        right: 30px;
    }
}

/* ==========================================================================
   Catalog
   ========================================================================== */
.catalog {
    zoom: 1;
    *zoom: 1;
    position: relative;
}

.catalog:before,
.catalog:after {
    content: " ";
    display: table;
}

.catalog:after {
    clear: both;
}

.catalog__item {
    float: left;
    width: 33.333333%;
    height: 33.3vh;
    position: relative;
    border-left: solid 1px #e6e7e7;
    border-top: solid 1px #e6e7e7;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.catalog__item:hover {
    background: #fff;
}

.catalog__item__more {
    position: absolute;
    bottom: 9.4%;
    right: 8.3%;
    color: #1375f8;
    border-bottom: solid 1px rgba(19, 117, 248, 0.7);
}

.catalog__item__logo {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 62.5%;
    max-height: 68.8%;
}

.catalog__item__logo.ilin,
.catalog__item__logo.konus {
    max-width: 54%;
}

.catalog__item__logo.academy {
    top: 43%;
}

.catalog__item__logo.dsk {
    top: 44%;
}

.catalog__item__link {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.catalog__item__people {
    display: block;
    height: 5.4rem;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.catalog__item__people.skate {
    left: 18%;
    top: 75%;
    height: 4.2rem;
}

.catalog__item__people.backpack {
    left: 66%;
    top: 45%;
}

.catalog__item__people.stairs {
    left: 63%;
    top: 75%;
}

.catalog__item__people.coat {
    left: 63%;
    top: 75%;
}

.catalog__item__people.hat {
    left: 50%;
    top: 76%;
}

.catalog__item__people.coat-2 {
    display: none;
}

.catalog__item__more,
.catalog__item__logo {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.catalog__item:hover .catalog__item__more,
.catalog__item:hover .catalog__item__logo {
    opacity: 1;
}

@media (min-width: 999px) {
    .catalog > .catalog__item__people {
        display: none;
    }

    .catalog__item:nth-child(1),
    .catalog__item:nth-child(2),
    .catalog__item:nth-child(3) {
        border-top: none;
    }

    .catalog__item:first-child,
    .catalog__item:nth-child(4),
    .catalog__item:nth-child(7),
    .catalog__item:nth-child(10),
    .catalog__item:nth-child(13) {
        border-left: none;
    }

    .catalog__item__people {
        opacity: 0;
        -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, transform 0.5s;
        transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
    }

    .catalog__item__people.animated {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
    }

    .catalog__item__people.skate,
    .catalog__item__people.coat {
        -webkit-transform: translate(-150%, -50%);
        -ms-transform: translate(-150%, -50%);
        transform: translate(-150%, -50%);
    }

    .catalog__item__people.backpack {
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }

    .catalog__item__people.stairs,
    .catalog__item__people.hat {
        -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
    }
}

@media (max-width: 998px) {
    .catalog {
        margin: 0 -30px;
    }

    .catalog__item {
        width: 50%;
        height: 230px;
    }

    .catalog__item:nth-child(odd) {
        border-left: none;
    }

    .catalog__item:nth-child(14),
    .catalog__item:last-child {
        border-bottom: solid 1px #e6e7e7;
    }

    .catalog__item:last-child {
        border-right: solid 1px #e6e7e7;
    }

    .catalog__item__people {
        height: 4rem;
    }

    .catalog__item__people.stairs {
        left: 20%;
    }

    .catalog__item__people.coat {
        display: none;
    }

    .catalog__item__people.coat-2 {
        display: block;
        left: 150%;
        top: 50%;
    }
}

/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Screen Hot

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.scr-hot {
    position: relative;
    padding: 13vh 0;
}

@media (max-width: 998px) {
    .scr-hot {
        padding: 80px 0;
    }
}

/* ==========================================================================
   Head
   ========================================================================== */
.scr-hot__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 0 2.5rem;
}

.scr-hot__head .sct-title {
    margin-bottom: 0;
}

.scr-hot__logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.scr-hot__premium {
    display: block;
    height: 6rem;
    margin: 0 1.8rem 0 0;
}

.stamp {
    height: 6rem;
    width: 6rem;
    line-height: 6.5rem;
    text-align: center;
    background: url('../img/stamp.svg') no-repeat 50% 50%;
    background-size: cover;
    opacity: 0.4;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 3rem;
    color: #37444c;
}

@media (max-width: 998px) {
    .scr-hot__head {
        display: block;
    }

    .scr-hot__head .sct-title {
        margin-bottom: 0.5em;
    }

    .scr-hot__logos {
        width: auto;
    }
}

/* ==========================================================================
   Slider
   ========================================================================== */
.hot-slider {
    position: relative;
    padding: 0 0 0 12.5vw;
}

.hot-slider__slide {
    padding: 0 2.1vw 0 0;
    display: block !important;
}

@media (max-width: 998px) {
    .hot-slider {
        padding: 0;
        margin: 0 0 130px;
    }

    .hot-slider__slide {
        padding: 0 30px;
    }
}

/* ==========================================================================
   Card
   ========================================================================== */
.hot-card {
    width: 48rem;
    background: #fff;
    zoom: 1;
    *zoom: 1;
}

.hot-card:before,
.hot-card:after {
    content: " ";
    display: table;
}

.hot-card:after {
    clear: both;
}

.hot-card__gall,
.hot-card__cont {
    height: 24rem;
    float: left;
    width: 50%;
}

.hot-card__cont {
    border: solid 1px #d7d7d7;
    border-left: none;
    border-radius: 0 5px 5px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 1.5rem 3rem;
}

.hot-card__cont .typical-txt {
    font-size: 1.2rem;
}

.hot-card__title {
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: -0.02em;
    line-height: normal;
    margin: 0 0 0.5em;
}

.hot-card__tbl {
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: left;
    margin: 0 0 0.75em;
}

.hot-card__tbl th {
    font-weight: 800;
    padding: 0 1em 0 0;
}

.hot-card__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.hot-card__price {
    font-size: 1.2rem;
    font-weight: 800;
}

@media (max-width: 998px) {
    .hot-card {
        width: 540px;
    }

    .hot-card__gall,
    .hot-card__cont {
        float: none;
        width: auto;
    }

    .hot-card__gall {
        height: 480px;
    }

    .hot-card__cont {
        height: auto;
        display: block;
        border-radius: 0;
        border: solid 1px #d7d7d7;
        padding: 30px;
    }

    .hot-card__bottom {
        padding: 30px 0 0;
    }
}

/* ==========================================================================
   Gallery
   ========================================================================== */
.hot-card__gall {
    position: relative;
    overflow: hidden;
}

.hot-card__gall__for__slide {
    height: 24rem;
    position: relative;
}

.hot-card__gall__nav {
    position: absolute;
    left: 0;
    bottom: 0.75rem;
    width: 100%;
}

.hot-card__gall__nav__slide {
    padding: 0 0 0 0.75rem;
    display: block !important;
}

.hot-card__gall__nav__slide .js-bg-cover {
    width: 3rem;
    height: 3rem;
    cursor: pointer;
}

.slick-current > div > .hot-card__gall__nav__slide .js-bg-cover:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: solid 3px #000;
}

/* ==========================================================================
   Bottom
   ========================================================================== */
.scr-hot__bottom {
    padding: 2rem 0 0;
}

.scr-hot__bottom__txt {
    display: inline-block;
    margin: 0 0 1.8rem;
    position: relative;
}

.scr-hot__bottom__txt img {
    display: block;
    width: 8.2rem;
    position: absolute;
    left: 100%;
    top: 40%;
}

.scr-hot__bottom__txt .typical-txt {
    font-size: 1.2rem;
}

.scr-hot__bottom__txt b {
    font-weight: 800;
}

.scr-hot__bottom__btn {
    text-align: center;
}

@media (max-width: 998px) {
    .scr-hot__bottom {
        text-align: center;
    }

    .scr-hot__bottom__txt img {
        display: none;
    }
}

/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Screen Hot

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.scr-feature {
    position: relative;
    padding: 13vh 0;
    text-align: center;
}

.scr-feature .sct-title {
    margin-bottom: 0;
}

@media (max-width: 998px) {
    .scr-feature {
        padding: 6px 0 60px;
    }
}

/* ==========================================================================
   Title icon
   ========================================================================== */
.scr-feature__icon {
    display: block;
    margin: 0 auto;
    width: 18vw;
}

.scr-feature__icon + .sct-title {
    margin-top: 0.5em;
}

/* ==========================================================================
   Feature Item
   ========================================================================== */
.feature {
    text-align: center;
}

.feature__caption {
    color: #37444c;
    font-size: 1.5rem;
    line-height: normal;
    font-weight: 800;
    margin: 0 0 0.5em;
    letter-spacing: -0.02em;
}

.feature__val {
    color: #37444c;
    font-size: 2.2rem;
    line-height: normal;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.feature__val span {
    font-size: 4.5rem;
    font-weight: 500;
}

.features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.features .feature {
    width: 42%;
    margin: 3rem 0 0;
}

@media (max-width: 998px) {
    .feature__val span {
        font-size: 3.5rem;
    }

    .features .feature {
        width: 100%;
        margin: 35px 0 0;
    }
}

/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Screen Infrastructure

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.scr-infra {
    position: relative;
    padding: 15vh 0 13vh;
}

@media (max-width: 998px) {
    .scr-infra {
        padding: 0 0 30px;
    }
}

.settlements-catalog {
    padding: 60px 0 100px;
}

.settlements-catalog__title {
    margin: 0 0 32px;
    font-weight: 700;
    font-size: 40px;
    line-height: 51px;
    text-align: center;
}

@media (max-width: 998px) {
    .settlements-catalog {
        padding: 32px 0 60px;
    }

    .settlements-catalog__title {
        margin: 0 0 24px;
        font-size: 28px;
        line-height: 32px;
    }
}

/* ==========================================================================
   Grid
   ========================================================================== */
.scr-infra__col-left {
    float: left;
    width: 33%;
}

.scr-infra__col-right {
    float: right;
    width: 67%;
}

@media (max-width: 998px) {
    .scr-infra__col-left,
    .scr-infra__col-right {
        float: none;
        width: auto;
    }
}

/* ==========================================================================
   Head
   ========================================================================== */
.parallax-head {
    height: 50vh;
    color: #fff;
    background: url('../img/infra-head.jpg') no-repeat 50% 0;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.parallax-head .sct-title {
    color: inherit;
    position: relative;
    display: inline-block;
    font-size: 5rem;
    margin-bottom: 0.5em;
}

.parallax-head .beetle {
    width: 10.4vw;
    left: 100%;
    top: 50%;
    -webkit-transform: translate(-20%, -50%);
    -ms-transform: translate(-20%, -50%);
    transform: translate(-20%, -50%);
}

@media (max-width: 998px) {
    .parallax-head {
        text-align: center;
    }

    .parallax-head .sct-title {
        font-size: 3.5rem;
    }

    .parallax-head .beetle {
        display: none;
    }
}

/* ==========================================================================
   About Text
   ========================================================================== */
.scr-infra__about {
    padding: 6rem 0 0;
    zoom: 1;
    *zoom: 1;
    margin: 0 0 3rem;
}

.scr-infra__about:before,
.scr-infra__about:after {
    content: " ";
    display: table;
}

.scr-infra__about:after {
    clear: both;
}

.scr-infra__about .sct-title {
    margin-bottom: 0.5em;
}

.scr-infra__about__pic {
    width: 92%;
    position: relative;
}

.scr-infra__about__pic img {
    display: block;
    width: 100%;
}

.scr-infra__about__pic img.people {
    position: absolute;
    left: 44%;
    bottom: -2.5%;
    width: auto;
    height: 5.4rem;
}

@media (min-width: 999px) {

    .scr-infra__about__pic img.people {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, transform 0.5s;
        transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
    }

    .scr-infra__about__pic img.people.animated {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@media (max-width: 998px) {
    .scr-infra__about__pic {
        display: none;
    }

    .scr-infra__about {
        padding: 60px 0 0;
    }
}

/* ==========================================================================
   List
   ========================================================================== */
.scr-infra__list__head {
    zoom: 1;
    *zoom: 1;
    border-bottom: solid 1px #d7d7d7;
    font-size: 1.5rem;
    line-height: normal;
    padding: 0 0 1.25em;
    margin: 0 0 1.25em;
}

.scr-infra__list__head:before,
.scr-infra__list__head:after {
    content: " ";
    display: table;
}

.scr-infra__list__head:after {
    clear: both;
}

.scr-infra__list__head b {
    font-weight: 800;
}

.scr-infra__list__head p {
    margin: 0 0 1em;
}

.scr-infra__list__head p:last-child {
    margin-bottom: 0;
}

.scr-infra__list__head ul {
    margin: 0 0 1em;
}

.scr-infra__list__head li {
    margin: 0 0 0.5em;
    position: relative;
    padding: 0 0 0 1em;
}

.scr-infra__list__head li:before {
    content: 'â€“';
    position: absolute;
    left: 0;
}

.scr-infra__list__title {
    font-weight: 800;
}

.scr-infra__list__col {
    float: left;
    width: 33%;
}

.scr-infra__list__item {
    position: relative;
    font-size: 1.2rem;
    line-height: 1;
    margin: 0 0 0.75em;
    padding: 0 0.5em 0 0;
}

.scr-infra__list__item img {
    display: block;
    position: absolute;
    right: 100%;
    top: -0.05em;
    margin-right: 1.5rem;
    height: 1.1rem;
    opacity: 0.5;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.scr-infra__list__more {
    clear: both;
    zoom: 1;
    *zoom: 1;
    padding: 1rem 0 0;
}

.scr-infra__list__more:before,
.scr-infra__list__more:after {
    content: " ";
    display: table;
}

.scr-infra__list__more:after {
    clear: both;
}

.scr-infra__list__more img {
    height: 2rem;
    display: block;
}

@media (min-width: 999px) {
    .scr-infra__list__col {
        opacity: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, transform 0.5s;
        transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
    }

    .scr-infra__list__col:nth-child(2) {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .scr-infra__list__col:nth-child(3) {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .scr-infra__list.animated .scr-infra__list__col {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .scr-infra__list__more {
        opacity: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, transform 0.5s;
        transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
    }

    .scr-infra__list__more.animated {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@media (max-width: 998px) {
    .scr-infra__list__col {
        float: none;
        width: auto;
    }

    .scr-infra__list__item {
        font-size: 1.5rem;
        margin-left: 2.2rem;
    }

    .scr-infra__list__head {
        border-bottom: 0;
        padding: 0;
        margin: 0 0 24px;
    }
}

/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Screen Cards

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.scr-cards {
    position: relative;
    padding: 13vh 0 19vh;
    text-align: center;
}

@media (max-width: 998px) {
    .scr-cards {
        padding: 30px 0;
    }
}

/* ==========================================================================
   Cards Grid
   ========================================================================== */
.scr-cards__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.scr-cards__grid .card {
    width: 32%;
    margin: 0 0 2vw;
}

.scr-cards__grid .card.card_wide {
    width: 66%;
}

@media (max-width: 998px) {
    .scr-cards__grid {
        display: block;
    }

    .scr-cards__grid .card {
        width: 100% !important;
        margin: 0 0 30px;
    }
}

/* ==========================================================================
   Card
   ========================================================================== */
.card {
    width: 24vw;
    position: relative;
    background: #ebebeb;
    text-align: left;
}

.card .typical-txt {
    position: relative;
    font-size: 1.2rem;
}

.card__front {
    height: 22vw;
    position: relative;
    padding: 1.5rem 3vw 0 3vw;
    overflow: hidden;
}

.card__front.bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-bottom: 1.2rem;
}

.card__front .beetle {
    width: 44%;
    left: 70%;
    top: 57%;
}

.card__title {
    position: relative;
    color: #37444c;
    font-weight: 800;
    font-size: 2rem;
    line-height: 1;
    margin: 0 0 0.35em;
}

.card__flag {
    display: block;
    opacity: 0.8;
    position: absolute;
    right: 2rem;
    top: -0.5rem;
    width: 3rem;
}

.card__pic {
    display: block;
    position: absolute;
}

.card__pic.wine {
    height: 100%;
    top: 0;
    right: 0;
}

.card__pic.mask {
    width: 65%;
    left: 50%;
    bottom: -6%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.card__pic.zhucard {
    width: 94%;
    left: 10%;
    top: 43.3%;
}

.card__pic.brok {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.card__pic.brok.michael {
    height: 91%;
    left: 46%;
    top: 22%;
}

.card__pic.brok.vladimir {
    height: 82%;
    left: 58%;
    top: 23%;
}

.card__pic.brok.natali {
    height: 81%;
    left: 71%;
    top: 22%;
}

.card__pic.brok.yula {
    height: 78%;
    left: 84%;
    top: 22%;
}

.card__pic.brok.olesya {
    height: 83%;
    left: 94%;
    top: 23%;
}

.card__pic.free-plane {
    height: 100%;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.card__pic.park {
    width: 100%;
    left: 0;
    bottom: 0;
}

.card__pic.panorama {
    width: 100%;
    left: 0;
    bottom: 0;
}

.card__pic.map {
    width: 82%;
    left: 0;
    bottom: 0;
}

.card__pic.safe {
    width: 87%;
    left: 0;
    bottom: 0;
}

.card__pic.river {
    width: 100%;
    left: 0;
    bottom: 0;
}

.card__pic.infra {
    width: 100%;
    left: 0;
    bottom: 0;
}

.card__pic.edu {
    width: 100%;
    left: 0;
    top: 0;
}

.card__pic.spa {
    width: 100%;
    left: 0;
    bottom: 0;
}

.card__pic.horse {
    width: 84%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}

.card__pic.zoo {
    width: 100%;
    left: 0;
    bottom: 0;
}

.card__pic.parking {
    width: 95%;
    right: 0;
    top: 3%;
}

.card__hover {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: solid 1px #d7d7d7;
    background: rgba(255, 255, 255, 0.9);
    padding: 1.5rem 1.5vw 0 3vw;
    overflow: hidden;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.card:hover .card__hover {
    opacity: 1;
}

@media (min-width: 999px) {
    .card__flag {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, transform 0.5s;
        transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
    }

    .card:nth-child(2) .card__flag {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .card:nth-child(3) .card__flag {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .card:nth-child(4) .card__flag {
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }

    .scr-cards__grid.animated .card__flag {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .card__pic.brok {
        opacity: 0;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, transform 0.5s;
        transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
    }

    .card__pic.brok.vladimir {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .card__pic.brok.natali {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .card__pic.brok.yula {
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }

    .card__pic.brok.olesya {
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }

    .card.animated .card__pic.brok {
        opacity: 1;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (max-width: 998px) {
    .card {
        width: 540px;
    }

    .card__front {
        height: 460px;
        padding: 30px;
    }

    .card__pic.wine {
        right: -70%;
    }

    .card__pic.brok {
        -webkit-transform: translateX(-50%) scale(0.6);
        -ms-transform: translateX(-50%) scale(0.6);
        transform: translateX(-50%) scale(0.6);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    .card__pic.mask {
        bottom: 0;
    }
}

/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Screen Boss

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.scr-boss {
    position: relative;
    background: #181818;
    color: #fff;
    padding: 8.3vw 0;
}

.scr-boss__in {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media (max-width: 998px) {
    .scr-boss {
        padding: 100px 30px 130px;
    }

    .scr-boss .scr-main__flag {
        display: none;
    }
}

/* ==========================================================================
   Content
   ========================================================================== */
.scr-boss__center {
    text-align: center;
    display: inline-block;
    margin: 0 0 1em 39.3%;
    font-size: 3rem;
    line-height: 1;
}

.scr-boss__center img {
    width: 11.6rem;
    margin: 0 0 1rem;
}

.scr-boss__right {
    float: right;
}

.scr-boss__quote {
    position: relative;
}

.scr-boss__quote:before,
.scr-boss__quote:after {
    content: '';
    width: 1.6rem;
    height: 1.8rem;
    position: absolute;
    background: url('../img/quote.svg') no-repeat 50% 50%;
    background-size: cover;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.scr-boss__quote:before {
    right: 100%;
    top: 0.6em;
    margin-right: 1em;
}

.scr-boss__quote:after {
    right: 29%;
    top: 100%;
    -webkit-transform: translateY(-75%) scale(-1, 1);
    -ms-transform: translateY(-75%) scale(-1, 1);
    transform: translateY(-75%) scale(-1, 1);
}

.scr-boss__foot {
    zoom: 1;
    *zoom: 1;
    margin: 3rem 0 0 -9.7rem;
}

.scr-boss__foot:before,
.scr-boss__foot:after {
    content: " ";
    display: table;
}

.scr-boss__foot:after {
    clear: both;
}

.scr-boss__foot__name {
    float: left;
    min-width: 8rem;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.08em;
    padding: 0.15em 0 0;
}

.scr-boss__foot__txt {
    float: left;
    color: #a6a9ab;
    font-size: 1.2rem;
    padding: 0 0 0 1.7rem;
    border-left: solid 1px rgba(255, 255, 255, 0.2);
}

@media (max-width: 998px) {
    .scr-boss__center {
        margin-left: 0;
        font-size: 2rem;
        display: block;
    }

    .scr-boss__right {
        float: none;
    }

    .scr-boss__foot {
        margin-top: 120px;
        margin-left: 50%;
        position: relative;
        left: 20px;
    }

    .scr-boss__foot__name,
    .scr-boss__foot__txt {
        float: none;
    }

    .scr-boss__foot__name {
        margin: 0 0 0.5em;
    }

    .scr-boss__foot__txt {
        padding: 0;
        border: none;
    }
}

/* ==========================================================================
   Pictures
   ========================================================================== */
.scr-boss__signa {
    display: block;
    max-width: 33%;
    position: absolute;
    left: 20%;
    top: 93.3%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.scr-boss__house {
    display: block;
    position: absolute;
    left: 87.5%;
    bottom: -1.7vw;
    width: 21.5%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.scr-boss__photo {
    display: block;
    width: 42%;
    position: absolute;
    left: 25.6%;
    top: 59%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 998px) {
    .scr-boss__house {
        display: none;
    }

    .scr-boss__photo {
        width: 55%;
        left: 0;
        top: auto;
        bottom: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .scr-boss__signa {
        max-width: none;
        width: 50%;
        top: auto;
        bottom: -10px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

/* ==========================================================================
   Animation
   ========================================================================== */
@media (min-width: 999px) {
    .scr-boss .scr-main__flag {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 1;
    }

    .scr-boss__photo,
    .scr-boss__center,
    .scr-boss__quote,
    .scr-boss__foot {
        opacity: 0;
        -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, transform 0.5s;
        transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
    }

    .scr-boss.animated .scr-boss__photo,
    .scr-boss.animated .scr-boss__center,
    .scr-boss.animated .scr-boss__quote,
    .scr-boss.animated .scr-boss__foot {
        opacity: 1;
    }

    .scr-boss__photo {
        -webkit-transform: translate(-150%, -50%);
        -ms-transform: translate(-150%, -50%);
        transform: translate(-150%, -50%);
    }

    .scr-boss__center,
    .scr-boss__quote,
    .scr-boss__foot {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .scr-boss__center {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .scr-boss__quote {
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }

    .scr-boss__foot {
        -webkit-transition-delay: 0.9s;
        transition-delay: 0.9s;
    }

    .scr-boss.animated .scr-boss__photo {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .scr-boss.animated .scr-boss__center,
    .scr-boss.animated .scr-boss__quote,
    .scr-boss.animated .scr-boss__foot {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Screen Hypothec

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.scr-hypothec {
    position: relative;
    padding: 16vh 0;
}

@media (max-width: 998px) {
    .scr-hypothec {
        padding: 30px 0 0;
    }
}

/* ==========================================================================
   Box
   ========================================================================== */
.hypothec {
    border: solid 1px #d7d7d7;
    zoom: 1;
    *zoom: 1;
    position: relative;
}

.hypothec:before,
.hypothec:after {
    content: " ";
    display: table;
}

.hypothec:after {
    clear: both;
}

.hypothec__left,
.hypothec__right {
    float: left;
    width: 50%;
    height: 40rem;
}

@media (max-width: 998px) {
    .hypothec {
        border: none;
    }

    .hypothec__left,
    .hypothec__right {
        float: none;
        width: auto;
        height: auto;
    }
}

/* ==========================================================================
   Flag
   ========================================================================== */
.hypothec__flag {
    display: block;
    width: 7.8%;
    position: absolute;
    left: 36.5%;
    top: -1rem;
}

.hypothec__flag img {
    display: block;
    width: 100%;
}

.hypothec__flag .hint {
    left: 100%;
    top: 2rem;
    margin-left: 1rem;
}

.hypothec__flag:hover .hint {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@media (max-width: 998px) {
    .hypothec__flag {
        display: none;
    }
}

/* ==========================================================================
   Left Column
   ========================================================================== */
.hypothec__left {
    padding: 2vw 4vw 4vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.hypothec__left > div {
    width: 100%;
}

.hypothec__left .sct-title {
    margin-bottom: 0;
}

.hypothec__left .btn {
    min-width: 15vw;
}

@media (max-width: 998px) {
    .hypothec__left {
        padding: 0;
    }

    .hypothec__left .btn {
        width: 100%;
        margin: 50px 0 0;
    }
}

/* ==========================================================================
   Range Slider
   ========================================================================== */
.hypothec__choose {
    margin: 1.5rem 0 0;
}

.hypothec__choose__lbl {
    color: #a6a9ab;
    font-size: 1.2rem;
    line-height: normal;
    margin: 0 0 0.5em;
}

.hypothec__choose__val {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 0 0.25rem;
}

.hypothec__choose__val-main {
    color: #37444c;
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 1;
}

.hypothec__choose__val-addl {
    color: #a6a9ab;
    font-size: 1.2rem;
    line-height: normal;
}

.hypothec__choose__val-addl.error {
    color: #ee3f22;
}

.irs-min,
.irs-max,
.irs-single {
    display: none;
}

.irs--flat {
    height: 30px;
}

.irs--flat .irs-line,
.irs--flat .irs-bar {
    height: 4px;
    top: 13px;
    border-radius: 1px;
}

.irs--flat .irs-line {
    background: #d7d7d7;
}

.irs--flat .irs-bar {
    background: #1375f8;
}

.irs--flat .irs-handle {
    top: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(119, 119, 119, 0.2);
}

.irs--flat .irs-handle i {
    display: none !important;
}

@media (max-width: 998px) {
    .hypothec__choose__lbl,
    .hypothec__choose__val-addl {
        font-size: 1.5rem;
    }

    .hypothec__choose__val-main {
        font-size: 2rem;
    }
}

/* ==========================================================================
   Right Column
   ========================================================================== */
.hypothec__right {
    overflow: auto;
    background: #ebebeb;
    padding: 3vw;
}

.hypothec__right__caption {
    color: #37444c;
    font-size: 1.5rem;
    line-height: normal;
    margin: 0 0 2rem;
}

.hypothec__right__caption b {
    font-weight: 800;
}

@media (max-width: 998px) {
    .hypothec__right {
        margin: 60px -30px 0;
        padding: 30px;
        overflow: visible;
    }
}

/* ==========================================================================
   Bank Card
   ========================================================================== */
.bank-cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.bank-card {
    border: solid 1px #fff;
    border-radius: 0.6rem;
    background: #fff;
    margin: 0 0 1.5rem;
    padding: 1.5vw 2vw 2vw;
}

.bank-card.is-disabled {
    background: none;
    border-color: #d7d7d7;
    pointer-events: none;
    -webkit-box-ordinal-group: 1000;
    -webkit-order: 999;
    -ms-flex-order: 999;
    order: 999;
}

.bank-card.is-disabled > div {
    opacity: 0.6;
}

.bank-card__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 0 2vw;
}

.bank-card__logo {
    display: block;
    height: 2.4rem;
}

.bank-card__percent,
.bank-card__info {
    display: inline-block;
    vertical-align: middle;
}

.bank-card__percent,
.bank-card__info__i {
    line-height: 1.5rem;
    border-radius: 0.75rem;
    color: #1375f8;
    font-size: 1rem;
}

.bank-card__percent {
    padding: 0 0.5em;
    background: #ebebeb;
}

.bank-card__info {
    position: relative;
    margin: 0 0 0 0.75rem;
}

.bank-card__info__i {
    display: block;
    position: relative;
    height: 1.5rem;
    width: 1.5rem;
    text-align: center;
    cursor: pointer;
}

.bank-card__info__i:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 0.75rem;
    border: solid 2px #d7d7d7;
}

.hint {
    background: rgba(55, 68, 76, 0.8);
    color: #fff;
    text-align: left;
    border-radius: 0.25rem;
    padding: 1.5em;
    width: 18vw;
    font-size: 0.8rem;
    line-height: normal;
    position: absolute;
    right: 0;
    top: 150%;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    transform: translateY(-15%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.bank-card__info:hover .hint {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.bank-card__params {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.bank-card__param {
    color: #37444c;
}

.bank-card__param:first-child {
    width: 44.6%;
}

.bank-card__param__lbl {
    font-size: 0.8rem;
    line-height: normal;
    white-space: nowrap;
}

.bank-card__param__val {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
}

@media (max-width: 998px) {
    .bank-card {
        padding: 30px 30px 15px;
    }

    .bank-card__head {
        margin-bottom: 30px;
    }

    .bank-card__logo {
        height: 2rem;
    }

    .bank-card__params {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .bank-card__param {
        margin: 0 0 20px;
    }

    .bank-card__param__lbl {
        font-size: 1.2rem;
    }

    .bank-card__param__val {
        font-size: 1.5rem;
    }

    .hint {
        width: 300px;
    }
}

/* ==========================================================================
   Scrollbar
   ========================================================================== */
.simplebar-scrollbar:before {
    background: rgba(0, 0, 0, 0.5);
}

/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Screen Brokers

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.scr-brok {
    position: relative;
    padding: 16vh 0;
    text-align: center;
}

@media (max-width: 998px) {
    .scr-brok {
        padding: 100px 0;
    }
}

/* ==========================================================================
   Broker Card
   ========================================================================== */
.broker {
    width: 36.5vw;
    min-height: 18.2vw;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: left;
}

.broker__photo {
    width: 50%;
    background-position: 50% 0 !important;
}

.broker__cont {
    width: 50%;
    padding: 1vw 1.5vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.broker__name {
    font-weight: 800;
    font-size: 1.5rem;
    line-height: normal;
}

.broker__status {
    color: #a6a9ab;
    font-size: 1rem;
    line-height: 1;
}

.broker__about {
    font-size: 1rem;
    line-height: 1.25;
    margin: 0 0 0.75em;
}

.broker__about b {
    font-weight: 800;
}

.brokers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.brokers .broker,
.brokers .propose-card {
    width: 36.5vw;
    margin: 0 auto 2vw;
}

@media (max-width: 998px) {
    .broker__photo {
        width: 40%;
    }

    .broker__cont {
        width: 60%;
        padding: 15px 15px 15px 20px;
        min-height: 380px;
    }

    .brokers {
        display: block;
    }

    .brokers .broker,
    .brokers .propose-card {
        width: auto;
        margin: 0 0 30px;
    }
}

/* ==========================================================================
   Propose Card
   ========================================================================== */
.propose-card {
    padding: 1vw;
    text-align: center;
    border: solid 2px #d7d7d7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.propose-card__txt {
    font-size: 1.2rem;
    line-height: 1.2;
    margin: 0 0 1.5em;
    max-width: 26vw;
}

.propose-card__txt b {
    font-weight: 800;
}

.propose-card__btn {
    position: relative;
}

.propose-card__people {
    display: block;
    height: 5.4rem;
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translate(-30%, -60%);
    -ms-transform: translate(-30%, -60%);
    transform: translate(-30%, -60%);
}

@media (min-width: 999px) {
    .propose-card__people {
        opacity: 0;
        -webkit-transform: translate(-130%, -60%);
        -ms-transform: translate(-130%, -60%);
        transform: translate(-130%, -60%);
        -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, transform 0.5s;
        transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
    }

    .propose-card__people.animated {
        opacity: 1;
        -webkit-transform: translate(-30%, -60%);
        -ms-transform: translate(-30%, -60%);
        transform: translate(-30%, -60%);
    }
}

@media (max-width: 998px) {
    .propose-card {
        padding: 30px;
        display: block;
    }

    .propose-card__txt {
        max-width: none;
    }
}

/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Screen History

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.scr-history {
    position: relative;
    padding: 16vh 0;
}

@media (max-width: 998px) {
    .scr-history {
        padding: 100px 0;
    }
}

/* ==========================================================================
   Illustration
   ========================================================================== */
.scr-history__pic {
    position: relative;
    margin: 0 0 3vw;
}

.scr-history__pic img {
    display: block;
    width: 100%;
    opacity: 0.8;
}

.scr-history__pic img.people {
    opacity: 1;
    width: auto;
    height: 17%;
    position: absolute;
    left: 58%;
    top: 73%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 998px) {
    .scr-history__pic {
        margin-bottom: 30px;
    }
}

/* ==========================================================================
   Text
   ========================================================================== */
.scr-history__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.scr-history__grid__left {
    width: 55%;
}

.scr-history__grid__right {
    width: 39%;
}

.scr-history__title {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 800;
    margin: 0 0 1em;
}

.scr-history__txt {
    font-size: 1.2rem;
    line-height: 1.25;
}

.scr-history__txt p {
    margin: 0 0 1em;
}

@media (max-width: 998px) {
    .scr-history__grid {
        display: block;
    }

    .scr-history__grid__left,
    .scr-history__grid__right {
        width: auto;
    }
}

/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Estate Main

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.est-main {
    position: relative;
    z-index: 5;
}

.est-main .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
    min-height: 70.8vh;
    padding-top: 4rem;
}

.est-main .container:before,
.est-main .container:after {
    display: none;
}

@media (max-width: 998px) {
    .est-main .container {
        display: block;
        min-height: auto;
    }

    .est-main .label-moscow {
        display: none;
    }
}

/* ==========================================================================
   Content Column
   ========================================================================== */
.est-main__cont {
    width: 50%;
    padding: 6.25vh 1vw 18vh 0;
    position: relative;
}

.est-main__cont .sct-title {
    margin-bottom: 0.5em;
}

@media (max-width: 998px) {
    .est-main__cont {
        width: auto;
        padding: 30px 0 0;
        margin: 0 0 125px;
    }
}

/* ==========================================================================
   Tags
   ========================================================================== */
.tag {
    white-space: nowrap;
    display: inline-block;
    line-height: 2rem;
    background: #ebebeb;
    font-size: 1.2rem;
    padding: 0 0.5em;
}

.tags {
    zoom: 1;
    *zoom: 1;
    margin: 0 0 5.2vh;
}

.tags:before,
.tags:after {
    content: " ";
    display: table;
}

.tags:after {
    clear: both;
}

.tags .tag {
    float: left;
    margin: 0 0.5rem 0.5rem 0;
}

/* ==========================================================================
   Btns
   ========================================================================== */
.est-main__btns {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.est-main__btns .label-moscow {
    margin-left: 2.6vw;
}

.est-main__btns .play-video {
    margin-left: 1.3vw;
}

@media (max-width: 998px) {
    .est-main__btns {
        display: block;
    }

    .est-main__btns .btn {
        width: 100%;
    }

    .est-main__btns .play-video {
        margin-top: 30px;
    }
}

/* ==========================================================================
   Logo
   ========================================================================== */
.est-main__logo {
    display: block;
    position: absolute;
    left: 0;
    top: 86%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 14vw;
    max-height: 15.7vh;
}

@media (max-width: 998px) {
    .est-main__logo {
        display: none;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        max-width: none;
        max-height: none;
        width: 300px;
    }
}

/* ==========================================================================
   Picture
   ========================================================================== */
.est-main__pic {
    position: relative;
    width: 50%;
}

.est-main__pic .label-moscow {
    position: absolute;
    left: 0;
    top: 12%;
}

.est-main__photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.est-main__premium {
    position: absolute;
    top: 93.3%;
    left: 87%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 6.7vw;
}

.est-main__compass {
    display: block;
    position: absolute;
    right: 0;
    top: 3.5vh;
    width: 27.8%;
}

.est-main__scheme {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
    max-height: 100%;
    pointer-events: none;
}

.est-main__pic.zhukovka .est-main__scheme {
    left: 0%;
    top: 17%;
    max-width: 107%;
    max-height: 98%;
}

.est-main__pic.zhukovka-2 .est-main__scheme {
    left: 0%;
    top: 20%;
    max-width: 136%;
    max-height: 85%;
}

.est-main__pic.zhukovka-3 .est-main__scheme {
    left: 0%;
    top: 20%;
    max-width: 119%;
    max-height: 101%;
}

.est-main__pic.zhukovka-4 .est-main__scheme {
    left: 0;
    top: 38%;
    max-width: 117%;
    max-height: 81%;
}

.est-main__pic.zhukovka-21 .est-main__scheme {
    left: auto;
    right: 0;
    top: 8%;
    max-width: 77%;
    max-height: 120%;
}

.est-main__pic.dsk .est-main__scheme {
    left: 0;
    right: 0;
    top: 42%;
    max-width: 129%;
    max-height: 55%;
}

.est-main__pic.dacha .est-main__scheme {
    left: 0;
    right: 0;
    top: 38%;
    max-width: 124%;
    max-height: 73%;
}

.est-main__pic.field .est-main__scheme {
    left: 6%;
    top: 6%;
    max-width: 76%;
    max-height: 100%;
}

.est-main__pic.konus .est-main__scheme {
    left: 0;
    right: 0;
    top: 30%;
    max-width: 133%;
    max-height: 72%;
}

.est-main__pic.landscape .est-main__scheme {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 3%;
    max-width: 72%;
    max-height: 128%;
}

.est-main__pic.selo .est-main__scheme {
    left: auto;
    right: 8%;
    top: 43%;
    max-width: 133%;
    max-height: 62%;
}

.est-main__pic.parkville .est-main__scheme {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 13%;
    max-width: 69%;
    max-height: 110%;
}

.est-main__pic.academy .est-main__scheme {
    left: 0;
    right: 0;
    top: 16%;
    max-width: 127%;
    max-height: 117%;
}

@media (max-width: 998px) {
    .est-main__pic {
        width: auto;
        margin: 30px -30px 0;
        padding: 30px 30px 0;
    }

    .est-main__photo {
        position: relative;
        height: 500px;
        width: auto;
        margin: -30px -30px 0;
    }

    .est-main__compass {
        top: 0;
        right: 30px;
    }

    .est-main__premium {
        width: 100px;
        left: auto;
        top: auto;
        bottom: -10px;
        right: 30px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .est-main__scheme {
        position: static;
        width: 100%;
        max-height: none !important;
        max-width: none !important;
        margin: 0 0 30px;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }
}

/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Estate Slider

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.est-slider {
    height: 29.2vh;
    position: relative;
}

.est-slider .slick-arrow {
    left: 28vw;
    bottom: 100%;
    margin-bottom: 4.7vh;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.est-slider .slick-arrow.slick-next {
    -webkit-transform: translate(150%, 50%);
    -ms-transform: translate(150%, 50%);
    transform: translate(150%, 50%);
    background-image: url('../img/arr-right.svg');
}

.est-slider .slick-arrow.slick-next span {
    left: 100%;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    margin: 0 0 0 0.5em;
}

.est-slider__card {
    position: relative;
    width: 25vw;
    height: 29.2vh;
}

.est-slider__link {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

@media (max-width: 998px) {
    .est-slider,
    .est-slider__card {
        height: 500px;
    }

    .est-slider__card {
        width: 600px;
    }

    .est-slider .slick-arrow {
        left: 30px;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-bottom: 20px;
    }

    .est-slider .slick-arrow.slick-next {
        -webkit-transform: translateX(125%);
        -ms-transform: translateX(125%);
        transform: translateX(125%);
    }
}

/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Estate About

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.est-about {
    padding: 15vh 0;
    position: relative;
}

@media (max-width: 998px) {
    .est-about {
        padding: 100px 0;
    }
}

/* ==========================================================================
   Box
   ========================================================================== */
.txt-box {
    border: solid 4px #d7d7d7;
    padding: 8vh 4vw 10vh 10vw;
    margin: 0 9vw;
    position: relative;
}

.txt-box .typical-txt {
    font-size: 1.2rem;
}

.txt-box__title {
    font-weight: 800;
    margin: 0 0 1em;
    font-size: 1.5rem;
    line-height: normal;
}

.txt-box__people {
    height: 5.4rem;
    position: absolute;
    left: 5vw;
    top: 20vh;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (min-width: 999px) {
    .txt-box__people {
        opacity: 0;
        -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
        -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, transform 0.5s;
        transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
    }

    .txt-box__people.animated {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 998px) {
    .txt-box {
        padding: 30px;
        margin: 0;
    }

    .txt-box__people {
        left: 0;
        top: 0;
        -webkit-transform: translate(-50%, -75%);
        -ms-transform: translate(-50%, -75%);
        transform: translate(-50%, -75%);
    }
}

/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Estate Cards Slider

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.est-cards {
    padding: 15vh 0;
    position: relative;
    text-align: center;
}

@media (max-width: 998px) {
    .est-cards {
        padding: 100px 0;
    }
}

/* ==========================================================================
   Bottom
   ========================================================================== */
.est-cards__bottom .typical-txt {
    margin: 2em 0 1.5em;
    font-size: 1.2rem;
}

@media (max-width: 998px) {
    .est-cards__bottom {
        padding: 1px 0 0;
    }
}

/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Page Article

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.scr-art {
    padding: 0 0 10vh 0;
    color: #37444c;
}

@media (max-width: 998px) {
    .scr-art {
        padding: 50px 0;
    }

    .scr-art .sct-title {
        font-size: 2.5rem;
    }
}

/* ==========================================================================
   Header
   ========================================================================== */
.scr-art__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 2rem 0;
}

.scr-art__head__logo {
    display: block;
    height: 4rem;
}

.scr-art__head__back {
    font-size: 1.5rem;
    position: relative;
}

/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   404 page

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.scr-404 {
    position: relative;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5vh 0;
}

.scr-404 .scr-main__river {
    opacity: 0.4;
}

@media (max-width: 998px) {
    .scr-404 {
        min-height: auto;
        display: block;
        padding: 50px 0;
    }

    .scr-404 .scr-main__river {
        display: none;
    }
}

/* ==========================================================================
   Content
   ========================================================================== */
.scr-404__logo {
    position: relative;
    max-width: 14vw;
    max-height: 11vh;
    margin: 0 0 0.5rem;
}

.scr-404__404 {
    position: relative;
    max-height: 57vh;
    max-width: 63vw;
}

@media (max-width: 998px) {
    .scr-404__logo,
    .scr-404__404 {
        max-width: none;
        max-height: none;
        display: block;
        margin: 0 auto;
    }

    .scr-404__logo {
        width: 50%;
    }

    .scr-404__404 {
        width: 90%;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

/* ==========================================================================
   Bottom
   ========================================================================== */
.scr-404__bottom {
    position: relative;
    margin: 3vh 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.scr-404__bottom .typical-txt {
    margin: 0 5vw 0 0;
}

@media (max-width: 998px) {
    .scr-404__bottom {
        display: block;
        text-align: center;
        padding: 0 30px;
    }

    .scr-404__bottom .typical-txt {
        margin: 0 0 30px;
    }
}

/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Success page

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.scr-success {
    position: relative;
    min-height: 100vh;
    overflow: auto;
    background-size: 200% auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.scr-success:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
}

.scr-success .modal__box {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.scr-success .modal-card .sct-title {
    margin-bottom: 0.5em;
}

@media (max-width: 998px) {
    .scr-success {
        background: none;
        display: block;
        padding: 100px 0 50px;
    }

    .scr-success:before {
        display: none;
    }

    .scr-success .modal__box,
    .scr-success .modal-card {
        background: none;
    }

    .scr-success .modal-card__flag,
    .scr-success .modal-card__pic {
        display: none;
    }
}

/* ==========================================================================
   Content
   ========================================================================== */
.modal-card__flag {
    position: absolute;
    top: 1rem;
    right: 4rem;
    display: block;
    width: 3rem;
    opacity: 0.8;
}

.modal-card__pic {
    display: block;
    height: 19.3rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/* Image replacement */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
    display: none !important;
    visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
    visibility: hidden;
}

/* Clear fix */
.clear {
    clear: both;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    overflow: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    padding: 0 30px;
}

/* Align */
.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

/* Float */
.float-left {
    float: left;
}

.float-right {
    float: right;
}

.tbl {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.tbl-row {
    display: table-row;
}

.tbl-cell {
    display: table-cell;
    vertical-align: middle;
}

.overflow-hidden {
    overflow: hidden;
}

.m-t-15 {
    margin-top: 15px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.display-inline {
    display: inline;
    margin: 0;
    padding: 0;
    line-height: inherit;
    font-size: inherit;
}

/* ==========================================================================
   Hidden BR
   ========================================================================== */
@media (max-width: 998px) {
    br.for-desktop {
        display: inline;
        content: ' ';
        clear: none;
    }

    br.for-desktop:after {
        content: ' ';
    }

    .clearfix {
        padding: 0;
    }
}

.offer-card__inner {
    max-width: 366px;
}


.offer-card {
    position: relative;
    margin-bottom: 100px;
    padding: 40px 45px 44px;
    background: #003300;
    overflow: hidden;
}

.offer-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
    height: 100%;
    width: 100%;
    background-image: url("../img/offer-decor.png");
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
}

.offer-card__inner {
    position: relative;
    z-index: 2;
    max-width: 730px;
}

.offer-card__title {
    margin: 0 0 5px;
    font-weight: 500;
    font-size: 52px;
    line-height: 61px;
    color: #FFFFFF;
}

.offer-card__text {
    margin: 0 0 20px;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}

.offer-card__img {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
}

.offer-card__img--mobile {
    display: none;
}

.offer-card__icon {
    position: absolute;
    z-index: 2;
    top: 33px;
    right: 34px;
    display: block;
    width: 79px;
    height: 82px;
}

.offer-card__btn {
    min-width: 195px;
}

.project-list__title {
    margin: 0 0 24px;
    font-weight: 800;
    font-size: 40px;
    line-height: 51px;
    text-align: left;
}

.news-catalog__button-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 32px;
}

.news-catalog__button {
    grid-column: 2/3;
    display: inline-block;
    height: 4rem;
    line-height: 4.5rem;
    border-radius: 2.25rem;
    font-size: 1.8rem;
    overflow: hidden;
    position: relative;
    margin-right: 16px;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 700;
    background: #9ECC51;
    color: #FFFFFF;
    text-align: center;
    transition: all 0.5s ease;
}

@media (min-width: 998px) {
    .news-catalog__button:hover {
        background: #6BAB00;
    }
}

.objects-title {
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 40px;
    line-height: 51px;
    text-align: center;
    color: rgba(37, 40, 38, 1);
}

.objects-title__img {
    position: absolute;
    top: 0;
    right: 70px;
    display: block;
    height: 64px;
    width: 64px;
    object-fit: cover;
    object-position: center;
}

.objects-title__img-objects {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    width: 64px;
    background-repeat: no-repeat;
    background-size: 64px;
    background-position: center;
    color: #c4c4c4;
    font-size: 16px;
    line-height: normal;
}

.objects__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}

.objects__list.for-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}

.currency-list {
    display: flex;
    align-items: center;
}

.currency-list__item {
    padding: 0 5px 0 5px;
    color: #c4c4c4;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    cursor: pointer;
}

.currency-list__item.active {
    color: #6BAB00;
}

@media (max-width: 1520px) {
    .offer-card__inner {
        max-width: 610px;
    }

    .offer-card__title {
        font-size: 48px;
        line-height: 56px;
    }

    .offer-card__text {
        font-size: 20px;
        line-height: 23px;
    }

    .offer-card__img {
        right: -12%;
    }
}

@media (max-width: 1279px) {
    .objects__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .objects__list.for-4 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1200px) {
    .offer-card__inner {
        max-width: 375px;
    }

    .offer-card__title {
        font-size: 36px;
        line-height: 42px;
    }

    .offer-card__text {
        font-size: 16px;
        line-height: 19px;
    }

    .offer-card__img {
        right: -15%;
    }
}

@media (max-width: 998px) {
    .objects-title {
        margin-bottom: 24px;
        font-size: 28px;
        line-height: 32px;
        text-align: center;
    }

    .objects-title__img, .objects-title__img-objects {
        display: none;
    }

    .offer-card {
        margin-bottom: 60px;
    }

    .offer-card__btn {
        height: 2.5rem;
        line-height: 2.5rem;
        border-radius: 2.25rem;
        font-size: 1.2rem;
    }

    .offer-card__img {
        right: -22%;
    }

    .scr-main__cont-link {
        width: 100%;
        margin-right: 0;
        margin-bottom: 8px;
    }

    .scr-main__cont-btn {
        width: 100%;
    }

    .project-list__title {
        font-size: 2rem;
        line-height: 1;
        text-align: center;
    }

    .news-catalog__button-wrap {
        display: block;
    }

    .news-catalog__button {
        grid-column: auto;
        width: 100%;
    }

    .objects__list {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        margin: 0;
    }

    .objects__list.for-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .offer-card {
    / / padding: 21 px 90 px 25 px 21 px;
        padding: 40px 90px 45px 40px;
    }

    .site-header__logo {
        width: 114px;
    }

    .offer-card__title {
        margin-bottom: 12px;
    / / font-size: 30 px;
        font-size: 36px;
        line-height: 1;
    }

    .offer-card__text {
    / / font-size: 16 px;
    / / line-height: 19 px;
        font-size: 25px;
        line-height: 30px;
    }

    .offer-card__img {
        right: 0;
        display: none;
    }

    .offer-card__img--mobile {
        display: block;
    }

    .offer-card__icon {
        top: 18px;
        right: 20px;
    / / width: 55 px;
    / / height: 56 px;
    }

    .offer-card__btn {
    / / height: 48 px;
    / / font-size: 18 px;
    / / line-height: 48 px;
    / / letter-spacing: 0.15 em;
        height: 64px;
        font-size: 25px;
        line-height: 64px;
        letter-spacing: 0.15em;
    }

    .offer-card__btn .btn__in {
    / / padding: 0 15 px;
    }
}

.scr-thanks {
    text-align: center;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: distribute;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    padding: 2rem;
    position: relative;
}

.nothing-found-wrap {
    width: 60vw;
}

.nothing-found {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    text-align: center;
}

.nothing-found svg {
    display: block;
    width: 7rem;
    height: 7rem;
    margin-top: 32px;
}

@media (max-width: 998px) {
    .nothing-found {
        font-size: 1.5rem;
        line-height: 1;
    }

    .nothing-found-wrap {
        width: 100%;
    }
}