@font-face {
    font-family: 'Gilroy';
    src: url("./fonts/Gilroy-Regular.eot") format('embedded-opentype'),
    url("./fonts/Gilroy-Regular.woff") format('woff'),
    url("./fonts/Gilroy-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url("./fonts/Gilroy-Bold.eot") format('embedded-opentype'),
    url("./fonts/Gilroy-Bold.woff") format('woff'),
    url("./fonts/Gilroy-Bold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url("./fonts/Gilroy-Heavy.eot") format('embedded-opentype'),
    url("./fonts/Gilroy-Heavy.woff") format('woff'),
    url("./fonts/Gilroy-Heavy.ttf") format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    font-family: 'Gilroy';
    src: url("./fonts/Gilroy-Light.eot") format('embedded-opentype'),
    url("./fonts/Gilroy-Light.woff") format('woff'),
    url("./fonts/Gilroy-Light.ttf") format('truetype');
    font-weight: 300;
    font-style: normal;
}

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

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

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

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

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

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

body {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

a {
    background-color: transparent;
}

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

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    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 {
    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"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

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

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

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

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

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

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

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

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

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

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

details {
    display: block;
}

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

summary {
    display: list-item;
}

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

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

template {
    display: none;
}

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

[hidden] {
    display: none;
}

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

    60% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

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

    60% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 1;
    }
}

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

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

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

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

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

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

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

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

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

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

    25% {
        margin-top: 0;
    }

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

    45% {
        margin-top: 0;
    }

    100% {
        margin-top: 0;
    }
}

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

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

    25% {
        margin-top: 0;
    }

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

    45% {
        margin-top: 0;
    }

    100% {
        margin-top: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
    font-size: 10px;
}

body {
    font-family: 'Gilroy', sans-serif;
    line-height: 1.3;
    font-weight: normal;
    overflow-x: hidden;
    color: #3e3e3e;
}

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

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

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

a {
    text-decoration: none;
}

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

.container {
    max-width: 84vw;
    margin: 0 auto;
}

.stop {
    overflow: hidden;
}

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

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

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

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

input::placeholder {
    color: #949494;
}

input:disabled {
    opacity: 0.6;
}

.list-none {
    padding: 0;
    list-style-type: none;
}

.btn {
    min-height: 5vw;
    padding: 1vw 0.8vw;
    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: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 6;
    cursor: pointer;
    border: none;
    -webkit-box-shadow: 0 0.2rem 1.5rem rgba(205, 165, 39, 0.45), inset 0 -6px 0 #cfa727;
    box-shadow: 0 0.2rem 1.5rem rgba(205, 165, 39, 0.45), inset 0 -6px 0 #cfa727;
    border-radius: 10px;
    border: 1px solid #f8e536;
    background-image: -webkit-linear-gradient(66deg, rgba(233, 184, 49, 0) 0%, rgba(205, 165, 39, 0.45) 100%), -webkit-linear-gradient(bottom, #cfa727 0%, #f4d532 100%);
    background-image: -o-linear-gradient(66deg, rgba(233, 184, 49, 0) 0%, rgba(205, 165, 39, 0.45) 100%), -o-linear-gradient(bottom, #cfa727 0%, #f4d532 100%);
    background-image: linear-gradient(24deg, rgba(233, 184, 49, 0) 0%, rgba(205, 165, 39, 0.45) 100%), linear-gradient(to top, #cfa727 0%, #f4d532 100%);
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
    font-size: 1.25vw;
    font-weight: bold;
}

.btn-shadow {
    position: relative;
}

.swiper-left__button-wrap:hover:before,
.btn-shadow:hover:before {
    bottom: 0;
}

.btn-shadow .btn {
    border-bottom: none;
}

.swiper-left__button-wrap {
    position: relative;
    margin-left: 2%;
}

.swiper-left__button-wrap:before,
.btn-shadow:before {
    content: "";
    width: 98%;
    height: 1vw;
    position: absolute;
    background-color: #8d691c;
    bottom: -0.3vw;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 10px;
    transition: all 0.3s;
}

.swiper-left__button-wrap:before {
    background-color: #e0ba1f;
}

.swiper-left__button:hover {
    -webkit-box-shadow: 0 1rem 2.5rem rgba(253, 220, 84, 0.45), inset 0 4px 0 #e0ba1f;
    box-shadow: 0 1rem 2.5rem rgba(253, 220, 84, 0.45), inset 0 4px 0 #e0ba1f;
}

#rassrochka .btn-shadow:before {
    width: 96%;
}

.btn:disabled {
    opacity: 0.6;
}

.full {
    background: url(bg-full-1.jpg) no-repeat center;
    background-size: cover;
}

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

.btn:hover {
    -webkit-box-shadow: 0 1rem 2.5rem rgba(205, 165, 39, 0.45), inset 0 4px 0 #cfa727;
    box-shadow: 0 1rem 2.5rem rgba(205, 165, 39, 0.45), inset 0 4px 0 #cfa727;
}

.btn img {
    width: 1.8vw;
    margin-right: 1vw;
}

.btn-header {
    width: 16vw;
    margin: 0 auto;
}

.btn-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 1.6vw;
    margin-right: 0.6vw;
}

.btn-text {
    font-size: 1.25vw;
    font-weight: 600;
    color: #fff;
}

.btn-text-sm {
    color: #000000;
    font-size: 0.8vw;
    font-weight: 400;
}

.btn-border {
    border-radius: 8px;
    border: 2px solid #0ac96b;
    padding: 1vw;
    color: #0ac96b;
    font-size: 1vw;
    font-weight: 400;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.btn-border:hover {
    border: 2px solid #30f594;
    color: #30f594;
}

.small-text {
    color: #777778;
    font-size: 0.9vw;
    font-weight: 300;
}

.luk-wrap {
    margin-top: 2vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.luk {
    color: #252424;
    border: 2px solid #44b82d;
    font-size: 0.9vw;
    padding: 1vw 5vw 1vw 1vw;
    border-radius: 3vw;
    position: relative;
}

.luk:after {
    content: "";
    background: url(./luk.png) no-repeat center;
    max-width: 137px;
    max-height: 87px;
    position: absolute;
    width: 7vw;
    height: 5vw;
    background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -2.5vw;
}

.kran {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(./kran.png) no-repeat center;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.septik-text {
    font-size: 0.85vw;
    background-color: #ffffff;
    padding: 1.2vw 2vw;
    border-radius: 1.5vw;
    position: relative;
}

.link-underline {
    color: #efdc48;
    font-size: 0.9vw;
    font-weight: 400;
    display: inline-block;
    position: relative;
    line-height: 1.3;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.link-underline:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background-color: #efdc48;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.link-underline:hover:before {
    width: 50%;
}

.input {
    -webkit-box-shadow: 0 0 30px rgba(183, 193, 199, 0.1);
    box-shadow: 0 0 30px rgba(183, 193, 199, 0.1);
    border-radius: 25px;
    border: 1px solid #676767;
    background-color: #ffffff;
    font-size: 0.9vw;
    font-weight: 300;
    color: #000;
    width: 100%;
    padding: 0.6vw 1vw;
    min-height: 3vw;
}

.input:focus {
    border: 1px solid #e0ba1f;
}

.input-qw2 {
    width: 50%;
    margin: 0 0.3vw;
}

.input-big:focus {
    background-color: #dbfcec;
    color: #222222;
}

.input-big:focus + label svg {
    fill: #222222;
}

.text-small {
    color: #7a8b97;
    font-size: 0.83vw;
    margin-bottom: 0.3vw;
}

.text-small a {
    color: #166aac;
    text-decoration: underline;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.text-small a:hover {
    color: #fbd05d;
}

.mobile-flex {
    display: none;
}

.text {
    color: #000000;
    font-size: 0.81vw;
}

.text a {
    color: #000000;
    text-decoration: underline;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.bold-text {
    color: #000000;
    font-size: 0.9vw;
}

.contacts {
    -webkit-box-shadow: 0 6px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 50px rgba(0, 0, 0, 0.1);
    border-radius: 34px 34px 36px 36px;
    background-color: #ffffff;
    padding: 0.5vw 1.7vw 0.5vw 1vw;
}

.tel {
    color: #000000;
    font-size: 1.4vw;
    font-weight: 700;
    line-height: 1.2;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.tel:hover {
    color: #fbd05d;
}

.title {
    color: #2a2a2a;
    font-size: 2.55vw;
    font-weight: 600;
    line-height: 1.1;
}

.title-li {
    color: #171717;
    font-size: 1vw;
    position: relative;
    margin-top: 2vw;
}

.title span {
    display: block;
    color: #f1cb30;
}

#whatsapp-modal {
    background: #DCDBE3 url(modal-bg-2.png) no-repeat center;
}

#call-modal {
    background: #DCDBE3 url(modal-bg.png) no-repeat center;
}

#whatsapp-modal .modal:before {
    content: "";
    background: url(modal-bg-2-before.png) no-repeat center;
    position: absolute;
    bottom: -3vw;
    left: -9vw;
    width: 18vw;
    height: 16.1vw;
    max-width: 334px;
    max-height: 309px;
    background-size: contain;
}

.title-section {
    color: #545252;
    font-size: 2vw;
}

.title-section span {
    color: #212121;
}

.title-section span.green {
    color: #f1cb30;
}

.title-wrap {
    text-align: center;
    margin-bottom: 3.5vw;
    font-style: italic;
    font-weight: 400;
}

#quiz .title-wrap {
    margin-bottom: 1.5vw;
    padding: 0 1vw;
}

.subtitle {
    color: #1f1e1e;
    font-size: 1.4vw;
    line-height: 1.2;
    margin-bottom: 1.2vw;
}

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

.text-left {
    text-align: right;
}

.label {
    color: #000;
    font-size: 0.9vw;
    margin-bottom: 0.6vw;
    display: inline-block;
}

.header__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.1vw 0;
}

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

.logo__img {
    max-width: 19.5vw;
    margin-right: 0.8vw;
}

.logo__text {
    max-width: 11.5vw;
    position: relative;
    padding-left: 0.7vw;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    color: #000000;
    font-size: 0.9vw;
}

.rassrochka {
    position: relative;
}

.rassrochka-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 5vw 0;
}

.rassrochka-form {
    border-radius: 7px;
    background-color: rgb(255, 255, 255);
    box-shadow: 1.5px 2.598px 24px 0px rgb(0, 0, 0);
    padding: 1.5vw;
    max-width: 25.5vw;
    margin-right: 5vw;
    position: relative;
    z-index: 1;
}

.rassrochka-form-bg:before {
    content: "";
    background: url(./rassrochka-form_before.png) no-repeat left;
    width: 11vw;
    height: 7vw;
    max-width: 197px;
    max-height: 131px;
    position: absolute;
    top: 3.2vw;
    right: 8vw;
    background-size: contain;
    z-index: 2;
}

.rassrochka-form-bg:after {
    content: "";
    background: url(./rassrochka_bg.png) no-repeat left;
    max-height: 630px;
    max-width: 695px;
    background-size: contain;
    width: 37vw;
    height: 33vw;
    position: absolute;
    top: 4vw;
    right: 16vw;
}

.rassrochka-form__desc {
    color: #797979;
    font-size: 1vw;
    margin: 1.5vw 0;
}

.rassrochka-form__input {
    border-radius: 8px;
    background-color: rgb(238, 243, 247);
}

.rassrochka-form__desc._last {
    margin-bottom: 0;
}

.rassrochka-form__btn {
    width: 100%;
    min-height: 3vw;
}

.rassrochka-form__desc._style {
    text-align: center;
    font-size: 0.8vw;
}

.rassrochka-form__desc._style a {
    color: #34b738;
}

.rassrochka-form__title {
    color: #333333;
    font-size: 2vw;
}

#rassrochka {
    border-width: 2px;
    border-color: rgb(52, 183, 56);
    border-style: dashed;
    border-radius: 7px;
    background-color: rgb(255, 255, 255);
    padding: 1.5vw;
}

.title-section .subtitle {
    color: #12b816
}

.check-out-columns {
    display: flex;
    justify-content: space-between;
}

.check-out-column {
    width: 30%;
}

.check-out-column__title {
    color: #373737;
    font-size: 1.6vw;
    margin-bottom: 1vw;
}

.helper {
    border-radius: 9px;
    background-color: rgb(253, 253, 255);
    box-shadow: 2px 3.464px 24px 0px rgb(0, 0, 0);
    display: flex;
    min-height: 7vw;
    margin-bottom: 2vw;
}

.helper-img {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.helper-desc {
    width: 75%;
    display: flex;
    align-items: center;
    color: #7e7e7e;
    font-size: 1.15vw;
    padding: 0 2vw 0 1vw;
}

.engineer-form {
    border-radius: 9px;
    background-color: #ffffff;
    box-shadow: 2px 3.464px 24px 0px rgb(0, 0, 0);
    padding: 1.5vw;
    margin-top: 3vw;
}

.engineer-form__input {
    border-radius: 10px;
    background-color: #eef3f7;
    margin-bottom: 1vw;
    min-height: 5vw;
    font-size: 1.55vw;
}

.engineer-form__btn {
    width: 100%;
    min-height: 5vw;
}

.engineer-form__input::placeholder {
    color: #303030;
    font-size: 1.55vw;
}

.engineer {
    background: url(./engineer.png) no-repeat center;
    background-size: contain;
    min-height: 23.2vw;
}

.engineer-text-wrapper {
    width: 40%;
}

.engineer-name {
    color: #373737;
    font-size: 1.4vw;
    margin-bottom: 1vw;
}

.engineer-desc {
    color: #787878;
    font-size: 0.9vw;
}

.company {
    display: flex;
    align-items: center;
    padding-left: 1vw;
    margin-bottom: 1vw;
}

.company__img {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.company__img img {
    width: 5vw;
    height: 5vw;
    object-fit: cover;
    max-width: 90px;
    max-height: 90px;
}

.company__title {
    color: #2a2a2a;
    font-size: 1.15vw;
    width: 75%;
}

.car-block {
    display: flex;
    margin-top: 1vw;
}

.car-block__flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #6b6b6b;
    font-size: 1.15vw;
}

.car-block__flex img {
    margin-top: 0.5vw;
}

.car-block__flex:first-child {
    margin-right: 0.5vw;
}

.footer {
    background-color: #1a1919;
}

.footer .header__cont {
    padding:2vw 0;
    align-items: stretch;
}

.footer .phone-block:before,
.footer .phone-block:after {
    border-color: #bfa343;
}

.footer .btn {
    min-height: 3vw;
}

.footer .btn-shadow {
    margin: 1vw 0;
}

.footer .btn-shadow:before {
    width: 97%;
}

.footer .btn-text {
    color: #000000;
}

.second-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.65vw 0;
    justify-content: space-between;
}

.third-footer .pro100,
.second-footer a {
    color: #ededed;
    font-size: 1.25vw;
    font-weight: 300;
}

#call span {
    justify-content: center;
}

