@charset "UTF-8";
/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

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

@font-face {
    font-family: "TTNorms";
    src: url("../font/TTNorms/TTNorms-Light.eot");
    src: url("../font/TTNorms/TTNorms-Light-1.eot") format("embedded-opentype"), url("../font/TTNorms/TTNorms-Light.woff") format("woff"), url("../font/TTNorms/TTNorms-Light.ttf") format("truetype"), url("../font/TTNorms/TTNorms-Light.svg") format("svg");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "TTNorms";
    src: url("../font/TTNorms/TTNorms-LightItalic.eot");
    src: url("../font/TTNorms/TTNorms-LightItalic-1.eot") format("embedded-opentype"), url("../font/TTNorms/TTNorms-LightItalic.woff") format("woff"), url("../font/TTNorms/TTNorms-LightItalic.ttf") format("truetype"), url("../font/TTNorms/TTNorms-LightItalic.svg") format("svg");
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: "TTNorms";
    src: url("../font/TTNorms/TTNorms-Regular.eot");
    src: url("../font/TTNorms/TTNorms-Regular-1.eot") format("embedded-opentype"), url("../font/TTNorms/TTNorms-Regular.woff") format("woff"), url("../font/TTNorms/TTNorms-Regular.ttf") format("truetype"), url("../font/TTNorms/TTNorms-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "TTNorms";
    src: url("../font/TTNorms/TTNorms-RegularItalic.eot");
    src: url("../font/TTNorms/TTNorms-RegularItalic-1.eot") format("embedded-opentype"), url("../font/TTNorms/TTNorms-RegularItalic.woff") format("woff"), url("../font/TTNorms/TTNorms-RegularItalic.ttf") format("truetype"), url("../font/TTNorms/TTNorms-RegularItalic.svg") format("svg");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "TTNorms";
    src: url("../font/TTNorms/TTNorms-Medium.eot");
    src: url("../font/TTNorms/TTNorms-Medium-1.eot") format("embedded-opentype"), url("../font/TTNorms/TTNorms-Medium.woff") format("woff"), url("../font/TTNorms/TTNorms-Medium.ttf") format("truetype"), url("../font/TTNorms/TTNorms-Medium.svg") format("svg");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "TTNorms";
    src: url("../font/TTNorms/TTNorms-MediumItalic.eot");
    src: url("../font/TTNorms/TTNorms-MediumItalic-1.eot") format("embedded-opentype"), url("../font/TTNorms/TTNorms-MediumItalic.woff") format("woff"), url("../font/TTNorms/TTNorms-MediumItalic.ttf") format("truetype"), url("../font/TTNorms/TTNorms-MediumItalic.svg") format("svg");
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: "TTNorms";
    src: url("../font/TTNorms/TTNorms-Bold.eot");
    src: url("../font/TTNorms/TTNorms-Bold-1.eot") format("embedded-opentype"), url("../font/TTNorms/TTNorms-Bold.woff") format("woff"), url("../font/TTNorms/TTNorms-Bold.ttf") format("truetype"), url("../font/TTNorms/TTNorms-Bold.svg") format("svg");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "TTNorms";
    src: url("../font/TTNorms/TTNorms-BoldItalic.eot");
    src: url("../font/TTNorms/TTNorms-BoldItalic-1.eot") format("embedded-opentype"), url("../font/TTNorms/TTNorms-BoldItalic.woff") format("woff"), url("../font/TTNorms/TTNorms-BoldItalic.ttf") format("truetype"), url("../font/TTNorms/TTNorms-BoldItalic.svg") format("svg");
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: "Muller";
    src: url("../font/Muller/MullerRegular.eot");
    src: url("../font/Muller/MullerRegular-1.eot") format("embedded-opentype"), url("../font/Muller/MullerRegular.woff") format("woff"), url("../font/Muller/MullerRegular.ttf") format("truetype"), url("../font/Muller/MullerRegular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Muller";
    src: url("../font/Muller/MullerRegularItalic.eot");
    src: url("../font/Muller/MullerRegularItalic-1.eot") format("embedded-opentype"), url("../font/Muller/MullerRegularItalic.woff") format("woff"), url("../font/Muller/MullerRegularItalic.ttf") format("truetype"), url("../font/Muller/MullerRegularItalic.svg") format("svg");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "Muller";
    src: url("../font/Muller/MullerMedium.eot");
    src: url("../font/Muller/MullerMedium-1.eot") format("embedded-opentype"), url("../font/Muller/MullerMedium.woff") format("woff"), url("../font/Muller/MullerMedium.ttf") format("truetype"), url("../font/Muller/MullerMedium.svg") format("svg");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Muller";
    src: url("../font/Muller/MullerMediumItalic.eot");
    src: url("../font/Muller/MullerMediumItalic-1.eot") format("embedded-opentype"), url("../font/Muller/MullerMediumItalic.woff") format("woff"), url("../font/Muller/MullerMediumItalic.ttf") format("truetype"), url("../font/Muller/MullerMediumItalic.svg") format("svg");
    font-weight: 500;
    font-style: italic;
}
html,
body {
    height: 100%;
}

.page {
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
}
.page * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    color: #1C1C1C;
    font-family: "TTNorms", "Arail", sans-serif;
    margin: 0;
    padding: 0;
    border: none;
}
.page.no-scroll {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

* html .page__wrapper {
    height: 100%;
}

.page__wrapper {
    width: 100%;
}

.page__buffer {
    height: 50px;
}

* {
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
}

input[type=text],
input[type=email],
input[type=password] {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

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

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

body {
    -webkit-overflow-scrolling: touch;
}

h2 {
    font-weight: 300;
    font-size: 3.125vw;
    line-height: 3.90625vw;
}
h2 b {
    font-weight: 700;
}

[on-scroll-display] {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(5.2083333333vw) !important;
    transform: translateY(5.2083333333vw) !important;
    opacity: 0 !important;
}
[on-scroll-display].visible {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    opacity: 1 !important;
}

[popup-open] {
    cursor: pointer;
}

.wrapper {
    width: 81.7708333333vw;
    margin: 0 auto;
}

[hiddenTextBlock_JS] {
    display: none;
}

.checkbox-style-mod {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    border-radius: 0.3645833333vw;
    border: 0.0520833333vw solid #13AAF7;
    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;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-right: 0.6770833333vw;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
    cursor: pointer;
}
.checkbox-style-mod input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}
.checkbox-style-mod svg {
    width: 0.4166666667vw;
    height: 0.3125vw;
    fill: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.checkbox-style-mod.checked {
    background-color: #13AAF7;
}
.checkbox-style-mod.checked svg {
    fill: #fff;
}

.style-blue-btn1 {
    padding: 0.8vw 1vw;
    background: -webkit-linear-gradient(340.36deg, #13AAF7 16.49%, #5782F1 105.64%);
    background: linear-gradient(109.64deg, #13AAF7 16.49%, #5782F1 105.64%);
    -webkit-box-shadow: inset 0 0 1.1458333333vw rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 1.1458333333vw rgba(255, 255, 255, 0.25);
    border-radius: 26.0416666667vw;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
}
.style-blue-btn1:hover {
    -webkit-filter: grayscale(0.25);
    filter: grayscale(0.25);
}
.style-blue-btn1:hover span {
    margin-right: 1.0416666667vw;
    margin-left: 0.2604166667vw;
}
.style-blue-btn1:hover:after {
    opacity: 0;
}
.style-blue-btn1 span {
    color: #FFFFFF;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.style-blue-btn {
    padding: 1vw 3vw;
    background: -webkit-linear-gradient(340.36deg, #13AAF7 16.49%, #5782F1 105.64%);
    background: linear-gradient(109.64deg, #13AAF7 16.49%, #5782F1 105.64%);
    -webkit-box-shadow: inset 0 0 1.1458333333vw rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 1.1458333333vw rgba(255, 255, 255, 0.25);
    border-radius: 26.0416666667vw;
    font-weight: 500;
    font-size: 1.0416666667vw;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
}
.style-blue-btn:hover {
    -webkit-filter: grayscale(0.25);
    filter: grayscale(0.25);
}
.style-blue-btn:hover span {
    margin-right: 1.0416666667vw;
    margin-left: 0.2604166667vw;
}
.style-blue-btn:hover:after {
    opacity: 0;
}
.style-blue-btn span {
    color: #FFFFFF;
    margin-right: 1.5625vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.style-blue-btn img,
.style-blue-btn svg {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
}
.style-blue-btn:after {
    content: "";
    width: 1.5625vw;
    height: 15.625vw;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -5.2083333333vw;
    left: -4.1666666667vw;
    z-index: 2;
    background-color: white;
    -webkit-animation: blick 3s infinite;
    animation: blick 3s infinite;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.style-blue-btn1:after {
    content: "";
    width: 1.5625vw;
    height: 15.625vw;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -5.2083333333vw;
    left: -4.1666666667vw;
    z-index: 2;
    background-color: white;
    -webkit-animation: blick 3s infinite;
    animation: blick 3s infinite;
    -webkit-transition: 0.3s;
    transition: 0.3s;}

.style-blue-btn1 img,
.style-blue-btn1 svg {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
}
.style-blue-btn1:after {
    content: "";
    width: 1.5625vw;
    height: 15.625vw;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -5.2083333333vw;
    left: -4.1666666667vw;
    z-index: 2;
    background-color: white;
    -webkit-animation: blick 3s infinite;
    animation: blick 3s infinite;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.style-blue-btn.mod-big-btn-blick:after {
    -webkit-animation: big-btn-blick 3s infinite;
    animation: big-btn-blick 3s infinite;
}
.style-blue-btn1.mod-big-btn-blick:after {
    -webkit-animation: big-btn-blick 3s infinite;
    animation: big-btn-blick 3s infinite;
}

.slider-btn-style {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    border-radius: 50%;
    background-color: #13AAF7;
    border: 0.0520833333vw solid #13AAF7;
    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;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 10;
}
.slider-btn-style svg {
    width: 0.4708333333vw;
    height: 0.8234375vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    fill: #fff !important;
}
.slider-btn-style svg path {
    fill: #fff !important;
}
.slider-btn-style:hover {
    border: 0.0520833333vw solid #13AAF7;
    background: #13AAF7;
    -webkit-box-shadow: 0.1041666667vw 0.2083333333vw 2.6041666667vw rgba(19, 170, 247, 0.25);
    box-shadow: 0.1041666667vw 0.2083333333vw 2.6041666667vw rgba(19, 170, 247, 0.25);
}
.slider-btn-style:hover svg {
    fill: #fff !important;
}
.slider-btn-style.swiper-button-disabled {
    pointer-events: none;
    opacity: 0.5;
}

.style-dotted {
    position: relative;
    cursor: pointer;
}
.style-dotted::after {
    content: "";
    width: 100%;
    height: 0.1041666667vw;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 0.1041666667vw dotted #13AAF7;
}
.style-dotted:hover::after {
    width: 60%;
    left: 0;
    right: 40%;
}

.validate_error {
    border-color: red !important;
}
.validate_error::-webkit-input-placeholder {
    color: red !important;
}
.validate_error::-moz-placeholder {
    color: red !important;
}
.validate_error:-ms-input-placeholder {
    color: red !important;
}
.validate_error::-ms-input-placeholder {
    color: red !important;
}
.validate_error::placeholder {
    color: red !important;
}

@-webkit-keyframes blick {
    0% {
        top: -5.2083333333vw;
        left: -4.1666666667vw;
    }
    100% {
        top: -5.2083333333vw;
        left: 26.0416666667vw;
    }
}

@keyframes blick {
    0% {
        top: -5.2083333333vw;
        left: -4.1666666667vw;
    }
    100% {
        top: -5.2083333333vw;
        left: 26.0416666667vw;
    }
}
@-webkit-keyframes big-btn-blick {
    0% {
        top: -5.2083333333vw;
        left: -4.1666666667vw;
    }
    100% {
        top: -5.2083333333vw;
        left: 36.4583333333vw;
    }
}
@keyframes big-btn-blick {
    0% {
        top: -5.2083333333vw;
        left: -4.1666666667vw;
    }
    100% {
        top: -5.2083333333vw;
        left: 36.4583333333vw;
    }
}
@media only screen and (max-width: 600px) {
    .page__wrapper {
        padding-top: 53px;
        overflow-x: hidden;
    }

    .style-blue-btn {
        padding: 3vw 9.3125vw;
        -webkit-box-shadow: inset 0 0 6.875vw rgba(255, 255, 255, 0.25);
        box-shadow: inset 0 0 6.875vw rgba(255, 255, 255, 0.25);
        border-radius: 156.25vw;
        font-weight: 500;
        font-size: 4.6875vw;
    }
    .style-blue-btn:hover span {
        margin-right: 1.875vw;
        margin-left: 0.9375vw;
    }
    .style-blue-btn span {
        margin-right: 3.75vw;
    }
    .style-blue-btn img,
    .style-blue-btn svg {
        width: 4.375vw;
        height: 4.375vw;
    }
    .style-blue-btn:after {
        width: 9.375vw;
        height: 93.75vw;
        top: -31.25vw;
        left: -25vw;
    }
    .style-blue-btn.mod-big-btn-blick:after {
        -webkit-animation: big-btn-blick 3s infinite;
        animation: big-btn-blick 3s infinite;
    }

    @-webkit-keyframes blick {
        0% {
            top: -31.25vw;
            left: -25vw;
        }
        100% {
            top: -31.25vw;
            left: 156.25vw;
        }
    }

    @keyframes blick {
        0% {
            top: -31.25vw;
            left: -25vw;
        }
        100% {
            top: -31.25vw;
            left: 156.25vw;
        }
    }
    @-webkit-keyframes big-btn-blick {
        0% {
            top: -31.25vw;
            left: -25vw;
        }
        100% {
            top: -31.25vw;
            left: 218.75vw;
        }
    }
    @keyframes big-btn-blick {
        0% {
            top: -31.25vw;
            left: -25vw;
        }
        100% {
            top: -31.25vw;
            left: 218.75vw;
        }
    }
    .style-dotted::after {
        height: 0.625vw;
        border-bottom: 0.625vw dotted #13AAF7;
    }

    .wrapper {
        width: 86.25vw;
    }

    .checkbox-style-mod {
        width: 6.25vw;
        height: 6.25vw;
        border-radius: 2.1875vw;
        border: 0.3125vw solid #13AAF7;
        margin-right: 4.0625vw;
    }
    .checkbox-style-mod svg {
        width: 2.5vw;
        height: 1.875vw;
    }

    h2 {
        font-size: 7.5vw;
        line-height: 9.375vw;
    }
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
    visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 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;
    text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}

.company {
    margin-bottom: 6.09375vw;
}
.company__banner {
    padding: 6.0416666667vw;
    padding-right: 36.40625vw;
    background-image: url("../images/general/company-bg.jpg");
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 1.8229166667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 3.6979166667vw;
    overflow: hidden;
}
.company__banner.mod-style-2 {
    padding: 5.4166666667vw 6.0416666667vw;
}
.company__banner.mod-style-2 .company__title {
    width: 29.4270833333vw;
}
.company__banner.mod-style-2 .company__title b {
    font-weight: 700;
}
.company__banner.mod-style-2 .company__boss {
    right: 26.09375vw;
}
.company__banner.mod-style-2 .company__boss-img {
    right: 15.3125vw;
}
.company__banner.mod-style-2 .company__text p {
    width: 27.6041666667vw;
}
.company__banner.mod-style-2 .company__text ul {
    width: 22.9166666667vw;
}
.company__banner.mod-style-2 .company__more-info {
    width: 22.9166666667vw;
}
.company__banner.mod-style-2 .company__more-info div {
    padding-right: 2.6041666667vw;
}
.company__banner.mod-style-2 .company__video {
    right: 38.5416666667vw;
}
.company__title {
    width: 39.3229166667vw;
    font-weight: 300;
    font-size: 2.5vw;
    line-height: 3.125vw;
    margin-bottom: 1.875vw;
}
.company__title b {
    font-weight: 500;
}
.company__text {
    font-weight: 400;
    font-size: 1.0416666667vw;
    line-height: 1.5625vw;
}
.company__text p {
    width: 32.2916666667vw;
    margin-bottom: 0.9895833333vw;
}
.company__text ul {
    width: 32.2916666667vw;
    list-style: none;
    padding: 0;
    line-height: 1.3020833333vw;
    margin-bottom: 1.875vw;
}
.company__text ul li {
    padding-left: 0.7291666667vw;
    margin-bottom: 1.0416666667vw;
    position: relative;
}
.company__text ul li:before {
    content: "";
    position: absolute;
    top: 0.4166666667vw;
    left: 0;
    width: 0.2604166667vw;
    height: 0.2604166667vw;
    border-radius: 50%;
    background: #13AAF7;
}
.company__text ul b {
    font-weight: 700;
}
.company__more-info {
    width: 32.2916666667vw;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    z-index: 5;
}
.company__more-info div {
    font-weight: 400;
    font-size: 1.0416666667vw;
    line-height: 1.5625vw;
    padding-right: 5.2083333333vw;
}
.company__video {
    width: 6.6145833333vw;
    position: absolute;
    right: 34.21875vw;
    bottom: 5.625vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 10;
}
.company__video span {
    font-weight: 400;
    font-size: 0.625vw;
    line-height: 0.8333333333vw;
    text-align: center;
    margin-bottom: 1.71875vw;
}
.company__video div {
    width: 6.6145833333vw;
    height: 6.6145833333vw;
    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;
    position: relative;
    border-radius: 50%;
    background: -webkit-linear-gradient(340.36deg, #13AAF7 16.49%, #5782F1 105.64%);
    background: linear-gradient(109.64deg, #13AAF7 16.49%, #5782F1 105.64%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.company__video div:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.company__video div:hover img {
    opacity: 0;
}
.company__video div:hover:before, .company__video div:hover:after {
    opacity: 0 !important;
}
.company__video div:hover svg {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.company__video div img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    overflow: hidden;
    border-radius: 50%;
    z-index: 3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.company__video div svg {
    width: 1.196875vw;
    height: 1.196875vw;
    position: relative;
    z-index: 4;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.company__video div:before, .company__video div:after {
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: -webkit-linear-gradient(340.36deg, #13AAF7 16.49%, #5782F1 105.64%);
    background: linear-gradient(109.64deg, #13AAF7 16.49%, #5782F1 105.64%);
    z-index: 1;
    border-radius: 50%;
    -webkit-animation: video_btn_pulse_1 4s infinite;
    animation: video_btn_pulse_1 4s infinite;
}
.company__video div:after {
    background: -webkit-linear-gradient(340.36deg, #13AAF7 16.49%, #5782F1 105.64%);
    background: linear-gradient(109.64deg, #13AAF7 16.49%, #5782F1 105.64%);
    -webkit-animation: video_btn_pulse_2 4s infinite;
    animation: video_btn_pulse_2 4s infinite;
}
.company__boss {
    width: 5.78125vw;
    position: absolute;
    bottom: 12.7604166667vw;
    right: 11.1458333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: default;
    z-index: 10;
}
.company__boss:hover div {
    background-color: #13AAF7;
    -webkit-transform: rotate(105deg) scale(1.5);
    transform: rotate(105deg) scale(1.5);
}
.company__boss:hover div svg {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    fill: #fff;
}
.company__boss div {
    width: 2.34375vw;
    height: 2.34375vw;
    border-radius: 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;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 1.6145833333vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.company__boss div svg {
    width: 0.5046875vw;
    height: 0.5036458333vw;
    fill: #13AAF7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.company__boss p {
    font-weight: 700;
    font-size: 1.25vw;
    line-height: 1.5104166667vw;
    color: #FFFFFF;
    margin-bottom: 1.3020833333vw;
}
.company__boss span {
    font-weight: 400;
    font-size: 0.8333333333vw;
    line-height: 0.5208333333vw;
    color: #FFFFFF;
}
.company__boss-img {
    width: 40.6770833333vw;
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    pointer-events: none;
}
.company__boss-img img {
    width: 100%;
}
.company__facts {
    margin-bottom: 6.09375vw;
}
.company__facts-title {
    margin-bottom: 2.7083333333vw;
}
.company__facts-container {
    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;
}
.company__facts-container div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 1.0416666667vw;
    position: relative;
    max-width: 17.1875vw;
}
.company__facts-container div > span {
    font-weight: 400;
    font-size: 1.0416666667vw;
    line-height: 2.34375vw;
}
.company__facts-container div:after {
    content: "";
    width: 1.0416666667vw;
    height: 0.2604166667vw;
    position: absolute;
    left: 0;
    bottom: -0.1041666667vw;
    border-radius: 26.0416666667vw;
    background-color: #2F63DF;
}
.company__facts-container div:nth-child(2):after {
    background-color: #30CC67;
}
.company__facts-container div:nth-child(3):after {
    background-color: #DD1E46;
}
.company__facts-container div:nth-child(4):after {
    background-color: #F5803E;
}
.company__facts-container p {
    font-weight: 700;
    font-size: 2.6041666667vw;
    line-height: 3.0729166667vw;
    margin-bottom: 0.2604166667vw;
}
.company__facts-container p span {
    font-size: 1.5625vw;
    line-height: 1.8229166667vw;
}
.company__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
    position: absolute;
    top: 5.4166666667vw;
    right: 4.9479166667vw;
}
.company__list span {
    font-weight: 500;
    font-size: 1.1458333333vw;
    line-height: 3.6458333333vw;
    color: #FFFFFF;
    position: relative;
}
.company__list span::after, .company__list span::before {
    content: "";
    position: absolute;
    background-color: #FFFFFF;
}
.company__list span:before {
    width: 0.3645833333vw;
    height: 0.3645833333vw;
    border-radius: 50%;
    top: 50%;
    right: -2.0833333333vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.company__list span:after {
    width: 2.8645833333vw;
    height: 0.0520833333vw;
    opacity: 0.25;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -4.8958333333vw;
}
.company__warning {
    width: 7.9166666667vw;
    font-weight: 700;
    font-size: 1.1458333333vw;
    line-height: 1.6666666667vw;
    color: #FFFFFF;
    position: absolute;
    right: 2.8645833333vw;
    bottom: 5.4166666667vw;
    text-align: right;
}

.more-info-btn {
    font-weight: 500;
    font-size: 0.9375vw;
    color: #13AAF7;
    margin-bottom: 0.78125vw;
}

@-webkit-keyframes video_btn_pulse_1 {
    0% {
        width: 6.6145833333vw;
        height: 6.6145833333vw;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.1;
    }
    100% {
        width: 10.78125vw;
        height: 10.78125vw;
        position: absolute;
        top: -2.0833333333vw;
        left: -2.0833333333vw;
        right: -2.0833333333vw;
        bottom: -2.0833333333vw;
        opacity: 0;
    }
}

@keyframes video_btn_pulse_1 {
    0% {
        width: 6.6145833333vw;
        height: 6.6145833333vw;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.1;
    }
    100% {
        width: 10.78125vw;
        height: 10.78125vw;
        position: absolute;
        top: -2.0833333333vw;
        left: -2.0833333333vw;
        right: -2.0833333333vw;
        bottom: -2.0833333333vw;
        opacity: 0;
    }
}
@-webkit-keyframes video_btn_pulse_2 {
    0% {
        width: 4.1666666667vw;
        height: 4.1666666667vw;
        position: absolute;
        top: 1.1979166667vw;
        left: 1.1979166667vw;
        right: 1.25vw;
        bottom: 1.25vw;
        opacity: 0.35;
    }
    100% {
        width: 9.375vw;
        height: 9.375vw;
        position: absolute;
        top: -1.3541666667vw;
        left: -1.40625vw;
        right: -1.3541666667vw;
        bottom: -1.40625vw;
        opacity: 0;
    }
}
@keyframes video_btn_pulse_2 {
    0% {
        width: 4.1666666667vw;
        height: 4.1666666667vw;
        position: absolute;
        top: 1.1979166667vw;
        left: 1.1979166667vw;
        right: 1.25vw;
        bottom: 1.25vw;
        opacity: 0.35;
    }
    100% {
        width: 9.375vw;
        height: 9.375vw;
        position: absolute;
        top: -1.3541666667vw;
        left: -1.40625vw;
        right: -1.3541666667vw;
        bottom: -1.40625vw;
        opacity: 0;
    }
}
@media only screen and (max-width: 600px) {
    .company {
        margin-bottom: 20vw;
    }
    .company__banner {
        padding: 8.4375vw 0 100.625vw 9.375vw;
        background-position: top left;
        border-radius: 10.9375vw;
        margin-bottom: 7.5vw;
    }
    .company__boss-img {
        width: 85.9375vw;
        height: 93.625vw;
        left: 8.4375vw;
        right: auto;
        bottom: 0;
    }
    .company__title {
        font-size: 5.625vw;
        line-height: 7.8125vw;
        margin-bottom: 4.0625vw;
        width: 100%;
        padding-right: 9.375vw;
    }
    .company__text p {
        width: 100%;
        font-size: 3.125vw;
        line-height: 5vw;
        margin-bottom: 4.6875vw;
        padding-right: 10.9375vw;
    }
    .company__text p br {
        display: none;
    }
    .company__text ul {
        width: 100%;
        margin-bottom: 4.6875vw;
    }
    .company__text ul li {
        font-size: 3.125vw;
        line-height: 4.375vw;
        margin-bottom: 3.125vw;
        padding-left: 3.125vw;
    }
    .company__text ul li::before {
        width: 1.25vw;
        height: 1.25vw;
        top: 2.1875vw;
    }
    .company__more-info {
        width: 100%;
    }
    .company__more-info .more-info-btn {
        font-size: 3.75vw;
        margin-bottom: 4.6875vw;
    }
    .company__more-info div {
        font-size: 3.125vw;
        line-height: 5vw;
    }
    .company__video {
        width: 23.125vw;
        left: 8.125vw;
        bottom: 25.625vw;
        right: auto;
    }
    .company__video span {
        width: 100%;
        font-size: 2.5vw;
        line-height: 3.4375vw;
        margin-bottom: 7.1875vw;
    }
    .company__video div {
        width: 23.125vw;
        height: 23.125vw;
    }
    .company__video div svg {
        width: 4.18125vw;
        height: 4.18125vw;
    }
    .company__boss {
        width: 23.125vw;
    }
    .company__boss div {
        width: 14.0625vw;
        height: 14.0625vw;
        margin-right: 0;
        margin-left: auto;
        margin-bottom: 4.375vw;
    }
    .company__boss div svg {
        width: 3.028125vw;
        height: 3.021875vw;
    }
    .company__boss p {
        text-align: right;
        font-size: 5vw;
        line-height: 6.25vw;
        margin-bottom: 3.125vw;
    }
    .company__boss span {
        text-align: right;
        font-size: 3.125vw;
        line-height: 3.125vw;
    }
    .company__boss:hover div {
        -webkit-transform: rotate(105deg) scale(1.2);
        transform: rotate(105deg) scale(1.2);
    }
    .company__boss:hover div svg {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    .company__facts-title {
        font-size: 6.5625vw;
        line-height: 9.375vw;
        margin-bottom: 5vw;
        padding: 0 6.25vw;
        text-align: center;
    }
    .company__facts-container {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .company__facts-container .facts-item {
        width: 39.6875vw;
        max-width: 39.6875vw;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 6.875vw;
        text-align: center;
        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;
        margin-top: 4.6875vw;
        padding-bottom: 8.4375vw;
    }
    .company__facts-container .facts-item:first-child, .company__facts-container .facts-item:nth-child(2) {
        margin-top: 0;
    }
    .company__facts-container .facts-item:nth-child(even) {
        margin-right: 0;
    }
    .company__facts-container .facts-item p {
        width: 100%;
        font-size: 6.5625vw;
        line-height: 6.25vw;
        margin-bottom: 3.125vw;
        padding: 0 1.5625vw;
    }
    .company__facts-container .facts-item p span {
        padding: 0;
    }
    .company__facts-container .facts-item span {
        width: 100%;
        font-size: 3.75vw;
        line-height: 4.6875vw;
        padding: 0 3.125vw;
    }
    .company__facts-container .facts-item::after {
        width: 6.25vw;
        height: 1.5625vw;
        border-radius: 156.25vw;
        left: calc(50% - 3.125vw);
        bottom: 0;
    }
    .company.mod-mb-35 {
        margin-bottom: 10.9375vw;
    }
    .company__banner.mod-style-2 {
        background-position: bottom right;
        padding: 8.4375vw 0 165.625vw 9.375vw;
        background-image: url("../images/general/company-bg-2.png");
    }
    .company__banner.mod-style-2 .company__title,
    .company__banner.mod-style-2 .company__more-info {
        width: 100%;
    }
    .company__banner.mod-style-2 .company__text p,
    .company__banner.mod-style-2 .company__text ul {
        width: 100%;
    }
    .company__banner.mod-style-2 .company__boss-img {
        width: 117.5vw;
        height: 127.8125vw;
        right: -20.9375vw;
        bottom: -23.125vw;
        left: auto;
        top: auto;
    }
    .company__banner.mod-style-2 .company__boss {
        right: 15.9375vw;
    }
    .company__banner.mod-style-2 .company__video span {
        color: #fff;
    }
    .company__banner.mod-style-2 .company__video {
        left: 4.6875vw;
        bottom: 25vw;
    }
    .company__banner.mod-style-2 .company__list {
        top: auto;
        left: 17.8125vw;
        right: auto;
        bottom: 103.75vw;
        width: 29.0625vw;
    }
    .company__banner.mod-style-2 .company__list span {
        font-size: 3.125vw;
        line-height: 9.375vw;
        text-align: left;
    }
    .company__banner.mod-style-2 .company__list span::after {
        width: 12.5vw;
        height: 0.3125vw;
        right: calc(100% + 17px);
    }
    .company__banner.mod-style-2 .company__list span::before {
        width: 2.1875vw;
        height: 2.1875vw;
        right: calc(100% + 10px);
    }
    .company__banner.mod-style-2 .company__warning {
        width: 24.6875vw;
        font-size: 3.75vw;
        line-height: 5vw;
        top: auto;
        left: auto;
        right: 6.875vw;
        bottom: 139.375vw;
    }

    @-webkit-keyframes video_btn_pulse_1 {
        0% {
            width: 23.125vw;
            height: 23.125vw;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0.1;
        }
        100% {
            width: 48.125vw;
            height: 48.125vw;
            position: absolute;
            top: -12.5vw;
            left: -12.5vw;
            right: -12.5vw;
            bottom: -12.5vw;
            opacity: 0;
        }
    }

    @keyframes video_btn_pulse_1 {
        0% {
            width: 23.125vw;
            height: 23.125vw;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0.1;
        }
        100% {
            width: 48.125vw;
            height: 48.125vw;
            position: absolute;
            top: -12.5vw;
            left: -12.5vw;
            right: -12.5vw;
            bottom: -12.5vw;
            opacity: 0;
        }
    }
    @-webkit-keyframes video_btn_pulse_2 {
        0% {
            width: 23.125vw;
            height: 23.125vw;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0.1;
        }
        100% {
            width: 35.625vw;
            height: 35.625vw;
            position: absolute;
            top: -6.25vw;
            left: -6.25vw;
            right: -6.25vw;
            bottom: -6.25vw;
            opacity: 0;
        }
    }
    @keyframes video_btn_pulse_2 {
        0% {
            width: 23.125vw;
            height: 23.125vw;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0.1;
        }
        100% {
            width: 35.625vw;
            height: 35.625vw;
            position: absolute;
            top: -6.25vw;
            left: -6.25vw;
            right: -6.25vw;
            bottom: -6.25vw;
            opacity: 0;
        }
    }
}
.contacts {
    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: 3.6458333333vw;
    padding-bottom: 1.5625vw;*/
    padding-top: 0;
    padding-bottom: 3.6458333333vw;
    padding-right: 8.5vw;
}
.contacts__info {
    width: 40.5208333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 9.1145833333vw;
}
.contacts__title {
    font-weight: 700;
    font-size: 3.125vw;
    line-height: 3.6979166667vw;
    color: #000000;
    margin-bottom: 2.5vw;
}
.contacts__call-us {
    margin-bottom: 3.125vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.contacts__call-us p {
    font-weight: 700;
    font-size: 1.5625vw;
    line-height: 1.8229166667vw;
    color: #000000;
    margin-bottom: 0.5208333333vw;
}
.contacts__call-us span {
    font-weight: 400;
    font-size: 0.8333333333vw;
    line-height: 0.9895833333vw;
    letter-spacing: 0.03em;
    color: #000000;
    margin-bottom: 0.5208333333vw;
    padding-left: 0.5208333333vw;
    position: relative;
}
.contacts__call-us span:before {
    content: "";
    width: 0.2083333333vw;
    height: 0.2083333333vw;
    border-radius: 50%;
    background: #12C868;
    position: absolute;
    left: 0;
    top: 0.4166666667vw;
}
.contacts__call-us a {
    font-weight: 700;
    font-size: 1.25vw;
    line-height: 1.4583333333vw;
    color: #000000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.contacts__call-us a:hover {
    color: #05A0EB;
}
.contacts__write-us {
    margin-bottom: 2.0833333333vw;
}
.contacts__write-us p {
    font-weight: 700;
    font-size: 1.25vw;
    line-height: 1.6145833333vw;
    color: #000000;
    margin-bottom: 0.5208333333vw;
}
.contacts__write-us div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.contacts__write-us div span {
    width: 10.15625vw;
    font-weight: 400;
    font-size: 0.8333333333vw;
    line-height: 0.9895833333vw;
    letter-spacing: 0.03em;
    color: #000000;
    padding-left: 0.5208333333vw;
    position: relative;
}
.contacts__write-us div span:before {
    content: "";
    width: 0.2083333333vw;
    height: 0.2083333333vw;
    border-radius: 50%;
    background: #12C868;
    position: absolute;
    left: 0;
    top: 0.4166666667vw;
}
.contacts__write-us div div {
    width: 3.8020833333vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 0;
    margin-left: auto;
}
.contacts__write-us div a {
    width: 1.7708333333vw;
    height: 1.7708333333vw;
    border-radius: 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;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.contacts__write-us div a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.contacts__write-us div .telegram-icon {
    background: #05A0EB;
}
.contacts__write-us div .telegram-icon img {
    width: 0.6958333333vw;
}
.contacts__write-us div .whats-app-icon {
    background: #12C868;
}
.contacts__write-us div .whats-app-icon img {
    width: 0.765625vw;
}
.contacts__email {
    margin-bottom: 2.5vw;
}
.contacts__email a {
    font-weight: 500;
    font-size: 1.0416666667vw;
    line-height: 1.09375vw;
    color: #13AAF7;
    position: relative;
    text-decoration: none !important;
}
.contacts__email a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0.0520833333vw;
    top: 100%;
    left: 50%;
    right: 50%;
    background-color: #13AAF7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.contacts__email a:hover::after {
    width: 100%;
    left: 0%;
    right: 0%;
}
.contacts__work-time p {
    font-weight: 700;
    font-size: 1.25vw;
    line-height: 1.6145833333vw;
    color: #000000;
    margin-bottom: 0.5208333333vw;
}
.contacts__work-time ul {
    list-style: none;
}
.contacts__work-time li {
    padding-left: 0.5208333333vw;
    position: relative;
    font-weight: 400;
    font-size: 0.8333333333vw;
    line-height: 1.0416666667vw;
    color: #000000;
    margin-top: 0.3645833333vw;
}
.contacts__work-time li:first-child {
    margin-top: 0;
}
.contacts__work-time li b {
    font-weight: 700;
}
.contacts__work-time li:before {
    content: "";
    width: 0.2083333333vw;
    height: 0.2083333333vw;
    border-radius: 50%;
    background: #12C868;
    position: absolute;
    left: 0;
    top: 0.4166666667vw;
}
.contacts__address {
    margin-bottom: 1.5625vw;
}
.contacts__address p {
    font-weight: 700;
    font-size: 1.5625vw;
    line-height: 1.8229166667vw;
    color: #000000;
    margin-bottom: 1.5625vw;
}
.contacts__address div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contacts__address div img {
    width: 0.8875vw;
    margin-right: 0.78125vw;
}
.contacts__address div span {
    width: 15.625vw;
    font-weight: 400;
    font-size: 0.9375vw;
    line-height: 1.40625vw;
    color: #000000;
}
.contacts__office-img {
    width: 18.2291666667vw;
    border-radius: 1.0416666667vw;
    overflow: hidden;
    margin-bottom: 2.5vw;
}
.contacts__social-networks p {
    width: 15.625vw;
    font-weight: 700;
    font-size: 1.25vw;
    line-height: 1.6145833333vw;
    color: #000000;
    margin-bottom: 1.0416666667vw;
}
.contacts__social-networks div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contacts__social-networks div a {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    border-radius: 50%;
    margin-left: 0.5208333333vw;
    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;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.contacts__social-networks div a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.contacts__social-networks div a:first-child {
    margin-left: 0;
}
.contacts__social-networks div .yandex-zen-icon {
    background: #33363C;
}
.contacts__social-networks div .yandex-zen-icon img,
.contacts__social-networks div .yandex-zen-icon svg {
    width: 0.8317708333vw;
    height: 0.8317708333vw;
}
.contacts__social-networks div .vk-icon {
    background: #01A7EE;
}
.contacts__social-networks div .vk-icon img,
.contacts__social-networks div .vk-icon svg {
    width: 0.9979166667vw;
    height: 0.5822916667vw;
}
.contacts__social-networks div .rutube-icon {
    background: #1C1C1C;
}
.contacts__social-networks div .rutube-icon img,
.contacts__social-networks div .rutube-icon svg {
    width: 1.3541666667vw;
    height: 0.78125vw;
}
.contacts__social-networks div .youtube-icon {
    background: #EC0000;
}
.contacts__social-networks div .youtube-icon img,
.contacts__social-networks div .youtube-icon svg {
    width: 1.0416666667vw;
    height: 0.7291666667vw;
}
.contacts__social-networks div .facebook-icon {
    background-color: #4267B2;
}
.contacts__social-networks div .facebook-icon img,
.contacts__social-networks div .facebook-icon svg {
    width: 1.1458333333vw;
    height: 1.1458333333vw;
}
.contacts__map {
    width: 55.3125vw;
    height: 35.6875vw;
    border-radius: 1.3vw 1.3vw 1.3vw 1.3vw;
    overflow: hidden;
}
.contacts__map iframe {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 600px) {
    .contacts {
        padding: 9.375vw 0;
        width: 86.25vw;
        margin: 0 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contacts__info {
        width: 100%;
        margin: 0;
        margin-bottom: 9.375vw;
        -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;
    }
    .contacts__info * {
        text-align: center;
    }
    .contacts__info > div {
        margin-bottom: 9.375vw;
    }
    .contacts__info > div:last-child {
        margin-bottom: 0;
    }
    .contacts__title {
        font-weight: 700;
        font-size: 7.5vw;
        line-height: 9.375vw;
        margin-bottom: 7.5vw;
    }
    .contacts__call-us {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 7.8125vw;
    }
    .contacts__call-us p {
        font-weight: 700;
        font-size: 5.625vw;
        line-height: 6.5625vw;
        margin-bottom: 2.5vw;
    }
    .contacts__call-us span {
        font-weight: 400;
        font-size: 3.125vw;
        line-height: 3.75vw;
        margin-bottom: 1.5625vw;
        padding-left: 2.8125vw;
    }
    .contacts__call-us span::before {
        width: 1.25vw;
        height: 1.25vw;
        top: calc(50% - 0.625vw);
    }
    .contacts__call-us a {
        font-weight: 700;
        font-size: 6.25vw;
        line-height: 7.5vw;
    }
    .contacts__write-us {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 2.8125vw;
    }
    .contacts__write-us p {
        font-size: 5.625vw;
        line-height: 6.5625vw;
        margin-bottom: 2.5vw;
    }
    .contacts__write-us div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contacts__write-us div div {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0;
        width: 40vw;
        margin: 0 auto;
    }
    .contacts__write-us div span {
        display: block;
        width: 60.9375vw;
        padding-left: 2.8125vw;
        font-size: 3.125vw;
        line-height: 3.75vw;
        margin-bottom: 5vw;
    }
    .contacts__write-us div span::before {
        width: 1.25vw;
        height: 1.25vw;
        top: calc(50% - 0.625vw);
    }
    .contacts__write-us div a {
        width: 10.440625vw;
        height: 10.440625vw;
    }
    .contacts__write-us div a.telegram-icon img {
        width: 4.175vw;
        height: 3.340625vw;
    }
    .contacts__write-us div a.whats-app-icon img {
        width: 4.59375vw;
        height: 4.59375vw;
    }
    .contacts__email {
        margin-bottom: 7.5vw;
    }
    .contacts__email a {
        font-size: 4.6875vw;
        line-height: 7.5vw;
    }
    .contacts__work-time {
        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;
    }
    .contacts__work-time p {
        font-size: 5.625vw;
        line-height: 6.5625vw;
        margin-bottom: 3.75vw;
    }
    .contacts__work-time ul li {
        text-align: left;
        font-size: 3.125vw;
        line-height: 6.25vw;
        padding-left: 2.8125vw;
    }
    .contacts__work-time ul li::before {
        width: 1.25vw;
        height: 1.25vw;
        top: 2.5vw;
    }
    .contacts__address {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 5vw;
    }
    .contacts__address p {
        font-size: 5.625vw;
        line-height: 6.5625vw;
        margin-bottom: 5vw;
    }
    .contacts__address div {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .contacts__address div span {
        font-size: 2.5vw;
        line-height: 4.375vw;
        width: auto;
    }
    .contacts__address div span br {
        display: none;
    }
    .contacts__address div img {
        width: 4.6875vw;
        height: 5.625vw;
        margin-right: 2.5vw;
    }
    .contacts__office-img {
        width: 86.25vw;
        height: 61.5625vw;
        margin-bottom: 5vw;
    }
    .contacts__social-networks {
        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;
    }
    .contacts__social-networks p {
        width: 62.5vw;
        font-size: 5vw;
        line-height: 8.125vw;
        margin-bottom: 5vw;
    }
    .contacts__social-networks p br {
        display: none;
    }
    .contacts__social-networks div a {
        width: 12.475vw;
        height: 12.475vw;
        margin-left: 3.125vw;
    }
    .contacts__social-networks div a:first-child {
        margin-left: 0;
    }
    .contacts__social-networks div a.yandex-zen-icon img {
        width: 4.990625vw;
        height: 4.990625vw;
    }
    .contacts__social-networks div a.vk-icon img {
        width: 5.9875vw;
        height: 3.49375vw;
    }
    .contacts__social-networks div a.rutube-icon img {
        width: 8.125vw;
        height: 4.6875vw;
    }
    .contacts__social-networks div a.youtube-icon img {
        width: 6.25vw;
        height: 4.375vw;
    }
    .contacts__social-networks div a.facebook-icon img,
    .contacts__social-networks div a.facebook-icon svg {
        width: 6.875vw;
        height: 6.875vw;
    }
    .contacts__map {
        width: 100%;
        height: 56.5625vw;
        border-radius: 7.8125vw;
    }
}
.cooperation {
    margin-bottom: 4.8958333333vw;
}
.cooperation__title {
    text-align: center;
    margin-bottom: 4.9479166667vw;
}
.cooperation__hint-desk {
    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-bottom: 1.5625vw;
}
.cooperation__hint-desk span {
    width: auto;
    text-align: right;
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: rgba(0, 0, 0, 0.5);
    margin-right: 0.625vw;
}
.cooperation__hint-desk img {
    width: 1.4583333333vw;
    height: 1.1458333333vw;
}
.cooperation__hint-mobile {
    display: none;
}
.cooperation__scheme {
    width: 46.6666666667vw;
    height: 36.6145833333vw;
    margin: 0 auto;
    position: relative;
}
.cooperation__scheme .scheme-item {
    position: absolute;
    background: #FFFFFF;
    border: 0.0520833333vw solid #EEF2F5;
    border-radius: 1.5625vw;
    padding: 3.4895833333vw;
    width: 18.2291666667vw;
    height: 11.71875vw;
    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;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.cooperation__scheme .scheme-item p {
    font-weight: 500;
    font-size: 1.5625vw;
    line-height: 1.8229166667vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.cooperation__scheme .scheme-item span {
    position: absolute;
    z-index: 5;
}
.cooperation__scheme .scheme-item .line-1 {
    width: 1.0416666667vw;
    height: 0.2604166667vw;
    border-radius: 26.0416666667vw;
}
.cooperation__scheme .scheme-item .line-2 {
    width: 0.2604166667vw;
    height: 1.0416666667vw;
    border-radius: 26.0416666667vw;
}
.cooperation__scheme .scheme-item .scheme-text {
    font-weight: 400;
    font-size: 0.7291666667vw;
    line-height: 1.0416666667vw;
    text-align: center;
    color: #000000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.3;
}
.cooperation__scheme .scheme-item .scheme-text b {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #000000;
    font-weight: 700;
}
.cooperation__scheme .scheme-item::after {
    content: "";
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
    z-index: 2;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.3;
}
.cooperation__scheme .scheme-item:hover p {
    color: #fff;
}
.cooperation__scheme .scheme-item:hover .scheme-text {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.cooperation__scheme .scheme-item:hover::after {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.cooperation__scheme .scheme-item:first-child {
    top: 0;
    right: 0;
    border-color: #F5803E;
}
.cooperation__scheme .scheme-item:first-child .line-1,
.cooperation__scheme .scheme-item:first-child .line-2 {
    background: #F5803E;
}
.cooperation__scheme .scheme-item:first-child .line-1 {
    left: 3.4895833333vw;
    bottom: -0.15625vw;
}
.cooperation__scheme .scheme-item:first-child .line-2 {
    top: 5.4166666667vw;
    left: -0.15625vw;
}
.cooperation__scheme .scheme-item:first-child .scheme-text {
    width: 4.6875vw;
    top: 6.0416666667vw;
    right: calc(100% + 8.75vw);
}
.cooperation__scheme .scheme-item:first-child::after {
    content: "";
    width: 24.4270833333vw;
    height: 9.15vw;
    top: 3.28125vw;
    right: 100%;
    background-image: url("../images/content/cooperation-1.svg");
}
.cooperation__scheme .scheme-item:first-child:hover {
    background: #F5803E;
}
.cooperation__scheme .scheme-item:nth-child(2) {
    top: 12.4479166667vw;
    left: 0;
    border-color: #2F63DF;
}
.cooperation__scheme .scheme-item:nth-child(2) .line-1,
.cooperation__scheme .scheme-item:nth-child(2) .line-2 {
    background: #2F63DF;
}
.cooperation__scheme .scheme-item:nth-child(2) .line-1 {
    left: 3.4895833333vw;
    bottom: -0.15625vw;
}
.cooperation__scheme .scheme-item:nth-child(2) .line-2 {
    width: 1.0416666667vw;
    height: 0.2604166667vw;
    top: -0.15625vw;
    left: 3.4895833333vw;
}
.cooperation__scheme .scheme-item:nth-child(2) .scheme-text {
    width: 5.7291666667vw;
    top: calc(100% + 3.75vw);
    left: 14.6875vw;
}
.cooperation__scheme .scheme-item:nth-child(2)::after {
    content: "";
    width: 24.4270833333vw;
    height: 9.15vw;
    top: 100%;
    left: 4.0364583333vw;
    background-image: url("../images/content/cooperation-2.svg");
    background-position: bottom center;
}
.cooperation__scheme .scheme-item:nth-child(2):hover {
    background: #2F63DF;
}
.cooperation__scheme .scheme-item:nth-child(3) {
    right: 0;
    bottom: 0;
    border-color: #30CC67;
}
.cooperation__scheme .scheme-item:nth-child(3) .line-1,
.cooperation__scheme .scheme-item:nth-child(3) .line-2 {
    background: #30CC67;
}
.cooperation__scheme .scheme-item:nth-child(3) .line-1 {
    top: -0.15625vw;
    left: 3.4895833333vw;
}
.cooperation__scheme .scheme-item:nth-child(3) .line-2 {
    top: 5.3645833333vw;
    left: -0.15625vw;
}
.cooperation__scheme .scheme-item:nth-child(3) .scheme-text {
    width: 6.25vw;
    right: 5.0520833333vw;
    bottom: calc(100% + 5.625vw);
}
.cooperation__scheme .scheme-item:nth-child(3)::after {
    content: "";
    width: 0.7973958333vw;
    height: 13.2291666667vw;
    left: 3.8020833333vw;
    bottom: 100%;
    background-image: url("../images/content/cooperation-3.svg");
}
.cooperation__scheme .scheme-item:nth-child(3):hover {
    background: #30CC67;
}

@media only screen and (max-width: 600px) {
    .cooperation {
        margin-bottom: 20vw;
    }
    .cooperation__title {
        margin-bottom: 5.625vw;
    }
    .cooperation__hint-desk {
        display: none;
    }
    .cooperation__hint-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 7.1875vw;
    }
    .cooperation__hint-mobile span {
        width: 47.8125vw;
        text-align: right;
        font-weight: 400;
        font-size: 3.125vw;
        line-height: 4.0625vw;
        color: rgba(0, 0, 0, 0.5);
        margin-right: 2.5vw;
    }
    .cooperation__hint-mobile img {
        width: 8.75vw;
        height: 6.875vw;
    }
    .cooperation__scheme {
        width: 100%;
        height: 127.5vw;
    }
    .cooperation__scheme .scheme-item {
        padding: 7.8125vw;
        border-radius: 9.375vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .cooperation__scheme .scheme-item p {
        font-size: 4.6875vw;
        line-height: 5.625vw;
        margin-bottom: 2.5vw;
    }
    .cooperation__scheme .scheme-item .scheme-text {
        text-align: left;
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: 34.375vw !important;
        font-weight: 400;
        font-size: 3.125vw;
        line-height: 5vw;
        opacity: 1;
        color: #D0D0D0;
    }
    .cooperation__scheme .scheme-item .scheme-text br {
        display: none;
    }
    .cooperation__scheme .scheme-item .scheme-text b {
        font-weight: 400;
        color: #D0D0D0;
    }
    .cooperation__scheme .scheme-item:hover .scheme-text {
        color: #fff;
    }
    .cooperation__scheme .scheme-item:hover .scheme-text b {
        color: #fff;
    }
    .cooperation__scheme .scheme-item:hover::after {
        opacity: 1;
    }
    .cooperation__scheme .scheme-item .line-1,
    .cooperation__scheme .scheme-item .line-2 {
        width: 6.25vw;
        height: 1.5625vw;
        border-radius: 156.25vw;
    }
    .cooperation__scheme .scheme-item:first-child {
        width: 57.8125vw;
        height: 33.4375vw;
        top: 0;
        left: 0;
    }
    .cooperation__scheme .scheme-item:first-child .line-1 {
        top: auto;
        right: auto;
        left: 18.4375vw;
        bottom: -0.9375vw;
    }
    .cooperation__scheme .scheme-item:first-child .line-2 {
        width: 1.5625vw;
        height: 6.25vw;
        top: 13.4375vw;
        left: auto;
        right: -0.9375vw;
        bottom: auto;
    }
    .cooperation__scheme .scheme-item:first-child:after {
        width: 15.625vw;
        height: 55.625vw;
        left: 9.375vw;
        right: auto;
        top: calc(100% - 1px);
        bottom: auto;
        background-image: url("../images/content/cooperation-1-mob.svg");
    }
    .cooperation__scheme .scheme-item:nth-child(3) {
        width: 58.125vw;
        height: 38.75vw;
        top: 41.5625vw;
        left: auto;
        bottom: auto;
        right: 0;
    }
    .cooperation__scheme .scheme-item:nth-child(3) .line-1 {
        top: -0.9375vw;
        right: 10vw;
        left: auto;
        bottom: auto;
    }
    .cooperation__scheme .scheme-item:nth-child(3) .line-2 {
        top: auto;
        right: 10vw;
        left: auto;
        bottom: -0.9375vw;
    }
    .cooperation__scheme .scheme-item:nth-child(3):after {
        width: 16.909375vw;
        height: 29.096875vw;
        left: auto;
        right: 10.590625vw;
        top: auto;
        bottom: 38.090625vw;
        background-image: url("../images/content/cooperation-3-mob.svg");
    }
    .cooperation__scheme .scheme-item:nth-child(2) {
        width: 58.125vw;
        height: 38.75vw;
        left: 0;
        top: auto;
        right: auto;
        bottom: 0;
    }
    .cooperation__scheme .scheme-item:nth-child(2) .line-1 {
        top: -0.9375vw;
        right: auto;
        left: 22.1875vw;
        bottom: auto;
    }
    .cooperation__scheme .scheme-item:nth-child(2) .line-2 {
        width: 1.5625vw;
        height: 6.25vw;
        top: 13.59375vw;
        left: auto;
        right: -0.9375vw;
        bottom: auto;
    }
    .cooperation__scheme .scheme-item:nth-child(2):after {
        width: 28.125vw;
        height: 28.125vw;
        left: 52.65625vw;
        right: auto;
        top: auto;
        bottom: 19.375vw;
        background-image: url("../images/content/cooperation-2-mob.svg");
    }
}
.error-page .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10.2083333333vw;
    padding-bottom: 13.5416666667vw;
    position: relative;
}
.error-page .wrapper > div:first-child {
    width: 21.875vw;
}
.error-page__title {
    font-weight: 500;
    font-size: 5vw;
    line-height: 3.90625vw;
    margin-bottom: 3.6458333333vw;
}
.error-page__text {
    font-weight: 400;
    font-size: 1.6666666667vw;
    line-height: 2.34375vw;
    margin-bottom: 3.6458333333vw;
}
.error-page__btn {
    width: 19.53125vw;
    padding-left: 2.8645833333vw;
    padding-right: 2.8645833333vw;
}
.error-page__number {
    font-weight: 700;
    font-size: 26.0416666667vw;
    line-height: 19.2708333333vw;
    color: #FFFFFF;
    text-shadow: 1.3020833333vw 1.8229166667vw 6.5104166667vw rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 12.3958333333vw;
    right: -15.7291666667vw;
}
.error-page__bg {
    width: 56.1979166667vw;
    height: 48.28125vw;
    position: absolute;
    z-index: -1;
}
.error-page__bg.mod-bg-1 {
    top: -6.3020833333vw;
    left: -34.0625vw;
}
.error-page__bg.mod-bg-2 {
    top: -3.3333333333vw;
    right: -3.1770833333vw;
}

@media only screen and (max-width: 600px) {
    .error-page .wrapper {
        border-bottom: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-top: 9.375vw;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .error-page .wrapper > div:first-child {
        width: 100%;
    }
    .error-page__number {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        font-size: 28.125vw;
        line-height: 23.4375vw;
        text-align: center;
        margin-bottom: 7.8125vw;
    }
    .error-page__title {
        font-size: 7.5vw;
        margin-bottom: 4.6875vw;
        text-align: center;
    }
    .error-page__text {
        width: 66.25vw;
        font-size: 3.75vw;
        line-height: 5.9375vw;
        margin: 0 auto;
        margin-bottom: 10.9375vw;
        text-align: center;
    }
    .error-page__bg.mod-bg-1 {
        width: 144.6875vw;
        height: 124.375vw;
        top: -19.6875vw;
        left: -15.625vw;
    }
    .error-page__bg.mod-bg-2 {
        display: none;
    }
    .error-page__btn {
        width: 63.125vw;
        padding: 5.9375vw 7.8125vw;
        margin: 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .error-page__btn span {
        font-size: 3.75vw;
        line-height: 6.875vw;
        margin-right: 0;
        margin-left: 1.875vw;
    }
    .error-page__btn img {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        margin-right: 0.9375vw;
        margin-left: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .error-page__btn:hover span {
        margin-right: 0.9375vw;
        margin-left: 0.9375vw;
    }
    .error-page__btn:hover img {
        margin-right: 0.3125vw;
    }
}
.experience {
    margin-bottom: 4.9479166667vw;
}
.experience__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.experience__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 12.96875vw;
    height: 12.96875vw;
    border-radius: 50%;
    margin-right: 2.3958333333vw;
    background: #FAFAFE;
}
.experience__img img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
}
.experience__img span {
    width: 1.05625vw;
    height: 1.05625vw;
    background: #30CC67;
    border: 0.2604166667vw solid #FFFFFF;
    position: absolute;
    top: 2.20625vw;
    right: 0.5354166667vw;
    border-radius: 50%;
}
.experience__title {
    font-weight: 300;
    font-size: 2.5vw;
    line-height: 2.6041666667vw;
    color: #000;
    margin-bottom: 1.6666666667vw;
}
.experience__title b {
    font-weight: 700;
}
.experience .content-main {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.experience__list {
    width: 24.375vw;
    padding-left: 1.09375vw;
    font-weight: 400;
    font-size: 0.9375vw;
    line-height: 1.71875vw;
    margin-bottom: 0.15625vw;
    position: relative;
    margin-right: 3.125vw;
}
.experience__list {
    font-weight: 700;
}
.experience__list:before {
    content: "";
    background-image: url("../images/content/check-blue.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0.7291666667vw;
    left: 0;
    width: 0.46875vw;
    height: 0.3645833333vw;
}
.experience__form p {
    font-weight: 400;
    font-size: 0.625vw;
    line-height: 0.7291666667vw;
    opacity: 0.75;
    padding-left: 2.1354166667vw;
    margin-bottom: 0.6770833333vw;
}
.experience__form div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.experience__form-phone {
    width: 18.2291666667vw;
    height: 5.2083333333vw;
    background: #FAFAFE;
    border-radius: 26.0416666667vw;
    margin-right: 1.40625vw;
    border: none;
    padding: 1.6666666667vw 2.1354166667vw 1.6666666667vw 2.1354166667vw;
    font-weight: 400;
    font-size: 0.9375vw;
    line-height: 1.0416666667vw;
    color: #1C1C1C;
    border: 0.0520833333vw solid #FAFAFE;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.experience__form-phone::-webkit-input-placeholder {
    color: #1C1C1C;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.experience__form-phone::-moz-placeholder {
    color: #1C1C1C;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.experience__form-phone:-ms-input-placeholder {
    color: #1C1C1C;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.experience__form-phone::-ms-input-placeholder {
    color: #1C1C1C;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.experience__form-phone::placeholder {
    color: #1C1C1C;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.experience__form-container {
    margin-bottom: 0.625vw;
}
.experience__form-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    width: 18.2291666667vw;
    padding: 2.03125vw 3.2291666667vw 2.0833333333vw 3.2291666667vw;
}
.experience__form-btn::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.experience__form-btn.disabled {
    pointer-events: none;
    opacity: 0.7;
}
.experience__form-btn.disabled::after {
    opacity: 0;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.experience__form-btn span {
    margin: 0;
}
.experience__form-btn:hover span {
    margin: 0;
}
.experience__form-agreement p {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 0.625vw;
    line-height: 0.8854166667vw;
}
.experience__form-agreement p b {
    font-weight: 700;
    margin: 0 0.2604166667vw;
    cursor: pointer;
}
.experience__form-agreement p b:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 600px) {
    .experience {
        margin-bottom: 9.375vw;
    }
    .experience__content {
        padding-left: 0;
    }
    .experience__img {
        position: relative;
    }
    .experience .content-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .experience__form-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .experience__title {
        font-size: 7.5vw;
        line-height: 10vw;
        text-align: center;
        margin-bottom: 7.8125vw;
    }
    .experience__img {
        width: 53.125vw;
        height: 53.125vw;
        margin: 0 auto;
        margin-bottom: 7.8125vw;
    }
    .experience__img span {
        width: 4.821875vw;
        height: 4.821875vw;
        top: 8.540625vw;
        right: 1.696875vw;
        border: 1.5625vw solid #FFFFFF;
    }
    .experience__list {
        margin-bottom: 9.375vw;
    }
    .experience__list .list-item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding-left: 4.6875vw;
        font-size: 3.125vw;
        line-height: 5vw;
    }
    .experience__list .list-item::before {
        width: 2.8125vw;
        height: 2.1875vw;
        top: calc(50% - 1.09375vw);
    }
    .experience__form > p {
        font-size: 2.5vw;
        line-height: 2.8125vw;
        padding-left: 11.5625vw;
        margin-bottom: 2.5vw;
    }
    .experience__form-phone {
        width: 100%;
        height: 18.75vw;
        font-size: 3.125vw;
        line-height: 6.25vw;
        color: #000;
        padding: 6.25vw 12.5vw;
        margin-left: 0;
        margin-bottom: 3.75vw;
    }
    .experience__form-btn {
        width: 100%;
        height: 18.75vw;
        padding: 5.9375vw 16.875vw;
        margin-bottom: 3.75vw;
    }
    .experience__form-btn img {
        display: none;
    }
    .experience__form-btn span {
        margin: 0 !important;
    }
    .experience__form-agreement p {
        padding-left: 0;
        font-size: 3.125vw;
        line-height: 3.75vw;
    }
}
.first-screen {
    margin-bottom: 3.0729166667vw;
}
.first-screen .wrapper {
    width: 81.7708333333vw;
    margin: 0 auto;
}
.first-screen__top {
    padding-top: 3.125vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.first-screen__info {
    width: 50vw;
    padding-bottom: 4vw;
    position: relative;
    z-index: 2;
}
.first-screen__info1 {
    padding-top: 150px;
    padding-bottom: 4vw;
    position: relative;
    z-index: 2;
}
.first-screen__info-text {
    padding-top: 1.1458333333vw;
    margin-bottom: 1.1979166667vw;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 1.4583333333vw;
}
.first-screen__title {
    font-weight: 400;
    font-size: 3.125vw;
    line-height: 3.90625vw;
    margin-bottom: 2.979166667vw;
    letter-spacing: 0.03em;
}
.first-screen__title b {
    font-weight: 700;
}
.first-screen__title11 {
    font-weight: 400;
    text-align: center;
    font-size: 3.125vw;
    line-height: 3.90625vw;
    margin-bottom: 2.979166667vw;
    letter-spacing: 0.03em;
}
.first-screen__title11 b {
    font-weight: 700;
    margin-bottom: 20px;
}
.first-screen__sub-title {
    font-weight: 400;
    font-size: 1.6666666667vw;
    line-height: 2.34375vw;
    letter-spacing: 0.01em;
    margin-bottom: 1.8125vw;
    padding-right: 4.84375vw;
}
.first-screen__sub-title1 {
    font-weight: 400;
    font-size: 2vw;
    line-height: 2.34375vw;
    letter-spacing: 0.01em;
    margin-bottom: 2.8125vw;
    padding-right: 4.84375vw;
}
.first-screen__info-bottom {
    width: 32.5vw;
    margin-bottom: 2.8125vw;
    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;
}
.first-screen__info-bottom div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.first-screen__info-bottom p {
    font-weight: 700;
    font-size: 2.0833333333vw;
    line-height: 2.4479166667vw;
    margin-bottom: 0.2604166667vw;
}
.first-screen__info-bottom p > span {
    font-weight: 700;
    font-size: 1.0416666667vw;
    line-height: 1.25vw;
}
.first-screen__info-bottom span {
    font-weight: 400;
    font-size: 0.8333333333vw;
    line-height: 0.8333333333vw;
}
.first-screen__btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.first-screen__img {
    width: 34.53125vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url("../images/general/image-1.png");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.first-screen__img img {
    width: 100%;
}
.first-screen__blur {
    position: absolute;
    width: 38.4895833333vw;
    height: 33.0729166667vw;
    top: 6.9270833333vw;
    left: 10.625vw;
    z-index: 1;
}
.first-screen__bottom {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3.28125vw 0;
    margin-top: -2.09375vw;
    z-index: 10;
    position: relative;
    border-radius: 1.5625vw;
    flex-wrap: wrap;
}
.first-screen__bottom div {
    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;
    cursor: default;
}
.first-screen__bottom div:last-child {
    margin-right: 0;
}
.first-screen__bottom div:hover span {
    background: #13AAF7;
}
.first-screen__bottom div span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    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: #13AAF7;
    border-radius: 50%;
    margin-bottom: 0.4166666667vw;
}
.first-screen__bottom div span svg {
    fill: #fff;
    width: 0.625vw;
    height: 0.46875vw;
}
.first-screen__bottom div p {
    text-align: center;
    font-weight: 400;
    font-size: 1.0416666667vw;
    line-height: 1.5625vw;
    color: #000000;
}
.first-screen__bottom div p b {
    font-weight: 700;
}
.first-screen.mod-style-2 {
    position: relative;
    margin-bottom: 4.6875vw;
}
.first-screen.mod-style-2 .first-screen__top {
    padding-bottom: 9.6354166667vw;
    margin-bottom: -6.3020833333vw;
}
.first-screen.mod-style-2 .first-screen__title {
    padding-top: 2.0833333333vw;
    width: 29.9479166667vw;
}
.first-screen.mod-style-2 .first-screen__title11 {
    padding-top: 2.0833333333vw;
    width: 29.9479166667vw;
}
.first-screen.mod-style-2 .first-screen__sub-title {
    padding: 0;
    width: 33.8541666667vw;
}
.first-screen.mod-style-2 .first-screen__sub-title1 {
    padding: 0;
    width: 33.8541666667vw;
}
.first-screen.mod-style-2 .first-screen__info {
    padding-bottom: 0;
}
.first-screen.mod-style-2 .first-screen__info-bottom {
    width: 31.25vw;
}
.first-screen.mod-style-2 .first-screen__info1 {
    padding-bottom: 0;
}
.first-screen.mod-style-2 .first-screen-btn {
    padding-left: 3.4375vw;
    padding-right: 3.8020833333vw;
}
.first-screen.mod-style-2 .first-screen__img {
    width: 65.2083333333vw;
    height: 53.75vw;
    position: absolute;
    bottom: 0;
    right: -9.1145833333vw;
    background-image: url("../images/general/fs-2.png");
}
.first-screen.mod-style-2 .first-screen__img:after {
    content: "";
    width: 16.5104166667vw;
    height: 18.2291666667vw;
    position: absolute;
    right: 0;
    bottom: 3.6458333333vw;
    background-image: url("../images/general/fs-2-arrow.png");
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
}
.first-screen.mod-style-2 .first-screen__blur {
    top: -2.9166666667vw;
    left: 1.4583333333vw;
}

.partners {
    padding: 2.3958333333vw 3.6458333333vw;
    background-image: url("../images/content/partners-bg.svg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 10;
    border-radius: 1.5625vw;
}
.partners__text {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
    width: 9.1145833333vw;
    margin-right: 4.21875vw;
    font-weight: 300;
}
.partners__text b {
    font-weight: 700;
}
.partners__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.partners__slider-container {
    width: 53.75vw;
    height: 4.21875vw;
    margin-right: 4.0625vw;
}
.partners__slider .swiper {
    overflow: hidden;
    height: 100%;
}
.partners__slider .swiper .swiper-slide {
    width: auto !important;
    padding-right: 4.1145833333vw !important;
    pointer-events: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.partners__slider-controls {
    width: 3.3333333333vw;
    height: 7.3958333333vw;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.info-hidden-block {
    position: relative;
    display: inline;
    font-weight: 700;
    cursor: pointer;
}
.info-hidden-block:hover span ~ div {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}
.info-hidden-block:hover span::after {
    -webkit-animation: pause;
    animation: pause;
}
.info-hidden-block span {
    position: absolute;
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    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: 50%;
    background-color: #13AAF7 !important;
    bottom: calc(100% - 0.5208333333vw);
    left: calc(100% - 0.78125vw);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 5;
}
.info-hidden-block span svg {
    fill: #D7DCEA;
    width: 0.2604166667vw;
    height: 0.625vw;
}
.info-hidden-block span:hover ~ div {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}
.info-hidden-block span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: #13AAF7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}
.info-hidden-block span:hover::after {
    -webkit-animation: pause;
    animation: pause;
}
.info-hidden-block div {
    z-index: 3;
    width: 20.2604166667vw;
    padding: 1.3020833333vw 1.8229166667vw;
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 5.2083333333vw rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 5.2083333333vw rgba(0, 0, 0, 0.05);
    border-radius: 1.0416666667vw;
    position: absolute;
    bottom: calc(100% - 0.9895833333vw);
    left: calc(100% - 1.3541666667vw);
    font-weight: 400;
    font-size: 0.7291666667vw;
    line-height: 0.8854166667vw;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
    visibility: hidden;
}
.info-hidden-block div b {
    font-weight: 700;
}
.info-hidden-block::after {
    content: "";
    width: 93%;
    height: 0.1041666667vw;
    position: absolute;
    top: 98%;
    left: 0%;
    right: 8%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 0.1041666667vw dotted #A9519A;
}

@-webkit-keyframes pulse {
    0% {
        opacity: 1;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}
@media only screen and (max-width: 600px) {
    .first-screen {
        margin-bottom: 8.4375vw;
    }
    .first-screen .wrapper {
        width: 86.25vw;
    }
    .first-screen__top {
        padding-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .first-screen__blur {
        display: none;
    }
    .first-screen__info {
        width: 100%;
        text-align: center;
        margin-right: 0;
        padding-bottom: 0;
    }
    .first-screen__info1 {
        width: 100%;
        padding-top: 100px;
        text-align: center;
        margin-right: 0;
        padding-bottom: 0;
    }
    .first-screen__info-text {
        font-weight: 400;
        font-size: 3.125vw;
        line-height: 7.5vw;
        margin-bottom: 2.5vw;
        padding-top: 6.875vw;
    }
    .first-screen__title {
        font-weight: 400;
        font-size: 7.5vw;
        line-height: 9.375vw;
        margin-bottom: 2.5vw;
    }
    .first-screen__title11 {
        font-weight: 400;
        font-size: 7.5vw;
        line-height: 9.375vw;
        margin-bottom: 2.5vw;
    }
    .first-screen__sub-title {
        font-weight: 400;
        font-size: 4.4875vw;
        line-height: 7.5vw;
        text-align: left;
    }
    .first-screen__sub-title1 {
        font-weight: 400;
        font-size: 4.9875vw;
        line-height: 7.5vw;
        text-align: left;
    }
    .first-screen__info-bottom {
        width: 100%;
        margin-bottom: 7.5vw;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .first-screen__info-bottom p {
        font-weight: 700;
        font-size: 8.125vw;
        line-height: 9.6875vw;
    }
    .first-screen__info-bottom p span {
        font-weight: 700;
        font-size: 4.6875vw;
        line-height: 5.625vw;
    }
    .first-screen__info-bottom div {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .first-screen__info-bottom div > span {
        font-weight: 400;
        font-size: 2.5vw;
        line-height: 3.75vw;
        margin-top: 0;
        margin-bottom: auto;
    }
    .first-screen__btn-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 10vw;
    }
    .first-screen__btn-container .first-screen-btn {
        width: 63.125vw;
    }
    .first-screen__img {
        width: 76.25vw;
        height: 70vw;
        margin: 0 auto;
    }
    .first-screen__bottom {
        justify-content: center;
    }
    .fer{
        margin-bottom: 30px !important;
    }
    .first-screen__bottom div {
        margin: 0;
        margin: 0;
    }
    .first-screen__bottom div:first-child, .first-screen__bottom div:nth-child(2), .first-screen__bottom div:nth-child(3) {
        width: 33%;
    }
    .first-screen__bottom div:nth-child(4), .first-screen__bottom div:nth-child(5) {
        width: 50%;
    }
    .first-screen__bottom div span {
        width: 8.125vw;
        height: 8.125vw;
        margin-bottom: 2.1875vw;
    }
    .first-screen__bottom div span svg {
        width: 2.5vw;
        height: 1.875vw;
    }
    .first-screen__bottom div p {
        font-weight: 400;
        font-size: 3.125vw;
        line-height: 4.0625vw;
    }
    .first-screen.mod-style-2 {
        margin-bottom: 5.3125vw;
    }
    .first-screen.mod-style-2 .first-screen__top {
        padding-bottom: 0;
    }
    .first-screen.mod-style-2 .first-screen__title,
    .first-screen.mod-style-2 .first-screen__title11,
    .first-screen.mod-style-2 .first-screen__sub-title,
    .first-screen.mod-style-2 .first-screen__sub-title1,
    .first-screen.mod-style-2 .first-screen__info-bottom {
        width: 100%;
    }
    .first-screen.mod-style-2 .first-screen__img {
        position: relative;
        width: 100%;
        height: 87.8125vw;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        background-position: top center;
        background-size: cover;
        background-image: url("../images/general/fs-2-mob.png");
        margin: 0;
    }
    .first-screen.mod-style-2 .first-screen__img::after {
        display: none;
    }
    .first-screen.mod-style-2 .first-screen__btn-container {
        margin-bottom: 1.5625vw;
    }
    .first-screen.mod-style-2 .first-screen-btn {
        padding: 5.9375vw 7.8125vw;
    }
    .first-screen.mod-style-2 .first-screen__blur {
        display: block;
        width: 144.6875vw;
        height: 124.375vw;
        top: -2.1875vw;
        left: -15.625vw;
    }
    .first-screen.mod-style-2 .partners {
        margin-top: -28.125vw;
        width: 100%;
        height: 28.125vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 5.625vw 9.6875vw 6.5625vw 8.4375vw;
        position: relative;
        background-image: none;
        background: #F9FAFD;
        border-radius: 4.6875vw;
    }
    .first-screen.mod-style-2 .partners__text {
        width: 100%;
        font-size: 4.0625vw;
        line-height: 5.3125vw;
        margin-right: 0;
        margin-bottom: 5vw;
        padding-left: 1.25vw;
    }
    .first-screen.mod-style-2 .partners__slider {
        width: 100%;
        height: 5.625vw;
    }
    .first-screen.mod-style-2 .partners__slider .partners__slider-container {
        width: 100%;
        margin: 0;
    }
    .first-screen.mod-style-2 .partners__slider-controls {
        position: absolute;
        top: 5.625vw;
        right: 9.6875vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 13.4375vw;
        height: 5.625vw;
    }
    .first-screen.mod-style-2 .partners__slider-controls .slider-btn-style {
        width: 5.625vw;
        height: 5.625vw;
    }
    .first-screen.mod-style-2 .partners__slider-controls .slider-btn-style svg {
        width: 0.79375vw;
        height: 1.390625vw;
    }
    .first-screen.mod-style-2 .partners .swiper .swiper-slide img {
        max-width: 100%;
        max-height: 100%;
    }

    .info-hidden-block {
        display: inline-block;
    }
    .info-hidden-block span {
        width: 5.625vw;
        height: 5.625vw;
        bottom: calc(50% - 2.8125vw);
        left: calc(100% + 2.5vw);
    }
    .info-hidden-block span:hover {
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }
    .info-hidden-block span svg {
        width: 1.40625vw;
        height: 3.375vw;
    }
    .info-hidden-block div {
        width: 70.625vw;
        padding: 4.6875vw 7.8125vw;
        -webkit-box-shadow: 0 0 31.25vw rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 31.25vw rgba(0, 0, 0, 0.05);
        border-radius: 3.125vw;
        bottom: auto;
        left: auto;
        top: -2.5vw;
        right: -10.3125vw;
        font-size: 3.125vw;
        line-height: 3.75vw;
    }
    .info-hidden-block::after {
        content: "";
        height: 0.625vw;
        border-bottom: 0.625vw dotted #A9519A;
    }
}
.footer {
    padding-top: 2.645833vw;
    padding-bottom: 1.54167vw;
}
.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__logo {
    width: 14.2604166667vw;
}
.footer__logo img {
    width: 100%;
}
.footer__text {
    width: 45.3645833333vw;
    font-weight: 400;
    font-size: 0.7291666667vw;
    line-height: 150%;
    color: #878787;
}
.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__bottom div {
    font-weight: 400;
    font-size: 0.7291666667vw;
    line-height: 1.09375vw;
    color: #000000;
}
.footer__bottom div a {
    font-weight: 500;
    font-size: 0.7291666667vw;
    line-height: 1.0416666667vw;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #13AAF7;
}
.footer__bottom div a:hover {
    text-decoration: none;
}
.footer__bottom div:first-child {
    width: 27.34375vw;
    margin-right: 9.1145833333vw;
}
.footer__bottom div:nth-child(3) {
    width: 10.9375vw;
    margin-right: 9.7395833333vw;
}
.footer__bottom div:nth-child(4) {
    width: 6.8229166667vw;
}

@media only screen and (max-width: 600px) {
    .footer {
        padding-top: 2.375vw;
    }
    .footer .wrapper {
        width: 86.25vw;
    }
    .footer__top, .footer__bottom {
        -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;
    }
    .footer__top *, .footer__bottom * {
        text-align: center;
    }
    .footer__top {
        margin-bottom: 5.625vw;
    }
    .footer__logo {
        width: 53.125vw;
        margin-bottom: 5vw;
    }
    .footer__text {
        font-size: 2.5vw;
        line-height: 3.75vw;
        width: 100%;
    }
    .footer__bottom div {
        font-size: 2.5vw;
        line-height: 5vw;
        width: 53.75vw !important;
        margin: 0 !important;
        margin-bottom: 3.75vw !important;
    }
    .footer__bottom div:first-child {
        margin-bottom: 7.5vw !important;
    }
    .footer__bottom div:last-child {
        margin-bottom: 0 !important;
    }
    .footer__bottom div a {
        font-size: 2.5vw;
        line-height: 5vw;
    }
}
.go-invest {
    padding-top: 3.6458333333vw;
    padding-bottom: 3.90625vw;
    position: relative;
}
.go-invest__title {
    text-align: center;
    margin-bottom: 2.5vw;
}
.go-invest__link {
    width: 27.34375vw;
    padding: 2.0833333333vw 2.65625vw;
}
.go-invest__link:after {
    -webkit-animation: big-btn-blick 3s infinite;
    animation: big-btn-blick 3s infinite;
}
.go-invest__link.mod-style-2 {
    width: 23.4375vw;
    padding-left: 3.8541666667vw;
    padding-right: 3.8541666667vw;
}
.go-invest__link-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.go-invest__blur {
    position: absolute;
    top: -10.9375vw;
    left: 14.1145833333vw;
    right: 14.6354166667vw;
    width: 71.25vw;
    height: 44.7395833333vw;
    z-index: -1;
}

@media only screen and (max-width: 600px) {
    .go-invest {
        padding: 9.375vw 0;
    }
    .go-invest__title {
        font-size: 11.25vw;
        line-height: 13.75vw;
        margin-bottom: 6.875vw;
    }
    .go-invest__title br {
        display: none;
    }
    .go-invest__link {
        width: 86.25vw;
        padding: 3.75vw 10.9375vw;
    }
    .go-invest__link span {
        width: 51.875vw;
        text-align: center;
        margin-right: 3.75vw;
    }
    .go-invest__link img {
        width: 6.259375vw;
        height: 6.2375vw;
    }
    .go-invest__link:after {
        -webkit-animation: big-btn-blick 3s infinite;
        animation: big-btn-blick 3s infinite;
    }
    .go-invest__link.mod-style-2 {
        width: 100%;
        padding: 6.25vw 7.8125vw;
    }
    .go-invest__link.mod-style-2 span {
        width: 60.9375vw;
    }
    .go-invest__blur {
        width: 213.190625vw;
        height: 134.375vw;
        top: -4.375vw;
        left: -44.375vw;
    }
}
.header {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 50 !important;
}
.header__nav {
    width: 100%;
    height: 4.1666666667vw;
    overflow: hidden;
    position: relative;
    border-bottom: 0.0520833333vw solid #F5F5F5;
}
.header__nav-container {
    position: fixed;
    top: 0;
    left: 0;
    width: inherit;
    z-index: 10;
    background-color: #fff;
    height: 4.1666666667vw;
    border-bottom: 0.0520833333vw solid #F5F5F5;
}
body.admin-bar .header__nav-container {
    margin-top: 32px !important;
}
.header__nav .wrapper {
    width: 81.7708333333vw;
    height: 100%;
    margin: 0 auto;
    /*padding: 5px 0vw 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-around;
}
.header__home {
    width: 1.1979166667vw;
    height: 1.1458333333vw;
    position: absolute;
}
.header__home img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.header__nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding: 0;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-family: "TTNorms", "Arail", sans-serif;
    font-weight: 500;
    font-size: 0.7291666667vw;
    line-height: 140%;
}
.header__nav-menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 23px;
    letter-spacing: 0.25em;
}
.header__nav-menu li:first-child {
    margin-left: 0;
}
.header__nav-menu li a {
    position: relative;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.header__nav-menu li a:not(.header__home)::after {
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 0;
    height: 0.0520833333vw;
    position: absolute;
    top: calc(100% - 0.1041666667vw);
    left: 50%;
    right: 50%;
    background-color: #1C1C1C;
}
.header__nav-menu li a:hover,
.header__nav-menu li.current-menu-item a {
    color: #13AAF7;
}
.header__nav-menu li a:hover::after {
    width: 100%;
    left: 0;
    right: 0;
    background-color: #13AAF7;
}
.header__content {
    border-bottom: 0.0520833333vw solid #F5F5F5;
}
.header__content .wrapper {
    width: 81.7708333333vw;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 1.8229166667vw;
    padding-right: 5.3229166667vw;
    padding-bottom: 1.7083333333vw;
    width: 19.5833333333vw;
    border-right: 0.0520833333vw solid #F5F5F5;
    margin-right: 2.8645833333vw;
    position: relative;
}
.header__logo img {
    position: absolute;
    top: calc(50% - 2.255208vw);
    left: 0;
    right: 0;
    bottom: calc(50% - 1.2552083333vw);
    width: 17vw;
    /* height: 2.5104166667vw; */
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.header__logo img.reversed-color-logo {
    opacity: 0;
}
.header__address {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 2.4479166667vw;
    padding-left: 2.6041666667vw;
    padding-right: 4.6875vw;
    padding-bottom: 2.34375vw;
    border-right: 0.0520833333vw solid #F5F5F5;
    margin-right: 2.8645833333vw;
}
.header__address div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 0.78125vw;
    line-height: 0.9375vw;
    letter-spacing: 0.05em;
    color: #000000;
    cursor: pointer;
}
.header__address div:hover img {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}
.header__address div:hover span::after {
    width: 60%;
    left: 0%;
    right: 40%;
}
.header__address img {
    width: 0.78125vw;
    height: 0.9375vw;
    margin-left: 0.625vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.header__address span {
    position: relative;
}
.header__address span::after {
    content: "";
    width: 100%;
    height: 0.1041666667vw;
    position: absolute;
    top: 100%;
    left: 0%;
    right: 0%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 0.1041666667vw dotted #13AAF7;
}
.header__consultation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.4583333333vw 2.65625vw 1.40625vw 2.8645833333vw;
}
.header__consultation > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__consultation > div div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__consultation span {
    width: 3.3854166667vw;
    height: 3.3854166667vw;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0.9375vw;
}
.header__consultation span img {
    width: 100%;
    height: 100%;
}
.header__consultation p {
    width: 5.8333333333vw;
    margin: 0;
    font-weight: 400;
    font-size: 0.7291666667vw;
    line-height: 0.9895833333vw;
    margin-right: 0.9375vw;
}
.header__contacts {
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 1.40625vw 0vw 1.9270833333vw 2.0833333333vw;
}
.header__contacts a {
    font-weight: 700;
    font-size: 1.0416666667vw;
    line-height: 1.25vw;
    margin-bottom: 0.15625vw;
}
.header__contacts div {
    font-weight: 500;
    font-size: 0.78125vw;
    line-height: 0.9375vw;
    color: #13AAF7;
    position: relative;
    cursor: pointer;
}
.header__contacts div::after {
    content: "";
    width: 100%;
    height: 0.1041666667vw;
    position: absolute;
    top: 100%;
    left: 0%;
    right: 0%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 0.1041666667vw dotted #13AAF7;
}
.header__contacts div:hover::after {
    width: 60%;
    left: 0%;
    right: 40%;
}
.header.mod-style-2 .header__nav-menu li {
    margin-left: 5.7291666667vw;
}
.header.mod-style-2 .header__nav-menu li:first-child {
    margin-left: 0;
}

.header__mobile {
    display: none;
}

.social-link {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    border-radius: 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;
    margin-right: 0.5208333333vw;
    position: relative;
}
.social-link img {
    z-index: 2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.social-link span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    border-radius: 5.2083333333vw;
    z-index: 1;
    overflow: hidden;
    margin: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 500;
    font-size: 0.5208333333vw;
    line-height: 0.9895833333vw;
    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-left: 1.25vw;
    color: transparent;
}
.social-link:hover img {
    z-index: 15;
}
.social-link:hover span {
    color: #FFFFFF;
    width: 5.7291666667vw;
    left: 0;
    right: -3.2291666667vw;
    z-index: 10;
}
.social-link:last-child {
    margin-right: 0;
}
.social-link.telegram-icon {
    background-color: #05A0EB;
}
.social-link.telegram-icon span {
    background-color: #05A0EB;
}
.social-link.telegram-icon img {
    width: 1.09375vw;
    height: 0.8848958333vw;
}
.social-link.viber-icon {
    background-color: #746FBB;
}
.social-link.viber-icon span {
    background-color: #746FBB;
}
.social-link.viber-icon img {
    width: 1.1067708333vw;
    height: 1.2369791667vw;
}
.social-link.viber-icon:hover span {
    color: #FFFFFF;
    width: 4.6875vw;
    left: 0;
    right: -2.1875vw;
    z-index: 10;
}

@media only screen and (max-width: 600px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100vw;
        height: 100vh;
        background-color: #152843;
        z-index: -1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-top: 2.5vw;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        padding-top: 18vw;
        pointer-events: none;
        opacity: 0;
        overflow-y: hidden;
        overflow-x: scroll;
        visibility: hidden;
    }
    .header.open {
        z-index: 130 !important;
        opacity: 1;
        pointer-events: all;
        visibility: visible;
    }
    .header__home, .header__logo, .header__contacts {
        display: none;
    }
    .header__nav {
        padding-top: 0;
        height: auto;
    }
    .header__nav-container {
        height: auto;
        background-color: transparent;
        border-bottom: none;
        position: relative;
    }
    .header__nav, .header__content, .header__address {
        border: none;
    }
    .header__nav .wrapper, .header__content .wrapper, .header__address .wrapper {
        width: 86.25vw;
    }
    .header__nav-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-weight: 500;
        font-size: 3.125vw;
        line-height: 140%;
        margin: 0 auto;
    }
    .header__nav-menu .nav-link {
        margin: 0;
        margin: 0 auto;
        margin-top: 6.25vw;
    }
    .header__nav-menu .nav-link:first-child {
        margin: 0 auto;
        margin-top: 0;
    }
    .header__nav-menu a {
        color: #fff;
    }
    .header__content .wrapper {
        -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;
        -ms-flex-line-pack: center;
        align-content: center;
    }
    .header__address {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        margin: 0;
        margin-bottom: 10.9375vw;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .header__address img {
        width: 4.6875vw;
        height: 5.625vw;
        margin-left: 2.5vw;
    }
    .header__address span {
        font-size: 3.4375vw;
        line-height: 4.375vw;
        color: #fff;
        border-bottom: 0.625vw dotted #13AAF7;
    }
    .header__consultation {
        padding: 0;
        margin-bottom: 0.75vw;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header__consultation span {
        width: 12.1875vw;
        height: 12.1875vw;
        margin-right: 2.5vw;
    }
    .header__consultation p {
        width: 25vw;
        font-weight: 400;
        font-size: 3.125vw;
        line-height: 5vw;
        color: #fff;
        margin-right: 10.25vw;
    }
    .header__consultation p b {
        color: #fff;
    }
    .header__consultation div div a {
        width: 12.5vw;
        height: 12.5vw;
        margin-right: 2.5vw;
    }
    .header__consultation div div a:last-child {
        margin-right: 0;
    }
    .header__consultation div div a span {
        display: none;
    }
    .header__consultation div div a.telegram-icon img {
        width: 5.140625vw;
        height: 4.1625vw;
    }
    .header__consultation div div a.viber-icon img {
        width: 5.203125vw;
        height: 5.815625vw;
    }
    .header.mod-style-2 .header__nav-menu li {
        margin-left: auto;
    }
    .header.mod-style-2 .header__nav-menu li:first-child {
        margin-left: auto;
    }

    .header__mobile {
        display: block;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        z-index: 50 !important;
        background-color: #fff;
        border-bottom: 0.3125vw solid #F5F5F5;
        padding: 1.5vw 0 4.3125vw 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .header__mobile.open {
        z-index: 150 !important;
        background-color: #152843;
        border-bottom: 0.3125vw solid rgba(245, 245, 245, 0.1);
    }
    .header__mobile.open .header__contacts a {
        color: #fff;
    }
    .header__mobile.open .header__logo img.default-logo {
        opacity: 0;
    }
    .header__mobile.open .header__logo img.reversed-color-logo {
        opacity: 1;
    }
    .header__mobile .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 92vw;
        margin: 0 auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header__mobile .header__logo,
    .header__mobile .header__contacts {
        display: block;
    }
    .header__mobile .header__logo {
        padding: 0;
        border: none;
        width: 31.75vw;
        height: 7.3125vw;
    }
    .header__mobile .header__logo img {
        width: 100%;
        height: 100%;
    }
    .header__mobile .header__contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        margin-top: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 3.625vw;
        flex-direction: row;
    }
    .header__mobile .header__contacts a {
        font-weight: 700;
        font-size: 14px;
        line-height: 4.375vw;
    }
    .header__mobile .header__contacts div {
        font-weight: 500;
        font-size: 2.5vw;
        line-height: 2.8125vw;
    }
    .header__mobile .header__mobile-btn {
        width: 5.3125vw;
        height: 4.375vw;
        position: relative;
        margin-top: 1.5625vw;
    }
    .header__mobile .header__mobile-btn.active span:nth-child(1) {
        width: 6.25vw;
        top: calc(50% - 0.3125vw);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
    .header__mobile .header__mobile-btn.active span:nth-child(2) {
        width: 0%;
        left: 100%;
        opacity: 0;
    }
    .header__mobile .header__mobile-btn.active span:nth-child(3) {
        width: 6.25vw;
        top: calc(50% - 0.3125vw);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
    .header__mobile .header__mobile-btn span {
        width: 100%;
        height: 0.625vw;
        background: #13AAF7;
        border-radius: 156.25vw;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        opacity: 1;
    }
    .header__mobile .header__mobile-btn span:nth-child(2) {
        width: 60%;
        left: 40%;
        top: calc(50% - 0.3125vw);
    }
    .header__mobile .header__mobile-btn span:nth-child(3) {
        top: calc(100% - 0.625vw);
    }
}
.investment {
    position: relative;
    margin-bottom: 4.5833333333vw;
}
.investment::after {
    content: "";
    /*background-image: url("../images/general/investment-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;*/
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -7.8125vw;
    z-index: -1;
}
.investment .wrapper {
    width: 81.7708333333vw;
    margin: 0 auto;
}
.investment__title {
    width: 67.0833333333vw;
    margin: 0 auto;
    font-weight: 300;
    font-size: 2.9125vw;
    line-height: 3.90625vw;
    text-align: center;
    margin-bottom: 3vw;
    padding-top: 1.4583333333vw;
}
.investment__title1 {
    width: 67.0833333333vw;
    margin: 0 auto;
    font-weight: 300;
    font-size: 1.9125vw;
    line-height: 3.90625vw;
    text-align: center;
    margin-bottom: 1.875vw;
    padding-top: 0.4583333333vw;
}
.investment__title b {
    font-weight: 700;
}
.investment__title.mod-mb-62 {
    margin-bottom: 3.2291666667vw;
}
.investment__sub-title {
    text-align: center;
    font-weight: 400;
    font-size: 1.5625vw;
    line-height: 1.8229166667vw;
    margin-bottom: 3.5208333333vw;
}
.investment__table {
    width: 81.7708333333vw;
    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;
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 7.8125vw rgba(0, 0, 0, 0.02);
    box-shadow: 0 0 7.8125vw rgba(0, 0, 0, 0.02);
    border-radius: 1.8229166667vw;
    font-weight: 500;
    font-size: 1.416666667vw;
    line-height: 1.25vw;
    margin-bottom: 4.84375vw;
}
.investment__table b {
    font-weight: 700;
}
.investment__table .table-row {
    height: 3.2vw;
    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-top: 0.0520833333vw solid rgb(186 220 255);
    border-left: 0.0520833333vw solid rgb(245, 245, 245);
    position: relative;
    z-index: 2;
}
.investment__table .table-row > span:first-child {
    display: none;
}
.investment__table .table-row:first-child {
    border-top: 0.0520833333vw solid transparent;
}
.investment__table .table-row b {
    margin: 0 0.2604166667vw;
}
.investment__table .table-header {
    color: #13AAF7;
}
.investment__table .table-col:first-child .table-row {
    width: 28vw;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 3.1770833333vw;
    border-left: 0.0520833333vw solid transparent;
}
.investment__table .table-col:nth-child(2) {
    width: 28vw;
    position: relative;
}
.investment__table .table-col:nth-child(2) .table-row {
    color: #fff;
}
.investment__table .table-col:nth-child(2) .table-row b {
    color: #fff;
}
.investment__table .table-col:nth-child(2) .table-row:first-child {
    border-top: 0.0520833333vw solid rgba(245, 245, 245, 0);
}
.investment__table .table-col:nth-child(2) .table-row span {
    color: #fff;
}
.investment__table .table-col:nth-child(2) .table-header {
    padding: 0 4.1666666667vw;
    text-align: center;
}
.investment__table .table-col:nth-child(2)::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: calc(100% - 0.052083vw);
    top: -0.604167vw;
    left: 0.0520833333vw;
    right: 0;
    bottom: -21.604167vw;
    height: calc(100% + 1.208333vw);
    background-image: url(../images/general/investment.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 1.8229166667vw;
}
.investment__table .table-col:nth-child(3) {
    width: 28vw;
}
.investment__table .table-col:nth-child(4) {
    width: 10.625vw;
}
.investment__table .table-col:nth-child(5) {
    width: 11.7708333333vw;
}
.investment__table .table-col:nth-child(6) {
    width: 11.5104166667vw;
}
.investment__table-bottom-text {
    text-align: center;
    font-weight: 400;
    font-size: 1.5625vw;
    line-height: 1.8229166667vw;
    margin-bottom: 4.5833333333vw;
}
.investment__table-bottom-text b {
    font-weight: 700;
}
@-webkit-keyframes token_pulse {
    0% {
        background-color: #FFFFFF;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 1;
    }
    100% {
        background-color: #13AAF7;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}
@keyframes token_pulse {
    0% {
        background-color: #FFFFFF;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 1;
    }
    100% {
        background-color: #13AAF7;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}
.investment__slider {
    display: none;
}
.investment.mod-style-2::after {
    top: -36.9270833333vw;
}
.investment.mod-style-2 .investment__table {
    border-radius: 1.8229166667vw;
    overflow: hidden;
}
.investment.mod-style-2 .investment__table .table-col:nth-child(2)::after {
    display: none;
}
.investment.mod-style-2 .investment__table .table-header {
    color: #1C1C1C;
}
.investment.mod-style-2 .investment__table .table-header.style-blue-header {
    color: #13AAF7;
}
.investment.mod-style-2 .investment__table .table-col .table-row.style-red-row {
    background: #FFDEE3;
}
.investment.mod-style-2 .investment__table .table-col .table-row.style-green-row {
    background: #DFF1E9;
}
.investment.mod-style-2 .investment__table .table-col .table-row.style-yellow-row {
    background: #FCF2C2;
}
.investment.mod-style-2 .investment__table .table-col .table-row.style-blue-row {
    background: #13AAF7;
}
.investment.mod-style-2 .investment__table .table-col .table-row.style-blue-row * {
    color: #fff;
}
.investment.mod-style-2 .investment__table .table-col:first-child {
    width: 23.8020833333vw;
}
.investment.mod-style-2 .investment__table .table-col:first-child .table-row {
    width: 100%;
}
.investment.mod-style-2 .investment__table .table-col:nth-child(2) {
    width: 19.0625vw;
}
.investment.mod-style-2 .investment__table .table-col:nth-child(2) .table-row {
    border-top: 0.0520833333vw solid rgb(245, 245, 245);
    color: #1C1C1C;
}
.investment.mod-style-2 .investment__table .table-col:nth-child(2) .table-row:first-child {
    border-top: none;
}
.investment.mod-style-2 .investment__table .table-col:nth-child(2) .table-row span {
    color: #1C1C1C;
}
.investment.mod-style-2 .investment__table .table-col:nth-child(2) .table-row span b {
    color: #1C1C1C;
}
.investment.mod-style-2 .investment__table .table-col:nth-child(3) {
    width: 19.7395833333vw;
}
.investment.mod-style-2 .investment__table .table-col:nth-child(4) {
    width: 19.0625vw;
}
.investment.mod-style-2 .investment__slider .table-col .table-row.style-red-row {
    background: #FFDEE3;
}
.investment.mod-style-2 .investment__slider .table-col .table-row.style-green-row {
    background: #DFF1E9;
}
.investment.mod-style-2 .investment__slider .table-col .table-row.style-yellow-row {
    background: #FCF2C2;
}
.investment.mod-style-2 .investment__slider .table-col .table-row.style-blue-row {
    background: #13AAF7;
}
.investment.mod-style-2 .investment__slider .table-col .table-row.style-blue-row * {
    color: #fff;
}

@media only screen and (max-width: 600px) {
    .investment {
        background-image: none;
        margin: 0;
        padding: 0;
        margin-bottom: 20vw;
    }
    .investment::after {
        display: none;
    }
    .investment .wrapper {
        width: 86.25vw;
    }
    .investment__title {
        font-size: 7.5vw;
        line-height: 9.375vw;
        margin-bottom: 10vw;
        width: 100%;
        padding: 0;
        letter-spacing: 0.03em;
    }
    .investment__title br {
        display: none;
    }
    .investment__title.mod-mb-62 {
        margin-bottom: 12.5vw;
    }
    .investment__sub-title {
        font-size: 5.625vw;
        line-height: 8.125vw;
        margin-bottom: 6.5625vw;
    }
    .investment__table {
        display: none;
    }
    .investment__slider {
        display: block;
        position: relative;
    }
    .investment__slider .swiper {
        overflow: hidden;
        -webkit-box-shadow: 0 0 46.875vw rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 46.875vw rgba(0, 0, 0, 0.05);
        border-radius: 10.9375vw;
    }
    .investment__slider .swiper-pagination {
        position: static;
    }
    .investment__slider .swiper .swiper-slide {
        overflow: hidden;
        border-radius: 10.9375vw;
    }
    .investment__slider-hint {
        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-bottom: 6.5625vw;
    }
    .investment__slider-hint span {
        width: 48.4375vw;
        font-weight: 400;
        font-size: 3.125vw;
        line-height: 4.0625vw;
        color: rgba(0, 0, 0, 0.5);
        text-align: right;
        margin-right: 2.5vw;
    }
    .investment__slider-hint img {
        width: 8.75vw;
        height: 6.875vw;
    }
    .investment__slider .table-col {
        width: 86.25vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .investment__slider .table-col.mod-blue-style {
        background-image: url("../images/general/investment.png");
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .investment__slider .table-col.mod-blue-style .table-row {
        border-top: 0.3125vw solid rgba(255, 255, 255, 0.25);
    }
    .investment__slider .table-col.mod-blue-style .table-row span {
        color: #fff;
    }
    .investment__slider .table-col.mod-blue-style .table-row span b {
        color: #fff;
    }
    .investment__slider .table-col.mod-blue-style .table-row.table-header {
        color: #fff;
    }
    .investment__slider .table-col .table-row {
        padding: 4.6875vw 0;
        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;
        border-top: 0.3125vw solid rgb(233, 233, 233);
    }
    .investment__slider .table-col .table-row.table-header {
        border-top: 0.3125vw solid transparent;
    }
    .investment__slider .table-col .table-row span {
        text-align: center;
        color: #000;
    }
    .investment__slider .table-col .table-row span:first-child {
        font-weight: 500;
        font-size: 3.925vw;
        line-height: 3.75vw;
        margin-bottom: 1.5625vw;
    }
    .investment__slider .table-col .table-row span:last-child {
        font-weight: 400;
        font-size: 5.0625vw;
        line-height: 7.5vw;
    }
    .investment__slider .table-col .table-row span b {
        color: #000;
        font-weight: 700;
    }
    .investment__slider .table-col .table-row.table-header {
        padding: 6.25vw 12.5vw;
        height: 29.6875vw;
        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;
        font-weight: 700;
        font-size: 5.625vw;
        line-height: 7.5vw;
        color: #13AAF7;
    }
    .investment__slider-pagination {
        margin-top: 3.125vw;
        margin-bottom: 6.5625vw;
    }
    .investment__slider-pagination .swiper-pagination-bullet {
        width: 4.6875vw;
        height: 2.1875vw;
        border-radius: 10.9375vw;
        background: #868686;
        opacity: 1;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        margin: 0 0.9375vw;
        opacity: 0.5;
    }
    .investment__slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 7.8125vw;
        opacity: 1;
        background: #3B8BF8;
    }
    .investment__table-bottom-text {
        font-size: 4.6875vw;
        line-height: 7.5vw;
        margin-bottom: 8.75vw;
    }
    .investment.mod-style-2 {
        margin-bottom: 20vw;
    }
    .investment.mod-style-2 .investment__slider .table-col {
        background-color: #fff;
        overflow: hidden;
    }
    .investment.mod-style-2 .investment__slider .table-col .table-row {
        border-top: 0.3125vw solid rgb(255, 255, 255);
    }
    .investment.mod-style-2 .investment__slider .table-col .table-row.table-header {
        border-top: 0.3125vw solid transparent;
    }
}
.legitimacy {
    position: relative;
    margin-bottom: 5.2083333333vw;
}
.legitimacy:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 79.3229166667vw;
    background-image: url("../images/general/warranty-bg.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    top: -28.6458333333vw;
    left: 0;
    z-index: -1;
}
.legitimacy .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.legitimacy__main {
    width: 27.1354166667vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.legitimacy__title {
    font-weight: 300;
    font-size: 2.5vw;
    line-height: 3.3854166667vw;
    margin-bottom: 1.9270833333vw;
    padding-right: 5.2083333333vw;
}
.legitimacy__title b {
    font-weight: 700;
}
.legitimacy__hint {
    display: none;
}
.legitimacy__text {
    font-weight: 400;
    font-size: 1.0416666667vw;
    line-height: 1.5625vw;
}
.legitimacy__slider {
    width: 50.2083333333vw;
}
.legitimacy__slider .swiper {
    overflow: hidden;
}
.legitimacy__slider .swiper-slide {
    height: auto;
    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;
}
.legitimacy__slider .legitimacy-slide {
    height: 100%;
    cursor: pointer;
}
.legitimacy__slider .legitimacy-slide img {
    width: 11.625vw;
    height: 16.1458333333vw;
    border-radius: 1.0416666667vw;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.legitimacy__slider .legitimacy-slide p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 8.0729166667vw;
    font-weight: 400;
    font-size: 0.7291666667vw;
    line-height: 0.9375vw;
    margin: 0 auto;
    margin-top: 0.78125vw;
}
.legitimacy__slider .slider-pagination {
    margin-top: 1.8229166667vw;
    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;
}
.legitimacy__slider .slider-pagination .swiper-pagination-bullet {
    width: 0.78125vw;
    height: 0.2604166667vw;
    background: #868686;
    border-radius: 26.0416666667vw;
    margin: 0 0.4166666667vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.5;
}
.legitimacy__slider .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.3020833333vw;
    opacity: 1;
    background: #13AAF7;
}

@media only screen and (max-width: 600px) {
    .legitimacy::before {
        display: none;
    }
    .legitimacy .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .legitimacy__main {
        width: 100%;
    }
    .legitimacy__title {
        font-size: 5.625vw;
        line-height: 7.8125vw;
        padding: 0;
        margin-bottom: 2.5vw;
        text-align: center;
    }
    .legitimacy__text {
        font-size: 3.75vw;
        line-height: 5vw;
        margin-bottom: 5vw;
        text-align: center;
    }
    .legitimacy__hint {
        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-bottom: 7.5vw;
    }
    .legitimacy__hint span {
        width: 51.5625vw;
        text-align: right;
        font-weight: 400;
        font-size: 3.125vw;
        line-height: 4.0625vw;
        color: rgba(0, 0, 0, 0.5);
        margin-right: 2.5vw;
    }
    .legitimacy__hint img {
        width: 8.75vw;
        height: 6.875vw;
    }
    .legitimacy__slider {
        width: 100%;
    }
    .legitimacy__slider .legitimacy-slide {
        width: 86.25vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .legitimacy__slider .legitimacy-slide img {
        width: 100%;
        height: 120vw;
        border-radius: 6.25vw;
    }
    .legitimacy__slider .legitimacy-slide p {
        width: auto;
        font-size: 3.75vw;
        line-height: 5vw;
        text-align: center;
        margin: 0 auto;
        margin-top: 5vw;
    }
    .legitimacy__slider .slider-pagination {
        margin-top: 5vw;
    }
    .legitimacy__slider .slider-pagination .swiper-pagination-bullet {
        width: 4.6875vw;
        height: 1.5625vw;
        border-radius: 156.25vw;
        margin: 0 0.9375vw;
    }
    .legitimacy__slider .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 7.8125vw;
    }
}
.news {
    margin-bottom: 3.6458333333vw;
}
.news__hint {
    display: none;
}
.news__container {
    width: 81.7708333333vw;
    height: 20.8333333333vw;
    position: relative;
}
.news__container .swiper {
    margin: 0 -1.6927083333vw;
    overflow: hidden;
}
.news__slider-button-next, .news__slider-button-prev {
    position: absolute;
    top: calc(50% - 1.6666666667vw);
}
.news__slider-button-prev {
    left: -5.78125vw;
}
.news__slider-button-next {
    right: -5.78125vw;
}
.news__item {
    width: 25vw;
    height: 20.8333333333vw;
    position: relative;
    border-radius: 1.0416666667vw;
    overflow: hidden;
    padding: 1.71875vw 2.2916666667vw;
    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;
    cursor: pointer;
    overflow: hidden;
    margin: 0 auto;
}
.news__item:hover:before,
.news__item:hover .news__content {
    opacity: 0;
}
.news__item:hover:after {
    opacity: 1;
}
.news__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10.18%, rgba(28, 28, 28, 0)), color-stop(73.74%, rgba(28, 28, 28, 0.7)));
    background: -webkit-linear-gradient(top, rgba(28, 28, 28, 0) 10.18%, rgba(28, 28, 28, 0.7) 73.74%);
    background: linear-gradient(180deg, rgba(28, 28, 28, 0) 10.18%, rgba(28, 28, 28, 0.7) 73.74%);
    z-index: 2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.news__item:after {
    content: "ПРОЧЕСТЬ НОВОСТЬ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    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: #fff;
    font-weight: 700;
    font-size: 1.25vw;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 28, 0)), color-stop(0.01%, rgba(28, 28, 28, 0)), color-stop(0.02%, rgba(28, 28, 28, 0.7)));
    background: -webkit-linear-gradient(top, rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 0) 0.01%, rgba(28, 28, 28, 0.7) 0.02%);
    background: linear-gradient(180deg, rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 0) 0.01%, rgba(28, 28, 28, 0.7) 0.02%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}
.news__item img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.news__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.news__content p {
    font-weight: 500;
    font-size: 1.0416666667vw;
    line-height: 1.25vw;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 5vw;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: none;
}
.news__content p:first-child {
    display: block;
    font-weight: 500;
    font-size: 0.7291666667vw;
    line-height: 0.8854166667vw;
    color: #92D7FB;
    margin-bottom: 0.8333333333vw;
}
.news__content p:nth-child(2) {
    display: -webkit-box;
}
.news__btn-container {
    display: none;
}

@media only screen and (max-width: 600px) {
    .news {
        margin-bottom: 13.4375vw;
    }
    .news__hint {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 5vw;
    }
    .news__hint span {
        width: 59.375vw;
        font-weight: 400;
        font-size: 3.125vw;
        line-height: 4.0625vw;
        color: rgba(0, 0, 0, 0.5);
        margin-right: 2.5vw;
        text-align: right;
    }
    .news__hint img {
        width: 8.75vw;
        height: 6.875vw;
    }
    .news__container {
        width: 100%;
        height: 71.875vw;
    }
    .news__container .swiper {
        margin: 0;
        height: 71.875vw;
    }
    .news__slider-button-next, .news__slider-button-prev {
        display: none;
    }
    .news__item {
        width: 86.25vw;
        height: 71.875vw;
        border-radius: 6.25vw;
        padding: 7.5vw;
        overflow: hidden;
    }
    .news__item:after {
        font-size: 5vw;
    }
    .news__item::after, .news__item::before,
    .news__item img {
        border-radius: 6.25vw;
    }
    .news__content {
        width: 100%;
        height: 100%;
        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-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .news__content p {
        font-size: 4.6875vw;
        line-height: 6.25vw;
        max-height: 25vw;
    }
    .news__content p:first-child {
        font-size: 3.75vw;
        line-height: 4.375vw;
        margin-bottom: 4.375vw;
    }
    .news__btn-container {
        margin-top: 7.8125vw;
        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;
    }
    .news__show-all-btn {
        color: #13AAF7;
        font-weight: 500;
        font-size: 3.75vw;
    }
}
.popup {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 2.6041666667vw;
    padding-bottom: 2.6041666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}
.popup.open {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}
.popup.open .popup__blur {
    overflow-y: scroll;
}
.popup__blur {
    background-color: #000;
    opacity: 0.7;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    cursor: pointer;
}
.popup__container {
    margin: auto;
    z-index: 2;
}
.popup__block {
    position: relative;
    z-index: 2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: auto;
    position: relative;
    border-radius: 1.5625vw;
    overflow: hidden;
    background-color: #fff;
}
.popup__close {
    position: absolute;
    top: 2.0833333333vw;
    right: 2.0833333333vw;
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    cursor: pointer;
}
.popup__close img,
.popup__close svg {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.popup .popup-form__input {
    width: 100%;
    height: 3.3854166667vw;
    background: #FFFFFF;
    -webkit-box-shadow: inset 0 0 1.1458333333vw rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 1.1458333333vw rgba(255, 255, 255, 0.25);
    border-radius: 26.0416666667vw;
    padding: 1.1458333333vw 1.875vw;
    margin-bottom: 0.78125vw;
    color: #1C1C1C;
    font-weight: 400;
    font-size: 0.8333333333vw;
    line-height: 1.1458333333vw;
    border: 0.0520833333vw solid #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.popup .popup-form__input::-webkit-input-placeholder {
    color: #1C1C1C;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.popup .popup-form__input::-moz-placeholder {
    color: #1C1C1C;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.popup .popup-form__input:-ms-input-placeholder {
    color: #1C1C1C;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.popup .popup-form__input::-ms-input-placeholder {
    color: #1C1C1C;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.popup .popup-form__input::placeholder {
    color: #1C1C1C;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.popup .popup-form__btn {
    width: 100%;
    height: 3.3854166667vw;
    padding: 1.1458333333vw 2.2916666667vw;
    font-weight: 500;
    font-size: 0.8333333333vw;
    line-height: 1.1458333333vw;
    margin-bottom: 0.78125vw;
    -webkit-box-shadow: inset 0 0 6.875vw rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 6.875vw rgba(255, 255, 255, 0.25);
}
.popup .popup-form__btn img {
    width: 0.78125vw;
    height: 0.78125vw;
    margin-right: 0;
    margin-left: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.popup .popup-form__btn span {
    margin-right: 0.5208333333vw;
}
.popup .popup-form__btn:hover span {
    margin-right: 0.3645833333vw;
}
.popup .popup-form__btn:hover img {
    margin-right: 0.15625vw;
}
.popup .popup-form__btn.disabled {
    pointer-events: none;
    opacity: 0.7;
}
.popup .popup-form__btn.disabled::after {
    opacity: 0;
}
.popup .popup-form__agreement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.popup .popup-form__agreement span {
    margin-right: 0.6770833333vw;
}
.popup .popup-form__agreement p {
    width: 8.8541666667vw;
    font-weight: 400;
    font-size: 0.5208333333vw;
    line-height: 0.78125vw;
    margin: 0;
}
.popup .popup-form__agreement p b {
    font-weight: 500;
    cursor: pointer;
}
.popup .popup-form__agreement p b:hover {
    text-decoration: underline;
}

.video-popup,
.map-popup {
    width: 66.6666666667vw;
    height: 37.5vw;
    margin: auto auto;
    background-color: #000;
    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;
}
.video-popup iframe,
.map-popup iframe {
    width: 100%;
    height: 100%;
}
.video-popup .lds-ring,
.map-popup .lds-ring {
    display: inline-block;
    position: relative;
    width: 4.1666666667vw;
    height: 4.1666666667vw;
}
.video-popup .lds-ring div,
.map-popup .lds-ring div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    margin: 0.4166666667vw;
    border: 0.4166666667vw solid #fff;
    border-radius: 50%;
    -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}
.video-popup .lds-ring div:nth-child(1),
.map-popup .lds-ring div:nth-child(1) {
    -webkit-animation-delay: -0.45s;
    animation-delay: -0.45s;
}
.video-popup .lds-ring div:nth-child(2),
.map-popup .lds-ring div:nth-child(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.video-popup .lds-ring div:nth-child(3),
.map-popup .lds-ring div:nth-child(3) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
}
@-webkit-keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.politika-popup {
    width: 81.7708333333vw;
    height: 100%;
    padding: 2.0833333333vw;
    background-color: #fff;
    border-radius: 1.5625vw;
}
.politika-popup .politika-popup__title {
    font-weight: 500;
    font-size: 2.0833333333vw;
    margin-bottom: 1.3020833333vw;
}
.politika-popup .politika-title {
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 1.25vw;
    margin-bottom: 0.78125vw;
}
.politika-popup p {
    font-weight: 400;
    font-size: 0.8333333333vw;
    line-height: 1.1979166667vw;
    margin-bottom: 0.78125vw;
}

.news-popup {
    width: 67.7083333333vw;
    position: relative;
    background-color: #fff;
    padding: 3.90625vw 4.0104166667vw 3.90625vw 4.6875vw;
    border-radius: 1.5625vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.news-popup img {
    width: 25vw;
    height: 20.8333333333vw;
    margin-right: 3.125vw;
}
.news-popup__content p {
    font-weight: 400;
    font-size: 1.0416666667vw;
    line-height: 1.6145833333vw;
    margin-bottom: 1.5625vw;
}
.news-popup__content p:first-child {
    font-weight: 500;
    font-size: 0.8333333333vw;
    line-height: 0.9895833333vw;
    color: #92D7FB;
}
.news-popup__content p:last-child {
    margin-bottom: 0;
}

.call-back-popup {
    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: 57.2916666667vw;
    height: auto;
    padding: 3.5416666667vw 5.0520833333vw 3.5416666667vw 4.4270833333vw;
    background-image: url("../images/general/large-popup-bg-desk.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1.5625vw;
    overflow: hidden;
    position: relative;
}
.call-back-popup > div {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.call-back-popup__text-side {
    width: 15.625vw;
}
.call-back-popup__text-side p {
    font-weight: 500;
    font-size: 1.5625vw;
    line-height: 1.8229166667vw;
    color: #000000;
    margin-bottom: 1.4583333333vw;
}
.call-back-popup__text-side ul {
    list-style: none;
}
.call-back-popup__text-side ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.0416666667vw;
}
.call-back-popup__text-side ul li:last-child {
    margin-bottom: 0;
}
.call-back-popup__text-side ul li div {
    font-weight: 400;
    font-size: 0.8333333333vw;
}
.call-back-popup__text-side ul li b {
    display: inline;
    font-weight: 700;
}
.call-back-popup__text-side ul li span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.7291666667vw;
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    background: #FFFFFF;
    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: 50%;
}
.call-back-popup__text-side ul li span img,
.call-back-popup__text-side ul li span svg {
    width: 0.3125vw;
    fill: #D7DCEA;
}
.call-back-popup__form-side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.call-back-popup__form-side p {
    font-weight: 500;
    font-size: 1.5625vw;
    line-height: 1.8229166667vw;
    color: #000000;
    margin-bottom: 0.9375vw;
}
.call-back-popup__form-side > span {
    font-weight: 400;
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
    margin-bottom: 1.3020833333vw;
}
.call-back-popup__form-side .call-back-form__btn {
    padding: 1.1458333333vw 2.2916666667vw;
    margin-bottom: 0.78125vw;
}
.call-back-popup.mod-call-back-style-2 {
    background-image: url("../images/general/large-popup-bg-desk-2.png");
}
.call-back-popup.mod-call-back-style-2 .call-back-popup__text-side {
    width: 17.7083333333vw;
}
.call-back-popup__btn-container {
    display: none;
}

.download-popup {
    width: 41.6666666667vw;
    height: 23.4375vw;
    padding: 3.125vw 5.2083333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    background-image: url("../images/general/download.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.download-popup > a {
    width: 6.25vw;
    height: 6.25vw;
    border-radius: 50%;
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 13.0208333333vw rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 13.0208333333vw rgba(0, 0, 0, 0.25);
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 0.8333333333vw;
    font-weight: 500;
    text-align: center;
    padding: 2.3958333333vw 1.8229166667vw 2.2395833333vw 1.8229166667vw;
    top: 4.0625vw;
    left: 14.5833333333vw;
}
.download-popup > a img {
    position: absolute;
    width: 5.0994791667vw;
    height: 5.0890625vw;
    top: 0.5614583333vw;
    left: 0.5671875vw;
    -webkit-animation: rotation 20s linear infinite;
    animation: rotation 20s linear infinite;
}
.download-popup > a img:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.download-popup__form {
    width: 13.0208333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.download-popup__form > span {
    font-weight: 400;
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
    color: #000000;
    text-align: center;
    margin-bottom: 0.6770833333vw;
}
.download-popup__form > span b {
    font-weight: 700;
}
.download-popup__form > p {
    font-weight: 500;
    font-size: 1.5625vw;
    line-height: 1.71875vw;
    color: #000000;
    margin-bottom: 0.6770833333vw;
    text-align: center;
}
.download-popup .download-popup-form__btn {
    padding: 1.1458333333vw 3.8541666667vw;
}

.partners-popup {
    padding: 3.5416666667vw 5.2083333333vw 3.5416666667vw;
    width: 41.6666666667vw;
    height: 23.4375vw;
    background-image: url("../images/general/partners-desk.png");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.partners-popup__info {
    position: absolute;
    top: 4.7395833333vw;
    left: 2.1354166667vw;
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 4.4270833333vw;
}
.partners-popup__info:hover div {
    background-color: #13AAF7;
    -webkit-transform: scale(1.5) rotate(-120deg);
    transform: scale(1.5) rotate(-120deg);
}
.partners-popup__info:hover svg {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    fill: #fff;
}
.partners-popup__info div {
    width: 1.6880208333vw;
    height: 1.6880208333vw;
    border-radius: 50%;
    background-color: #fff;
    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-bottom: 1.1979166667vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.partners-popup__info div img,
.partners-popup__info div svg {
    fill: #13AAF7;
    width: 0.3635416667vw;
    height: 0.3625vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.partners-popup__info p {
    font-weight: 700;
    font-size: 0.9375vw;
    line-height: 1.09375vw;
    color: #000000;
    margin-bottom: 1.1979166667vw;
    text-align: right;
}
.partners-popup__info span {
    font-weight: 400;
    font-size: 0.625vw;
    line-height: 0.9895833333vw;
    text-align: right;
    color: #000000;
}
.partners-popup__form {
    width: 13.0208333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.partners-popup__form p {
    font-weight: 500;
    font-size: 1.5625vw;
    line-height: 1.8229166667vw;
    margin-bottom: 0.8333333333vw;
}
.partners-popup__form > span {
    font-weight: 400;
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
    margin-bottom: 1.3020833333vw;
}

.result-popup {
    width: 57.2916666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4.21875vw 2.9166666667vw 4.6875vw 3.59375vw;
    background: #F8FBFF;
}
.result-popup > div:first-child {
    width: 11.71875vw;
    padding-top: 0.4166666667vw;
}
.result-popup > div:first-child p {
    font-weight: 400;
    font-size: 1.0416666667vw;
    line-height: 1.25vw;
    text-align: center;
    margin-bottom: 1.5625vw;
}
.result-popup > div:first-child img {
    width: 11.71875vw;
    height: 11.71875vw;
    border-radius: 50%;
    overflow: hidden;
}
.result-popup > div:nth-child(2) {
    width: 34.3229166667vw;
}
.result-popup__title {
    font-weight: 500;
    font-size: 1.875vw;
    line-height: 2.1875vw;
    margin-bottom: 1.40625vw;
}
.result-popup__text p {
    font-weight: 400;
    font-size: 0.8333333333vw;
    line-height: 1.1458333333vw;
    margin-bottom: 0.78125vw;
}
.result-popup__text p:last-child {
    margin-bottom: 0;
}

.review-popup {
    width: 26.0416666667vw;
    padding: 3.3854166667vw 3.6458333333vw;
}
.review-popup__img {
    width: 100%;
    height: 40.46875vw;
}
.review-popup__img img {
    width: 100%;
}

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

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@media only screen and (max-width: 600px) {
    .popup {
        padding-top: 9.375vw;
        padding-bottom: 9.375vw;
    }
    .popup__block {
        border-radius: 9.375vw;
    }
    .popup__close {
        top: 7.5vw;
        right: 7.5vw;
        width: 3.75vw;
        height: 3.75vw;
        cursor: pointer;
    }
    .popup__close img,
    .popup__close svg {
        width: 3.75vw;
        height: 3.75vw;
    }
    .popup .popup-form__input {
        width: 63.4375vw;
        height: 18.75vw;
        margin-bottom: 5vw;
        padding: 6.25vw 8.4375vw 6.875vw 8.4375vw;
        border-radius: 156.25vw;
        -webkit-box-shadow: inset 0 0 6.875vw rgba(255, 255, 255, 0.25);
        box-shadow: inset 0 0 6.875vw rgba(255, 255, 255, 0.25);
        font-size: 4.0625vw;
        color: #1C1C1C !important;
    }
    .popup .popup-form__input::-webkit-input-placeholder {
        color: #1C1C1C !important;
    }
    .popup .popup-form__input::-moz-placeholder {
        color: #1C1C1C !important;
    }
    .popup .popup-form__input:-ms-input-placeholder {
        color: #1C1C1C !important;
    }
    .popup .popup-form__input::-ms-input-placeholder {
        color: #1C1C1C !important;
    }
    .popup .popup-form__input::placeholder {
        color: #1C1C1C !important;
    }
    .popup .popup-form__btn {
        width: 63.4375vw;
        height: 18.75vw;
        padding: 6.25vw 8.75vw 6.875vw 8.75vw;
        font-size: 4.6875vw;
        -webkit-box-shadow: inset 0 0 6.875vw rgba(255, 255, 255, 0.25);
        box-shadow: inset 0 0 6.875vw rgba(255, 255, 255, 0.25);
        border-radius: 156.25vw;
        margin-bottom: 5vw;
    }
    .popup .popup-form__btn span {
        font-size: 4.6875vw;
        margin-bottom: 0;
    }
    .popup .popup-form__btn img {
        width: 3.125vw;
        height: 3.115625vw;
    }
    .popup .popup-form__agreement {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .popup .popup-form__agreement span {
        margin-bottom: 0;
        margin-right: 4.0625vw;
    }
    .popup .popup-form__agreement p {
        text-align: left;
        width: 51.25vw;
        font-size: 3.125vw;
        line-height: 4.6875vw;
    }

    .video-popup,
    .map-popup {
        width: 86.25vw;
        height: 71.875vw;
        border-radius: 3.125vw !important;
    }

    .politika-popup {
        width: 86.25vw;
        padding: 6.25vw;
        border-radius: 9.375vw;
    }
    .politika-popup .politika-popup__title {
        padding-top: 4.6875vw;
        font-size: 6.25vw;
        margin-bottom: 4.6875vw;
    }
    .politika-popup .politika-title {
        font-size: 4.6875vw;
        line-height: 4.6875vw;
        margin-bottom: 3.125vw;
    }
    .politika-popup p {
        font-size: 3.125vw;
        line-height: 4.375vw;
        margin-bottom: 3.125vw;
    }

    .news-popup {
        width: 86.25vw;
        padding: 7.8125vw;
        padding-top: 12.5vw;
        padding-bottom: 12.5vw;
        border-radius: 6.25vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .news-popup img {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 4.6875vw;
    }
    .news-popup__content p {
        font-size: 4.0625vw;
        line-height: 5.625vw;
        margin-bottom: 4.6875vw;
    }
    .news-popup__content p:first-child {
        font-size: 3.125vw;
        line-height: 4.375vw;
    }
    .news-popup .popup__close {
        top: 4.6875vw;
        right: 4.6875vw;
    }

    .call-back-popup {
        width: 86.25vw;
        height: auto;
        padding: 9.375vw 4.6875vw 9.75vw 4.6875vw;
        background-image: url("../images/general/call-me-popup-mob-bg.png");
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
    }
    .call-back-popup__text-side {
        width: 100%;
        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;
    }
    .call-back-popup__text-side p {
        font-size: 5vw;
        line-height: 6.5625vw;
        margin-bottom: 3.4375vw;
    }
    .call-back-popup__text-side ul {
        width: 66.5625vw;
    }
    .call-back-popup__text-side ul li {
        margin-bottom: 4.6875vw;
        padding-left: 9.0625vw;
        position: relative;
    }
    .call-back-popup__text-side ul li span {
        width: 6.25vw;
        height: 6.25vw;
        margin-right: 2.8125vw;
        position: absolute;
        top: 0;
        left: 0;
    }
    .call-back-popup__text-side ul li span svg {
        width: 1.875vw;
        height: 1.40625vw;
    }
    .call-back-popup__text-side ul li div {
        font-size: 4.375vw;
        line-height: 6.25vw;
    }
    .call-back-popup__text-side ul li:nth-child(1n+3) {
        display: none;
    }
    .call-back-popup__btn-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 5.625vw;
    }
    .call-back-popup__btn-container span {
        color: #13AAF7;
        font-weight: 500;
        font-size: 3.75vw;
    }
    .call-back-popup__form-side {
        width: 64.0625vw;
    }
    .call-back-popup__form-side p {
        font-size: 7.5vw;
        line-height: 9.375vw;
        text-align: center;
        margin-bottom: 2.5vw;
    }
    .call-back-popup__form-side span {
        font-size: 4.0625vw;
        line-height: 5.625vw;
        text-align: center;
    }
    .call-back-popup.mod-call-back-style-2 {
        background-image: url("../images/general/call-me-popup-mob-bg.png");
    }
    .call-back-popup.mod-call-back-style-2 .call-back-popup__text-side {
        width: 100%;
    }

    .download-popup {
        padding: 11.25vw;
        padding-bottom: 66.5625vw;
        width: 85.9375vw;
        height: 171.875vw;
        background-image: url("../images/general/download-popup-mob-bg.png");
    }
    .download-popup__form {
        width: 100%;
        height: auto;
    }
    .download-popup__form span {
        font-size: 4.0625vw;
        line-height: 5.625vw;
        margin-bottom: 4.6875vw;
    }
    .download-popup__form p {
        font-size: 7.5vw;
        line-height: 7.5vw;
        margin-bottom: 4.6875vw;
    }
    .download-popup > a {
        width: 25.3125vw;
        height: 25.3125vw;
        top: auto;
        left: auto;
        right: 19.6875vw;
        bottom: 19.0625vw;
        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;
    }
    .download-popup > a img {
        width: 20.653125vw;
        height: 20.609375vw;
        top: 2.29375vw;
        left: 2.296875vw;
        right: 2.3625vw;
        bottom: 2.409375vw;
    }
    .download-popup > a span {
        font-size: 3.125vw;
        line-height: 4.6875vw;
        width: 9.375vw;
        font-weight: 500;
    }
    .download-popup-form__btn {
        padding-left: 19.375vw !important;
        padding-right: 19.375vw !important;
    }

    .partners-popup {
        width: 85.9375vw;
        height: 171.875vw;
        padding: 11.25vw 8.75vw 74.375vw 8.75vw;
        background-image: url("../images/general/partners-popup-mob-bg.png");
    }
    .partners-popup__form {
        width: 100%;
    }
    .partners-popup__form p {
        font-size: 7.5vw;
        line-height: 9.375vw;
        margin-bottom: 2.5vw;
        text-align: center;
    }
    .partners-popup__form > span {
        width: 63.4375vw;
        margin: 0 auto;
        font-size: 4.0625vw;
        line-height: 5.625vw;
        margin-bottom: 6.25vw;
        text-align: center;
    }
    .partners-popup__form form {
        width: 63.4375vw;
        margin: 0 auto;
    }
    .partners-popup__info {
        width: 21.875vw;
        top: auto;
        left: auto;
        right: 13.125vw;
        bottom: 26.5625vw;
    }
    .partners-popup__info div {
        width: 7.5vw;
        height: 7.5vw;
    }
    .partners-popup__info div svg {
        width: 1.615625vw;
        height: 1.6125vw;
    }
    .partners-popup__info:hover div {
        -webkit-transform: rotate(40deg) scale(1.2);
        transform: rotate(40deg) scale(1.2);
    }
    .partners-popup__info p {
        font-size: 4.375vw;
        line-height: 5.9375vw;
        margin-bottom: 3.125vw;
    }
    .partners-popup__info span {
        font-size: 3.125vw;
        line-height: 4.375vw;
    }

    .result-popup {
        width: 86.25vw;
        padding: 6.25vw;
        padding-top: 14.0625vw;
        padding-bottom: 9.375vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .result-popup > div:first-child, .result-popup > div:nth-child(2) {
        width: 100% !important;
    }
    .result-popup > div:first-child {
        margin-bottom: 4.6875vw;
    }
    .result-popup > div:first-child p {
        font-size: 4.0625vw;
        line-height: 5.625vw;
        margin-bottom: 3.125vw;
    }
    .result-popup > div:first-child img {
        width: 70.3125vw;
        height: 70.3125vw;
    }
    .result-popup > div:nth-child(2) .result-popup__title {
        font-size: 7.5vw;
        line-height: 7.5vw;
        margin-bottom: 4.6875vw;
        text-align: center;
    }
    .result-popup > div:nth-child(2) .result-popup__text p {
        font-size: 4.0625vw;
        line-height: 5.625vw;
        margin-bottom: 3.125vw;
    }
    .result-popup > div:nth-child(2) .result-popup__text p:last-child {
        margin-bottom: 0;
    }

    .review-popup {
        width: 86.25vw;
        height: 155vw;
        padding: 10.3125vw 11.875vw 10.625vw 11.875vw;
    }
    .review-popup img {
        width: 61.875vw;
        height: 133.75vw;
    }
}
.price {
    overflow: hidden;
    margin-bottom: 5vw;
    padding-bottom: 3.28125vw;
}
.price__title {
    text-align: center;
    margin-bottom: 1.875vw;
}
.price__sub-title {
    font-weight: 400;
    font-size: 1.5625vw;
    line-height: 1.8229166667vw;
    text-align: center;
    margin-bottom: 2.9166666667vw;
}
.price__slider {
    width: 70.15625vw;
    height: 31.25vw;
    margin: 0 auto;
    position: relative;
}
.price__slider .swiper,
.price__slider .swiper-container {
    overflow: visible !important;
}
.price__slider::after, .price__slider:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    background-color: #fff;
    width: 52.0833333333vw;
    z-index: 8;
}
.price__slider:before {
    left: auto;
    right: 100%;
}
.price__slider-button-next, .price__slider-button-prev {
    position: absolute;
    top: calc(50% - 1.6666666667vw);
}
.price__slider-button-prev {
    left: -5.78125vw;
}
.price__slider-button-next {
    right: -5.78125vw;
}
.price__slider-hint {
    display: none;
}
.price__slider .swiper {
    height: 100%;
}
.price__slider-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3.0208333333vw;
    position: relative;
    z-index: 10;
}
.price__slider-pagination span {
    width: 0.78125vw;
    height: 0.2604166667vw;
    background: #868686;
    border-radius: 26.0416666667vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 0 0.2604166667vw;
    opacity: 0.5;
}
.price__slider-pagination span.swiper-pagination-bullet-active {
    width: 1.3020833333vw;
    opacity: 1;
    background: #13AAF7;
}
.price__slider-money {
    display: none !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: -5.78125vw;
    z-index: 10;
}
.price__slider-money div {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    background: #FAFAFE;
    border-radius: 50%;
    font-weight: 700;
    font-size: 0.78125vw;
    line-height: 0.9375vw;
    color: #13AAF7;
    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-bottom: 0.8854166667vw;
}
.price__slider-money div:last-child {
    margin-bottom: 0;
}



@media only screen and (max-width: 600px) {
    .price {
        padding-bottom: 0;
        margin-bottom: 11.5625vw;
    }
    .price__title {
        padding: 0 7.8125vw;
        margin-bottom: 5.3125vw;
    }
    .price__title br {
        display: none;
    }
    .price__sub-title {
        font-size: 5.625vw;
        line-height: 6.5625vw;
        margin-bottom: 6.5625vw;
    }
    .price__slider {
        margin: 0;
        width: 100%;
        height: auto;
    }
    .price__slider-money {
        width: 100%;
        top: auto;
        left: auto;
        right: auto;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 6.5625vw;
    }
    .price__slider-money div {
        width: 14.6875vw;
        height: 14.6875vw;
        font-size: 3.125vw;
        line-height: 3.75vw;
        margin-left: 4.6875vw;
    }
    .price__slider-money div:first-child {
        margin-left: 0;
    }
    .price__slider-hint {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 5vw;
    }
    .price__slider-hint span {
        font-weight: 400;
        font-size: 3.125vw;
        line-height: 4.0625vw;
        color: rgba(0, 0, 0, 0.5);
        margin-right: 2.5vw;
        text-align: right;
    }
    .price__slider-hint img {
        width: 8.75vw;
        height: 6.875vw;
    }
    .price__slider .slider-btn-style {
        display: none;
    }
    .price__slider::after, .price__slider::before {
        display: none;
    }
    .price__slider .swiper {
        overflow: hidden !important;
    }
    .price__slider .swiper .swiper-slide {
        border-radius: 9.375vw;
        overflow: hidden !important;
    }
    .price__slider-pagination {
        padding-top: 4.6875vw;
    }
    .price__slider-pagination span {
        width: 4.6875vw;
        height: 1.5625vw;
        margin: 0 0.9375vw;
        border-radius: 156.25vw;
    }
    .price__slider-pagination span.swiper-pagination-bullet-active {
        width: 7.8125vw;
    }
}
.process {
    margin-bottom: 5.2083333333vw;
}
.process__title {
    text-align: center;
    margin-bottom: 2.9166666667vw;
}
.process__hint {
    display: none;
}
.process__link {
    width: 20.8333333333vw;
    cursor: pointer;
}
.process__link:hover .style-dotted::after {
    width: 60%;
    left: 0;
    right: 40%;
}
.process__link a {
    width: 16.6666666667vw;
    font-weight: 500;
    font-size: 0.9375vw;
    line-height: 1.5625vw;
}
.process__link a span {
    color: #13AAF7;
}
.process__container {
    background-color: #FAFAFE;
    padding: 6.5625vw 7.8125vw;
    border-radius: 1.8229166667vw;
    overflow: hidden;
    position: relative;
}
.process__container p {
    width: 16.6666666667vw;
    font-weight: 400;
    font-size: 1.5625vw;
    line-height: 2.0833333333vw;
    margin-bottom: 2.9166666667vw;
}
.process__container ul {
    width: 16.6666666667vw;
    list-style: none;
    margin-bottom: 2.9166666667vw;
}
.process__container ul li {
    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;
    padding-right: 2.8645833333vw;
    margin-top: 1.0416666667vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.process__container ul li:first-child {
    margin-top: 0;
}
.process__container ul li.active {
    padding-left: 1.3020833333vw;
    padding-right: 1.5625vw;
    pointer-events: none;
}
.process__container ul li.active span {
    background: #2F63DF;
}
.process__container ul li.active span svg {
    fill: #fff !important;
}
.process__container ul li.active span svg path {
    fill: #fff !important;
}
.process__container ul li.active p::after {
    display: none;
}
.process__container ul li span {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 0.8854166667vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.process__container ul li span svg {
    width: 1.25vw;
    height: 1.25vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.process__container ul li span svg path {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.process__container ul li p {
    width: auto;
    font-size: 0.8333333333vw;
    line-height: 1.0416666667vw;
    font-weight: 400;
    cursor: pointer;
    margin: 0;
    position: relative;
}
.process__container ul li p b {
    font-weight: 700;
}
.process__container ul li p:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    background-color: #1C1C1C;
    top: 100%;
    left: 50%;
    right: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.process__container ul li p:hover::after {
    width: 100%;
    left: 0;
    right: 0;
}
.process__img-container {
    width: 50.2083333333vw !important;
    height: 33.6979166667vw;
    position: absolute;
    top: 4.3229166667vw;
    right: 0;
}
.process__img-container img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 1.0416666667vw 1.6145833333vw 1.6666666667vw 0.8333333333vw rgba(0, 0, 0, 0.22);
    box-shadow: 1.0416666667vw 1.6145833333vw 1.6666666667vw 0.8333333333vw rgba(0, 0, 0, 0.22);
    border-top-left-radius: 1.5625vw;
    border-bottom-left-radius: 1.5625vw;
}
.process__img-container img.visible {
    opacity: 1;
}

@media only screen and (max-width: 600px) {
    .process {
        margin-bottom: 7.8125vw;
    }
    .process__title {
        margin-bottom: 7.8125vw;
    }
    .process__hint {
        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;
        margin-bottom: 6.5625vw;
    }
    .process__hint span {
        font-weight: 400;
        font-size: 3.125vw;
        line-height: 4.0625vw;
        color: rgba(0, 0, 0, 0.5);
        margin-right: 2.5vw;
    }
    .process__hint img {
        width: 8.75vw;
        height: 6.875vw;
    }
    .process__container {
        background: #F6F6FA;
        border-radius: 10.9375vw;
        padding: 9.375vw 10.9375vw;
        position: relative;
        overflow: visible;
        margin-bottom: 25.9375vw;
    }
    .process__container p {
        width: 100%;
        margin: 0;
        font-size: 5.625vw;
        line-height: 7.5vw;
        margin-bottom: 5.625vw;
        text-align: center;
    }
    .process__container ul {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .process__container ul li {
        margin: 0;
        width: 30%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        margin-top: 4.6875vw;
        padding: 0;
    }
    .process__container ul li:first-child, .process__container ul li:nth-child(2), .process__container ul li:nth-child(3) {
        margin-top: 0;
    }
    .process__container ul li span {
        width: 10vw;
        height: 10vw;
        margin: 0;
        margin-bottom: 2.5vw;
    }
    .process__container ul li span svg {
        width: 4.6875vw;
        height: 4.6875vw;
    }
    .process__container ul li p {
        font-size: 2.5vw;
        line-height: 3.4375vw;
    }
    .process__container ul li p::after {
        display: none;
    }
    .process__container .process__link {
        position: relative;
        width: 100%;
    }
    .process__container .process__link a {
        width: 81.25vw;
        text-align: center;
        position: absolute;
        font-size: 3.75vw;
        line-height: 6.25vw;
        top: 15.625vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .process__img-container {
        position: relative;
        width: 100% !important;
        height: 43.125vw;
        margin: 0;
        margin-bottom: 7.8125vw;
        overflow: hidden;
        border-radius: 4.6875vw;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
    }
    .process__img-container img {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 4.6875vw;
    }
}
.product-steps {
    margin-bottom: 5.7291666667vw;
}
.product-steps__title {
    text-align: center;
    margin-bottom: 3.4895833333vw;
}
.product-steps__slider {
    display: none;
}
.product-steps__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-steps__form {
    width: 26.0416666667vw;
    height: 19.7916666667vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 0.0520833333vw solid #EEF2F5;
    border-radius: 1.5625vw;
    padding: 2.5vw 2.2395833333vw 2.2916666667vw 3.2291666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.product-steps__form::before, .product-steps__form::after {
    content: "";
    width: 1.0416666667vw;
    height: 0.2604166667vw;
    background: #2F63DF;
    border-radius: 26.0416666667vw;
    position: absolute;
    left: 3.2291666667vw;
}
.product-steps__form::before {
    top: -0.15625vw;
}
.product-steps__form::after {
    bottom: -0.15625vw;
}
.product-steps__form .number {
    position: absolute;
    font-weight: 500;
    font-size: 0.9375vw;
    line-height: 1.09375vw;
    color: #9BBDF2;
    top: 1.40625vw;
    right: 1.71875vw;
}
.product-steps__form > div:first-child {
    width: 8.3333333333vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product-steps__form > div:first-child p {
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 1.4583333333vw;
    padding-right: 0.5208333333vw;
    margin-top: 0;
    margin-bottom: auto;
}
.product-steps__form > div:first-child span {
    width: 4.6875vw;
    font-weight: 500;
    font-size: 0.7291666667vw;
    line-height: 0.8333333333vw;
    margin-top: auto;
    margin-bottom: 0.8333333333vw;
}
.product-steps__form > div:first-child a {
    font-weight: 700;
    font-size: 0.8333333333vw;
    line-height: 0.9895833333vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.product-steps__form > div:first-child a:hover {
    color: #13AAF7;
}
.product-steps__form > div:nth-child(2) {
    width: 10.4166666667vw;
    margin-top: auto;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product-steps__form > div:nth-child(2) span {
    text-align: center;
    font-weight: 500;
    font-size: 0.7291666667vw;
    line-height: 0.9895833333vw;
    margin-bottom: 0.8854166667vw;
}
.product-steps__form > div:nth-child(2) input {
    width: 100%;
    height: 2.6041666667vw;
    background: #FAFAFA;
    border-radius: 26.0416666667vw;
    padding: 0.78125vw 1.1979166667vw;
    font-weight: 400;
    font-size: 0.7291666667vw;
    line-height: 0.9895833333vw;
    color: #1C1C1C;
    margin-bottom: 0.5208333333vw;
    border: 0.0520833333vw solid #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.product-steps__form > div:nth-child(2) input::-webkit-input-placeholder {
    color: #1C1C1C;
}
.product-steps__form > div:nth-child(2) input::-moz-placeholder {
    color: #1C1C1C;
}
.product-steps__form > div:nth-child(2) input:-ms-input-placeholder {
    color: #1C1C1C;
}
.product-steps__form > div:nth-child(2) input::-ms-input-placeholder {
    color: #1C1C1C;
}
.product-steps__form > div:nth-child(2) input::placeholder {
    color: #1C1C1C;
}
.product-steps__form > div:nth-child(2) button {
    width: 100%;
    height: 2.6041666667vw;
    padding: 0.7291666667vw 1.875vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-steps__form > div:nth-child(2) button span {
    font-size: 0.6770833333vw;
    line-height: 1.1458333333vw;
    margin: 0;
}
.product-steps__form > div:nth-child(2) button img {
    width: 0.5208333333vw;
    height: 0.5192708333vw;
    margin: 0;
}
.product-steps__form > div:nth-child(2) button:hover {
    padding: 0.7291666667vw 1.9791666667vw;
}
.product-steps__form > div:nth-child(2) button:hover span,
.product-steps__form > div:nth-child(2) button:hover img {
    margin: 0;
}
.product-steps__info,
.product-steps .swiper-slide {
    width: 54.7916666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-steps__info .info-item,
.product-steps .swiper-slide .info-item {
    width: 17.1875vw;
    height: 20vw;
    padding: 2.5vw 2.03125vw 1.7708333333vw 3.2291666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 0.0520833333vw solid #EEF2F5;
    border-radius: 1.5625vw;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.product-steps__info .info-item *,
.product-steps .swiper-slide .info-item * {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.product-steps__info .info-item::before, .product-steps__info .info-item::after,
.product-steps .swiper-slide .info-item::before,
.product-steps .swiper-slide .info-item::after {
    content: "";
    width: 1.0416666667vw;
    height: 0.2604166667vw;
    background: #30CC67;
    border-radius: 26.0416666667vw;
    position: absolute;
    left: 3.2291666667vw;
}
.product-steps__info .info-item::before,
.product-steps .swiper-slide .info-item::before {
    top: -0.15625vw;
}
.product-steps__info .info-item::after,
.product-steps .swiper-slide .info-item::after {
    bottom: -0.15625vw;
}
.product-steps__info .info-item p,
.product-steps .swiper-slide .info-item p {
    width: 8.3333333333vw;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 1.4583333333vw;
    margin-top: 0;
    margin-bottom: auto;
}
.product-steps__info .info-item span,
.product-steps .swiper-slide .info-item span {
    font-weight: 400;
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
}
.product-steps__info .info-item span b,
.product-steps .swiper-slide .info-item span b {
    font-weight: 700;
}
.product-steps__info .info-item .number,
.product-steps .swiper-slide .info-item .number {
    position: absolute;
    font-weight: 500;
    font-size: 0.9375vw;
    line-height: 1.09375vw;
    top: 1.40625vw;
    right: 1.71875vw;
    color: #8AECBF;
}
.product-steps__info .info-item svg,
.product-steps .swiper-slide .info-item svg {
    width: 4.5244791667vw;
    height: 4.53125vw;
}
.product-steps__info .info-item:nth-child(3n+2) .number,
.product-steps .swiper-slide .info-item:nth-child(3n+2) .number {
    color: #EBB7C4;
}
.product-steps__info .info-item:nth-child(3n+2)::after, .product-steps__info .info-item:nth-child(3n+2)::before,
.product-steps .swiper-slide .info-item:nth-child(3n+2)::after,
.product-steps .swiper-slide .info-item:nth-child(3n+2)::before {
    background-color: #DD1E46;
}
.product-steps__info .info-item:nth-child(3n+2):hover,
.product-steps .swiper-slide .info-item:nth-child(3n+2):hover {
    background-color: #DD1E46;
}
.product-steps__info .info-item:nth-child(3n+3) .number,
.product-steps .swiper-slide .info-item:nth-child(3n+3) .number {
    color: #FACCB1;
}
.product-steps__info .info-item:nth-child(3n+3)::after, .product-steps__info .info-item:nth-child(3n+3)::before,
.product-steps .swiper-slide .info-item:nth-child(3n+3)::after,
.product-steps .swiper-slide .info-item:nth-child(3n+3)::before {
    background-color: #F5803E;
}
.product-steps__info .info-item:nth-child(3n+3):hover,
.product-steps .swiper-slide .info-item:nth-child(3n+3):hover {
    background-color: #F5803E;
}
.product-steps__info .info-item:hover,
.product-steps .swiper-slide .info-item:hover {
    background-color: #30CC67;
}
.product-steps__info .info-item:hover p,
.product-steps__info .info-item:hover span,
.product-steps__info .info-item:hover span b,
.product-steps__info .info-item:hover .number,
.product-steps .swiper-slide .info-item:hover p,
.product-steps .swiper-slide .info-item:hover span,
.product-steps .swiper-slide .info-item:hover span b,
.product-steps .swiper-slide .info-item:hover .number {
    color: #fff;
}
.product-steps__info .info-item:hover svg path,
.product-steps .swiper-slide .info-item:hover svg path {
    fill: #fff !important;
}

@media only screen and (max-width: 600px) {
    .product-steps {
        margin-bottom: 20.625vw;
    }
    .product-steps__container {
        display: none;
    }
    .product-steps__slider {
        display: block;
    }
    .product-steps__slider .swiper {
        padding: 0.9375vw 0;
        overflow: hidden !important;
    }
    .product-steps__slider-hint {
        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;
        margin-bottom: 6.25vw;
    }
    .product-steps__slider-hint span {
        font-weight: 400;
        font-size: 3.125vw;
        line-height: 4.0625vw;
        color: rgba(0, 0, 0, 0.5);
        margin-right: 2.5vw;
    }
    .product-steps__slider-hint img {
        width: 8.75vw;
        height: 6.875vw;
    }
    .product-steps__slider .product-steps__form {
        width: 86.25vw;
        height: auto;
        padding: 19.0625vw 11.875vw 27.8125vw 11.875vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 9.375vw;
        position: relative;
    }
    .product-steps__slider .product-steps__form::after, .product-steps__slider .product-steps__form::before {
        width: 6.25vw;
        height: 1.5625vw;
        left: 11.875vw;
    }
    .product-steps__slider .product-steps__form::before {
        top: -0.9375vw;
    }
    .product-steps__slider .product-steps__form::after {
        bottom: -0.9375vw;
    }
    .product-steps__slider .product-steps__form .number {
        font-size: 5.625vw;
        line-height: 6.5625vw;
        top: 10vw;
        right: 10.3125vw;
    }
    .product-steps__slider .product-steps__form > div {
        width: 100% !important;
    }
    .product-steps__slider .product-steps__form > div:first-child p {
        width: 100%;
        font-size: 7.5vw;
        line-height: 8.75vw;
        text-align: center;
    }
    .product-steps__slider .product-steps__form > div:first-child span {
        width: 62.5vw;
        text-align: center;
        position: absolute;
        left: 11.875vw;
        right: 11.875vw;
        bottom: 16.875vw;
        font-size: 3.125vw;
        line-height: 5vw;
    }
    .product-steps__slider .product-steps__form > div:first-child a {
        width: 62.5vw;
        text-align: center;
        position: absolute;
        left: 11.875vw;
        right: 11.875vw;
        bottom: 10vw;
        font-size: 3.75vw;
        line-height: 4.375vw;
    }
    .product-steps__slider .product-steps__form > div:nth-child(2) span {
        font-size: 3.125vw;
        line-height: 5.9375vw;
        margin-bottom: 2.5vw;
    }
    .product-steps__slider .product-steps__form > div:nth-child(2) input {
        width: 100%;
        height: 15.625vw;
        border-radius: 156.25vw;
        padding: 5vw 7.1875vw 4.6875vw 7.1875vw;
        font-size: 3.75vw;
        line-height: 5.9375vw;
        margin-bottom: 3.125vw;
        border: 0.3125vw solid #fff;
    }
    .product-steps__slider .product-steps__form > div:nth-child(2) button {
        width: 100%;
        height: 15.625vw;
        margin-top: 7.5vw;
        padding: 4.375vw 14.0625vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .product-steps__slider .product-steps__form > div:nth-child(2) button span {
        margin: 0;
    }
    .product-steps__slider .product-steps__form > div:nth-child(2) button img {
        width: 3.125vw;
        height: 3.115625vw;
    }
    .product-steps__slider .swiper-slide {
        width: 86.25vw;
    }
    .product-steps__slider .swiper-slide .info-item {
        width: 100%;
        height: 68.75vw;
        border-radius: 9.375vw;
        padding: 12.5vw 10vw;
    }
    .product-steps__slider .swiper-slide .info-item p {
        color: #fff !important;
        width: 100%;
        margin-top: auto;
        margin-bottom: 3.125vw;
        font-size: 5.625vw;
        line-height: 6.5625vw;
    }
    .product-steps__slider .swiper-slide .info-item p b {
        color: #fff !important;
    }
    .product-steps__slider .swiper-slide .info-item span {
        color: #fff !important;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 2.5vw;
        line-height: 4.375vw;
    }
    .product-steps__slider .swiper-slide .info-item span b {
        color: #fff !important;
    }
    .product-steps__slider .swiper-slide .info-item .number {
        color: #fff !important;
        top: 10.625vw;
        right: 10vw;
        font-size: 5.625vw;
        line-height: 6.5625vw;
    }
    .product-steps__slider .swiper-slide .info-item::after, .product-steps__slider .swiper-slide .info-item::before {
        width: 6.25vw;
        height: 1.5625vw;
        left: 20vw;
    }
    .product-steps__slider .swiper-slide .info-item::before {
        top: -0.9375vw;
    }
    .product-steps__slider .swiper-slide .info-item::after {
        bottom: -0.9375vw;
    }
    .product-steps__slider .swiper-slide .info-item svg {
        width: 13.4375vw;
        height: 13.4375vw;
        fill: #fff;
    }
    .product-steps__slider .swiper-slide .info-item svg path {
        fill: #fff;
    }
    .product-steps__slider .swiper-slide:nth-child(3n+2) .info-item {
        background-color: #30CC67;
    }
    .product-steps__slider .swiper-slide:nth-child(3n+2) .info-item::after, .product-steps__slider .swiper-slide:nth-child(3n+2) .info-item::before {
        background-color: #30CC67;
    }
    .product-steps__slider .swiper-slide:nth-child(3n+3) .info-item {
        background-color: #DD1E46;
    }
    .product-steps__slider .swiper-slide:nth-child(3n+3) .info-item::after, .product-steps__slider .swiper-slide:nth-child(3n+3) .info-item::before {
        background-color: #DD1E46;
    }
    .product-steps__slider .swiper-slide:nth-child(3n+4) .info-item {
        background-color: #F5803E;
    }
    .product-steps__slider .swiper-slide:nth-child(3n+4) .info-item::after, .product-steps__slider .swiper-slide:nth-child(3n+4) .info-item::before {
        background-color: #F5803E;
    }
}
.questions {
    margin-bottom: 3.2291666667vw;
}
.questions__title {
    text-align: center;
    margin-bottom: 2.6041666667vw;
}
.questions__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    margin-bottom: 3.2291666667vw;
}
.questions__container > div {
    width: 38.0208333333vw;
}
.questions__container1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    margin-bottom: 3.2291666667vw;
}
.questions__container1 > div {
    width: 38.0208333333vw;
}
.questions__item {
    width: 100%;
    border-top: 0.0520833333vw solid #EEF2F5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.questions__item:first-child {
    border-top: 0.0520833333vw solid transparent;
}
.questions__item.open {
    background: #FAFAFE;
    border-radius: 1.0416666667vw;
    padding-bottom: 1.875vw;
    border-top: 0.0520833333vw solid transparent;
}
.questions__item.open .item-title {
    padding-left: 2.9166666667vw;
}
.questions__item.open .item-title span {
    background: #13AAF7;
}
.questions__item.open .item-title span svg {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    fill: #fff !important;
}
.questions__item.open .item-title span svg path {
    fill: #fff !important;
}
.questions__item.open + div {
    border-top: 0.0520833333vw solid transparent;
}
.questions__item .item-title {
    padding: 1.5625vw 1.71875vw;
    padding-left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    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;
}
.questions__item .item-title p {
    font-weight: 500;
    font-size: 1.0416666667vw;
    line-height: 1.25vw;
    cursor: pointer;
}
.questions__item .item-title span {
    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: 2.0833333333vw;
    height: 2.0833333333vw;
    border-radius: 50%;
    background: #EFEFEF;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.questions__item .item-title span svg {
    width: 0.625vw;
    height: 0.3645833333vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    fill: #ACACAC !important;
}
.questions__item .item-title span svg path {
    fill: #ACACAC !important;
}
.questions__item .item-content {
    padding: 0 8.3333333333vw 0 2.9166666667vw;
    font-weight: 400;
    font-size: 0.8333333333vw;
    line-height: 1.1979166667vw;
    color: #000000;
}
.questions__telegram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3.28125vw 16.6666666667vw 3.2291666667vw 4.9479166667vw;
    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;
    background-image: url("../images/general/telegram.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.questions__telegram p {
    font-weight: 500;
    font-size: 1.5625vw;
    line-height: 2.0833333333vw;
    width: 16.1458333333vw;
    margin-left: 0;
    margin-right: auto;
}
.questions__telegram .questions__telegram-titie {
    font-weight: 700;
    font-size: 3.125vw;
    line-height: 3.90625vw;
    width: 15.625vw;
    margin-right: 3.125vw;
}
.questions__telegram a {
    width: 21.3541666667vw;
    margin-left: auto;
    margin-right: 0;
    padding-left: 2.7083333333vw;
    padding-right: 3.3333333333vw;
    text-decoration: none !important;
}
.questions__telegram a img,
.questions__telegram a svg {
    width: 1.5vw;
    height: 1.5vw;
}
.questions__show-all {
    display: none;
}

@media only screen and (max-width: 600px) {
    .questions {
        margin-bottom: 7.5vw;
    }
    .questions .wrapper {
        width: 100%;
    }
    .questions__title {
        padding: 0 6.875vw;
        font-size: 7.5vw;
        line-height: 10.9375vw;
        margin-bottom: 7.5vw;
    }
    .questions__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 4.6875vw;
    }
    .questions__container > div {
        width: 100%;
        border-bottom: 0.3125vw solid #FAFAFE;
    }
    .questions__container1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 4.6875vw;
    }
    .questions__container1 > div {
        width: 100%;
        border-bottom: 0.3125vw solid #FAFAFE;
    }
    .questions__item {
        padding-left: 6.875vw;
        padding-right: 6.875vw;
        padding-bottom: 2.5vw;
    }
    .questions__item .item-title {
        padding: 2.5vw 0 2.5vw 0;
    }
    .questions__item .item-title p {
        font-size: 4.6875vw;
        line-height: 7.5vw;
    }
    .questions__item .item-title span {
        width: 12.5vw;
        height: 12.5vw;
        margin-left: 1.5625vw;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .questions__item .item-title span img,
    .questions__item .item-title span svg {
        width: 3.75vw;
        height: 2.1875vw;
    }
    .questions__item .item-content {
        font-size: 3.125vw;
        line-height: 5vw;
        padding-left: 0;
    }
    .questions__item.open {
        padding-bottom: 4.6875vw;
        border-radius: 0;
    }
    .questions__item.open .item-title,
    .questions__item.open .item-content {
        padding-left: 0;
    }
    .questions__show-all {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 8.4375vw;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .questions__show-all span {
        font-weight: 500;
        font-size: 3.75vw;
        color: #13AAF7;
    }
    .questions__telegram {
        padding: 12.5vw 11.25vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-image: url("../images/general/telegram-mob.png");
        width: 86.25vw;
        border-radius: 9.375vw;
        margin: 0 auto;
        text-align: center;
    }
    .questions__telegram .questions__telegram-titie {
        width: 100%;
        font-size: 7.5vw;
        line-height: 9.375vw;
        margin-bottom: 2.5vw;
    }
    .questions__telegram p {
        width: 100%;
        font-size: 5.625vw;
        line-height: 7.5vw;
        margin-bottom: 7.5vw;
    }
    .questions__telegram a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow: hidden !important;
        padding: 3.75vw 7.8125vw 3.75vw 7.8125vw;
    }
    .questions__telegram a img,
    .questions__telegram a svg {
        width: 8vw;
        height: 8vw;
    }
}
.results {
    margin-bottom: 5.2083333333vw;
}
.results__hint {
    display: none;
}
.results__title {
    text-align: center;
    margin-bottom: 3.125vw;
}
.results__slider {
    margin: 0 -1.8229166667vw;
}
.results__slider-container {
    position: relative;
    margin-bottom: 6.3020833333vw;
}
.results__slider-container:before, .results__slider-container:after {
    content: "";
    position: absolute;
    width: 1.8229166667vw;
    height: 100%;
    top: 0;
    left: -1.8229166667vw;
    bottom: 0;
    background-color: #fff;
    z-index: 10;
}
.results__slider-container:after {
    left: auto;
    right: -1.8229166667vw;
}
.results__slider .swiper {
    overflow: hidden;
}
.results__slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.results__slider-button-prev, .results__slider-button-next {
    position: absolute;
    top: calc(50% - 1.6666666667vw);
    z-index: 15;
}
.results__slider-button-prev {
    right: calc(100% + 2.7604166667vw);
}
.results__slider-button-next {
    left: calc(100% + 2.7604166667vw);
}
.results__slider-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: calc(100% + 3.0208333333vw);
    left: 0;
    right: 0;
    width: 100%;
    height: 0.2604166667vw;
}
.results__slider-pagination .swiper-pagination-bullet {
    width: 0.78125vw;
    height: 0.2604166667vw;
    background: #868686;
    border-radius: 26.0416666667vw;
    margin: 0 0.3645833333vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.5;
}
.results__slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.3020833333vw;
    background: #13AAF7;
    opacity: 1;
}
.results__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 39.0625vw;
    height: 100%;
    padding: 2.5520833333vw 3.75vw 2.5520833333vw 5vw;
    background: #F8FBFF;
    border-radius: 1.5625vw;
}
.results__slide > div:first-child {
    width: 11.71875vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.results__slide > div:first-child p {
    font-weight: 400;
    font-size: 1.0416666667vw;
    line-height: 1.25vw;
    text-align: center;
    margin-bottom: 1.5625vw;
}
.results__slide > div:first-child img {
    width: 11.71875vw;
    height: 11.71875vw;
    border-radius: 50%;
    overflow: hidden;
}
.results__slide > div:last-child {
    width: 14.21875vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.results__slide .result-slide-title {
    font-weight: 500;
    font-size: 1.875vw;
    line-height: 2.1875vw;
    margin-bottom: 2.0833333333vw;
}
.results__slide .result-slide-text {
    margin-bottom: 2.0833333333vw;
}
.results__slide .result-slide-text p {
    font-weight: 400;
    font-size: 0.8333333333vw;
    line-height: 1.1458333333vw;
    margin-bottom: 0.78125vw;
}
.results__slide .result-slide-text p:last-child {
    margin-bottom: 0;
}
.results__slide .result-slide-btn-container {
    margin-top: auto;
    margin-bottom: 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;
}
.results__slide .result-slide-btn-container .style-blue-btn {
    width: 9.1145833333vw;
    height: 3.3854166667vw;
    padding: 1.1458333333vw 1.6666666667vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.results__slide .result-slide-btn-container .style-blue-btn span {
    font-size: 0.8333333333vw;
    line-height: 1.1458333333vw;
    margin-right: 0.4166666667vw;
}
.results__slide .result-slide-btn-container .style-blue-btn img {
    width: 0.5208333333vw;
    height: 0.5192708333vw;
}
.results__slide .result-slide-btn-container .style-blue-btn:hover {
    padding: 1.1458333333vw 1.8229166667vw;
}
.results__slide .result-slide-btn-container .style-blue-btn:hover span {
    margin-right: 0.4166666667vw;
    margin-left: 0;
}
.results__slide .result-slide-btn-container .style-dotted span {
    font-weight: 500;
    font-size: 0.9375vw;
    line-height: 1.0416666667vw;
    color: #13AAF7;
}
.results__btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.results__btn-container .style-blue-btn {
    width: 18.2291666667vw;
    padding: 2.03125vw 3.8020833333vw 2.03125vw 3.4375vw;
}

@media only screen and (max-width: 600px) {
    .results {
        margin-bottom: 20vw;
    }
    .results__title {
        margin-bottom: 5vw;
    }
    .results__slider-container::after, .results__slider-container::before {
        display: none;
    }
    .results__slider-button-prev, .results__slider-button-next {
        display: none !important;
    }
    .results__hint {
        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-bottom: 7.5vw;
    }
    .results__hint span {
        font-size: 3.125vw;
        line-height: 4.0625vw;
        color: rgba(0, 0, 0, 0.5);
        margin-right: 2.5vw;
    }
    .results__hint img {
        width: 8.75vw;
        height: 6.875vw;
    }
    .results__slide {
        width: 86.25vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 9.375vw;
        padding: 12.5vw 7.5vw;
    }
    .results__slide > div:first-child {
        width: 100%;
        margin-bottom: 7.5vw;
    }
    .results__slide > div:first-child p {
        font-size: 5vw;
        line-height: 5.9375vw;
        margin-bottom: 5vw;
    }
    .results__slide > div:first-child img {
        width: 45.9375vw;
        height: 45.9375vw;
        margin: 0 auto;
    }
    .results__slide > div:last-child {
        width: 100%;
    }
    .results__slide > div:last-child .result-slide-title {
        font-size: 6.5625vw;
        line-height: 7.8125vw;
        margin-bottom: 5vw;
        text-align: center;
    }
    .results__slide > div:last-child .result-slide-text {
        margin-bottom: 10vw;
    }
    .results__slide > div:last-child .result-slide-text p {
        text-align: center;
        width: 65.625vw;
        font-size: 2.5vw;
        line-height: 3.4375vw;
        margin: 0 auto;
        margin-bottom: 4.6875vw;
    }
    .results__slide > div:last-child .result-slide-text p:last-child {
        margin-bottom: 0;
    }
    .results__slide > div:last-child .result-slide-btn-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .results__slide > div:last-child .result-slide-btn-container .style-blue-btn {
        width: 54.6875vw;
        height: 20.3125vw;
        padding: 6.875vw 9.375vw;
        margin-bottom: 6.25vw;
    }
    .results__slide > div:last-child .result-slide-btn-container .style-blue-btn span {
        font-size: 5vw;
        line-height: 6.875vw;
    }
    .results__slide > div:last-child .result-slide-btn-container .style-blue-btn img {
        width: 3.125vw;
        height: 3.115625vw;
    }
    .results__slide > div:last-child .result-slide-btn-container .style-dotted span {
        font-size: 3.75vw;
        line-height: 6.25vw;
    }
    .results__slider-pagination {
        margin-top: 10vw;
        height: 1.5625vw;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
    }
    .results__slider-pagination .swiper-pagination-bullet {
        width: 4.6875vw;
        height: 1.5625vw;
        border-radius: 156.25vw;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        margin: 0 0.9375vw;
    }
    .results__slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 7.8125vw;
    }
    .results__btn-container {
        display: none;
    }
}
.reviews {
    margin-bottom: 5.2083333333vw;
}
.reviews__title {
    text-align: center;
    margin-bottom: 1.5625vw;
}
.reviews__sub-title {
    font-weight: 400;
    font-size: 1.5625vw;
    line-height: 1.8229166667vw;
    text-align: center;
    margin-bottom: 3.5416666667vw;
}
.reviews__sliders-hint {
    display: none;
}
.reviews__sliders-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.reviews__sliders-container .swiper {
    overflow: hidden;
}
.reviews__sliders-container .slider-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.5625vw;
}
.reviews__sliders-container .slider-controls .reviews__slider-button-prev {
    margin-left: 0;
    margin-right: 1.1458333333vw;
}
.reviews__sliders-container .slider-controls .reviews__slider-button-next {
    margin-left: 0;
    margin-right: auto;
}
.reviews__sliders-container .slider-controls .reviews__slider-pagination {
    margin-left: auto;
    margin-right: 0;
}
.reviews__sliders-container .slider-controls .reviews__slider-pagination .swiper-pagination-bullet {
    width: 0.78125vw;
    height: 0.2604166667vw;
    background: #868686;
    border-radius: 26.0416666667vw;
    margin: 0 0.3645833333vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.5;
}
.reviews__sliders-container .slider-controls .reviews__slider-pagination .swiper-pagination-bullet:first-child {
    margin-left: 0;
}
.reviews__sliders-container .slider-controls .reviews__slider-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
}
.reviews__sliders-container .slider-controls .reviews__slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.3020833333vw;
    opacity: 1;
    background: #13AAF7;
}
.reviews__video-slider {
    width: 39.0625vw;
}
.reviews__img-slider {
    width: 38.4375vw;
}
.reviews .review-video-slide {
    width: 39.0625vw;
    height: 26.0416666667vw;
    position: relative;
    border-radius: 1.5625vw;
    overflow: hidden;
}
.reviews .review-video-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.reviews .review-video-slide div {
    width: 6.6145833333vw;
    height: 6.6145833333vw;
    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: 50%;
    background: -webkit-linear-gradient(340.36deg, #13AAF7 16.49%, #5782F1 105.64%);
    background: linear-gradient(109.64deg, #13AAF7 16.49%, #5782F1 105.64%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.reviews .review-video-slide div:hover {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
    transform: translateX(-50%) translateY(-50%) scale(1.1);
}
.reviews .review-video-slide div:hover img {
    opacity: 0;
}
.reviews .review-video-slide div:hover:before, .reviews .review-video-slide div:hover:after {
    opacity: 0 !important;
}
.reviews .review-video-slide div:hover svg {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.reviews .review-video-slide div img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    overflow: hidden;
    border-radius: 50%;
    z-index: 3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.reviews .review-video-slide div svg {
    width: 1.196875vw;
    height: 1.196875vw;
    position: relative;
    z-index: 4;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.reviews .review-video-slide div:before, .reviews .review-video-slide div:after {
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: -webkit-linear-gradient(340.36deg, #13AAF7 16.49%, #5782F1 105.64%);
    background: linear-gradient(109.64deg, #13AAF7 16.49%, #5782F1 105.64%);
    z-index: 1;
    border-radius: 50%;
    -webkit-animation: video_btn_pulse_1 4s infinite;
    animation: video_btn_pulse_1 4s infinite;
}
.reviews .review-video-slide div:after {
    background: -webkit-linear-gradient(340.36deg, #13AAF7 16.49%, #5782F1 105.64%);
    background: linear-gradient(109.64deg, #13AAF7 16.49%, #5782F1 105.64%);
    -webkit-animation: video_btn_pulse_2 4s infinite;
    animation: video_btn_pulse_2 4s infinite;
}
.reviews .review-img-slide {
    width: 18.2291666667vw;
    height: 26.0416666667vw;
    border: 0.0520833333vw solid #EEF2F5;
    border-radius: 1.5625vw;
    overflow: hidden;
    cursor: pointer;
}
.reviews .review-img-slide img {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 600px) {
    .reviews__title {
        margin-bottom: 5vw;
    }
    .reviews__sub-title {
        font-size: 3.75vw;
        line-height: 5vw;
        margin-bottom: 5.3125vw;
    }
    .reviews__sliders-hint {
        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-bottom: 6.25vw;
    }
    .reviews__sliders-hint span {
        font-size: 3.125vw;
        line-height: 4.0625vw;
        margin-right: 2.5vw;
    }
    .reviews__sliders-hint img {
        width: 8.75vw;
        height: 6.875vw;
    }
    .reviews__sliders-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .reviews__sliders-container .slider-controls {
        margin-top: 10vw;
        height: 1.5625vw;
    }
    .reviews__sliders-container .slider-controls .slider-btn-style {
        display: none;
    }
    .reviews__sliders-container .slider-controls .reviews__slider-pagination {
        width: 100%;
        margin: 0;
        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;
    }
    .reviews__sliders-container .slider-controls .reviews__slider-pagination .swiper-pagination-bullet {
        width: 4.6875vw;
        height: 1.5625vw;
        border-radius: 1.5625vw;
        margin: 0 0.9375vw;
    }
    .reviews__sliders-container .slider-controls .reviews__slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 7.8125vw;
    }
    .reviews__sliders-container .reviews__video-slider,
    .reviews__sliders-container .reviews__img-slider {
        width: 100%;
        margin-bottom: 20vw;
    }
    .reviews__sliders-container .reviews__video-slider {
        margin-bottom: 15.3125vw;
    }
    .reviews__sliders-container .review-video-slide {
        width: 86.25vw;
        height: 57.5vw;
        border-radius: 9.375vw;
    }
    .reviews__sliders-container .review-img-slide {
        width: 86.25vw;
        height: 122.5vw;
        border-radius: 9.375vw;
    }
    .reviews__sliders-container .review-video-slide div {
        width: 23.125vw;
        height: 23.125vw;
    }
    .reviews__sliders-container .review-video-slide div svg {
        width: 3.31875vw;
        height: 3.68125vw;
    }
}
.steps {
    margin-bottom: 5vw;
}
.steps__title {
    text-align: center;
    margin-bottom: 1.8229166667vw;
}
.steps__container {
    padding: 4.53125vw 0;
    margin-bottom: 1.1979166667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.steps__item {
    width: 12.5vw;
    background: #FFFFFF;
    border: 0.0520833333vw solid #EEF2F5;
    border-radius: 1.5625vw;
    padding: 4.1666666667vw 1.4583333333vw 1.40625vw 1.5104166667vw;
    color: #000;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.steps__item:hover p,
.steps__item:hover span,
.steps__item:hover span b {
    color: #fff;
}
.steps__item:after {
    pointer-events: none;
}
.steps__item .item-number {
    font-weight: 500;
    font-size: 0.9375vw;
    position: absolute;
    top: 1.40625vw;
    right: 1.4583333333vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.steps__item .item-top-line,
.steps__item .item-bottom-line {
    width: 1.0416666667vw;
    height: 0.2604166667vw;
    border-radius: 26.0416666667vw;
    position: absolute;
    left: calc(50% - 0.5208333333vw);
    background-color: #fff;
    z-index: 2;
}
.steps__item .item-top-line {
    top: -0.1302083333vw;
}
.steps__item .item-bottom-line {
    bottom: -0.1302083333vw;
}
.steps__item p {
    font-weight: 700;
    font-size: 1.0416666667vw;
    line-height: 1.1979166667vw;
    margin-bottom: 1.0416666667vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.steps__item span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 400;
    font-size: 0.8333333333vw;
    line-height: 1.09375vw;
}
.steps__item span b {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 700;
}
.steps__item:nth-child(odd):after, .steps__item:nth-child(even):after {
    content: "";
    position: absolute;
    width: 13.9583333333vw;
    height: 4.3229166667vw;
    background-image: url("../images/content/steps-bottom.svg");
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 100%;
    left: 50%;
    z-index: 1;
}
.steps__item:nth-child(even):after {
    background-image: url("../images/content/steps-top.svg");
    top: auto;
    bottom: 100%;
}
.steps__item:last-child:after {
    display: none;
}
.steps__item:nth-child(4n+1) .item-number {
    color: #9BBDF2;
}
.steps__item:nth-child(4n+1) .item-top-line,
.steps__item:nth-child(4n+1) .item-bottom-line {
    background-color: #2F63DF;
}
.steps__item:nth-child(4n+1):hover {
    background-color: #2F63DF;
}
.steps__item:nth-child(4n+1):hover .item-number {
    color: #fff;
}
.steps__item:nth-child(4n+2) .item-number {
    color: #30CC67;
}
.steps__item:nth-child(4n+2) .item-top-line,
.steps__item:nth-child(4n+2) .item-bottom-line {
    background-color: #8AECBF;
}
.steps__item:nth-child(4n+2):hover {
    background-color: #30CC67;
}
.steps__item:nth-child(4n+2):hover .item-number {
    color: #fff;
}
.steps__item:nth-child(4n+3) .item-number {
    color: #DD1E46;
}
.steps__item:nth-child(4n+3) .item-top-line,
.steps__item:nth-child(4n+3) .item-bottom-line {
    background-color: #E29BAE;
}
.steps__item:nth-child(4n+3):hover {
    background-color: #DD1E46;
}
.steps__item:nth-child(4n+3):hover .item-number {
    color: #fff;
}
.steps__item:nth-child(4n+4) .item-number {
    color: #F5803E;
}
.steps__item:nth-child(4n+4) .item-top-line,
.steps__item:nth-child(4n+4) .item-bottom-line {
    background-color: #FACCB1;
}
.steps__item:nth-child(4n+4):hover {
    background-color: #F5803E;
}
.steps__item:nth-child(4n+4):hover .item-number {
    color: #fff;
}
.steps__btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.steps__btn {
    font-weight: 500;
    font-size: 1.0416666667vw;
    line-height: 1.1458333333vw;
}
.steps__slider {
    display: none;
}

@media only screen and (max-width: 600px) {
    .steps {
        margin-bottom: 20vw;
    }
    .steps__title {
        font-size: 7.5vw;
        line-height: 9.375vw;
        margin-bottom: 10vw;
    }
    .steps__container {
        display: none;
    }
    .steps__slider {
        display: block;
        margin-bottom: 10vw;
    }
    .steps__slider-hint {
        margin-bottom: 8.125vw;
        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;
    }
    .steps__slider-hint span {
        width: 46.875vw;
        font-weight: 400;
        font-size: 3.125vw;
        line-height: 4.0625vw;
        color: rgba(0, 0, 0, 0.5);
        text-align: right;
        margin-right: 2.5vw;
    }
    .steps__slider-hint img {
        width: 8.75vw;
        height: 6.875vw;
    }
    .steps .swiper-slide .steps__item {
        width: 75vw;
        height: 62.5vw;
        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;
        border-radius: 9.375vw;
        padding: 12.5vw 10vw;
    }
    .steps .swiper-slide .steps__item p {
        color: #fff;
        font-size: 4.6875vw;
        line-height: 5.625vw;
        margin-bottom: 2.5vw;
    }
    .steps .swiper-slide .steps__item span {
        color: #fff;
        font-size: 2.5vw;
        line-height: 4.375vw;
    }
    .steps .swiper-slide .steps__item span b {
        color: #fff;
    }
    .steps .swiper-slide .steps__item .item-number {
        color: #fff;
        font-size: 4.6875vw;
        line-height: 5.625vw;
        top: 10.625vw;
        right: 10vw;
    }
    .steps .swiper-slide .steps__item .item-bottom-line,
    .steps .swiper-slide .steps__item .item-top-line {
        width: 6.25vw;
        height: 1.5625vw;
        left: calc(50% - 3.125vw);
    }
    .steps .swiper-slide .steps__item .item-top-line {
        top: -0.9375vw;
        bottom: auto;
    }
    .steps .swiper-slide .steps__item .item-bottom-line {
        top: auto;
        bottom: -0.9375vw;
    }
    .steps .swiper-slide:nth-child(4n+1) .steps__item {
        background-color: #2F63DF;
    }
    .steps .swiper-slide:nth-child(4n+1) .steps__item .item-top-line,
    .steps .swiper-slide:nth-child(4n+1) .steps__item .item-bottom-line {
        background-color: #2F63DF;
    }
    .steps .swiper-slide:nth-child(4n+2) .steps__item {
        background-color: #30CC67;
    }
    .steps .swiper-slide:nth-child(4n+2) .steps__item .item-top-line,
    .steps .swiper-slide:nth-child(4n+2) .steps__item .item-bottom-line {
        background-color: #8AECBF;
    }
    .steps .swiper-slide:nth-child(4n+3) .steps__item {
        background-color: #DD1E46;
    }
    .steps .swiper-slide:nth-child(4n+3) .steps__item .item-top-line,
    .steps .swiper-slide:nth-child(4n+3) .steps__item .item-bottom-line {
        background-color: #E29BAE;
    }
    .steps .swiper-slide:nth-child(4n+4) .steps__item {
        background-color: #F5803E;
    }
    .steps .swiper-slide:nth-child(4n+4) .steps__item .item-top-line,
    .steps .swiper-slide:nth-child(4n+4) .steps__item .item-bottom-line {
        background-color: #FACCB1;
    }
    .steps__btn {
        padding: 3.75vw 11.875vw;
    }
    .steps__btn span {
        font-size: 4.6875vw;
        line-height: 5.625vw;
        text-align: center;
    }
}
.thanx .wrapper {
    padding-top: 5.8333333333vw;
    padding-bottom: 5.9375vw;
    border-bottom: 0.0520833333vw solid #EEEEEE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.thanx__title {
    font-weight: 500;
    font-size: 5vw;
    line-height: 3.90625vw;
    margin-bottom: 2.5vw;
}
.thanx__text {
    width: 34.375vw;
    margin-bottom: 5.8854166667vw;
    line-height: 0.5vw;
}
.thanx__text p {
    font-weight: 400;
    font-size: 1.6666666667vw;
    line-height: 0.5vw;
    margin-top: 1.0416666667vw;
}
.test__text p {
    font-weight: 200;
    font-size: 0.6666666667vw;
    line-height: 0.5vw;
    margin-top: 0.0416666667vw;
}
.thanx__text p:first-child {
    margin-top: 0;
}
.thanx__text p b {
    font-weight: 700;
}
.thanx__question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 38.5416666667vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.thanx__question > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 23.1770833333vw;
}
.thanx__question > div:last-child {
    width: 10.9375vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.thanx__question > div:last-child div:last-child {
    margin-top: 0.78125vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 5.7291666667vw;
    height: 2.6041666667vw;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.thanx__question p {
    font-weight: 500;
    font-size: 1.6666666667vw;
    line-height: 0.5vw;
    margin-top: 0.78125vw;
}
.thanx__question p:first-child {
    margin-top: 0;
}
.thanx__question p b {
    font-weight: 700;
}
.thanx__question .question-phone {
    margin-bottom: 0.78125vw;
}
.thanx__question .question-phone a {
    font-weight: 700;
    font-size: 2.0833333333vw;
    line-height: 2.8645833333vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.thanx__question .question-phone a:hover {
    color: #13AAF7;
}
.thanx__question div > span {
    font-weight: 400;
    font-size: 0.8333333333vw;
    line-height: 1.40625vw;
}
.thanx__btn {
    padding-left: 2.8645833333vw;
    padding-right: 2.8645833333vw;
}
.thanx__btn-container {
    position: absolute;
    bottom: 5.9375vw;
    right: 0;
    width: 19.53125vw;
    z-index: 15;
}
.thanx__img {
    width: 27.6041666667vw;
    position: relative;
}
.thanx__img .thanx-check-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 27.6041666667vw;
    height: 20.1041666667vw;
    -webkit-filter: drop-shadow(1.5625vw 2.8645833333vw 5.2083333333vw rgba(0, 0, 0, 0.1));
    filter: drop-shadow(1.5625vw 2.8645833333vw 5.2083333333vw rgba(0, 0, 0, 0.1));
}
.thanx__img .thanx-bg {
    position: absolute;
    width: 56.1979166667vw;
    height: 48.28125vw;
    top: -3.3333333333vw;
    right: -1.6666666667vw;
}

@media only screen and (max-width: 600px) {
    .thanx .wrapper {
        border-bottom: none;
        padding-top: 9.375vw;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .thanx__img {
        width: 25.625vw;
        height: 18.75vw;
        margin-bottom: 6.25vw;
    }
    .thanx__img .thanx-check-img {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: 25.625vw;
        height: 18.75vw;
    }
    .thanx__img .thanx-bg {
        width: 144.6875vw;
        height: 124.375vw;
        top: -29.6875vw;
        left: -49.6875vw;
        z-index: -1;
    }
    .thanx__btn-container {
        position: relative;
    }
    .thanx__title {
        font-size: 7.5vw;
        text-align: center;
        margin-bottom: 4.6875vw;
    }
    .thanx__text {
        width: 78.125vw;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 7.8125vw;
    }
    .thanx__text p {
        margin: 0;
        font-size: 3.75vw;
        line-height: 0.5vw;
    }
    .thanx__text x {
        width: 200vw;
        text-align: justify;
        font-size: 2.75vw;
        line-height: 0.5;
    }
    .thanx__question {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .thanx__question div {
        width: 100%;
    }
    .thanx__question p {
        font-size: 4.375vw;
        line-height: 0.5vw;
        text-align: center;
    }
    .thanx__question div > span {
        display: block;
        text-align: center;
        width: 54.6875vw;
        font-size: 3.125vw;
        line-height: 5vw;
        margin: 0 auto;
        margin-bottom: 9.375vw;
    }
    .thanx__question .question-phone a {
        font-size: 5vw;
        line-height: 7.5vw;
        margin-bottom: 3.125vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .thanx__question > div:last-child {
        width: 100%;
        margin-bottom: 10.3125vw;
    }
    .thanx__question > div:last-child p {
        margin-bottom: 3.125vw;
    }
    .thanx__question > div:last-child div:last-child {
        width: 20.625vw;
        height: 9.375vw;
        margin: 0 auto;
    }
    .thanx__question > div:last-child div:last-child a {
        width: 9.375vw;
        height: 9.375vw;
    }
    .thanx__question > div:last-child div:last-child a span {
        display: none;
    }
    .thanx__question > div:last-child div:last-child a.telegram-icon img {
        width: 3.9375vw;
        height: 3.1875vw;
    }
    .thanx__question > div:last-child div:last-child a.viber-icon img {
        width: 3.984375vw;
        height: 4.453125vw;
    }
    .thanx__btn {
        width: 63.125vw;
        padding: 5.9375vw 7.8125vw;
        margin: 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .thanx__btn-container {
        width: 100%;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
    }
    .thanx__btn span {
        font-size: 3.75vw;
        line-height: 6.875vw;
        margin-right: 0;
        margin-left: 1.875vw;
    }
    .thanx__btn img {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        margin-right: 0.9375vw;
        margin-left: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .thanx__btn:hover span {
        margin-right: 0.9375vw;
        margin-left: 0.9375vw;
    }
    .thanx__btn:hover img {
        margin-right: 0.3125vw;
    }
}
.to_top {
    position: fixed;
    width: 3.125vw;
    height: 3.125vw;
    bottom: 1.0416666667vw;
    right: 1.5625vw;
    z-index: 50;
    cursor: pointer;
    display: none;
    border-radius: 50%;
    background-color: #13AAF7;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.7;
}
.to_top:hover {
    opacity: 1;
    -webkit-box-shadow: 0 0 1.3541666667vw 0.5208333333vw rgba(19, 170, 247, 0.4);
    box-shadow: 0 0 1.3541666667vw 0.5208333333vw rgba(19, 170, 247, 0.4);
}
.to_top svg {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.to_top svg path {
    fill: #fff !important;
}

@media only screen and (max-width: 600px) {
    .to_top {
        width: 12.5vw;
        height: 12.5vw;
        right: 3.125vw;
        bottom: 4.6875vw;
    }
    .to_top svg {
        width: 6.875vw;
        height: 5.3125vw;
    }
}
.warranty {
    margin-bottom: 6.5104166667vw;
    position: relative;
}
.warranty::after {
    content: "";
    background-image: url("../images/general/warranty-bg.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 79.3229166667vw;
    position: absolute;
    top: -17.4479166667vw;
    left: 0;
    right: 0;
    z-index: -1;
}
.warranty__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.warranty .swiper {
    overflow: hidden;
}
.warranty__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 2.65625vw;
    width: 28.3854166667vw;
    position: relative;
    z-index: 2;
    margin-right: -2.9166666667vw;
    padding-bottom: 6.25vw;
}
.warranty__title {
    font-size: 2.5vw;
    line-height: 3.3854166667vw;
    font-weight: 300;
    margin-bottom: 1.8229166667vw;
}
.warranty__title b {
    font-weight: 700;
}
.warranty__text {
    font-weight: 400;
    font-size: 1.0416666667vw;
    line-height: 1.5625vw;
    margin-bottom: 1.8229166667vw;
}
.warranty__text b {
    font-weight: 700;
}
.warranty__link {
    margin-bottom: 1.8229166667vw;
}
.warranty__link a {
    font-weight: 500;
    font-size: 0.9375vw;
    line-height: 1.5625vw;
    color: #13AAF7;
}
.warranty__img {
    width: 65.5208333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    bottom: 5.2083333333vw;
    right: 0px;
}
.warranty__img img {
    width: 100%;
}
.warranty__slider {
    width: 19.7395833333vw;
    height: 13.0208333333vw;
    position: relative;
}
.warranty__slider-btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 2.8125vw;
    left: calc(100% + 0.9895833333vw);
    width: 3.3333333333vw;
    height: 7.3958333333vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.warranty__slider .swiper {
    height: 100%;
}
.warranty__slider-hint {
    display: none;
}
.warranty__slider .swiper-slide {
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.warranty__slider .swiper-slide img {
    width: 9.375vw;
    height: 13.0208333333vw;
    border-radius: 1.0416666667vw;
}
.warranty__slider-pagination {
    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.1458333333vw;
}
.warranty__slider-pagination span {
    width: 0.78125vw;
    height: 0.2604166667vw;
    background: #FFFFFF;
    border-radius: 26.0416666667vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.warranty__slider-pagination span.swiper-pagination-bullet-active {
    width: 1.3020833333vw;
    background: #13AAF7;
}

.hiddenLightGallery_JS {
    position: fixed;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 0;
    height: 0;
    z-index: -1;
    width: 0.0520833333vw;
    height: 0.0520833333vw;
    opacity: 0;
    overflow: hidden;
    top: 0;
    left: 0;
}

.advantages {
    width: 100%;
    padding: 2.3958333333vw 10.4166666667vw 2.3958333333vw 3.6458333333vw;
    background-image: url("../images/content/advantages-bg.svg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -2.2916666667vw;
    position: relative;
    z-index: 15;
    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;
    -webkit-box-shadow: 0 0.78125vw 3.90625vw rgba(0, 0, 0, 0.02);
    box-shadow: 0 0.78125vw 3.90625vw rgba(0, 0, 0, 0.02);
    border-radius: 1.5625vw;
    overflow: hidden;
}
.advantages__text {
    width: 15.625vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1.5625vw;
}
.advantages__text span {
    font-weight: 700;
    font-size: 5.2083333333vw;
    line-height: 1.8229166667vw;
    margin-right: 0.625vw;
}
.advantages__text p {
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 1.8229166667vw;
}
.advantages__slider {
    width: 50.5208333333vw;
    height: 7.34375vw;
    position: relative;
}
.advantages__slider .swiper,
.advantages__slider .swiper-wrapper,
.advantages__slider .swiper-slide {
    height: 100%;
}
.advantages__slider-btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 3.3333333333vw;
    height: 7.34375vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 0;
    right: -6.7708333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.advantages .swiper-slide:nth-child(4n+2) .advantages__slide span {
    color: #30CC67;
}
.advantages .swiper-slide:nth-child(4n+2) .advantages__slide::after {
    background-color: #30CC67;
}
.advantages .swiper-slide:nth-child(4n+3) .advantages__slide span {
    color: #DD1E46;
}
.advantages .swiper-slide:nth-child(4n+3) .advantages__slide::after {
    background-color: #DD1E46;
}
.advantages .swiper-slide:nth-child(4n+4) .advantages__slide span {
    color: #F5803E;
}
.advantages .swiper-slide:nth-child(4n+4) .advantages__slide::after {
    background-color: #F5803E;
}
.advantages__slide {
    width: 100%;
    height: 100%;
    padding: 0 0.5208333333vw;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.advantages__slide span {
    font-weight: 600;
    font-size: 0.8333333333vw;
    line-height: 1.5625vw;
    margin-bottom: 0.5208333333vw;
    color: #2F63DF;
}
.advantages__slide p {
    font-weight: 400;
    font-size: 0.8333333333vw;
    line-height: 1.1458333333vw;
    margin-top: 0;
    margin-bottom: auto;
}
.advantages__slide p b {
    font-weight: 700;
}
.advantages__slide::after {
    content: "";
    display: block;
    width: 1.0416666667vw;
    height: 0.2604166667vw;
    border-radius: 26.0416666667vw;
    background-color: #2F63DF;
}
.advantages__list {
    display: none;
}

@media only screen and (max-width: 600px) {
    .warranty {
        background-image: none;
        margin: 0;
        padding: 0;
        margin-bottom: 6.25vw;
    }
    .warranty::after {
        display: none;
    }
    .warranty__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .warranty__info {
        padding: 0;
        width: 100%;
    }
    .warranty__title {
        font-size: 7.5vw;
        line-height: 9.375vw;
        margin-bottom: 5.9375vw;
        text-align: center;
    }
    .warranty__text {
        font-size: 4.6875vw;
        line-height: 7.5vw;
        text-align: center;
        margin-bottom: 5.9375vw;
    }
    .warranty__text br {
        display: none;
    }
    .warranty__link {
        margin-bottom: 6.875vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .warranty__link a {
        font-size: 3.75vw;
        line-height: 7.8125vw;
    }
    .warranty__slider {
        width: 86.25vw;
        height: auto;
    }
    .warranty__slider-hint {
        margin-bottom: 6.25vw;
        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;
    }
    .warranty__slider-hint span {
        width: 59.375vw;
        font-weight: 400;
        font-size: 3.125vw;
        line-height: 4.0625vw;
        color: rgba(0, 0, 0, 0.5);
        text-align: right;
        margin-right: 2.5vw;
    }
    .warranty__slider-hint img {
        width: 8.75vw;
        height: 6.875vw;
    }
    .warranty__slider-btn-container {
        display: none;
    }
    .warranty__slider .swiper-slide img {
        width: 40.9375vw;
        height: 56.875vw;
        border-radius: 6.25vw;
    }
    .warranty__slider-pagination {
        margin-top: 5.625vw;
        margin-bottom: 12.8125vw;
    }
    .warranty__slider-pagination .swiper-pagination-bullet {
        width: 14.0625vw;
        height: 2.1875vw;
        background: #F4F6FB;
        -webkit-box-shadow: 0 0 46.875vw rgba(0, 0, 0, 0.02);
        box-shadow: 0 0 46.875vw rgba(0, 0, 0, 0.02);
        border-radius: 10.9375vw;
        margin: 0 1.5625vw;
    }
    .warranty__slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 14.0625vw;
        background: #3B8BF8;
    }
    .warranty__img {
        width: 100%;
        height: auto;
        position: relative;
        margin-bottom: -18.75vw;
    }
    .warranty__img img {
        width: 100%;
        height: auto;
    }

    .advantages {
        margin: 0;
        width: 86.25vw;
        padding: 12.5vw 4.6875vw;
        background-image: url("../images/general/advantages-mob-bg.png");
        background-position: top left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 10.9375vw;
        overflow: hidden;
    }
    .advantages__slider {
        display: none;
    }
    .advantages__text {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 9.375vw;
    }
    .advantages__text span {
        font-size: 18.75vw;
        line-height: 17.1875vw;
        margin-right: 2.5vw;
    }
    .advantages__text p {
        width: 36.5625vw;
        font-size: 5vw;
        line-height: 7.5vw;
    }
    .advantages__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .advantages__list .advantages__slide {
        width: 35vw;
        height: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        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;
        padding-bottom: 4.6875vw;
        position: relative;
        margin-top: 4.6875vw;
    }
    .advantages__list .advantages__slide:first-child, .advantages__list .advantages__slide:nth-child(2) {
        margin-top: 0;
    }
    .advantages__list .advantages__slide span {
        font-size: 3.125vw;
        line-height: 5vw;
        margin-bottom: 2.5vw;
    }
    .advantages__list .advantages__slide p {
        font-size: 2.5vw;
        line-height: 3.4375vw;
        text-align: center;
    }
    .advantages__list .advantages__slide::after {
        width: 4.6875vw;
        height: 1.25vw;
        position: absolute;
        left: calc(50% - 2.34375vw);
        bottom: -0.625vw;
    }
    .advantages__list .advantages__slide:first-child p {
        width: 28.125vw;
    }
    .advantages__list .advantages__slide:nth-child(2) span {
        color: #30CC67;
    }
    .advantages__list .advantages__slide:nth-child(2):after {
        background-color: #30CC67;
    }
    .advantages__list .advantages__slide:nth-child(3) p {
        width: 28.125vw;
    }
    .advantages__list .advantages__slide:nth-child(3) span {
        color: #DD1E46;
    }
    .advantages__list .advantages__slide:nth-child(3):after {
        background-color: #DD1E46;
    }
    .advantages__list .advantages__slide:nth-child(4) span {
        color: #F5803E;
    }
    .advantages__list .advantages__slide:nth-child(4):after {
        background-color: #F5803E;
    }
    .advantages__list .advantages__slide:nth-child(5) p {
        width: 25vw;
    }
    .advantages__list .advantages__slide:nth-child(6) p {
        width: 21.875vw;
    }
    .advantages__list .advantages__slide:nth-child(6) span {
        color: #30CC67;
    }
    .advantages__list .advantages__slide:nth-child(6):after {
        background-color: #30CC67;
    }
}
.work {
    margin-bottom: 6.5104166667vw;
}
.work .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.work__slider {
    display: none;
}
.work div > aside {
    position: sticky;
    top: 11.9791666667vw;
}
.work__title {
    width: 33.2291666667vw;
    font-weight: 300;
    font-size: 3.125vw;
    line-height: 3.90625vw;
    margin-bottom: 1.9270833333vw;
}
.work__title b {
    font-weight: 700;
}
.work__sub-title {
    width: 33.2291666667vw;
    font-weight: 400;
    font-size: 1.5625vw;
    line-height: 2.0833333333vw;
}
.work__sub-title b {
    font-weight: 700;
}
.work__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 38.125vw;
    margin-bottom: 1.6145833333vw;
}
.work__list.mod-list-style-2 .work__item {
    padding: 2.7083333333vw 2.5520833333vw;
    padding-right: 3.6458333333vw;
}
.work__list.mod-list-style-3 .work__item {
    padding: 3.3854166667vw 2.5520833333vw;
    padding-right: 3.6458333333vw;
}
.work__list.mod-list-style-3 .work__item .info-hidden-block {
    top: 2.5vw;
    right: 4.0625vw;
    left: auto;
    bottom: auto;
}
.work__item {
    width: 18.2291666667vw;
    background: #FFFFFF;
    border: 0.0520833333vw solid #EEF2F5;
    border-radius: 1.5625vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2.4479166667vw;
    padding-top: 4.4791666667vw;
    position: relative;
    margin-top: 1.6666666667vw;
    margin-right: 1.6666666667vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    cursor: pointer;
}
.work__item::after {
    content: "";
    position: absolute;
    left: 2.5520833333vw;
    bottom: -0.1041666667vw;
    width: 1.0416666667vw;
    height: 0.2604166667vw;
    border-radius: 26.0416666667vw;
    background-color: #2F63DF;
}
.work__item:nth-child(1), .work__item:nth-child(2) {
    margin-top: 0;
}
.work__item:nth-child(even) {
    margin-right: 0;
}
.work__item .item-svg {
    width: 1.8229166667vw;
    position: absolute;
    top: 1.6666666667vw;
    right: 1.71875vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.work__item .item-svg img,
.work__item .item-svg svg {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 1.8229166667vw !important;
    height: 1.8229166667vw !important;
    fill: #2F63DF;
}
.work__item .item-number {
    font-size: 0.9375vw;
    line-height: 1.09375vw;
    position: absolute;
    top: 1.3020833333vw;
    right: 1.5625vw;
    color: #2F63DF;
    font-weight: 500;
}
.work__item p {
    font-weight: 500;
    font-size: 1.0416666667vw;
    line-height: 1.1458333333vw;
    color: #000000;
    margin-bottom: 0.7291666667vw;
}
.work__item p b {
    font-weight: 700;
}
.work__item span {
    font-weight: 400;
    font-size: 0.8333333333vw;
    line-height: 1.09375vw;
    color: #1C1C1C;
}
.work__item:hover {
    background-color: #2F63DF;
}
.work__item:hover p,
.work__item:hover p b,
.work__item:hover span,
.work__item:hover .item-number {
    color: #fff !important;
}
.work__item:hover svg {
    fill: #fff !important;
}
.work__item:hover svg path {
    fill: #fff !important;
}
.work__item:hover .info-hidden-block path {
    fill: #2F63DF !important;
}
.work__item:hover .info-hidden-block span:hover svg path {
    fill: #FFF !important;
}
.work__item:nth-child(4n+2) .item-number {
    color: #30CC67;
}
.work__item:nth-child(4n+2):after {
    background-color: #30CC67;
}
.work__item:nth-child(4n+2):hover {
    background-color: #30CC67;
}
.work__item:nth-child(4n+2):hover .info-hidden-block span {
    background: #fff !important;
}
.work__item:nth-child(4n+2):hover .info-hidden-block span::after {
    background: #fff !important;
    -webkit-animation: pause;
    animation: pause;
}
.work__item:nth-child(4n+2):hover .info-hidden-block span svg {
    fill: #fff !important;
}
.work__item:nth-child(4n+2):hover .info-hidden-block span svg path {
    fill: #fff;
}
.work__item:nth-child(4n+2):hover .info-hidden-block:hover span {
    background: #05A0EB !important;
}
.work__item:nth-child(4n+2):hover .info-hidden-block:hover span svg {
    fill: #fff !important;
}
.work__item:nth-child(4n+2):hover .info-hidden-block:hover span svg path {
    fill: #fff !important;
}
.work__item:nth-child(4n+2):hover .info-hidden-block:hover span::after {
    background: #05A0EB !important;
}
.work__item:nth-child(4n+3) .item-number {
    color: #DD1E46;
}
.work__item:nth-child(4n+3):after {
    background-color: #DD1E46;
}
.work__item:nth-child(4n+3):hover {
    background-color: #DD1E46;
}
.work__item:nth-child(4n+3):hover .info-hidden-block span {
    background: #fff !important;
}
.work__item:nth-child(4n+3):hover .info-hidden-block span::after {
    background: #fff !important;
    -webkit-animation: pause;
    animation: pause;
}
.work__item:nth-child(4n+3):hover .info-hidden-block span svg {
    fill: #fff !important;
}
.work__item:nth-child(4n+3):hover .info-hidden-block span svg path {
    fill: #fff;
}
.work__item:nth-child(4n+3):hover .info-hidden-block:hover span {
    background: #05A0EB !important;
}
.work__item:nth-child(4n+3):hover .info-hidden-block:hover span svg {
    fill: #FFF !important;
}
.work__item:nth-child(4n+3):hover .info-hidden-block:hover span svg path {
    fill: #FFF !important;
}
.work__item:nth-child(4n+3):hover .info-hidden-block:hover span::after {
    background: #05A0EB !important;
}
.work__item:nth-child(4n+4) .item-number {
    color: #F5803E;
}
.work__item:nth-child(4n+4):after {
    background-color: #F5803E;
}
.work__item:nth-child(4n+4):hover {
    background-color: #F5803E;
}
.work__item:nth-child(4n+4):hover .info-hidden-block span {
    background: #fff !important;
}
.work__item:nth-child(4n+4):hover .info-hidden-block span::after {
    background: #fff !important;
    -webkit-animation: pause;
    animation: pause;
}
.work__item:nth-child(4n+4):hover .info-hidden-block span svg {
    fill: #fff !important;
}
.work__item:nth-child(4n+4):hover .info-hidden-block span svg path {
    fill: #fff;
}
.work__item:nth-child(4n+4):hover .info-hidden-block:hover span {
    background: #05A0EB !important;
}
.work__item:nth-child(4n+4):hover .info-hidden-block:hover span svg {
    fill: #FFF !important;
}
.work__item:nth-child(4n+4):hover .info-hidden-block:hover span svg path {
    fill: #FFF !important;
}
.work__item:nth-child(4n+4):hover .info-hidden-block:hover span::after {
    background: #05A0EB !important;
}
.work__item .info-hidden-block {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    position: absolute;
    top: 6.0416666667vw;
    right: 3.28125vw;
}
.work__item .info-hidden-block::after {
    display: none;
}
.work__item .info-hidden-block:hover span svg path {
    fill: #fff !important;
}
.work__item .info-hidden-block span {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.work__item .info-hidden-block div {
    width: 15.625vw;
    left: auto;
    right: -0.78125vw;
    bottom: -0.78125vw;
}
.work__text {
    width: 38.125vw;
    padding-top: 1.5625vw;
    font-weight: 400;
    font-size: 1.5625vw;
    margin-bottom: 1.6145833333vw;
    line-height: 2.0833333333vw;
}
.work__text b {
    font-weight: 700;
}
.work__text.mod-pt-0 {
    padding-top: 0;
}
.work__link {
    margin-bottom: 4.6354166667vw;
}
.work__link div {
    display: inline-block;
    font-weight: 500;
    font-size: 0.9375vw;
    line-height: 1.5625vw;
    color: #13AAF7;
    position: relative;
}
.work__link div:hover span {
    opacity: 1;
    pointer-events: all;
}
.work__link div span {
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    bottom: 98%;
    left: 95%;
    font-size: 0.7291666667vw;
    line-height: 0.9375vw;
    font-weight: normal;
    width: 20.8333333333vw;
    padding: 1.8229166667vw 1.5625vw;
    border-radius: 1.5625vw;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5.2083333333vw rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 5.2083333333vw rgba(0, 0, 0, 0.05);
}
.work__link div span::after {
    content: "";
    position: absolute;
    top: calc(100% - 1.8229166667vw);
    right: calc(100% - 1.8229166667vw);
    width: 3.6458333333vw;
    height: 3.6458333333vw;
}
.work__link div ul {
    margin: 0.78125vw 0;
    padding-left: 0.78125vw;
}
.work__link div ul li {
    margin-bottom: 0.5208333333vw;
}
.work__link div ul li:last-child {
    margin-bottom: 0;
}
.work__link div a {
    color: #13AAF7;
    position: relative;
}
.work__link div a::after {
    content: "";
    width: 100%;
    height: 0.0520833333vw;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #13AAF7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.work__link div a:hover::after {
    width: 0;
    left: 50%;
    right: 50%;
}
.work__btn {
    width: 27.34375vw;
    padding-left: 2.7083333333vw;
    padding-right: 2.7083333333vw;
}
.work__btn:after {
    -webkit-animation: big-btn-blick 3s infinite;
    animation: big-btn-blick 3s infinite;
}

@media only screen and (max-width: 600px) {
    .header__address div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 500;
        font-size: 2.78125vw;
        line-height: 0.9375vw;
        letter-spacing: 0.05em;
        color: #ffffff;
        cursor: pointer;
    }
    .style-blue-btn1 {
        padding: 3.8vw 5vw;
    }
    .work {
        margin-bottom: 8.125vw;
    }
    .work .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .work__list {
        display: none;
    }
    .work__text {
        width: 100%;
        padding-top: 9.375vw;
        font-size: 5.625vw;
        line-height: 7.5vw;
        text-align: center;
        margin-bottom: 5vw;
    }
    .work__text br {
        display: none;
    }
    .work__slider {
        display: block;
        margin-bottom: 6.5625vw;
    }
    .work__slider-hint {
        margin-bottom: 6.25vw;
        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;
    }
    .work__slider-hint span {
        width: 59.375vw;
        font-weight: 400;
        font-size: 3.125vw;
        line-height: 4.0625vw;
        color: rgba(0, 0, 0, 0.5);
        text-align: right;
        margin-right: 2.5vw;
    }
    .work__slider-hint img {
        width: 8.75vw;
        height: 6.875vw;
    }
    .work__slider.mod-slide-style-2 .work__item .item-number {
        font-size: 4.6875vw;
        line-height: 5.625vw;
        top: 12.5vw;
        right: 10vw;
    }
    .work__slider.mod-slide-style-3 .work__item .info-hidden-block {
        right: 8.75vw;
        bottom: 27.8125vw;
    }
    .work aside {
        margin-bottom: 5vw;
    }
    .work aside h2,
    .work aside div {
        width: 100%;
        text-align: center;
    }
    .work aside h2 {
        font-size: 7.5vw;
        line-height: 10.9375vw;
        margin-bottom: 5vw;
    }
    .work aside div {
        font-size: 5.625vw;
        line-height: 7.5vw;
    }
    .work__item {
        width: 75vw;
        height: auto;
        padding: 10vw;
        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;
        border-radius: 9.375vw;
        position: relative;
        padding-top: 25vw;
    }
    .work__item p {
        font-size: 4.6875vw;
        line-height: 5.625vw;
        margin-bottom: 2.5vw;
    }
    .work__item span {
        font-size: 3.125vw;
        line-height: 5vw;
    }
    .work__item .item-svg {
        width: 10.9375vw;
        top: 10.9375vw;
        right: 10vw;
    }
    .work__item .item-svg img,
    .work__item .item-svg svg {
        width: 10.9375vw !important;
        height: 10.9375vw !important;
    }
    .work__item::after {
        width: 6.25vw;
        height: 1.5625vw;
        left: 15vw;
        bottom: -0.625vw;
    }
    .work__item .info-hidden-block {
        top: auto;
        left: auto;
        right: 9.375vw;
        bottom: 20.3125vw;
        width: 5.625vw;
        height: 5.625vw;
    }
    .work__item .info-hidden-block span {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-animation: none;
        animation: none;
    }
    .work__item .info-hidden-block div {
        top: auto;
        left: auto;
        right: -1.5625vw;
        bottom: -1.5625vw;
        width: 62.5vw;
    }
    .work__link {
        margin-bottom: 7.1875vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .work__link div {
        z-index: 30;
        font-weight: 500;
        font-size: 3.75vw;
        line-height: 6.25vw;
    }
    .work__link div span {
        width: 120%;
        left: -10%;
        right: -10%;
        top: auto;
        bottom: 120%;
        padding: 6.25vw 6.25vw;
        font-size: 3.125vw;
        line-height: 4.0625vw;
        border-radius: 6.25vw;
    }
    .work__link div span ul {
        padding-left: 4.6875vw;
        margin: 3.125vw 0;
    }
    .work__link div span ul li {
        margin-bottom: 2.5vw;
    }
    .work__link div span ul li:last-child {
        margin-bottom: 0;
    }
    .work__btn {
        width: 86.25vw;
        padding: 3.75vw 11.875vw;
    }
    .work__btn span {
        text-align: center;
    }
    .work .swiper-slide {
        height: auto;
    }
    .work .swiper-slide .work__item {
        height: 100%;
    }
    .work .swiper-slide .work__item .item-svg svg {
        fill: #FFF !important;
    }
    .work .swiper-slide .work__item .item-svg svg path {
        fill: #FFF !important;
    }
    .work .swiper-slide .work__item p,
    .work .swiper-slide .work__item p b,
    .work .swiper-slide .work__item span,
    .work .swiper-slide .work__item span b,
    .work .swiper-slide .work__item .item-number {
        color: #fff !important;
    }
    .work .swiper-slide .work__item .info-hidden-block svg {
        fill: #FFF !important;
    }
    .work .swiper-slide .work__item .info-hidden-block svg path {
        fill: #FFF !important;
    }
    .work .swiper-slide .work__item .info-hidden-block span {
        background-color: #fff !important;
    }
    .work .swiper-slide .work__item .info-hidden-block span:after {
        display: none;
    }
    .work .swiper-slide .work__item .info-hidden-block span:hover {
        background-color: #13AAF7 !important;
    }
    .work .swiper-slide .work__item .info-hidden-block span:hover svg {
        fill: #FFF !important;
    }
    .work .swiper-slide .work__item .info-hidden-block span:hover svg path {
        fill: #FFF !important;
    }
    .work .swiper-slide:nth-child(4n+1) .work__item {
        background-color: #2F63DF;
    }
    .work .swiper-slide:nth-child(4n+1) .work__item:after {
        background-color: #2F63DF;
    }
    .work .swiper-slide:nth-child(4n+1) .work__item .info-hidden-block svg {
        fill: #2F63DF !important;
    }
    .work .swiper-slide:nth-child(4n+1) .work__item .info-hidden-block svg path {
        fill: #2F63DF !important;
    }
    .work .swiper-slide:nth-child(4n+2) .work__item {
        background-color: #30CC67;
    }
    .work .swiper-slide:nth-child(4n+2) .work__item .item-number {
        color: #30CC67;
    }
    .work .swiper-slide:nth-child(4n+2) .work__item:after {
        background-color: #30CC67;
    }
    .work .swiper-slide:nth-child(4n+2) .work__item .info-hidden-block svg {
        fill: #30CC67 !important;
    }
    .work .swiper-slide:nth-child(4n+2) .work__item .info-hidden-block svg path {
        fill: #30CC67 !important;
    }
    .work .swiper-slide:nth-child(4n+3) .work__item {
        background-color: #DD1E46;
    }
    .work .swiper-slide:nth-child(4n+3) .work__item .item-number {
        color: #DD1E46;
    }
    .work .swiper-slide:nth-child(4n+3) .work__item:after {
        background-color: #DD1E46;
    }
    .work .swiper-slide:nth-child(4n+3) .work__item .info-hidden-block svg {
        fill: #DD1E46 !important;
    }
    .work .swiper-slide:nth-child(4n+3) .work__item .info-hidden-block svg path {
        fill: #DD1E46 !important;
    }
    .work .swiper-slide:nth-child(4n+4) .work__item {
        background-color: #F5803E;
    }
    .work .swiper-slide:nth-child(4n+4) .work__item .item-number {
        color: #F5803E;
    }
    .work .swiper-slide:nth-child(4n+4) .work__item:after {
        background-color: #F5803E;
    }
    .work .swiper-slide:nth-child(4n+4) .work__item .info-hidden-block svg {
        fill: #F5803E !important;
    }
    .work .swiper-slide:nth-child(4n+4) .work__item .info-hidden-block svg path {
        fill: #F5803E !important;
    }
}

.afte{
    margin-left: 20px;
}
.iconci{
    margin-right: 10px;
    margin-left: 10px;
}


/* форма */

@media only screen and (max-width: 1024px) {
    .header__nav-menu li {
        margin-left: 6px;
    }
}
@media only screen and (max-width: 1024px) {
    .header__nav-menu li {
        margin-left: 6px;
    }

    .header__nav .wrapper {
        padding: 0px 0vw 0;
    }
}
@media only screen and (max-width: 768px) {
    .header__nav-menu li {
        margin-left: -5px;
    }
    .investment__title1 {
        font-size: 5.9125vw;
    }
    .wrapper table td {
        font-size: 13px !important;
    }

    .banana_img{
        width: 30px !important;
    }
    .banana_img1{
        width: 25px !important;
    }
}
@media only screen and (max-width: 600px) {
    .frs1{
        display: block !important;
    }
    .only-mobile{
        display: block !important;
    }
    .questions__container1{
        display: none !important;
    }
}

@media only screen and (max-width: 425px){
    .first-screen__info {
        margin-top: 35px;
    }
    .first-screen__info1 {
        margin-top: 35px;
        margin-bottom: 50px;
    }
    .her span{
        font-size: 14px;
        text-align: center;
    }
}

.glo{
    box-shadow: 0 0 15px rgba(0,0,0,.4);
    border-radius: 5px;
    position: relative;
    margin-bottom: 5px;
}
.wrapper table td {
    padding: 4px 8px;
    border: 1px solid rgb(125 189 255);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    font-size: 18px;
}
.banana{
    margin-bottom: 23px;
}
.banana_img{
    width: 40px;
}
.banana_img{
    width: 30px;
}

.frs1{
    display: none;
}



.only-mobile{
    display: none;
}


.btn22 {
    padding: 1vw 3vw;
    background: -webkit-linear-gradient(340.36deg, #2BB741 16.49%, #25D366 105.64%);
    background: linear-gradient(109.64deg, #2BB741 16.49%, #25D366 105.64%);
    -webkit-box-shadow: inset 0 0 1.1458333333vw rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 1.1458333333vw rgba(255, 255, 255, 0.25);
    border-radius: 26.0416666667vw;
    font-weight: 500;
    font-size: 1.0416666667vw;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    font-size: 15px;
    transition: 0.3s;
    overflow: hidden;
}

/** */
.cf7-bootstrap-form .form-control {
    border: 1px solid rgb(136 190 245);
    background-color: transparent;
    color: #373a3c;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 100%;
    max-width: 100%;
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.cf7-bootstrap-form .form-control.wpcf7-not-valid {
    border-color: #800;
}
.cf7-bootstrap-form textarea.form-control {
    height: 75px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0.4em 1em;
    background-color: #fffcf2;
    border-width: 1px;
    border-radius: 4px;
}
.wpcf7 form .wpcf7-response-output:empty {
    display: none !important;
}
.cf7-bootstrap-form .wpcf7-not-valid-tip {
    color: #800;
    display: none !important;
}


/* Center Align Images */
img.aligncenter {
    clear: both;
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.acf-gallery {
    display: grid;
    grid-gap: 1.5rem;
    grid-template-columns:repeat(auto-fill, minmax(18ch, 1fr));
}
.acf-gallery a {
    height: 100%;
    max-height: 280px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.acf-gallery a img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}
.acf-gallery a .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.acf-gallery a .overlay .zoom-icon {
    width: 32px;
    height: 32px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="26" height="26" viewBox="0 0 26 26" fill="%23ffffff"><path d="M 10 0.1875 C 4.578125 0.1875 0.1875 4.578125 0.1875 10 C 0.1875 15.421875 4.578125 19.8125 10 19.8125 C 12.289063 19.8125 14.394531 19.003906 16.0625 17.6875 L 16.9375 18.5625 C 16.570313 19.253906 16.699219 20.136719 17.28125 20.71875 L 21.875 25.34375 C 22.589844 26.058594 23.753906 26.058594 24.46875 25.34375 L 25.34375 24.46875 C 26.058594 23.753906 26.058594 22.589844 25.34375 21.875 L 20.71875 17.28125 C 20.132813 16.695313 19.253906 16.59375 18.5625 16.96875 L 17.6875 16.09375 C 19.011719 14.421875 19.8125 12.300781 19.8125 10 C 19.8125 4.578125 15.421875 0.1875 10 0.1875 Z M 10 2 C 14.417969 2 18 5.582031 18 10 C 18 14.417969 14.417969 18 10 18 C 5.582031 18 2 14.417969 2 10 C 2 5.582031 5.582031 2 10 2 Z M 4.9375 7.46875 C 4.421875 8.304688 4.125 9.289063 4.125 10.34375 C 4.125 13.371094 6.566406 15.8125 9.59375 15.8125 C 10.761719 15.8125 11.859375 15.433594 12.75 14.8125 C 12.511719 14.839844 12.246094 14.84375 12 14.84375 C 8.085938 14.84375 4.9375 11.695313 4.9375 7.78125 C 4.9375 7.675781 4.933594 7.574219 4.9375 7.46875 Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.acf-gallery a:hover img {
    cursor: zoom-in;
}
.acf-gallery a:hover img {
    opacity: 0.8;
}

.acf-gallery a:hover .overlay {
    opacity: 1;
}

.acf-gallery a:hover .zoom-icon {
    opacity: 1;
}

.bgzag {
    font-size: 35px;
    line-height: 70px;
    position: relative;
    padding-left: 30px
}

.bgzag:before {
    top: 11px;
    width: 100px;
    height: 50px;
    border-radius: 5px;
    background: #e6f6fe;
    left: 0;
    display: block;
    content: "";
    z-index: -1;
    position: absolute
}

.text {
    font-size: 20px;
}
.text p {
    margin-bottom: 15px;
}
.text ul {
    margin-left: 40px;
    margin-bottom: 15px;
}
.text h3 {
    font-size: 26px;
}

.text h3 img {
    border-radius: 50px;
    width: 100px;
    margin: 10px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .5);
}

.text .docum {
    width: 450px;
    margin: 0 auto;
}

@media all and (max-width: 570px) {
    .text .docum {
        width: 330px;
    }

    .bgzag {
        font-size: 25px;
        line-height: 50px
    }

    .bgzag:before {
        top: 6px;
        width: 80px;
        height: 40px
    }
}