@charset "UTF-8";

@font-face {
    font-family: 'TT Wellingtons';
    src: url("/fonts/TTWellingtons-Regular.eot");
    src: url("./fonts/TTWellingtons-Regular.eot?#iefix") format('embedded-opentype'),
    url("/fonts/TTWellingtons-Regular.woff2") format('woff2'),
    url("/fonts/TTWellingtons-Regular.woff") format('woff'),
    url("/fonts/TTWellingtons-Regular.ttf") format('truetype'),
    url("/fonts/TTWellingtons-Regular.svg#TTWellingtons-Regular") format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Wellingtons';
    src: url("/fonts/TTWellingtons-Light.eot");
    src: url("/fonts/TTWellingtons-Light.eot?#iefix") format('embedded-opentype'),
    url("/fonts/TTWellingtons-Light.woff2") format('woff2'),
    url("/fonts/TTWellingtons-Light.woff") format('woff'),
    url("/fonts/TTWellingtons-Light.ttf") format('truetype'),
    url("/fonts/TTWellingtons-Light.svg#TTWellingtons-Light") format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Wellingtons';
    src: url("../fonts/TTWellingtons-Medium.eot");
    src: url("../fonts/TTWellingtons-Medium.eot?#iefix") format('embedded-opentype'),
    url("../fonts/TTWellingtons-Medium.woff2") format('woff2'),
    url("../fonts/TTWellingtons-Medium.woff") format('woff'),
    url("../fonts/TTWellingtons-Medium.ttf") format('truetype'),
    url("../fonts/TTWellingtons-Medium.svg#TTWellingtons-Medium") format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Wellingtons';
    src: url("../fonts/TTWellingtons-Bold.eot");
    src: url("../fonts/TTWellingtons-Bold.eot?#iefix") format('embedded-opentype'),
    url("../fonts/TTWellingtons-Bold.woff2") format('woff2'),
    url("../fonts/TTWellingtons-Bold.woff") format('woff'),
    url("../fonts/TTWellingtons-Bold.ttf") format('truetype'),
    url("../fonts/TTWellingtons-Bold.svg#TTWellingtons-Bold") format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms';
    src: url("../fonts/TTNorms-Medium.eot");
    src: url("../fonts/TTNorms-Medium.eot?#iefix") format('embedded-opentype'),
    url("../fonts/TTNorms-Medium.woff2") format('woff2'),
    url("../fonts/TTNorms-Medium.woff") format('woff'),
    url("../fonts/TTNorms-Medium.ttf") format('truetype'),
    url("../fonts/TTNorms-Medium.svg#TTNorms-Medium") format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms';
    src: url("../fonts/TTNorms-Light.eot");
    src: url("../fonts/TTNorms-Light.eot?#iefix") format('embedded-opentype'),
    url("../fonts/TTNorms-Light.woff2") format('woff2'),
    url("../fonts/TTNorms-Light.woff") format('woff'),
    url("../fonts/TTNorms-Light.ttf") format('truetype'),
    url("../fonts/TTNorms-Light.svg#TTNorms-Light") format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms';
    src: url("../fonts/TTNorms-Regular.eot");
    src: url("../fonts/TTNorms-Regular.eot?#iefix") format('embedded-opentype'),
    url("../fonts/TTNorms-Regular.woff2") format('woff2'),
    url("../fonts/TTNorms-Regular.woff") format('woff'),
    url("../fonts/TTNorms-Regular.ttf") format('truetype'),
    url("../fonts/TTNorms-Regular.svg#TTNorms-Regular") format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms';
    src: url("../fonts/TTNorms-Bold.eot");
    src: url("../fonts/TTNorms-Bold.eot?#iefix") format('embedded-opentype'),
    url("../fonts/TTNorms-Bold.woff2") format('woff2'),
    url("../fonts/TTNorms-Bold.woff") format('woff'),
    url("../fonts/TTNorms-Bold.ttf") format('truetype'),
    url("../fonts/TTNorms-Bold.svg#TTNorms-Bold") format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

@-webkit-keyframes opas {
    0% {
        opacity: 0.4;
    }

    60% {
        opacity: 1;
    }

    100% {
        opacity: 0.4;
    }
}

@keyframes opas {
    0% {
        opacity: 0.4;
    }

    60% {
        opacity: 1;
    }

    100% {
        opacity: 0.4;
    }
}

@-webkit-keyframes fadeOpas {
    0% {
        -webkit-transform: translateY(110%);
        transform: translateY(110%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeOpas {
    0% {
        -webkit-transform: translateY(110%);
        transform: translateY(110%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes tooltipShow {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes tooltipShow {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@-webkit-keyframes rotate2 {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes rotate2 {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes deg {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    60% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes deg {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    60% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@-webkit-keyframes jamp {
    0% {
        margin-top: 0;
    }

    15% {
        margin-top: -1rem;
    }

    25% {
        margin-top: 0;
    }

    35% {
        margin-top: -0.5rem;
    }

    45% {
        margin-top: 0;
    }

    100% {
        margin-top: 0;
    }
}

@keyframes jamp {
    0% {
        margin-top: 0;
    }

    15% {
        margin-top: -1rem;
    }

    25% {
        margin-top: 0;
    }

    35% {
        margin-top: -0.5rem;
    }

    45% {
        margin-top: 0;
    }

    100% {
        margin-top: 0;
    }
}

@-webkit-keyframes jampTrf {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    15% {
        -webkit-transform: translateY(-7%);
        transform: translateY(-7%);
    }

    25% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    35% {
        -webkit-transform: translateY(-3%);
        transform: translateY(-3%);
    }

    45% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes jampTrf {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    15% {
        -webkit-transform: translateY(-7%);
        transform: translateY(-7%);
    }

    25% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    35% {
        -webkit-transform: translateY(-3%);
        transform: translateY(-3%);
    }

    45% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0px;
    }

    30% {
        left: 110%;
        margin-left: 80px;
    }

    100% {
        left: 110%;
        margin-left: 80px;
    }
}

@keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0px;
    }

    30% {
        left: 110%;
        margin-left: 80px;
    }

    100% {
        left: 110%;
        margin-left: 80px;
    }
}

@-webkit-keyframes pulseicon-a {
    0% {
        -webkit-transform: translate(0, 0) scale(0.85);
        transform: translate(0, 0) scale(0.85);
    }

    50% {
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1);
    }

    100% {
        -webkit-transform: translate(0, 0) scale(0.85);
        transform: translate(0, 0) scale(0.85);
    }
}

@keyframes pulseicon-a {
    0% {
        -webkit-transform: translate(0, 0) scale(0.85);
        transform: translate(0, 0) scale(0.85);
    }

    50% {
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1);
    }

    100% {
        -webkit-transform: translate(0, 0) scale(0.85);
        transform: translate(0, 0) scale(0.85);
    }
}

@-webkit-keyframes pulseicon {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8);
    }
}

@keyframes pulseicon {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8);
    }
}

@-webkit-keyframes phone {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(15deg) scale(0.9);
        transform: translate(-50%, -50%) rotate(15deg) scale(0.9);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1.01);
        transform: translate(-50%, -50%) rotate(0deg) scale(1.01);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(15deg) scale(0.9);
        transform: translate(-50%, -50%) rotate(15deg) scale(0.9);
    }
}

@keyframes phone {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(15deg) scale(0.9);
        transform: translate(-50%, -50%) rotate(15deg) scale(0.9);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1.01);
        transform: translate(-50%, -50%) rotate(0deg) scale(1.01);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(15deg) scale(0.9);
        transform: translate(-50%, -50%) rotate(15deg) scale(0.9);
    }
}

@-webkit-keyframes pulseiconLine {
    0% {
        -webkit-transform: translateX(-55%) scale(0.7);
        transform: translateX(-55%) scale(0.7);
    }

    50% {
        -webkit-transform: translateX(-65%) scale(1);
        transform: translateX(-65%) scale(1);
    }

    100% {
        -webkit-transform: translateX(-55%) scale(0.7);
        transform: translateX(-55%) scale(0.7);
    }
}

@keyframes pulseiconLine {
    0% {
        -webkit-transform: translateX(-55%) scale(0.7);
        transform: translateX(-55%) scale(0.7);
    }

    50% {
        -webkit-transform: translateX(-65%) scale(1);
        transform: translateX(-65%) scale(1);
    }

    100% {
        -webkit-transform: translateX(-55%) scale(0.7);
        transform: translateX(-55%) scale(0.7);
    }
}

@-webkit-keyframes scale-before {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0;
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0;
    }
}

@keyframes scale-before {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0;
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0;
    }
}