.third-footer .pro100:hover,
.second-footer a:hover {
    text-decoration: none;
}

.mobile-block {
    display: none;
}

.not-mobile-block {
    display: block;
}

.third-footer .pro100 {
    text-align: right;
    display: block;
    padding-bottom: 0.5vw;
}

.first-footer {
    width: 23%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer .block-time .text a {
    color: #000000;
}

.first-footer .logo__img {
    margin-right: 0;
}

.last {
    background: url(last.jpg) no-repeat center;
    padding: 2vw 0;
    background-size: cover;
}

.last-title {
    font-size: 2.2vw;
    color: #ffffff;
}

.last-subtitle {
    font-size: 1.7vw;
    color: #ffffff;
    font-weight: 300;
}

.last-subtitle b {
    font-weight: 600;
}

.last-wrapper {
    display: flex;
    margin-top: 2vw;
}

.last-left {
    width: 54%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.last-right {
    width: 50%;
    margin: 0 auto;
}

.last-form {
    width: 73%;
    margin: 0 auto;
    background-color: #1c1c1c;
    border-radius: 0.5vw;
    padding: 1vw 2vw;
}

.last-form__title {
    font-size: 2vw;
    color: #ffffff;
    line-height: 1;
}

.last-input {
    border-radius: 1vw;
    min-height: 2.7vw;
}

.last-form label {
    display: block;
    color: #b5b5b5;
    font-size: 0.85vw;
    margin: 0.5vw 0 0.2vw;
}

.last-input.phone-flag {
    margin: 0.25vw 0 0.75vw;
}

.last-btn {
    font-size: 1vw;
    min-height: 4vw;
    width: 100%;
}

.last-form__title span {
    color: #dec738;
    font-weight: 600;
}

.last-item {
    border-radius: 0.5vw;
    background-position: center;
    background-repeat: no-repeat;
    width: 23%;
    text-align: center;
    height: 13vw;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: 0.1vw;
    cursor: pointer;
    margin-bottom: 1vw;
    transition: all 0.3s;
}

.last-item:hover {
    transform: scale(1.1) translate(0, 9px);
    box-shadow: 1px 1px 10px #000000;
    z-index: 2;
}

.last-item:nth-child(1):hover {
    transform: scale(1.1) translate(7px, 9px);
}

.last-item:nth-child(4):hover {
    transform: scale(1.1) translate(-7px, 9px);
}

.last-item:nth-child(5):hover {
    transform: scale(1.1) translate(7px, -9px);
}

.last-item:nth-child(6):hover,
.last-item:nth-child(7):hover {
    transform: scale(1.1) translate(0, -9px);
}

.last-item:nth-child(8):hover {
    transform: scale(1.1) translate(-7px, -9px);
}

.last-item:nth-child(1) {
    background-image: url(last-item-1.png);
}

.last-item:nth-child(2) {
    background-image: url(last-item-2.png);
}

.last-item:nth-child(3) {
    background-image: url(last-item-3.png);
}

.last-item:nth-child(4) {
    background-image: url(last-item-4.png);
}

.last-item:nth-child(5) {
    background-image: url(last-item-5.png);
}

.last-item:nth-child(6) {
    background-image: url(last-item-6.png);
}

.last-item:nth-child(7) {
    background-image: url(last-item-7.png);
}

.last-item:nth-child(8) {
    background-image: url(last-item-8.png);
}

.last-item__title {
    color: #000000;
    font-size: 1.5vw;
    font-weight: 600;
}

.last-item__price {
    font-size: 1.4vw;
    font-style: italic;
}

.site {
    color: #ededed;
    font-size: 1.25vw;
    font-weight: 300;
}

.footer .block-time a {
    color: #000000;
}

.footer .block-time a div {
    color: #000000;
}

.footer .block-time div {
    color: #000000;
}

.footer .text {
    color: #eaeae9;
}

.footer .phone-block .phone a {
    color: #fce106;
    font-weight: 600;
}

.footer .social {
    margin: 1.5vw 0 1vw;
}

.footer .phone-block .phone:before {
    background-image: url(./phone_footer.png);
}

.social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0.5vw 0;
    width: 100%;
}

.footer .text a {
    color: #ededed;
    font-weight: 300;
}

.vk {
    background: url(./vk.png) no-repeat center;
    max-width: 68px;
    max-height: 67px;
    width: 4vw;
    height: 4vw;
    background-size: contain;
    margin-right: 0.5vw;
}

.inst {
    background: url(./inst.png) no-repeat center;
    max-width: 68px;
    max-height: 67px;
    width: 4vw;
    height: 4vw;
    background-size: contain;
}

.error {
    font-size: 0.65vw;
    color: red;
}

.septik-block__subtitle {
    font-weight: 400;
    color: #12b816;
}

.septik-block__subtitle:before {
    content: "!";
    border-radius: 50%;
    background-image: -moz-linear-gradient(90deg, rgb(43, 175, 47) 0%, rgb(64, 196, 68) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(43, 175, 47) 0%, rgb(64, 196, 68) 100%);
    width: 2vw;
    height: 2vw;
    color: #ffffff;
    display: inline-block;
    font-size: 1.7vw;
    margin-right: 0.5vw;
}

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

.block-time img {
    width: 6vw;
    max-width: 113px;
    margin-right: 0.4vw;
    position: absolute;
    left: -4vw;
    max-height: 96px;
    margin-top: -0.4vw;
}

.block-time {
    cursor: pointer;
    border: 2px solid #efdc48;
    background-color: rgba(255, 255, 255, 0.8);
    /* background-image: linear-gradient(to right, rgba(214, 214, 214, 0.63) 0%, rgba(255, 255, 255, 0.63) 100%); */
    border-radius: 50px;
    padding: 4px 30px 6px 50px;
    position: relative;
    box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, .35), inset 3px 3px 7px 0px rgba(0, 0, 0, .35);
}

.block-time:hover .link-underline:before {
    width: 50%;
    background-color: #efdc48;
}

.block-time a {
    color: #000000;
    margin-bottom: 3px;
    display: block;
    text-decoration: none;
    cursor: pointer;
    font-size: 1.5vw;
}

.mobile .btn:after,
.phone-block .btn:after {
    content: none;
}

.phone-block .test__btn-block {
    margin-top: 0.5vw;
}

.phone-block {
    text-align: center;
    position: relative;
}

.phone-header {
    font-size: 0.75vw;
    color: #4bd73d;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
    background: url(online.png) no-repeat center left;
}

.phone-block:before,
.phone-block:after {
    content: "";
    width: 1.5vw;
    height: 3.3vw;
    border: 2px solid #000000;
    border-radius: 100% 0 0 100% / 50% 0 0 50%;
    position: absolute;
    left: -38px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-right: 0;
}

.phone-block:after {
    right: -35px;
    left: inherit;
    border-right: 2px solid #000000;
    border-left: 0;
    border-radius: 0 100% 100% 0 / 0 50% 50% 0;
}

.phone-block .phone {
    font-size: 2.3vw;
    font-weight: 600;
    position: relative;
    line-height: 1;
}

.phone-block .phone:before {
    content: "";
    width: 1.2vw;
    height: 1.5vw;
    background: url(./header-phone.png) no-repeat center;
    position: absolute;
    z-index: 2;
    top: 0px;
    bottom: 0;
    left: -1.5vw;
    background-size: contain;
    margin: auto 0;
}

.phone-block .phone a {
    background: linear-gradient(0deg, #c27023 0%, #f0c535 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.phone-block .phone span {
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
}

.phone-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.54vw;
}

.phone-wrap img {
    height: 1.7vw;
    margin-right: 0.83vw;
}

.phone-wrap .btn-test {
    min-height: 1vw;
}

.number {
    background-color: #e0ba1f;
    color: #000;
    padding: 5px 10px;
    font-size: 1.36vw;
    font-weight: 700;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.update-date {
    font-size: 0.8vw;
    margin-top: 0.5vw;
}

.number:hover {
    background-color: #d28204;
}

.main__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4vw;
    padding-bottom: 7vw;
}

.main__info {
    width: 56%;
}

.main__advas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2vw;
}

.main__advas-item {
    position: relative;
    width: 32%;
    z-index: 2;
    padding: 0.5vw 0 0.5vw 0.5vw;
}

@media (max-width: 1600px) {
    .main__advas-item img {
        top: -5px;
    }
    
    .main__advas-item:nth-child(1) img {
        left: -15px;
    }
}

.main__advas-item:nth-child(3) .text-min {
    padding-left: 5.5vw;
    padding-right: 0.5vw;
}

.main__advas-item:first-child .text-min {
    padding-left: 6vw;
    padding-right: 0;
}

.text-min {
    color: #000;
    font-size: 0.77vw;
    border-radius: 20px;
    box-shadow: 4px 4px 9px rgba(0,0,0,0.11);
    padding-left: 5vw;
    background-color: rgba(255,255,255,0.11);
    height: 5vw;
    display: flex;
    align-items: center;
    padding-right: 1vw;
}

.main__advas-item img {
    position: absolute;
    left: 0;
}

.main__img {
    position: relative;
    width: 45%;
}

.main__img img {
    max-height: none;
}

.img-mock {
    position: absolute;
    max-width: 27vw;
    max-height: 0;
    left: -6.6vw;
    bottom: -2.4vw;
}

.img-bg {
    position: absolute;
    right: -4vw;
    top: -5vw;
    max-width: 43vw;
}

.btn-wrap {
    display: inline-block;
    position: relative;
}

.btn-wrap .btn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1vw 1vw;
    min-height: 5.5vw;
    padding-right: 6vw;
}

.btn-wrap .btn:before {
    content: '';
    background: url(calc.png) no-repeat center right;
    width: 5.2vw;
    height: 5vw;
    position: absolute;
    right: 0;
    max-width: 98px;
    max-height: 89px;
    background-size: contain;
}

.btn-wrap img {
    position: absolute;
    right: -1vw;
    top: -4vw;
    max-width: 11vw;
    max-height: none;
    z-index: 34;
    -webkit-animation: jampTrf 4.5s infinite linear;
    animation: jampTrf 4.5s infinite linear;
}

.qw3-block-title {
    font-weight: 600;
    font-size: 18px;
}

.qw3-block-subtitle {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 3vw;
}

.qw3-label {
    font-size: 0.67vw;
    margin-bottom: 0.5vw;
    display: block;
}

.qw3-check.radio-label {
    margin: 2vw 0;
    text-align: left;
}

/*кнопка звонка*/

