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

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    color: #000;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

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:
    'Inter';
    --color-main: #fd4744;
    --color-main-hover: #fd214a;
    --color-main-two: #56be9a;
    --color-main-two-hover: #32acc2;
    --text-color-main: #0a0a0a;
    --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: 0.75vw;
}

.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%;
    font-family: 'Onest', sans-serif;
    color: var(--text-color-main);
}

.page * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Inter', sans-serif;
}

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

.wrapper {
    width: 70vw;
    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: 70vw;
    margin: 0 auto;
    background: #fff;
    border-radius: 0vw 0vw 1.5vw 1.5vw;
    padding: 0.75vw 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;
    padding-bottom: 1.3020833333vw;
    -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.75vw;
    background: #12d579;
    /* width: 2.3vw; */
    /* height: 2.3vw; */
    padding: 0.85vw;
    -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-icon {
    background-position: center center;
    background-repeat: no-repeat;
    width: 1vw;
    display: block;
    margin-right: 0.5vw;
}

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

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

.header-socials__item-icon_telegram {
    background-image: url(../images/telegramicon.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 var(--color-main-two-hover);
    -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 {
    background-color: var(--color-main);
    background-image: url(../images/arrow-top-right.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 1vw) 1vw;
    box-shadow: inset 0 0 30px #ffffff4d;
    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-btn:hover {
    padding: 0 2.8645833333vw;
    background-color: var(--color-main-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 30px #ffffff4d;
    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);
}

.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: 1.0416666667vw;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.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: #fff;
    -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;
    letter-spacing: 0.04em;
    text-align: center;
}

.md-main-title b {
    font-weight: 700;
}

.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.25vw;
    line-height: 1.9270833333vw;
    letter-spacing: 0.03em;
    margin-bottom: 1.3020833333vw;
    color: #000;
}

.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: 5.2083333333vw;
    padding: 0 2.6041666667vw;
    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;
}

.md-standart-form .form-input::-webkit-input-placeholder {
    color: var(--text-color-main);
    /* font-family: "Manrope", Arial, sans-serif; */
}

.md-standart-form .form-input::-moz-placeholder {
    color: var(--text-color-main);
    /* font-family: "Manrope", Arial, sans-serif; */
}

.md-standart-form .form-input:-ms-input-placeholder {
    color: var(--text-color-main);
    /* font-family: "Manrope", Arial, sans-serif; */
}

.md-standart-form .form-input::-ms-input-placeholder {
    color: var(--text-color-main);
    /* font-family: "Manrope", Arial, sans-serif; */
}

.md-standart-form .form-input::placeholder {
    color: var(--text-color-main);
    /* font-family: "Manrope", Arial, sans-serif; */
}

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

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

.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: var(--border-main);
    -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 {
    padding-top: 3.25vw;
    position: relative;
    margin: 2.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;
    text-align: left;
}

.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: 39.5833333333vw;
}

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

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

.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;
    margin-bottom: 2.0833333333vw;
}

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

.about-company__img {
    width: 25.25vw;
    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 {
    font-weight: 400;
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
    margin-bottom: 1.1979166667vw;
}

.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.7291666667vw;
    line-height: 1.09375vw;
}

.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 {
    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: 700;
    font-size: 1.0416666667vw;
    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{  width: 43vw;}
.contacts__images {
    width: 24.4791666667vw;
    -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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.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.25vw;
    line-height: 1.5625vw;
    letter-spacing: 0.02em;
    margin-bottom: 1.0416666667vw;
}

.contacts__images-item > div {
    width: 100%;
    height: 12.9166666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contacts__images-item > div a {
    width: 7.34375vw;
    height: 5.99375vw;
    border-radius: var(--border-main);
    overflow: hidden;
}

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

.contacts__images-item > div a:first-child {
    width: 16.5104166667vw;
    height: 12.9166666667vw;
    margin-right: 0.625vw;
}

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

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

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

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

.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: #000;
}

.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 {
    position: relative;
    /*   margin-bottom: 5.46875vw; */
    min-height: 51vw;
    margin-top: -11.7708333333vw;
    overflow: hidden;
    max-width: 95vw;
    margin: 2vw auto 2.5vw auto;
    border-radius: 3vw;
    -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%);
}

.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: 43vw;
    /* height: 43.4166666667vw; */
    max-width: 95%;
    max-height: 95%;
    position: absolute;
    right: -4vw;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
}

.first__content {
    padding-bottom: 2.6041666667vw;
}

.first__title {
    font-weight: 300;
    font-size: 3.7vw;
    line-height: 1.2;
    width: 80%;
    letter-spacing: 0.02em;
    margin-bottom: 2.34375vw;
    font-family: 'Inter', sans-serif;
}

.first__title span {position: relative;}

.first__title b {
    font-weight: 700;
}

.first__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 2.2395833333vw;
}

.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 var(--color-main);
    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: 42vw;
    font-weight: 500;
    font-size: 1.3625vw;
    line-height: 2.34375vw;
    letter-spacing: 0.04em;
    /* margin-left: 0.8854166667vw;8*/
    margin-right: 0.8854166667vw;
}

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

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

