@font-face {
    font-family: "Stolzl";
    src: url(../fonts/Stolzl-Thin.eot);
    src: url(../fonts/Stolzl-Thin.eot#iefix) format("embedded-opentype"),url(../fonts/Stolzl-Thin.woff) format("woff"),url(../fonts/Stolzl-Thin.ttf) format("truetype"),url(../images/Stolzl-Thin.svg#webfont) format("svg");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: "Stolzl";
    src: url(../fonts/Stolzl-Light.eot);
    src: url(../fonts/Stolzl-Light.eot#iefix) format("embedded-opentype"),url(../fonts/Stolzl-Light.woff) format("woff"),url(../fonts/Stolzl-Light.ttf) format("truetype"),url(../images/Stolzl-Light.svg#webfont) format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "Stolzl";
    src: url(../fonts/Stolzl-Regular.eot);
    src: url(../fonts/Stolzl-Regular.eot#iefix) format("embedded-opentype"),url(../fonts/Stolzl-Regular.woff) format("woff"),url(../fonts/Stolzl-Regular.ttf) format("truetype"),url(../images/Stolzl-Regular.svg#webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Stolzl";
    src: url(../fonts/Stolzl-Medium.eot);
    src: url(../fonts/Stolzl-Medium.eot#iefix) format("embedded-opentype"),url(../fonts/Stolzl-Medium.woff) format("woff"),url(../fonts/Stolzl-Medium.ttf) format("truetype"),url(../images/Stolzl-Medium.svg#webfont) format("svg");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "Stolzl";
    src: url(../fonts/Stolzl-Bold.eot);
    src: url(../fonts/Stolzl-Bold.eot#iefix) format("embedded-opentype"),url(../fonts/Stolzl-Bold.woff) format("woff"),url(../fonts/Stolzl-Bold.ttf) format("truetype"),url(../images/Stolzl-Bold.svg#webfont) format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Stolzl Book";
    src: url(../fonts/Stolzl-Book.eot);
    src: url(../fonts/Stolzl-Book.eot#iefix) format("embedded-opentype"),url(../fonts/Stolzl-Book.woff) format("woff"),url(../fonts/Stolzl-Book.ttf) format("truetype"),url(../images/Stolzl-Book.svg#webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

/*! 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 */
    scroll-behavior: smooth;
}

b {
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    font-family: 'Stolzl', sans-serif;
}

/**
 * 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;
    color: #fff;
}

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

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

body, #content, .entry-content, .post-content, .page-content, .post-excerpt, .entry-summary, .entry-excerpt, .widget-area, .widget, .sidebar, #sidebar, footer, .footer, #footer, .site-footer {
    --font-main:
    'Roboto', sans-serif;
    --color-main: #55E6A5;
    --color-main-hover: #1a1a1a;
    --color-main-two: #111111;
    --color-main-two-hover: #202020;
    --text-color-main: #0a0a0a;
     --text-color-white: #fff;
    --quiz-hover: #32b939;
    --gradient-process-item: #ff619a;
    --gradient-articles-item: #ff619a;
    --hit-status-color: #9747FF;
    --sale-status-color: #F63123;
    --new-status-color: #F2B644;
    --product-status-color: #1C1C1C;
    --border-main: 10px;
}

.header__btn-wrap {
    display: none;
}

@-webkit-keyframes progress_bar {
    0% {
        background-position: -52.0833333333vw center;
    }

    50% {
        background-position: 0 center;
    }

    100% {
        background-position: 52.0833333333vw center;
    }
}

@keyframes progress_bar {
    0% {
        background-position: -52.0833333333vw center;
    }

    50% {
        background-position: 0 center;
    }

    100% {
        background-position: 52.0833333333vw center;
    }
}

@-webkit-keyframes pulse_1 {
    0% {
        -webkit-transform: translateY(-50%) scale(0.8);
        transform: translateY(-50%) scale(0.8);
        opacity: 0.8;
    }

    100% {
        -webkit-transform: translateY(-50%) scale(3.5);
        transform: translateY(-50%) scale(3.5);
        opacity: 0;
    }
}

@keyframes pulse_1 {
    0% {
        -webkit-transform: translateY(-50%) scale(0.8);
        transform: translateY(-50%) scale(0.8);
        opacity: 0.8;
    }

    100% {
        -webkit-transform: translateY(-50%) scale(3.5);
        transform: translateY(-50%) scale(3.5);
        opacity: 0;
    }
}

@-webkit-keyframes pulse_2 {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0.8;
    }

    100% {
        -webkit-transform: scale(3.5);
        transform: scale(3.5);
        opacity: 0;
    }
}

@keyframes pulse_2 {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0.8;
    }

    100% {
        -webkit-transform: scale(3.5);
        transform: scale(3.5);
        opacity: 0;
    }
}

@-webkit-keyframes pulse_2_small {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0.8;
    }

    100% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
        opacity: 0;
    }
}

@keyframes pulse_2_small {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0.8;
    }

    100% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
        opacity: 0;
    }
}

@-webkit-keyframes video_pulse_big {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0.8;
    }

    100% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
        opacity: 0;
    }
}

@keyframes video_pulse_big {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0.8;
    }

    100% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
        opacity: 0;
    }
}

@-webkit-keyframes video_pulse_small {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 0.8;
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes video_pulse_small {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 0.8;
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@-webkit-keyframes pulse_3 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes pulse_3 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes wave_1 {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0.75;
    }

    50% {
        opacity: 0.25;
    }

    75% {
        opacity: 0.75;
    }

    100% {
        opacity: 1;
    }
}

@keyframes wave_1 {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0.75;
    }

    50% {
        opacity: 0.25;
    }

    75% {
        opacity: 0.75;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes wave_2 {
    0% {
        opacity: 0.75;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 0.75;
    }

    75% {
        opacity: 0.5;
    }

    100% {
        opacity: 0.75;
    }
}

@keyframes wave_2 {
    0% {
        opacity: 0.75;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 0.75;
    }

    75% {
        opacity: 0.5;
    }

    100% {
        opacity: 0.75;
    }
}

@-webkit-keyframes wave_3 {
    0% {
        opacity: 0.5;
    }

    25% {
        opacity: 0.75;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0.75;
    }

    100% {
        opacity: 0.5;
    }
}

@keyframes wave_3 {
    0% {
        opacity: 0.5;
    }

    25% {
        opacity: 0.75;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0.75;
    }

    100% {
        opacity: 0.5;
    }
}

@-webkit-keyframes wave_4 {
    0% {
        opacity: 0.5;
    }

    25% {
        opacity: 0.75;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0.75;
    }

    100% {
        opacity: 0.5;
    }
}

@keyframes wave_4 {
    0% {
        opacity: 0.5;
    }

    25% {
        opacity: 0.75;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0.75;
    }

    100% {
        opacity: 0.5;
    }
}

@-webkit-keyframes blick {
    0% {
        left: -80%;
    }

    100% {
        left: 160%;
    }
}

@keyframes blick {
    0% {
        left: -80%;
    }

    100% {
        left: 160%;
    }
}

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

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

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

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

html {
    width: 100%;
    overflow-x: hidden;
}

.page {
    width: 100%;
    color: var(--text-color-white);
    background: #020503;
    position: relative;
}

.page * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    margin: 0;
    padding: 0;
    border: none;
}

.page * input {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.page.no-scroll {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.first .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

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

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

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

input, select, input::placeholder {
    color: #000 !important;
}

[onScrollDisplay_JS] {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(5.2083333333vw) !important;
    transform: translateY(5.2083333333vw) !important;
    opacity: 0 !important;
}

[onScrollDisplay_JS].visible {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    opacity: 1 !important;
}

.validate_error {
    border-color: red !important;
    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;
}

.header__top {
    padding-top: 1.1416666667vw;
    width: 80vw;
    margin: 2vw auto 0;
    background: #09090994;
    border-radius: 1vw;
    padding: 1vw 2vw;
    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 1.6vw 1vw 0 rgb(0 0 0 / 15%);
    box-shadow: 0 1.6vw 1vw 0 rgb(0 0 0 / 15%);
}

.header__top_nav {
    padding-top: 1.1416666667vw;
    width: 80vw;
    margin: 0 auto;
    background: #111111;
    border-radius: 1vw;
    padding: 0vw 2vw;
    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 1.6vw 4vw 0 rgb(163 169 183 / 10%);
    box-shadow: 0 1.6vw 4vw 0 rgb(163 169 183 / 10%);
}

.header-socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-socials__title {
    font-size: calc(12px + 2*((100vw - 320px)/960));
    line-height: calc(18px + 2*((100vw - 320px)/960));
    text-align: center;
}

@media screen and (min-width: 1280px) {
    .header-socials__title {
        line-height: 20px
    }
}

@media screen and (max-width: 320px) {
    .header-socials__title {
        line-height: 18px
    }
}

@media screen and (min-width: 1280px) {
    .header-socials__title {
        font-size: 15px;
        text-align: center;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 320px) {
    .header-socials__title {
        font-size: 12px
    }
}

.header-socials__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-socials__item span {
    color: #fff;
    font-size: 0.8vw;
}

.header-socials__item {
    border-radius: 0.5vw;
    background: #0ccf87;
    width: 2vw;
    height: 2vw;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-socials__item:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px)
}

.header-socials__item_instagram {
    background: #7c50dc;
}

.header-socials__item_phone, .header-socials__item_telegram {
    background: #3a9aff;
}

.header-socials__item_inst {
    background: #b40eca;
}

.header-socials__item_phone {
    background-image: -webkit-linear-gradient(90deg, #487dc0 0%, #3f7bc7 100%);
    background-image: -ms-linear-gradient(90deg, #0049ae 0%, #1171f5 100%);
    margin-right: 15px;
}

.header-socials__item+.header-socials__item {
    margin-left: 5px
}
.header-socials__item img{width: 1vw;}
.header-socials__item-icon {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}

.header-socials__item-icon_whatsapp {
    background-image: url(../images/whats-app.svg);
}

.header-socials__item-icon_instagram {
    background-image: url(../images/viber.svg);
}

.header-socials__item-icon_telegram {
    background-image: url(../images/telegram.svg);
}

.header-socials__item-icon_inst {
    background-image: url(../images/instagram.png);
}

.md-line-dashed, .md-line-dotted {
    position: relative;
    cursor: pointer;
}

.md-line-dashed:after, .md-line-dotted:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0%;
    right: 0%;
    height: 0;
    border-bottom: 0.0520833333vw dashed #55e6a559;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.md-line-dashed:hover::after, .md-line-dotted:hover::after {
    width: 60%;
    right: 40%;
}

.md-line-dotted::after {
    border-bottom: 0.0520833333vw dotted var(--color-main);
}
.md-color-main-btn:hover{opacity:0.9}
.md-color-main-btn {
    background-color: var(--color-main);
    box-shadow: inset 0 0 30px #ffffff12;
    color: #02050A;
    padding: 0;
    border-radius: var(--border-main);
    height: 4.7083333333vw;
    width: 17.6458333333vw;
    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: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.btn-partner:hover {background-color: var(--color-main);
    }
.btn-partner svg{width: 1vw;}
.btn-partner {
    background-color:#fff;
    box-shadow: inset 0 0 30px #ffffff12;
    color: #02050A;
    padding: 0;
    gap: 0.3vw;
    font-weight: 500;
    border-radius: 10px;
    height: 2.8vw;
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    font-size: 0.75vw;
    margin: 2vw 0 0 0;
    padding: 0 1vw;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.btn-premo {
    background-color: var(--color-main);
    box-shadow: inset 0 0 30px #ffffff12;
    color: #02050A;
    padding: 0;
    font-weight: 700;
    border-radius: var(--border-main);
    height: 3.5vw;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    font-size: 0.98416666667vw;
    padding: 0 1vw;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.btn-premo-white {
    background-color: #ffffff;
    box-shadow: inset 0 0 30px #ffffff12;
    color: #02050A;
    padding: 0;
    border: 0.0520833333vw solid #fff;
    font-weight: 700;
    border-radius: var(--border-main);
    height: 3.5vw;
    width: 100%;
    display: -webkit-box;
    font-size: 0.98416666667vw;
    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: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.md-color-main-btn:hover {
}

.md-color-main-btn:hover::after {
    opacity: 0;
}

.md-color-main-btn2 {
    background-color: var(--color-main-two);
    background-image: url(../images/arrow-top-right.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 1vw) 1vw;
    transition: background-color .4s ease;
    box-shadow: inset 0 0 10px #ffffff08;
    color: #fff;
    padding: 0 2.6041666667vw;
    border-radius: var(--border-main);
    height: 5.2083333333vw;
    width: 20.6458333333vw;
    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: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.md-color-main-btn2:hover {
    padding: 0 2.8645833333vw;
    background-color: var(--color-main-two-hover);
}

.btn-style-two {
    background: none!important;
    width: auto;
    height: 4.6875vw;
    padding: 1.5625vw 3.6458333333vw;
    border-radius: 0.75vw;
    border: 0.0520833333vw solid #fff;
    color: #ffffff !important
}

.md-color-main-btn2:hover::after {
    opacity: 0;
}

.md-color-main-btn2 span {
    font-size: 1.0416666667vw;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.md-color-main-btn span {
    font-size: 0.98416666667vw;
    font-weight: 500;
}

.md-color-main-btn img, .md-color-main-btn svg {
    /*   width: 1.0416666667vw;
  height: 1.0416666667vw; */
    fill: #fff;
}

.md-color-main-btn img path, .md-color-main-btn svg path {
    fill: #fff;
}

.md-color-main-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2.8645833333vw;
    height: 300%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #ffffff08;
    -webkit-animation: blick 3s linear infinite;
    animation: blick 3s linear infinite;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}

.md-color-main-btn.disabled {
    pointer-events: none;
    opacity: 0.7;
}

.md-color-main-btn.disabled::after {
    display: none;
}

.md-main-title {
    font-weight: 300;
    font-size: 3.125vw;
    line-height: 4.1666666667vw;
    text-align: center;
}

.md-main-title b {
    font-weight: 700;
    font-family: 'Stolzl', serif;
}

.fancybox__thumbs.is-draggable, .carousel__button.fancybox__button--thumbs {
    display: none;
}

.fancybox__counter {
    display: none;
}

.filters__slider {
    width: 100%;
    position: relative;
    margin-bottom: 3.3854166667vw;
}

.filters__slider .swiper-container {
    min-height: 4.1666666667vw;
}

.filters__slider .swiper-container .swiper-wrapper {
    min-height: 4.1666666667vw;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.filters__slider .swiper-container .swiper-wrapper .swiper-slide {
    height: auto;
}

.filters__slider .filters-item {
    height: 100%;
    padding: 1.0416666667vw 1.5625vw;
    background: #f1f1f1;
    border-radius: var(--border-main);
    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: 500;
    font-size: 0.9375vw;
    line-height: 1.09375vw;
    text-align: center;
    letter-spacing: 0.04em;
    color: #707070;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.filters__slider .filters-item.active {
    color: #fff;
    background-color: var(--color-main);
}

.filters__slider .slider-btn.swiper-button-disabled {
    opacity: 0;
}

.filters__content .portfolio__container {
    margin-bottom: 0;
}

.md-standart-slider {
    position: relative;
}

.md-standart-slider .slider-hint {
    display: none;
}

.md-standart-slider .swiper-container {
    width: 100%;
    height: 100%;
}

.md-standart-slider .swiper-container .swiper-wrapper {
    height: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.md-standart-slider .swiper-container .swiper-wrapper .swiper-slide {
    height: auto;
    overflow: hidden;
}

.md-standart-slider .slider-btn {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    border-radius: 50%;
    background-color: var(--color-main);
    position: absolute;
    top: 50%;
    left: -5.2083333333vw;
    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;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.md-standart-slider .slider-btn img, .md-standart-slider .slider-btn svg {
    width: 0.4708333333vw;
    height: 0.8234375vw;
    -o-object-fit: cover;
    object-fit: cover;
    fill: #fff;
}

.md-standart-slider .slider-btn img path, .md-standart-slider .slider-btn svg path {
    fill: #fff;
}

.md-standart-slider .slider-btn:hover {
    background-color: var(--color-main-hover);
}

.md-standart-slider .slider-btn.slider-next-btn {
    left: auto;
    right: -5.2083333333vw;
}

.md-standart-slider .slider-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4.1666666667vw;
    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;
}

.md-standart-slider .slider-pagination .swiper-pagination-bullet {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 0.78125vw;
    height: 0.78125vw;
    margin: 0 0.78125vw;
    background-color: #ECECEC;
}

.md-standart-slider .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color-main);
}

.md-standart-form .form-text {
    font-size: 1.1vw;
    line-height: 1.9270833333vw;
    letter-spacing: 0.03em;
    margin-bottom: 1.3020833333vw;
    color: #9a9a9a;
    font-weight: 400;
}

.md-standart-form .form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.0416666667vw;
}

.md-standart-form .form-select {
    width: 18.90625vw;
    height: 5.2083333333vw;
    border-radius: var(--border-main);
    color: var(--text-color-main);
    margin-right: 1.3020833333vw;
    padding: 0 2.34375vw;
    font-weight: 500;
    font-size: 0.9375vw;
    line-height: 1.25vw;
    letter-spacing: 0.03em;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.md-standart-form .form-select::after {
    border: none;
    width: 0.46875vw;
    height: 0.46875vw;
    border-left: 0.0520833333vw solid var(--text-color-main);
    border-bottom: 0.0520833333vw solid var(--text-color-main);
    -webkit-transform: translate(-300%, -50%) rotate(-45deg);
    transform: translate(-300%, -50%) rotate(-45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    display: block;
}

.md-standart-form .form-select span.current {
    line-height: 5.2083333333vw;
    position: relative;
}

.md-standart-form .form-select .list {
    width: 100%;
    top: 90%;
    border: none;
    border-bottom-left-radius: 2.6041666667vw;
    border-bottom-right-radius: 2.6041666667vw;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.md-standart-form .form-select .list .option {
    line-height: 5.2083333333vw;
    padding: 0 2.34375vw;
}

.md-standart-form .form-select.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.md-standart-form .form-select.open::after {
    -webkit-transform: translate(-300%, -30%) rotate(-45deg);
    transform: translate(-300%, -30%) rotate(-45deg);
}

.md-standart-form .form-input {
    width: 18.90625vw;
    height: 4.5vw;
    padding: 0 2.6041666667vw;
    font-weight: 500;
    font-size: 0.8375vw;
    line-height: 1.25vw;
    letter-spacing: 0.03em;
    color: var(--text-color-main);
    border-radius: var(--border-main);
    margin-right: 1.0416666667vw;
}

.md-standart-form .form-input::-webkit-input-placeholder {
    color: var(--text-color-main);
}

.md-standart-form .form-input::-moz-placeholder {
    color: var(--text-color-main);
}

.md-standart-form .form-input:-ms-input-placeholder {
    color: var(--text-color-main);
}

.md-standart-form .form-input::-ms-input-placeholder {
    color: var(--text-color-main);
}

.md-standart-form .form-input::placeholder {
    color: var(--text-color-main);
}

.md-standart-form .form-textarea {
    width: 100%;
    height: 7.5520833333vw;
    border-radius: var(--border-main);
    padding: 1.5625vw 2.34375vw;
    font-weight: 500;
    font-size: 0.9375vw;
    line-height: 1.25vw;
    letter-spacing: 0.03em;
    resize: none;
    margin-bottom: 0.8854166667vw;
}

.md-standart-form .form-textarea::-webkit-input-placeholder {
    color: var(--text-color-main);
}

.md-standart-form .form-textarea::-moz-placeholder {
    color: var(--text-color-main);
}

.md-standart-form .form-textarea:-ms-input-placeholder {
    color: var(--text-color-main);
}

.md-standart-form .form-textarea::-ms-input-placeholder {
    color: var(--text-color-main);
}

.md-standart-form .form-textarea::placeholder {
    color: var(--text-color-main);
}

.md-standart-form .form-btn {
    width: 20.0520833333vw;
}

.md-standart-form .form-file {
    position: relative;
    cursor: pointer;
}

.md-standart-form .form-file input {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
}

.md-standart-form .form-file > div {
    width: 18.90625vw;
    height: 5.2083333333vw;
    padding: 0 2.6041666667vw;
    padding-right: 3.6458333333vw;
    font-weight: 500;
    font-size: 0.9375vw;
    line-height: 1.25vw;
    letter-spacing: 0.03em;
    color: var(--text-color-main);
    border-radius: var(--border-main);
    margin-right: 1.0416666667vw;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.md-standart-form .form-file > div img, .md-standart-form .form-file > div svg {
    width: 1.1458333333vw;
    height: 1.1979166667vw;
    -o-object-fit: contain;
    object-fit: contain;
    fill: var(--text-color-main);
    position: absolute;
    top: 50%;
    right: 3.125vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.md-standart-form .form-file > div img path, .md-standart-form .form-file > div svg path {
    fill: var(--text-color-main);
}

.md-standart-form .form-file > div p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 1.25vw;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.md-standart-form .form-stars {
    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.3020833333vw;
}

.md-standart-form .form-stars label {
    position: relative;
    width: 0.8333333333vw;
    height: 0.78125vw;
    margin-right: 0.4166666667vw;
    cursor: pointer;
}

.md-standart-form .form-stars label:last-child {
    margin-right: 0;
}

.md-standart-form .form-stars label input {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
}

.md-standart-form .form-stars label img, .md-standart-form .form-stars label svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    fill: var(--color-main);
}

.md-standart-form .form-stars label img path, .md-standart-form .form-stars label svg path {
    fill: var(--color-main);
}

.md-standart-form .form-stars label.disabled svg {
    fill: #AAAAAA;
}

.md-standart-form .form-stars label.disabled svg path {
    fill: #AAAAAA;
}

.md-standart-form .form-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.md-standart-form .form-checkbox > div {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    margin-right: 0.8333333333vw;
    border: 0.0520833333vw solid var(--color-main);
    border-radius: var(--border-main);
    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;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.md-standart-form .form-checkbox > div input {
    position: absolute;
    left: 0;
    bottom: 100%;
    display: none;
}

.md-standart-form .form-checkbox > div img, .md-standart-form .form-checkbox > div svg {
    width: 0.4166666667vw;
    height: 0.3125vw;
    fill: #fff;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.md-standart-form .form-checkbox > div img path, .md-standart-form .form-checkbox > div svg path {
    fill: #fff;
}

.md-standart-form .form-checkbox > div.checked {
    background-color: var(--color-main);
}

.md-standart-form .form-checkbox > div.checked img, .md-standart-form .form-checkbox > div.checked svg {
    opacity: 1;
}
li{ list-style-type: none;}
.md-standart-form .form-checkbox p {
    font-weight: 500;
    font-size: 0.7291666667vw;
    line-height: 0.9895833333vw;
    letter-spacing: 0.03em;
    cursor: pointer;
    color: #565656;
    font-family: 'Stolzl', serif;
}

.md-standart-form .form-checkbox p span {
    color: var(--color-main);
}

.md-standart-form .form-checkbox p span:hover {
    text-decoration: underline;
}

input.validate_error:-webkit-autofill, input.validate_error:-webkit-autofill:hover, input.validate_error:-webkit-autofill:focus {
    -webkit-text-fill-color: red !important;
    caret-color: red !important;
}

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

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    background-color: #FFF;
    border: none;
    -webkit-text-fill-color: var(--text-color-main);
    -webkit-box-shadow: none;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    caret-color: var(--text-color-main);
}

.nice-select {
    color: #000 !important;
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: var(--border-main);
    border: solid 0.0520833333vw #e8e8e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 0.7291666667vw;
    font-weight: normal;
    height: 2.1875vw;
    line-height: 2.0833333333vw;
    outline: none;
    padding-left: 0.9375vw;
    padding-right: 1.5625vw;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    border-bottom: 0.1041666667vw solid #999;
    border-right: 0.1041666667vw solid #999;
    content: "";
    display: block;
    height: 0.2604166667vw;
    margin-top: -0.2083333333vw;
    pointer-events: none;
    position: absolute;
    right: 0.625vw;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 0.2604166667vw;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 0.625vw;
    height: 1.875vw;
    line-height: 1.7708333333vw;
}

.nice-select.small:after {
    height: 0.2083333333vw;
    width: 0.2083333333vw;
}

.nice-select.small .option {
    line-height: 1.7708333333vw;
    min-height: 1.7708333333vw;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0.0520833333vw rgba(68, 68, 68, 0.11);
    box-shadow: 0 0 0 0.0520833333vw rgba(68, 68, 68, 0.11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0.2083333333vw;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 2.0833333333vw;
    list-style: none;
    min-height: 2.0833333333vw;
    outline: none;
    padding-left: 0.9375vw;
    padding-right: 1.5104166667vw;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

.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-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: 0.2;
}

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

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
    content: " ";
    display: block;
    background: white;
    position: absolute;
    z-index: 30;
    -webkit-box-shadow: 0 0 0.625vw rgba(51, 51, 51, 0.5);
    box-shadow: 0 0 0.625vw rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
    width: 0.15625vw;
    height: 520.78125vw;
    left: 50%;
    margin-left: -0.078125vw;
}

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
    width: 520.78125vw;
    height: 0.15625vw;
    top: 50%;
    margin-top: -0.078125vw;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.twentytwenty-before-label, .twentytwenty-after-label {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
    color: white;
    font-size: 0.6770833333vw;
    letter-spacing: 0.1em;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    line-height: 1.9791666667vw;
    padding: 0 1.0416666667vw;
    border-radius: var(--border-main);
}

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
    top: 50%;
    margin-top: -0.9895833333vw;
}

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
    left: 50%;
    margin-left: -2.34375vw;
    text-align: center;
    width: 4.6875vw;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
    width: 0;
    height: 0;
    border: 0.3125vw inset transparent;
    position: absolute;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
    top: 50%;
    margin-top: -0.3125vw;
}

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
    left: 50%;
    margin-left: -0.3125vw;
}

.twentytwenty-container {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block;
}

.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label, .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
    opacity: 0;
}

.twentytwenty-container * {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.twentytwenty-before-label {
    opacity: 0;
}

.twentytwenty-before-label:before {
    content: attr(data-content);
}

.twentytwenty-after-label {
    opacity: 0;
}

.twentytwenty-after-label:before {
    content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 0.5208333333vw;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 0.5208333333vw;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
    top: 0.5208333333vw;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
    bottom: 0.5208333333vw;
}

.twentytwenty-overlay {
    -webkit-transition-property: background;
    transition-property: background;
    background: rgba(0, 0, 0, 0);
    z-index: 25;
}

.twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
    opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
    opacity: 1;
}

.twentytwenty-before {
    z-index: 20;
}

.twentytwenty-after {
    z-index: 10;
}

.twentytwenty-handle {
    height: 1.9791666667vw;
    width: 1.9791666667vw;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1.1458333333vw;
    margin-top: -1.1458333333vw;
    border: 0.15625vw solid white;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0.625vw rgba(51, 51, 51, 0.5);
    box-shadow: 0 0 0.625vw rgba(51, 51, 51, 0.5);
    z-index: 40;
    cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 1.1458333333vw;
    -webkit-box-shadow: 0 0.15625vw 0 white, 0 0 0.625vw rgba(51, 51, 51, 0.5);
    box-shadow: 0 0.15625vw 0 white, 0 0 0.625vw rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: 1.1458333333vw;
    -webkit-box-shadow: 0 -0.15625vw 0 white, 0 0 0.625vw rgba(51, 51, 51, 0.5);
    box-shadow: 0 -0.15625vw 0 white, 0 0 0.625vw rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
    left: 50%;
    margin-left: 1.1458333333vw;
    -webkit-box-shadow: 0.15625vw 0 0 white, 0 0 0.625vw rgba(51, 51, 51, 0.5);
    box-shadow: 0.15625vw 0 0 white, 0 0 0.625vw rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
    right: 50%;
    margin-right: 1.1458333333vw;
    -webkit-box-shadow: -0.15625vw 0 0 white, 0 0 0.625vw rgba(51, 51, 51, 0.5);
    box-shadow: -0.15625vw 0 0 white, 0 0 0.625vw rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
    border-right: 0.3125vw solid white;
    left: 50%;
    margin-left: -0.8854166667vw;
}

.twentytwenty-right-arrow {
    border-left: 0.3125vw solid white;
    right: 50%;
    margin-right: -0.8854166667vw;
}

.twentytwenty-up-arrow {
    border-bottom: 0.3125vw solid white;
    top: 50%;
    margin-top: -0.8854166667vw;
}

.twentytwenty-down-arrow {
    border-top: 0.3125vw solid white;
    bottom: 50%;
    margin-bottom: -0.8854166667vw;
}

section {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.about-company {
    position: relative;
    padding: 3.5vw 0 5.5vw 0;
}

.about-company__bg {
    position: absolute;
    /*   top: -28.8020833333vw; */
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    /*   height: 77.2395833333vw; */
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -2;
}

.about-company__title {
    margin-bottom: 2.0833333333vw;
    font-family: 'Stolzl', serif;
    color: #fff;
}

.about-company__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;
}

.about-company__main {
    width: 100%;
}

.about-company__sub-title {
    font-size: 2.5vw;
    line-height: 3.3854166667vw;
    letter-spacing: 0.04em;
    font-weight: 400;
    margin-bottom: 2.0833333333vw;
}

.about-company__text {
    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: center;
}

.about-company__text p {
    font-weight: 400;
    font-size: 1.1vw;
    line-height: 1.9270833333vw;
    letter-spacing: 0.02em;
    margin-bottom: 2.0833333333vw;
    color: #9a9a9a;
}

.about-company__text p:last-child {
    margin-bottom: 0;
}

.about-company__text span {
    font-weight: 400;
    font-size: 0.9375vw;
    line-height: 1.40625vw;
    letter-spacing: 0.02em;
}

.about-company__text span:last-child {
    margin-bottom: 0;
}

.about-company__img {
    width: 20vw;
    border-radius: var(--border-main);
    overflow: hidden;
}

.about-company__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
}

.contacts {
    padding-top: 4vw;
    padding-bottom: 4vw;
    position: relative;
}

.contacts__bg {
    position: absolute;
    top: -10.15625vw;
    left: 0;
    right: 0;
    width: 100%;
    height: 66.6666666667vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.contacts__title {
    margin-bottom: 3.125vw;
}

.contacts__container {
    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;
    margin-bottom: 8.3333333333vw;
}

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

.contacts__container.md-container-with-form .contacts__images {
    width: 30.46875vw;
}

.contacts__container.md-container-with-form .contacts__images-item > div {
    height: 16.0416666667vw;
}

.contacts__container.md-container-with-form .contacts__images-item > div a {
    width: 9.1145833333vw;
    height: 7.6041666667vw;
}

.contacts__container.md-container-with-form .contacts__images-item > div a:first-child {
    width: 20.5729166667vw;
    height: 47.03125vw;
}

.contacts__info {
    width: 14.0625vw;
    height: auto;
    -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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contacts__info-title b {
    font-weight: 700;
    font-family: 'Stolzl', serif;
    font-style: italic;
}

.contacts__info-title {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
    margin-bottom: 1.1979166667vw;
    font-weight: 300;
    font-family: 'Stolzl', serif;
    font-style: italic;
}

.contacts__info-container {
    margin-bottom: 1.1979166667vw;
}

.contacts__info-container > div {
    margin-bottom: 1.1979166667vw;
}

.contacts__info-container > div:last-child {
    margin-bottom: 0;
}

.contacts__info-address, .contacts__info-work-time, .contacts__info-phones, .contacts__info-email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contacts__info-address p, .contacts__info-work-time p, .contacts__info-phones p, .contacts__info-email p {
    font-weight: 400;
    font-size: 0.8vw;
    line-height: 1.5;
}

.contacts__info-address p a, .contacts__info-work-time p a, .contacts__info-phones p a, .contacts__info-email p a {
    color: var(--text-color-main);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.contacts__info-address p a:hover, .contacts__info-work-time p a:hover, .contacts__info-phones p a:hover, .contacts__info-email p a:hover {
    color: var(--color-main);
}

.contacts__info-address img, .contacts__info-address svg, .contacts__info-work-time img, .contacts__info-work-time svg, .contacts__info-phones img, .contacts__info-phones svg, .contacts__info-email img, .contacts__info-email svg {
    width: 1.0416666667vw;
    height: 1.25vw;
    margin-right: 0.8333333333vw;
    -o-object-fit: cover;
    object-fit: cover;
    fill: var(--color-main);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.contacts__info-address img path, .contacts__info-address svg path, .contacts__info-work-time img path, .contacts__info-work-time svg path, .contacts__info-phones img path, .contacts__info-phones svg path, .contacts__info-email img path, .contacts__info-email svg path {
    fill: var(--color-main);
}

.contacts__info-phones p a {
    font-weight: 700;
    font-size: 1.0416666667vw;
    line-height: 1.25vw;
    letter-spacing: 0.02em;
    font-family: 'Stolzl', serif;
    font-style: italic;
}

.contacts__info-phones p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 400;
    font-size: 0.8vw;
    line-height: 1.25vw;
    letter-spacing: 0.02em;
}

.contacts__info-phones p a {
    margin-bottom: 0.2604166667vw;
}

.contacts__info-phones p a:last-child {
    margin-bottom: 0;
}

.contacts__info-social {
    margin-bottom: 1.1979166667vw;
}

.contacts__info-social p {
    font-weight: 400;
    font-size: 0.7291666667vw;
    line-height: 1.25vw;
    letter-spacing: 0.03em;
    margin-bottom: 0.8333333333vw;
}

.contacts__info-social > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contacts__info-social > div a {
    width: 2.1875vw;
    height: 2.1875vw;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0.5208333333vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

.contacts__info-social > div a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.contacts__info-social > div a:last-child {
    margin-right: 0;
}

.contacts__info-social > div a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.contacts__info-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contacts__info-links a {
    font-weight: 700;
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
    letter-spacing: 0.03em;
    color: var(--color-main);
}

.flex_container {
}

.contacts__images {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contacts__images-item {
    margin-bottom: 1.0416666667vw;
}

.contacts__images-item:last-child {
    margin-bottom: 0;
}

.contacts__images-item p {
    font-weight: 700;
    font-size: 1.35vw;
    line-height: 1.5625vw;
    letter-spacing: 0.02em;
    margin-bottom: 1.0416666667vw;
    font-weight: 700;
    font-family: 'Stolzl', serif;
    font-style: italic;
}

.contacts__images-item > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 1vw;
}

.contacts__images-item > div a {
    /* width: 100%; */
    border-radius: var(--border-main);
}

.contacts__images-item > div a img {
    width: 100%;
    max-height: 5vw;
}

.contacts__images-item > div a:first-child {
}

.contacts__images-item > div a:nth-child(1n+4) {
}

.contacts__address {
    width: 53.6041666667vw;
    -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;
}

.contacts__address p {
    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;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 1.5625vw;
    letter-spacing: 0.02em;
    margin-bottom: 0.8333333333vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 700;
    font-family: 'Stolzl', serif;
    font-style: italic;
}

.contacts__address p b {
    font-weight: 700;
    font-weight: 700;
    font-family: 'Stolzl', serif;
    font-style: italic;
}

.contacts__address p a {
    font-weight: 700;
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
    letter-spacing: 0.03em;
    color: var(--color-main);
}

.contacts__address .map-container {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: var(--border-main);
}

.contacts__address .map-container iframe {
    width: 100%;
    height: 100%;
}

.download-price {padding: 1.5vw 0;}

.download-price__container {
    width: 100%;
    border-radius: var(--border-main);
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4.7916666667vw 5.6770833333vw;
}

.download-price__img-large {
    position: absolute;
    width: 100%;
    height: 36.4583333333vw;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
}

.download-price__img-large img {
    position: absolute;
    width: 72.1875vw;
    height: 49.9479166667vw;
    top: -0.625vw;
    right: -20.7291666667vw;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
}

.download-price__img-small {
    position: absolute;
    width: 28.28125vw;
    height: 36.875vw;
    right: -9.1145833333vw;
    bottom: -12.0833333333vw;
    z-index: 3;
}

.download-price__img-small img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
}

.download-price__title {
    text-align: left;
    margin-bottom: 1.6041666667vw;
    color: #fff;
    font-family: 'Stolzl', serif;
    width: 70%;
}

.download-price__circle:before {
    content: '';
    position: absolute;
    left: 10%;
    right: 10%;
    top: 10%;
    bottom: 10%;
    background: rgba(255,255,255,.3);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    overflow: hidden;
    z-index: -1
}

.download-price__circle {
    position: absolute;
    width: 8.8125vw;
    height: 8.8125vw;
    background-color: #fff;
    top: 3.0208333333vw;
    left: 50.71875vw;
    border-radius: 50%;
    background: rgba(255,255,255,.5);
    backdrop-filter: blur(10px);
    z-index: 5;
    -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);
    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-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
}

.download-price__circle:hover .pdf-circle {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.download-price__circle b {
    margin-top: 0.3vw
}

.download-price__circle .pdf-circle {
    position: absolute;
    top: 0.5208333333vw;
    left: 0.5208333333vw;
    right: 0.5208333333vw;
    bottom: 0.5208333333vw;
    width: 6.7708333333vw;
    height: 6.7708333333vw;
    -webkit-animation: rotation 15s linear infinite;
    animation: rotation 15s linear infinite;
}

.download-price__circle .circle-arrow {
    width: 0.8854166667vw;
    height: 1.0416666667vw;
    fill: var(--color-main);
    margin-bottom: 0.3125vw;
}

.download-price__circle .circle-arrow path {
    fill: var(--color-main);
}

.download-price__circle p {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5vw;
    padding: 0 1vw;
    border-radius: 20px;
    background: #F15642;
    color: #fff;
    text-align: center;
    font-size: 1vw;
    font-weight: 500;
    overflow: hidden;
}

.download-price__circle p span {
}

.download-price__content {
    position: relative;
    z-index: 4;
    color: #fff;
}

.first:after, .first:before {
    content: '';
    z-index: -1;
    width: 30vw;
    height: 80%;
    opacity: 0.2;
    border-radius: 50%;
    -webkit-filter: blur(200px);
    filter: blur(200px);
    position: absolute;
    right: -250px;
    top: -130px;
    background: var(--color-main);
    -webkit-animation: zoomInOut 5s infinite;
    animation: zoomInOut 5s infinite;
}

.first:before {
    left: -250px;
}
.first {
    position: relative;
    /*   margin-bottom: 5.46875vw; */
    margin-top: -11.7708333333vw;
    overflow: hidden;
    margin: 0;
    padding-bottom: 3vw;
    background: #000 url(../images/first-bg-1.jpg);
    background-size: cover;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.firstbg1{background: #000 url(../images/dez/first-bg-1.jpg)!important;}
.firstbg2{background: url(../images/bgvtore.jpg)!important;background-size: cover;}
.first__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.first__bg .main-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
}

.first__bg .second-bg {
    width: 33vw;
    /* height: 43.4166666667vw; */
    max-width: 95%;
    max-height: 95%;
    position: absolute;
    right: 4vw;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
}

.two__content {
    width: 33%;
    z-index: 3;
    position: relative;
}

.two__content .right-items img {
}

.two__content .right-items:first-child {
    background: #0000004d;
}

.two__content .right-items {
    background: #0000004d;
    border-radius: 0.5vw;
    min-height: 12vw;
    padding: 2vw 2vw;
    margin: 2vw 0;
    display: flex;
    flex-flow: column;
    justify-content: end;
}

.two__content .title-items {
    color: #efefef;
    font-size: 0.9vw;
    line-height: 1.5;
}

.two__content .btn-items {
    margin-top: 1vw;
    color: var(--color-main);
    text-decoration: underline;
}

.first__content {
    padding-bottom: 5vw;
    /* width: 80%; */
    text-align: center;
    margin: 5vw auto 0;
}

.first__title {
    font-weight: 300;
    font-size: 4vw;
    line-height: 1.1;
    color: #fff;
    letter-spacing: 0.02em;
    margin: 0 0 2vw 0;
}

.first__title span {
    position: relative;
    font-family: 'Stolzl', serif;
}

.first__title b {
    font-weight: 700;
    font-family: 'Stolzl', serif;
}

.first__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3vw;
    text-align: center;
}

.first__text .dots {
    margin-top: 0.78125vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0.88vw;
}

.first__text .dots span {
    width: 0.46875vw;
    height: 0.46875vw;
    border-radius: 50%;
    border: 0.0520833333vw solid #b77500;
    margin-right: 0.3645833333vw;
    opacity: 0.5s;
}

.first__text .dots span:first-child {
    -webkit-animation: wave_1 2s linear infinite;
    animation: wave_1 2s linear infinite;
}

.first__text .dots span:nth-child(2) {
    -webkit-animation: wave_2 2s linear infinite;
    animation: wave_2 2s linear infinite;
}

.first__text .dots span:nth-child(3) {
    -webkit-animation: wave_3 2s linear infinite;
    animation: wave_3 2s linear infinite;
}

.first__text .dots span:nth-child(4) {
    -webkit-animation: wave_4 2s linear infinite;
    animation: wave_4 2s linear infinite;
}

.first__text .dots span:last-child {
    margin-right: 0;
}

.first__text p {
    width: 54vw;
    font-weight: 400;
    margin: 0 auto;
    display: block;
    font-size: 1.1vw;
    line-height: 2.34375vw;
    /* margin-left: 0.8854166667vw;8*/
    /* margin-right: 0.8854166667vw; */
    color: #9a9a9a;
    text-align: center;
}

.first__bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3.5416666667vw;
    max-width: 63%;
}

.md-first-with-form .first__bullets {
    max-width: 100%;
}

.first__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}
.submitline .first__buttons-btn{height:4.5vw;font-weight: 500;}
.first__buttons-btn {
    margin-right: 1.8229166667vw;
}

.first__buttons-text {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    justify-content: center;
    background: #ffffff63;
    padding: 1vw 1vw;
    border-radius: 0.75vw;
}

@keyframes fade {
    0%, 100% {
        opacity: 0.9;
    }

    50% {
        opacity: 0.5;
    }
}

.first__buttons-text p {
    font-size: 0.8333333333vw;
    line-height: 1.3020833333vw;
    letter-spacing: 0.03em;
    margin-left: 1vw;
}

.footer {
    background-color: #00000029;
    color: #fff;
}

.footer.md-bottom-only .footer__top {
    display: none;
}

.footer.md-bottom-only .footer__bottom {
    padding-bottom: 1.3020833333vw;
}

.footer__logo {
    width: 9.8958333333vw;
    padding-bottom: 3.90625vw;
    border-bottom: 0.0520833333vw solid rgba(255, 255, 255, 0.35);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__logo a img, .footer__logo a svg {
    width: 2.8645833333vw;
    height: 2.2114583333vw;
    -o-object-fit: cover;
    object-fit: cover;
    fill: var(--color-main);
}

.footer__logo a img path, .footer__logo a svg path {
    fill: var(--color-main);
}

.footer__logo a p {
    font-size: 2.0833333333vw;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.footer__logo a p b {
    font-weight: 700;
}

.footer__social {
    padding-top: 3.8541666667vw;
}

.footer__social p {
    font-weight: 400;
    font-size: 1.0416666667vw;
    line-height: 1.25vw;
    letter-spacing: 0.03em;
    margin-bottom: 0.8333333333vw;
}

.footer__social p b {
    font-weight: 700;
}

.footer__social > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__social > div a {
    width: 2.1354166667vw;
    height: 2.1354166667vw;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin-right: 0.4166666667vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer__social > div a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.footer__social > div a:last-child {
    margin-right: 0;
}

.footer__social > div a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.footer__top {
    padding-top: 3.125vw;
    padding-bottom: 4.1666666667vw;
    border-bottom: 0.0520833333vw solid rgba(255, 255, 255, 0.35);
    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;
}

.footer__top-main {
    width: 19.1666666667vw;
    padding-right: 9.1145833333vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer__top-container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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;
}

.footer__top-item {
    width: 10.0520833333vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer__top-item:nth-child(3) {
    width: 18.75vw;
}

.footer__top-item:last-child {
    width: 14.1666666667vw;
}

.footer-title {
    font-weight: 700;
    font-size: 1.0416666667vw;
    line-height: 1.1979166667vw;
    letter-spacing: 0.03em;
    margin-bottom: 0.7291666667vw;
}

.footer-text {
    color: #CACACA;
}

.footer-text p {
    font-weight: 500;
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
    letter-spacing: 0.03em;
    margin-bottom: 1.0416666667vw;
}

.footer-text p:last-child {
    margin-bottom: 0;
}

.footer-list {
    list-style: none;
}

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

.footer-list li img, .footer-list li svg {
    width: 0.625vw;
    height: 0.46875vw;
    margin-top: 0.5729166667vw;
    margin-right: 0.5729166667vw;
    -o-object-fit: cover;
    object-fit: cover;
    fill: var(--color-main);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer-list li img path, .footer-list li svg path {
    fill: var(--color-main);
}

.footer-list li span {
    text-decoration: none !important;
}

.footer-list a, .footer-list span {
    font-weight: 500;
    font-size: 0.8333333333vw;
    line-height: 1.5625vw;
    letter-spacing: 0.03em;
    color: #CACACA;
}

.footer-list a:hover, .footer-list span:hover {
    text-decoration: underline;
}

.footer__bottom {
    padding-top: 2.3020833333vw;
    padding-bottom: 2.3020833333vw;
    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;
}

.footer__bottom-item:first-child, .footer__bottom-item:last-child {
    width: 15.5520833333vw;
}

.footer__bottom-item:last-child p {
    text-align: right;
}

.footer__bottom-item p {
    font-weight: 500;
    font-size: 0.6770833333vw;
    line-height: 1.25vw;
    letter-spacing: 0.04em;
}

.footer__bottom-item p span, .footer__bottom-item p a {
    color: var(--color-main);
}

.header {
    background-color: #F5F8F9;
    position: relative;
    z-index: 30;
    padding-bottom: 1.0729166667vw;
}

.header.md-bg-transparent {
    background-color: transparent;
    margin-bottom: 0;
}

.header.md-bg-transparent .nav-wrap {
    border-bottom: 0.0520833333vw solid rgba(28, 28, 28, 0.07);
}

.header.md-bg-transparent .head_ben a:hover {
    border-color: var(--color-main-two-hover);
}

.header.md-white-header {
    color: #fff;
}

.header.md-white-header .header__nav.fixed .nav-wrap .nav .nav-item a {
    color: var(--text-color-main);
}

.header.md-white-header .header__nav.fixed .nav-wrap .nav .nav-item.dropdown-item::after {
    border-color: var(--text-color-main);
}

.header.md-white-header .nav-wrap {
    border-color: rgba(255, 255, 255, 0.3);
}

.header.md-white-header .nav-wrap .nav .nav-item a {
    color: #fff;
}

.header.md-white-header .nav-wrap .nav .nav-item a:hover {
    color: var(--color-main);
}

.header.md-white-header .nav-wrap .nav .nav-item.dropdown-item::after {
    border-color: #fff;
}

.header.md-white-header .nav-wrap .nav .nav-item.dropdown-item:hover::after {
    border-color: var(--color-main);
}

.header.md-white-header .nav-wrap .nav .nav-item.dropdown-item .nav-menu .nav-item a {
    color: var(--text-color-main);
}

.header.md-white-header .nav-wrap .nav .nav-item:first-child svg {
    opacity: 1;
}

.header.md-white-header .header__top .wrapper {
    border-color: rgba(255, 255, 255, 0.3);
}

.header.md-white-header .header__logo a, .header.md-white-header .head_ben a, .header.md-white-header .header__contacts a {
    color: #fff;
}

.header.md-white-header .head_ben a {
    border-color: #fff;
}

.header.md-white-header .head_ben a span {
    color: #fff;
}

.header.md-white-header .header__contacts a:hover {
    color: var(--color-main);
}

.header__btn {
    display: none;
}

.header__btn-wrap {
    display: flex;
    align-items: center;
}

.header__top .wrapper {
    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;
    padding-bottom: 1.3020833333vw;
    border-bottom: 0.0520833333vw solid rgba(28, 28, 28, 0.07);
}

.header__logo {
}

.header__logo a {
    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;
    color: var(--text-color-main);
}

.header__logo a img, .header__logo a svg {
    width: 10vw;
    /* height: 3.7vw; */
}

.header__logo a img path, .header__logo a svg path {
    fill: var(--color-main);
}

.header__logo a p {
    font-size: 2.0833333333vw;
    font-weight: 400;
    margin-left: 1vw;
}

.header__logo a p b {
    font-weight: 700;
}

.header__text {
    width: 13vw;
    font-size: 0.8vw;
    line-height: 1.5;
    letter-spacing: 0.03em;
    color: #cfcfcf;
    font-weight: 300;
    font-family: 'Stolzl', serif;
}

.header__address {
    width: 11.28125vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__address img, .header__address svg {
    width: 1.0416666667vw;
    height: 1.25vw;
    margin-right: 0.78125vw;
    fill: var(--color-main);
}

.header__address img path, .header__address svg path {
    fill: #caa876;
}

.header__address p {
    font-size: 0.8333333333vw;
    line-height: 1.3020833333vw;
    letter-spacing: 0.03em;
}

.header__address p b {
    font-weight: 700;
}

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

.head_ben a {
    height: 3.70625vw;
    border-radius: var(--border-main);
    border: 0.0520833333vw solid var(--color-main-two);
    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;
    padding: 0 1.1625vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.head_ben a img, .head_ben a svg {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    fill: var(--color-main-two);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.head_ben a img path, .head_ben a svg path {
    fill: var(--color-main-two);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.head_ben a span {
    font-size: 0.8333333333vw;
    line-height: 0.9895833333vw;
    letter-spacing: 0.03em;
    color: var(--color-main-two);
    font-weight: 600;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-left: 1vw;
}

.head_ben a:hover {
    background-color: var(--color-main-two);
}

.head_ben a:hover img {
    filter: brightness(0) invert(1)
}

.head_ben a:hover img, .head_ben a:hover svg {
    fill: white;
}

.head_ben a:hover img path, .head_ben a:hover svg path {
    fill: white;
}

.head_ben a:hover span {
    color: white;
}
.mobvision{justify-content:start;align-items: start!important;margin: 1vw 0;}
.header__social, .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: center;
    -ms-flex-align: center;
    align-items: center;
    color: #Fff;
}

.header__social p, .header__contacts p {
    font-size: 0.8333333333vw;
    line-height: 0.9895833333vw;
    letter-spacing: 0.03em;
    margin-bottom: 0.78125vw;
    position: relative;
}

.header__social p b, .header__contacts p b {
    font-weight: 600;
    font-weight: 700;
}

.header__social p b span, .header__contacts p b span {
}

.header__social p::before, .header__contacts p::before {
    content: "";
    position: absolute;
    width: 0.2083333333vw;
    height: 0.2083333333vw;
    border-radius: 50%;
    background-color: var(--color-main);
    top: 50%;
    left: -0.5208333333vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.header__social p::after, .header__contacts p::after {
    content: "";
    position: absolute;
    width: 0.2083333333vw;
    height: 0.2083333333vw;
    border-radius: 50%;
    background-color: var(--color-main);
    top: 50%;
    left: -0.5208333333vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: pulse_1 3s linear infinite;
    animation: pulse_1 3s linear infinite;
}

.header__contacts {
    width: 15vw;
    padding-left: 0;
}

.header_ben {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 1;
    flex-flow: column;
    justify-content: center;
}

.header_ben {
    padding: 0.74vw 0.3vw;
    border: 1px solid rgb(0 0 0 / 0%);
    border-radius: 10px;
    text-align: center;
    background: #101010a6;
}

.header_ben>:nth-child(1) {
    display: flex;
    align-items: center;
    margin-bottom: 0.2vw;
}

.header_ben-number {
    text-align: center;
    font-size: 1.22vw;
    font-weight: 700;
    color: #ffffff;
    margin-right: 0.3vw;
}

.header_ben-img {
    display: inline-block;
    width: 0.8vw;
    height: 0.8vw;
}

.header_ben-text a {
    color: #7fabff;
    text-decoration: underline;
    letter-spacing: .07126vw;
}

.header_ben-text {
    margin-top: auto;
    max-width: 5vw;
    font-size: 0.70vw;
    line-height: 1.4;
    font-weight: 500;
    color: #7a7a7a;
}

.header_ben-link {
    margin-right: auto;
    font-size: 0.96vw;
    color: #8ee47d;
    border-bottom: 1px solid #8ee47d
}

.header__contacts p {
    margin-bottom: 0.5208333333vw;
    font-weight: 300;
    font-family: 'Stolzl', serif;
}

.header__contacts a {
    font-size: 1.4vw;
    line-height: 1.3541666667vw;
    color: #Fff;
    margin-bottom: 0.15625vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 700;
    font-family: 'Stolzl', serif;
}

.header__contacts a:hover {
    color: var(--color-main);
}

.header__contacts .call-back {
    color: var(--color-main);
    font-size: 0.8333333333vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin: 0.1vw 0 0 0;
    font-weight: 700;
    font-family: 'Stolzl', serif;
}

.header__nav {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 60;
}

.header__nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #F5F8F9;
}

.header__nav.fixed .nav-wrap {
    border-bottom: none;
}

.nav-wrap ul {
    list-style: none;
}

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

.nav-wrap .nav .hoveritem:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    background-color: #2771f4;
    height: 0.2vw;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.nav-wrap .nav .hoveritem:hover:before {
    opacity: 1;
}

.nav-wrap .nav .nav-item span {
}

.nav-wrap .nav .nav-item {
    display: -webkit-box;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.3vw 1.34375vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    min-width: max-content;
}

.nav-wrap .nav .nav-item:first-child {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.nav-wrap .nav .nav-item:first-child img, .nav-wrap .nav .nav-item:first-child svg {
    width: 1.3vw;
    height: 1.3vw;
    fill: var(--color-main);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.nav-wrap .nav-link.home img, .nav-wrap .nav-link.home svg {
    width: 1.1979166667vw;
    height: 1.1458333333vw;
    fill: var(--color-main);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.nav-wrap .nav .nav-item:first-child img path, .nav-wrap .nav .nav-item:first-child svg path {
    fill: var(--color-main);
}

.nav-wrap .nav .nav-item:first-child img:hover, .nav-wrap .nav .nav-item:first-child svg:hover {
    opacity: 1;
}

.nav-wrap .nav .nav-item:last-child {
    padding-right: 0;
}

.nav-wrap .nav .nav-item a {
    font-size: 0.8vw;
    color: #fbfbfb;
    font-weight: 300;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.nav-wrap .nav .nav-item a:hover {
    color: var(--color-main);
}

.nav-wrap .nav .nav-item.dropdown-item {
    position: relative;
}

.nav-wrap .nav .nav-item.dropdown-item .nav-menu {
    min-width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 1.5625vw 2.34375vw;
    background-color: #ffffff;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-top: 0.0520833333vw solid rgba(28, 28, 28, 0.07);
}

.nav-wrap .nav .nav-item.dropdown-item .nav-menu .nav-menu--level-2 {
    top: -100%;
    left: 100%;
    border-top: 0;
}

.nav-wrap .nav .nav-item.dropdown-item .nav-menu .nav-item {
    padding: 0;
    padding-bottom: 0.78125vw;
    margin-bottom: 0.18125vw;
}

.nav-wrap .nav .nav-item.dropdown-item .nav-menu .nav-item:last-child {
    /*   margin-bottom: 0; */
    padding-bottom: 0;
}

.nav-wrap .nav .nav-item.dropdown-item .nav-menu .nav-item a {
    font-weight: 400;
    white-space: nowrap;
    font-size: 0.8333333333vw;
    line-height: 0.8333333333vw;
    text-transform: none;
}

.nav-wrap .nav .nav-item.dropdown-item .nav-menu .nav-item a.active {
    font-weight: 700;
    text-decoration: none !important;
}

.nav-wrap .nav .nav-item.dropdown-item .nav-menu .nav-item a:hover {
    color: #ff619a;
    text-decoration: underline;
}

.nav-wrap .nav .nav-item.dropdown-item::after {
    content: "";
    display: inline-flex;
    width: 0.46875vw;
    height: 0.46875vw;
    margin-left: 0.6770833333vw;
    border-left: 0.0520833333vw solid #000000;
    border-bottom: 0.0520833333vw solid #000000;
    -webkit-transform: translateY(-33%) rotate(-45deg);
    transform: translateY(-33%) rotate(-45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.nav-wrap .nav .nav-menu--level-1 .nav-item.dropdown-item::after {
    -webkit-transform: translateY(0%) rotate(-135deg);
    transform: translateY(0%) rotate(-135deg);
}

.nav-wrap .nav .nav-item.dropdown-item:hover {
    background-color: #ffffff;
}

.nav-wrap .nav .nav-item.dropdown-item:hover > .nav-menu {
    pointer-events: all;
    opacity: 1;
    z-index: 10;
}

.nav-wrap .nav .nav-item.dropdown-item:hover > a {
    color: var(--color-main);
}

.nav-wrap .nav .nav-item.dropdown-item:hover::after {
    border-color: var(--color-main);
}

.popup {
    color: #000;
    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;
    background-color: #fff;
}

.popup__close {
    position: absolute;
    z-index: 5;
    top: 1.3020833333vw;
    right: 1.5625vw;
    width: 1.3020833333vw;
    height: 1.3020833333vw;
    cursor: pointer;
}

.popup__close img, .popup__close svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    -o-object-fit: contain;
    object-fit: contain;
    fill: #A0A0A0;
}

.popup__close img path, .popup__close svg path {
    fill: #A0A0A0;
}

.politika-popup {
    width: 81.7708333333vw;
    height: 100%;
    padding: 2.0833333333vw;
    background-color: #fff;
    border-radius: var(--border-main);
}

.politika-popup .politika-popup__title {
    font-weight: 500;
    font-size: 2.0833333333vw;
    margin-bottom: 1.3020833333vw;
}

.politika-popup h2 {
    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 .h3 {
    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;
}

.download-popup-trigger {
    width: 100%;
    height: 0.15625vw;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000;
}

.download-popup {
    width: 49.4791666667vw;
    border-radius: var(--border-main);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.download-popup__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.download-popup__img img {
    width: 100%;
    height: 100%;
    border-radius: var(--border-main);
    -o-object-fit: cover;
    object-fit: cover;
}

.download-popup__content {
    position: relative;
    z-index: 2;
    padding: 4.1666666667vw 15.625vw 4.1666666667vw 4.9479166667vw;
}

.download-popup__title {
    font-weight: 700;
    font-size: 2.5vw;
    line-height: 3.3854166667vw;
    letter-spacing: 0.02em;
    margin-bottom: 1.0416666667vw;
}

.download-popup__text {
    font-weight: 400;
    font-size: 0.9375vw;
    line-height: 1.09375vw;
    letter-spacing: 0.03em;
    margin-bottom: 1.5625vw;
}

.price-popup {
    background: transparent;
}

.main-popup {
    width: 26.0416666667vw;
    border-radius: var(--border-main);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background: #080808 url(../images/bgformvtore.jpg);
}

.main-popup__content {
    padding: 2.8645833333vw 2.0833333333vw 2.8645833333vw 2.0833333333vw;
}

.main-popup__title {
    font-weight: 700;
    font-size: 1.8229166667vw;
    line-height: 2.1354166667vw;
    text-align: center;
    letter-spacing: 0.02em;
    margin-bottom: 1.3020833333vw;
    font-family: 'Stolzl', serif;
    color: #fff;
}

.main-popup__text {
    font-weight: 400;
    font-size: 0.9375vw;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.03em;
    margin-bottom: 2.0833333333vw;
    color: #9a9a9a;
}

.main-popup__form .form-checkbox {
    margin: 0 auto;
}

.main-popup.md-review-popup {
    width: 48.9583333333vw;
}

.main-popup.md-review-popup .md-standart-form.md-popup-form .form-container {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-popup.md-review-popup .md-standart-form.md-popup-form .form-stars {
    width: 100%;
}

.main-popup.md-review-popup .md-standart-form.md-popup-form .form-checkbox {
    width: auto;
}

.main-popup.md-review-popup .md-standart-form.md-popup-form .form-input, .main-popup.md-review-popup .md-standart-form.md-popup-form .form-select {
    width: 21.875vw;
}

.main-popup.md-review-popup .md-standart-form.md-popup-form .form-file {
    width: 100%;
}

.md-standart-form.md-popup-form .form-title {
    font-weight: 700;
    font-size: 1.8229166667vw;
    line-height: 2.1354166667vw;
    letter-spacing: 0.02em;
    margin-bottom: 1.0416666667vw;
    padding-right: 2.6041666667vw;
}

.md-standart-form.md-popup-form .form-text {
    font-weight: 400;
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
    letter-spacing: 0.04em;
    margin-bottom: 1vw;
    text-align: center;
}

.md-standart-form.md-popup-form .form-container {
    width: 21.875vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.md-standart-form.md-popup-form .form-select {
    margin: 0;
    width: 100%;
    height: 4.1666666667vw;
    margin-bottom: 0.5208333333vw;
    font-family: 'Stolzl', serif;
    font-weight: 400;
}

.md-standart-form.md-popup-form .form-select span.current {
    line-height: 4.1666666667vw;
}

.md-standart-form.md-popup-form .form-select .list .option {
    line-height: 4.1666666667vw;
    min-height: 4.1666666667vw;
}

.md-standart-form.md-popup-form .form-select.open {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.md-standart-form.md-popup-form .form-select.open .list {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.md-standart-form.md-popup-form .form-input {
    margin: 0;
    width: 100%;
    height: 4.1666666667vw;
    margin-bottom: 0.5208333333vw;
    font-family: 'Stolzl', serif;
    font-weight: 400;
}

.md-standart-form.md-popup-form .form-btn {
    width: 100%;
    height: 4.1666666667vw;
    padding: 0 1.5625vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.md-standart-form.md-popup-form .form-btn span {
    font-size: 0.9375vw;
    line-height: 1.25vw;
}

.md-standart-form.md-popup-form .form-checkbox {
    width: 100%;
}

.md-standart-form.md-popup-form .form-file {
    width: 100%;
    margin: 0;
    margin-bottom: 0.5208333333vw;
}

.md-standart-form.md-popup-form .form-file > div {
    width: 100%;
    height: 4.1666666667vw;
}

.md-standart-form.md-popup-form .form-file > div img, .md-standart-form.md-popup-form .form-file > div svg {
    right: 1.5625vw;
}

.price {
    margin-bottom: 5.2083333333vw;
}

.process {
    position: relative;
    padding-top: 4vw;
    padding-bottom: 5.2083333333vw;
}

.process__bg {
    position: absolute;
    /*   top: -26.5625vw; */
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    /*   height: 77.2395833333vw; */
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.process__load-more {
    display: none;
}

.process__title {
    margin-bottom: 1vw;
}

.process__content {
    display: none;
}

.process__content.active {
    display: block;
}

.process__container {
    width: 100%;
}

.process__container .container-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -0.9375vw -0.78125vw;
}

.process__item {
    width: 22.25vw;
    height: 15.625vw;
    margin: 0.9375vw 0.78125vw;
    position: relative;
    border-radius: var(--border-main);
    overflow: hidden;
}

.process__item:hover::after {
    opacity: 1;
}

.process__item:hover span {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.process__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000087;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    border-radius: var(--border-main);
}

.process__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: var(--border-main);
}

.process__item span {
    width: 2.34375vw;
    height: 2.34375vw;
    position: absolute;
    border-radius: 50%;
    background-color: var(--color-main-two);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    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;
    opacity: 0;
}

.process__item span img, .process__item span svg {
    width: 0.9895833333vw;
    height: 0.9895833333vw;
    -o-object-fit: cover;
    object-fit: cover;
    fill: #fff;
}

.process__item span img path, .process__item span svg path {
    fill: #fff;
}

.process__item span:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
}

.products {
    padding-top: 4vw;
    padding-bottom: 4vw;
    position: relative;
}

.products__bg {
    position: absolute;
    z-index: -1;
    /*   top: -9.1145833333vw; */
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    /*   height: 57.2916666667vw; */
    height: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.products__title {
    margin-bottom: 1.125vw;
}

.products__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 1.0416666667vw;
    display: none;
    position: relative;
    -webkit-box-shadow: 0 1.6vw 4vw 0 rgb(163 169 183 / 17%);
    box-shadow: 0 1.6vw 4vw 0 rgb(163 169 183 / 28%);
    border-radius: 1.5vw;
    padding: 2vw;
}

.products__item.active {
    display: flex;
}

.products__item:last-child {
    margin-bottom: 0;
    margin-top: 2.5vw;
}

.products__item .item-img-block {
    width: 33.1041666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.products__item .item-img-block a {
    width: 7.45vw;
    height: 7vw;
    margin-right: 1.0416666667vw;
    border-radius: var(--border-main);
    overflow: hidden;
}

.products__item .item-img-block a .video {
    display: none;
}

.products__item .item-img-block a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: var(--border-main);
}

.products__item .item-img-block a:first-child {
    width: 100%;
    height: 29vw;
    margin-right: 0;
    border-radius: var(--border-main);
    margin-bottom: 1vw;
}

.products__item .item-img-block a:first-child img {
    border-radius: var(--border-main);
}

.products__item .item-img-block a:first-child .video {
    width: 3.125vw;
    height: 3.125vw;
    position: absolute;
    z-index: 2;
    top: 1.1979166667vw;
    right: 1.1979166667vw;
    border-radius: 50%;
    background-color: var(--color-main);
    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;
}

.products__item .item-img-block a:first-child .video::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: var(--color-main);
    -webkit-animation: pulse_2_small 2s linear infinite;
    animation: pulse_2_small 2s linear infinite;
    z-index: -1;
}

.products__item .item-img-block a:first-child .video img, .products__item .item-img-block a:first-child .video svg {
    width: 0.6088541667vw;
    height: 0.6755208333vw;
    -o-object-fit: cover;
    object-fit: cover;
    fill: #fff;
}

.products__item .item-img-block a:first-child .video img path, .products__item .item-img-block a:first-child .video svg path {
    fill: #fff;
}

.products__item .item-img-block a:nth-child(3) {
    margin-right: 1.1458333333vw;
}

.products__item .item-img-block a:nth-child(5) {
    margin-right: 0;
}

.products__item .item-img-block a:nth-child(1n+6) {
    display: none;
}

.products__item .item-img-block__hint {
    position: absolute;
    top: 1.1979166667vw;
    left: 1.1979166667vw;
    font-weight: 600;
    font-size: 0.8333333333vw;
    line-height: 1.7708333333vw;
    letter-spacing: 0.04em;
    color: #fff;
    background-color: var(--color-main);
    height: 1.7708333333vw;
    padding: 0 0.625vw;
    border-radius: var(--border-main);
    z-index: 5;
}

.products__item .item-img-block__hint span {
}

.products__item .item-img-block__hint.hidden {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.products__item .item-info-block {
    width: 30vw;
    position: relative;
}

.products__item .item-info-block .info-status {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    padding: 0.625vw 1.0416666667vw;
    border-radius: var(--border-main);
    background-color: var(--product-status-color);
    color: #fff;
    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;
    letter-spacing: 0.04em;
}

.products__item .item-info-block .info-status img, .products__item .item-info-block .info-status svg {
    width: 0.625vw;
    max-height: 0.625vw;
    fill: var(--color-main);
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 0.3645833333vw;
}

.products__item .item-info-block .info-status img path, .products__item .item-info-block .info-status svg path {
    fill: var(--color-main);
}

.info-title3 {
    padding-right: 8.8541666667vw;
    font-weight: 600;
    font-size: 1.5vw;
    line-height: 1.6;
    letter-spacing: 0.04em;
    margin-bottom: 0.7645833333vw;
}

.products__item .item-info-block .info-title {
    padding-right: 8.8541666667vw;
    font-weight: 600;
    font-size: 1.6833333333vw;
    line-height: 1.6;
    letter-spacing: 0.04em;
    margin-bottom: 0.4645833333vw;
}

.products__item .item-info-block .info-title2 {
    font-weight: 500;
    font-size: 1vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin-bottom: 1vw;
}

.products__item .item-info-block .rflexinfo .info-list {
    list-style: none;
    margin-bottom: 0.8vw;
    margin-top: 0.7vw;
}

.products__item .item-info-block .info-list {
    list-style: none;
    margin-bottom: 1.8vw;
    margin-top: 1.7vw;
}

.flexinfo {
    display: flex;
    /* background: #f7f7f7; */
    border-radius: 1.5vw;
    padding: 1.5vw;
    width: 40vw;
    margin: 5vw auto 0vw;
    -webkit-box-shadow: 0 1.6vw 4vw 0 rgb(163 169 183 / 17%);
    box-shadow: 0 1.6vw 4vw 0 rgb(163 169 183 / 28%);
}

.lflexinfo {
    width: 40%;
    margin-right: 5%;
}

.lflexinfo img {
    width: 100%;
    height: 12vw;
    border-radius: 1.5vw
}

.rflexinfo {
    width: 55%;
}

.classlinew {
    font-size: 0.9416666667vw!important;
}

.info-list li {
    font-weight: 400;
    font-size: 1.0416666667vw;
    line-height: 1.5625vw;
    letter-spacing: 0.03em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 1.1458333333vw;
}

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

.info-list li span {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    border-radius: 50%;
    background-color: #F5F8F9;
    margin-right: 0.78125vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.products__item .item-info-block .info-list li span img, .products__item .item-info-block .info-list li span svg {
    width: 0.625vw;
    height: 0.4166666667vw;
    -o-object-fit: cover;
    object-fit: cover;
    fill: var(--color-main);
}

.products__item .item-info-block .info-list li span img path, .products__item .item-info-block .info-list li span svg path {
    fill: var(--color-main);
}

.classlinew span img path, .classlinew span svg path {
    fill: var(--color-main-two);
}

.products__item .item-info-block .info-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2.025vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5vw 0;
}

.classlinew span img, .classlinew span svg {
    width: 0.625vw;
    height: 0.4166666667vw;
    -o-object-fit: cover;
    object-fit: cover;
    fill: var(--color-main-two);
}

.products__item .item-info-block .info-price .price {
    font-weight: 400;
    font-size: 1.25vw;
    letter-spacing: 0.04em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0;
    margin-right: 0.5208333333vw;
}

.products__item .item-info-block .info-price .price > div {
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 0.5208333333vw;
}

.products__item .item-info-block .info-price .price > div .hidden-text {
    font-size: 3.3333333333vw;
    line-height: 3.125vw;
    position: relative;
    margin-right: 0.2604166667vw;
    letter-spacing: -0.02em;
}

.products__item .item-info-block .info-price .price > div span {
    font-size: 3.3333333333vw;
    line-height: 3.125vw;
    position: relative;
    margin-right: 0.2604166667vw;
    letter-spacing: -0.02em;
}

.products__item .item-info-block .info-price .price > div .hidden-text > div {
    position: absolute;
    left: 90%;
    bottom: 80%;
}

.products__item .item-info-block .info-price .price > div .hidden-text > div:hover p {
    opacity: 1;
    pointer-events: all;
}

.products__item .item-info-block .info-price .price > div .hidden-text > div:hover span::after {
    display: none;
}

.products__item .item-info-block .info-price .price > div .hidden-text > div span {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    border-radius: 50%;
    background-color: var(--color-main);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.4166666667vw;
    position: absolute;
    left: 0.3645833333vw;
    bottom: 0.2604166667vw;
    z-index: 5;
    cursor: pointer;
}

.products__item .item-info-block .info-price .price > div .hidden-text > div span img, .products__item .item-info-block .info-price .price > div .hidden-text > div span svg {
    width: 0.2083333333vw;
    height: 0.5208333333vw;
    -o-object-fit: cover;
    object-fit: cover;
    fill: #fff;
}

.products__item .item-info-block .info-price .price > div .hidden-text > div span img path, .products__item .item-info-block .info-price .price > div .hidden-text > div span svg path {
    fill: #fff;
}

.products__item .item-info-block .info-price .price > div .hidden-text > div span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: var(--color-main);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: pulse_2_small 2s linear infinite;
    animation: pulse_2_small 2s linear infinite;
    z-index: -1;
}

.products__item .item-info-block .info-price .price > div .hidden-text > div p {
    width: 8.8541666667vw;
    min-height: 1.5625vw;
    font-weight: 500;
    font-size: 0.5208333333vw;
    letter-spacing: 0.02em;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    line-height: 0.8333333333vw;
    padding: 0.2604166667vw 0.3645833333vw;
    padding-left: 1.8229166667vw;
    border-radius: var(--border-main);
    background-color: #F5F8F9;
    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;
    opacity: 0;
    pointer-events: none;
}

.products__item .item-info-block .info-price .link {
    font-weight: 600;
    font-size: 0.8333333333vw;
    line-height: 0.9375vw;
    letter-spacing: 0.04em;
    color: var(--color-main);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.5208333333vw;
}

.products__item .item-info-block .info-price .link span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-right: 0.5208333333vw;
}

.products__item .item-info-block .info-price .link img, .products__item .item-info-block .info-price .link svg {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 0.9895833333vw;
    height: 0.9895833333vw;
    -o-object-fit: cover;
    object-fit: cover;
    fill: var(--color-main);
}

.products__item .item-info-block .info-price .link img path, .products__item .item-info-block .info-price .link svg path {
    fill: var(--color-main);
}

.products__item .item-info-block .info-price .link:hover span {
    margin-right: 0.78125vw;
}

.products__item .item-info-block .info-price .link:hover img, .products__item .item-info-block .info-price .link:hover svg {
    margin-right: -0.2604166667vw;
}

.products__item .item-info-block .info-btn-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;
}

.products__item .item-info-block .info-btn-container .order-btn {
    width: 15.625vw;
    padding: 0 4.4270833333vw;
}

.products__item .item-info-block .info-btn-container .order-btn:hover {
    padding: 0 4.6875vw;
}

.products__item .item-info-block .info-btn-container .free-call-btn {
    cursor: pointer;
    width: 21.53125vw;
    height: 5.2083333333vw;
    border-radius: var(--border-main);
    border: 0.0520833333vw solid var(--color-main);
    padding: 0 3.125vw;
    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-transition: 0.3s;
    transition: 0.3s;
}

.products__item .item-info-block .info-btn-container .free-call-btn span {
    font-weight: 700;
    font-size: 0.99375vw;
    line-height: 1.25vw;
    text-align: center;
    letter-spacing: 0.04em;
    color: var(--color-main);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.products__item .item-info-block .info-btn-container .free-call-btn img, .products__item .item-info-block .info-btn-container .free-call-btn svg {
    width: 0.9895833333vw;
    height: 0.9895833333vw;
    -o-object-fit: cover;
    object-fit: cover;
    fill: var(--color-main);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.products__item .item-info-block .info-btn-container .free-call-btn img path, .products__item .item-info-block .info-btn-container .free-call-btn svg path {
    fill: var(--color-main);
}

.products__item .item-info-block .info-btn-container .free-call-btn:hover {
    background-color: var(--color-main-hover);
    border-color: var(--color-main-hover);
}

.products__item .item-info-block .info-btn-container .free-call-btn:hover span {
    color: #fff;
}

.products__item .item-info-block .info-btn-container .free-call-btn:hover img, .products__item .item-info-block .info-btn-container .free-call-btn:hover svg {
    fill: #fff;
}

.products__item .item-info-block .info-btn-container .free-call-btn:hover img path, .products__item .item-info-block .info-btn-container .free-call-btn:hover svg path {
    fill: #fff;
}

.questions {
    padding: 4.5vw 0 4.5vw 0;
}

.questions__title {
    margin-bottom: 2.8645833333vw;
}

.questions__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: start;
    margin-bottom: 2.8645833333vw;
    margin-top: 5vw;
    gap: 1vw;
}

.questions__container .container-item {
    width: 30%;
}

.questions__load-more {
    display: none;
}

.questions__link {
    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;
}

.questions__link a {
    width: 26.0416666667vw;
    height: 5.2083333333vw;
    border-radius: var(--border-main);
    border: 0.1041666667vw solid var(--color-main);
    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;
    padding: 0 2.6041666667vw;
    font-weight: 700;
    font-size: 1.0416666667vw;
    line-height: 1.25vw;
    letter-spacing: 0.04em;
    color: var(--color-main);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.questions__link a img, .questions__link a svg {
    width: 1.9791666667vw;
    height: 1.9791666667vw;
    -o-object-fit: cover;
    object-fit: cover;
    fill: var(--color-main);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.questions__link a img path, .questions__link a svg path {
    fill: var(--color-main);
}

.questions__link a:hover {
    background-color: var(--color-main);
    color: #fff;
}

.questions__link a:hover img, .questions__link a:hover svg {
    fill: #fff;
}

.questions__link a:hover img path, .questions__link a:hover svg path {
    fill: #fff;
}

.questions__item {
    background: #ffffff;
    border-radius: var(--border-main);
    width: 100%;
    padding: 1.2vw 5vw 1.2vw 2vw;
    position: relative;
    margin-top: 1.3020833333vw;
}

.questions__item:first-child {
    margin-top: 0;
}

.questions__item .item-title {
    color: #000;
    font-weight: 500;
    font-size: 0.9vw;
    line-height: 1.6666666667vw;
    cursor: pointer;
}

.questions__item .item-content {
    padding-top: 1.0416666667vw;
    font-weight: 400;
    font-size: 0.8vw;
    line-height: 1.5;
    color: #262626;
    display: none;
}

.questions__item .item-btn {
    position: absolute;
    z-index: 5;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    right: 1.7708333333vw;
    top: 1.5vw;
    border-radius: 50%;
    background-color: var(--color-main);
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.questions__item .item-btn img, .questions__item .item-btn svg {
    width: 0.5208333333vw;
    height: 0.5208333333vw;
    -o-object-fit: contain;
    object-fit: contain;
    fill: #fff;
}

.questions__item .item-btn img path, .questions__item .item-btn svg path {
    fill: #fff;
}

.questions__item .item-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: var(--color-main);
    -webkit-animation: pulse_2_small 2s linear infinite;
    animation: pulse_2_small 2s linear infinite;
    z-index: -1;
}

.blockvideo {
    padding: 2vw 0;
    position: relative;
}

.services:after,.services:before {
    content: '';
    z-index: -1;
    width: 25vw;
    height: 15vw;
    opacity: 0.2;
    border-radius: 50%;
    -webkit-filter: blur(200px);
    filter: blur(200px);
    position: absolute;
    right: -250px;
    top: 15vw;
    background: var(--color-main);
    -webkit-animation: zoomInOut 5s infinite;
    animation: zoomInOut 5s infinite;
}
.services:before {
    left: -15vw;
    top: 20vw;
}
.services {
    padding: 4.5vw 0 4.5vw 0;
    position: relative;
    overflow: hidden;
}
.services2 {
    padding: 2.5vw 0;
    position: relative;
}
.services__load-more {
    display: none;
}

.services__title {
    margin-bottom: 1vw;
    font-weight: 300;
    font-family: 'Stolzl', serif;
    color: #Fff;
}

.services__title span {
    font-weight: 700;
    font-family: 'Stolzl', serif;
}

.services__container {
    width: 100%;
}

.services__container .container-flex {
    margin: 1.4583333333vw 0vw 0;
    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;
    justify-content: space-around;
}

.services__item:nth-child(2) {
    background: url(../images/itemsbg1.jpg);
    background-size: cover;
}

.services__item {
    width: 31.5%;
    background: url(../images/itemsbg.jpg);
    background-size: cover;
    min-height: 12vw;
    margin: 0.4583333333vw;
    border-radius: var(--border-main);
    overflow: hidden;
    position: relative;
    padding: 1.5vw 2vw;
}

.services__item:hover .item-img::after {
    opacity: 0.3;
}

.services__item:hover .item-text {
    opacity: 1;
}

.services__item:hover .item-bottom__anchor {
    opacity: 1;
}

.services__item .item-img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.services__item .item-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: var(--border-main);
}

.services__item .item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
}

.premimg {
    display: flex;
    align-items: end;
    justify-content: start;
    margin: 0 0 1vw 0
}

.premimg img {
    width: 6vw;
}

.services__item .item-content svg path {
    fill: var(--color-main)
}

.services__item .item-content svg {
    width: 2vw
}

.services__item .item-content {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    flex-flow: column;
    justify-content: center;
}

.services__item .item-title {
    font-weight: 300;
    font-size: 0.9vw;
    line-height: 1.5;
    margin: 0 0 1vw;
}

.services__item .item-text {
    padding: 0.78125vw 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-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 500;
    font-size: 0.9375vw;
    line-height: 1.25vw;
    letter-spacing: 0.04em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.services__item .item-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
}

.services__item .item-bottom__btn {
    width: 10.4166666667vw;
    height: 3.125vw;
    padding: 0 1.3020833333vw !important;
    text-align: center;
    margin-right: 1.1979166667vw;
}

.services__item .item-bottom__btn::after {
    width: 1.5625vw;
}

.services__item .item-bottom__btn span {
    display: inline-block;
    font-weight: 600;
    font-size: 0.8333333333vw;
    line-height: 0.9895833333vw;
    letter-spacing: 0.05em;
}

.services__item .item-bottom__anchor {
    font-weight: 700;
    font-size: 0.8333333333vw;
    line-height: 1.1979166667vw;
    letter-spacing: 0.04em;
    color: var(--color-main);
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.services__item .item-bottom__anchor:hover .md-line-dotted::after {
    width: 60%;
    right: 40%;
}

.services__item .item-bottom__link {
    text-align: left;
}

.services__item .item-bottom__link:hover {
    padding: 0 1.0416666667vw;
}

.services__item .item-bottom__link::after {
    width: 1.5625vw;
}

.services__item .item-bottom__link span {
    font-weight: 600;
    font-size: 0.9vw;
    line-height: 1.5;
    color: #eac015;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 0.04em;
}

.simple-text {
    padding-bottom: 0vw;
    padding-top: 3vw;
}

.simple-text__title {
    text-align: left;
    font-size: 1.9666666667vw;
    line-height: 1.4;
    letter-spacing: 0.03em;
    margin-bottom: 1.3020833333vw;
    font-weight: 700;
    font-family: 'Stolzl', serif;
    font-style: italic;
}

.simple-text.open .simple-text__content li {
    list-style-type: none
}

.simple-text.open .simple-text__content ul {
    margin: 0;
    padding: 0
}

.simple-text.open .simple-text__content {
    height: auto;
    background: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.simple-text.open .simple-text__bottom {
    display: none;
}

.simple-text__content li {
    list-style-type: none
}

.simple-text__content ul {
    padding: 0;
    margin: 0
}
.simple-text__content.open{height:100%}
.simple-text__content {
    margin: 0 auto;
    font-weight: 400;
    height: 6vw;
    font-size: 1.1375vw;
    line-height: 1.5;
    text-align: left;
    letter-spacing: 0.03em;
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 2.0833333333vw;
    overflow: hidden;
}

.simple-text__bottom {
    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;
}

.simple-text__content a {
    color: var(--color-main);
}

.simple-text__content ul {
}

.simple-text__content ol {
    padding-left: 1vw;
}

.simple-text__content h1, .simple-text__content h2, .simple-text__content h3, .simple-text__content h4, .simple-text__content h5, .simple-text__content h6, .simple-text__content p, .simple-text__content ul, .simple-text__content ol {
    margin-bottom: 1.0416666667vw;
}

.simple-text__content h1:last-child, .simple-text__content h2:last-child, .simple-text__content h3:last-child, .simple-text__content h4:last-child, .simple-text__content h5:last-child, .simple-text__content h6:last-child, .simple-text__content p:last-child, .simple-text__content ul:last-child, .simple-text__content ol:last-child {
    margin-bottom: 0;
}

.simple-text__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 0.8333333333vw;
    line-height: 0.5208333333vw;
    letter-spacing: 0.04em;
    color: #ADADAD;
    padding-bottom: 0.15625vw;
}

.simple-text__btn::after {
    border-color: #ADADAD !important;
}

.simple-text__btn:hover img, .simple-text__btn:hover svg {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
}

.simple-text__btn img, .simple-text__btn svg {
    width: 0.9895833333vw;
    height: 0.9895833333vw;
    -o-object-fit: cover;
    object-fit: cover;
    fill: #ADADAD;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.simple-text__btn img path, .simple-text__btn svg path {
    fill: #ADADAD;
}

.msg-img {
    width: 23.4375vw;
    position: absolute;
    bottom: 0;
    right: 0.5vw;
}

.msg-wrap {
    position: relative;
    z-index: 10;
    margin: 2.5vw 0;
}

.msg {
    max-width: 70vw;
    margin-right: auto;
    margin-left: auto;
    z-index: 20;
    position: relative;
    border-radius: 1vw;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5vw 15.313vw 5vw 5.188vw;
    background-size: 100% auto;
    z-index: 10;
    background-image: url(../images/formrek.png);
    -webkit-box-shadow: 0 1.6vw 4vw 0 rgb(163 169 183 / 17%);
    box-shadow: 0 1.6vw 4vw 0 rgb(163 169 183 / 28%);
}

.msg-text {
    font-size: 1.25vw;
    color: #494949;
    margin-top: .85vw
}

.msg-btn,.msg-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.msg-buttons {
    margin-top: 2.3vw
}

.msg-btn {
    width: 15vw;
    height: 4vw;
    border-radius: 0.5vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear,left bottom,left top,from(#058d4d),to(#0cd878));
    font-size: 0.873vw;
    color: #fff;
}

.msg-btn,.msg-btn-wrap {
    position: relative
}

.msg-btn-wrap::before {
    height: 4.313vw;
    border-radius: 20px;
    background-color: #5e842d
}

.msg-btn-wrap.telega: :before {
    background-color: #1f8dc1
}

.msg-btn-wrap:not(:last-child) {
    margin-right: 1.188vw
}

.msg-btn::before {
    width: 1.425vw;
    height: 1.363vw;
    content: "";
    margin-right: .938vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.whatsappik::before {
    background-image: url(../images/whatsapp.svg);
}

.msg-btn.telega {
    background-image: linear-gradient(to top,#1379e5,#52bcf0);
}

.telega::before {
    background-image: url(../images/telegramicon.svg);
}

.title {
    font-size: 2.8vw;
    font-weight: 700;
    line-height: 1.19;
    color: #000;
    z-index: 9999;
    position: relative;
}

.title span {
    font-weight: 300;
}

.color {
    color: var(--color-main-two);
}

.expertpop__text {
    color: #0b0b0b;
}

.expertpop__name {
    font-size: 1vw;
    line-height: 1.3;
    font-weight: 700;
    text-align: left;
}

.expertpop__descr {
    text-align: left;
    padding: 0.1vw 0;
    font-size: 0.8vw;
    line-height: 1.4;
    color: #444;
}

.answers-wrap__video {
    position: relative;
    width: 1.5625vw;
    height: 1.5625vw;
    border-radius: 50%;
    background-color: var(--color-main);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 5;
}

.answers-wrap__video img, .answers-wrap__video svg {
    width: 0.3645833333vw;
    height: 0.4166666667vw;
    fill: #fff;
}

.answers-wrap__video img path, .answers-wrap__video svg path {
    fill: #fff;
}

.answers-wrap__video::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50%;
    background-color: var(--color-main);
    -webkit-animation: video_pulse_big 2s linear infinite;
    animation: video_pulse_big 2s linear infinite;
}

.answers-wrap__hint {
    position: absolute;
    width: 1.5625vw;
    height: 1.5625vw;
    z-index: 5;
    right: -20.5vw;
    cursor: pointer;
    top: 5vw;
}

.answers-wrap__hint:hover span::after {
    display: none;
}

.answers-wrap__hint:hover p {
    opacity: 1;
    pointer-events: all;
}

.answers-wrap__hint span {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--color-main-two);
    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-size: 0.7291666667vw;
    font-weight: 600;
    position: relative;
    z-index: 5;
    color: #fff;
}

.answers-wrap__hint span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50%;
    background-color: var(--color-main-two);
    -webkit-animation: video_pulse_big 2s linear infinite;
    animation: video_pulse_big 2s linear infinite;
}

.answers-wrap__hint p {
    position: absolute;
    top: -0.5208333333vw;
    right: -0.5208333333vw;
    z-index: 3;
    padding: 1.25vw;
    padding-right: 2.6041666667vw;
    width: 14.0625vw;
    background-color: #fff;
    font-size: 0.7291666667vw;
    line-height: 1.3;
    border-radius: var(--border-main);
    -webkit-box-shadow: 0 0.2604166667vw 0.5208333333vw rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.2604166667vw 0.5208333333vw rgba(0, 0, 0, 0.25);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.desc-text {
    font-size: 1.1vw;
    line-height: 1.9270833333vw;
    margin-bottom: 3.3020833333vw;
    text-align: center;
    font-weight: 400;
    color: #9a9a9a;
}

.desc-text-block i {
    display: block;
    font-size: 0.9vw;
    font-style: normal
}

.desc-text-block {
    font-size: 1.05vw;
    line-height: 1.9270833333vw;
    letter-spacing: 0.03em;
    margin-bottom: 3.3020833333vw;
    text-align: left;
    background: #eff7ff;
    display: flex;
    justify-content: start;
    align-items: center;
    -webkit-box-shadow: 0 1.6vw 4vw 0 rgb(163 169 183 / 17%);
    box-shadow: 0 1.6vw 4vw 0 rgb(163 169 183 / 17%);
    padding: 1vw 2vw;
    border-radius: 0.75vw;
}

.content_title {
    font-size: 1.1vw;
    font-weight: 700;
    line-height: 1.38;
    margin-bottom: 1vw;
    font-weight: 400;
    font-family: 'Stolzl', serif;
}

content_title2 {
    font-size: 1.4vw;
    font-weight: 500;
    line-height: 1.38;
    margin-bottom: 1vw;
}

.content_icon {
    height: 2.5vw;
    width: 2.5vw;
    display: block;
    margin-bottom: 1vw;
    fill: #df9500;
}

.content_icon path {
    fill: #e59c0a;
}

.content_icon2 {
    height: 2vw;
    width: 2vw;
    display: block;
    margin-bottom: 1vw;
    fill: var(--color-main);
}

.content_icon2 path {
    fill: #e59c0a;
}

.anima-trasform-y-1 {
    animation: anima-trasform-y-one 3s ease infinite alternate;
}

@keyframes anima-trasform-y-one {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-30px);
    }
}

.anima-trasform-x-1 {
    animation: anima-trasform-x-one 25s ease infinite alternate;
}

@keyframes anima-trasform-x-one {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-30px);
    }
}

.anima-trasform-z-1 {
    animation: anima-trasform-z-one 2s ease infinite alternate;
}

@keyframes anima-trasform-z-one {
    0% {
        transform: rotate(-0deg)
    }

    100% {
        transform: rotate(10deg)
    }
}

.frbrigade {
    width: 23%;
    font-size: 0.85vw;
    line-height: 1.75;
    margin: 0 1% 3.15%;
    background: #fff;
    padding: 0vw 0 1vw 0;
    cursor: pointer;
}

.frbrigade p {
    background: #fbfbfb;
    padding: 1vw 1.5vw;
    border-radius: 0.75vw;
    -webkit-box-shadow: 0 1.6vw 4vw 0 rgb(163 169 183 / 17%);
    box-shadow: 0 1.6vw 4vw 0 rgb(163 169 183 / 17%);
}
.videotut video{
    display: block;
    width: 100%;
    padding: 1vw;
    object-fit: cover;
    border-radius: 30px;
    height: 13vw;
    }
.frbrigade__photo {
    display: block;
    width: 100%;
    padding: 1vw;
    object-fit: cover;
    border-radius: 30px;
    max-height: 13vw;
    height: 100%;
}

.frbrigade__title {
    font-size: 0.97vw;
    line-height: 1.4;
    margin-bottom: 0.5vw;
    font-weight: 700;
    font-family: 'Stolzl', serif;
    text-align: center;
    color: var(--text-color-main);
}

.contacts__images-item .text-ceh {
    font-weight: 500;
    font-size: 0.9vw;
    line-height: 1.5;
    margin-bottom: 1.0416666667vw;
}

.videoyoutubeblock {
    position: relative;
    height: 26vw;
    border-radius: 1.5vw;
    overflow: hidden;
    width: 100%;
}

.videoyoutube {
    position: relative;
    height: 26vw;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    pointer-events: none;
}

.products__item .item-info-block .info-list .classlinew {
    font-weight: 400;
    font-size: 0.9416666667vw;
    line-height: 1.5;
    letter-spacing: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0.6458333333vw;
}

.answers-wrap__hint-usl {
    position: relative;
    width: 1.5625vw;
    height: 1.5625vw;
    z-index: 5;
    cursor: pointer;
    margin-right: 1vw;
}

.answers-wrap__hint-usl:hover span::after {
    display: none;
}

.answers-wrap__hint-usl:hover p {
    opacity: 1;
    pointer-events: all;
}

.answers-wrap__hint-usl span {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--color-main-two);
    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-size: 0.7291666667vw;
    font-weight: 600;
    position: relative;
    z-index: 5;
    color: #fff;
}

.answers-wrap__hint-usl span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50%;
    background-color: var(--color-main-two);
    -webkit-animation: video_pulse_big 2s linear infinite;
    animation: video_pulse_big 2s linear infinite;
}

.contact-form__message {
    margin: 1vw 0
}

.answers-wrap__hint-usl p {
    position: absolute;
    top: -0.5208333333vw;
    right: -0.5208333333vw;
    z-index: 3;
    padding: 1.25vw;
    padding-right: 2.6041666667vw;
    width: 14.0625vw;
    background-color: #fff;
    font-size: 0.7291666667vw;
    line-height: 1.3;
    border-radius: var(--border-main);
    -webkit-box-shadow: 0 0.2604166667vw 0.5208333333vw rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.2604166667vw 0.5208333333vw rgba(0, 0, 0, 0.25);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.reviews {
    padding-top: 4vw;
    margin-bottom: 6.25vw;
    position: relative;
}

.reviews__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}

.reviews__title {
    color: #fff;
    margin-bottom: 3.90625vw;
    font-weight: 500;
}

.reviews__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.reviews .slider-btn {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -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);
}

.reviews .slider-btn.slider-prev-btn {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.reviews .slider-btn.slider-next-btn {
    left: auto;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.reviews .slider-btn:hover {
    background-color: var(--main-color-darken);
}

.reviews .slider-pagination {
    bottom: -2.8645833333vw;
}

.reviews__video-slider {
    width: 33.8541666667vw;
    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;
}

.reviews__video-slider .video-slider__container {
    width: 33.8541666667vw;
    height: 26.0416666667vw;
    margin-bottom: 4.9479166667vw;
}

.reviews__video-slider .video-slider__link {
    font-weight: 600;
    font-size: 0.8333333333vw;
    line-height: 0.5208333333vw;
    letter-spacing: 0.04em;
    color: var(--main-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviews__video-slider .video-slider__link:hover span {
    margin-right: 0.78125vw;
}

.reviews__video-slider .video-slider__link span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-right: 0.5208333333vw;
}

.reviews__video-slider .video-slider__link img, .reviews__video-slider .video-slider__link svg {
    width: 0.9895833333vw;
    height: 0.9895833333vw;
    -o-object-fit: cover;
    object-fit: cover;
    fill: var(--main-color);
}

.reviews__video-slider .video-slider__link img path, .reviews__video-slider .video-slider__link svg path {
    fill: var(--main-color);
}

.reviews__video-slider .swiper-container {
    width: 33.8541666667vw;
    height: 100%;
}

.reviews__video-slider .swiper-container .swiper-slide {
    width: 33.8541666667vw;
    height: 100%;
    border-radius: var(--brad-regular);
}

.reviews__video-slider .slider-btn {
    background-color: transparent;
    border: 0.0520833333vw solid #FFFFFF;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.reviews__video-slider .slider-btn.slider-prev-btn {
    left: 1.71875vw;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.reviews__video-slider .slider-btn.slider-next-btn {
    left: auto;
    right: 1.71875vw;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.reviews__video-slider .slider-btn:hover {
    background-color: var(--main-color-darken);
    border-color: var(--main-color-darken);
}

.reviews__video-slider .video-slider__slide {
    position: relative;
    width: 33.8541666667vw;
    height: 100%;
    display: block;
}

.reviews__video-slider .video-slider__slide:hover::after {
    opacity: 0.3;
}

.reviews__video-slider .video-slider__slide:hover .video {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
}

.reviews__video-slider .video-slider__slide:hover .video::after, .reviews__video-slider .video-slider__slide:hover .video::before {
    display: none;
}

.reviews__video-slider .video-slider__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.reviews__video-slider .video-slider__slide::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.reviews__video-slider .video-slider__slide .video {
    width: 5.1338541667vw;
    height: 5.1338541667vw;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -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: var(--main-color);
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.reviews__video-slider .video-slider__slide .video img, .reviews__video-slider .video-slider__slide .video svg {
    width: 1.0005208333vw;
    height: 1.1098958333vw;
}

.reviews__video-slider .video-slider__slide .video::after, .reviews__video-slider .video-slider__slide .video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: var(--main-color);
    z-index: -1;
}

.reviews__video-slider .video-slider__slide .video::before {
    -webkit-animation: video_pulse_big 2s linear infinite;
    animation: video_pulse_big 2s linear infinite;
}

.reviews__video-slider .video-slider__slide .video::after {
    -webkit-animation: video_pulse_small 2s linear infinite;
    animation: video_pulse_small 2s linear infinite;
}

.reviews__img-slider {
}

.reviews__img-slider .img-slider__container {
    width: 100%;
    height: 28.90625vw;
}

.reviews__img-slider .img-slider__container .swiper-container {
    height: 100%;
}

.reviews__img-slider .img-slider__container .swiper-slide {
    border-radius: var(--brad-regular);
}

.reviews__img-slider .img-slider__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.reviews__phone-slider {
    width: 14.2708333333vw;
}

.reviews__phone-slider .phone-slider__container {
    width: 100%;
    height: 28.90625vw;
    padding: 2.1354166667vw 0.78125vw 0.6770833333vw 0.78125vw;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.reviews__phone-slider .phone-slider__container .swiper-container {
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 1.5625vw;
    border-bottom-left-radius: 1.5625vw;
}

.reviews__phone-slider .phone-slider__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.reviews__phone-slider .phone-slider__link-1, .reviews__phone-slider .phone-slider__link-2 {
    position: absolute;
    width: 3.125vw;
    height: 3.125vw;
    border-radius: var(--brad-regular);
    top: 2.6041666667vw;
    left: -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;
    z-index: 3;
}

.reviews__phone-slider .phone-slider__link-1::before, .reviews__phone-slider .phone-slider__link-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.41;
    border-radius: var(--brad-regular);
    z-index: -1;
}

.reviews__phone-slider .phone-slider__link-1 img, .reviews__phone-slider .phone-slider__link-1 svg, .reviews__phone-slider .phone-slider__link-2 img, .reviews__phone-slider .phone-slider__link-2 svg {
    width: 1.9270833333vw;
    height: 1.9791666667vw;
}

.reviews__phone-slider .phone-slider__link-2 {
    top: auto;
    left: auto;
    right: -1.1979166667vw;
    bottom: 5.5729166667vw;
}

.reviews__phone-slider .phone-slider__link-2 img, .reviews__phone-slider .phone-slider__link-2 svg {
    width: 1.8229166667vw;
    height: 1.8229166667vw;
}

.reviews.md-style-2 {
    padding: 0;
    margin-bottom: 7.03125vw;
}

.reviews.md-style-2 .reviews__bg {
    top: -14.5833333333vw;
    bottom: auto;
    height: 70.3125vw;
}

.reviews.md-style-2 .reviews__title {
    color: var(--text-main-color);
}

.reviews.md-style-2 .reviews__img-slider .swiper-container {
    -webkit-filter: drop-shadow(0 0 5.2083333333vw rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 0 5.2083333333vw rgba(0, 0, 0, 0.1));
}

.reviews.md-style-2 .reviews__img-slider .swiper-pagination-bullet {
    background-color: #fff;
}

.reviews.md-style-2 .reviews__img-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--main-color);
}

@keyframes leftRightOne {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
}

@-webkit-keyframes zoomInOut {
    0%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@keyframes zoomInOut {
    0%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

/* Preloader */
@-webkit-keyframes preloader {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

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

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*** BG Lines ** */
.bg-lines span {
    top: 0;
    z-index: -1;
    width: 1px;
    height: 100%;
    position: absolute;
    background: rgb(255 255 255 / 3%);
    -webkit-animation: leftRightOne 18s infinite;
    animation: leftRightOne 18s infinite;
}

.bg-lines span:nth-child(1) {
    left: 20%;
}

.bg-lines span:nth-child(2) {
    left: 40%;
}

.bg-lines span:nth-child(3) {
    left: 60%;
}

.bg-lines span:nth-child(4) {
    left: 80%;
}

.bg-lines span:nth-child(5) {
    left: 100%;
}

.bg-lines span:nth-child(6) {
    left: 120%;
}

.bg-lines span:nth-child(7) {
    left: 140%;
}

.bg-lines span:nth-child(8) {
    left: 160%;
}

.bg-lines span:nth-child(9) {
    left: 180%;
}

.bg-lines.for-black-bg span {
    background: rgba(255, 255, 255, 0.1);
}

/*
 * Menu styles and animation
 */
.main-menu {
    position: fixed;
    top: -50%;
    left: -50%;
    height: 200%;
    width: 200%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    visibility: hidden;
    z-index: 2;
    transform: rotate(-15deg) translate3d(0, 0, 0);
}

.main-menu::before, .main-menu::after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: #030303;
    transform-origin: center center;
    transition: all 500ms ease;
    will-change: transform;
    z-index: -1;
}

.main-menu::before {
    top: 51%;
    transform: translate(100%, -100%) translate3d(0, 0, 0);
}

.main-menu::after {
    top: 49%;
    transform: translate(-150%, 0%) translate3d(0, 0, 0);
    transition-delay: 100ms;
}

.main-menu .nav {
    position: relative;
    display: inline-block;
    padding: 0px;
    list-style: none;
    counter-reset: menu-counter;
    transform: rotate(15deg);
}

.main-menu .nav__item {
    margin-bottom: 0.5vw;
    opacity: 0;
    transform: translateX(-15px) translate3d(0, 0, 0);
    transition: all 100ms ease 100ms;
    user-select: none;
}

.main-menu .nav__item a {
    color: white;
    font-size: 2vw;
    font-weight: 700;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.main-menu.open {
    visibility: visible;
}

.main-menu.open::before {
    animation: menu-in-left 500ms ease;
    transform: translate(-50%, -100%) translate3d(0, 0, 0);
    transition-duration: 0ms;
}

.main-menu.open::after {
    animation: menu-in-right 500ms ease 100ms;
    transform: translate(-50%, 0%) translate3d(0, 0, 0);
    transition-duration: 0ms;
}

.main-menu.open .nav__item {
    opacity: 1;
    transform: translateX(0px) translate3d(0, 0, 0);
    transition: all 250ms ease;
}

.main-menu.open .nav__item:nth-child(0n) {
    transition-delay: 250ms;
}

.main-menu.open .nav__item:nth-child(1n) {
    transition-delay: 300ms;
}

.main-menu.open .nav__item:nth-child(2n) {
    transition-delay: 350ms;
}

.main-menu.open .nav__item:nth-child(3n) {
    transition-delay: 400ms;
}

.main-menu.open .nav__item:nth-child(4n) {
    transition-delay: 450ms;
}

.main-menu.open .nav__item:nth-child(5n) {
    transition-delay: 500ms;
}

.main-menu.open .nav__item:nth-child(6n) {
    transition-delay: 550ms;
}

.main-menu.open .nav__item:nth-child(7n) {
    transition-delay: 600ms;
}

.main-menu.open .nav__item:nth-child(8n) {
    transition-delay: 650ms;
}

.main-menu.open .nav__item:nth-child(9n) {
    transition-delay: 700ms;
}

.main-menu.open .nav__item:nth-child(10n) {
    transition-delay: 750ms;
}

.main-menu.open .nav__item:nth-child(11n) {
    transition-delay: 800ms;
}

.main-menu.open .nav__item:nth-child(12n) {
    transition-delay: 850ms;
}

.main-menu.open .nav__item:nth-child(13n) {
    transition-delay: 900ms;
}

.main-menu.open .nav__item:nth-child(14n) {
    transition-delay: 950ms;
}

.main-menu.open .nav__item:nth-child(15n) {
    transition-delay: 1000ms;
}

.main-menu.open .nav__item:nth-child(16n) {
    transition-delay: 1050ms;
}

.main-menu.open .nav__item:nth-child(17n) {
    transition-delay: 1100ms;
}

.main-menu.open .nav__item:nth-child(18n) {
    transition-delay: 1150ms;
}

.main-menu.open .nav__item:nth-child(19n) {
    transition-delay: 1200ms;
}

.main-menu.open .nav__item:nth-child(20n) {
    transition-delay: 1250ms;
}

.main-menu.open .nav__item a {
    transition: all 250ms ease;
}

@keyframes menu-in-left {
    0% {
        transform: translate(-150%, -100%) translate3d(0, 0, 0);
    }

    100% {
        transform: translate(-50%, -100%) translate3d(0, 0, 0);
    }
}

@keyframes menu-in-right {
    0% {
        transform: translate(100%, 0%) translate3d(0, 0, 0);
    }

    100% {
        transform: translate(-50%, 0%) translate3d(0, 0, 0);
    }
}

.content {
    max-width: 400px;
}

.content h1 {
    font-size: 1.6em;
}

.content p {
    line-height: 1.5;
}

.btnmenu {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background-color: #0d0d0d;
    color: #ffffff;
    text-align: center;
    font-size: 10px;
    font-weight: 900;
    line-height: 40px;
    cursor: pointer;
    user-select: none;
    z-index: 3;
    cursor: pointer;
    display: inline-block;
    padding: 10px;
}

.btnmenu span {
    display: block;
    height: 2px;
    background: #898989;
    margin: 2.5px 0 5px 0;
    transition: 0.4s;
}
.btnmenu.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.btnmenu.active span:nth-child(2) {
    opacity: 0;
}

.btnmenu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/*
 * More from me link
 */
.more {
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 7px 21px;
    border-radius: 8px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    animation: reveal 5000ms cubic-bezier(0.87, -0.41, 0.19, 1.44);
}

.more::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 20%;
    height: 100%;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0);
    transition: max-width 0ms ease 250ms, background-color 250ms ease;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.more:hover::before {
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 250ms ease;
}

@keyframes reveal {
    0%, 90% {
        bottom: -30px;
    }

    100% {
        bottom: 15px;
    }
}

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

.headbottom .wrapper {
}

.headbottom-items {
    width: 100%;
    padding: 2vw 3.90625vw;
    border-radius: 0.75vw;
    background-color: #ffffff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto
}

.headbottom-items, .headbottom-items .bullets-item, .headbottom-items .item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.headbottom-items .item-icon svg {
    width: 1.4vw;
}

.headbottom-items .item-icon svg path {
    fill: #02050a
}

.headbottom-items .item-icon {
    width: 3vw;
    height: 3vw;
    border-radius: .5208333333vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--color-main);
    margin-right: 1.3020833333vw
}

.headbottom-items .item-icon img {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    -o-object-fit: contain;
    object-fit: contain
}

.headbottom-items .item-text {
    max-width: 13vw;
    font-size: 0.8vw;
    line-height: 1.3541666667vw;
    color: var(--text-color-main);
}


#contacts {
    padding: 4.5vw 0 4.5vw 0;
}

.contacts-block {
    position: relative;
    width: 100%;
    margin: 60px auto 0px auto;
    display: flex;
    justify-content: center;
    padding: 0 0 60px 0;
    align-items: center
}

.contacts-wrap-back {
    height: 95%;
    width: 100%;
    opacity: .8;
    border-radius: 8px;
    position: absolute;
    display: flex;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 0 20px 5px rgb(115 115 115 / 7%);
}
.contacts-block-text svg{width:2vw;margin:0 0 1vw 0}
.contacts-block-text svg path{fill: var(--color-main);}
.contacts-wrap {
    position: relative;
    z-index: 10;
    width: 100%;
    border-radius: 10px;
    justify-content: space-evenly;
    display: flex;
}

.contacts-text {
    font-size: 1vw;
    color: #bdbdbd;
    margin-bottom: 1vw;
}

.contacts-info,
.contacts-info:hover {
    color: #fff;
    font-size: 1.2vw;
    font-weight: 700;
}

.contacts-info-tel,
.contacts-info-tel:hover {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}

@media (max-width:768px) {
    .contacts-info-tel,
    .contacts-info-tel:hover {
        font-size: 20px;
    }
}

.contacts-block-image {
    position: absolute;
    bottom: 50px;
    right: 50px;
    width: 221px;
    height: 186px;
   
}
.faq-left {
    width: 40%;
}
.bgfaq2{ background: #000 url(../images/dez/faq-form-bg.jpg) center no-repeat!important;
   }
.faq-form {
    padding: 3.333vw 7.96875vw 3.333vw 2.917vw;
    background: #000 url(../images/faq-form-bg.png) center no-repeat;
    background-size: cover;
    border-radius: 25px;
    position: relative;
    margin-right: 3.375vw;
}.faq_vopot {
    font-size: 0.8vw;
    color: #55e6a5;
    margin-bottom: 0.7vw;
}.faq_name {
    font-size: 1.775vw;
    font-weight: 700;
    margin-bottom: 0.7vw;
    margin-top: 0;
    color: #fff;
    width: 70%;
}.faq_spec {
    font-size: 1vw;
    margin-bottom: 0.7vw;
    color: #8b8b8b;
}.btn-faq {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 1.3vw 2vw;
    z-index: 1;
    overflow: hidden;
    font-size: 0.9vw;
    font-weight: 500;
    border-radius: 3vw;
    background-color: var(--color-main);
    margin-top: 1vw;
    color: #000!important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}.faq-form__img {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 24.5vw;
    width: 15.625vw;
}
.speedbar{color: #cfcfcf;line-height: 1.5;display: flex;justify-content: center;width: 100%;}
.m0{margin:0!Important;}
.p0{padding:0!Important}
.firstvtore{margin:1vw 0;}
.vtore{
    position: relative;
    padding: 3.5vw 0 5.5vw 0;
    line-height: 1.5;
}


@media (min-width: 48rem) {
  .blog_archive .blog__grid {
    margin-top: 3.4375em;
  }
}
.blog__filter {
  margin-top: 0.75em;
}
@media (min-width: 48rem) {
  .blog__filter {
    margin-top: 3.4375em;
  }
}
.blog__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1em;
  grid-row-gap: 0.75em;
  margin-top: 0.75em;
}
@media (min-width: 48rem) {
  .blog__grid {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 2.6875em;
    grid-row-gap: 3.4375em;
  }
}
@media (min-width: 48rem) {
  .sidebar .blog__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5625em;
    margin-top: 1.5625em;
  }
  .sidebar .blog__grid .blog__item {
    font-size: 0.62em;
  }
}
.blog__item {
  display: block;
  text-decoration: none;
}
.blog__item > * {
  margin-top: 0.375em;
}
@media (min-width: 48rem) {
  .blog__item > * {
    margin-top: 1.475em;
  }
}
.blog__item > *:first-child {
  margin-top: 0;
}
.blog__img {
  overflow: hidden;
  width: 100%;
  height: 8.25em;
  border-radius: 0.625em;
}
@media (min-width: 48rem) {
  .blog__img {
    height: 15em;
    border-radius: 0.75vw;
  }
}
.blog__date span {
  color: #4C5355;
  line-height: 1;
  font-size: 0.5em;
}
@media (min-width: 48rem) {
  .blog__date span {
    font-size: 1em;
  }
}
.blog__title {
  display: flex;
  align-items: center;
}
@media (min-width: 48rem) {
  .blog__title {
  }
}
.blog__title span {
  font-size: 0.5em;
  font-weight: 500;
  line-height: 1.334;
}
@media (min-width: 48rem) {
  .blog__title span {
    font-size: 1.4875em;
    font-weight: 500;
    line-height: 1.3;
  }
}
.blog__link span {
  color: var(--color-main);
  font-weight: 400;
  font-size: 0.5em;
}
@media (min-width: 48rem) {
  .blog__link span {
    font-size: 1.05em;
  }
}
.blog .pagination {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media (min-width: 48rem) {
  .blog .pagination {
    grid-column-start: 1;
    grid-column-end: 5;
  }
}

.img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img_bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.articles-typical {
  position: relative;
}
.articles-typical__bg {
  position: absolute;
  top: -14.3229166667vw;
  left: 0;
  right: 0;
  width: 100%;
  height: 67.03125vw;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.articles-typical__title {
	font-weight: 700;
	width: 100%;
	margin-bottom: 2.6041666667vw;
	text-align: left;
	color: #fff;
}
.articles-typical__title.md-text-centered {
  width: 100%;
  text-align: center;
}
.articles-typical__container {
  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;
  margin-bottom: 5.2083333333vw;
}
.articles-typical__side {
  width: 19.2708333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.partnergrid{/* display:flex; */}
.articles-typical__content, .box_in {color: #cfcfcf;font-weight: 300;line-height: 1.7;width: 57.2916666667vw;}
.articles-typical__content img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.articles-typical__content .is-style-rounded{
  overflow: hidden;
}
.articles-typical__content .is-style-rounded img{
}
.articles-typical__content hr{
  background: #f1f1f1;
  margin: 3.125vw 0;
  height: 1px;
}
.articles-typical__content p{
}
.articles-typical__img {
  margin-bottom: 2.6041666667vw;
}
.articles-typical__img a {
  width: 100%;
  height: 33.8541666667vw;
}
.articles-typical__img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.articles-typical__img img {
  width: 100%;
  height: 33.8541666667vw;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.articles-typical__text {
  padding-bottom: 3.125vw;
  border-bottom: 0.0520833333vw solid #F1F1F1;
  margin-bottom: 3.125vw;
}
.articles-typical__text:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.articles-typical__text h2 {
  font-weight: 700;
  font-size: 1.875vw;
  line-height: 2.1875vw;
  letter-spacing: 0.04em;
  margin-bottom: 1.0416666667vw;
}
.articles-typical__text h3 {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.4583333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.04em;
  margin-bottom: 2.0833333333vw;
}
.articles-typical__text p {
  font-weight: 400;
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  margin-bottom: 0.78125vw;
}
.articles-typical__text p:last-child {
  margin-bottom: 0;
}
.articles-typical__text .text-img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2.0833333333vw;
}
.articles-typical__text .text-img-container a {
  width: 27.6041666667vw;
  height: 20.8333333333vw;
  margin-top: 2.0833333333vw;
border-radius: var(--brad-regular);
  overflow: hidden;
}
.articles-typical__text .text-img-container a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.articles-typical__text .text-img-container a:first-child, .articles-typical__text .text-img-container a:nth-child(2) {
  margin-top: 0;
}
.articles-typical__text.md-with-img-container {
  border: none;
  padding-bottom: 0;
}
.articles-typical__text.md-with-img {
  border: none;
  padding-bottom: 0;
  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;
}
.articles-typical__text.md-with-img > div {
  width: 28.125vw;
}
.articles-typical__text.md-with-img a {
  width: 27.6041666667vw;
  height: auto;
  overflow: hidden;
}
.articles-typical__text.md-with-img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.articles-typical__back-link {
  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;
}
.articles-typical__back-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 0.8333333333vw;
  line-height: 0.5208333333vw;
  letter-spacing: 0.04em;
}
.articles-typical__back-link a img, .articles-typical__back-link a svg {
  width: 0.9895833333vw;
  height: 0.9895833333vw;
  -o-object-fit: cover;
     object-fit: cover;
  fill: var(--main-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 0.5208333333vw;
}
.articles-typical__back-link a img path, .articles-typical__back-link a svg path {
  fill: var(--main-color);
}
.articles-typical__back-link a:hover img, .articles-typical__back-link a:hover svg {
  margin-left: -0.2604166667vw;
  margin-right: 0.78125vw;
}

.articles-typical__content .blog__img {
  
    margin-bottom: 3vw;
}

.side-banner {
	color: #fff;
	width: 19.2708333333vw;
	padding: 1.8229166667vw;
	padding-top: 2.822917vw;
	position: sticky;
	top: 4.6875vw;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 0.75vw;
	overflow: hidden;
}
.side-banner__img {
  width: 100%;
  height: 41.6666666667vw;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.side-banner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.side-banner__img img.mobile {
  display: none;
}
.side-banner__text {
  font-weight: 500;
  font-size: 0.8333333333vw;
  line-height: 1.3541666667vw;
  text-align: center;
  letter-spacing: 0.03em;
  margin-bottom: 0.9375vw;
  position: relative;
  z-index: 2;
}
.side-banner__title {
  font-weight: 700;
  font-size: 1.525vw;
    line-height: 1.997708333333vw;
  text-align: center;
  margin-bottom: 0.9375vw;
  position: relative;
  z-index: 2;
}
.side-banner__form {
  position: relative;
  z-index: 2;
}
.side-banner__form .form-text {
  font-weight: 500;
  font-size: 0.89333333333vw;
  line-height: 1.25vw;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 1.78125vw;
}
.side-banner__form .form-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.side-banner__form .form-container .form-select,
.side-banner__form .form-container .form-input {
  width: 15.625vw;
  margin: 0;
  margin-bottom: 0.625vw;
  font-size: 0.8333333333vw;
}
.side-banner__form .form-container .form-btn {
  width: 15.625vw;
  padding: 0 1.5625vw;
  letter-spacing: 0.04em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.side-banner__form .form-container .form-btn span {
  font-size: 0.9375vw;
  line-height: 1.25vw;
}
.partner-item .btn-partner {width: 11vw;margin: 0;}
.partner-item{
    background: #06060696;
    padding: 2vw;
    border: 1px solid #0e0e0e8a;
    border-radius: 0.5vw;
    width: 100%;
    margin: 1vw 0;
}
.partner-item h4{font-size:1.3vw;color: #Fff;}
.partner-wrapper{}
.partner-text{font-size: 0.85vw;margin: 1vw 0;display: flex;flex-flow: column;font-weight: 400;}
.partner-name{display:flex;justify-content:space-between;font-size:0.7vw;align-items: center;margin: 0 0 1vw;}
.partner-text b{font-size: 0.7vw;font-weight: 300;}
.partner-name .svgflex{ display: flex; background: #6464641c;border-radius: 0.5vw;padding: 0.4vw 0.5vw;margin: 0 0.2vw;gap:0.5vw}
.partner-text .svgflex{ display: flex; align-items:center;gap:0.5vw}

.partner-name svg{width:0.9vw}
.partner-name svg path{fill: #cfcfcf;}
.partner-text svg{width:0.9vw}
.partner-text svg path{fill: #cfcfcf;}
.partner-cena{display:flex;justify-content: space-between;align-items: center;}
li::marker{display:none;content: none;}
.flexlabels{display:flex;margin:1.5vw 0;justify-content:start;align-items:center}