.callback {
    position: fixed;
    right: 8%;
    bottom: 5%;
    z-index:999;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.callback-bt {
    background: url(krug.svg) no-repeat center;
    border-radius:50%;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
    cursor:pointer;
    position: relative;
    height:68px;
    text-align:center;
    width:68px;
    transition:.3s;
    -webkit-animation:hoverWave linear 1s infinite;
    animation:hoverWave linear 1s infinite;
    display: block;
}

.callback-bt .text-call{
    height:68px;
    width:68px;
    border-radius:50%;
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.callback span {
    text-align: center;
    color:#000000;
    font-size: 8px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
}

.callback-bt:hover img {
    color:#000000;
    font-size:40px;
    transition:.3s;
}

.callback-bt img {
    color:#fff;
    font-size:34px;
    transition:.3s;
    line-height: 66px;transition: .5s ease-in-out;
}

.callback-bt img  {
    width: 44px;
    animation: 1200ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
    -webkit-animation: 1200ms ease 0s normal none 1 running shake;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes hoverWave {
    0% {
        box-shadow:0 8px 10px rgba(0,0,0,0.3),0 0 0 0 rgba(0,0,0,0.2),0 0 0 0 rgba(0,0,0,0.2)
    }
    40% {
        box-shadow:0 8px 10px rgba(0,0,0,0.3),0 0 0 15px rgba(0,0,0,0.2),0 0 0 0 rgba(0,0,0,0.2)
    }
    80% {
        box-shadow:0 8px 10px rgba(0,0,0,0.3),0 0 0 30px rgba(0,0,0,0),0 0 0 26.7px rgba(0,0,0,0.067)
    }
    100% {
        box-shadow:0 8px 10px rgba(0,0,0,0.3),0 0 0 30px rgba(0,0,0,0),0 0 0 40px rgba(0,0,0,0.0)
    }
}@keyframes hoverWave {
     0% {
         box-shadow:0 8px 10px rgba(0,0,0,0.3),0 0 0 0 rgba(0,0,0,0.2),0 0 0 0 rgba(0,0,0,0.2)
     }
     40% {
         box-shadow:0 8px 10px rgba(0,0,0,0.3),0 0 0 15px rgba(0,0,0,0.2),0 0 0 0 rgba(0,0,0,0.2)
     }
     80% {
         box-shadow:0 8px 10px rgba(0,0,0,0.3),0 0 0 30px rgba(0,0,0,0),0 0 0 26.7px rgba(0,0,0,0.067)
     }
     100% {
         box-shadow:0 8px 10px rgba(0,0,0,0.3),0 0 0 30px rgba(0,0,0,0),0 0 0 40px rgba(0,0,0,0.0)
     }
 }

/* animations icon */

@keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}

@-webkit-keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}
/* конец кнопки звонка */

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

@keyframes pulse-mobile {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    30% {
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}


.autoflash{
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.flash{
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    -webkit-transform: skewX(-45deg) translateX(0);
    transform: skewX(-45deg) translateX(0);
    -webkit-transition: none;
    transition: none;
}

.lighting {
    webkit-animation: moving 3s ease-in-out infinite;
    -moz-animation: moving 3s ease-in-out infinite;
    -ms-animation: moving 3s ease-in-out infinite;
    -o-animation: moving 3s ease-in-out infinite;
    animation: moving 3s ease-in-out infinite;
    
}

@keyframes moving {
    30% {  webkit-transform: skewX(-45deg) translateX(33.5em);
        transform: skewX(-45deg) translateX(33.5em);
        
    }
    
    100% {  webkit-transform: skewX(-45deg) translateX(33.5em);
        transform: skewX(-45deg) translateX(33.5em);
        
    }
}

.circle{
    width: 500px;
    height: 500px;
    border-radius: 100%;
    position: absolute;
    left: 52%;
    top: 56%;
    margin-left: -250px;
    margin-top: -250px;
    z-index: 1;
}

.circle:before, .circle:after {
    content: '';
    position: absolute;
    border: 1px solid #EAA000;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    border-radius: 50%;
    animation: pulse 7s linear infinite;
    opacity: 0;
    z-index: -1;
}

.circle:after {
    animation-delay: 5s;
}

.qw3 .test__btn-block {
    width: 75%;
    margin: 2vw auto 0;
    justify-content: flex-start;
}

.test-item-block.qw3-block {
    justify-content: flex-start;
    width: 75%;
    margin: 0 auto;
}

.test {
    padding-bottom: 2.5vw;
}

.test-wrapper {
    -webkit-box-shadow: 0 0 30px rgba(152, 152, 152, 0.1);
    box-shadow: 0 0 30px rgba(152, 152, 152, 0.1);
    background-color: #ffffff;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.test-wrapper.predfinals {
    overflow: unset;
}

.test__main {
    width: 77%;
    padding: 35px 25px;
    position: relative;
}

.test__main.final {
    width: 100%;
}

.left-block {
    width: 23%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    background: url("./test-bg.jpg") no-repeat center;
    background-size: cover;
    height: 500px;
    text-align: center;
}

.left-block-subtitle {
    color: #8c8c8c;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.left-block-title {
    color: #2E2E2E;
    font-size: 20px;
    text-transform: uppercase;
}

.left-block-title .trigger {
    color: #e0ba1f;
    font-style: italic;
    font-weight: 700;
}

.left-block.no-show {
    overflow: hidden;
    width: 0;
    padding: 0;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.link-paradigma {
    color: #a8a3a1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.link-paradigma:hover {
    color: #e0ba1f;
}

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

.footer__item {
    color: #a8a3a1;
    font-size: 0.8vw;
}

.footer__item a {
    color: #a8a3a1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.footer__item a:hover {
    color: #e0ba1f;
}

.test {
    padding: 1.5vw 0 0;
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 75%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.progress-bar__title {
    color: #a8a3a1;
    font-size: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 19px;
}

.progress-bar__line {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 19%;
    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-shadow: inset 0 0 20px rgba(233, 227, 49, 0.2);
    box-shadow: inset 0 0 20px rgba(233, 227, 49, 0.2);
    background-color: #FFEB3B;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(220, 222, 88, 0.8)), to(rgba(88, 222, 92, 0))), repeating-linear-gradient(-55deg, #f4d532, transparent 6px, #f4d532 5px, #f4d532 5px);
    background-image: -webkit-linear-gradient(left, rgba(220, 222, 88, 0.8) 0%, rgba(88, 222, 92, 0) 100%), -webkit-repeating-linear-gradient(145deg, #f4d532, transparent 6px, #f4d532 5px, #f4d532 5px);
    background-image: -o-linear-gradient(left, rgba(220, 222, 88, 0.8) 0%, rgba(88, 222, 92, 0) 100%), -o-repeating-linear-gradient(145deg, #f4d532, transparent 6px, #f4d532 5px, #f4d532 5px);
    background-image: linear-gradient(to right, rgba(220, 222, 88, 0.8) 0%, rgba(88, 222, 92, 0) 100%), repeating-linear-gradient(-55deg, #f4d532, transparent 6px, #f4d532 5px, #f4d532 5px);
    -webkit-animation: progres 2.8s linear infinite;
    animation: progres 2.8s linear infinite;
    -webkit-transition: width 0.4s;
    -o-transition: width 0.4s;
    transition: width 0.4s;
}

.progress-bar__line-wrap {
    height: 8px;
    -webkit-box-shadow: 0 0 30px rgba(183, 193, 199, 0.1);
    box-shadow: 0 0 30px rgba(183, 193, 199, 0.1);
    border-radius: 5px;
    background-color: #e7e7e7;
    width: 100%;
    overflow: hidden;
    position: relative;
}

@-webkit-keyframes progres {
    from {
        background-position: 0 0, 0 0;
    }

    to {
        background-position: 0 0, 60px 30px;
    }
}

@keyframes progres {
    from {
        background-position: 0 0, 0 0;
    }

    to {
        background-position: 0 0, 60px 30px;
    }
}

.checkbox-psevdo {
    width: 1.3vw;
    height: 1.3vw;
    border-radius: 3px;
    border: 1px solid #a8a3a1;
    background-color: #ffffff;
    padding: 0.2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0.7vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: initial;
    top: 10px;
    left: 10px;
}

.first-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 1vw;
}

.first-wrapper__column-1 {
    width: 149px;
}

.first-wrapper__column-2 {
    width: 177px;
}

.first-wrapper__column-3 {
    width: 167px;
}

.first-wrapper__column-4 {
    width: 243px;
    margin-bottom: 40px;
}

.test__main.qw3 {
    background: url(3-bg.jpg) no-repeat right bottom;
}

#quiz .btn {
    width: 13vw;
    margin: 0 15px;
}

#quiz .modal form {
    padding: 0;
    margin: 0;
}

.checkbox-psevdo-active {
    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-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.checkbox-psevdo-active img {
    width: 140%;
    max-width: 140%;
    -ms-flex-item-align: center;
    align-self: center;
}

.checkbox-inp:checked ~ .radio-label {
    color: #2a2a2a;
}

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

.radio-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-top: 2vh;
    margin-bottom: 3vh;
    width: 100%;
    font-weight: 500;
}

.radio-item {
    width: 45%;
    text-align: left;
}

.qw-4 .test_elem {
    width: 30%;
    display: flex;
    align-items: center;
    padding: 1vw;
}

.qw-4 .checkbox-wrap {
    padding: 0;
}

.qw-4 .test-elem-1 .checkbox-psevdo {
    position: initial;
}

.qw-4 .radio-label {
    margin-bottom: 10px;
}

.qw4-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #a8a3a1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.radio-label {
    color: #000000;
    font-size: 16px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    margin-top: 0.5vw;
}

.radio-psevdo {
    border: 1px solid #a8a3a1;
    background-color: #ffffff;
    width: 1.2vw;
    height: 1.2vw;
    border-radius: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.6vw;
    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-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.radio-psevdo-active {
    width: 0.64vw;
    height: 0.64vw;
    background-color: #e0ba1f;
    border-radius: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.radio-block {
    width: 100%;
}

.radio-btn {
    display: none;
}

.radio-btn:checked ~ .radio-label {
    color: #2a2a2a;
}

.radio-btn:checked ~ label .radio-psevdo-active {
    opacity: 1;
}

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

.test-item__title {
    color: #212121;
    font-size: 1.2vw;
    font-weight: 700;
    margin-bottom: 1.7vw;
}

.test-item__title span {
    color: #ffd535;
}

.img-label {
    height: 6.4vw;
    width: 100%;
    display: inline-block;
    border-radius: 10px;
    cursor: pointer;
}

.test_elem {
    -webkit-transform: all 0.4s;
    -ms-transform: all 0.4s;
    transform: all 0.4s;
    border-radius: 4px;
    padding: 0 1vw;
    width: 19%;
    margin: 0 1.5% 13px 1.5%;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.test_elem-t2 {
    padding: 0;
    border-radius: 10px;
    text-align: center;
    display: block;
}

.qw1-bg {
    background: url(1-1.jpg) no-repeat center;
    height: 140px;
}

.test_elem__wrapper .radio-label {
    color: #000000;
    opacity: 1;
    position: initial;
    display: block;
    margin-top: -4px;
    padding-left: 30px;
}

.first-wrapper__column-1 .test_elem__wrapper {
    background-repeat: no-repeat;
    background-position: center;
}

.first-wrapper__column-1 .test-elem-1:nth-of-type(1) {
    background-image: url(quiz/item-1.jpg);
}

.first-wrapper__column-1 .test-elem-1:nth-of-type(2) {
    background-image: url(quiz/item-2.jpg);
}

.first-wrapper__column-1 .test-elem-1:nth-of-type(3) {
    background-image: url(quiz/item-3.jpg);
}

.first-wrapper__column-1 .test-elem-1:nth-of-type(4) {
    background-image: url(quiz/item-4.jpg);
}

.first-wrapper__column-2 .test-elem-1:nth-of-type(1) {
    background-image: url(quiz/item-5.jpg);
}

.first-wrapper__column-2 .test-elem-1:nth-of-type(2) {
    background-image: url(quiz/item-6.jpg);
}

.first-wrapper__column-2 .test-elem-1:nth-of-type(3) {
    background-image: url(quiz/item-7.jpg);
}

.first-wrapper__column-2 .test-elem-1:nth-of-type(4) {
    background-image: url(quiz/item-8.jpg);
}

.first-wrapper__column-3 .test-elem-1:nth-of-type(1) {
    background-image: url(quiz/item-9.jpg);
}

.first-wrapper__column-3 .test-elem-1:nth-of-type(2) {
    background-image: url(quiz/item-10.jpg);
}

.first-wrapper__column-3 .test-elem-1:nth-of-type(3) {
    background-image: url(quiz/item-11.jpg);
}

.first-wrapper__column-3 .test-elem-1:nth-of-type(4) {
    background-image: url(quiz/item-12.jpg);
}

.first-wrapper__column-3 .test-elem-1:nth-of-type(5) {
    background-image: url(quiz/item-13.jpg);
}

.first-wrapper__column-4 .test-elem-1:nth-of-type(1) {
    background-image: url(quiz/item-14.jpg);
}

.first-wrapper__column-4 .test-elem-1:nth-of-type(2) {
    background-image: url(quiz/item-15.jpg);
}

.first-wrapper__column-4 .test-elem-1:nth-of-type(3) {
    background-image: url(quiz/item-16.jpg);
}

.first-wrapper__column-4 .test-elem-1:nth-of-type(4) {
    background-image: url(quiz/item-17.jpg);
}

.first-wrapper__column-4 .test-elem-1:nth-of-type(5) {
    background-image: url(quiz/item-18.jpg);
}

#quiz .controlgroup {
    position: relative;
    border-radius: 5px;
    height: 30px;
    font-size: 14px;
    color: #000000;
    width: 90px;
    text-align: center;
    margin-bottom: 25px;
    margin-top: -35px;
}

#quiz .controlgroup input {
    border: none;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #000000;
    cursor: default;
    width: 28px;
    height: 100%;
    background: none;
    margin-right: -10px;
    margin-left: -7px;
}

#quiz .ui-spinner-up:before {
    font-weight: bold;
    color: #29DB19;
    font-size: 25px;
    position: absolute;
    right: 5px;
    top: -1px;
    cursor: pointer;
}

#quiz .ui-spinner-down:before {
    font-weight: bold;
    color: #29DB19;
    font-size: 25px;
    position: absolute;
    left: 8px;
    top: -2px;
    cursor: pointer;
}

.test_elem__wrapper .test_elem {
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 5px;
    height: 65px;
}

.controlgroup-wrapper {
    padding-left: 30px;
}

.test-elem-1 .checkbox-psevdo {
    position: absolute;
}

label[for="qw1-2"] .qw1-bg {
    background-image: url(1-2.jpg);
}

label[for="qw1-3"] .qw1-bg {
    background-image: url(1-3.jpg);
}

label[for="qw1-4"] .qw1-bg {
    background-image: url(1-4.jpg);
}

label[for="qw2-1"] .qw1-bg {
    background-image: url(2-1.jpg);
}

.test__main.qw3 {
    background: url(3-bg.jpg) no-repeat right bottom;
}

.test__main.qwlast {
    background: url(last-bg.jpg) no-repeat right bottom;
}

.qw3-wrap.qw1-wrap {
    position: absolute;
    left: -225px;
    bottom: 40px;
}

.qw3-wrap.qw1-wrap .qw3-block-subtitle {
    margin-bottom: 28px;
}

label[for="qw2-2"] .qw1-bg {
    background-image: url(2-2.jpg);
}

label[for="qw2-3"] .qw1-bg {
    background-image: url(2-3.jpg);
}

label[for="qw2-4"] .qw1-bg {
    background-image: url(2-4.jpg);
}

label[for="qw4-1"] .qw1-bg {
    background-image: url(4-1.jpg);
}

label[for="qw4-2"] .qw1-bg {
    background-image: url(4-2.jpg);
}

label[for="qw4-3"] .qw1-bg {
    background-image: url(4-3.jpg);
}

label[for="qw5-1"] .qw5-bg {
    background-image: url(5-1.jpg);
    background-position-y: 18px;
    background-size: 132px;
}

label[for="qw5-2"] .qw5-bg {
    background-image: url(5-2.jpg);
    background-position-y: 20px;
    background-size: 158px;
}

label[for="qw5-3"] .qw5-bg {
    background-image: url(5-3.jpg);
    background-position-y: 21px;
    background-size: 113px;
}

.vetka-left-1 {
    position: absolute;
    left: -3vw;
    width: 19vw;
    height: 26vw;
    max-width: 359px;
    max-height: 486px;
    background: url(vetka-left-1.png) no-repeat center;
    background-size: contain;
    top: 99vw;
}

.vetka-left-2 {
    position: absolute;
    left: 0;
    width: 13vw;
    height: 44vw;
    max-width: 249px;
    max-height: 833px;
    background: url(vetka-left-2.png) no-repeat center;
    background-size: contain;
    top: 157vw;
}

.vetka-right-1 {
    position: absolute;
    right: 0;
    width: 22vw;
    height: 42vw;
    max-width: 413px;
    max-height: 801px;
    background: url(vetka-right-1.png) no-repeat center;
    background-size: contain;
    top: 38vw;
    z-index: 1;
}

.vetka-right-2 {
    position: absolute;
    right: 0;
    width: 15vw;
    height: 23vw;
    max-width: 287px;
    max-height: 440px;
    background: url(vetka-right-2.png) no-repeat center;
    background-size: contain;
    top: 157vw;
    z-index: 1;
}

.lists {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 116vw;
    max-width: 1920px;
    max-height: 2215px;
    background: url(lists.png) no-repeat center;
    background-size: contain;
    top: 65vw;
}

.qw5-bg {
    width: 100%;
    height: 206px;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: top;
}

.qw5 .test_elem {
    width: 30%;
}

.qw5-bg + .radio-label {
    margin-top: -3vw;
    display: block;
}

.qw5-bg + .radio-label span {
    color: #525252;
    font-size: 0.6vw;
    display: block;
}

.test_elem-t2 .bg-qw1 {
    border-radius: 10px;
    background: transparent;
}

.test_elem-t2 .checkbox-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.5vw 0;
}

.test_elem:hover .bg-qw1 {
    border: 1px solid #e0ba1f !important;
    -webkit-box-shadow: 0 0 40px rgba(250, 242, 38, 0.2);
    box-shadow: 0 0 40px rgba(250, 242, 38, 0.2);
}

.bg-qw1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 4px;
    border: 1px solid #a8a3a1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.checkbox-inp:checked + .qw1-bg,
.checkbox-inp:checked + .qw5-bg {
    border: 3px solid #e0ba1f !important;
    -webkit-box-shadow: 0 0 30px rgba(250, 242, 38, 0.15);
    box-shadow: 0 0 30px rgba(250, 242, 38, 0.15);
}

.test-elem-big {
    width: 47%;
    margin: 1vw 1.5% 1.5vw 1.5%;
}

.test-elem-big span {
    color: #000000;
    font-size: 1vw;
    font-weight: 500;
}

.test-elem-4 {
    border-radius: 10px;
    min-height: 6.5vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 36%;
}

.test-elem-4 .bg-qw1 {
    border-radius: 10px;
    background: transparent;
}

.test-elem-5 {
    min-height: 5.5vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.test-elem-5 .bg-qw1 {
    border-radius: 10px;
    background: transparent;
}

.test-elem-6 {
    position: relative;
    min-height: 6vw;
    width: 36%;
    margin: 1.7vw 1.5% 1.7vw 1.5%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.test-elem-6 .bg-qw1 {
    border-radius: 10px;
    background: transparent;
}

.qw6-img-1 {
    position: absolute;
    right: 0;
    top: -0.7vw;
    width: 9vw;
    max-height: none;
    z-index: 33;
}

.qw6-img-1-1 {
    right: -1vw;
}

.qw6-img-1-2 {
    top: -2.1vw;
}

.qw6-img-1-3 {
    width: 11vw;
    top: -2vw;
}

.qw6-img-1-4 {
    width: 8vw;
    top: -1vw;
}

.qw6-img-2 {
    position: absolute;
    right: -1.2vw;
    top: -1.7vw;
    width: 5vw;
    max-height: none;
    z-index: 44;
}

#lexa-modal {
    background: #DCDBE3 url(modal-bg-3.png) no-repeat center;
}

#lexa-modal .padded {
    padding: 2vw;
}

.lexa {
    background: #ffffff url(lexa.jpg) no-repeat left center;
    max-width: 227px;
    width: 29vw;
    background-size: cover;
    padding: 1vw 1.3vw;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    position: relative;
}

.lexa:before {
    content: "";
    background: url(lexa2.webp) no-repeat center;
    width: 13vw;
    height: 18.5vw;
    max-width: 230px;
    max-height: 330px;
    bottom: 7vw;
    position: absolute;
    left: 0;
    background-size: contain;
}

.lexa:after {
    content: "";
    background: url(lexa-icon.png) no-repeat center;
    width: 17vw;
    height: 14vw;
    max-width: 325px;
    max-height: 268px;
    bottom: -1vw;
    position: absolute;
    left: -1.3vw;
    background-size: contain;
}

.lexa-title {
    font-weight: 600;
    font-size: 0.9vw;
}

.lexa-subtitle {
    font-style: italic;
}

#lexa-modal .modal {
    display: flex;
    padding: 0;
}

#lexa-modal .modal-wrap {
    width: 46vw;
    top: 25vh;
}