.bullets-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    margin-left: 3.6458333333vw;
    cursor: pointer;
    align-items: center;
}

.bullets-item:first-child {
    margin-left: 0;
}

.bullets-item:hover > img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.bullets-item > img {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    margin-bottom: 0.8333333333vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-right: 1vw;
}

.bullets-item p {
    font-size: 0.9375vw;
    line-height: 1.3020833333vw;
    letter-spacing: 0.04em;
}

.bullets-item p b {
    font-weight: 700;
}

.footer {
    background-color: #060606;
    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 {
    height: 11.7708333333vw;
    background-color: #F5F8F9;
    position: relative;
    z-index: 30;
    padding-bottom: 3.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: 100%;
    height: 3vw;
}

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

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

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

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

.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: 2;
}

.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: #f9f9f9;
}

.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: #454545;
    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
}

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

.header__contacts p {
    margin-bottom: 0.5208333333vw;
}

.header__contacts a {
    font-weight: 700;
    font-size: 1.3416666667vw;
    line-height: 1.3541666667vw;
    color: var(--text-color-main);
    margin-bottom: 0.15625vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

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

.header__contacts .call-back {
    color: var(--color-main-two-hover);
    font-size: 0.8333333333vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin: 0.1vw 0 0 0;
}

.header__nav {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
    box-shadow: 0 14px 59px #cecece26;
    z-index: 60;
    border-bottom: 1px solid #f4f4f4;
}

.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: 1vw;
    color: #000000;
    font-weight: 600;
    -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;
    font-family: "Gilroy", Arial, sans-serif;
}

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

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

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

.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 {
    padding-left: 2.0833333333vw;
    font-weight: 500;
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
    letter-spacing: 0.04em;
    margin-bottom: 0.5208333333vw;
}

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

.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: 2.0833333333vw;
    border-top-right-radius: 2.0833333333vw;
}

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

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

.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: 14.0625vw;
}

.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-bottom: 4vw;
    padding-top: 3.25vw;
}

.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: space-between;
    margin-bottom: 2.8645833333vw;
}

.questions__container .container-item {
    width: 33.53125vw;
}

.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: #F8FAFB;
    border-radius: var(--border-main);
    width: 100%;
    padding: 1.3020833333vw 8.8541666667vw 1.3020833333vw 2.8645833333vw;
    position: relative;
    margin-top: 1.3020833333vw;
}

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

.questions__item .item-title {
    color: #000;
    font-weight: 700;
    font-size: 1.1458333333vw;
    line-height: 1.6666666667vw;
    letter-spacing: 0.03em;
    cursor: pointer;
}

.questions__item .item-content {
    padding-top: 1.0416666667vw;
    font-weight: 500;
    font-size: 0.8333333333vw;
    line-height: 1.3020833333vw;
    letter-spacing: 0.03em;
    color: #939393;
    display: none;
}

.questions__item .item-btn {
    position: absolute;
    z-index: 5;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    top: 2.03125vw;
    right: 1.7708333333vw;
    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 {
    padding: 2.5vw 0;
    position: relative;
}

.services__load-more {
    display: none;
}

.services__title {
    margin-bottom: 1vw;
}

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

.services__item {
    width: 31.5%;
    min-height: 15vw;
    margin: 0.4583333333vw;
    border-radius: var(--border-main);
    overflow: hidden;
    position: relative;
    padding: 1.5vw 2vw;
    border: solid 1px #eee;
}

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

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

.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: 5vw;
}

.simple-text__title {
    text-align: left;
    font-weight: 600;
    font-size: 1.9666666667vw;
    line-height: 1.4;
    letter-spacing: 0.03em;
    margin-bottom: 1.3020833333vw;
}
.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 {
    margin: 0 auto;
    font-weight: 400;
    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.25vw;
    line-height: 1.9270833333vw;
    letter-spacing: 0.03em;
    margin-bottom: 3.3020833333vw;
    text-align: center;
}
.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.4vw;
    font-weight: 700;
    line-height: 1.38;
    margin-bottom: 1vw;
}
content_title2 {
    font-size: 1.4vw;
    font-weight: 500;
    line-height: 1.38;
    margin-bottom: 1vw;
}
.content_icon {
    height: 2vw;
    width: 2vw;
    display: block;
    margin-bottom: 1.5vw;
    fill: var(--color-main);
}
.content_icon path{
   
    fill: var(--color-main);
}


.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: 29%;
  font-size: 0.85vw;
  line-height: 1.75;
  margin: 0 2.15% 3.15%;
}
.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%);
}
.frbrigade__photo {
  display: block;
  width: 100%;
  height: 12vw;
  object-fit: cover;
  margin-bottom: 1vw;
  border-radius: 0.75vw;
}
.frbrigade__title {
  font-size: 1.1vw;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0.5vw;
  padding-left: 1.5vw;
}

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