@-webkit-keyframes transform-shiver {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(-5px, 0px) rotate(0deg);
        transform: translate(-5px, 0px) rotate(0deg);
    }

    75% {
        -webkit-transform: translate(5px, 0px) rotate(0deg);
        transform: translate(5px, 0px) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes transform-shiver {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(-5px, 0px) rotate(0deg);
        transform: translate(-5px, 0px) rotate(0deg);
    }

    75% {
        -webkit-transform: translate(5px, 0px) rotate(0deg);
        transform: translate(5px, 0px) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes transform-shiver2 {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(0, -5px) rotate(0deg);
        transform: translate(0, -5px) rotate(0deg);
    }

    75% {
        -webkit-transform: translate(0, 5px) rotate(0deg);
        transform: translate(0, 5px) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes transform-shiver2 {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(0, -5px) rotate(0deg);
        transform: translate(0, -5px) rotate(0deg);
    }

    75% {
        -webkit-transform: translate(0, 5px) rotate(0deg);
        transform: translate(0, 5px) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes car1 {
    0% {
        -webkit-transform: translate(0px, 0px) scale(1);
        transform: translate(0px, 0px) scale(1);
    }

    100% {
        -webkit-transform: translate(-200px, 10px) scale(0);
        transform: translate(-200px, 10px) scale(0);
    }
}

@keyframes car1 {
    0% {
        -webkit-transform: translate(0px, 0px) scale(1);
        transform: translate(0px, 0px) scale(1);
    }

    100% {
        -webkit-transform: translate(-200px, 10px) scale(0);
        transform: translate(-200px, 10px) scale(0);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.5);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.5);
    }

    70% {
        -webkit-box-shadow: 0 0 0 8px rgba(255, 0, 0, 0);
        box-shadow: 0 0 0 8px rgba(255, 0, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.5);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.5);
    }

    70% {
        -webkit-box-shadow: 0 0 0 8px rgba(255, 0, 0, 0);
        box-shadow: 0 0 0 8px rgba(255, 0, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

@-webkit-keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(68, 204, 93, 0.5);
        box-shadow: 0 0 0 0 rgba(68, 204, 93, 0.5);
    }

    70% {
        -webkit-box-shadow: 0 0 0 28px rgba(68, 204, 93, 0);
        box-shadow: 0 0 0 28px rgba(68, 204, 93, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(68, 204, 93, 0);
        box-shadow: 0 0 0 0 rgba(68, 204, 93, 0);
    }
}

@keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(68, 204, 93, 0.5);
        box-shadow: 0 0 0 0 rgba(68, 204, 93, 0.5);
    }

    70% {
        -webkit-box-shadow: 0 0 0 28px rgba(68, 204, 93, 0);
        box-shadow: 0 0 0 28px rgba(68, 204, 93, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(68, 204, 93, 0);
        box-shadow: 0 0 0 0 rgba(68, 204, 93, 0);
    }
}

@-webkit-keyframes pulse3 {
    0% {
        -webkit-box-shadow: 0 0 0 0 white;
        box-shadow: 0 0 0 0 white;
    }

    70% {
        -webkit-box-shadow: 0 0 0 11px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 11px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse3 {
    0% {
        -webkit-box-shadow: 0 0 0 0 white;
        box-shadow: 0 0 0 0 white;
    }

    70% {
        -webkit-box-shadow: 0 0 0 11px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 11px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes sbs-anim {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
        transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    50% {
        opacity: 1;
        -webkit-transform: translateX(-2px) translateY(-8px) rotate(-5deg) scale(1, 1);
        transform: translateX(-2px) translateY(-8px) rotate(-5deg) scale(1, 1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
        transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    }
}

@keyframes sbs-anim {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
        transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    50% {
        opacity: 1;
        -webkit-transform: translateX(-2px) translateY(-8px) rotate(-5deg) scale(1, 1);
        transform: translateX(-2px) translateY(-8px) rotate(-5deg) scale(1, 1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
        transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    }
}

@-webkit-keyframes pop {
    0% {
        -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1, 1, 1);
        transform: perspective(1px) rotateX(0deg) scale3d(1, 1, 1);
    }

    100% {
        -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1.2, 1.2, 1.2);
        transform: perspective(1px) rotateX(0deg) scale3d(1.2, 1.2, 1.2);
    }
}

@keyframes pop {
    0% {
        -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1, 1, 1);
        transform: perspective(1px) rotateX(0deg) scale3d(1, 1, 1);
    }

    100% {
        -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1.2, 1.2, 1.2);
        transform: perspective(1px) rotateX(0deg) scale3d(1.2, 1.2, 1.2);
    }
}

@-webkit-keyframes puff-out {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1, 1);
        transform: translate(-50%, -50%) rotate(0deg) scale(1, 1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        transform-origin-opacity: 1;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(2, 2);
        transform: translate(-50%, -50%) rotate(0deg) scale(2, 2);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        opacity: 0;
    }
}

@keyframes puff-out {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1, 1);
        transform: translate(-50%, -50%) rotate(0deg) scale(1, 1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        transform-origin-opacity: 1;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(2, 2);
        transform: translate(-50%, -50%) rotate(0deg) scale(2, 2);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        opacity: 0;
    }
}

@-webkit-keyframes slide-up-in {
    0% {
        -webkit-transform: translate(0px, 100%) rotate(1deg);
        transform: translate(0px, 100%) rotate(1deg);
        opacity: 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

@keyframes slide-up-in {
    0% {
        -webkit-transform: translate(0px, 100%) rotate(1deg);
        transform: translate(0px, 100%) rotate(1deg);
        opacity: 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

.fade_in {
    opacity: 1;
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
    -webkit-animation-duration: 1500ms;
    animation-duration: 1500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slide-up-in;
    animation-name: slide-up-in;
}

.title-first {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
    -webkit-animation-duration: 1500ms;
    animation-duration: 1500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slide-up-in;
    animation-name: slide-up-in;
}

.subtitle-first {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
    -webkit-animation-duration: 1500ms;
    animation-duration: 1500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slide-up-in;
    animation-name: slide-up-in;
}

@-webkit-keyframes main {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes main {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 1vw;
    overflow-x: hidden;
}

body {
    font-family: 'TT Wellingtons', sans-serif;
    line-height: 1.2;
    font-weight: normal;
    overflow-x: hidden;
    color: #1c1c1c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a,
button,
input,
textarea,
select {
    outline: none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

p {
    margin: 0;
}

img {
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 900px) {
    .forest {
        display: none !important;
    }
}

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

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

.row-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.row-vcenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.margin-center {
    margin-left: auto;
    margin-right: auto;
}

.rel-center {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.abs-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

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

.graf {
    -webkit-animation: transform-shiver 5000ms linear 0ms infinite normal both;
    animation: transform-shiver 5000ms linear 0ms infinite normal both;
}

.dotted {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dotted:before {
    content: '';
    position: absolute;
    top: 105%;
    width: 100%;
    border-bottom: 1px dotted #d4ad37;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.dotted:hover {
    color: #282828;
}

.dotted:hover:before {
    width: 30%;
    border-color: #282828;
}

.dotted_l::before {
    border-bottom: 1px solid #d4ad37;
}

.skew-text {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transform: skew(-8deg);
    transform: skew(-8deg);
    background-color: #5490d5;
    padding: .5vw 1.2vw;
    border-radius: 5px;
    line-height: 1;
}

.skew-text__block {
    -webkit-transform: skew(8deg);
    transform: skew(8deg);
}

.kr-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.kr-text__cir {
    background-color: #06af06;
    width: .4vw;
    height: .4vw;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ovh {
    overflow: hidden;
}

.ttn {
    font-family: 'TT Norms', sans-serif;
}

.lh08 {
    line-height: 0.8;
}

.lh1 {
    line-height: 1;
}

.lh15 {
    line-height: 1.5;
}

.lhm {
    line-height: 1.3;
}

.lsp {
    letter-spacing: 0.05rem;
}

.tgc {
    color: #d4ad37;
}

a.tgc {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

a.tgc:hover {
    color: #000;
}

.gray {
    color: #b7b6b7;
}

.black {
    color: #282828;
}

.white {
    color: #fff;
}

.blue {
    color: #0099e4;
}

.yel {
    color: #d4ad37;
}

.fw1 {
    font-weight: 100;
}

.fw3 {
    font-weight: 100;
}

.fw5 {
    font-weight: 500;
}

.fw4 {
    font-weight: 400;
}

.fw7 {
    font-weight: 700;
}

.fwb {
    font-weight: bold;
}

.fw9 {
    font-weight: 700;
}

.fsi {
    font-style: italic;
}

.tar {
    text-align: right;
}

.tdt {
    text-decoration: line-through;
}

.tdu {
    text-decoration: underline;
}

.tac {
    text-align: center;
}

.ttu {
    text-transform: uppercase;
}

.title-lg {
    font-size: 3.5rem;
}

.zi1 {
    z-index: 1;
    position: relative;
}

.zi5 {
    z-index: 5;
    position: relative;
}

.title {
    font-size: 3rem;
    line-height: 1.1;
    position: relative;
    z-index: 2;
}

.t48 {
    font-size: 2.5rem;
}

.t54 {
    font-size: 2.7rem;
}

.t36 {
    font-size: 1.9rem;
    position: relative;
    z-index: 2;
}

.t34 {
    font-size: 1.77rem;
}

.t32 {
    font-size: 1.67rem;
}

.t30 {
    font-size: 1.56rem;
}

.t28 {
    font-size: 1.46rem;
}

.t26 {
    font-size: 1.35rem;
}

.t24 {
    font-size: 1.25rem;
}

.t23 {
    font-size: 1.2rem;
}

.t22 {
    font-size: 1.15rem;
}

.t21 {
    font-size: 1.1rem;
}

.t20 {
    font-size: 1.04rem;
}

.t18 {
    font-size: 0.94rem;
}

.t16 {
    font-size: 0.83rem;
}

.t15 {
    font-size: 0.8rem;
}

.t14 {
    font-size: 0.73rem;
}

.t13 {
    font-size: 0.68rem;
}

.t12 {
    font-size: 0.63rem;
}

.t10 {
    font-size: 0.52rem;
}

.t8 {
    font-size: 0.42rem;
}

.t7 {
    font-size: 0.37rem;
}

.container {
    max-width: 87rem;
    margin: 0 auto;
    width: 100%;
}

.container-big {
    max-width: 90rem;
    margin: 0 auto;
}

.container-min {
    max-width: 68rem;
    margin: 0 auto;
}

.container-md {
    max-width: 78rem;
    margin: 0 auto;
}

.container-comd {
    max-width: 83rem;
    margin: 0 auto;
}

.mlg3 {
    margin-bottom: 8rem;
}

.mlg2 {
    margin-bottom: 6rem;
}

.mlg {
    margin-bottom: 4.5rem;
}

.msm {
    margin-bottom: 2.5rem;
}

.mb {
    margin-bottom: 2rem;
}

.mb2 {
    margin-bottom: 1.4rem;
}

.mbm {
    margin-bottom: 0.7rem;
}

.mbs {
    margin-bottom: 0.41rem;
}

.mbs2 {
    margin-bottom: 0.21rem;
}

.mrm {
    margin-right: 0.5rem;
}

.mr {
    margin-right: 1rem;
}

.mrd {
    margin-right: 1.5rem;
}

.mrs {
    margin-right: 1.7rem;
}

.lhm {
    line-height: 1.4;
}

.stop {
    overflow: hidden;
}

.t-num {
    font-size: 5.2rem;
    line-height: 0.8;
}

.section {
    padding: 6rem 0;
    position: relative;
}

.dib {
    display: inline-block;
}

.fsi {
    font-style: italic;
}

.rel {
    position: relative;
}

.poe {
    pointer-events: none;
}

.whsp {
    white-space: nowrap;
}

.btn {
    letter-spacing: 1.02px;
    padding: 1.5rem 2.75rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 6;
    cursor: pointer;
    border: none;
    position: relative;
    -webkit-box-shadow: 0 16px 21px rgba(212, 173, 55, 0.35);
    box-shadow: 0 16px 21px rgba(212, 173, 55, 0.35);
    color: #ffffff;
    border-radius: 50px;
    background-color: #d4ad37;
}

.btn:hover {
    -webkit-box-shadow: 0 16px 21px rgba(212, 173, 55, 0.85);
    box-shadow: 0 16px 21px rgba(212, 173, 55, 0.85);
}

.btn:not(:disabled) .btn-blick {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 57px;
    overflow: hidden;
}

.btn:not(:disabled) .btn-blick:after {
    margin-left: -30px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #fff;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    position: absolute;
    left: -40px;
    top: -150px;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn.green {
    -webkit-box-shadow: inset 0 -4px 1px #2d7e3c, inset 0 0 24px rgba(252, 160, 80, 0.15);
    box-shadow: inset 0 -4px 1px #2d7e3c, inset 0 0 24px rgba(252, 160, 80, 0.15);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#3fab53), to(#48e364)), -webkit-gradient(linear, left bottom, left top, from(#ee858c), color-stop(98%, #fabcbc), to(#fabcbc));
    background-image: linear-gradient(to top, #3fab53 0%, #48e364 100%), linear-gradient(to top, #ee858c 0%, #fabcbc 98%, #fabcbc 100%);
}

.btn.green:hover {
    -webkit-box-shadow: inset 0 4px 1px #2d7e3c;
    box-shadow: inset 0 4px 1px #2d7e3c;
}

.btn.bord {
    border: 1px solid #5f8bce;
    background: #ffffff;
    color: #5f8bce;
    -webkit-box-shadow: 0 16px 21px rgba(95, 139, 206, 0.35);
    box-shadow: 0 16px 21px rgba(95, 139, 206, 0.35);
}

.btn.bord:hover {
    -webkit-box-shadow: 0px 5px 20px #5f8bce;
    box-shadow: 0px 5px 20px #5f8bce;
}

.btn.ta {
    background-color: #d4ad37;
    -webkit-box-shadow: 0 16px 21px rgba(212, 173, 55, 0.35);
    box-shadow: 0 16px 21px rgba(212, 173, 55, 0.35);
}

.btn.ta:hover {
    -webkit-box-shadow: 0 16px 21px rgba(212, 173, 55, 0.85);
    box-shadow: 0 16px 21px rgba(212, 173, 55, 0.85);
}

.btn.big {
    padding: 1.5rem 1rem;
}

.btn.min {
    padding: 1.25rem 1.5rem;
}

.btn.min-l {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.btn.max {
    width: 100%;
}

.btn-img {
    width: 1.7rem;
}

.btn-o {
    color: #83c250;
    background-image: none;
    -webkit-box-shadow: 0 0 50px rgba(171, 214, 138, 0.3);
    box-shadow: 0 0 50px rgba(171, 214, 138, 0.3);
    border-radius: 5px 25px;
    border: 2px solid #83c250;
    background-color: #ffffff;
    padding: 1.6rem 3.75rem;
}

.btn-o:hover {
    color: #ffffff;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#6fb247), color-stop(98%, #b8ee68), to(#b8ee68)), -webkit-gradient(linear, left bottom, left top, from(#ee858c), color-stop(98%, #fabcbc), to(#fabcbc));
    background-image: linear-gradient(to top, #6fb247 0%, #b8ee68 98%, #b8ee68 100%), linear-gradient(to top, #ee858c 0%, #fabcbc 98%, #fabcbc 100%);
}

.burger {
    width: 2.4rem;
    height: 2.5rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.burger span {
    display: block;
    width: 100%;
    height: 3px;
    position: relative;
    background-color: #d4ad37;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.burger span:before,
.burger span:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    left: 0;
    background-color: #d4ad37;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.burger span:before {
    top: -0.65rem;
}

.burger span:after {
    bottom: -0.65rem;
}

.burger__wrap {
    text-transform: uppercase;
    font-size: 1.3rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    line-height: 0.8;
    cursor: pointer;
}

.burger__wrap:hover .burger span {
    background-color: #95A2C4;
}

.burger__wrap:hover .burger span:before,
.burger__wrap:hover .burger span:after {
    background-color: #95A2C4;
}

.close-nav {
    display: none;
}

.dark {
    color: #282828;
}

.white {
    color: #ffffff;
}

.link {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    display: inline-block;
    color: #d4ad37;
    z-index: 4;
}

.link-o {
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #282828;
}

.link-o:hover {
    color: #fc9533;
}

.link.green {
    color: #81c04f;
}

.link.green:before {
    border-bottom: 1px solid #81c04f;
}

.link.green:hover {
    color: #81c04f;
}

.link.green:hover:before {
    width: 40%;
}

.link:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #d4ad37;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.link:hover {
    color: #d4ad37;
}

.link:hover:before {
    width: 40%;
}

.link.dsh:before {
    border-bottom: 1px dashed #d4ad37;
}

input::-webkit-input-placeholder {
    color: #747474;
}

input:-ms-input-placeholder {
    color: #747474;
}

input::-ms-input-placeholder {
    color: #747474;
}

input::-moz-placeholder {
    color: #747474;
}

input::placeholder {
    color: #747474;
}

textarea::-webkit-input-placeholder {
    color: #747474;
}

textarea:-ms-input-placeholder {
    color: #747474;
}

textarea::-ms-input-placeholder {
    color: #747474;
}

textarea::-moz-placeholder {
    color: #747474;
}

textarea::placeholder {
    color: #747474;
}

.area {
    padding-left: 2rem;
    height: 7rem;
}

.input {
    padding: 1.4rem 1rem;
    border-radius: 50px;
    border: none;
    background-color: transparent;
    -ms-flex-item-align: center;
    align-self: center;
    width: 100%;
    position: relative;
    background-color: #ffffff;
    padding-left: 2rem;
    font-weight: 400;
}

.input-small {
    padding: 1.2rem 0.8rem;
}

.input.i-gray {
    background-color: #f5f7f6;
}

.input.i-black {
    background-color: #434658;
    color: #fff;
}

.input.i-black::-webkit-input-placeholder {
    color: #fff;
}

.input.i-black:-ms-input-placeholder {
    color: #fff;
}

.input.i-black::-ms-input-placeholder {
    color: #fff;
}

.input.i-black::-moz-placeholder {
    color: #fff;
}

.input.i-black::placeholder {
    color: #fff;
}

.input.phone {
    background: url("../img/icons/phone.png") no-repeat center left 1.4rem, #ffffff;
    background-size: 1rem;
}

.input.time {
    padding-left: 3.5rem;
    background: url("../img/icons/time.svg") no-repeat center left 1.4rem;
    background-size: 1rem;
}

.input.v2 {
    background-color: #ffffff;
}

.input.ipd {
    padding: 1.3rem 1rem;
    padding-left: 2rem;
}

.textarea {
    border-radius: 14px;
}

.inp-min {
    width: 31.5%;
}

.inp-md {
    width: 48%;
}

.inp-big {
    width: 100%;
}

.inp-c {
    width: 40%;
}

.inp-mm {
    width: 18.5%;
}

.arrows {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
    z-index: 18;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    border: none;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.9rem;
    -webkit-box-shadow: 0 0 68px rgba(40, 40, 40, 0.1);
    box-shadow: 0 0 68px rgba(40, 40, 40, 0.1);
    border-radius: 70px;
    background-color: #ffffff;
}

.arrows.t2 {
    width: 3rem;
    height: 3rem;
    padding: 1rem;
}

.arrows.t4 {
    width: 3.5rem;
    height: 3.5rem;
}

.arrows.t6 {
    -webkit-box-shadow: 0 5px 54px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 54px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    border-radius: 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.arrows:hover {
    opacity: 0.7;
    -webkit-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1);
    background-color: #0099e5;
}

.arrows:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.arrows:hover.t6 {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.arrows.v2.slidePrev {
    left: -3rem;
}

.arrows.v2.slideNext {
    right: -3rem;
}

.slidePrev {
    left: 3.5rem;
}

.slidePrev.t2 {
    left: -2.5rem;
}

.slidePrev.t4 {
    left: -1.1rem;
}

.slidePrev.t3 {
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slidePrev.t3:hover {
    opacity: 0.7;
    -webkit-transform: translateX(-50%) scale(1.1);
    transform: translateX(-50%) scale(1.1);
}

.slideNext {
    right: 3.5rem;
}

.slideNext.t2 {
    right: -2.5rem;
}

.slideNext.t4 {
    right: -1.1rem;
}

.slideNext.t3 {
    left: 50%;
    bottom: -1rem;
    top: auto;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slideNext.t3:hover {
    opacity: 0.7;
    -webkit-transform: translateX(-50%) scale(1.1);
    transform: translateX(-50%) scale(1.1);
}

.check-box {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.check-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.check-label {
    width: .9rem;
    height: .9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.2rem;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .5rem;
    border-radius: 2px;
    background-color: #d4ad37;
}

.check-label.v2 {
    border-radius: 100%;
    -webkit-box-shadow: 0 5px 10px rgba(43, 43, 51, 0.1);
    box-shadow: 0 5px 10px rgba(43, 43, 51, 0.1);
    border: 1px solid #e8e8e8;
    background-color: #ffffff;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0.2rem;
}

.check-label.v2 .check-label-act {
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    padding: 0.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #4ca352;
}

.check-label-act {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70%;
    height: 70%;
}

.check-label.min {
    width: 1rem;
    height: 1rem;
    border-radius: 2px;
}

.rhide {
    display: none;
}

.rhide:checked ~ span .check-label-act {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.rhide:checked ~ span .check-label.min {
    background-color: #5bd273;
}

.rhide:checked ~ .block-imp-bf {
    background-color: #4ca352;
    border: 1px solid #4ca352;
}

.rhide:checked ~ .tsm13 {
    color: #fff;
    position: relative;
}

.rhide:checked ~ .times-block div.fancy-select div.trigger {
    color: #fff !important;
}

.wac {
    color: #3fbf3f !important;
}

.vic {
    color: #8173c7 !important;
}

.emc {
    color: #fbc855 !important;
}

.text-rotate {
    position: absolute;
    left: 0;
    top: 0;
    width: 8rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 71;
}

.text-rotate.right {
    left: auto;
    right: 0;
}

.text-rotate-item {
    position: relative;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    white-space: nowrap;
    display: inline-block;
    color: rgba(179, 179, 179, 0.5);
}

.text-rotate-item:before {
    content: '';
    position: absolute;
    left: -3.4rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 1px solid #d1d1d1;
    width: 3rem;
    height: 1px;
}

.text-rotate-item:after {
    content: '';
    position: absolute;
    right: -3.4rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 1px solid #d1d1d1;
    width: 3rem;
    height: 1px;
}

.text-rotate-item.wh {
    color: #ffff;
}

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

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

.list__item {
    margin-bottom: 0.5rem;
}

.list:last-child {
    margin-bottom: 0;
}

.link-hover {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.link-hover:hover {
    color: #d4ad37 !important;
}

.link-hover-inv {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.link-hover-inv:hover {
    color: #fff !important;
}

.link-ar {
    display: inline-block;
    width: 1rem;
}

.link-ar img {
    width: 100%;
}

.pre {
    position: relative;
    z-index: 5;
}

@media (max-width: 900px) {
    .container-big {
        max-width: 95vw;
    }

    .section {
        padding: 4rem 0;
    }
}

@media (max-width: 567px) {
    .row-colmob {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.header {
    padding: 1.2rem 0;
    position: relative;
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.header__data-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 1.7rem;
}

.header-btn {
    border-radius: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: center;
}

.map-h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-pins {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header-pins__img {
    width: 0.75rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.logo {
    padding: 0.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.6px;
}

.logo__img {
    width: 15rem;
    margin-right: 2rem;
    display: inline-block;
}

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

.calc__img {
    width: 1.7rem;
    margin-right: 0.75rem;
    display: inline-block;
}

.calc__img img {
    width: 100%;
}

.icon-cir {
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.btn-header {
    width: 20rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.header-soc__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header-soc__num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header-soc__num a {
    white-space: nowrap;
}

.header-soc__title {
    margin-top: -1rem;
}

.soc {
    background-color: #fff;
    border-radius: 100%;
    width: 2.2rem;
    height: 2.2rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.soc img {
    width: 50%;
}

.soc:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.soc.vi {
    background: #7e43b1;
}

.soc.tlg {
    background: #54b9f0;
}

.soc-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    letter-spacing: 0.8px;
}

.nav__wrap {
    position: relative;
    z-index: 16;
    padding: 0.3rem 1.5rem;
    border-radius: 15px;
    background-color: white;
    margin: 0.5rem 0;
}

.nav li {
    position: relative;
    margin: 0 0.45rem;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.nav li:hover a {
    color: #d4ad37;
}

.nav a {
    color: #282828;
    padding: 1.45rem 1rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    font-weight: 900;
}

.nav-ar {
    width: 0.7rem;
}

.nav-ar svg path {
    fill: #ffffff;
}

.nav-ar img {
    width: 100%;
}

.nav .li-sub {
    position: relative;
    padding-right: 1rem;
}

.nav .li-sub::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 0.8rem;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    width: 0.7rem;
    height: 0.45rem;
    background: url("../img/icons/ar-d.svg") center no-repeat;
    background-size: cover;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.nav .li-sub:hover {
    color: #81bf52;
}

.nav .li-sub:hover::before {
    background: url("../img/icons/ar-d.svg") center no-repeat;
    background-size: cover;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.nav .li-sub:hover a {
    color: #81bf52;
}

.nav .li-sub:hover .nav-ar svg path {
    fill: #81bf52;
}

.sub-menu {
    top: 100%;
    left: 0;
    background-color: #81bf52;
    width: 100%;
    position: absolute;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    padding: 0.8rem;
    opacity: 0;
    z-index: 99;
}

.sub-menu li {
    margin: 0 0.5rem;
}

.sub-menu a {
    color: #fff;
    padding: 0.5rem 0;
    position: relative;
}

.sub-menu a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.sub-menu a:hover::before {
    width: 100%;
}

.current-menu-item a {
    color: #d4ad37;
}

.tg-menu-item a {
    color: #81bf52;
}

.hsocial {
    padding: 0.5rem 0;
}

.hsocial__title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #00af47;
    letter-spacing: 0.45px;
}

.hsocial__cir {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    margin-right: 0.4rem;
    background-color: #00af47;
}

.hsocial__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.1rem;
}

.hsocial__item-img {
    width: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.hsocial__item-img img {
    width: 100%;
}

.hsocial__item-im {
    position: relative;
    display: block;
    width: 2rem;
    height: 2rem;
}

.hsocial__item-bg {
    width: 2rem;
}

.hsocial__item-ic {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    width: 0.6rem;
    height: 0.6rem;
}

.hsocial__link {
    letter-spacing: 1.21px;
    width: 100%;
}

.mi2 {
    display: none;
}

.main-romb {
    position: absolute;
    top: 13rem;
    width: 24rem;
    height: 23rem;
    left: -15rem;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    background-color: #f7f9fa;
    border-radius: 35px;
}

.main-form {
    width: 32%;
    background-color: #fff;
    padding: 2.2rem 2rem;
    padding-bottom: 2.2rem;
    border-radius: 1.3rem 1.3rem 1.3rem 0;
}

.main-feat {
    border-radius: 1rem 0 0 1rem;
    background-color: #ffffff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2rem 3rem;
}

.main-img-car {
    position: absolute;
    right: 0;
    top: 19rem;
    width: 47rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-img-car img {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.main .btn-ico {
    position: absolute;
    right: 1rem;
    top: 40%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 5rem;
}

.main__left-wrap {
    width: 100%;
    margin-top: 1rem;
}

.main__item {
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main__left {
    width: 68%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 80%;
    margin-bottom: 3.4rem;
}

.main-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-list-img {
    width: 1.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.main__btn {
    padding: 1.8rem 2.75rem;
    padding-right: 7rem;
}

.main__btn-img {
    position: absolute;
    right: 0.7rem;
    top: -0.9rem;
    width: 6.6rem;
    max-height: none;
}

.main__fd {
    position: absolute;
    right: 10.5rem;
    top: 14rem;
    width: 27rem;
}

.burger__wrap-block {
    display: none;
    width: 0;
}

.btn-rico {
    padding-left: 3rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .link:before {
        display: none;
    }

    .logo__sub br {
        display: none;
    }
}

@media (max-width: 567px) {
    .logo__sub {
        display: none;
    }

    .header-soc__num {
        display: none;
    }

    .header-soc__title {
        display: none;
    }

    .calc .t15 {
        display: none;
    }
}

.case-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.case-check__item {
    width: auto;
}

.case-check__block {
    border-radius: 28px;
    border: 1px solid #cbcbcb;
    background-color: #ffffff;
    padding: .8rem 1.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    width: 100%;
}

.case-check__block.tg svg {
    fill: #039be4;
}

.case-check__block.ws svg {
    margin-bottom: -0.2rem;
    fill: #00af47;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.case-check__block.vb .case-check__img {
    width: 1.1rem;
}

.case-check__block.vb svg {
    margin-bottom: -0.2rem;
    fill: #776eb5;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.case-check__img {
    width: 1.1rem;
    height: 1.1rem;
    margin-right: .5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.case-check__img svg {
    max-width: 100%;
    max-height: 100%;
}

.case-check__text {
    white-space: nowrap;
    color: #6f6f6f;
}

.checkbox-inp:checked ~ .case-check__block .case-check__text {
    color: #fff;
    font-weight: 300;
}

.checkbox-inp:checked ~ .case-check__block.tg {
    -webkit-box-shadow: 0 0 40px rgba(3, 155, 228, 0.26);
    box-shadow: 0 0 40px rgba(3, 155, 228, 0.26);
    background-color: #039be4;
}

.checkbox-inp:checked ~ .case-check__block.tg svg {
    fill: #fff;
}

.checkbox-inp:checked ~ .case-check__block.ws {
    -webkit-box-shadow: 0 0 40px rgba(0, 175, 71, 0.26);
    box-shadow: 0 0 40px rgba(0, 175, 71, 0.26);
    background-color: #00af47;
}

.checkbox-inp:checked ~ .case-check__block.ws svg {
    fill: #fff;
}

.checkbox-inp:checked ~ .case-check__block.vb {
    -webkit-box-shadow: 0 0 40px rgba(119, 110, 181, 0.26);
    box-shadow: 0 0 40px rgba(119, 110, 181, 0.26);
    background-color: #776eb5;
}

.checkbox-inp:checked ~ .case-check__block.vb svg {
    fill: #fff;
}

.checkbox-inp:checked ~ .case-check__block.mail {
    -webkit-box-shadow: 0 0 40px rgba(255, 99, 71, 0.26);
    box-shadow: 0 0 40px rgba(255, 99, 71, 0.26);
    background-color: tomato;
}

.zalog {
    padding-top: 1rem;
    padding-bottom: 6rem;
}

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

.zalog-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f7f7f7;
    padding: 2rem;
    padding-left: 0;
    width: 31%;
    border-radius: 10px;
    min-height: 13rem;
}

.zalog-item:nth-child(1) .zalog-item-img,
.zalog-item:nth-child(2) .zalog-item-img {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 13.5rem;
}

.zalog-item:nth-child(2) .zalog-item-img {
    width: 18.5rem;
}

.zalog-item:nth-child(3) .zalog-item-img {
    bottom: -0.4rem;
    top: auto;
    left: 1rem;
}

.zalog-item-img {
    width: 13rem;
    position: absolute;
    left: 0;
    top: 1rem;
}

.zalog-item__title {
    margin-left: 15rem;
}

.doki {
    padding-bottom: 5rem;
}

.doki-num {
    position: absolute;
    font-size: 7.8rem;
    font-weight: 900;
    line-height: 0.8;
    color: #efefef;
    top: 50%;
    left: -4rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

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

.doki-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.doki-item__text {
    position: relative;
}

.doki-item__img {
    height: 10.5rem;
    margin-right: 5.5rem;
}

.requirements {
    padding-bottom: 7rem;
    position: relative;
}

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

.requirements-item {
    width: 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0 1px 109px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 109px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    background-color: #ffffff;
    padding: 2.1rem 1.4rem;
}

.requirements-item__img {
    width: 42%;
    height: 9rem;
    position: relative;
}

.requirements-item__img.v1 img {
    -webkit-transform: scale(1.9) translate(20%, -5%);
    transform: scale(1.9) translate(20%, -5%);
}

.requirements-item__img.v2 img {
    -webkit-transform: scale(1.42) translate(5%, 6%);
    transform: scale(1.42) translate(5%, 6%);
}

.requirements-item__text {
    width: 53%;
}

.req-r {
    position: absolute;
    width: 41.7rem;
    height: 41.7rem;
    background-color: #f7f9fa;
    border-radius: 35px;
    top: 50%;
    -webkit-transform: rotate(135deg) translateX(-75%);
    transform: rotate(135deg) translateX(-75%);
}

.req-r-r {
    right: -4rem;
}

.req-r-l {
    left: -46rem;
}

.req-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0.4rem 0;
}

.req-list li img {
    width: 0.8rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

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

.level-item {
    width: 31%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px;
    background-color: #f4f7fa;
    padding: 1.7rem 2rem;
}

.level-item__img {
    width: 3.8rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

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

.free-item {
    width: 20%;
    position: relative;
}

.free-item:nth-child(1) {
    width: 18.5%;
}

.free-item:nth-child(3) {
    width: 19.6%;
}

.free-item .zalog-item__title {
    left: 10.1rem;
}

.free-item .zalog-item__title:before {
    width: 1.3rem;
    height: 1.3rem;
    top: 0.3rem;
    left: -2.6rem;
    border-radius: 3px;
}

.fast-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}

.fast-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fast-item__img {
    width: 1.6rem;
    height: 1.6rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.fast-form {
    border-radius: 20px;
    background-color: #f4f7fa;
    position: relative;
    padding: 3.8rem 6rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.fast-form-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fast-form-top__left {
    margin-right: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fast-form-top__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.soc2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: #282828;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.soc2:hover .ss2-t:before {
    width: 50%;
}

.soc2 .soc {
    margin-right: 0.6rem;
    width: 2.3rem;
    height: 2.3rem;
}

.ss2-t {
    position: relative;
}

.ss2-t:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    border-bottom: 1px dashed #0099e4;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.fast-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blago {
    position: relative;
    padding-bottom: 8rem;
}

.blago-slider__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1rem;
}

.blago-slider__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.blago-romb {
    position: absolute;
    left: -16rem;
    width: 41rem;
    height: 41rem;
    border-radius: 35px;
    bottom: -13rem;
    background-color: #f7f9fa;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.slick-dots {
    bottom: -3rem;
}

.slick-dots li {
    width: 1rem;
    height: 1rem;
    margin: 0 .5rem;
}

.slick-dots li button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0.5rem;
}

.slick-dots li button:before {
    content: '';
    font-size: 1.1rem;
    width: 1rem;
    height: 1rem;
    background-color: #969696;
    border-radius: 8px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slick-dots li.slick-active button:before {
    background-color: #0099e5;
    font-size: 1.25rem;
    width: 1.8rem;
}

.garant {
    position: relative;
}

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

.garant-img {
    width: 42%;
}

.garant__right {
    width: 52%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.garant-item {
    width: 47%;
    padding: 2rem;
    padding-left: 3rem;
    border-radius: 35px;
    background-color: #f4f7fa;
}

.garant-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.garant-item__img {
    width: 3rem;
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.approval {
    margin-top: -2rem;
    padding-bottom: 4rem;
    position: relative;
}

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

.approval-left {
    width: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.approval-left-item {
    width: 46%;
}

.approval-left-link {
    display: block;
    height: 23.5rem;
}

.approval-left-link img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 13px 11px 47px rgba(81, 81, 81, 0.22);
    box-shadow: 13px 11px 47px rgba(81, 81, 81, 0.22);
}

.approval-right {
    width: 39%;
}

.approval-right-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.approval-romb {
    left: auto;
    right: -14rem;
    bottom: -9rem;
}

.steps {
    position: relative;
    padding-top: 2.2rem;
}

.steps-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.steps-right {
    width: 31%;
}

.steps-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.5rem;
}

.steps-item:nth-child(2) {
    margin-bottom: 4rem;
}

.steps-item:nth-child(2),
.steps-item:nth-child(3) {
    margin-left: 7rem;
}

.steps-romb {
    position: absolute;
    width: 31rem;
    top: 13rem;
    left: 38%;
}

.steps-car {
    position: absolute;
    left: -26rem;
    width: 85rem;
    top: 23%;
}

.objects {
    margin-top: 0;
    margin-bottom: 4rem;
}

.objects-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.objects-item {
    width: 49%;
    padding: 1.5rem;
    padding-left: 17rem;
    position: relative;
    border-radius: 20px;
    background-color: #f7f7f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 13rem;
}

.objects-item__img {
    position: absolute;
    left: 0;
    bottom: -0.3rem;
    width: 13.4rem;
}

.objects-item:nth-child(1) .objects-item__img {
    width: 13.4rem;
}

.objects-item:nth-child(2) .objects-item__img {
    width: 15.3rem;
}

.objects-item:nth-child(3) .objects-item__img {
    width: auto;
    height: 100%;
    bottom: 0;
}

.objects-item:nth-child(3) .t30 {
    margin-bottom: 0.5rem;
}

.objects-item:nth-child(4) .objects-item__img {
    width: 24rem;
}

.objects-item:nth-child(4) .t30 {
    margin-bottom: 0.5rem;
}

.objects-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #d4ad37;
}

.ont img {
    width: 1.2rem;
    margin-left: 0.3rem;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ont-link {
    position: relative;
    z-index: 6;
}

.ont-link:hover img {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
}

.home {
    padding-bottom: 4rem;
    position: relative;
}

.home-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.home-right {
    width: 35.5%;
}

.home-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 74%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 6.5rem;
}

.home-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 55%;
}

.home-arr {
    width: 7rem;
}

.home-img {
    position: absolute;
    left: 0;
    top: -15rem;
    width: 53rem;
}

.home-img-romb {
    position: absolute;
    right: 11.8rem;
    width: 11rem;
    height: 11rem;
    border-radius: 15px;
    background-color: #0099e5;
    top: 71%;
    -webkit-transform: rotate(135deg) translate(-50%);
    transform: rotate(135deg) translate(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home-img-romb__text {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    color: #ffffff;
}

.home-romb {
    position: absolute;
    right: -6.2rem;
    width: 24.2rem;
    height: 24.2rem;
    border-radius: 18px;
    background-color: #f7f9fa;
    top: 50%;
    -webkit-transform: rotate(135deg) translate(-50%);
    transform: rotate(135deg) translate(-50%);
}

.check-box-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.news {
    padding: 3rem 0;
}

.news-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 93%;
    margin-left: auto;
    margin-right: auto;
}

.news-item {
    width: 31%;
    position: relative;
    height: 18rem;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.news-item:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.news-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#282828), to(rgba(40, 40, 40, 0)));
    background-image: linear-gradient(to top, #282828 0%, rgba(40, 40, 40, 0) 100%);
}

.news-item-title {
    color: #fff;
    padding: 2rem;
}

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

.news-item-block .nit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #e0b212;
}

.news-item-block .nit img {
    margin-left: 0.6rem;
    width: 1rem;
}

.seob {
    position: relative;
    padding: 4vw 0;
}

.seob .ware__item__img {
    width: 4vw;
    height: 4vw;
}

.seob__shows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.seob__btn {
    margin-top: 1vw;
    cursor: pointer;
}

.seob__btn .svg {
    fill: #a0b945;
}

.seob__btn:hover {
    color: #929292;
}

.seob__btn:hover .svg {
    fill: #929292;
}

.seob__text {
    text-align: left;
    color: #747474;
    position: relative;
    height: 3.4vw;
    overflow: hidden;
}

.seob__text-wrap {
    padding-bottom: 2vw;
}

.seob__text.act {
    height: 3.4vw !important;
}

.seob__text:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2vw;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
    background-image: linear-gradient(to bottom, transparent 0%, #fff 100%);
}

.test-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 20px;
    background-color: #f7f7f7;
    overflow: hidden;
}

.test-left {
    width: 75%;
    padding: 4rem 5rem;
}

.test-right {
    width: 25%;
    position: relative;
    border-radius: 35px;
    padding: 4rem 2rem;
    padding-right: 3rem;
}

.test-right-bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 35px;
}

.test-right-img {
    position: absolute;
    max-width: none;
    width: 25rem;
    bottom: 0;
    right: -3.7rem;
}

.test-right-img2 {
    position: absolute;
    max-width: none;
    width: 25rem;
    bottom: 0;
    right: -1.2rem;
    display: none;
}

.test-blocks {
    width: 100%;
}

.rb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.5rem 1rem;
    padding-left: 0;
    border-radius: 20px;
    border: 1px dashed #e7e7e7;
    background-color: #ffffff;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rb-img {
    width: 4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: -1rem;
}

.rb-man {
    padding: 0 1.5rem;
    position: relative;
}

.rb-man:before {
    content: '';
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
    right: 2.5rem;
    top: 3.5rem;
    background-color: #20c159;
    -webkit-animation: opas 2.8s infinite linear;
    animation: opas 2.8s infinite linear;
}

.slider-wrap {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

.test-romb {
    position: absolute;
    left: 9rem;
    width: 22rem;
    height: 22rem;
    border-radius: 35px;
    bottom: 0;
    background-color: #f7f9fa;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.bgts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1rem;
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 70%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.progress__item {
    border-radius: 8px;
    background-color: #e7e7e7;
    height: 0.8rem;
    width: 14%;
    position: relative;
    overflow: hidden;
}

.progress__item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color: #d4ad37;
    width: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.noTrespassingBarLineG {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#76c97f), to(#76c97f));
    background-image: linear-gradient(to top, #76c97f 0%, #76c97f 100%);
    width: 5%;
    height: 81px;
    margin-top: -19px;
    -webkit-transform: rotate(42deg);
    transform: rotate(42deg);
}

.noTrespassingAnimationG {
    position: absolute;
    width: 120%;
    height: 100%;
    left: -10%;
    top: 0;
    -webkit-animation-name: noTrespassingAnimationG;
    animation-name: noTrespassingAnimationG;
    -webkit-animation-duration: 0.975s;
    animation-duration: 0.975s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.progress__item.active:before {
    width: 100%;
}

.progress__item.active .noTrespassingAnimationG {
    width: 120%;
}

@-webkit-keyframes noTrespassingAnimationG {
    0% {
        margin-left: 0px;
    }

    100% {
        margin-left: -39%;
    }
}

@keyframes noTrespassingAnimationG {
    0% {
        margin-left: 0px;
    }

    100% {
        margin-left: -39%;
    }
}

.btn-lbs {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 15;
    cursor: pointer;
}

.btn-lbs:before {
    content: "Выберие вариант ответа";
    position: absolute;
    top: -1.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #e42a2e;
    font-size: 1rem;
    white-space: nowrap;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
}

.btn-lbs.act:before {
    opacity: 1;
}

.tiem {
    position: relative;
    width: 22%;
    margin: 0 1.4%;
    margin-bottom: 1.4rem;
    cursor: pointer;
    display: inline-block;
    z-index: 2;
}

.tiem:hover {
    z-index: 12;
}

.tiem.t2 {
    padding: 1rem;
    width: 100%;
}

.tiem.t3 {
    width: 22%;
}

.tiem.t4 {
    width: 47%;
}

.tiem.t6 {
    width: 21%;
    margin-left: 3%;
    margin-right: 3%;
}

.tiem.t9 {
    width: 100%;
    padding: 0.6rem 1.3rem;
    border-radius: 15px;
    margin-bottom: 1rem;
}

.tiem.wa {
    width: auto;
}

.tiem-img {
    height: 8.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem;
    border-radius: 15px;
    background-color: #f0f5f6;
    position: relative;
}

.tiem-img.v2 {
    height: 18rem;
}

.tiem-img.v3 {
    height: 7rem;
}

.tiem-img.v1 {
    background-color: #fff;
    padding: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 1rem;
    overflow: hidden;
    border-radius: 6px;
}

.test-btns_tiem {
    width: 25%;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -2rem;
}

.test-btns_tiem-wrap {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.test-btns_tiem-wrap .btn {
    padding-right: 4rem;
}

.slider-wrap-end {
    width: 68%;
    margin-left: auto;
    margin-right: auto;
}

.t-be {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 15px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.checkbox-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkbox-block.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.checkbox-block.row .checkbox-psevdo {
    margin-bottom: 0;
}

.checkbox-block .small-text,
.checkbox-block .tsm13,
.checkbox-block .tsm12 {
    opacity: 0.6;
}

.checkbox-block.t2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
}

.checkbox-block.t2 .checkbox-psevdo {
    margin-top: 0 !important;
    margin-right: 0;
    margin-bottom: 0 !important;
    margin-left: 1rem;
}

.checkbox-block.t9 {
    margin-top: 0.6rem;
}

.checkbox-block.t9 .checkbox-psevdo {
    margin-left: 0;
    width: 1.2rem;
    height: 1.2rem;
}

.checkbox-block.t9 .checkbox-psevdo-active {
    width: 91%;
    height: 91%;
}

.checkbox-block.t3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 2rem;
    width: 100%;
}

.checkbox-block.t3 .checkbox-psevdo {
    margin-top: 0 !important;
    margin-left: 1.3rem;
    margin-right: 1.4rem;
}

.tiem_v2 {
    width: 100%;
}

.tiem_v3 {
    width: 32%;
}

.checkbox-inp {
    display: none;
}

.checkbox-psevdo {
    border-radius: 100%;
    background-color: #f1ead4;
    border: 4px solid #fff;
    width: 2.2rem;
    height: 2.2rem;
    padding: 0.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -1.1rem;
    margin-bottom: 0.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.checkbox-psevdo.t2 {
    margin-right: 0.5rem;
    border: 1px solid #e8e8e8;
}

.checkbox-psevdo.t3 {
    border-radius: 2px;
    margin-top: -1.5rem;
    background-color: #fff;
}

.checkbox-psevdo.t3 .checkbox-psevdo-active {
    border-radius: 2px;
    background-color: #dddddd;
}

.checkbox-psevdo.t9 {
    margin-left: 0.5rem;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #e7e7e7;
}

.checkbox-psevdo.t9 .checkbox-psevdo-active {
    width: 1.2rem;
    height: 1.2rem;
}

.checkbox-psevdo-active {
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    padding: 0.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    background-color: #fff;
}

.checkbox-psevdo-active img {
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.checkbox-psevdo.v2 {
    border-radius: 7px;
    padding: 0;
}

.checkbox-psevdo.v2 .checkbox-psevdo-active {
    width: 100%;
    height: 100%;
    border-radius: 7px;
}

.checkbox-inp:checked ~ .tiem-img.yes {
    background-color: #d4ad37;
}

.checkbox-inp:checked ~ .tiem-img.no {
    background-color: #df363a;
}

.checkbox-inp:checked ~ .tiem-img img:not(.no-wh) {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.checkbox-inp:checked ~ .tiem-img.v1 {
    background: #d4ad37;
}

.checkbox-inp:checked ~ .checkbox-block {
    opacity: 1;
}

.checkbox-inp:checked ~ .checkbox-block .t18 {
    font-weight: 700;
}

.checkbox-inp:checked ~ .tiem-before-mod {
    -webkit-box-shadow: 1px -1px 30px rgba(224, 197, 146, 0.3);
    box-shadow: 1px -1px 30px rgba(224, 197, 146, 0.3);
    border: 1px solid #36c14a;
}

.checkbox-inp:checked ~ span .qw9-social {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.checkbox-inp:checked ~ .t-be {
    background-color: #e7e7e7;
}

.checkbox-inp:checked ~ span .checkbox-psevdo-active {
    background-color: #d4ad37;
    opacity: 1;
}

.checkbox-inp:checked ~ span .checkbox-psevdo-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.checkbox-inp:checked ~ span .checkbox-psevdo.t9 {
    background-color: #fff;
    border: 4px solid #e7e7e7;
}

.test-item-i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.quiz__next-wrap {
    width: 13rem;
    position: relative;
}

.test__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.test__btns.jcsb {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.test__btns-check {
    white-space: nowrap;
}

.arr-w {
    width: 1.2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.quiz__prev {
    border-radius: 143px;
    background-color: #e7e7e7;
    border: none;
    padding: 1.4rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #282828;
    width: 13rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.qw3inp-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 11rem;
    margin-left: auto;
    margin-right: auto;
}

.inp-t1 {
    padding: 1rem 1.5rem;
    border-radius: 138px;
    border: 1px solid #f2f2f2;
    background-color: #ffffff;
}

.ranges-inp {
    border: none;
    width: 6.6rem;
    padding: 0;
}

.qw3inp-wrap__text {
    margin-left: -2.4rem;
}

.irs {
    width: 100%;
}

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

.irs--flat .irs-line {
    border-radius: 6px;
    background-color: #e7e7e7;
    top: 29px;
    height: 10px;
}

.irs--flat .irs-bar {
    border-radius: 6px;
    background-color: #d4ad37;
    top: 29px;
    height: 10px;
}

.irs--flat .irs-handle {
    width: 24px;
    height: 24px;
    background-color: #d4ad37;
    border-radius: 100%;
    cursor: pointer;
    top: 22px;
}

.irs--flat .irs-handle:before {
    content: '';
    position: absolute;
    background: #fff;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

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

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    padding: 0.5rem;
    border-radius: 5px;
    background-color: transparent;
    color: #1d1d1d;
    font-size: 1.5rem;
    font-weight: 300;
    min-width: 4rem;
    text-align: center;
    cursor: pointer;
    top: -1rem;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    display: none;
}

.irs-single {
    display: none;
}

.flex-sd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sbt2 .irs-single {
    display: block;
}

.w3 {
    width: 37%;
}

.w50 {
    width: 47%;
}

.end-f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pasport {
    padding: 3rem 0;
}

.pasport-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pasport-item {
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pasport-item__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 10.5rem;
    margin-right: 2.5rem;
}

.pasport-item__text {
    position: relative;
    margin-top: 4rem;
}

.pasport-item:nth-child(1) .pasport-item__img,
.pasport-item:nth-child(4) .pasport-item__img {
    width: 13.5rem;
}

.pasport-item:nth-child(4) .pasport-item__img img {
    -webkit-transform: translate(0, -3%);
    transform: translate(0, -3%);
}

.pasport-item:nth-child(5) .pasport-item__img img,
.pasport-item:nth-child(6) .pasport-item__img img {
    -webkit-transform: scale(1.24) translate(5%, 5%);
    transform: scale(1.24) translate(5%, 5%);
}

.ptn {
    position: absolute;
    left: -1.5rem;
    top: -1.3rem;
    color: #efefef;
}

.minimal-cont {
    width: 89%;
    margin-left: auto;
    margin-right: auto;
}

.minimal-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3vw;
    position: relative;
    border-radius: 20px;
    background-color: #f7f7f7;
    min-height: 16rem;
}

.minimal-item:nth-child(even) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #2d3040;
    color: #ffffff;
    padding-left: 7rem;
}

.minimal-item:nth-child(even) .minimal-item-bg {
    left: auto;
    right: 0;
}

.minimal-item:nth-child(even) .minimal-item-img {
    left: auto;
    right: 30%;
    width: 14rem;
}

.minimal-item:nth-child(3) .minimal-item-img {
    left: 25%;
}

.minimal-item-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.minimal-item-img {
    position: absolute;
    left: 30%;
    bottom: 0;
    max-height: none;
    width: 20rem;
}

.minimal-item__block {
    position: relative;
    z-index: 5;
}

.minimal-list li {
    position: relative;
    padding-left: 1.3rem;
    margin: 0.4rem 0;
}

.minimal-list li img {
    position: absolute;
    left: 0;
    top: 0.3rem;
    width: 0.9rem;
}

.decision {
    padding-top: 10rem;
    padding-bottom: 5rem;
    position: relative;
}

.decision-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.decision-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.decision-block {
    width: 50%;
}

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

.decision-man {
    position: absolute;
    width: 50rem;
    left: 1rem;
    bottom: 0;
    max-height: none;
}

.check-box.v2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.bc {
    padding: 7rem;
}

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

.bc-left {
    width: 35%;
    margin-left: 5%;
}

.bc-right {
    width: 50%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.feedback-slider {
    margin-left: 4%;
    width: 90%;
    margin-top: 2rem;
}

.feedback-slider__item {
    cursor: pointer;
    outline: none;
    margin: 1rem 0.6rem;
}

.feedback-slider__img {
    height: 16rem;
    width: 100%;
    cursor: pointer;
    opacity: .8;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    overflow: hidden;
}

.feedback-slider__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.know-slider {
    width: 18.5rem;
    margin: 0;
    z-index: 10;
    position: relative;
    left: .5rem;
    top: .5rem;
}

.know-slider__wrap {
    width: 40%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    left: -1.5rem;
}

.know-slider__item {
    position: relative;
    z-index: 20;
    height: 22rem;
    border-radius: 1rem;
    margin: 0 1rem;
}

.know-slider__img {
    position: absolute;
    z-index: 33;
    top: -1rem;
    left: 0;
    width: 18rem !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.know-slider__img .slidePrev {
    left: -2.5rem;
}

.know-slider__img .slideNext {
    right: -2.5rem;
}

.know-phone {
    width: 100%;
}

.know-slider__img .team-slider__arrow {
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5rem;
    -webkit-box-shadow: 0 0 28px rgba(40, 40, 40, 0.1);
    box-shadow: 0 0 28px rgba(40, 40, 40, 0.1);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.know-slider__img .team-slider__arrow:hover {
    background-color: #d4ad37;
}

.know-slider__img .team-slider__arrow:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.know-slider__img .team-slider__arrow.next {
    right: 0;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.know-slider__img .team-slider__arrow.prev {
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.over-b {
    overflow-x: hidden;
}

.pens {
    position: absolute;
    pointer-events: none;
    left: -6rem;
    bottom: 1.7rem;
    width: 10rem;
}

.shdw {
    position: absolute;
    max-width: none;
    max-height: none;
    width: 24rem;
    top: 1rem;
    left: 0rem;
    pointer-events: none;
    z-index: -1;
}

.risks-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 93%;
    margin-left: auto;
    margin-right: auto;
}

.risks-item {
    width: 31.5%;
    padding: 2.5rem;
    background-color: #f7f7f7;
    border-radius: 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 13rem;
    padding-bottom: 2rem;
}

.risks-item__img {
    position: absolute;
    width: 4rem;
    height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 1.3rem;
    top: 2.3rem;
}

.risks-item__text {
    position: relative;
}

.risks-item__text:before {
    content: '';
    position: absolute;
    top: -0.7rem;
    left: 0;
    background-color: #d4ad37;
    border-radius: 100%;
    width: 0.4rem;
    height: 0.4rem;
}

.zn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 3rem;
}

.approval {
    margin-top: -2rem;
    padding-bottom: 4rem;
    position: relative;
}

.approval-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

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

.approval-left {
    width: 26%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.approval-left-link {
    display: block;
    height: 24.5rem;
}

.approval-left-link img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 13px 11px 47px rgba(81, 81, 81, 0.22);
    box-shadow: 13px 11px 47px rgba(81, 81, 81, 0.22);
}

.approval-right {
    width: 64%;
}

.approval-right-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.approval-romb {
    left: auto;
    right: -14rem;
    bottom: -9rem;
}

.individual {
    padding-top: 5rem;
    padding-bottom: 7rem;
    position: relative;
}

.individual-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: none;
}

.individual-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.individual-right {
    width: 53%;
}

.individual-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.individual-man {
    position: absolute;
    bottom: 0;
    left: 16rem;
    width: 27rem;
    max-height: none;
}

.news {
    padding-top: 5rem;
}

.overlay {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    overflow-x: hidden;
}

.modal-wrap {
    position: absolute;
    top: 10vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 8rem;
}

.modal_pol {
    padding: 3rem 2rem;
}

.modal-wrap_pol {
    border-radius: 1.5rem;
}

.modal-min {
    width: 26rem;
}

.modal-smin {
    width: 21rem;
}

.modal-norm {
    width: 38rem;
}

.modal-big {
    width: 60.2rem;
}

.modal-sm {
    width: 34rem;
}

.modal-test {
    width: 69.271rem;
}

.modal__inp-bl {
    width: 70%;
}

.modal-graf {
    position: absolute;
    width: 30rem;
    top: 0;
    left: 0;
    -webkit-transform: translate(-12%, -12%);
    transform: translate(-12%, -12%);
}

.modal-graf img {
    max-width: none;
    width: 100%;
}

.modal__block {
    padding: 4rem 2rem;
    background-color: #fff;
    border-radius: 2rem;
    color: #fff;
}

.file-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-shadow: 0 0 131px rgba(40, 40, 40, 0.1);
    box-shadow: 0 0 131px rgba(40, 40, 40, 0.1);
    border-radius: 10px;
    background-color: #ffffff;
}

.file-text {
    padding: 1rem;
}

.file-link {
    -webkit-box-shadow: 0 0 131px rgba(40, 40, 40, 0.1);
    box-shadow: 0 0 131px rgba(40, 40, 40, 0.1);
    border-radius: 0 10px 10px 0;
    background-color: #bdbdbd;
    color: #ffffff;
    padding: 1.2rem 1.7rem;
    cursor: pointer;
}

.m-one {
    border-radius: 10px;
    background-color: #faeb42;
    padding: 0.9rem;
}

.input-hidden {
    display: none;
}

.ml-test {
    position: fixed;
    left: 2rem;
    bottom: 2rem;
    width: 28rem;
    padding: 2rem;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 15px;
    background-color: #f0f1f1;
    z-index: 133;
}

.ml-test-img {
    width: 53%;
}

.ml-test-text {
    width: 45%;
}

.close {
    position: absolute;
    right: 0;
    top: 0;
    width: 1.7rem;
    height: 1.7rem;
    -webkit-transform: translate(-100%, 100%);
    transform: translate(-100%, 100%);
    cursor: pointer;
    z-index: 99;
}

.close-modals {
    top: 1rem;
}

.close:before,
.close:after {
    position: absolute;
    left: 50%;
    content: ' ';
    height: 100%;
    width: 2px;
    background-color: #c7cbcf;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 3px;
}

.close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close:hover:before,
.close:hover:after {
    background-color: #282828;
}

.mbc-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.modal-mbc {
    background-color: #fff;
    padding: 3rem 5.5rem;
}

.modal-mbc__form {
    width: 64%;
}

.modal-mbc__right {
    width: 31%;
}

.modal-mbc__right .phones {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal-mbc__right .phones__item {
    color: #2b2b33;
}

.modal-mbc__right .block-c__img {
    width: 1rem;
    height: 1rem;
}

.modal-mbc__right .block-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal-mbc__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 5;
}

.cg {
    color: #999ca9;
}

.kvm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.kvm img {
    margin-right: 0.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1rem;
}

.th-text {
    line-height: 1.8;
}

.th-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 13rem;
    margin-left: 43%;
}

.back-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.back-close img {
    width: 0.9rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.mts-img {
    left: 0;
    bottom: -3rem;
    width: 9rem;
    overflow: hidden;
    position: absolute;
}

.mts-img img {
    margin-bottom: -5rem;
    width: 100%;
}

.mn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mn-left {
    width: 21rem;
    padding-right: 3rem;
    margin-right: -3rem;
    margin-top: 2rem;
}

.mn-left img {
    margin-top: -7rem;
    -webkit-transform: scale(1.1) translateX(7%);
    transform: scale(1.1) translateX(7%);
}

.mn-right {
    width: 30rem;
}

.mn__form-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mn__form-block .inp-md {
    margin-right: 1%;
    margin-left: 1%;
}

.mn-name {
    position: absolute;
    bottom: -1.5rem;
    left: -0.3rem;
}

.mn-name .hp {
    font-variant: small-caps;
}

.close-b {
    right: 1rem;
    top: -0.5rem;
}

.strd-s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 !important;
    padding-right: 0 !important;
}

.strd-s-item {
    width: 35%;
    position: relative;
}

.strd-s-item select {
    padding-left: .7rem;
    padding-right: .7rem;
}

.strd-s-item.v1 {
    width: 63%;
}

.strd-s-item.v1:before {
    content: '';
    position: absolute;
    right: 0.7rem;
    top: 50%;
    height: 2rem;
    width: 1px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #dbdad8;
}

.end-soc-mod {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 90%;
}

.end-soc-mod .tiem {
    padding: 0.6rem;
}

.end-soc-mod .checkbox-block.t3 .checkbox-psevdo {
    margin-left: -1.4rem;
    margin-right: 0.6rem;
}

.bg-block {
    width: 55%;
    margin-left: 45%;
}

.soc-bef {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #00af47;
    opacity: 0;
    z-index: -1;
}

.hrd-soc {
    display: none;
}

.hrd-soc:checked ~ .soc-bef {
    opacity: 1;
}

.hrd-soc:checked ~ .tsm13 {
    color: #fff;
}

.maq {
    position: relative;
    cursor: pointer;
    z-index: 3;
}

.me-img {
    position: absolute;
    bottom: 2rem;
    right: 0;
    width: 10rem;
}

.overlay .mbrn {
    left: 50%;
    bottom: -1rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 14rem;
    color: #fff;
}

.mdescr {
    position: relative;
    padding-left: 1.2rem;
}

.mdescr:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #3fb450;
}

.btn-w1 {
    width: 13rem;
}

.mw1-img {
    position: absolute;
    width: 27rem;
    right: 0;
    bottom: 0;
    max-width: auto;
    max-height: auto;
}

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

.w2-block__left {
    width: 46%;
}

.w2-block__right {
    width: 46%;
}

.w2-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0.3rem 0;
}

.w2-list li img {
    width: 1.5rem;
    height: 1.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.thank-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.thank-block-right {
    width: 60%;
}

.thank-block-right-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.thank-block-right-row .vid-slider__item {
    width: 47%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}

.thank-block-right-row .vid-slider__item.v2 {
    width: 100%;
}

.thank-block-left {
    width: 35%;
}

.thank-block-left .vid-slider__item {
    position: relative;
}

.vid-slider__img2 {
    height: 9rem;
}

.vid-slider__img2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.right-menu {
    position: fixed;
    right: 2rem;
    top: 40%;
    border-radius: 33px;
    background-color: #353847;
    z-index: 333;
}

.right-menu__item {
    width: 3rem;
    height: 3rem;
    padding: .8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgba(233, 233, 233, 0.1);
    position: relative;
    z-index: 3;
}

.right-menu__item:last-child {
    border: none;
}

.right-menu__item-hover {
    position: absolute;
    padding: 0.6rem;
    padding-right: 4rem;
    padding-left: 2rem;
    white-space: nowrap;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    border-radius: 33px 0 0 33px;
    background-color: #353847;
    color: #fffefe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    -webkit-transform: translateX(10%) scale(0);
    transform: translateX(10%) scale(0);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    pointer-events: none;
}

.right-menu__item:hover .right-menu__item-hover {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    opacity: 1;
}

.to_top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#d4ad37), to(#d4ad37));
    background-image: linear-gradient(to top, #d4ad37 0%, #d4ad37 100%);
}

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

.mdis {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    margin-top: -1rem;
    z-index: 5;
}

.mod-z {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 10rem;
}

.right-m {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    z-index: 333;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 14.5rem;
    -webkit-transform: translatex(45%);
    transform: translatex(45%);
}

.right-m.active {
    -webkit-transform: translatex(0);
    transform: translatex(0);
}

.right-m-block {
    position: relative;
    border-radius: 10px;
    background-color: #ffffff;
    display: none;
}

.right-m-block-row {
    padding: 2rem 1rem 1rem 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.right-m-block-row2 {
    padding: 1rem 1rem 1rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.close-b {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    width: 1rem;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
}

.close-b:hover {
    opacity: 0.5;
}

.wom-m {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 33;
    cursor: pointer;
}

.m-img {
    width: 10rem;
}

.insta-btn {
    margin-top: -1rem;
}

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

.thank {
    padding-bottom: 0;
}

.test-mod {
    padding: 3rem 0;
}

.main__item_inv {
    padding-top: 0rem;
}

.main-list_inv {
    width: 100%;
}

.main__hand_inv {
    position: absolute;
    right: 2rem;
    bottom: -.3rem;
    width: 35rem;
}

.navigation {
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.navigation__arr {
    width: .8rem;
    margin-left: 0.7rem;
    margin-right: 0.7rem;
}

.earn__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -4rem;
}

.earn__item {
    position: relative;
}

.earn__item:nth-child(1) {
    width: 30%;
}

.earn__item:nth-child(1) .earn__bot {
    min-height: 8.1rem;
}

.earn__item:nth-child(1) .earn__bar {
    background-image: -webkit-gradient(linear, right top, left top, from(#a6a7a7), color-stop(74%, #f4f7fa), color-stop(79%, #f4f7fa));
    background-image: linear-gradient(to left, #a6a7a7 0%, #f4f7fa 74%, #f4f7fa 79%);
}

.earn__item:nth-child(1) .earn__num {
    font-size: 3.5rem;
    color: #dadbdb;
}

.earn__item:nth-child(2) {
    width: 31%;
}

.earn__item:nth-child(2) .earn__bot {
    min-height: 8.1rem;
}

.earn__item:nth-child(2) .earn__bar {
    background-image: -webkit-gradient(linear, right top, left top, from(#d4ad37), color-stop(9%, #ceac44), color-stop(75%, #a6a7a7), color-stop(92%, #a6a7a7));
    background-image: linear-gradient(to left, #d4ad37 0%, #ceac44 9%, #a6a7a7 75%, #a6a7a7 92%);
}

.earn__item:nth-child(2) .earn__num {
    font-size: 5rem;
    color: #a6a7a7;
}

.earn__item:nth-child(3) {
    width: 34%;
    overflow: hidden;
}

.earn__item:nth-child(3) .earn__bar {
    background-color: #d4ad37;
}

.earn__item:nth-child(3) .earn__num {
    font-size: 6.8rem;
    color: #2d3040;
}

.earn__item:nth-child(3) .earn__bot {
    background-color: #2d3040;
}

.earn__item:nth-child(3)::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    background: url("../img/investors/earn-ico.png") no-repeat center;
    background-size: 100%;
    width: 13rem;
    height: 13rem;
}

.earn__num {
    min-height: 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1;
}

.earn__bot {
    border-radius: 20px;
    background-color: #f4f7fa;
    padding: 2rem 2rem;
    min-height: 8rem;
    width: 100%;
}

.earn__bar {
    height: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    width: 100%;
    border-radius: 5px;
}

.cond {
    padding: 2rem 0;
}

.cond__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cond__item {
    width: 30.8%;
    margin-left: 1.2%;
    margin-right: 1.2%;
    padding: 2rem 2.5rem;
    padding-bottom: 3rem;
    border-radius: 20px;
    border: 1px solid #dedede;
    background-color: #ffffff;
    position: relative;
}

.cond__item:nth-child(2) {
    background-color: #f4f7fa;
}

.cond__item:nth-child(3) {
    background-color: #2d3040;
    color: #fff;
}

.cond__num {
    font-size: 5rem;
    z-index: 4;
}

.cond__bl {
    width: 100%;
}

.cond__txt {
    padding-bottom: .8rem;
}

.cond__txt:last-child {
    padding-bottom: 0;
}

.cond__img {
    width: .6rem;
    height: .6rem;
    border-radius: 100%;
    background-color: #d4ad37;
}

.cond__btn {
    width: 100%;
}

.contract {
    padding-top: 4rem;
    padding-bottom: 2rem;
}

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

.contract__item {
    width: 24%;
    padding-left: 2rem;
    padding-bottom: 1.5rem;
}

.contract__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 2rem;
}

.contract__right {
    width: 49%;
}

.contract__left {
    width: 45%;
}

.contract .garant-item {
    width: 48%;
    padding-left: 2rem;
    padding-right: 1.5rem;
}

.contract .garant-item__top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.reg {
    padding: 4rem 0;
}

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

.reg__item {
    width: 31.5%;
    border-radius: 1rem;
    background-color: #2d3040;
    padding: 2rem 1rem;
    color: #fff;
}

.reg__item::before {
    content: '';
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    width: .6rem;
    height: .6rem;
    border-radius: 100%;
    background-color: #d4ad37;
}

.inv-calc__block {
    border-radius: 20px;
    background-color: #f7f7f7;
    padding: 4rem 6rem;
}

.inv-calc__block.container {
    max-width: 80rem;
}

.inv-calc__top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.inv-calc__top .slider-wrap {
    width: 45%;
    margin-left: 0;
    margin-right: 0;
}

.inv-calc__inp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.inv-calc .qw3inp-wrap {
    margin-left: 0;
    margin-right: 0;
}

.inv-calc__t {
    margin-right: 2rem;
}

.inv-calc__info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.inv-calc__info-item {
    border-radius: .4rem;
    padding: 1.5rem 1rem;
    width: 45%;
    background-color: #2d3040;
}

.calc-label__item:last-child {
    margin-right: 0;
}

.calc-label__text {
    border-radius: 2rem;
    border: 1px solid #f2f2f2;
    background-color: #ffffff;
    padding: 1.2rem 1.5rem;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.checkbox-inp:checked ~ .calc-label__text {
    background-color: #d4ad37;
    color: #fff;
}

.currency {
    padding: 4rem 0;
}

.currency__house {
    position: absolute;
    right: 0;
    top: 54%;
    width: 22rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.currency__block {
    width: 100%;
    margin-bottom: 2rem;
}

.currency__num {
    font-size: 6rem;
    line-height: 1;
    width: 8rem;
}

.currency__num::before {
    content: '';
    position: absolute;
    top: 1.5rem;
    left: .5rem;
    border-radius: 100%;
    background-color: #d4ad37;
    width: .5rem;
    height: .5rem;
}

.currency__item {
    margin-bottom: 2rem;
    width: 100%;
}

.currency__img {
    width: 3rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 3rem;
    margin-right: 3rem;
}

.currency__img.mod {
    margin-left: 0;
    margin-right: 1.5rem;
}

.currency__img-wrap {
    margin-left: 3rem;
    margin-right: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.currency__img-wrap:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 85%;
    width: 1px;
    background-color: #d4ad37;
}

.currency__img-wrap .t21 {
    width: 11rem;
}

.currency__text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.currency__text-wrap .currency-btn {
    padding: 1rem;
    margin-right: -3.5rem;
}

.clip__img {
    width: 1.2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.clip__text {
    cursor: pointer;
}

.offer {
    padding: 4rem 0;
    padding-bottom: 6rem;
}

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

.offer__right {
    width: 70%;
    margin-left: 30%;
}

.offer__man {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 41rem;
}

.offer__man img {
    max-width: none;
    width: 100%;
}

.offer__top {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
}

.offer__l {
    width: 40%;
}

.offer__r {
    width: 50%;
}

.offer .soc-block {
    margin-left: auto;
    margin-right: auto;
}

.offer-form {
    width: 60%;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
}

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

.offer-form .check-label {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: .3rem;
}

.offer-form__inp1,
.offer-form__inp2,
.offer-form__inp3 {
    width: 32%;
}

.offer-form__inp4 {
    width: 100%;
    min-height: 7rem;
}

.offer-form__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.offer-form .input {
    padding-left: 2rem;
}

.offer-form__btn {
    width: 35%;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
}

.main__item_ab {
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.contract__block_ab {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 0;
}

.contract_ab .approval-left-item {
    width: 64%;
    margin-left: auto;
    margin-right: auto;
}

.ab-map__text {
    position: relative;
}

.ab-map__ar {
    position: absolute;
    left: 1rem;
    bottom: -1rem;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 3.5rem;
}

.ab-map__ar img {
    max-width: none;
    width: 100%;
}

.dog-text {
    width: 100%;
    text-align: center;
}

.contract__right_ab {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

.facts__left {
    width: 100%;
}

.facts__right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 3rem;
}

.facts__item {
    width: 47%;
    margin-bottom: 2rem;
}

.about-features {
    padding-top: 2rem;
}

.about-features .garant-item {
    width: 31.5%;
    padding-left: 2rem;
}

.partner {
    padding-top: 4rem;
}

.partner__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 5rem;
}

.partner__left {
    width: 52%;
}

.partner__mans {
    position: absolute;
    right: 0rem;
    bottom: 0rem;
    width: 60rem;
}

.partner__mans img {
    max-width: none;
    width: 100%;
}

.est {
    padding: 4rem 0;
}

.est__img {
    width: 3.1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

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

.news_news {
    padding-top: 6rem;
}

.main__item_news {
    padding-bottom: 5.5rem !important;
}

.navigation__news {
    margin-top: -1rem;
}

.wp-editor {
    padding: 4rem 0;
}

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

.main__item_thank {
    padding-top: 0;
}

.main__item_thank .offer__block {
    width: 100%;
}

.main__item_thank .offer__right {
    margin-left: 45%;
    width: 55%;
    padding-top: 0rem;
}

.main__item_thank .offer__top {
    width: 100%;
}

.main__item_thank .offer-form {
    width: 100%;
}

.main__item_thank .offer__man {
    width: 29rem;
    left: -2rem;
}

.main__item_thank .title-lg {
    font-size: 4rem;
}

.main__item_thank .offer__top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 75%;
    margin-left: 0;
}

.thank-btn {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}

.ans {
    padding-bottom: 2rem;
}

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

.offer__graf1_faq {
    position: absolute;
    right: 0;
    top: 0;
    width: 30rem;
    -webkit-transform: translate(28%, -70%);
    transform: translate(28%, -70%);
}

.offer__graf1_faq img {
    max-width: none;
    width: 100%;
}

.gtab__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
}

.gtab__img {
    width: 3rem;
    min-height: 3rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.gtab__img svg {
    fill: #747474;
    -webkit-transition: all .3s;
    transition: all .3s;
}

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

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

.gtab__plus {
    position: relative;
    width: .8rem;
    height: .8rem;
    -webkit-transition: all .3s;
    transition: all .3s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.gtab__plus:before,
.gtab__plus:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #0099e5;
}

.gtab__plus:before {
    width: 3px;
    height: 100%;
}

.gtab__plus:after {
    height: 3px;
    width: 100%;
}

.gtab__item {
    border-radius: 15px;
    background-color: #ebf1f0;
    padding: 1rem 2.5rem;
    padding-right: 2rem;
    margin-bottom: 1rem;
    min-height: 6.5rem;
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gtab__top {
    cursor: pointer;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 100%;
}

.gtab__top.show .gtab__plus:before,
.gtab__top.show .gtab__plus:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: #282828;
}

.gtab__hover {
    padding-bottom: 1rem;
    padding-right: 2rem;
}

.main__word_repay {
    width: 70rem;
    right: auto;
    left: 15.7rem;
}

.main__item_repay {
    padding-top: 2rem;
    padding-bottom: 8rem;
}

.repay {
    padding: 4rem 0;
}

.repay__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    margin-bottom: 2rem;
}

.repay__left {
    background-color: #ebf1f0;
    padding: 3rem 3.5rem;
    padding-right: 2rem;
    width: 30%;
    border-radius: 30px;
    min-height: 28rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.repay__left.v2 {
    min-height: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.repay__right {
    width: 70%;
    -webkit-box-shadow: 0 1px 122px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 122px rgba(0, 0, 0, 0.1);
    border-radius: 35px;
    padding: 3rem 4rem;
    padding-right: 2rem;
    background-color: #fff;
}

.repay__num {
    position: absolute;
    right: 0;
    white-space: nowrap;
    top: 50%;
    -webkit-transform: translate(34%, -50%);
    transform: translate(34%, -50%);
    font-size: 20rem;
}

.repay__num.v2 {
    -webkit-transform: translate(54%, -50%);
    transform: translate(54%, -50%);
}

.repay__img {
    width: 12rem;
}

.repay__img img {
    max-width: none;
    width: 100%;
}

.offer__graf1_repay {
    -webkit-transform: translate(28%, -140%);
    transform: translate(28%, -140%);
}

.main__item_contacts {
    padding-top: 1rem;
    padding-bottom: 6rem;
}

.ctab__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.ctab__ph {
    width: 1.3rem;
    height: 1.3rem;
}

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

.ctab-cont__left {
    width: 23%;
}

.ctab-cont__right {
    width: 50%;
    min-height: 24rem;
    background-color: #aeaeae;
    border-radius: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.ctab-cont__ico {
    width: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: .8rem;
}

.ctab-cont__soc-item {
    margin-bottom: 2rem;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.ctab-cont__soc-item:last-child {
    margin-bottom: 0;
}

.ctab-cont__soc {
    margin-bottom: 1rem;
}

.ctab-slider {
    width: 70%;
}

.ctab-slider .arrows {
    width: .7rem;
    padding: 0;
}

.ctab-slider .slideNext {
    right: -1rem;
}

.ctab-slider .slidePrev {
    left: -1rem;
}

.ctab-slider .arrows {
    background-color: transparent;
}

.ctab-slider .arrows:hover img {
    -webkit-filter: none !important;
    filter: none !important;
}

.ctab-slider__item {
    height: 3rem;
    margin-left: .2rem;
    margin-right: .2rem;
}

.ctab-slider__item img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.map iframe {
    border-radius: 15px;
}

.offer__thank {
    padding-top: 7rem;
}

.offer-form_contacts {
    margin-top: 2rem;
    width: 35rem;
    margin-left: auto;
    margin-right: auto;
}

.offer__right_contacts {
    margin-left: 35%;
    width: 65%;
    margin-bottom: 0rem;
}

.offer__man_contacts {
    width: 38rem;
}

.offer-form__block_thank .input:nth-child(1) {
    width: 40%;
}

.offer-form__block_thank .input:nth-child(2) {
    width: 57%;
}

.btn-of-thank {
    width: 53%;
}

.footer {
    background-color: #2d3040;
    padding: 1rem 0;
    padding-top: 2.5rem;
}

.footer__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

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

.footer__bot .dotted:hover:before {
    border-color: #fff;
}

.footer__soc-item {
    width: 2.7rem;
    height: 2.7rem;
    padding: 0.75rem;
    border-radius: 100%;
    background-color: #3b3f54;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.footer__soc-item:hover {
    background-color: #fff;
}

.footer__logo-bl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 80%;
}

.footer__logo {
    width: auto;
    margin-left: 3%;
    margin-right: 3%;
    height: 1.5rem;
}

.footer__line {
    width: 100%;
    border-bottom: 1px solid #555555;
    margin: 1rem 0;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
}

.footer__nav li {
    margin-bottom: .7rem;
}

.footer__nav a {
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.footer__nav a:hover {
    color: #d4ad37;
}

.footer__ico {
    width: 1rem;
    height: 1rem;
}

.footer__ico.tg {
    width: 1.2rem;
    height: 1.2rem;
}

.footer__item:nth-child(1) {
    width: 37%;
}

.seob {
    position: relative;
    padding: 4rem 0;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.seob .ware__item__img {
    width: 4rem;
    height: 4rem;
}

.seob__btn {
    margin-top: 1rem;
    width: 1.2rem;
    color: #a0b945;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.seob__text {
    text-align: center;
    color: #747474;
    position: relative;
    height: 5rem;
    overflow: hidden;
}

.seob__text-wrap {
    padding-bottom: 2rem;
}

.seob__text.act {
    height: 5rem !important;
}

.seob__text:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
    background-image: linear-gradient(to bottom, transparent 0%, #fff 100%);
}

.main__item_serv {
    padding-bottom: 4rem;
}

.cir-sect {
    padding: 4rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cir-sect__text {
    z-index: 2;
}

.cir-sect__img {
    position: absolute;
    top: -1rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 6rem;
    z-index: 0;
}

.cir-sect__img img {
    max-width: none;
    width: 100%;
}

.offer__title_serv {
    margin-left: 11rem;
}

.offer__top_serv {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main__hand_serv {
    right: 0;
    bottom: 2rem;
    width: 40rem;
}

.main__item_serv-s {
    padding-bottom: 8rem;
}

.wknow {
    padding: 4rem 0;
}

.wknow__block {
    border-radius: 1rem;
    background-color: #2d3040;
    padding: 4rem 2rem;
    padding-bottom: 6rem;
    overflow: hidden;
}

.wknow__img1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 20rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transform: translate(-45%, -50%);
    transform: translate(-45%, -50%);
}

.wknow__img1 img {
    max-width: none;
    width: 100%;
}

.wknow__img2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transform: translate(45%, 60%);
    transform: translate(45%, 60%);
}

.wknow__img2 img {
    max-width: none;
    width: 100%;
}

.wknow__btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    width: 18rem;
}

.est {
    padding-bottom: 6rem;
}

.risks_serv {
    padding-top: 4rem;
}

.est-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 4rem;
}

.est-form__text {
    width: 48%;
    text-align: left;
}

.est-form__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 50%;
}

.est-form__block .input {
    width: 21rem;
}

.est-form__block .btn {
    width: 16rem;
}

.object_an-sect {
    padding-top: 4rem;
}

.pasport_an-sect {
    padding-top: 5rem;
}

.mobs {
    display: none;
}

.gtab__plus {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.gtab__plus::before {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.gtab__plus::after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.currency__num::before {
    -webkit-animation: opas 1s infinite linear;
    animation: opas 1s infinite linear;
}

.footer__call:last-child {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    html {
        font-size: 12px !important;
    }

    .container {
        max-width: 90vw;
    }

    .container-big {
        max-width: 90vw;
    }

    .container-min {
        max-width: 90vw;
    }

    .container-md {
        max-width: 90vw;
    }

    .header-pins {
        display: none;
    }

    .logo__sub {
        font-size: 8px;
    }

    .header-btn {
        display: none;
    }

    .burger__wrap-block {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .nav__wrap {
        position: fixed;
        z-index: 888;
        width: 50%;
        height: 100%;
        background-color: #fff;
        top: 0;
        right: 0;
        margin: 0;
        display: none;
    }

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

    .close-nav {
        display: block;
    }

    .nav a {
        font-size: 1.2rem;
    }

    .main-romb {
        display: none;
    }

    .main-img-car {
        top: 33vw;
        width: 47vw;
    }

    .main__fd {
        right: 10.5vw;
        top: 27vw;
        width: 27vw;
    }

    .main__item {
        padding-top: 2rem;
    }

    .test-left {
        width: 75%;
        padding: 4rem 2rem;
    }

    .req-r {
        display: none;
    }

    .fast-cont {
        width: 100%;
    }

    .fast-form-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .fast-form {
        padding: 2.8rem 4rem;
    }

    div.fancy-select {
        font-size: 0.8rem;
    }

    .fast-form-top__left {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }

    .garant-cont {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .garant__right {
        width: 100%;
    }

    .garant {
        padding-bottom: 5rem;
    }

    .steps-car {
        position: relative;
        left: auto;
        top: auto;
        width: auto;
    }

    .steps-romb {
        display: none;
    }

    .steps-right {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .steps-item:nth-child(2),
    .steps-item:nth-child(3) {
        margin-left: 0;
    }

    .steps-item {
        width: 47%;
    }

    .objects-cont {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .objects-item {
        width: 47%;
        margin-bottom: 2rem;
    }

    .home-img {
        top: -15vw;
        width: 64vw;
    }

    .main-img-car_inv {
        top: 10vw;
        right: -14vw;
        bottom: auto;
        -webkit-transform: none;
        transform: none;
        width: 50vw;
    }

    .inv-hand {
        right: 0vw;
        top: 4vw;
        z-index: 10;
        width: 45vw;
    }

    .earn__block {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .earn__item {
        width: 18rem !important;
    }

    .cond__block {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .cond__item {
        width: 25rem;
        margin-bottom: 2rem;
    }

    .contract__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 3rem;
    }

    .contract__right {
        width: 40rem;
    }

    .contract .approval-left-item {
        height: 100%;
    }

    .contract__item {
        width: 47%;
        border-radius: 1rem;
    }

    .contract {
        padding-top: 2rem;
    }

    .footer__block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer__item {
        width: 47% !important;
        margin-bottom: 2rem;
    }

    .footer .t20 {
        font-size: 1.3rem;
    }

    .footer .t18 {
        font-size: 1.2rem;
    }

    .footer .t16 {
        font-size: 1.1rem;
    }

    .footer .t15 {
        font-size: 1.1rem;
    }

    .footer .logo__sub {
        display: block;
    }

    .footer .logo__img {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .main__fd_ab {
        top: auto;
        bottom: 0;
    }

    .contract_ab {
        margin-top: 4rem;
    }

    .contract__left {
        width: 35rem;
    }

    .dog-text {
        margin-bottom: 1rem;
    }

    .partner__right {
        position: relative;
        margin-bottom: 2rem;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .partner {
        padding-top: 0;
    }

    .main__word_contacts {
        left: 0;
    }

    .main__word_news {
        left: 0;
        right: auto;
    }

    .main__fd_news {
        right: 0;
    }

    .main__item_news-one {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .main__word_repay {
        right: auto;
        left: 0;
    }

    .repay__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .repay__left {
        margin-left: auto;
        margin-right: auto;
        width: 21rem;
    }

    .repay__right {
        width: 100%;
        padding: 3rem;
    }

    .repay__text.t18 {
        font-size: 1.1rem;
    }

    .repay__text.t18 br {
        display: none;
    }

    .modal-big {
        width: 40rem;
    }

    .right-menu__item {
        width: 4rem;
        height: 4rem;
        padding: 1.1rem;
        font-size: 1rem;
    }

    .pasport-item {
        width: 47%;
    }

    .minimal-item-img {
        left: 17%;
    }

    .minimal-item:nth-child(even) .minimal-item-img {
        right: 5%;
    }

    .minimal-item:nth-child(3) .minimal-item-img {
        left: 6%;
    }

    .decision-man {
        width: 55vw;
    }

    .bc-cont {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .bc-left {
        margin-left: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 2rem;
    }

    .feedback-slider {
        display: none;
        width: 0;
    }

    .know-slider {
        left: 4rem;
    }

    .bc-right {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    .risks-item {
        width: 47%;
    }

    .zalog-item {
        width: 47%;
        margin-bottom: 1.5rem;
    }

    .zalog-cont {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .individual-man {
        left: 3vw;
        width: 41vw;
    }

    .main__hand_serv {
        width: 50vw;
    }

    .reg__item {
        width: 47%;
        margin-bottom: 2rem;
    }

    .inv-calc__block.container {
        max-width: 90vw;
    }

    .inv-calc__block {
        padding: 4rem;
    }

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

    .offer__right {
        width: 100%;
        margin-left: 0;
    }

    .offer__man {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 2rem;
    }

    .offer {
        padding-bottom: 0;
    }

    .footer__item:nth-child(1) {
        width: 60% !important;
    }

    .footer__item:nth-child(1) .logo__sub {
        font-size: .9rem;
    }

    .footer__item:nth-child(1) .logo__sub br {
        display: none;
    }

    .footer__item:nth-child(2) {
        width: 35% !important;
    }

    .contract_ab .contract__block {
        margin-bottom: 0;
    }

    .contract_ab .approval-left-item {
        width: 17rem;
        margin-bottom: 2rem;
    }

    .contract__left {
        margin-bottom: 2rem;
    }

    .facts__right {
        margin-top: 0;
    }

    .partner__mans {
        width: 60vw;
    }

    .offer__title_serv {
        margin-left: 0;
        text-align: center;
    }

    .main_news {
        background-position: top right !important;
    }

    .section-wrap_news {
        background-size: cover !important;
    }

    .container-comd {
        max-width: 90vw;
    }

    .ctab__top .calc .t36 {
        white-space: nowrap;
    }

    .ctab-cont {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .ctab-cont__left {
        width: 47%;
        margin-bottom: 2rem;
    }

    .ctab-cont__left .t18 {
        font-size: 1.2rem;
    }

    .ctab-slider__item {
        height: 7rem;
    }

    .ctab-slider .arrows {
        width: 1.2rem;
    }

    .ctab-slider .slideNext {
        right: -1.5rem;
    }

    .ctab-slider .slidePrev {
        left: -1.5rem;
    }

    .ctab-cont__right {
        width: 100%;
    }

    .ctab-slider {
        width: 100%;
        margin-top: 1rem;
    }

    .main__item_thank .offer__right {
        width: 100%;
        margin-left: 0;
    }

    .main__item_thank {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .logo__sub {
        display: none;
    }

    .main-list {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .main-list li {
        margin-right: 1.4rem;
    }

    .main-img-car {
        right: -3rem;
    }

    .main {
        overflow: hidden;
    }

    body,
    html {
        overflow-x: hidden;
    }

    .main__item {
        padding-bottom: 8.5rem;
    }

    .test-right {
        display: none;
        width: 0;
    }

    .test-left {
        width: 100%;
    }

    .zalog-cont {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .zalog-item {
        margin: 1rem;
    }

    .test-romb {
        display: none;
    }

    .doki-item__img {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-bottom: 2rem;
    }

    .doki-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .requirements-cont {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .requirements-item {
        width: 100%;
    }

    .requirements-item {
        margin: 1.5rem 0;
    }

    .t54 {
        font-size: 2.3rem;
    }

    .free {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .free-item {
        width: 47% !important;
        margin-bottom: 2.5rem;
    }

    .free-item__img {
        width: 9rem;
    }

    .fast-form {
        width: 100%;
    }

    .fast-form-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .inp-mm {
        width: 47%;
        margin-bottom: 1rem;
    }

    .blago-slider {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .approval-cont {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .approval-left {
        width: 100%;
        margin-bottom: 2.5rem;
    }

    .approval-left-link {
        height: 59vw;
    }

    .approval-right {
        width: 100%;
    }

    .home-img {
        position: relative;
        left: auto;
        top: auto;
        width: 90%;
        margin-left: -4rem;
        margin-top: -26vw;
    }

    .home-right {
        width: 100%;
    }

    .home-right br {
        display: none;
    }

    .home-form {
        width: 100%;
        margin-top: 2rem;
    }

    .close-nav {
        right: 2rem;
        top: 2rem;
    }

    .main-img-car_inv {
        width: 40vw;
        right: -17vw;
    }

    .inv-hand {
        width: 40vw;
    }

    .main__fd_inv {
        right: 0vw;
    }

    .main-list_inv {
        width: 75%;
    }

    .facts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .facts__left {
        width: 100%;
    }

    .facts__right {
        margin-top: 2rem;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .facts__item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .gtab__tab-cont {
        width: 29rem;
        margin-left: auto;
        margin-right: auto;
    }

    .ans__block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .ans .t20 {
        font-size: 1.2rem;
    }

    .ans .t20 br {
        display: none;
    }

    .ans .t15 {
        font-size: 1rem;
    }

    .ans .t15 br {
        display: none;
    }

    .gtab__item {
        width: 100%;
    }

    .main__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main__left {
        width: 100%;
        margin-bottom: 2rem;
    }

    .main-form {
        width: 26rem;
        margin-left: auto;
        margin-right: auto;
    }

    .objects-item {
        width: 100%;
    }

    .pasport-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .pasport-item__text {
        margin-top: 2rem;
    }

    .pasport-item:nth-child(1) .pasport-item__img,
    .pasport-item:nth-child(4) .pasport-item__img {
        width: auto;
        height: 11rem;
    }

    .pasport-item:nth-child(3) .pasport-item__img img,
    .pasport-item:nth-child(4) .pasport-item__img img,
    .pasport-item:nth-child(5) .pasport-item__img img,
    .pasport-item:nth-child(6) .pasport-item__img img {
        -webkit-transform: scale(1.24) translate(5%, 5%);
        transform: scale(1.24) translate(5%, 5%);
    }

    .minimal-item-bg {
        display: none;
    }

    .minimal-item,
    .minimal-item:nth-child(even) {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 3rem;
        padding-bottom: 17rem;
    }

    .minimal-item-img,
    .minimal-item:nth-child(even) .minimal-item-img,
    .minimal-item:nth-child(3) .minimal-item-img {
        width: auto;
        height: 16rem;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        right: auto;
    }

    .decision-block {
        width: 100%;
    }

    .decision-man {
        position: relative;
        left: auto;
        bottom: auto;
        width: 26rem;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .risks-item__img {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        margin-bottom: 2rem;
    }

    .risks-item {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        min-height: 1px;
    }

    .currency__text-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .currency__text-wrap .currency-btn {
        margin-top: 1rem;
    }

    .zalog-item {
        width: 100%;
    }

    .main-list_inv {
        width: 100%;
    }

    .inv-calc__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .inv-calc__top .slider-wrap {
        width: 100%;
    }

    .inv-calc__info-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .rez-js {
        margin-top: .4rem;
    }

    .currency .t24 br {
        display: none;
    }

    .currency__text {
        text-align: left;
    }

    .currency__text br {
        display: none;
    }

    .offer__top {
        width: 100%;
    }

    .offer .soc-block {
        margin-left: 0;
        margin-right: 0;
    }

    .offer__top {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .offer__r {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        text-align: center;
    }

    .offer__r .t30 {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }

    .offer-form {
        width: 24rem;
    }

    .offer-form .t22 {
        font-size: 1.5rem;
    }

    .offer__right .t48 br {
        display: none;
    }

    .offer-form .input {
        width: 100%;
    }

    .footer__logo-bl {
        width: 100%;
    }

    .footer .logo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .footer .logo__img {
        margin-bottom: 1rem;
    }

    .footer__line {
        margin-top: 0rem;
        margin-bottom: 2rem;
    }

    .footer__bot .t14 {
        font-size: 1rem;
    }

    .about-features .garant-item {
        width: 48%;
    }

    .garant-item {
        border-radius: 1.8rem;
    }

    .est__item {
        width: 32%;
        margin-bottom: 2rem;
    }

    .est__item br {
        display: none;
    }

    .est {
        padding-bottom: 0;
    }

    .partner__left {
        width: 60%;
    }

    .cir-sect__item {
        width: 30%;
        margin-bottom: 4rem;
        line-height: 1.2;
    }

    .cir-sect {
        padding-bottom: 0;
    }

    .est-form {
        padding-bottom: 4rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 23rem;
    }

    .est-form__text {
        text-align: center;
        margin-bottom: 1rem;
        width: 100%;
    }

    .est-form__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    .est-form__block .btn {
        width: 100%;
    }

    .est-form__block .input {
        width: 100%;
        margin-bottom: 1rem;
        background-color: #f5f7f6;
    }

    .offer__r_thank {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .main__item_thank {
        padding-bottom: 0;
    }
}

@media (max-width: 567px) {
    html {
        font-size: 12px;
    }

    .nav__wrap {
        width: 100%;
    }

    .close-nav {
        right: 3rem;
        top: 1rem;
    }

    .header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main-img-car {
        position: relative;
        top: auto;
        width: 95%;
    }

    .main__fd {
        display: none;
    }

    .burger__wrap-block {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-left: 16%;
    }

    .logo {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .header-soc.v1 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .header-soc.v1 .t24 {
        font-size: 1.1rem;
    }

    .header-soc.v2 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .header-soc.v2 .soc-block {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-right: 0;
    }

    .test-left {
        padding: 3rem 2rem;
    }

    .flex-sd {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .w3 {
        width: 100%;
        margin-top: 1.5rem;
    }

    .tiem.t6 {
        width: 44%;
    }

    .case-check {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .case-check__item {
        width: 47%;
        margin: 0.5rem 0;
    }

    .end-f {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .inp-md {
        width: 100%;
        margin: 0.5rem 0;
    }

    .zalog-item {
        width: 47%;
        margin: 1rem 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .zalog-item__title {
        position: relative;
        left: auto;
        bottom: auto;
        top: auto;
        margin-left: 3rem;
    }

    .zalog-item__title.t30 {
        font-size: 1.2rem;
    }

    .zalog-item__title:before {
        left: -3rem;
    }

    .zalog-cont {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .zalog-item-img {
        height: 12rem;
    }

    .zalog-item:nth-child(2),
    .zalog-item:nth-child(3) {
        margin-right: 0;
    }

    .doki-item {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .doki-cont {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .doki-item__img {
        height: auto;
        width: 8rem;
        margin-right: 2.5rem;
        position: relative;
        z-index: 5;
    }

    .requirements-item__img {
        width: 32%;
        height: 7rem;
    }

    .requirements-item__img.v1 img {
        -webkit-transform: scale(1.9) translate(14%, 16%);
        transform: scale(1.9) translate(14%, 16%);
    }

    .requirements-item__img.v2 img {
        -webkit-transform: scale(1.42) translate(1%, 33%);
        transform: scale(1.42) translate(1%, 33%);
    }

    .level-cont {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .level-item {
        width: 100%;
        margin: 1rem 0;
    }

    .free-item .zalog-item__title {
        position: relative;
        left: auto;
        bottom: auto;
        right: auto;
    }

    .free-item__img {
        width: auto;
        height: 9rem;
        margin-bottom: 1.5rem;
    }

    .fast-cont {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .fast-cont .fast-item {
        margin: 0.5rem 0;
    }

    .fast-form {
        padding: 2.5rem;
    }

    .fast-form-top__left,
    .fast-form-top__right {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .fast-form-top__right {
        margin-top: 1rem;
    }

    .fast-form-top__right .soc-block {
        margin-right: 0;
        margin-top: 1rem;
    }

    .fast-form-row {
        margin-top: 1rem;
    }

    .inp-mm {
        width: 100%;
    }

    .blago-slider {
        width: 78%;
    }

    .garant-img {
        width: 28rem;
    }

    .garant-item {
        width: 100%;
    }

    .steps-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .steps-item,
    .steps-item:nth-child(2),
    .steps-item:nth-child(3) {
        margin-bottom: 3rem;
    }

    .steps-right {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .objects-item {
        width: 100%;
    }

    .objects-item .t16 {
        font-size: 1rem;
    }

    .home-img {
        width: 119%;
        margin-left: -4rem;
        margin-top: -35vw;
    }

    .home-img-romb {
        right: 22.8%;
        width: 10rem;
        height: 10rem;
        top: 74%;
    }

    .home-form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .home-form .t30 {
        margin-right: 0;
        margin-bottom: 1.5rem;
        text-align: center;
        width: 100%;
    }

    .home-form .t30 br {
        display: none;
    }

    .home-arr {
        display: none;
    }

    .home-form-row {
        width: 100%;
    }

    .check-box-wr {
        margin-top: 1rem;
    }

    .news-cont {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .news-item {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .main-list {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .inv-hand {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 70vw;
    }

    .main-img-car_inv {
        position: relative;
    }

    .navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 2rem;
        padding-top-padding-bottom: 1rem;
    }

    .navigation__block {
        font-size: 1.3rem;
    }

    .main-list_inv {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main-list li {
        margin-bottom: 1rem;
        width: 47%;
        margin-right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .main-list .main-list-img {
        margin-bottom: .7rem;
    }

    .main__btn {
        margin-left: auto;
        margin-right: auto;
    }

    .main__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .earn__item {
        width: 48% !important;
    }

    .earn__item:last-child {
        width: 100% !important;
    }

    .garant-img {
        width: 100vw;
    }

    .contract__block {
        margin-bottom: 0;
    }

    .int-text-v br {
        display: none;
    }

    .footer__item {
        width: 100% !important;
    }

    .footer__bot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .footer__bot .t16 {
        margin-bottom: 1rem;
    }

    .main__fd_ab {
        display: none;
    }

    .main__item_ab .title {
        font-size: 2.1rem;
    }

    .main__item_ab .t36 br {
        display: none;
    }

    .facts__item {
        width: 47%;
        margin-bottom: 1rem;
    }

    .facts {
        margin-top: 2rem;
    }

    .about-features .contract__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .about-features .contract__item br {
        display: none;
    }

    .partner__left {
        width: 100%;
        text-align: center;
    }

    .partner__left h2 {
        text-align: center;
    }

    .partner__left .t30 {
        text-align: center;
    }

    .partner__left .t16 {
        font-size: 1rem;
    }

    .partner__left .btn {
        text-align: center;
    }

    .partner__right {
        margin-left: auto;
        margin-right: auto;
    }

    .gtab__tab-cont {
        width: 100%;
    }

    .main__date_news-one {
        position: relative;
        right: 0;
        bottom: 0;
        font-size: 2rem;
        margin-top: 1rem;
    }

    .offer .t54 br {
        display: none;
    }

    .repay__left {
        width: 24rem;
    }

    .modal-sm {
        width: 24rem;
    }

    .modal-sm br {
        display: none;
    }

    .modal__inp-bl {
        width: 100%;
    }

    .modal__block .t48 {
        font-size: 2.1rem;
    }

    .modal__block .check-line .t14 {
        font-size: 0.9rem !important;
    }

    .modal-big {
        width: 24rem;
    }

    .modal_pol-header {
        text-align: center;
        font-size: 1.4rem;
    }

    .modal_pol .mbm.fw9 {
        font-size: 1.2rem;
        text-align: center;
    }

    .main-list.text18 {
        font-size: 1.2rem;
    }

    .steps .btn {
        margin-top: 1rem;
    }

    .objects .t54 br,
    .home .t54 br,
    .approval .t54 br,
    .garant .t54 br,
    .blago .t54 br,
    .zalog .t54 br {
        display: none;
    }

    .main-form {
        width: 24rem;
    }

    .progress {
        width: 100%;
    }

    .test-item-i {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .tiem {
        width: 47%;
    }

    .slider-wrap {
        width: 100%;
    }

    .w50 {
        width: 90%;
    }

    .slider-wrap-end {
        width: 90%;
    }

    .objects-item:nth-child(1) .objects-item__img {
        width: 9.4rem;
    }

    .objects-item {
        padding-left: 11rem;
    }

    .objects-item:nth-child(2) .objects-item__img {
        width: 10.3rem;
    }

    .objects-item:nth-child(4) .objects-item__img {
        width: 15rem;
    }

    .objects-item .t30 {
        font-size: 1.2rem;
    }

    .objects-item {
        min-height: 9rem;
    }

    .pasport-item:nth-child(1) .pasport-item__img {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .decision {
        padding-top: 5rem;
        padding-bottom: 3rem;
    }

    .decision-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .input.inp-md {
        border: 1px solid #aeaeae;
    }

    .decision-man {
        margin-bottom: -0.5rem;
    }

    .bc {
        padding: 3rem 0;
        padding-bottom: 9rem;
    }

    .risks-item {
        width: 100%;
    }

    .approval-left-link {
        height: 90vw;
        width: 73%;
        margin-left: auto;
        margin-right: auto;
    }

    .approval-right-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .currency__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .currency__img-wrap {
        margin: 1rem 0;
        margin-left: 1rem;
    }

    .currency__img-wrap:before {
        display: none;
    }

    .zalog-item {
        padding: 1rem;
    }

    .zalog-item__title {
        margin-left: auto;
        text-align: center;
        margin-right: auto;
    }

    .zalog-item:nth-child(1) .zalog-item-img,
    .zalog-item:nth-child(2) .zalog-item-img {
        -webkit-transform: none;
        transform: none;
        bottom: 0;
        top: auto;
    }

    .zalog-item:nth-child(3) .zalog-item-img {
        height: 9rem;
    }

    .zalog-item:nth-child(1) .zalog-item-img {
        width: 100%;
    }

    .zalog-item:nth-child(2) .zalog-item-img {
        width: 120%;
    }

    .zalog-item-img {
        height: 8rem;
    }

    .individual-right {
        width: 100%;
    }

    .individual-man {
        position: relative;
        left: auto;
        bottom: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 21rem;
        margin-bottom: -0.5rem;
    }

    .individual-bg {
        display: none;
    }

    .individual {
        padding-bottom: 2rem;
    }

    .main-list .main-list-img {
        margin-right: 0;
    }

    .main__item_inv {
        padding-bottom: 2rem;
        padding-top: 0;
    }

    .main__item_inv .main-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .main__item_inv .t36 br {
        display: none;
    }

    .main__item_inv .btn {
        margin-left: auto;
        margin-right: auto;
    }

    .main__hand_inv {
        width: 26rem;
    }

    .main .title-lg br {
        display: none;
    }

    .header-soc.v2 {
        margin-left: auto;
        margin-right: auto;
    }

    .cond__bl {
        font-size: 1.2rem;
    }

    .contract .t54 br {
        display: none;
    }

    .contract .contract__left {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .contract .approval-left-item {
        width: 100%;
        margin-bottom: 2rem;
    }

    .contract__right {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }

    .contract .garant-item {
        width: 100%;
    }

    .contract .garant-item .t20 {
        font-size: 1.3rem;
    }

    .contract .garant-item .t16 {
        font-size: 1rem;
    }

    .reg__item {
        width: 48%;
        padding-bottom: 2.5rem;
    }

    .reg__item br {
        display: none;
    }

    .inv-calc__info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .inv-calc__info-item {
        width: 100%;
        margin-bottom: 1rem;
    }

    .inv-calc__block {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .inv-calc .t54 br {
        display: none;
    }

    .inv-calc__bot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 2rem;
    }

    .calc-label {
        margin-top: 0.8rem;
    }

    .currency__img {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .currency__num {
        text-align: center;
        width: auto;
    }

    .currency__text br {
        display: none;
    }

    .offer__right .t48 {
        font-size: 2.2rem;
    }

    .offer__l .t24 {
        text-align: left;
        white-space: nowrap;
    }

    .offer__man {
        width: 90vw;
    }

    .footer__item:nth-child(1) {
        width: 100% !important;
    }

    .footer__item:nth-child(2) {
        width: 100% !important;
    }

    .footer__bot .t14 {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .facts {
        margin-top: 0;
    }

    .facts__left {
        margin-bottom: 0rem;
    }

    .contract__left {
        width: 25rem;
    }

    .about-features .garant-item {
        width: 100%;
    }

    .est__item {
        width: 48%;
    }

    .partner__mans {
        position: relative;
        margin-top: 3rem;
        width: 100vw;
    }

    .partner__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .section-wrap_par {
        background: none !important;
    }

    .main__item_serv {
        padding-bottom: 2rem;
    }

    .cir-sect__item {
        width: 47%;
    }

    .main__hand_serv {
        position: relative;
        right: 0;
        left: auto;
        width: 100vw;
    }

    .main__item_serv-s .t30 br {
        display: none;
    }

    .wknow {
        padding: 2rem 0;
    }

    .wknow br {
        display: none;
    }

    .main_news {
        background-position: top center !important;
    }

    .main__item_news {
        padding-bottom: 2rem !important;
    }

    .offer-mod1 {
        padding-top: 2rem;
    }

    .wp-editor__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .ctab__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .ctab__top .t48 {
        margin-bottom: 1rem;
    }

    .ctab-cont__left {
        width: 100%;
    }

    .ctab-cont__left .t30 {
        font-size: 2rem;
    }

    .ctab-slider__item {
        height: 8rem;
    }

    .ctab-slider {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .offer_mod2 {
        padding-top: 1rem;
    }

    .main__item_thank .offer__top {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .offer__r_thank {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    .offer__r_thank br {
        display: none;
        text-align: center;
    }

    .offer__l_thank {
        width: auto;
    }

    .offer__l_thank .t30 {
        width: 100%;
        text-align: center;
    }
}