.name-inp {
    width: 40%;
    text-align: right;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
}

#thanks-all .modal-wrap {
    width: 63vw;
    top: 23vh;
}

#thanks-all .modal {
    background: #ffffff url(thank-all.jpg) no-repeat center;
    display: flex;
    padding: 0;
}

.enginer {
    background: url(engineer.png) no-repeat bottom center;
    width: 31vw;
    max-width: 450px;
    background-size: contain;
    position: relative;
}

.enginer-wrapper {
    display: flex;
    padding: 0.5vw;
    flex-direction: column;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.4));
    bottom: 5vw;
    position: absolute;
}

.enginer-text {
    color: #2E2E2E;
    margin-bottom: 0.3vw;
}

.enginer-name {
    font-size: 14px;
    font-weight: bold;
}

.enginer-prof {
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
}

.modal-main {
    padding: 1vw 4vw 2vw 3vw;
    color: #2E2E2E;
}

.modal-main__subtitle {
    font-size: 0.75vw;
}

.modal-main__title {
    text-align: left;
    font-weight: bold;
    font-size: 1.15vw;
    margin: 1vw 0;
}

.modal-main__li {
    text-align: left;
    font-size: 0.85vw;
    position: relative;
    margin-bottom: 0.5vw;
}

.modal-main__li:before {
    content: "";
    width: 18px;
    height: 19px;
    background: url(tick-2.png) no-repeat center;
    position: absolute;
    left: -1.3vw;
}

.modal-main__desc {
    font-size: 0.95vw;
    padding: 0 6vw;
    margin: 2vw 0 1vw;
    text-align: left;
}

#quiz .modal-wrap {
    width: 1200px;
    top: 0;
}

#quiz .modal-wrap:before {
    content: none;
}

#quiz .modal {
    padding: 0;
}

.modal-main__title span {
    color: #EBBF03;
}

.modal-main__form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#thanks-all .modal-main__form > * {
    width: 48%;
    margin-top: 0;
    padding: 0vw 0.8vw;
}

#thanks-all .btn-text {
    font-size: 1vw;
}

#thanks-all .input:nth-child(1),
#thanks-all .input:nth-child(2) {
    margin-bottom: 1vw;
}

.checkbox-wrap {
    padding: 0.5vw;
}

.test-text-wrap {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

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

.test__qwiz {
    width: 75%;
}

.test__qwiz.active {
    width: 100%;
}

.test__gifts {
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: center;
    width: 23%;
    padding: 2vw;
    -webkit-box-shadow: inset 0 -2px 3px rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 -2px 3px rgba(255, 255, 255, 0.16);
    border-radius: 4px;
    background-color: #ffd535;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.4)));
    background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
    background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
}

.test__gifts.not-active {
    width: 0;
}

.test__gifts-subtitle {
    text-shadow: 0 1px 0 rgba(255, 251, 233, 0.8);
    color: #000000;
    font-size: 1vw;
    margin-bottom: 0.4vw;
    font-weight: 900;
}

.test__gifts-title {
    text-shadow: 0 1px 0 rgba(255, 251, 233, 0.8);
    color: #000000;
    font-size: 2.1vw;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 2vw;
    line-height: 1.2;
}

.test__gifts-img {
    margin-bottom: 0.6vw;
}

.test-inp-wrap {
    width: 21%;
    margin-right: 3%;
}

.test-inp {
    margin-bottom: 1.1vw;
}

.test-block-img {
    width: 67%;
    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;
    height: 19.2vw;
}

.test-block-img img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.q-4 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 2px solid #96c3e6;
    border-radius: 4px;
    padding: 3vw 2vw;
}

.inp-hiden {
    display: none;
}

.test-inp-wrap-big {
    width: 47%;
}

.test-file-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.file-link {
    color: #000000;
    font-size: 0.9vw;
    border-radius: 25px 0 0 25px;
    border: 2px solid #ecf1f9;
    padding: 1vw;
    overflow-x: hidden;
    min-height: 3.6vw;
    width: 60%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.file-btn {
    color: #ffffff;
    font-size: 0.9vw;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border-radius: 0 25px 25px 0;
    background-color: #166aac;
    min-height: 3.6vw;
    padding: 1vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40%;
    margin-left: -2px;
    cursor: pointer;
}

.q-5 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    border: 2px solid #96c3e6;
    height: 26.4vw;
    padding: 3vw;
}

.test-block-proc {
    width: 52%;
    text-align: center;
}

.test-big-num {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(22, 106, 172, 0)), to(#166aac));
    background-image: -webkit-linear-gradient(bottom, rgba(22, 106, 172, 0) 0%, #166aac 100%);
    background-image: -o-linear-gradient(bottom, rgba(22, 106, 172, 0) 0%, #166aac 100%);
    background-image: linear-gradient(to top, rgba(22, 106, 172, 0) 0%, #166aac 100%);
    color: #ffffff;
    font-size: 11vw;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -1vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.test-big-num span {
    font-size: 8vw;
}

.test-big-num-title {
    color: #000000;
    font-size: 0.9vw;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.test-elem-lg {
    width: 30.1%;
}

.img-label-gift {
    width: 100%;
    border-radius: 4px 4px 0 0;
    background-color: #edf7fd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.test-elem-lg .img-label-gift {
    height: 16vw;
}

.text-price {
    color: #166aac;
    font-size: 1vw;
    font-weight: 900;
    white-space: nowrap;
}

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

.test-gift-price {
    margin-left: 2vw;
    text-align: right;
}

.load-text {
    color: #212121;
    font-size: 1.2vw;
    font-weight: 600;
}

.troe {
    white-space: nowrap;
    overflow-x: hidden;
    display: inline-block;
}

.load-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: opas 2.5s infinite linear;
    animation: opas 2.5s infinite linear;
}

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

.load-img {
    width: 4vw;
    margin-bottom: 1vw;
    -webkit-animation: deg 2.5s infinite linear;
    animation: deg 2.5s infinite linear;
}

.q-7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.q-7 .test-block-img {
    width: 46%;
}

.q-7 .test-inp-wrap-big {
    width: 41%;
}

.final-label {
    border-radius: 32px;
    border: 2px solid #ecf1f9;
    padding: 0.8vw;
    margin-bottom: 1vw;
    margin-left: 0;
}

.inp-final {
    position: relative;
    padding-left: 3vw;
}

.inp-final:focus {
    border: 2px solid #96c3e6;
}

.final-inp-be {
    position: relative;
    z-index: 7;
}

.final-inp-be:before {
    content: "";
    position: absolute;
    left: 1vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.4vw;
    height: 0.9vw;
    background: url("../img/test/Phone_copy.png") no-repeat center;
    background-size: 100% 100%;
    z-index: 2;
}

.final__btn-wrap {
    position: relative;
}

.final__btn-wrap:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translate(130%, -50%);
    -ms-transform: translate(130%, -50%);
    transform: translate(130%, -50%);
    width: 7vw;
    height: 7vw;
    background: url("../img/test/Shape.png") no-repeat center;
    background-size: 100% 100%;
    z-index: 2;
}

.final__btn-wrap .btn-text {
    color: #000000;
}

.final__btn-wrap .btn {
    width: 100%;
    min-height: 4.5vw;
    padding: 1vw;
    margin-top: 1.5vw;
}

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

.test__gifts-price .text-price {
    color: #000000;
}

.test__gifts-price .text-small {
    color: #000000;
}

.test__gifts-name {
    text-shadow: 0 1px 0 rgba(255, 251, 233, 0.8);
    color: #000000;
    font-size: 1vw;
    font-weight: 500;
    text-align: left;
    line-height: 1.4;
}

.btn-test {
    border-radius: 15px;
    width: 13vw;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    min-height: 3.1vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
}

.btn-test:disabled {
    opacity: 0.4;
}

.btn-arr {
    font-size: 1.7vw;
    display: inline-block;
    line-height: 0.8;
    margin-left: 0.7vw;
    font-weight: 700;
    color: #fff;
    margin-top: -3px;
}

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

.qw1 .test__btn-block {
    justify-content: flex-end;
}

.test__numbers {
    position: absolute;
    bottom: 0;
    left: 2vw;
    color: #f3f3f3;
    font-size: 9vw;
    font-weight: 900;
    -webkit-transform: translateY(38%);
    -ms-transform: translateY(38%);
    transform: translateY(38%);
}

.test__qwiz {
    position: relative;
}

.gift-block {
    padding: 1vw 2vw 2vw;
    width: 100%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.gift-img {
    height: 11vw;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none;
    max-height: none;
}

.gift-block-title {
    color: #535353;
    font-size: 0.95vw;
    font-weight: 400;
    text-transform: uppercase;
}

.test-elem-7 {
    width: 100%;
    margin: 0;
    height: auto;
    min-height: 1vw;
    line-height: 1.1;
    padding: 0;
}

.predfinal {
    padding-left: 2vw;
}

.predfinal .test-text-wrap {
    text-align: left;
}

.predfinal .left-block-title {
    font-size: 14px;
}

.predfinal .checkbox-wrap {
    padding: 0;
}

.big-title-test {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.pred {
    flex: 1 0 auto;

}

.predfinal__form {
    display: flex;
    align-items: center;
}

.predfinal__form input {
    padding: 0.6vw 2.2vw;
    min-height: 4vw;
}

.predfinal__form > div {
    position: relative;
}

.btn-predfinal {
    width: 25vw;
    min-height: 3vw;
    margin: 0 2vw;
}

.septik-block__nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.septik-block__nav-item {
    color: #36ba3a;
    font-size: 1.05vw;
    cursor: pointer;
    width: 11vw;
    max-width: 196px;
    height: 3vw;
    max-height: 52px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    margin-right: 1vw;
    background: url(septik-block-btn.png) no-repeat center;
    background-size: contain;
}

.septik-block__nav-item:after {
    content: "";
    background: url(septik-block-middle.png) no-repeat center;
    width: 1.5vw;
    height: 1.5vw;
    max-width: 24px;
    max-height: 26px;
    position: absolute;
    right: -1.15vw;
    background-size: contain;
}

.swiper-slide-inner {
    padding: 2vw;
    background-color: rgb(255, 255, 255);
    margin: 0 auto 1vw;
    width: 76.5vw;
}

.swiper-slide[data-swiper-slide-index="6"] .swiper-left img {
    box-shadow: none;
}

.swiper__form-groups-wrapper {
    display: flex;
    margin-top: 1.5vw;
}

.help {
    position: relative;
    max-width: 79vw;
    margin: 7vw auto;
}

.help-wrap {
    padding: 2vw 2vw 2vw 28vw;
    position: relative;
    background-color: #edd56f;
    z-index: 2;
    background-image: linear-gradient(to top, rgba(194, 112, 35, 0.62) 0%, rgba(255, 255, 255, 0) 100%);
}

.help-form {
    display: flex;
}

.help-btn {
    font-size: 2vw;
    font-weight: 600;
    color: #ffffff;
    background-color: #1d1806;
    background-image: linear-gradient(to top, #434343 0%, #060606 100%);
    border: none;
    box-shadow: 0px 6px 1.5rem rgb(0, 0, 0);
}

.help-btn:not(:disabled):not(.no-blik):after {
    top: -100px;
}

.help-input {
    margin-bottom: 0.5vw;
    border-radius: 1vw;
    width: 16vw;
    font-size: 1.25vw;
}

.help-input:last-child {
    margin-bottom: 0;
}

.help-form div {
    display: flex;
    flex-direction: column;
    margin-right: 0.5vw;
}

.help-btn:hover {
    box-shadow: none;
}

.help:before {
    content: '';
    width: 35vw;
    height: 19vw;
    left: -9vw;
    max-width: 694px;
    max-height: 361px;
    position: absolute;
    background: url(car.png) no-repeat center;
    background-size: contain;
    z-index: 3;
    top: 2vw;
}

.help:after {
    content: '';
    width: 18vw;
    height: 29vw;
    left: -3vw;
    max-width: 343px;
    max-height: 547px;
    position: absolute;
    background: url(ramka.png) no-repeat center;
    background-size: contain;
    top: -3vw;
    z-index: 1;
}

.help-desc {
    font-size: 1.25vw;
    width: 62%;
    margin-bottom: 1vw;
}

.help-title {
    font-weight: 600;
    font-size: 2.7vw;
    color: #000000;
}

.advantages {
    display: flex;
    justify-content: center;
    margin-bottom: 4vw;
}

.advantages-left .advantage {
    height: 22vw;
    max-height: 418px;
    background: url(advantage-3.png) no-repeat center;
    background-size: cover;
    border-radius: 1vw;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
}

.advantages-small .advantage {
    height: 18.3vw;
    max-height: 350px;
    width: 49%;
}

.advantages-small {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1vw;
}

.advantages-left {
    width: 49%;
    margin-right: 1vw;
}

.advantages-right {
    width: 40%;
    position: relative;
}

.advantages-right:after {
    content: '';
    background: url(advantage-4-after.png) no-repeat center;
    position: absolute;
    width: 685px;
    height: 651px;
    max-width: 36vw;
    max-height: 34vw;
    background-size: contain;
    left: 0.5vw;
}

.advantage {
    padding: 1.5vw 0;

}

.advantages-right,
.advantages-left .advantage {
    position: relative;
    transition: all 0.3s;
}

.advantages-right:hover,
.advantages-left .advantage:hover {
    transform: scale(1.1);
    box-shadow: 1px 1px 10px #000000;
    z-index: 2;
}

.advantage-title {
    font-weight: 600;
    font-size: 1.75vw;
    text-align: center;
}

.advantage-desc {
    font-size: 1.15vw;
    text-align: center;
    padding: 0.5vw;
}

.white {
    color: #ffffff;
}

.advantages-small .advantage:nth-child(1) {
    background-image: url(advantage-1.png);
}

.advantages-small .advantage:nth-child(2) {
    background-image: url(advantage-2.png);
}

.advantages-right  {
    background: url(advantage-4.png) no-repeat center;
    background-size: cover;
    border-radius: 1.5vw;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
}

.andrew {
    background: url(andrew.png) no-repeat center;
    width: 21.5vw;
    height: 18.5vw;
    max-width: 411px;
    max-height: 350px;
    padding: 3.5vw 1.5vw 0 1.5vw;
    margin-bottom: 3.5vw;
    background-size: contain;
    margin-left: 5vw;
}

.andrew__hello {
    font-size: 0.8vw;
    color: #767676;
}

.andrew__name {
    font-weight: bold;
    font-size: 1.05vw;
    margin: 3px 0 10px;
}

.andrew__prof {
    font-size: 0.8vw;
}

.andrew__prof div {
    font-weight: normal;
}

.andrew__comp {
    font-size: 1.05vw;
}

.andrew__desc {
    font-size: 0.82vw;
    margin: 0.25vw 0 0.75vw;
}

.andrew__quality {
    font-size: 0.8vw;
    font-weight: bold;
}

.andrew__online {
    color: #1CD90C;
    font-size: 0.75vw;
    display: flex;
    align-items: center;
    margin: 0.75vw 0 0.25vw;
}

.andrew__online:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #1CD90C;
    border-radius: 50%;
    margin-right: 8px;
}

.andrew__phone {
    font-style: italic;
    font-size: 18px;
    color: #000000;
}

.andrew__footer {
    display: flex;
    justify-content: space-between;
}

.leader {
    display: flex;
}

.leader-left {
    width: 50%;
    text-align: center;
    margin-bottom: 4vw;
}

.leader-title {
    font-weight: 600;
    font-size: 1.8vw;
}

.line {
    height: 1.45vw;
    background: url(line.png) no-repeat bottom;
    margin-top: -1.45vw;
    position: relative;
    margin-bottom: -5px;
}

.leader-desc {
    font-size: 1.5vw;
}

.leader-form {
    background-color: #1a1919;
    border-radius: 1vw;
    color: #9f9d96;
    padding: 2vw;
    width: 65%;
    margin: 2.5vw auto 0;
    position: relative;
}

#quiz .predfinal__form .btn {
    width: 28vw;
    min-height: 4vw;
}

.leader-form__wrap {
    position: relative;
    z-index: 1;
}

.leader-form:before {
    content: '';
    width: 96%;
    border: 1px solid #3a3a3a;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 96%;
    border-radius: 1vw;
    bottom: 0;
    margin: auto;
}

.leader-form__title {
    font-size: 1.1vw;
}

.leader__form-group {
    display: flex;
    flex-direction: column;
    width: 23%;
    background-repeat: no-repeat;
    background-position: top;
    height: 6.8vw;
    background-size: contain;
    justify-content: flex-end;
    position: relative;
    cursor: pointer;
}

.leader-type__title {
    font-size: 0.85vw;
}

.leader__form-group .leader-type__title:before {
    content: '';
    position: absolute;
    background: url(checked.png) no-repeat center;
    width: 2vw;
    height: 2vw;
    max-width: 38px;
    max-height: 38px;
    top: 0;
    right: 0;
    display: none;
    background-size: contain;
}

.leader__form-group input:checked + .leader-type__title:before {
    display: block;
}

.leader-input {
    text-align: center;
    font-size: 1.25vw;
    margin: 0.5vw 0;
    min-height: 3.5vw;
}

.leader-btn {
    width: 100%;
    margin: 0.5vw 0;
    min-height: 4vw;
}

.leader-form__desc {
    font-size: 0.9vw;
    font-style: italic;
}

.leader__form-group input {
    display: none;
}

.leader__form-group:nth-child(1) {
     background-image: url(leader-phone.png);
}

.leader__form-group:nth-child(2) {
    background-image: url(leader-viber.png);
}

.leader__form-group:nth-child(3) {
    background-image: url(leader-whatsapp.png);
}

.leader__form-group:nth-child(4) {
    background-image: url(leader-telegram.png);
}


.leader-right {
    width: 50%;
    align-items: flex-end;
    display: flex;
    background: url(lexa.webp) no-repeat top;
    background-size: 26vw;
    background-position-x: 1vw;
}

.leader-types {
    display: flex;
    justify-content: space-between;
    margin: 1vw 0;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pagination-item {
    width: 8.5vw;
    max-width: 163px;
    height: 8.5vw;
    max-height: 163px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #e1c73c;
    font-size: 1.3vw;
    border: 2px solid #e1c73c;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    z-index: 1;
}

.pagination-item:hover {
    transform: scale(1.2);
    box-shadow: 1px 1px 10px #000000;
    z-index: 2;
}

.pagination-item:hover {
    border: none;
}

.pagination-item:hover .pagination-title {
    display: none;
}

.pagination-item.active .pagination-image,
.pagination-item:hover .pagination-image {
    -webkit-filter: initial;
    filter: initial;
}

.pagination-title {
    position: relative;
    z-index: 1;
    text-shadow: 1px 1px 0 #000000;
    text-align: center;
}

.pagination-image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
}

.pagination-item:nth-child(1) .pagination-image {
    background-image: url(slider/pagination-1.jpg);
}

.pagination-item:nth-child(2) .pagination-image {
    background-image: url(slider/pagination-2.jpg);
}

.pagination-item:nth-child(3) .pagination-image {
    background-image: url(slider/pagination-3.jpg);
}

.pagination-item:nth-child(4) .pagination-image {
    background-image: url(slider/pagination-4.jpg);
}

.pagination-item:nth-child(5) .pagination-image {
    background-image: url(slider/pagination-5.jpg);
}

.pagination-item:nth-child(6) .pagination-image {
    background-image: url(slider/pagination-6.jpg);
}

.pagination-item:nth-child(7) .pagination-image {
    background-image: url(slider/pagination-7.jpg);
}

.pagination-item:nth-child(8) .pagination-image {
    background-image: url(slider/pagination-8.jpg);
}

.pagination-item:nth-child(9) .pagination-image {
    background-image: url(slider/pagination-9.jpg);
}

.pagination-item:nth-child(10) .pagination-image {
    background-image: url(slider/pagination-10.jpg);
}

.pagination-item:nth-child(11) .pagination-image {
    background-image: url(slider/pagination-11.jpg);
}

.pagination-item:nth-child(12) .pagination-image {
    background-image: url(slider/pagination-12.jpg);
}

.pagination-item:nth-child(13) .pagination-image {
    background-image: url(slider/pagination-13.jpg);
}

.pagination-item:nth-child(14) .pagination-image {
    background-image: url(slider/pagination-14.jpg);
}

.pagination-item:nth-child(15) .pagination-image {
    background-image: url(slider/pagination-15.jpg);
}

.pagination-item:nth-child(16) .pagination-image {
    background-image: url(slider/pagination-16.jpg);
}

.pagination-item:nth-child(17) .pagination-image {
    background-image: url(slider/pagination-17.jpg);
}

.pagination-item:nth-child(18) .pagination-image {
    background-image: url(slider/pagination-18.jpg);
}

.septik-block .title-wrap {
    margin-bottom: 0.5vw;
}

.swiper-left {
    display: flex;
    width: 47%;
    flex-wrap: wrap;
    justify-content: center;
}

.swiper-left img {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    border-radius: 2vw;
}

.swiper-main {
    display: flex;
    justify-content: space-between;
}

.swiper-right {
    width: 51%;
    display: flex;
    flex-direction: column;
    padding-right: 4vw;
}

.swiper-left__form-group label {
    text-align: center;
    font-size: 0.95vw;
    font-style: italic;
    width: 100%;
    display: block;
    margin-bottom: 0.5vw;
}

.swiper-left__form-group input {
    border: none;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1);
    font-size: 1.25vw;
    border-radius: 1vw;
}

.phone-flag {
    background: #ffffff url(flag.jpg) no-repeat left center;
    background-size: 1.25vw;
    padding-left: 2.3vw;
    background-position-x: 0.5vw;
    font-size: 1.25vw;
    background-position-y: 0.9vw;
}

.controlgroup {
    position: relative;
    width: 5vw;
    margin: 0 auto;
}

.ui-spinner-up:before {
    content: '+';
    color: #e0ba1f;
    font-size: 2vw;
    position: absolute;
    right: 0.7vw;
    top: 0.2vw;
    cursor: pointer;
}

.ui-spinner-down:before {
    content: '-';
    color: #e0ba1f;
    font-size: 2vw;
    position: absolute;
    left: 0.7vw;
    top: 0.2vw;
    cursor: pointer;
}

.input-count {
    text-align: center;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
    top: 0;
    bottom: initial;
}

.swiper-pagination-bullet-active:before {
    content: "";
    position: absolute;
    width: 4vw;
    height: 4vw;
    max-width: 76px;
    max-height: 76px;
    background-color: #23f23d;
    opacity: 0.4;
    border-width: 2px;
    border-color: rgb(18, 184, 22);
    margin: -2px;
}

.swiper-pagination-bullet {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(18, 184, 22);
    background-color: rgb(255, 255, 255);
    width: 4vw;
    height: 4vw;
    max-width: 76px;
    max-height: 76px;
    border-radius: 0;
    opacity: 1;
}

.swiper-right__title {
    color: #353535;
    font-size: 1.9vw;
    font-weight: 600;
}

.swiper-right__type {
    font-size: 1.25vw;
    font-weight: 600;
    margin: 1vw 0 -1vw;
}

.swiper-right__type span {
    padding-left: 20px;
    background: url(online.png) no-repeat center left;
    margin-left: 1vw;
}

.swiper-right__subtitle {
    font-size: 0.95vw;
}

.swiper-left__title {
    font-size: 1.9vw;
    margin: 0 0 1vw;
    text-align: center;
}

.swiper-right__text {
    font-size: 0.95vw;
}

.swiper-right__text p {
    margin: 1vw 0 2vw;
}

.swiper-right__price {
    font-size: 1.55vw;
    font-weight: 600;
    margin-top: -1vw;
}

.swiper-right__price-small {
	font-size: 1vw;
}

.swiper-right__text ul li:before {
    content: '- ';
}

.swiper-left__button {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    border-radius: 0.5vw;
    padding: 1vw 2vw;
    margin-top: 1vw;
    font-weight: 600;
    font-size: 1.7vw;
    color: #262626;
    cursor: pointer;
    border: none;
    background-image: -moz-linear-gradient(90deg, rgb(245, 209, 72) 0%, rgb(253, 220, 84) 65.381%, rgb(244, 219, 117) 98.315%);
    background-image: -webkit-linear-gradient(90deg, rgb(245, 209, 72) 0%, rgb(253, 220, 84) 65.381%, rgb(244, 219, 117) 98.315%);
}

.swiper-button-prev,
.swiper-button-next {
    color: #f6db6c;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

.septik-block__nav-item:last-child {
    margin-right: 0;
}

.septik-block__nav-item:last-child:after {
    content: none;
}

.septik-block__nav:before,
.septik-block__nav:after {
    content: "";
    background: url(septik-block-left.png) no-repeat center;
    max-width: 114px;
    max-height: 11px;
    width: 6vw;
    height: 1vw;
    background-size: contain;
}

.septik-block__nav:after {
    background-image: url(septik-block-right.png);
}

.pred-pdf {
    color: #2E2E2E;
    font-size: 0.8vw;
}

.predfinal__img {
    position: absolute;
    right: 4vw;
    bottom: 120px;
    max-width: 29vw;
}

.predfinal .radio-label {
    justify-content: flex-start;
    margin: 0 0 10px;
}

.predfinal #quiz .btn {
    width: 194px;
    flex: 1 0 auto;
    min-height: 4vw;
}

.predfinal .qw3-check.radio-label {
    margin: 26px 0 50px;
    font-size: 12px;
}

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

.final-man {
    position: relative;
    padding-top: 2vw;
    width: 35%;
}

.final-man img {
    position: relative;
    -webkit-transform: translateX(10%) scale(1.1211);
    -ms-transform: translateX(10%) scale(1.1211);
    transform: translateX(10%) scale(1.1211);
}

.final-man__name {
    position: absolute;
    top: 25%;
    left: -3.5vw;
    padding: 0.7vw 2.3vw;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.final-man__name-descr {
    opacity: 0.7;
    color: #000000;
    font-size: 0.77vw;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0.8vw;
}

.final-man__name .final-li {
    font-weight: 500;
}

.final-sub {
    font-size: 0.87vw;
    color: #000000;
    font-style: italic;
    font-weight: 500;
    text-align: center;
}

.final__info {
    width: 60%;
}

.final__info .left-block-title {
    text-transform: initial;
    font-size: 1.55vw;
    margin-bottom: 2vw;
}

.final-li {
    font-size: 1.2vw;
    font-weight: 400;
}

.final-li.first {
    margin-bottom: 3vw;
    text-align: center;
    color: #a8a3a1;
    font-weight: 500;
}

.final__list li {
    position: relative;
    margin: 0.5vw 0;
    padding-left: 1.7vw;
}

.final__list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.1vw;
    height: 1.1vw;
    background: url("./li.png") no-repeat center;
    background-size: 100%;
}

.finaltw {
    background: url("./final-bg.jpg") no-repeat center;
    background-size: cover;
}

.final__info-form {
    width: 78%;
    margin: 0 auto;
    margin-top: 3vw;
}

.final-li-form {
    font-weight: 300;
    margin-bottom: 2vw;
}

.final-li-form span {
    font-weight: 600;
    font-style: italic;
}

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

.inp-wrap {
    width: 46%;
    margin-bottom: 1.5vw;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
}

.inp-wrap.btn {
    min-height: 4.4vw;
}

.qw-2-block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

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

.close {
    position: absolute;
    right: 0.5vw;
    top: 0.5vw;
    width: 1.5vw;
    height: 1.5vw;
    cursor: pointer;
    z-index: 10;
}

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

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

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

#call-modal .modal:before {
    content: "";
    background: url(phone.png) no-repeat center;
    position: absolute;
    bottom: -6vw;
    left: -7vw;
    width: 14vw;
    height: 18vw;
    max-width: 208px;
    max-height: 270px;
    background-size: contain;
}

.modal-wrap {
    width: 31vw;
    position: absolute;
    top: 31vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0 6px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 50px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background-color: #ffffff;
}

.modal {
    padding: 1vw 3vw 3vw;
    text-align: center;
    position: relative;
    z-index: 6;
    background-color: #ffffff;
    border-radius: 4px;
}

.modal .btn-text {
    font-size: 1vw;
}

.modal form {
    text-align: left;
    margin-top: 2vw;
    padding: 0 4vw;
}

#whatsapp-modal .modal form {
    margin-top: 1vw;
}

.form-desc {
    text-align: center;
    margin-top: 1vw;
    padding: 0 0.5vw;
    font-size: 0.8vw;
}

.modal-title {
    color: #2E2E2E;
    font-size: 1.6vw;
    margin: 2vw 0 1vw 0;
}

.modal .btn {
    width: 100%;
    min-height: 3vw;
    margin-top: 1vw;
}

.modal .text {
    font-size: 1.05vw;
    color: rgba(46, 46, 46, 0.6);
}

.modal-link {
    color: #166aac;
    font-size: 1vw;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.modal-link:hover {
    color: #fbd234;
}

.modal-wrap .predfinal__form {
    width: 100%;
}

.final__btn-wrap img {
    display: none;
}

.link-img {
    display: none;
}

.mobile,
.mob-show {
    display: none;
}

.not-mobile {
    display: flex;
}

.mobile .block-time {
    display: flex;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

@media (max-width: 1200px) {
    .predfinal__form > div:before {
        width: 14px;
    }
}

@media (max-width: 970px) {
    .modal .btn-text {
        font-size: 1.2rem;
    }

    .logo__text {
        max-width: 13rem;
        font-size: 1.1rem;
    }

    .block-time img {
        width: 2.7rem;
        margin-right: 1rem;
    }

    .text {
        font-size: 1.2rem;
    }

    .phone-wrap img {
        height: 2rem;
        margin-right: 1rem;
    }

    .phone-wrap {
        margin-bottom: 0.5rem;
    }

    .number {
        font-size: 1.6rem;
    }

    .subtitle {
        font-size: 1.8rem;
        margin-bottom: 1.4rem;
    }

    .title {
        font-size: 2.4rem;
    }

    .main__advas-item:before {
        width: 17vw;
        height: 17vw;
    }

    .main__advas-item img {
        max-width: 7rem;
    }

    .main__advas-item {
        padding: 5rem 1rem 2rem 1rem;
    }

    .btn-wrap {
        width: 100%;
    }

    .btn-text {
        font-size: 1.2rem;
    }

    .btn-text-sm {
        font-size: 7px;
    }
    
    .btn-wrap .btn:before {
        width: 42px;
        height: 42px;
    }

    .btn-wrap .btn {
        min-height: 7rem;
        padding: 0.5rem 1rem;
        padding-right: 5rem;
    }
    
    .first-wrapper {
        flex-wrap: wrap;
    }
    
    .first-wrapper__column-1 {
        width: 49%;
    }
    
    .first-wrapper__column-2 {
        width: 49%;
    }
    
    .first-wrapper__column-3 {
        width: 49%;
    }
    
    .first-wrapper__column-4 {
        width: 49%;
    }

    .btn-wrap img {
        max-width: 11rem;
        right: -3rem;
        top: -3rem;
    }

    .header__cont {
        padding: 1.5rem 0 0;
        flex-direction: column;
    }

    .main__content {
        margin-top: 1rem;
    }

    .title-section {
        font-size: 2.2rem;
        margin-bottom: 3.5rem;
    }

    .title-section .subtitle {
        margin-top: 1vw;
    }

    .septik-block__subtitle:before {
        width: 21px;
        height: 21px;
        font-size: 16px;
        line-height: 1.4;
        margin-right: 1.5vw;
    }

    .septik-block__nav-item {
        font-size: 2.25vw;
        width: 25vw;
        height: 7vw;
    }

    .septik-block__nav-item:after {
        width: 3.5vw;
        height: 3.5vw;
        right: -2.15vw;
    }

    .swiper-pagination-bullet {
        width: 8vw;
        height: 8vw;
    }

    .swiper-pagination-bullet-active:before {
        width: 8vw;
        height: 8vw;
    }

    .swiper-slide-inner {
        display: block;
        padding: 4vw;
        margin: 0 19px 1vw;
    }

    .swiper-left {
        width: 100%;
    }
    
    .swiper-main {
        flex-direction: column;
    }

    .swiper-right__title {
        font-size: 14px;
        text-align: center;
        font-weight: bold;
    }

    .swiper-right__text {
        font-size: 2vw;
    }

    .swiper-left__button {
        padding: 12px 20px;
        font-size: 20px;
        width: 100%;
        border-radius: 10px;
        margin-top: 15px;
    }
    
    .help-wrap {
        padding: 10px 5px 30px;
    }
    
    .help-img {
        margin: 5px auto 10px;
    }
    
    .help-input.input {
        border-radius: 10px;
        width: 100%;
        min-height: 30px;
        background-size: 16px;
        background-position: 8px 7px;
    }
    
    .help:after {
        width: 90px;
        height: 148px;
        left: -14px;
        top: -17px;
    }
    
    .help:before {
        background-image: url(ramka.png);
        z-index: 1;
        top: 2vw;
        width: 90px;
        height: 148px;
        left: initial;
        top: initial;
        bottom: -17px;
        right: -16px;
    }
    
    .advantage-title {
        font-size: 14px;
    }
    
    .advantages-small .advantage {
        height: 150px;
        padding: 10px 0;
    }
    
    .advantages-right {
        margin-top: 1vw;
        height: 400px;
    }
    
    .advantages-right .advantage {
        padding: 20px 10px;
    }
    
    .advantages-right .advantage-title {
        font-size: 17px;
    }
    
    .advantages-right .advantage-desc {
        font-size: 12px;
    }
    
    .advantages-right:after {
        width: 100%;
        height: 100%;
        max-width: initial;
        max-height: initial;
        top: 55px;
    }
    
    .leader {
        flex-direction: column-reverse;
        position: relative;
        z-index: 2;
    }
    
    .last-title {
        font-size: 16px;
        color: #000000;
        text-align: center;
        padding: 0 40px;
        position: absolute;
        bottom: 68px;
        font-weight: bold;
    }
    
    .leader-left {
        width: 100%;
        margin-top: -35px;
    }
    
    .leader__form-group input:checked + .leader-type__title:before {
        width: 24px;
        height: 24px;
    }
    
    .leader-form {
        width: 100%;
        padding: 20px;
    }
    
    .leader-form__title {
        font-size: 14px;
    }
    
    .leader__form-group {
        height: 90px;
    }
    
    .leader-type__title {
        font-size: 12px;
        font-weight: bold;
    }
    
    .leader-input {
        font-size: 14px;
        margin: 3px 0;
    }
    
    .leader-btn {
        min-height: 12vw;
        font-size: 18px;
    }
    
    .leader-form__desc {
        font-size: 10px;
        margin-top: 10px;
    }
    
    .line {
        background: url(line-cloud.png) no-repeat center;
        height: 217px;
        margin: -37px 0 -66px;
        position: relative;
        z-index: 1;
        background-size: contain;
    }
    
    .leader-right {
        width: 100%;
        height: 490px;
        background-size: 235px;
        background-position-x: right;
        margin-top: -77px;
    }
    
    .last-subtitle {
        font-size: 10px;
        text-align: center;
        padding-top: 20px;
    }
    
    .last-wrapper {
        display: block;
    }
    
    .last-left {
        width: 100%;
    }
    .last-right {
        width: 100%;
    }
    
    .last-item {
        height: 104px;
        background-size: contain;
        margin-bottom: 15px;
    }
    
    .last-item__title {
        font-size: 14px;
    }
    
    .last-item__price {
        font-size: 10px;
        margin-bottom: 2px;
    }
    
    .last-form {
        width: 100%;
        padding: 10px 20px;
    }
    
    .last-form label {
        font-size: 12px;
        margin: 8px 0 4px;
    }
    
    .last-input.input {
        border-radius: 10px;
        width: 100%;
        min-height: 30px;
        background-size: 16px;
        background-position: 8px 7px;
    }
    
    .last-input.input.phone-flag {
        padding-left: 28px;
    }
    
    .last-btn {
        min-height: 12vw;
        font-size: 15px;
    }
    
    .last-form__title {
        font-size: 28px;
    }
    
    .last {
        background-size: auto;
    }
    
    .andrew {
        width: 341px;
        height: 524px;
        padding: 50px 33px 0 20px;
        margin: 0 auto;
    }
    
    .andrew__hello {
        margin-top: 30px;
        font-size: 15px;
    }
    
    .andrew__name {
        font-size: 18px;
        margin: 3px 0;
    }
    
    .andrew__comp {
        font-size: 16px;
    }
    
    .andrew__prof {
        font-size: 15px;
    }
    
    .andrew__desc {
        font-size: 14px;
    }
    
    .andrew__quality {
        font-size: 13px;
    }
    
    .andrew__online {
        font-size: 12px;
        margin: 0 0 5px;
    }
    
    .andrew__footer {
        margin-top: 10px;
    }
    
    .andrew__footer img {
        margin-top: -10px;
    }
    
    
    .leader-title {
        font-size: 20px;
        width: 240px;
    }
    
    .leader-desc {
        font-size: 14px;
        margin: 10px 0;
        width: 145px;
    }
    
    .advantage-desc {
        font-size: 9px;
        margin-top: 6px;
        padding: 0 10px;
    }
    
    .advantages-left .advantage {
        height: 162px;
        padding: 20px 0;
    }
    
    .advantages {
        flex-direction: column;
        margin-bottom: 40px;
    }
    
    .advantages-left,
    .advantages-right {
        width: 100%;
    }
    
    .help-input.input.phone-flag {
        padding-left: 28px;
    }
    
    .help-form {
        justify-content: space-between;
        margin: 0 8px;
    }
    
    .help-btn {
        width: 150px;
        font-size: 16px;
    }
    
    .help-title {
        font-size: 16px;
        text-align: center;
    }
    
    .help-desc {
        font-size: 12px;
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }

    .qw3-block-title {
        font-size: 14px;
    }
    
    .qw3-wrap.qw1-wrap .qw3-block-subtitle {
        font-size: 9px;
        margin: 0 0 10px;
    }
    
    .test-item-block.qw3-block {
        width: 100%;
    }

    .qw3-label {
        font-size: 1.6vw;
    }

    .qw5 .test_elem {
        width: 30%;
        align-items: flex-start;
    }

    .qw3-label {
        font-size: 2.1vw;
    }
    
    .qw1 .test-elem-1 {
        display: block;
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .qw3-wrap.qw1-wrap {
        position: relative;
        margin: -40px 0 0;
        left: 0;
        bottom: 0;
    }
    
    #quiz .btn {
        width: 17rem;
        min-height: 5rem;
    }
    
    .qw1 .test__btn-block {
        justify-content: center;
    }

    .qw5-bg {
        width: 24vw;
        height: 29vw;
    }

    label[for="qw5-1"] .qw5-bg {
        background-size: 12vw;
        background-position-y: 14px;
    }

    .qw5-bg + .radio-label {
        font-size: 2.3vw;
        margin-top: -13vw;
    }

    label[for="qw5-2"] .qw5-bg {
        background-position-y: 3.8vw;
        background-size: 14vw;
    }

    label[for="qw5-3"] .qw5-bg {
        background-position-y: 4vw;
        background-size: 10vw;
    }

    .qw5-bg + .radio-label span {
        font-size: 1.6vw;
    }

    .title-section {
        font-size: 5vw;
        margin-bottom: 3vw;
        color: #000000;
    }
    
    .qw-4 .test_elem {
        width: 46%;
        min-height: 5rem;
    }

    .test__main.qw3 {
        background: none;
    }

    .qw1-bg {
        width: 30vw;
        height: 30vw;
        background-size: contain;
    }

    .swiper-right {
        width: 100%;
        padding-right: 0;
        margin-top: 2vw;
    }

    .swiper-left__title {
        font-size: 3.9vw;
    }

    .septik-block__nav:before, .septik-block__nav:after {
        width: 8vw;
        height: 3vw;
    }

    .container {
        max-width: 90vw;
        width: 100%;
    }

    .text-min {
        font-size: 1rem;
    }

    .footer__cont {
        padding: 2rem 0;
    }

    .footer__item {
        font-size: 1rem;
    }

    .left-block {
        padding: 2.5rem 1rem;
        min-height: 30rem;
    }

    .left-block-subtitle {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }

    .left-block-title {
        font-size: 1.4rem;
        font-weight: bold;
    }

    .progress-bar__title {
        font-size: 1.3rem;
        margin-bottom: 0.6rem;
    }

    .progress-bar {
        width: 100%;
        margin-bottom: 3rem;
    }

    .test__main {
        padding: 2rem 1.5rem;
    }

    .test-text-wrap {
        margin-bottom: 2.2rem;
    }

    .test_elem {
        width: 46%;
        margin: 0 1.5% 1.8rem 1.5%;
        min-height: 6rem;
    }

    .radio-label {
        font-size: 1.3rem;
    }

    .checkbox-psevdo {
        width: 1.5rem;
        height: 1.5rem;
        margin-right: 0.7rem;
    }

    .btn-test {
        width: 17rem;
        min-height: 5rem;
    }

    .btn-arr {
        font-size: 2.3rem;
        margin-left: 0.6rem;
        margin-top: -5px;
    }

    .test__numbers {
        left: 2rem;
        font-size: 11rem;
    }

    .test__btn-block {
        margin-top: 3rem;
    }

    .test-elem-big span {
        font-size: 1.3rem;
    }

    .test-elem-big {
        width: 100%;
        margin: 0 1.5% 1.8rem 1.5%;
    }

    .input-qw2 {
        margin: 0 0.4rem;
    }

    .input {
        min-height: 4rem;
        font-size: 1.2rem;
        padding: 0.6rem 1rem;
    }

    .engineer-form__input::placeholder {
        font-size: 1.2rem;
    }

    .img-label {
        height: 9.5vw;
    }

    .radio-psevdo {
        width: 1.5rem;
        height: 1.5rem;
        margin-right: 0.6rem;
    }

    .radio-psevdo-active {
        width: 1rem;
        height: 1rem;
    }

    .test_elem-t2 .checkbox-wrap {
        padding: 0.5rem 0;
    }

    .predfinal__form input {
        padding: 15px;
    }
    
    #quiz .predfinal__form .btn {
        width: 100%;
        min-height: 5rem;
        margin: 5px 0;
    }

    .predfinal__form div:before {
        margin: -8px 0 0 14px;
        width: 18px;
    }

    .qw6-img-1 {
        width: 9rem;
    }

    .test-elem-6 {
        margin: 1.5rem 1.5%;
        padding-right: 7rem;
    }

    .qw6-img-2 {
        width: 7rem;
        top: -2.7rem;
        right: -2.7rem;
    }

    .gift-block {
        padding: 7rem 1rem 3rem 1rem;
    }

    .gift-img {
        height: 12rem;
    }

    .gift-block-title {
        font-size: 1.1rem;
    }

    .predfinal__img {
        display: none;
        width: 0;
    }

    .predfinal {
        width: 100%;
        padding-left: 4rem;
    }

    .predfinal .test_elem {
        min-height: 1rem;
        margin-bottom: 0;
    }
    
    .predfinal .qw3-check.radio-label {
        margin: 6px 0 10px;
    }

    .predfinal .checkbox-wrap {
        padding: 0;
    }

    .predfinal__block {
        margin-bottom: 2rem;
    }

    .btn-predfinal {
        margin-top: 1.9rem;
    }

    .btn-predfinal {
        min-height: 5rem;
        margin-bottom: 1rem;
    }

    .final__info-inp .btn {
        min-height: 5rem;
    }

    .final__info-inp .btn-text {
        font-size: 1rem;
    }

    .final__info-inp .btn br {
        display: none;
    }

    .final__list li {
        margin: 0.5rem;
        font-size: 1.3rem;
    }

    .final-li.first {
        margin-bottom: 3rem;
    }

    .final__info .left-block-title {
        font-size: 1.6rem;
        margin-bottom: 2rem;
    }

    .final__info .left-block-title br {
        display: none;
    }

    .final-li {
        font-size: 1.5rem;
    }

    .final__info-form .final-li {
        text-align: center;
    }

    .final {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .final-man {
        width: 27rem;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .final__info {
        width: 100%;
    }

    .final-man__name {
        padding: 0.8rem 1.8rem;
        left: -4rem;
    }

    .final-man__name-descr {
        font-size: 1.2rem;
    }

    .final-sub {
        font-size: 1.2rem;
    }
}

@media (max-width: 740px) {
    .mobile-flex {
        display: flex;
    }
    
    select.last-input {
        -webkit-appearance: menulist-button;
        height: 30px;
    }
    
    .last-item:hover {
        transform: scale(1.1) translate(0, 4px);
    }
    
    .last-item:nth-child(1):hover {
        transform: scale(1.1) translate(3px, 4px);
    }
    
    .last-item:nth-child(4):hover {
        transform: scale(1.1) translate(-3px, 4px);
    }
    
    .last-item:nth-child(5):hover {
        transform: scale(1.1) translate(3px, -4px);
    }
    
    .last-item:nth-child(6):hover,
    .last-item:nth-child(7):hover {
        transform: scale(1.1) translate(0, -4px);
    }
    
    .last-item:nth-child(8):hover {
        transform: scale(1.1) translate(-3px, -4px);
    }
    
    .modal .predfinal__form .btn-text {
        font-size: 18px;
    }
    
    .circle {
        width: 300px;
        height: 300px;
        margin-left: -150px;
        margin-top: -150px;
    }
    
    .circle:before, .circle:after {
        animation: pulse-mobile 7s linear infinite;
    }

    .mobile-block {
        display: block;
    }

    #thanks-all .modal-wrap {
        width: 80vw;
    }

    .modal-main__title {
        font-size: 3vw;
    }

    .modal-main__subtitle {
        font-size: 1.75vw;
    }

    .modal-main {
        padding: 3vw 7vw 5vw 7vw;
    }

    .modal-main__li {
        font-size: 1.85vw;
    }

    .modal-main__li:before {
        width: 10px;
        height: 9px;
        left: -3.3vw;
        background-size: contain;
    }

    .modal-main__desc {
        font-size: 1.95vw;
    }

    #thanks-all .modal-main .input {
        margin-bottom: 2vw;
        min-height: 3rem;
    }

    #thanks-all .btn-text {
        font-size: 2.5vw;
    }

    #thanks-all .modal-main__form > * {
        width: 100%;
    }

    #call-modal .modal:before {
        bottom: -41px;
        left: -49px;
        width: 100px;
        height: 100px;
    }

    #call-modal {
        background-image: url(modal-bg-mobile.png);
        background-size: contain;
    }

    #whatsapp-modal {
        background-image: url(modal-bg-mobile.png);
        background-size: contain;
    }

    #lexa-modal {
        background-image: url(modal-bg-mobile.png);
        background-size: contain;
    }
    
    #whatsapp-modal .modal:before {
        bottom: -22vw;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 39vw;
        height: 36.1vw;
    }
    
    #whatsapp-modal .form-desc {
        padding: 0 11.5vw;
        font-size: 1.8vw;
        margin: 2vw 0 5vw;
    }

    #lexa-modal .padded {
        padding: 5vw;
    }

    #lexa-modal .modal-wrap {
        width: 75vw;
        top: 25vh;
    }

    #lexa-modal .modal .btn {
        min-height: 11vw;
        padding: 1vw 2.8vw;
    }

    .update-date {
        font-size: 1.8vw;
        margin-bottom: 3vw;
    }

    .form-desc {
        padding: 0 1.5vw;
        font-size: 1.8vw;
    }

    .modal .text {
        font-size: 2.55vw;
        padding: 0 5vw;
    }

    .modal .btn {
        min-height: 9vw;
        margin-top: 2vw;
    }

    .modal .btn-shadow:before {
        width: 92%;
    }

    .swiper-left__button-wrap:before,
    .btn-shadow:before {
        width: 95%;
        bottom: -2px;
        height: 10px;
    }

    .not-mobile-block {
        display: none;
    }

    .swiper-left img {
        height: 180px;
    }
    
    .swiper-right__subtitle {
        font-size: 10px;
    }
    
    .swiper-right__type span {
        padding-left: 10px;
        background-size: 6px;
        margin-left: 20px;
    }
    
    .swiper-right__price {
        font-size: 12px;
        margin-top: 0;
    }
    
    .swiper__form-groups-wrapper {
        flex-direction: column;
    }
    
    .swiper-left__form-group label {
        text-align: left;
        font-size: 8px;
        font-style: normal;
        margin-bottom: 8px;
    }
    
    .swiper-left__form-group input {
        font-size: 14px;
        min-height: 38px;
        border-radius: 15px;
        background-size: 16px;
        background-position: 8px 12px;
        padding-left: 10px;
    }
    
    .swiper-left__form-group input.phone-flag {
        font-size: 12px;
        padding-left: 28px;
        width: 155px;
    }
    
    .swiper-left__button-wrap {
        margin: 0 8%;
    }
    
    .ui-spinner-up:before {
        color: #464646;
        font-size: 24px;
        right: 10px;
        top: 4px;
    }
    
    .ui-spinner-down:before {
        color: #464646;
        font-size: 24px;
        left: 10px;
        top: 4px;
    }
    
    .controlgroup {
        width: 65px;
    }
    
    .swiper-right__type {
        font-size: 9px;
        margin: 0;
    }

    .full {
        background-image: url(bg-full-mobile.jpg);
        background-position: top;
    }

    .main__advas {
        flex-wrap: wrap;
    }

    .main__advas-item {
        width: 48%;
        margin-bottom: 5vw;
    }

    .logo__img {
        max-width: 230px;
        margin: 0 auto;
    }

    .phone-block .phone {
        font-size: 8vw;
    }
    
    .phone-block .mobile-block {
        font-size: 10px;
    }

    .phone-block .phone:before {
        width: 24px;
        height: 24px;
        left: -21px;
    }
    .header .phone-block .phone:before {
        left: -10px;
    }

    .phone-block:before, .phone-block:after {
        width: 14px;
        height: 40px;
        left: -20px;
    }

    .main__img {
        height: 70vw;
    }

    .septik-text {
        font-size: 2.85vw;
        text-align: left;
        padding: 3.2vw 4vw;
        border-radius: 5.5vw;
    }

    .septik-text:before {
        left: -4vw;
        height: 28px;
        width: 28px;
        font-size: 37px;
        line-height: 0.8;
    }
    
    .phone-header {
        font-size: 12px;
        background-size: 10px;
        padding-left: 15px;
    }

    .phone-block:after {
        right: -20px;
        left: auto;
    }

    .subtitle {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .text {
        font-size: 2vw;
    }

    .title {
        font-size: 22px;
    }

    .title-li {
        font-size: 14px;
    }

    .title-li:before {
        width: 5.5vw;
    }

    .block-time {
        display: none;
    }

    .img-bg {
        display: none;
    }

    .main__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main__info {
        width: 100%;
        text-align: center;
    }

    .img-mock {
        max-width: 29rem;
        position: relative;
        left: auto;
        top: auto;
        max-height: none;
    }

    .main__img {
        width: 100%;
        text-align: center;
    }

    .main__img:before {
        display: none;
    }

    .btn-wrap {
        margin: 0 auto;
    }

    .btn-wrap .btn {
        min-height: 5rem;
    }

    .septik-block .title-wrap {
        font-size: 15px;
        font-style: normal;
        margin-top: 20px;
        margin-bottom: 15px;
        padding: 0 37px;
    }
    
    .luk-wrap {
        width: 100%;
    }
    
    .pagination-item {
        width: 100px;
        height: 100px;
        font-size: 14px;
    }

    .title-section br {
        display: none;
    }

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

    .test__main {
        width: 100%;
    }

    .name-inp {
        width: 14rem;
    }

    .img-label {
        height: 13vw;
    }

    .predfinal .test_elem {
        width: 100%;
    }

    .predfinal__form {
        display: block;
    }

    .rassrochka-wrapper {
        display: block;
    }

    .rassrochka-form {
        max-width: 100%;
        padding: 3.5vw;
    }

    #rassrochka {
        border-width: 1px;
        padding: 3.5vw;
    }

    .rassrochka-form__desc {
        margin: 3.5vw 0;
    }

    .rassrochka-form__desc._style {
        font-size: 2.8vw;
    }

    .rassrochka-form__btn {
        width: 100%;
        min-height: 11vw;
    }

    .check-out-columns {
        flex-wrap: wrap;
    }

    .check-out-column:nth-child(2) {
        order: 1;
        width: 100%;
    }

    .check-out-column {
        width: 48%;
    }

    .check-out-column__title {
        font-size: 3.6vw;
    }

    .helper-desc {
        font-size: 2.15vw;
    }

    .helper {
        min-height: 13vw;
    }

    .company__title {
        color: #2a2a2a;
        font-size: 2.5vw;
        width: 75%;
    }

    .company__img img {
        width: 7vw;
        height: 7vw;
    }

    .car-block__flex img {
        margin-top: 0;
        order: -1;
        margin-bottom: 1vw;
    }

    .car-block__flex {
        font-size: 2.3vw;
        align-items: flex-start;
    }

    .engineer {
        min-height: 66.2vw;
    }

    .engineer-form {
        padding: 4.5vw;
        margin-bottom: 4vw;
    }

    .engineer-name {
        font-size: 4.4vw;
    }

    .engineer-desc {
        font-size: 2.9vw;
    }

    .first-footer {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        padding-top: 3vw;
    }

    .big-title-test {
        font-size: 1.7rem;
    }

    .rassrochka-form__title {
        font-size: 5vw;
    }

    .rassrochka-form__desc {
        font-size: 3vw;
    }

    .error {
        font-size: 2.65vw;
    }

    .engineer-form__btn {
        min-height: 12vw;
    }

    .final__info-form {
        margin-top: 3rem;
        width: 100%;
    }

    .title-section {
        font-size: 4vw;
    }

    .btn-predfinal {
        min-height: 10vw;
        width: 44vw;
        margin: 2vw 0;
    }

    .pred-pdf {
        font-size: 10px;
        text-align: center;
        padding: 0 10px;
    }

    .inp-wrap {
        margin-bottom: 2rem;
    }

    .final__list li {
        padding-left: 2rem;
    }

    .final__list li:before {
        width: 1.7rem;
        height: 1.7rem;
    }

    .mob-show {
        display: block;
        margin: -3rem auto 0;
    }

    .mobile {
        display: block;
        padding: 0 5vw;
    }

    .mobile .phone a {
        color: #3c3a39;
    }
    
    .footer .phone-block {
        width: 250px;
        margin: 10px auto;
    }

    .mobile .test__btn-block {
        margin-top: 0;
    }

    .mobile .btn-test {
        width: 10rem;
        min-height: 3rem;
    }
    
    .phone-a {
        font-size: 12px;
    }

    .mobile .btn-text {
        font-size: 0.7rem;
        margin-top: -4px;
    }

    .mobile .block-time {
        margin: 20px 10px;
        border-radius: 15px;
        padding-left: 60px;
        padding-right: 10px;
    }
    
    .footer .block-time .text a {
        font-size: 13px;
    }
    
    .footer .block-time div {
        font-size: 10px;
    }

    .mobile .block-time a {
        font-size: 3.5vw;
        font-weight: 500;
    }
    
    .title-section span.green {
        font-weight: bold;
        display: block;
    }

    .mobile .block-time img {
        width: 6.7rem;
        left: -4vw;
    }

    .second-footer {
        flex-direction: row;
        margin: 2vw 0 1vw;
        justify-content: space-between;
    }

    .mobile .btn-text {
        font-size: 11px;
    }
    
    .footer .mobile .btn-text {
        font-size: 20px;
    }
    
    .site {
        font-size: 12px;
    }

    .second-footer a {
        color: #000000;
    }

    .rassrochka-form-bg:before {
        width: 36vw;
        height: 24vw;
        top: -15.8vw;
        right: 8vw;
    }

    .rassrochka-form-bg:after {
        width: 100vw;
        height: 110vw;
        top: -14vw;
        right: -5vw;
    }

    .rassrochka-form-bg {
        position: relative;
        margin: 21vw 0 10vw;
    }

    .vk {
        width: 50px;
        height: 50px;
        margin-right: 3px;
    }

    .footer .btn {
        min-height: 50px;
        padding: 1vw 6vw;
        width: 100%;
    }

    .inst {
        width: 50px;
        height: 50px;
    }

    .social {
        width: initial;
    }

    .third-footer {
        display: flex;
        justify-content: space-between;
        padding-bottom: 1vw;
        margin: 10px 0;
    }

    .third-footer a {
        color: #f0d833;
    }

    .third-footer .pro100 {
        font-size: 12px;
    }

    .not-mobile {
        display: none;
    }

    .mb-1 {
        width: 24rem;
    }

    .modal-wrap {
        width: 30rem;
    }

    .modal {
        padding: 2rem;
    }
    
    .policy {
        width: 100%;
        font-size: 12px;
        color: #ededed;
        padding-bottom: 15px;
        display: block;
        text-align: center;
    }

    .modal-title {
        font-size: 1.5rem;
    }

    .close {
        width: 2rem;
        height: 2rem;
    }
}

@media (max-width: 550px) {

    .btn-wrap .btn {
        padding-right: 44px;
    }

    .btn-wrap img {
        left: 8rem;
        top: -8rem;
    }

    .main__img {
        margin-top: 10px;
        height: 80vw;
    }

    .title br {
        display: none;
    }

    .predfinal {
        padding-left: 0;
    }

    .footer__cont {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer__item {
        margin: 0.5rem 0.8rem;
        text-align: center !important;
    }

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

    .test_elem {
        min-height: 7rem;
    }

    .test-elem-big {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .input-qw2 {
        width: 80%;
    }

    .name-inp {
        text-align: center;
        margin-bottom: 0.5rem;
    }

    .test-item:nth-child(3) .test_elem {
        width: 100%;
        padding: 10px;
        min-height: 5rem;
    }
    
    .qw-4 .radio-label {
        margin-bottom: 0;
    }

    .test-item:nth-child(3) .img-label {
        height: 25vw;
    }

    .test-elem-4,
    .test-elem-5 {
        width: 100%;
    }

    .test-elem-6 {
        width: 80%;
    }

    .phone-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 10px 0;
    }

    .inp-wrap {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .final-man {
        width: 21rem;
    }
}


@media (max-width: 360px) {
    .footer .block-time .text a {
        font-size: 13px;
        margin-bottom: 5px;
    }
    
    .footer .block-time div {
        font-size: 8px;
    }
}



.swiper-right__price span{display:none;}