.second-screen {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1310px;
    margin: 40px auto 40px;
}

.second-screen__title {
    font-family: Gilroy, sans-serif;
    font-style: normal;
    letter-spacing: -.01em;
    font-weight: 700;
    font-size: 37.5px;
    line-height: 50px;
    margin-bottom: 48px;
}

.second-screen__title-accent {
    color: #178983;
}

.second-screen__stages {
    display: flex;
    align-items: flex-start;
}

.second-screen__stage-item {
    display: flex;
    flex-direction: column;
    border: 1px solid #CAC9C8;
    padding: 24px 24px 32px 24px;
    border-radius: 15px;
    min-height: 296px;
}

.second-screen__stage-number {
    font-family: Gilroy, sans-serif;
    color: #178983;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 4px;
    text-align: center;
}

.second-screen__stage-name {
    font-family: Gilroy, sans-serif;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
    text-align: center;
}

.stage-item {
    display: flex;
    flex-wrap: nowrap;
    display: grid;
    justify-content: space-between;
    grid-auto-flow: column;
    column-gap: 8px;
}

.second-screen__sum {
    margin: 120px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.description {
    text-align: center;
}

.item-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.image-stage {
    height: 90px;
    background-size: contain;
    background-position: center;
    /* width: 100%;
    width: 60px; */
}

.image-plus{
    font-size: 35px;
    color: #178983;
    margin-top: calc(90px / 2 - 16px / 2);
}

.big-width-img {
    max-width: 160%;
}

@media screen and (max-width: 1320px) {
    .second-screen {
        max-width: 1000px;
    }
}

@media screen and (max-width: 1030px) {
    .second-screen__stages{
        flex-direction: column;
        position: relative;
    }
    .second-screen__sum {
        margin: 0 150px 20px;
    }
    .second-screen {
        max-width: 400px;
    }
    .second-screen__title{
        text-align: center;
    }
    .image-stage {
        /* width: 60px; */
    }
}

@media screen and (max-width: 535px) {
    .item-block {
        width: 60px;
    }
    .stage-item {
        column-gap: 0;
    }
    .second-screen__stage-item {
        max-width: 357px;
        padding: 24px 4px 32px 4px;
    }
    .description {
        font-size: 9px;
    }
    .second-screen__stages {
        left: 0;
    }
}


.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}
.loading {
    position: absolute; 
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #0000001a;
    z-index: 10000;
    display: flex; 
    align-items: center;
    justify-content: center;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8
}

.mfp-bg,
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed
}

.mfp-wrap {
    z-index: 1043;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-butn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    top: 50%;
    margin: -55px 0 0;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-height:300px),
screen and (max-width:800px) and (orientation:landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media (max-width:900px) {
    .mfp-arrow {
        transform: scale(.75)
    }

    .mfp-arrow-left {
        transform-origin: 0
    }

    .mfp-arrow-right {
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme .tippy-arrow {
    border-top: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme .tippy-arrow {
    border-bottom: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme .tippy-arrow {
    border-left: 7px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme .tippy-arrow {
    border-right: 7px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent
}

.tippy-tooltip.light-theme {
    color: #26323d;
    -webkit-box-shadow: 0 0 20px 4px rgba(154, 161, 177, .15), 0 4px 80px -8px rgba(36, 40, 47, .25), 0 4px 4px -2px rgba(91, 94, 105, .15);
    box-shadow: 0 0 20px 4px rgba(154, 161, 177, .15), 0 4px 80px -8px rgba(36, 40, 47, .25), 0 4px 4px -2px rgba(91, 94, 105, .15)
}

.tippy-tooltip.light-theme .tippy-backdrop {
    background-color: #fff
}

.tippy-tooltip.light-theme .tippy-roundarrow {
    fill: #fff
}

.tippy-tooltip.light-theme[data-animatefill] {
    background-color: transparent
}

@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url(../f/a17d6906364cc2de1540850aa3d1bbfe.woff2) format("woff2");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url(../f/5ec5ff62fad3553b7201622406966e2e.woff2) format("woff2");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../f/a49596b140345bd7de271a35da47ffe2.woff2) format("woff2");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../f/3b653b9ed76cf1469a28b1cfb13546fd.woff2) format("woff2");
    font-style: normal;
    font-weight: 500
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../f/a917dc980a913d21a5bf4cd378b7ae7b.woff2) format("woff2");
    font-style: normal;
    font-weight: 600
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../f/d3c8255ab9467067c35258c722ac910d.woff2) format("woff2");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: Proxima;
    font-display: swap;
    src: url(../f/f3830ceead944106ac27c53cd6786617.woff2) format("woff2");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: Proxima;
    font-display: swap;
    src: url(../f/c8dbfaebe26388f2e76b0d95a25aafb3.woff2) format("woff2");
    font-style: normal;
    font-weight: 600
}

@font-face {
    font-family: Proxima;
    font-display: swap;
    src: url(../f/a05b0a6b96518612356f3885490fb826.woff2) format("woff2");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(../f/6f8c3d57c2ccfad9a76b91ee16f43c44.woff2) format("woff2");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(../f/fe258e4595ade6d75c99e053dbc89f88.woff2) format("woff2");
    font-style: normal;
    font-weight: 500
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(../f/fdb2de4c986ee5b1e90c9a2183abaac0.woff2) format("woff2");
    font-style: normal;
    font-weight: 600
}

.chunk-panel-container {
    position: relative
}

.chunk-panel {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 318px;
    width: 100%
}

.chunk-panel.open .chunk-panel__dropdown {
    transform: translateX(0)
}

.chunk-panel.open .chunk-panel__burger {
    transform: translateX(317px);
    background-image: url(../i/d1557709a40211da4d04c73a5e7fc052.svg)
}

.chunk-panel strong {
    color: #fff
}

.chunk-panel nobr {
    word-wrap: break-word
}

.chunk-panel.chunk-panel_footer .chunk-panel__burger,
.chunk-panel.chunk-panel_footer .chunk-panel__dropdown {
    top: auto;
    bottom: -70px
}

.chunk-panel.chunk-panel_footer .chunk-panel__dropdown {
    border-radius: 0 10px 0 0
}

.chunk-panel__dropdown {
    position: absolute;
    left: 0;
    top: 20px;
    max-width: 318px;
    max-height: 340px;
    width: 100%;
    background-color: #333;
    border: 1px solid #525252;
    box-shadow: -5px 10px 18px rgba(0, 0, 0, .2);
    border-radius: 0 0 10px 0;
    z-index: 10;
    color: #fff;
    transform: translateX(-100%);
    transition: transform .3s ease;
    padding: 9px 25px 25px;
    overflow-y: auto;
    overflow-x: hidden
}

.chunk-panel__dropdown b {
    color: #fff
}

.chunk-panel__dropdown::-webkit-scrollbar {
    width: 3px
}

.chunk-panel__dropdown::-webkit-scrollbar-track {
    background-color: transparent
}

.chunk-panel__dropdown::-webkit-scrollbar-thumb {
    background-color: #97c32e
}

.chunk-panel__dropdown::-webkit-scrollbar-track-piece:end {
    margin-bottom: 10px
}

.chunk-panel__burger {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    justify-self: end;
    position: absolute;
    z-index: 9;
    top: 20px;
    left: 0;
    width: 45px;
    height: 45px;
    cursor: pointer;
    background-color: #333;
    border-bottom: 1px solid #525252;
    border-top: 1px solid #525252;
    border-left: unset;
    border-right: 1px solid transparent;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-image: url(../i/732e43ca65e21cbc4015395e5df94eae.svg);
    background-position: 50%;
    background-size: 32px;
    background-repeat: no-repeat;
    transition: transform .3s ease
}

.chunk-panel__title {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #97c32e;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 25px;
    text-align: center
}

.chunk-panel__inner {
    overflow: hidden;
    font-size: 16px
}

.chunk-panel__inner span {
    line-break: anywhere
}

.chunk-panel__inner span br {
    display: none
}

.chunk-panel__subtitle {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 10px
}

.chunk-panel__elem:not(:last-child) {
    margin-bottom: 8px
}

.chunk-panel__elem-title {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 11px
}

.chunk-panel__chunk {
    position: relative;
    padding-left: 22px
}

.chunk-panel__chunk:before {
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    left: 0;
    top: 0;
    background-image: url(../i/937bd69099f1b616d5d68f0c9eba24fa.svg);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat
}

.chunk-panel__chunk [data-js-module=chunk]:not([data-js-module=chunk-image]):hover {
    background-color: rgba(151, 195, 46, .77);
    animation: none
}

[data-js-module=chunk-image],
[data-js-module=chunk] {
    z-index: 4 !important
}

.chunk-panel__block {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-style: normal
}

.chunk-panel__block:not(:last-child) {
    margin-bottom: 16px
}

.chunk-panel__block button {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-style: normal
}

:root {
    --common_color: #333;
    --second_color: #00abe1;
    --white: #fff;
    --bg: #00abe1;
    --bg_second: #c5eeec;
    --bg_quiz: #7cb4b1;
    --bg_item: #d5edef;
    --bg_line: #dae3e7;
    --heading_color: #1b1b1d;
    --text_color: #1a1a1a;
    --highlights_color: #008996;
    --accent_text: #00ada4;
    --work_color: #2fe711;
    --bold_color: #363636;
    --copyright_text: #5a5a5a;
    --copyright_link: #81c400;
    --button_shadow: rgba(0, 245, 232, 0.1)
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box
}

:focus {
    outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a {
    color: inherit;
    text-decoration: none
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

figure,
form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button,
html,
input,
select,
textarea {
    color: #222
}

::selection {
    background: #00abe1;
    background: var(--bg);
    color: #fff;
    text-shadow: none
}

img {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

html {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #1a1a1a;
    color: var(--text_color)
}

body,
html {
    overflow-x: hidden;
    line-height: normal;
    min-width: 320px
}

a {
    outline: none !important
}

body.chunk-hide-popups .mfp-wrap:not(.chunk-modal) {
    display: none
}

b,
strong {
    color: #363636;
    color: var(--bold_color)
}

.bold,
b,
strong {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-style: normal
}

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

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

[data-ajax],
[data-js=image-popup],
[data-js=video-popup] {
    cursor: pointer
}

.nobr {
    white-space: nowrap
}

.content {
    overflow: hidden
}

.content.dev:before {
    content: "dev";
    color: #000;
    padding: 2px 5px;
    background-color: #adff2f;
    border-right: 1px solid #ccd0d2;
    border-bottom: 1px solid #ccd0d2;
    position: fixed;
    display: block;
    z-index: 1000
}

.row {
    max-width: 1380px;
    padding: 0 40px;
    margin: 0 auto;
    box-sizing: content-box
}

.info {
    display: flex;
    justify-content: center
}

.info i {
    width: 14px;
    height: 14px;
    display: block;
    border-radius: 50%
}

.info i:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: 50%
}

.info i:hover {
    animation: info-shadow .5s
}

@keyframes info-shadow {
    20% {
        box-shadow: 0 0 5px #333;
        box-shadow: 0 0 5px var(--common_color)
    }

    to {
        box-shadow: 0 0 100px #fff
    }
}

.lower {
    text-transform: lowercase
}

[data-js-scroll-to] {
    cursor: pointer
}

#adbar {
    transform: translateX(999px)
}

@media screen and (max-width:1320px) {
    .row {
        padding: 0 45px
    }

    .info i {
        width: 12px;
        height: 12px
    }
}

@media screen and (max-width:1023px) {
    .row {
        padding: 0 21px
    }
}

@media screen and (max-width:767px) {
    .row {
        padding: 0 16px
    }
}

.grecaptcha-badge {
    visibility: hidden
}

.re-captcha-notice {
    color: #363636;
    color: var(--bold_color);
    font-size: 12px;
    line-height: 18px
}

.re-captcha-notice .link {
    color: #333;
    color: var(--common_color)
}

@media screen and (max-width:767px) {
    .re-captcha-notice {
        font-size: 10px;
        line-height: 14px
    }
}

#CalltouchWidgetFrame:not(.shown) {
    left: -1500px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important
}

.mobile-ct-widget {
    right: calc(50% - 54px);
    z-index: 1000000001;
    background: none;
    box-shadow: none;
    border-radius: 0;
    display: none;
    border: none;
    -webkit-filter: none;
    filter: none;
    transform: none;
    position: fixed;
    width: 108px;
    height: 108px;
    margin: 0;
    padding: 0;
    bottom: 0;
    top: auto;
    left: auto;
    zoom: 1
}

.mobile-ct-widget__butn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 90px;
    left: calc(50% - 32px);
    top: calc(50% - 32px);
    position: absolute;
    background-image: linear-gradient(208deg, #ff6f03, #ffad00);
    animation: ct-button 1s ease 0s infinite alternate none running
}

.mobile-ct-widget__butn svg {
    fill: #fff;
    display: block;
    width: 32px;
    height: 32px
}

@keyframes ct-button {
    0% {
        transform: scale(.88) translateY(15px)
    }

    to {
        transform: scale(1) translate(0)
    }
}

.special-error-modal {
    display: none;
    position: relative;
    width: 100%;
    max-width: 595px;
    margin-right: auto;
    margin-left: auto
}

.mfp-content .special-error-modal {
    display: block
}

.special-error-modal .mfp-close {
    position: absolute;
    top: -32px !important;
    right: 0 !important;
    width: 22px;
    height: 22px;
    font-size: 0;
    background-image: url(../i/dbba2ea1e59a97ed32dfac3f618e6cb8.svg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.special-error-modal__wrapper {
    background-color: #fff;
    border-radius: 10px;
    padding: 36px 34px 22px
}

.special-error-modal__top {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff5f5;
    border-radius: 5px;
    padding: 10px 10px 0 12px;
    margin-bottom: 26px
}

.special-error-modal__number {
    color: #f24e4e;
    font-size: 64px;
    line-height: 70px;
    margin-right: 33px
}

.special-error-modal__number,
.special-error-modal__title {
    font-family: Proxima, sans-serif;
    font-weight: 700;
    font-style: normal
}

.special-error-modal__title {
    font-size: 20px;
    line-height: 25px;
    color: #333;
    margin-right: 17px
}

.special-error-modal__title_mobile {
    display: none
}

.special-error-modal__accent {
    color: #f24e4e;
    margin-right: 6px
}

.special-error-modal__image {
    width: 96px;
    height: 67px;
    background-image: url(../i/aaf54aaff27a847280dd6cde0cb3e887.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    align-self: flex-end
}

.special-error-modal__middle {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px
}

.special-error-modal__subtitle {
    font-size: 22px;
    line-height: 27px;
    color: #333;
    margin-bottom: 14px
}

.special-error-modal__button,
.special-error-modal__subtitle {
    font-family: Proxima, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center
}

.special-error-modal__button {
    display: block;
    flex-shrink: 0;
    width: 300px;
    height: 73px;
    background: #f3b216;
    box-shadow: 0 8px 65px rgba(243, 178, 22, .15);
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 24px;
    border-radius: 50px
}

.special-error-modal__bottom {
    display: flex;
    align-items: center;
    flex-direction: column;
    grid-row-gap: 23px;
    row-gap: 23px;
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 20px;
    max-width: 492px;
    margin-bottom: 21px;
    margin-right: auto;
    margin-left: auto
}

.special-error-modal__list {
    display: flex;
    justify-content: space-between;
    grid-column-gap: 22px;
    column-gap: 22px
}

.special-error-modal__item {
    font-family: Proxima, sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    font-size: 18px;
    line-height: 22px;
    color: #333;
    padding-left: 27px
}

.special-error-modal__item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 15px;
    height: 12px;
    background-image: url(../i/101cc210fd0b49fed1a526c19db6b9ff.svg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.special-error-modal__item strong {
    font-family: Proxima, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #333
}

.special-error-modal__time {
    font-family: Proxima, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 16px;
    line-height: 23px;
    color: #8b8b8b
}

.special-error-modal__time-value {
    text-transform: lowercase
}

@media screen and (max-width:767px) {
    .fraud-alert #CalltouchWidgetFrame {
        left: -500px !important;
        opacity: 0 !important;
        visibility: hidden !important;
        width: 0 !important;
        height: 0 !important
    }

    .fraud-alert .mobile-ct-widget.active {
        display: block
    }

    .special-error-modal {
        padding-right: 10px;
        padding-left: 10px
    }

    .special-error-modal__wrapper {
        display: flex;
        align-items: center;
        flex-direction: column;
        border-radius: 5px;
        padding: 10px 10px 24px
    }

    .special-error-modal__top {
        grid-column-gap: 27px;
        column-gap: 27px;
        width: 100%;
        padding-top: 0;
        margin-bottom: 14px
    }

    .special-error-modal__number {
        margin-right: 0
    }

    .special-error-modal__title_desktop {
        display: none
    }

    .special-error-modal__title_mobile {
        display: block
    }

    .special-error-modal__image {
        flex-shrink: 0;
        width: 96px;
        height: 67px
    }

    .special-error-modal__title {
        font-size: 18px;
        line-height: 23px;
        align-self: flex-start;
        padding-left: 12px
    }

    .special-error-modal__middle {
        padding: 16px 12px 23px;
        margin-bottom: 0
    }

    .special-error-modal__subtitle {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 14px;
        text-align: left;
        align-self: flex-start
    }

    .special-error-modal__bottom,
    .special-error-modal__list {
        flex-direction: column;
        grid-column-gap: 0;
        column-gap: 0;
        grid-row-gap: 10px;
        row-gap: 10px
    }

    .special-error-modal__bottom {
        align-items: flex-start;
        width: 100%;
        margin-bottom: 12px;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .special-error-modal__button {
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        max-width: 300px;
        min-width: 284px
    }
}

.link>span {
    border-bottom: 1px solid;
    transition: border .2s ease
}

.link:hover>span {
    border-bottom-color: transparent
}

.link_notline {
    color: #1a1a1a;
    color: var(--text_color)
}

.link_notline>span {
    border-bottom: 1px solid transparent;
    transition: border .2s ease
}

.link_notline:hover>span,
.link_underline>span {
    border-bottom: 1px solid
}

.link_underline>span {
    transition: border .2s ease
}

.link_underline:hover>span {
    border-bottom-color: transparent
}

.link_white {
    color: #fff
}

.link_dashed>span {
    border-bottom: 1px dashed;
    transition: border .2s ease
}

.link_dashed:hover>span {
    border-bottom-color: transparent
}

.link_dotted>span {
    border-bottom: 1px dotted;
    transition: border .2s ease
}

.link_dotted:hover>span {
    border-bottom-color: transparent
}

.butn[data-js-cbs]:not(.loaded) {
    position: relative;
    animation: disable_button 3s ease-in
}

.butn[data-js-cbs]:not(.loaded):after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../i/e1db250564be1f6e87222b8d85ac4dfc.svg);
    background-size: auto 75%;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: 3;
    opacity: 0;
    -webkit-filter: drop-shadow(0 0 5px hsla(0, 0%, 88.2%, .4));
    filter: drop-shadow(0 0 5px rgba(225, 225, 225, .4));
    animation: loading 3s ease-in
}

@keyframes disable_button {
    0% {
        pointer-events: none;
        font-size: 0
    }

    to {
        pointer-events: none;
        font-size: 0
    }
}

@keyframes loading {
    0% {
        opacity: 1;
        transform: rotate(0)
    }

    95% {
        opacity: 1
    }

    to {
        transform: rotate(180deg)
    }
}

.p-old {
    text-decoration: line-through
}

.p-new,
.p-old {
    white-space: nowrap
}

[data-js-chunk=moderate_phones] {
    display: inline-block !important
}

[data-js-module=chunk] {
    position: relative
}

[data-js-module=chunk-image],
[data-js-module=chunk] {
    cursor: pointer;
    z-index: 5
}

[data-js-module=chunk-image]:hover,
[data-js-module=chunk]:hover {
    z-index: 6
}

@keyframes scale {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(1.1)
    }
}

@keyframes drop-shadow-animation {
    0% {
        -webkit-filter: drop-shadow(0 0 1px rgba(224, 54, 54, .8));
        filter: drop-shadow(0 0 1px rgba(224, 54, 54, .8))
    }

    50% {
        -webkit-filter: drop-shadow(0 0 3px rgba(224, 54, 54, .8));
        filter: drop-shadow(0 0 3px rgba(224, 54, 54, .8))
    }

    to {
        -webkit-filter: drop-shadow(0 0 1px rgba(224, 54, 54, .8));
        filter: drop-shadow(0 0 1px rgba(224, 54, 54, .8))
    }
}

@keyframes chunk-image-animation {
    0% {
        -webkit-filter: sepia(0) saturate(2) drop-shadow(0 0 1px rgba(224, 54, 54, .8));
        filter: sepia(0) saturate(2) drop-shadow(0 0 1px rgba(224, 54, 54, .8))
    }

    50% {
        -webkit-filter: sepia(1) saturate(3) drop-shadow(0 0 3px rgba(224, 54, 54, .8));
        filter: sepia(1) saturate(3) drop-shadow(0 0 3px rgba(224, 54, 54, .8))
    }

    to {
        -webkit-filter: sepia(0) saturate(2) drop-shadow(0 0 1px rgba(224, 54, 54, .8));
        filter: sepia(0) saturate(2) drop-shadow(0 0 1px rgba(224, 54, 54, .8))
    }
}

[data-js-module=chunk]:not([data-js-module=chunk-image]):hover {
    animation: drop-shadow-animation 1.2s infinite;
    z-index: 100;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    background-color: rgba(255, 0, 0, .1)
}

[data-js-module=chunk-image] {
    transform: scale(1)
}

[data-js-module=chunk-image]:hover {
    animation: chunk-image-animation 2s infinite;
    z-index: 100;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards
}

.show-chunks [data-js-module=chunk]:not([data-js-module=chunk-image]) {
    animation: drop-shadow-animation 1.2s infinite;
    z-index: 100;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    background-color: rgba(255, 0, 0, .1)
}

.show-chunks [data-js-module=chunk-image] {
    animation: chunk-image-animation 2s infinite;
    z-index: 100;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards
}

.chunk-flash {
    animation-name: flash-animation;
    animation-duration: 5s
}

@keyframes flash-animation {
    0% {
        background: #ff0
    }

    50% {
        background: #40dc43
    }

    to {
        background: transparent
    }
}

.chunk-textarea {
    display: none
}

#chunk-modal {
    width: 80%;
    max-width: 80%;
    padding-top: 0 !important
}

#chunk-modal .modal__wrapper {
    padding: 0;
    position: relative
}

#chunk-modal .mfp-close {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #b94848 !important;
    background-image: none !important;
    width: 44px !important;
    height: 44px !important;
    color: #fff !important;
    right: -29px !important;
    top: 35px !important;
    font-size: 32px !important;
    border: none !important;
    border-radius: unset !important
}

#chunk-modal .mfp-close:before {
    content: none
}

#chunk-modal .mfp-close:after {
    display: none !important
}

#chunk-modal .mfp-close:active,
#chunk-modal .mfp-close:focus,
#chunk-modal .mfp-close:hover {
    background-color: #ec0e0e !important;
    opacity: 1 !important
}

.chunk-change-image,
.chunk-save {
    background-color: #28c516;
    color: #000;
    right: -29px;
    top: 90px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    text-decoration: none;
    text-align: center;
    font-style: normal;
    font-size: 20px;
    overflow: visible;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    outline: none;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

.chunk-change-image:hover,
.chunk-save:hover {
    background-color: #6dd585
}

.chunk-change-image {
    background-color: #1141de;
    color: #fff;
    top: 150px
}

.chunk-change-image:hover {
    background-color: #344ba6
}

.chunk-change-image-input {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.ace_editor {
    font: 16px/normal Fira Code Medium, Monaco, Menlo, Ubuntu Mono, Consolas, source-code-pro, monospace;
    border: 10px solid #7ecc68;
    line-height: 22px;
    overflow: visible;
    height: 500px;
    width: 100%
}

.ace_text-input {
    overflow: visible;
    overflow: initial
}

.chunk-image {
    display: flex;
    justify-content: center;
    align-items: center
}

.chunk-image img {
    display: block;
    max-width: 100%
}

.chunk-image-loader img {
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%)
}

.chunk-image-loader:after {
    content: "";
    animation: loader .8s cubic-bezier(0, 0, .03, .9) infinite;
    background-color: rgba(0, 0, 0, .5);
    box-sizing: border-box;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10
}

@keyframes loader {

    0%,
    44%,
    88.1%,
    to {
        transform-origin: left
    }

    0%,
    88%,
    to {
        transform: scaleX(0)
    }

    44.1%,
    88% {
        transform-origin: right
    }

    33%,
    44% {
        transform: scaleX(1)
    }
}

.modal.modal-error {
    max-width: 410px;
    min-height: 340px;
    padding: 0
}

.modal.modal-error .mfp-close {
    right: 10px;
    top: 8px
}

.modal.modal-error .mfp-close:before {
    background-image: url(../i/cb444352e60b2e72ef489327474e1a87.svg)
}

.modal-error__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 36px
}

.modal-error__title {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 32px;
    text-align: center
}

.modal-error__text {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 24px
}

.modal-error__text a {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    font-size: 18px;
    line-height: 23px;
    color: #00abe1;
    color: var(--second_color);
    margin-top: 4px
}

.modal-error__icon {
    margin-bottom: 24px;
    max-width: 86px
}

.modal-error__icon svg {
    width: 100%
}

.modal-error__icon path {
    fill: #00abe1;
    fill: var(--second_color)
}

@media screen and (max-width:1023px) {
    .modal.modal-error {
        max-width: 348px;
        min-height: 330px
    }

    .modal-error__icon {
        max-width: 80px;
        margin-bottom: 24px
    }

    .modal-error__title {
        font-size: 18px;
        line-height: 26px
    }

    .modal-error__text {
        margin-top: 12px
    }
}

@media screen and (max-width:767px) {
    .modal.modal-error {
        max-width: 288px;
        min-height: 285px
    }

    .modal-error__icon {
        max-width: 60px;
        margin-bottom: 12px
    }

    .modal-error__title {
        font-size: 16px;
        line-height: 22px
    }

    .modal-error__text {
        font-size: 14px;
        line-height: 20px
    }

    .modal-error__text a {
        font-size: 16px;
        line-height: 20px
    }

    .modal-error__content {
        padding-right: 15px;
        padding-left: 15px
    }
}

.mfp-wrap.chunk-modal {
    z-index: 999999
}

#chunk-modal [data-js=ace-toggle-fullscreen] {
    background-image: url(../i/a3dda20063b7422650533a4596811a38.svg);
    background-size: 20px 20px;
    position: absolute;
    right: 29px;
    top: 11px;
    width: 20px;
    height: 20px;
    opacity: .5;
    z-index: 2
}

#chunk-modal [data-js=ace-toggle-fullscreen]:hover {
    opacity: 1
}

#chunk-modal.fullscreen {
    position: fixed !important;
    height: auto;
    width: 100%;
    max-width: 100%;
    border: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    padding: 0 44px 0 0
}

#chunk-modal.fullscreen .modal__wrapper {
    height: 100%
}

#chunk-modal.fullscreen .chunk-save {
    right: 0;
    top: 56px
}

#chunk-modal.fullscreen .mfp-close {
    right: 0;
    top: 0
}

#chunk-modal.fullscreen .ace_editor {
    height: 100%
}

#chunk-modal.fullscreen [data-js=ace-toggle-fullscreen] {
    background-image: url(../i/a6856599752e4223a3c37f651c769cf8.svg);
    position: fixed;
    right: 12px;
    top: 12px
}

#chunk-modal.fullscreen .ace-submodal {
    top: 10px;
    height: calc(100% - 35px)
}

#chunk-modal.chunk-modal-image {
    max-width: 1100px
}

#chunk-modal.chunk-modal-image .modal__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #a7a7a7;
    min-height: 350px;
    border-radius: 10px;
    padding: 50px 25px
}

#chunk-modal.chunk-modal-image .chunk-save {
    top: 105px
}

#chunk-modal.chunk-modal-image .chunk-change-image {
    top: 164px
}

#chunk-modal.chunk-modal-image .mfp-close {
    top: 45px
}

.mfp-bg.chunk-modal-image-bg {
    background-color: rgba(46, 42, 38, .9)
}

.ace-editor__panel {
    background-color: #bec2c7;
    height: auto;
    padding: 5px 5px 2px
}

.ace-editor__panel.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}

.ace-panel__icon {
    border: 1px solid #abaaaa;
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 32px;
    height: 32px
}

.ace-panel__icon:hover {
    box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, .2)
}

.ace-panel__icon:before {
    content: "";
    background-size: contain;
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    top: 8px;
    left: 8px
}

.ace-panel__icon_image:before {
    background-image: url(../i/e49b9ef75a62845fd323f801772359af.svg)
}

.ace-panel__icon_video:before {
    background-image: url(../i/440c2af985753efd2abd1c18d97c38b0.svg)
}

.ace-panel__icon_link-to-page:before {
    background-image: url(../i/d8a363c05734ca3cb1d3e9e59e7f6cae.svg)
}

.ace-submodal {
    position: absolute;
    left: 10px;
    top: 53px;
    width: 50%;
    height: calc(100% - 78px);
    z-index: 10;
    background-color: #ecf0f5;
    padding: 15px 60px 20px 20px;
    box-shadow: 5px 0 5px 2px rgba(0, 0, 0, .1)
}

.ace-submodal fieldset {
    margin-top: 5px
}

.ace-submodal label {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 5px
}

.ace-submodal [type=text] {
    background-color: #fefefe;
    border: 1px solid #cacaca;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
    box-sizing: border-box;
    color: #0a0a0a;
    display: block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    width: 100%
}

.ace-submodal [type=text]:focus {
    border: 1px solid #8a8a8a;
    box-shadow: 0 0 5px #cacaca
}

.ace-submodal .select {
    width: 100%;
    display: block;
    height: 2.4375rem;
    margin: 0 0 1rem;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    font-family: inherit;
    font-size: 1rem;
    line-height: normal;
    color: #0a0a0a;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-size: 9px 6px;
    padding: .5rem 1.5rem .5rem .5rem;
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat
}

.ace-submodal .select,
.ace-submodal .select:focus {
    background-color: #fff;
    transition: box-shadow .5s, border-color .25s ease-in-out
}

.ace-submodal .select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    box-shadow: 0 0 5px #cacaca
}

.ace-submodal .ace-submodal__button {
    background-color: #1779ba;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    padding: .85em 1em;
    display: flex;
    transition: opacity .3s ease
}

.ace-submodal .ace-submodal__button:hover {
    opacity: .6
}

.ace-submodal__close {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    font-size: 34px;
    line-height: 34px;
    background-color: #bec2c7;
    display: flex;
    align-content: center;
    justify-content: center
}

.ace-submodal__close:hover {
    background-color: #babcbf
}

.ace-submodal__alert {
    margin-top: 15px;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 6px
}

.mfp-bg {
    background: rgba(46, 42, 38, .5)
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: .7
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer
}

.mfp_video-popup .mfp-close {
    top: -35px
}

.mfp_image-popup .mfp-close {
    right: 0
}

.mfp_modal-success .mfp-close,
.mfp_modal-success .mfp-close:hover {
    right: 0;
    top: 2px
}

.mfp-content .modal {
    display: block
}

.modal {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: none;
    padding-left: 15px;
    padding-right: 15px
}

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

button.mfp-arrow {
    display: block;
    border: 0;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 50%;
    overflow: hidden;
    z-index: 1050;
    opacity: 1
}

button.mfp-arrow:before {
    content: "";
    position: absolute;
    right: auto;
    top: 0;
    border: 0;
    margin: 0 !important;
    opacity: 1
}

button.mfp-arrow:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -8px;
    width: 18px;
    height: 16px;
    background-image: url(../i/d3dbb77da11c9662aeab65117c001da5.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    border: 0;
    margin-left: 0
}

button.mfp-arrow-right {
    left: auto;
    right: 0
}

button.mfp-arrow-right:before {
    left: auto
}

button.mfp-arrow-right:after {
    transform: rotate(180deg);
    left: auto;
    right: 10px
}

.scroll-to-top {
    position: fixed;
    right: 35px;
    bottom: 115px;
    z-index: 1000;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    width: 59px;
    height: 59px;
    border: 1px solid #c6d8e7;
    border-radius: 50%;
    background-color: hsla(0, 0%, 100%, .2);
    background-image: url(../i/5e3ab859e8031de07c7d0b9528a405b8.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    transition: all .2s ease
}

.scroll-to-top.scroll-to-top_shown {
    opacity: 1;
    visibility: visible
}

.scroll-to-top:hover {
    opacity: .7
}

@media screen and (max-width:1320px) {
    .scroll-to-top {
        width: 50px;
        height: 50px;
        right: 15px;
        bottom: 157px;
        background-size: 16px 13px
    }
}

@media screen and (max-width:767px) {
    .scroll-to-top {
        right: auto;
        left: 15px;
        bottom: 50px
    }
}

[data-js=tooltip-button] {
    cursor: pointer
}

[data-js=tooltip-html] {
    display: none
}

.tippy-tooltip.light-theme {
    box-shadow: 0 10px 29px rgba(70, 81, 86, .18);
    border: 1px solid #e0e3e4;
    background-color: #fff;
    font-size: 14px
}

[data-js-tooltip=arrow] {
    position: absolute;
    width: 30px;
    height: 14px
}

[data-js-tooltip=arrow]:before {
    z-index: 1;
    left: 1px;
    top: 1px
}

[data-js-tooltip=arrow]:after,
[data-js-tooltip=arrow]:before {
    content: "";
    border-style: solid;
    position: absolute;
    display: block;
    width: 0;
    height: 0
}

[data-js-tooltip=arrow]:after {
    z-index: 0
}

.tippy-arrow {
    position: absolute
}

.tippy-popper[x-placement^=bottom] .tippy-arrow {
    width: 30px;
    height: 14px;
    top: -14px
}

.tippy-popper[x-placement^=bottom] [data-js-tooltip=arrow] {
    left: -7px;
    top: -1px
}

.tippy-popper[x-placement^=bottom] [data-js-tooltip=arrow]:before {
    border-width: 0 15px 14px;
    border-color: transparent transparent #fff
}

.tippy-popper[x-placement^=bottom] [data-js-tooltip=arrow]:after {
    border-width: 0 16px 15px;
    border-color: transparent transparent #e0e3e4
}

.tippy-popper[x-placement^=top] .tippy-arrow {
    width: 30px;
    height: 14px;
    bottom: -14px
}

.tippy-popper[x-placement^=top] [data-js-tooltip=arrow] {
    left: -7px;
    bottom: 0
}

.tippy-popper[x-placement^=top] [data-js-tooltip=arrow]:before {
    border-width: 14px 15px 0;
    border-color: #fff transparent transparent;
    top: 0
}

.tippy-popper[x-placement^=top] [data-js-tooltip=arrow]:after {
    border-width: 15px 16px 0;
    border-color: #e0e3e4 transparent transparent
}

.tippy-popper[x-placement^=left] .tippy-arrow {
    width: 14px;
    height: 30px
}

.tippy-popper[x-placement^=left] [data-js-tooltip=arrow] {
    width: 14px;
    height: 30px;
    top: -7px
}

.tippy-popper[x-placement^=left] [data-js-tooltip=arrow]:before {
    border-width: 15px 0 15px 14px;
    border-color: transparent transparent transparent #fff;
    left: 0
}

.tippy-popper[x-placement^=left] [data-js-tooltip=arrow]:after {
    border-width: 16px 0 16px 15px;
    border-color: transparent transparent transparent #e0e3e4
}

.tippy-popper[x-placement^=right] .tippy-arrow {
    width: 14px;
    height: 30px
}

.tippy-popper[x-placement^=right] [data-js-tooltip=arrow] {
    width: 14px;
    height: 30px;
    top: -7px
}

.tippy-popper[x-placement^=right] [data-js-tooltip=arrow]:before {
    border-width: 15px 14px 15px 0;
    border-color: transparent #fff transparent transparent;
    right: -1px;
    top: 0
}

.tippy-popper[x-placement^=right] [data-js-tooltip=arrow]:after {
    border-width: 15px 14px 15px 0;
    border-color: transparent #e0e3e4 transparent transparent
}

.tippy-tooltip {
    padding: 20px 60px 20px 30px !important;
    position: relative;
    text-align: left
}

[data-js-tooltip=close] {
    pointer-events: all;
    position: absolute;
    cursor: pointer;
    width: 14px;
    height: 14px;
    top: 23px;
    right: 23px
}

[data-js-tooltip=close]>svg {
    position: absolute;
    left: 0;
    top: 0
}

[data-js-tooltip=close]>svg path {
    transition: fill .2s ease-out
}

[data-js-tooltip=close]:hover>svg path {
    fill: #8e9799;
    transition: fill .2s ease-out
}

.tooltip {
    text-align: left
}

.tooltip__title {
    margin-bottom: 20px;
    line-height: 28px;
    max-width: 260px;
    font-size: 16px
}

.tooltip__text {
    line-height: 26px;
    font-size: 14px;
    color: #989ca6
}

.tooltip__li-right {
    padding-left: 20px;
    float: right
}

@media screen and (max-width:767px) {
    .tooltip__title {
        max-width: 100%
    }

    .tippy-tooltip {
        padding-left: 20px !important;
        padding-bottom: 20px !important
    }

    .tippy-popper[data-html] {
        max-width: calc(100% - 10px)
    }

    .tooltip__li-right {
        padding-left: 0;
        display: block;
        float: none
    }
}

@media screen and (max-width:470px) {
    .tooltip__text br {
        display: none
    }

    .tippy-tooltip {
        padding-right: 45px !important
    }
}

.form__row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.form__row>* {
    flex: 0 1 50%;
    padding-left: 10px;
    padding-right: 10px
}

.form__row_triple>* {
    flex-basis: 33.33%
}

.form__row_triple .form__policy {
    margin-top: 0
}

.form__group.error label {
    color: red
}

.form__group.error .input,
.form__group.error label {
    animation: shake .82s cubic-bezier(.36, .07, .19, .97) both
}

.form__group.error .input {
    border-color: red
}

.form__group.error .input::-webkit-input-placeholder {
    color: red
}

.form__group.error .input::placeholder {
    color: red
}

.form__group .error {
    position: absolute;
    right: 40px;
    bottom: 3px;
    font-size: 12px;
    color: red
}

.form__group_phone .error-text {
    text-align: left;
    margin-top: 8px;
    font-size: 14px;
    line-height: 17px;
    color: red;
    visibility: hidden
}

.input_phone_check {
    display: none !important
}

textarea {
    resize: none
}

.form__flex {
    display: flex;
    margin-top: 22px
}

.form__flex .form__group {
    width: 100%;
    max-width: 370px;
    margin-right: 20px
}

.form__flex .button_submit {
    margin-top: 0;
    max-width: 370px
}

@media screen and (max-width:1320px) {
    .form__flex {
        margin-top: 18px
    }

    .form__flex .button_submit {
        max-width: 290px
    }
}

@media screen and (max-width:1023px) {
    .form__flex {
        margin-top: 13px
    }

    .form__flex .form__group {
        max-width: 189px;
        margin-right: 14px
    }

    .form__flex .form__group:nth-child(2) {
        margin-right: 0;
        max-width: 100%
    }
}

@media screen and (max-width:767px) {
    .form__flex {
        flex-wrap: wrap
    }

    .form__flex .form__group {
        max-width: 100%;
        margin-right: 0
    }

    .form__flex .input {
        height: 60px
    }

    .form__flex>* {
        flex-basis: 100% !important
    }

    .form__flex .button_submit {
        height: 60px;
        max-width: 242px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 17px
    }
}

[data-js=tabs-nav] {
    position: relative;
    z-index: 1
}

[data-js=tabs-nav]>* {
    color: #5a6263;
    font-size: 16px;
    line-height: 16px;
    transition: color .2s ease-in-out
}

[data-js=tabs-nav]>.active,
[data-js=tabs-nav]>:hover {
    color: #364344
}

[data-js=tabs-content] {
    position: relative;
    z-index: 2
}

[data-js=tabs-content]>* {
    display: none
}

[data-js=tabs-content]>.active {
    display: block
}

.discount-duration {
    font-style: italic;
    font-size: 14px;
    background-color: #e2eeff;
    box-shadow: 0 20px 30px -20px rgba(0, 0, 0, .08);
    border-radius: 20px;
    padding: 4px 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.discount-duration span {
    color: #bd3625;
    font-weight: 500
}

.map-loader {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.map-loader svg {
    animation: rotate_loader 2s linear infinite;
    height: 150px;
    width: 150px;
    margin: auto;
    position: relative;
    stroke: #00abe1;
    stroke: var(--second_color);
    transform-origin: center center
}

.map-loader svg circle {
    animation: dash_loader 1.5s ease-in-out infinite;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    background: #fff;
    color: #fff
}

@keyframes rotate_loader {
    to {
        transform: rotate(1turn)
    }
}

@keyframes dash_loader {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35
    }

    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124
    }
}

.social {
    display: inline-block;
    width: 38px;
    height: 38px;
    background-position: 50%;
    background-repeat: no-repeat
}

.social_vk {
    background-image: url(../i/fb99ea09c916233c7bf2771cab54140e.svg)
}

.social_tg {
    background-image: url(../i/a5b1bbd8dcf347878ae8e919957fb865.svg)
}

.social_yt {
    background-image: url(../i/8c1492d842f98338fb0d236598bdd5ea.svg)
}

.social_ok {
    background-image: url(../i/e720aa39ee638e37f98541d062a66ce9.svg)
}

.social_ig {
    background-image: url(../i/9929d5c93a8f059cf862fbbb977108b8.svg)
}

.social_fb {
    background-image: url(../i/ba8c8029f9b69309debe259e2209ff49.svg)
}

.animate-pulse {
    display: grid;
    align-items: center;
    justify-items: center;
    place-items: center;
    position: relative;
    background-color: transparent;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    flex-shrink: 0
}

.animate-pulse:after,
.animate-pulse:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: transparent;
    border-radius: 50%
}

.animate-pulse:before {
    animation: pulse-small 1.5s ease-in-out infinite alternate
}

.animate-pulse:after {
    animation: pulse 1.5s ease-in-out 1s infinite alternate
}

@keyframes pulse {
    to {
        transform: scale(1.7);
        opacity: .2
    }
}

@keyframes pulse-small {
    to {
        transform: scale(1.35);
        opacity: .4
    }
}

.animate-rotate-text {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1
}

.animate-rotate-text,
.animate-rt__inner-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: transparent
}

.animate-rt__inner-image {
    position: absolute;
    background-size: cover
}

.animate-rt__content {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: rotate-circle 15s linear infinite
}

.animate-rt__content-item {
    position: absolute;
    left: 50%;
    transform-origin: 0 100px;
    text-transform: lowercase
}

@keyframes rotate-circle {
    to {
        transform: rotate(1turn)
    }
}

[data-js-animate=change-text-wrapper] {
    display: none;
    transition: width .8s ease
}

.animate-change-text {
    animation: changeText 2s infinite alternate;
    flex-shrink: 0
}

@keyframes changeText {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.animate-marquee {
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none;
    grid-column-gap: 20px;
    column-gap: 20px
}

.animate-marquee.start .animate-marquee-content {
    animation: marquee 13s linear infinite
}

.animate-marquee.start .animate-marquee-content.animate-marquee-no_gap {
    animation: marquee-no-gap 13s linear infinite
}

.animate-marquee.start .animate-marquee-content.reverse {
    animation-direction: reverse
}

.animate-marquee [data-js-module=chunk] {
    display: flex;
    grid-column-gap: 20px;
    column-gap: 20px
}

.animate-marquee-content {
    min-width: 100%
}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(calc(-100% - 20px))
    }
}

@keyframes marquee-no-gap {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

.animate-rotate {
    animation: rotate 3s linear infinite
}

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

    25% {
        transform: rotate(-6deg)
    }

    50% {
        transform: rotate(-4deg)
    }

    75% {
        transform: rotate(-2deg)
    }

    to {
        transform: rotate(-4deg)
    }
}

.animate-jump {
    animation: jump .5s linear;
    animation-fill-mode: forwards
}

@keyframes jump {
    0% {
        top: 40px
    }

    70% {
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.editor-page {
    position: relative
}

.editor-page .element_hidden {
    display: none
}

.editor-page.content.dev:before {
    right: 0
}

.editor-page .elist-sortable {
    position: relative
}

.editor-page .elist-delete,
.editor-page .elist-handler {
    left: 0;
    z-index: 30;
    color: #fff
}

.editor-page .header {
    display: block;
    position: relative
}

.editor-page__wrapper {
    position: relative
}

.editor-delete,
.editor-handle {
    cursor: pointer;
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    transition: color .3s ease
}

.editor-delete svg,
.editor-handle svg {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.editor-delete:hover:before,
.editor-handle:hover:before {
    color: #fff
}

.editor-page__settings {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5px;
    color: #212121;
    background-color: #ccc;
    z-index: 99;
    position: relative;
    border-bottom: 1px solid #212121
}

.editor-page__settings,
.editor-page__settings .elist-checkbox__label {
    grid-column-gap: 10px;
    column-gap: 10px
}

.editor-page__module_off,
.editor-page__settings.disabled .editor-page__module {
    opacity: .6;
    pointer-events: none
}

.editor-page__hidden {
    display: none
}

.editor-page__checkbox {
    grid-column: 1/2
}

.editor-page__checkbox .check {
    display: none
}

.editor-page__select {
    flex-shrink: 0
}

.editor-page__select .elist-subtitle {
    margin-bottom: 0
}

.editor-page__select label {
    display: flex;
    align-items: center;
    grid-column-gap: 10px;
    column-gap: 10px
}

.editor-page__select-module {
    grid-row: 1/3;
    grid-column: 2/3
}

.editor-page__select-files {
    grid-row: 1/3;
    grid-column: 3/4
}

.editor-page-selected {
    display: block;
    background-color: rgba(0, 0, 0, .6);
    border: 1px solid #545454;
    border-radius: 3px;
    color: #fff;
    padding: 5px 10px;
    min-width: 120px;
    max-width: 120px;
    width: 100%
}

.editor-page__icon {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: opacity .2s ease-in-out
}

.editor-page__icon:hover {
    opacity: .4
}

.editor-page__icon_on svg {
    fill: #0ca60c
}

.editor-page__icon_off svg {
    fill: red
}

.row {
    max-width: 1310px
}

.breadcrumbs {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -.01em
}

.breadcrumbs a {
    position: relative
}

.breadcrumbs a:before {
    position: absolute;
    content: "/";
    right: -10px
}

.breadcrumbs span {
    color: #939393;
    margin-left: 15px
}

@media screen and (max-width:1320px) {
    .row {
        max-width: 930px;
        padding-right: 15px;
        padding-left: 15px
    }
}

@media screen and (max-width:1023px) {
    .row {
        max-width: 726px
    }
}

.h1 {
    font-weight: 600;
    font-size: 55px;
    line-height: 68px
}

.h1,
.h2 {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    color: #1b1b1d;
    color: var(--heading_color)
}

.h2 {
    font-weight: 400;
    font-size: 42px;
    line-height: 50px
}

.h2 span {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-style: normal
}

@media screen and (max-width:1320px) {
    .h1 {
        font-size: 44px;
        line-height: 52px
    }

    .h2 {
        font-size: 30px;
        line-height: 40px
    }
}

@media screen and (max-width:1023px) {
    .h1 {
        font-size: 33px;
        line-height: 40px
    }

    .h2 {
        font-size: 27px;
        line-height: 37px
    }
}

@media screen and (max-width:767px) {
    .h1 {
        font-size: 28px
    }

    .h1,
    .h2 {
        line-height: 32px
    }

    .h2 {
        font-size: 26px
    }
}

.butn {
    font-family: inherit;
    font-weight: 700;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
    /* background-image: linear-gradient(88.71deg, #199f9a .84%, #45c1ba 98.9%); */
    box-shadow: 0 10px 31px rgba(2, 182, 173, .25), 0 9.6px 9.8px rgba(0, 244, 232, .15), 0 2.03px 2.52593px rgba(0, 245, 232, .1);
    box-shadow: 0 10px 31px rgba(2, 182, 173, .25), 0 9.6px 9.8px rgba(0, 244, 232, .15), 0 2.03px 2.52593px var(--button_shadow);
    border-radius: 10px;
    min-height: 86px;
    width: 100%;
    max-width: 234px;
    border: none;
    transition: all .2s ease-in;
    -webkit-user-select: none;
    user-select: none;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    letter-spacing: -.01em;
    text-transform: uppercase;
    z-index: 0;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.69);
    background-image: linear-gradient(88.71deg, rgb(240, 111, 0) .84%, rgb(255, 177, 0) 98.9%);
}

.butn span:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background-image: linear-gradient(88.71deg, #45c1ba 100%, #199f9a 0); */
    border-radius: 10px;
    opacity: 0;
    z-index: -1;
    transition: opacity .2s
}

.butn span:focus:before,
.butn span:hover:before {
    opacity: 1
}

.butn span:active:before {
    background-image: linear-gradient(88.71deg, #45c1ba 100%, #199f9a 0)
}

.butn_back {
    font-family: Gilroy, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #aeaeae;
    background-image: none;
    box-shadow: none;
    background-color: #f1f1f1;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    max-width: 121px
}

.butn_back span:before {
    display: none
}


.butn_back:before {
    position: static;
    content: "";
    display: block;
    width: 7px;
    height: 13px;
    margin-right: 10px;
    background-image: url(../i/c6edf9483c8eb0db890a81caf8c919b4.svg);
    background-size: 100% auto;
    background-position: 50%;
    background-repeat: no-repeat;
    opacity: 1
}

.butn_back.disabled {
    mix-blend-mode: luminosity;
    color: #aeaeae;
    background-color: #f1f1f1;
    opacity: .5;
    border: none;
    background-image: none;
    box-shadow: none
}

.butn_back.disabled:hover {
    cursor: auto
}

.butn_forward {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 335px;
    background-image: linear-gradient(88.71deg, rgb(240, 111, 0) .84%, rgb(255, 177, 0) 98.9%);
}

.butn_forward:after {
    content: "";
    display: block;
    width: 10px;
    height: 15px;
    margin-left: 22px;
    background-image: url(../i/6ff6c36882bb6d674d2e06310d7c37e4.png);
    background-size: 100% auto;
    background-position: 50%;
    background-repeat: no-repeat
}

@media screen and (max-width:1320px) {
    .butn {
        min-height: 86px;
        font-size: 16px
    }

    .butn_back {
        max-width: 121px
    }

    .butn_back:before {
        margin-right: 4px
    }

    .butn_forward {
        max-width: 335px;
        min-height: 87px
    }
}

@media screen and (max-width:1023px) {
    .butn {
        max-width: 293px
    }

    .butn,
    .butn_back {
        min-height: 78px
    }

    .butn_back {
        max-width: 121px
    }

    .butn_back:before {
        margin-right: 7px
    }

    .butn_forward {
        max-width: 335px;
        min-height: 78px
    }
}

@media screen and (max-width:767px) {
    .butn {
        max-width: 328px;
        min-height: 60px;
        font-size: 16px
    }

    .butn,
    .butn_back {
        line-height: 23px
    }

    .butn_back {
        min-height: 64px;
        max-width: 91px;
        font-size: 14px
    }

    .butn_back:before {
        margin-right: 7px
    }

    .butn_forward {
        max-width: 193px;
        min-height: 64px;
        font-size: 14px;
        line-height: 23px
    }
}

.link {
    color: #1a1a1a;
    color: var(--text_color);
    transition: all .2s ease-in
}

/*.link>span {
    border: none
}*/

.notoffert p {
    color: #3C3C3A;
    font-size: 12px;
    margin-top: 8px;
}

.butn-span{
    max-width: 200px;
    font-family: inherit;
    font-weight: 700;
    font-size: 14.5px;
    line-height: 23px;
    letter-spacing:-0.16px;
}

.link.dashed>* {
    border-bottom: 1px dashed #1a1a1a;
    border-bottom: 1px dashed var(--text_color)
}

.link.dashed>:hover {
    border-bottom: 1px dashed transparent
}

.form__group {
    position: relative;
    max-width: 405px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 12px
}

.form__group.focused .input {
    border: 1px solid #00abe1;
    border: 1px solid var(--second_color);
    text-align: center
}

.form__group.focused .input+label {
    top: 20px;
    font-size: 11px;
    transform: translateY(-20px)
}

.form__group.error .input {
    border: 1px solid red
}

.form__group.error .input+label {
    color: red;
    animation: shake .82s cubic-bezier(.36, .07, .19, .97) both
}

.form__policy {
    max-width: 314px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 15px;
    color: #1a1a1a;
    color: var(--text_color);
    text-align: center;
    letter-spacing: -.01em
}

.form__policy a {
    position: relative;
    display: inline-block;
    color: inherit;
    border-bottom: 1px solid transparent
}

.form__policy a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: -2px;
    left: 0;
    border-bottom: 1px solid transparent;
    -o-border-image: url(../i/f0f2430fbd8abccbff2f637fe7280bf4.svg);
    border-image: url(../i/f0f2430fbd8abccbff2f637fe7280bf4.svg);
    border-image-width: 0 0 1px 100%;
    opacity: 1;
    transition: opacity .2s
}

.form__policy a:focus,
.form__policy a:hover {
    color: #1a1a1a;
    color: var(--text_color)
}

.form__policy a:focus:before,
.form__policy a:hover:before {
    opacity: 0
}

.form__policy a:active,
.input {
    color: #1a1a1a;
    color: var(--text_color)
}

.input {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-style: normal;
    height: 69px;
    width: 100%;
    background: #fff;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
    border-radius: 5px 30px;
    padding: 20px 35px;
    color: #626e76;
    font-size: 14px;
}

.input+label {
    position: absolute;
    pointer-events: none;
    color: #1a1a1a;
    color: var(--text_color);
    font-size: 14px;
    line-height: 22px;
    transition: all .2s ease, font-size .2s;
    top: 50%;
    left: 26px;
    transform: translateY(-50%)
}

.input::-webkit-input-placeholder {
    color: #1a1a1a;
    color: var(--text_color);
    font-size: 14px;
    line-height: 22px;
    text-align: center
}

.input::placeholder {
    color: #1a1a1a;
    color: var(--text_color);
    font-size: 14px;
    line-height: 22px;
    text-align: center
}

@keyframes shake {

    10%,
    90% {
        margin-left: -1px
    }

    20%,
    80% {
        margin-left: 2px
    }

    30%,
    50%,
    70% {
        margin-left: -4px
    }

    40%,
    60% {
        margin-left: 4px
    }
}

.form__group_button {
    max-width: 405px;
    margin-bottom: 21px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width:1320px) {
    .form__group {
        margin-bottom: 10px
    }

    .form__group_button {
        margin-bottom: 11px
    }

    .form__policy {
        max-width: 320px
    }
}

@media screen and (max-width:1023px) {
    .form__group {
        max-width: 293px;
        margin-bottom: 5px
    }

    .form__group_button {
        margin-bottom: 21px
    }

    .form__group_button .butn {
        min-height: 78px;
        line-height: 27px
    }

    .input {
        height: 78px;
        padding: 0 21px;
        font-size: 12px
    }

    .input+label {
        font-size: 12px;
        top: 50%;
        left: 21px
    }

    .input::-webkit-input-placeholder {
        font-size: 12px
    }

    .input::placeholder {
        font-size: 12px
    }
}

@media screen and (max-width:767px) {
    .form__policy {
        font-size: 12px;
        line-height: 15px;
        margin-right: auto;
        margin-left: auto;
        max-width: 250px;
        text-align: center;
        margin-bottom: 19px
    }
}

.mfp-container {
    overflow-y: auto
}

.mfp-container .mfp-arrow {
    border-radius: 50%;
    width: 59px;
    height: 59px;
    opacity: 1;
    background-color: #fff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .4)
}

.mfp-container .mfp-arrow:after {
    left: 19px;
    background-image: url(../i/af51fd0dca5dab6f8230f24aca7df9bc.svg);
    background-position: 50%;
    background-size: 100% auto;
    background-repeat: no-repeat
}

.mfp-container .mfp-arrow-left {
    left: 50px
}

.mfp-container .mfp-arrow-right {
    right: 50px
}

.slick-list {
    margin-left: -50px;
    margin-bottom: -30px
}

@media screen and (max-width:1320px) {
    .slick-list {
        margin-left: -35px;
        margin-right: -35px
    }
}

@media screen and (max-width:767px) {
    .slick-list {
        margin-left: -14px;
        margin-right: -14px;
        margin-bottom: -86px
    }
}

.new-year-style .header {
    top: 87px
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20
}

.header__grid {
    display: flex;
    justify-content: center;
    padding-top: 24px;
    padding-bottom: 24px
}

.header__address {
    margin-left: 122px;
    /*cursor: pointer*/
}

.header__address span {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    position: relative;
    font-size: 14px;
    line-height: 20px
}

.header__button {
    margin-left: 50px;
    cursor: pointer;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.69);
    background-image: linear-gradient(88.71deg, rgb(240, 111, 0) .84%, rgb(255, 177, 0) 98.9%);
    color: #fff;
    padding: 5px;
    border-radius: 10px;
}

.header__button-mobile {
    display: none;
}

@media screen and (max-width:1320px) {
    .header__button {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .header__button-mobile  {
        display: block;
        order: 1;
    }
    .header__button {
        margin-left: 0;
    }
}

.custom-dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  
  .custom-dialog__wrapper {
    background: #fff;
    padding: 20px;
    max-width: 600px;
    width: 100%;
    border-radius: 8px;
    position: relative;
  }
  
  .map {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }
  
  .close-button-address {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
  }
  

.header__address span.link_dashed {
    cursor: pointer;
    border-bottom: 1px dashed;
    transition: border .2s ease
}

.header__address span.link_dashed:hover {
    border-bottom-color: transparent
}

.header__work-time {
    margin-left: 84px
}

.header__work-time span {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 18px
}

.header__phone {
    margin-left: auto
}

.header__phone .phone {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 32px;
    text-align: right
}

.header__phone .phone .accent,
.header__phone .phone:hover {
    color: #00ada4;
    color: var(--accent_text)
}

.header__phone .indication {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
    line-height: 17px
}

.header__phone .indication:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    min-width: 7px;
    margin-right: 6px;
    border-radius: 50%;
    background-color: #2fe711
}

.header__phone .indication.active:before {
    background-color: #2fe711;
    background-color: var(--work_color)
}

@media screen and (max-width:1320px) {
    .header__grid {
        padding-top: 16px;
        padding-bottom: 16px
    }

    .header__logo {
        max-width: 149px;
        margin-right: 10px
    }

    .header__address {
        margin-left: 57px;
        font-size: 14px;
        line-height: 20px
    }

    .header__address span {
        font-size: inherit
    }

    .header__work-time {
        margin-left: 40px;
        font-size: 15px
    }

    .header__work-time span {
        font-size: 14px
    }

    .header__phone {
        margin-left: 70px
    }

    .header__phone .phone {
        font-size: 24px;
        line-height: 30px
    }

    .header__phone .indication {
        font-size: 13px;
        line-height: 16px
    }
}

@media screen and (max-width:1023px) {
    .header__grid {
        padding-top: 23px;
        padding-bottom: 23px
    }

    .header__logo {
        max-width: 133px
    }

    .header__address {
        margin-left: 32px;
        font-size: 12px
    }

    .header__work-time {
        max-width: 95px;
        margin-left: 56px;
        font-size: 13px
    }

    .header__work-time span {
        font-size: 12px
    }

    .header__phone {
        margin-left: 43px
    }

    .header__phone .phone {
        margin-bottom: 5px;
        font-size: 18px;
        line-height: 22px
    }

    .header__phone .indication {
        font-size: 12px;
        line-height: 15px
    }
}

@media screen and (max-width:767px) {
    .header {
        padding-top: 13px
    }

    .header__grid {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 0;
        padding-bottom: 23px
    }

    .header__logo {
        max-width: 152px;
        margin-right: 0;
        margin-bottom: 16px
    }

    .header__address {
        margin-bottom: 5px;
        margin-left: 0;
        color: #00ada4;
        color: var(--accent_text)
    }

    .header__address span {
        line-height: 13px
    }

    .header__work-time {
        max-width: 150px;
        margin-left: 0;
        order: 1
    }

    .header__phone {
        position: fixed;
        top: 14px;
        right: 15px
    }

    .header__phone .phone {
        position: relative;
        width: 46px;
        height: 46px;
        margin-bottom: 0;
        font-size: 0;
        line-height: 0
    }

    .header__phone .phone:before {
        position: absolute;
        content: "";
        width: 46px;
        height: 46px;
        top: 0;
        left: 0;
        background-image: url(../i/65c6cc4d7bfcb4989b2c681c3079fbee.svg);
        background-position: 50%;
        background-size: cover;
        background-repeat: no-repeat
    }

    .header__phone .indication {
        display: none
    }
}

.new-year-style .first-screen {
    position: relative
}

.new-year-style .first-screen:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    transition: background-color .2s ease;
    padding-top: 158px;
    background-image: url(../i/da5d5dca2ae6017e99c596bb8777d405.png);
    background-position: 61%;
    background-size: cover;
    background-repeat: no-repeat
}

.new-year-style .first-screen .row {
    position: relative;
    z-index: 1
}

.first-screen {
    padding-top: 110px;
    background-image: url(../i/b2bb698da765a0a8634707a8e5e74e02.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.first-screen .chunk-panel {
    top: 200px
}

.banner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.banner-image {
    cursor: pointer;
}

.banner-image img {
    /* height: 100%; */
}

.fs__grid {
    display: grid;
    grid-template-areas: "fs__h1           fs__action fs__doctor-image" "fs__subtitle     fs__action fs__doctor-image" "fs__prices       fs__action fs__doctor-image" "fs__prices       fs__action fs__doctor-image" "fs__button-title fs__action fs__doctor-image" "fs__quiz-button  fs__action fs__doctor-image";
    grid-template-columns: 685px 186px 657px;
    grid-template-rows: repeat(5, auto) 1fr;
    align-items: start
}

.fs__action {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    grid-area: fs__action;
    background-color: #fff;
    background-color: var(--white);
    border-radius: 10px;
    margin-top: 65px;
    padding: 36px 6px, 30px;
    min-height: 284px;
    transform: translateX(53px);
    /* box-shadow: 0 94px 80px rgba(57, 57, 57, .05), 0 60.9px 46.8px rgba(57, 57, 57, .03), 0 36.2px 25.4px rgba(57, 57, 57, .03), 0 18.8px 13px rgba(57, 57, 57, .025), 0 7.6px 6.5px rgba(57, 57, 57, .02), 0 1.7px 3.1px rgba(57, 57, 57, .01); */
    z-index: 1;
    box-shadow: 6px 6px 6px 0px gray;
}

.fs__action-item {
    position: relative;
    padding-top: 38px;
    text-align: center;
    font-size: 14px;
    line-height: 20px
}

.fs__action-item:before {
    position: absolute;
    content: "";
    width: 31px;
    height: 31px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../i/c48469c0ea6c34213e374e17c76d6389.svg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.fs__action-item:not(:first-child) {
    margin-top: 37px
}

.fs__action-item .accent {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block
}

.fs__action-text br {
    display: block
}

.fs__h1 {
    font-family: Gilroy, sans-serif;
    grid-area: fs__h1;
    margin-bottom: 17px;
    font-size: 40px;
    text-align: center;
    line-height: 60px;
    letter-spacing: -0.5px;
    font-weight: 900;
    font-style: oblique;
}

.fs__h1 span {
    font-weight: 700;
    display: inline-block;
    margin-left: 7px;
    padding: 8px 16px;
    font-size: 27px;
    line-height: 33px;
    color: #00ada4;
    color: var(--accent_text);
    background-color: #fff;
    background-color: var(--white);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .08), 0 -10px 20px rgba(57, 57, 57, .05);
    border-radius: 10px;
    transform: translateY(-5px)
}

.fs__h1 span,
.fs__subtitle {
    font-family: Gilroy, sans-serif;
    font-style: normal;
    letter-spacing: -.01em
}

.fs__subtitle {
    font-weight: 400;
    grid-area: fs__subtitle;
    position: relative;
    padding-left: 77px;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 55px
}

.fs__subtitle:before {
    position: absolute;
    content: "";
    width: 65px;
    height: 5px;
    top: 15px;
    left: 0;
    background-image: url(../i/Vector.svg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.fs__prices {
    grid-area: fs__prices;
    margin-bottom: 47px;
    flex-wrap: wrap;
    grid-column-gap: 38px;
    column-gap: 38px;
    grid-row-gap: 15px;
    row-gap: 15px
}

.fs__prices,
.fs__prices-item {
    display: flex;
    align-items: center
}

.fs__prices-item {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -.01em
}

.fs__prices-item img {
    width: 125px;
    height: 125px;
    /* margin-right: 20px; */
    border-radius: 50%;
    box-shadow: 0px 0px 20px 9px #3da59f;
}

.fs__prices-content {
    margin-left: 30px;
}

.fs__prices-price,
.fs__prices-title {
    letter-spacing: -.01em
}

.fs__prices-price {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-top: 9px;
    line-height: 22px
}

.fs__doctor,
.fs__prices-price {
    font-family: Montserrat, sans-serif;
    font-style: normal
}

.fs__doctor {
    font-weight: 500;
    grid-area: fs__doctor;
    font-size: 20px;
    line-height: 26px;
    margin-top: 2px
}

.fs__doctor span {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-style: normal
}

.fs__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 483px
}

.fs__button-title {
    font-weight: 500;
    position: relative;
    grid-area: fs__button-title;
    font-size: 15px;
    line-height: 19px;
    max-width: 192px
}

.fs__button-title,
.fs__button-title span {
    font-family: Montserrat, sans-serif;
    font-style: normal
}

.fs__button-title span {
    font-weight: 700
}

.fs__button-title:after {
    position: absolute;
    content: "";
    width: 141px;
    height: 21px;
    bottom: 0;
    right: -150px;
    background-image: url(../i/03ff10b9cea51e107a7a7872aca5c78a.svg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1
}

.fs__quiz-button {
    grid-area: fs__quiz-button
}

.fs__doctor-image {
    position: relative;
    grid-area: fs__doctor-image;
    align-self: flex-end;
    margin-top: -37px;
    margin-left: -84px
}

.fs__doctor {
    position: absolute;
    bottom: 94px;
    left: 32%
}

.fs__doctor-name {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-style: normal;
    max-width: 192px;
    /* padding: 3px 13px 3px 17px; */
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    color: var(--white);
    letter-spacing: -.01em;
    /* background-color: #c5eeec;
    background-color: var(--bg_second); */
    border-radius: 3px;
    /* box-shadow: 0 94px 80px rgba(57, 57, 57, .05), 0 60.9px 46.8519px rgba(57, 57, 57, .03), 0 36.2px 25.4815px rgba(57, 57, 57, .03), 0 18.8px 13px rgba(57, 57, 57, .025), 0 7.6px 6.5px rgba(57, 57, 57, .02), 0 1.7px 3.1px rgba(57, 57, 57, .01); */

width: 192px;
height: 72px;

background: linear-gradient(89.67deg, #199F9A 0.84%, #45C1BA 98.9%);
box-shadow: 5px 94px 80px rgba(57, 57, 57, 0.05), 0px 60.9px 46.8519px rgba(57, 57, 57, 0.03), 0px 36.2px 25.4815px rgba(57, 57, 57, 0.03), 0px 18.8px 13px rgba(57, 57, 57, 0.024), 0px 7.6px 6.5px rgba(57, 57, 57, 0.02), 0px 1.7px 3.1px rgba(57, 57, 57, 0.01);
}

.fs__doctor-prof {
    padding: 3px 10px 3px 16px;
    font-size: 14px;
    background-color: #fff;
    background-color: var(--white);
    border-radius: 3px;
    box-shadow: 0 94px 80px rgba(57, 57, 57, .05), 0 60.9px 46.8px rgba(57, 57, 57, .03), 0 36.2px 25.4px rgba(57, 57, 57, .03), 0 18.8px 13px rgba(57, 57, 57, .025), 0 7.6px 6.5px rgba(57, 57, 57, .02), 0 1.7px 3.1px rgba(57, 57, 57, .01)
}

@media screen and (max-width:1380px) {
    .fs__banner_steps__img {
        flex-direction: column;
        align-items: flex-start;
        grid-gap: 5px;
        gap: 5px;
        padding-bottom: 2px
    }

    .fs__doctor {
        left: 24%
    }
}

@media screen and (max-width:1320px) {
    .first-screen {
        padding-top: 105px
    }

    .fs__grid {
        grid-template-columns: auto 143px 356px
    }

    .fs__action {
        min-height: 346px;
        margin-top: 80px;
        padding-top: 0;
        padding-bottom: 25px;
        transform: translateX(80px)
    }

    .fs__action-item {
        font-size: 14px;
        line-height: 20px
    }

    .fs__action-item:not(:first-child) {
        margin-top: 24px
    }

    .fs__action-item .img {
        max-width: 50px
    }

    .fs__action-text br {
        display: block
    }

    .fs__h1 {
        margin-right: -196px;
        margin-bottom: 12px;
        font-size: 40px;
        line-height: 50px
    }

    .fs__prices {
        margin-bottom: 29px;
        grid-column-gap: 26px;
        column-gap: 26px
    }

    .fs__prices-item {
        display: block;
        flex-basis: calc(50% - 13px)
    }

    .fs__prices-item img {
        /* max-width: 94px; */
        margin-bottom: 20px
    }

    .fs__prices-title {
        font-size: 16px;
        line-height: 22px
    }

    .fs__prices-title br {
        display: none
    }

    .fs__prices-price {
        display: inline
    }

    .fs__subtitle {
        padding-left: 72px;
        font-size: 18px;
        line-height: 26px;
        margin-right: -17px;
        margin-bottom: 28px
    }

    .fs__subtitle:before {
        top: 10px
    }

    .fs__doctor-image {
        margin-top: 36px
    }

    .fs__button {
        margin-right: -54px
    }

    .fs__button-title {
        font-size: 14px;
        line-height: 19px
    }

    .fs__button-title:after {
        width: 80px;
        height: 12px;
        right: -50px;
        bottom: 24px;
        transform: rotate(-8.73deg)
    }

    .fs__quiz-button {
        position: relative;
        margin-left: 0;
        margin-right: 20px;
        z-index: 1
    }

    .fs__doctor-image {
        margin-right: -153px;
        margin-left: 0
    }

    .fs__doctor-image .img {
        margin-top: -18px
    }

    .fs__doctor {
        left: 22%;
        bottom: 75px
    }
}

@media screen and (max-width:1023px) {
    .first-screen {
        padding-top: 101px
    }

    .fs__grid {
        grid-template-columns: 322px 143px 260px;
        grid-template-areas: "fs__h1           fs__subtitle fs__doctor-image" "fs__h1           fs__subtitle fs__doctor-image" "fs__prices       fs__action   fs__doctor-image" "fs__prices       fs__action   fs__doctor-image" "fs__button-title fs__action   fs__doctor-image" "fs__quiz-button  fs__action   fs__doctor-image"
    }

    .fs__action {
        max-width: 143px;
        margin-top: 2px;
        margin-left: -80px
    }

    .fs__action-item {
        font-size: 14px;
        line-height: 20px
    }

    .fs__action-item:not(:first-child) {
        margin-top: 23px
    }

    .fs__h1 {
        font-size: 28px;
        line-height: 35px
    }

    .fs__h1 span {
        display: inline;
        margin: 0;
        padding: 0;
        font-size: 28px;
        background-color: unset;
        box-shadow: unset
    }

    .fs__subtitle {
        font-size: 18px;
        line-height: 22px;
        margin: 40px -75px 18px -90px;
        padding-left: 58px
    }

    .fs__subtitle:before {
        width: 52px;
        height: 4px
    }

    .fs__prices {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 25px;
        grid-column-gap: 0;
        column-gap: 0;
        grid-row-gap: 25px;
        row-gap: 25px
    }

    .fs__prices-item {
        display: flex;
        align-items: center;
        /* max-width: 280px; */
        flex-basis: auto
    }

    .fs__prices-item img {
        /* max-width: 81px; */
        /* margin-right: 12px;
        margin-bottom: 0 */
    }

    .fs__prices-title {
        margin-bottom: 0
    }

    .fs__prices-title br {
        display: block
    }

    .fs__prices-price {
        display: block;
        margin-top: 7px;
    }

    .fs__button {
        flex-direction: column-reverse;
        align-items: flex-start
    }

    .fs__button-title {
        max-width: 283px;
        margin-top: 0;
        margin-bottom: 13px
    }

    .fs__button-title:after {
        display: none
    }

    .fs__quiz-button {
        max-width: 274px;
        min-height: 86px;
        margin-bottom: 36px;
        margin-right: 0
    }

    .fs__button-title {
        margin-top: 12px
    }

    .fs__doctor-image {
        margin-right: -158px;
        margin-left: -86px
    }

    .fs__doctor-image .img {
        margin-top: -18px
    }

    .fs__doctor {
        bottom: 42px;
        left: 26%;
        font-size: 18px;
        line-height: 24px
    }

    .fs__doctor-name {
        max-width: 169px;
        padding-right: 10px;
        font-size: 14px;
        line-height: 21px
    }

    .fs__doctor-prof {
        font-size: 12px;
        line-height: 21px
    }
}

@media screen and (max-width:767px) {
    .first-screen {
        padding-top: 132px;
        padding-bottom: 48px
    }

    .fs__grid {
        grid-template-columns: auto;
        grid-template-areas: "fs__h1" "fs__subtitle" "fs__prices" "fs__button-title" "fs__action" "fs__quiz-button"
    }

    .fs__grid>* {
        justify-self: center
    }

    .fs__h1 {
        max-width: 330px;
        margin-right: 0;
        margin-bottom: 12px;
        font-size: 30px;
        line-height: 37px
    }

    .fs__h1 span {
        font-size: 25px;
        line-height: 31px
    }

    .fs__subtitle {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 30px;
        padding-left: 61px
    }

    .fs__prices {
        /* max-width: 330px; */
        width: 100%;
        margin-bottom: 35px;
        grid-row-gap: 22px;
        row-gap: 22px
    }

    /* .fs__prices-item {
        align-items: flex-start
    } */

    .fs__prices-item img {
        /* max-width: 79px; */
        /* margin-right: 17px */
    }

    .fs__prices-title {
        font-size: 14px;
        line-height: 18px
    }

    .fs__prices-price {
        line-height: 22px
    }

    .fs__action {
        display: flex;
        align-items: center;
        flex-direction: row;
        max-width: 330px;
        margin-right: 0;
        margin-left: 0;
        padding: 0;
        margin-top: 27px;
        min-height: auto;
        background-color: #fff;
        background-color: var(--white);
        transform: translateX(0)
    }

    .fs__action:before {
        display: none
    }

    .fs__action-item {
        flex: 1 0 calc(33% - 6px);
        background-color: #fff;
        background-color: var(--white);
        border-radius: 10px;
        margin-right: 3px;
        margin-left: 3px;
        padding: 23px 6px 18px;
        min-height: 87px;
        font-size: 13px;
        line-height: 18px
    }

    .fs__action-item:before {
        top: -13px
    }

    .fs__action-item:not(:first-child) {
        margin-top: 0
    }

    .fs__action-item .img {
        margin-top: -19px
    }

    .fs__doctor,
    .fs__doctor-image {
        display: none
    }

    .fs__button {
        display: contents;
        margin-right: 0
    }

    .fs__button-title {
        justify-self: center;
        max-width: 330px;
        margin-top: 0;
        margin-bottom: 0
    }

    .fs__button-title:before {
        display: none
    }

    .fs__quiz-button {
        max-width: 330px;
        min-height: 86px;
        margin: 12px auto 0
    }
}

.information {
    padding: 50px 0;
    background-color: #3da59f;
}

.information-blocks {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.information-block {
    display: flex;
    flex-direction: column;
    max-width: 600px;
}

.information-text {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 20px;
}

.information-title {
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 31px;
    color: #fff;
    margin-bottom: 20px;
}

.information-ul li {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 5px;
    position: relative;
}

.information-ul li::before {
    position: absolute;
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    top: 0;
    left: -40px;
    background-image: url(/build/i/c48469c0ea6c34213e374e17c76d6389.svg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.information-more {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
    color: #fff;
}

@media screen and (max-width:868px)  {
    .information-blocks {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .information-block {
        align-items: center;
    }
}

@media screen and (max-width:600px) {
    .information-text {
        font-size: 15px;
        line-height: 25px;
    }

    .information-ul li {
        font-size: 15px;
        line-height: 25px;
    }
}

.awards {
    padding-top: 80px;
    padding-bottom: 66px
}

.awards,
.awards .h2 {
    letter-spacing: -.01em
}

.awards .h2 {
    font-family: Gilroy, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 18px;
    font-size: 40px;
    line-height: 50px
}

.awards .h2 br {
    display: none
}

.awards__subtitle {
    font-family: Gilroy, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 50px;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -.01em
}

.awards__grid-wrapper {
    display: flex;
    align-items: flex-start
}

.awards__grid {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-items: stretch;
    flex-shrink: 0;
    flex-grow: 1;
    grid-column-gap: 39px;
    column-gap: 39px;
    grid-row-gap: 39px;
    row-gap: 39px;
    max-width: 630px
}

.awards__item {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 293px;
    width: 100%;
    border-radius: 10px;
    padding-top: 23px;
    padding-bottom: 23px;
    padding-left: 22px;
    background-color: #fff;
    background-color: var(--white);
    box-shadow: 0 94px 80px rgba(57, 57, 57, .05), 0 60.9px 46.8px rgba(57, 57, 57, .03), 0 36.2px 25.4px rgba(57, 57, 57, .03), 0 18.8px 13px rgba(57, 57, 57, .02), 0 7.6px 6.5px rgba(57, 57, 57, .01), 0 1.7px 3.1px rgba(57, 57, 57, .01)
}

.awards__item:before {
    position: absolute;
    content: "";
    width: calc(100% + 6px);
    height: calc(100% + 12px);
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background-color: rgba(216, 235, 255, .7);
    z-index: -1
}

.awards__item-text {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 22px
}

.awards__item-text span {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block
}

.awards__item-img {
    margin-top: auto;
    max-width: 121px
}

.awards__license {
    display: flex;
    flex-direction: column-reverse;
    max-width: 289px;
    font-size: 18px;
    line-height: 26px;
    margin-left: 40px;
}

.awards__license .link:not(:first-child) {
    display: none
}

.awards__license img {
    margin-bottom: 9px
}

@media screen and (max-width:1440px) {
    .awards__grid {
        grid-column-gap: 27px;
        column-gap: 27px;
        grid-row-gap: 27px;
        row-gap: 27px
    }
}

@media screen and (max-width:1320px) {
    .awards {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .awards .h2 {
        display: inline;
        font-size: 35px;
        line-height: 43px
    }

    .awards .h2 br {
        display: block
    }

    .awards__subtitle {
        display: inline;
        padding-left: 10px;
        font-size: 25px;
        line-height: 30px
    }

    .awards__grid-wrapper {
        margin-top: 39px
    }

    .awards__grid {
        max-width: 729px;
        grid-column-gap: 18px;
        column-gap: 18px;
        grid-row-gap: 18px;
        row-gap: 18px
    }

    .awards__item {
        max-width: calc(33.33333% - 17px);
        padding-bottom: 15px;
        padding-left: 17px;
        padding-right: 18px
    }

    .awards__item:before {
        width: calc(100% + 3px);
        height: calc(100% + 10px)
    }

    .awards__item-text {
        margin-bottom: 7px;
        font-size: 16px;
        line-height: 20px
    }

    .awards__item-text span {
        display: inline
    }

    .awards__item-img {
        width: 93px
    }

    .awards__license {
        max-width: 173px;
        margin-top: -10px;
        font-size: 15px;
        line-height: 22px
    }

    .awards__license img {
        width: 49px;
        border-radius: 10px
    }
}

@media screen and (max-width:1023px) {
    .awards {
        padding-top: 50px;
        padding-bottom: 44px
    }

    .awards .h2 {
        font-size: 27px;
        line-height: 33px
    }

    .awards__subtitle {
        font-size: 20px;
        line-height: 24px
    }

    .awards__grid-wrapper {
        flex-direction: column;
        max-width: 725px;
        margin-top: 25px
    }

    .awards__grid {
        margin-bottom: 15px;
        grid-column-gap: 25px;
        column-gap: 25px;
        grid-row-gap: 25px;
        row-gap: 25px
    }

    .awards__item {
        flex-direction: column;
        padding: 20px 32px 21px 22px
    }

    .awards__item:before {
        height: calc(100% + 7px)
    }

    .awards__item-text {
        font-size: 14px;
        line-height: 18px
    }

    .awards__item-img {
        width: 97px
    }

    .awards__license {
        flex-direction: row-reverse;
        align-items: center;
        max-width: 500px;
        margin-top: 0;
        font-size: 16px;
        line-height: 22px
    }

    .awards__license img {
        margin-right: 23px
    }

    .awards__license br {
        display: none
    }
}

@media screen and (max-width:767px) {
    .awards {
        padding-top: 45px;
        padding-bottom: 52px
    }

    .awards .h2 {
        margin-bottom: 11px
    }

    .awards .h2,
    .awards__subtitle {
        display: block;
        max-width: 330px;
        margin-left: auto;
        margin-right: auto
    }

    .awards__subtitle {
        margin-bottom: 31px;
        padding-left: 0;
        font-size: 18px;
        line-height: 22px
    }

    .awards__grid-wrapper {
        align-items: center;
        margin-top: 0
    }

    .awards__grid {
        flex-direction: column;
        margin-bottom: 26px;
        grid-row-gap: 0;
        row-gap: 0
    }

    .awards__item {
        flex-direction: row-reverse;
        align-items: center;
        max-width: 326px;
        padding: 7px 14px 8px 8px
    }

    .awards__item:not(:last-child) {
        margin-bottom: 13px
    }

    .awards__item:before {
        width: calc(100% + 5px);
        height: calc(100% + 4px)
    }

    .awards__item-text {
        width: 100%;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 19px
    }

    .awards__item-text span {
        display: block
    }

    .awards__item-img {
        width: 54px;
        margin-right: 19px
    }

    .awards__license {
        align-items: flex-start;
        max-width: 312px;
        font-size: 14px;
        line-height: 26px
    }

    .awards__license img {
        width: 58px;
        margin-right: 25px
    }
}

.new-year-style .quiz {
    position: relative
}

.new-year-style .quiz:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    transition: background-color .2s ease;
    background-image: url(../i/e1ed9261e5cbe92915f2fc38bd731417.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.quiz {
    padding-top: 95px;
    padding-bottom: 108px;
    background-color: #3da59f;
}

.quiz .h2 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 37.5px;
    line-height: 50px
}

.quiz .h2,
.quiz__subtitle {
    font-family: Gilroy, sans-serif;
    font-style: normal;
    letter-spacing: -.01em;
    color: #fff
}

.quiz__subtitle {
    font-weight: 400;
    margin-bottom: 44px;
    font-size: 25px;
    line-height: 30px
}

.quiz__form-wrapper {
    padding-top: 62px;
    padding-bottom: 60px;
    padding-left: 76px;
    background-color: #fff;
    border-radius: 10px
}

.quiz__progress {
    display: flex;
    align-items: center;
    grid-column-gap: 24px;
    column-gap: 24px
}

.quiz__progress.quiz__progress_1 .quiz__progress-counts span:first-child,
.quiz__progress.quiz__progress_2 .quiz__progress-counts span:nth-child(2),
.quiz__progress.quiz__progress_3 .quiz__progress-counts span:nth-child(3),
.quiz__progress.quiz__progress_4 .quiz__progress-counts span:nth-child(4),
.quiz__progress.quiz__progress_5 .quiz__progress-counts span:nth-child(5),
.quiz__progress.quiz__progress_6 .quiz__progress-counts span:nth-child(6) {
    color: #fff;
    background-color: #86bef1
}

.quiz__progress-counts {
    display: flex;
    justify-content: center;
    grid-column-gap: 8px;
    column-gap: 8px
}

.quiz__progress-counts span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 24px;
    background-color: #f1f1f1;
    border-radius: 5px;
    font-size: 14px;
    line-height: 17px
}

.quiz__progress-step {
    font-size: 16px;
    line-height: 20px
}

.quiz__progress-step .current,
.quiz__progress-step .total {
    display: none
}

.quiz__page {
    margin-top: 21px
}

.quiz__page .elist-child-button {
    margin-left: 50px
}

.quiz__page-title {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 29px;
    margin-left: 60px;
    font-size: 25px;
    line-height: 31px;
    letter-spacing: -.01em
}

.quiz__page-grid {
    display: flex;
    align-items: center;
    align-items: flex-start;
    max-width: 1032px;
    padding-left: 50px;
    padding-bottom: 30px;
    grid-column-gap: 50px;
    column-gap: 50px
}

.quiz__item {
    max-width: 208px;
    text-align: center;
    cursor: pointer
}

.quiz__item .img {
    margin-right: auto;
    margin-left: auto
}

.quiz__item [type=checkbox],
.quiz__item [type=radio] {
    display: none;
    opacity: 1
}

.quiz__item .check {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    bottom: -27px;
    left: 50%;
    transform: translateX(-50%);
    background-color: hsla(0, 0%, 80%, .5)
}

.quiz__item .check span {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    background-color: #fff
}

.quiz__item.checked .check span {
    background-image: url(../i/c48469c0ea6c34213e374e17c76d6389.svg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.quiz__item .answer {
    display: block;
    margin-top: 40px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.01em
}

.quiz__item-outer {
    position: relative;
    min-height: 180px;
    border-radius: 10px;
    background-color: rgba(216, 235, 255, .7);
    box-shadow: 0 94px 80px rgba(57, 57, 57, .05), 0 60.9259px 46.8519px rgba(57, 57, 57, .037963), 0 36.2074px 25.4815px rgba(57, 57, 57, .0303704), 0 18.8px 13px rgba(57, 57, 57, .025), 0 7.65926px 6.51852px rgba(57, 57, 57, .0196296), 0 1.74074px 3.14815px rgba(57, 57, 57, .012037);
    z-index: 1
}

.quiz__item-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 205px;
    height: 173px;
    bottom: -3px;
    left: 0;
    background-color: #fff;
    border-radius: 10px;
    z-index: -1
}

.quiz__item_text {
    max-width: 205px;
    width: 100%
}

.quiz__item_text .quiz__item-inner br {
    display: none
}

.quiz__item_text .answer {
    margin-top: -100px;
    position: relative;
    z-index: 10;
}

.quiz__bottom-grid {
    margin-top: 30px
}

.quiz__pages-navigation {
    display: flex;
    align-items: center
}

.quiz__pages-navigation .butn_back {
    margin-right: 17px
}

.quiz__results__count {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 780px;
    min-height: 300px;
    margin-left: auto;
    margin-right: auto
}

.quiz__results__count>* {
    width: 100%
}

.quiz__results__text {
    font-family: Gilroy, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 61px;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    text-align: center
}

.quiz__results__progress {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    height: 23px;
    width: 100%
}

.quiz__results__progress .bg {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    transition: width .1s ease;
    height: 100%;
    width: 0;
    background-image: linear-gradient(267.02deg, #ffb525 -.73%, #fdb832);
    border-radius: 10px
}

.quiz__results__value {
    font-family: Gilroy, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    line-height: 50px;
    margin-top: 20px;
    color: #fff;
    text-align: center
}

.quiz__results {
    display: none
}

.quiz__form.form-shown {
    margin-bottom: -108px
}

.quiz__results-grid {
    display: flex;
    align-items: flex-end;
    padding-bottom: 50px
}

.quiz__result-heading-image {
    display: none
}

.quiz__results-form {
    max-width: 400px;
    margin-right: 181px
}

.quiz__results-header {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 37.5px;
    line-height: 50px
}

.quiz__results-header,
.quiz__results-sub-header {
    font-family: Gilroy, sans-serif;
    font-style: normal;
    letter-spacing: -.01em;
    color: #fff
}

.quiz__results-sub-header {
    font-weight: 400;
    margin-bottom: 24px;
    font-size: 25px;
    line-height: 32px
}

.quiz__results-inner {
    max-width: 391px;
    padding: 30px 28px 25px;
    background-color: #fff;
    border-radius: 10px
}

.quiz__result-image {
    max-width: 428px;
    margin-right: 51px;
    margin-bottom: -50px
}

.quiz__result-wrapp {
    padding-right: 111px;
    padding-left: 111px
}

.quiz__results-gifts {
    max-width: 218px;
    margin-right: 35px
}

.quiz__results-title {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    max-width: 216px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 21px;
    color: #fff
}

.fs__action.quiz__action {
    max-width: 143px;
    margin: 0;
    grid-area: unset;
    transform: translateX(0)
}

@media screen and (max-width:1320px) {
    .quiz {
        padding-top: 50px;
        padding-bottom: 66px
    }

    .quiz .h2 {
        max-width: 580px;
        margin-bottom: 12px;
        font-size: 35px;
        line-height: 43px
    }

    .quiz__form.form-shown {
        margin-bottom: 0
    }

    .quiz__subtitle {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 26px
    }

    .quiz__form-wrapper {
        padding: 36px 35px 47px 34px
    }

    .quiz__progress-step {
        font-size: 15px;
        line-height: 19px
    }

    .quiz__progress-counts span {
        line-height: 18
    }

    .quiz__page {
        margin-top: 35px
    }

    .quiz__page-title {
        margin-bottom: 18px;
        margin-left: 50px;
        font-size: 25px;
        line-height: 31px
    }

    .quiz__page-content {
        max-width: 930px
    }

    .quiz__page-grid {
        grid-column-gap: 27px;
        column-gap: 27px;
        padding-left: 35px;
        padding-right: 35px
    }

    .quiz__item {
        max-width: 195px
    }

    .quiz__item .check {
        bottom: -26px
    }

    .quiz__item .answer {
        padding: 0 3px;
        margin-top: 39px
    }

    .quiz__item-outer {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 183px;
        box-shadow: 0 94px 80px rgba(57, 57, 57, .05), 0 60.9259px 46.8519px rgba(57, 57, 57, .037963), 0 36.2074px 25.4815px rgba(57, 57, 57, .0303704), 0 18.8px 13px rgba(57, 57, 57, .025), 0 7.65926px 6.51852px rgba(57, 57, 57, .0196296), 0 1.74074px 3.14815px rgba(57, 57, 57, .012037)
    }

    .quiz__item-inner {
        max-width: 192px;
        bottom: 0
    }

    .quiz__item_text .quiz__item-inner {
        min-height: 173px
    }

    .quiz__item_text .answer {
        margin-top: -100px;
        position: relative;
        z-index: 10;
    }

    .quiz__bottom-grid {
        margin-top: 29px
    }

    .quiz__pages-navigation .butn_back {
        margin-right: 22px
    }

    .quiz__results__count {
        min-height: 537px
    }

    .quiz__results-grid {
        padding-bottom: 9px
    }

    .quiz__results-form {
        max-width: 357px;
        width: 100%;
        margin-right: 76px
    }

    .quiz__results-header {
        margin-bottom: 18px
    }

    .quiz__results-sub-header {
        margin-bottom: 32px
    }

    .quiz__results-inner {
        padding: 22px 18px
    }

    .quiz__results-gifts {
        max-width: 153px;
        width: 100%
    }

    .quiz__results-title {
        max-width: 194px;
        margin-bottom: 15px
    }

    .fs__action.quiz__action {
        max-width: 143px;
        width: 100%;
        min-height: 335px;
        padding-left: 11px;
        padding-right: 11px
    }

    .fs__action.quiz__action .fs__action-item {
        font-size: 14px;
        line-height: 20px
    }

    .fs__action.quiz__action .fs__action-item:first-child {
        margin-top: -10px
    }

    .quiz__result-image {
        max-width: 415px;
        margin-left: -11px;
        margin-right: -77px;
        margin-bottom: -56px
    }
}

@media screen and (max-width:1023px) {
    .quiz {
        padding-top: 48px;
        padding-bottom: 55px
    }

    .quiz .h2 {
        max-width: 517px;
        margin-bottom: 12px;
        font-size: 27px;
        line-height: 33px
    }

    .quiz__subtitle {
        max-width: 495px;
        margin-bottom: 24px;
        font-size: 18px;
        line-height: 26px
    }

    .quiz__form-wrapper {
        padding: 30px 32px 45px 34px;
        width: 700px;
    }

    .quiz__progress {
        grid-column-gap: 13px;
        column-gap: 13px
    }

    .quiz__page {
        margin-top: 25px
    }

    .quiz__page-title {
        margin-bottom: 19px;
        margin-left: 45px;
        font-size: 18px;
        line-height: 22px
    }

    .quiz__page-grid {
        grid-column-gap: 18px;
        column-gap: 18px
    }

    .quiz__item {
        max-width: 152px
    }

    .quiz__item .check {
        width: 44px;
        height: 44px;
        bottom: -20px
    }

    .quiz__item .check span {
        width: 30px;
        height: 30px
    }

    .quiz__item .answer {
        margin-top: 31px;
        padding: 0;
        font-size: 14px;
        line-height: 17px
    }

    .quiz__item-outer {
        max-width: 151px;
        min-height: 141px
    }

    .quiz__item-inner {
        max-width: 149px;
        height: 134px
    }

    .quiz__item_text {
        max-width: 151px;
        margin-bottom: 8px
    }

    .quiz__item_text .quiz__item-inner {
        min-height: 134px;
        padding-left: 15px;
        padding-right: 15px
    }

    .quiz__item_text .quiz__item-inner br {
        display: block
    }

    .quiz__item_text .answer {
        margin-top: -80px;
        position: relative;
        z-index: 10;
    }

    .quiz__results__text {
        margin-bottom: 42px;
        font-size: 30px;
        line-height: 37px
    }

    .quiz__results__progress {
        max-width: 630px;
        margin-left: auto;
        margin-right: auto
    }

    .quiz__results__value {
        font-size: 29px;
        line-height: 36px
    }

    .quiz__bottom-grid {
        margin-top: 22px;
        max-width: 576px
    }

    .quiz__bottom-grid .butn_back {
        margin-right: 21px
    }

    .quiz__results__count {
        min-height: 472px
    }

    .quiz__results-header {
        font-size: 27px;
        line-height: 37px
    }

    .quiz__results-sub-header {
        font-size: 18px;
        line-height: 22px;
        margin-top: 0
    }

    .quiz__results-form {
        margin-right: 29px
    }

    .quiz__results-gifts {
        margin-right: -40px
    }

    .quiz__results-title {
        margin-right: -85px
    }

    .quiz__result-image {
        max-width: 328px;
        width: 100%;
        margin-right: -212px;
        margin-bottom: -64px;
        margin-left: 40px
    }
}

.notoffert p{
    color: #3C3C3A;
    font-size: 12px;
}

@media screen and (max-width:767px) {
    .quiz {
        padding-top: 47px;
        padding-bottom: 52px
    }

    .quiz .h2 {
        margin-bottom: 17px
    }

    .quiz__subtitle {
        margin-bottom: 22px;
        font-size: 18px;
        line-height: 25px
    }

    .quiz__form-wrapper {
        padding: 28px 14px 26px;
        width: 300px;
    }

    .butn_forward-span {
        /*padding-left: 30px;*/
    }

    .quiz__progress-step {
        font-size: 12px;
        line-height: 15px
    }

    .quiz__progress {
        grid-column-gap: 7px;
        column-gap: 7px
    }

    .quiz__progress-counts {
        grid-column-gap: 5px;
        column-gap: 5px
    }

    .quiz__progress-counts span {
        width: 34px;
        height: 24px;
        font-size: 12px;
        line-height: 15px
    }

    .quiz__page {
        margin-top: 21px
    }

    .quiz__page-title {
        margin-left: 25px
    }

    .quiz__page-grid {
        flex-wrap: wrap;
        grid-column-gap: 12px;
        column-gap: 12px;
        padding-left: 14px;
        padding-right: 14px;
        padding-bottom: 86px;
        grid-row-gap: 19px;
        row-gap: 19px;
        flex-direction: column;
    }

    .quiz__page-content {
        display: flex;
        justify-content: center;
    }

    .quiz__page-grid.quiz__page-grid_text {
        padding-bottom: 143px
    }

    .quiz__item {
        max-width: 145px
    }

    .quiz__item .check {
        width: 39px;
        height: 39px;
        bottom: -18px
    }

    .quiz__item .check span {
        width: 27px;
        height: 27px
    }

    .quiz__item .answer {
        font-size: 14px;
        line-height: 17px;
        margin-top: 28px
    }

    .quiz__item-outer {
        min-height: 125px
    }

    .quiz__item-inner {
        height: 120px
    }

    .quiz__item_text {
        margin-bottom: 15px
    }

    .quiz__item_text .quiz__item-inner {
        min-height: 120px
    }

    .quiz__item_text .quiz__item-inner br {
        display: none
    }

    .quiz__item_text .answer {
        margin-top: -70px;
        margin-bottom: 60px;
        position: relative;
        z-index: 10;
        padding-left: 12px;
        padding-right: 12px
    }

    .quiz__bottom-grid {
        position: relative;
        margin-top: 29px;
        z-index: 1
    }

    .quiz__bottom-grid .butn_back {
        margin-right: 18px
    }

    .quiz__results__count {
        min-height: 274px
    }

    .quiz__results-grid {
        display: block;
        margin-top: -10px;
        padding-right: 0
    }

    .quiz__results-form {
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 0
    }

    .quiz__result-heading {
        margin-top: 5px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between
    }

    .quiz__result-heading-image {
        display: block;
        max-width: 133px;
        margin-bottom: -24px
    }

    .quiz__results-header {
        margin-bottom: 10px
    }

    .quiz__results-sub-header {
        max-width: 208px;
        font-size: 18px;
        line-height: 25px;
        padding-right: 5px;
        margin-bottom: 17px
    }

    .quiz__results-inner {
        position: relative;
        max-width: 330px;
        margin-top: 0;
        margin-bottom: 30px
    }

    .quiz__result-image {
        display: none
    }

    .quiz__results-gifts {
        max-width: 330px;
        margin-right: auto;
        margin-left: auto
    }

    .quiz__results-title {
        max-width: 254px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 28px;
        font-size: 16px;
        line-height: 20px;
        text-align: center
    }

    .fs__action.quiz__action {
        max-width: 330px;
        min-height: unset
    }

    .fs__action.quiz__action .fs__action-item {
        padding-left: 6px;
        padding-right: 6px;
        font-size: 13px;
        line-height: 18px
    }

    .fs__action.quiz__action .fs__action-item:first-child {
        margin-top: 0
    }
}

@media screen and (max-width:516px) {
    .quiz__page-grid {
        justify-content: center
    }

    .new-year-style .quiz:before {
        background-position: unset;
        background-size: 84%
    }
}

.footer {
    padding-top: 30px;
    padding-bottom: 28px
}

.footer__grid {
    display: grid;
    grid-template-areas: "footer-text footer-socials-copyright";
    align-items: start;
    justify-content: space-between
}

.footer__socials {
    margin-bottom: 16px
}

.footer__socials .socials {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-template-areas: "first second third fourth";
    justify-content: start
}

.footer__socials .socials .social_vk {
    grid-area: first
}

.footer__socials .socials .social_yt {
    grid-area: second
}

.footer__socials .socials .social_tg {
    grid-area: third
}

.footer__socials .socials .social_ok {
    grid-area: fourth
}

.social {
    background-size: contain;
    margin-right: 5px
}

.footer__text {
    grid-area: footer-text;
    font-size: 14px;
    line-height: 23px;
    color: #5a5a5a;
    color: var(--copyright_text)
}

.footer__text-requisites {
    display: flex;
    align-items: center;
    grid-column-gap: 50px;
    column-gap: 50px;
    margin-bottom: 21px;
    color: #5c6270
}

.footer__text-license {
    max-width: 280px
}

.footer__text-notice {
    color: #a4acb9
}

.footer__copyright {
    display: flex;
    align-items: center;
    max-width: 326px;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #5a5a5a;
    color: var(--copyright_text)
}

.footer__copyright a {
    border-bottom: 1px solid #81c400;
    border-bottom: 1px solid var(--copyright_link);
    color: #81c400;
    color: var(--copyright_link);
    transition: border-bottom-color .2s
}

.footer__copyright a:hover {
    border-bottom: 1px solid transparent
}

.footer__copyright:before {
    content: "";
    display: block;
    width: 27px;
    height: 35px;
    margin-right: 13px;
    background-image: url(../i/5885411f0781866bfa5700dd204dc03e.svg);
    background-size: 100% auto;
    background-position: 50%;
    background-repeat: no-repeat
}

.footer__socials-copyright {
    grid-area: footer-socials-copyright
}

@media screen and (max-width:1320px) {
    .footer {
        padding-top: 24px;
        padding-bottom: 31px
    }

    .footer__grid {
        align-items: flex-start
    }

    .footer__text {
        max-width: 434px
    }

    .footer__text-license {
        max-width: 384px;
        margin-bottom: 15px
    }

    .footer__text-license br {
        display: none
    }

    .footer__text-requisites {
        margin-right: 0;
        flex-direction: column;
        align-items: flex-start
    }

    .footer__requisites {
        margin-left: 0
    }

    .footer__requisites br:last-child {
        display: none
    }

    .footer__text-notice {
        max-width: 366px;
        color: #1a1a1a;
        color: var(--text_color)
    }

    .footer__copyright {
        max-width: 330px;
        margin-bottom: 52px
    }
}

@media screen and (max-width:1023px) {
    .footer {
        padding-top: 26px;
        padding-bottom: 29px
    }

    .footer__text-requisites {
        align-items: flex-start;
        margin-bottom: 19px
    }

    .footer__requisites {
        margin-left: 0
    }

    .footer__requisites br:last-child {
        display: block
    }

    .footer__copyright {
        max-width: 284px;
        font-size: 12px;
        line-height: 19px;
        margin-bottom: 72px
    }

    .footer__copyright:before {
        margin-right: 14px
    }

    .footer__text-notice {
        max-width: 315px;
        font-size: 12px;
        line-height: 19px
    }

    .social {
        margin-right: 3px;
        width: 34px;
        height: 34px
    }
}

@media screen and (max-width:767px) {
    .footer {
        padding-top: 26px;
        padding-bottom: 44px
    }

    .footer__grid {
        flex-wrap: wrap;
        padding-right: 0;
        padding-left: 0
    }

    .footer__text-requisites {
        flex-direction: column;
        align-items: flex-start;
        margin-right: 0;
        font-size: 14px;
        line-height: 22px
    }

    .footer__requisites {
        margin-left: 0
    }

    .footer__text-license {
        max-width: 316px;
        margin-bottom: 15px
    }

    .footer__text-license br {
        display: block
    }

    .footer__text {
        font-size: 10px;
        line-height: 14px
    }

    .footer__copyright {
        margin-top: 19px;
        margin-left: 7px;
        font-size: 12px;
        line-height: 19px;
        margin-bottom: 0
    }

    .footer__copyright:before {
        margin-right: 13px
    }

    .footer__text-notice {
        font-family: Montserrat, sans-serif;
        font-weight: 500;
        font-style: normal;
        max-width: 330px
    }

    .footer__grid {
        grid-template-areas: "footer-text" "footer-socials-copyright"
    }

    .footer__socials {
        margin-top: 16px;
        margin-bottom: 0
    }

    .social {
        width: 30px;
        height: 30px
    }
}

.first-screen-alt {
    padding-top: 205px;
    padding-bottom: 138px;
    background-image: url(../i/5f77063787d2ae61daca20fc187971e3.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.first-screen-alt .h1 {
    font-family: Gilroy, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 19px;
    font-size: 50px;
    line-height: 62px;
    letter-spacing: -.01em
}

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

.fsa__content {
    max-width: 586px
}

.fsa__subtitle {
    font-family: Gilroy, sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    margin-bottom: 46px;
    font-size: 25px;
    line-height: 34px;
    padding-left: 78px;
    letter-spacing: -.01em
}

.fsa__subtitle:before {
    position: absolute;
    content: "";
    width: 65px;
    height: 5px;
    top: 15px;
    left: 0;
    background-image: url(../i/a66d9685fe5a35ebbd34c0185a2747e5.svg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.fsa__action-wrapper {
    max-height: 165px;
    padding-top: 21px;
    padding-right: 23px;
    padding-left: 23px;
    border-radius: 10px
}

.fs__action.fsa__action {
    flex-direction: row;
    align-items: flex-start;
    grid-column-gap: 40px;
    column-gap: 40px;
    max-width: 540px;
    min-height: unset;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    padding: 0 40px 17px 18px;
    transform: translateX(0)
}

.fs__action.fsa__action .fs__action-item {
    max-width: 140px;
    margin-top: -10px;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -.01em
}

.fs__action.fsa__action .fs__action-item:not(:first-child) {
    margin-top: -10px
}

.fsa__image {
    position: relative;
    max-width: 561px;
    margin-top: 16px;
    z-index: 1;
    margin-bottom: -57px
}

.fsa__image .img {
    width: 100%;
    border-radius: 10px
}

.fsa__image .hidden {
    display: none
}

.fsa__title {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 44px;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    color: var(--white)
}

@media screen and (max-width:1320px) {
    .first-screen-alt {
        padding-top: 158px;
        padding-bottom: 98px;
        background-image: url(../i/d66516045bc54ef97b30cf93aeb50e97.jpg)
    }

    .first-screen-alt .h1 {
        margin-bottom: 14px;
        font-size: 40px;
        line-height: 50px
    }

    .fsa__grid {
        grid-column-gap: 47px
    }

    .fsa__content {
        max-width: 466px
    }

    .fsa__subtitle {
        max-width: 400px;
        margin-bottom: 20px;
        padding-left: 73px;
        font-size: 18px;
        line-height: 26px
    }

    .fsa__subtitle:before {
        top: 11px
    }

    .fsa__subtitle br {
        display: none
    }

    .fsa__image {
        margin-top: 0
    }

    .fsa__action-wrapper {
        max-height: 136px;
        padding-left: 13px;
        padding-right: 13px
    }

    .fs__action.fsa__action {
        max-width: 439px;
        padding-left: 14px;
        padding-right: 14px;
        grid-column-gap: 16px;
        column-gap: 16px
    }

    .fs__action.fsa__action .fs__action-item {
        max-width: 122px;
        padding-top: 36px;
        font-size: 14px;
        line-height: 20px
    }

    .fs__action.fsa__action .fs__action-item:before {
        width: 29px;
        height: 29px
    }

    .fs__action.fsa__action .fs__action-item:last-child {
        margin-left: 8px
    }

    .fsa__title {
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 19px
    }
}

@media screen and (max-width:1023px) {
    .first-screen-alt {
        padding-top: 142px;
        padding-bottom: 111px;
        background-image: url(../i/4ed9db9458dfa7b4c1d8f25206e3206a.jpg)
    }

    .first-screen-alt .h1 {
        max-width: 304px;
        margin-bottom: 6px;
        font-size: 27px;
        line-height: 33px
    }

    .fsa__grid {
        position: relative;
        align-items: flex-start
    }

    .fsa__content {
        max-width: 325px
    }

    .fsa__subtitle {
        margin-bottom: 17px;
        font-size: 14px;
        line-height: 20px;
        padding-left: 53px
    }

    .fsa__subtitle:before {
        width: 45px
    }

    .fsa__subtitle br {
        display: block
    }

    .fsa__action-wrapper {
        position: absolute;
        left: 0;
        bottom: -21px;
        max-width: 466px;
        width: 100%;
        z-index: 2
    }

    .fsa__image {
        margin-top: 10px;
        margin-bottom: 0
    }

    .fsa__image .shown {
        display: none
    }

    .fsa__image .hidden {
        display: block
    }

    .fsa__image .img {
        border-radius: 10px
    }

    .fsa__title {
        font-size: 14px;
        line-height: 19px
    }
}

@media screen and (max-width:767px) {
    .first-screen-alt {
        padding-top: 154px;
        padding-bottom: 44px;
        background-image: url(../i/e9aa50d4dc4b621a7718bb6226ecec4c.jpg)
    }

    .first-screen-alt .h1 {
        max-width: 330px;
        margin-bottom: 10px;
        font-size: 27px;
        line-height: 33px
    }

    .fsa__grid {
        flex-direction: column;
        align-items: center
    }

    .fsa__content {
        margin-right: 0;
        margin-top: 0;
        padding-bottom: 25px
    }

    .fsa__subtitle {
        padding-left: 62px;
        font-size: 18px;
        line-height: 22px
    }

    .fsa__subtitle:before {
        width: 48px;
        top: 9px
    }

    .fsa__action-wrapper {
        position: static;
        max-width: 346px;
        min-width: 346px;
        min-height: 298px;
        margin-left: -9px;
        margin-right: -9px;
        padding-left: 0;
        padding-right: 0
    }

    .fsa__image {
        position: relative;
        margin-top: -145px;
        z-index: 0
    }

    .fsa__image .img {
        width: 100%
    }

    .fsa__title {
        margin-left: 10px;
        margin-bottom: 21px;
        font-size: 14px;
        line-height: 19px
    }

    .fs__action.fsa__action {
        max-width: 330px;
        grid-column-gap: 11px;
        column-gap: 11px;
        padding-left: 6px;
        padding-right: 6px;
        padding-bottom: 18px
    }

    .fs__action.fsa__action .fs__action-item {
        max-width: 99px;
        font-size: 13px;
        line-height: 18px;
        padding: 33px 0 0;
        margin-left: 0;
        margin-right: 0;
        background-color: unset
    }

    .fs__action.fsa__action .fs__action-item:before {
        width: 26px;
        height: 26px;
        top: -3px
    }

    .fs__action.fsa__action .fs__action-item:last-child {
        margin-left: 0
    }
}

.error {
    background-image: url(../i/bc370c2fe2d0ff0bbe638be857764681.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    flex-grow: 1
}

.error .error__grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 200px;
    padding-bottom: 200px
}

.error .error__content {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-style: normal;
    max-width: 508px
}

.error .error__content .h2 {
    font-family: Gilroy, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 50px;
    line-height: 62px;
    margin-bottom: 26px
}

.error .error__content .text {
    font-family: Gilroy, sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    padding-left: 77px;
    font-size: 25px;
    line-height: 34px
}

.error .error__content .text:before {
    position: absolute;
    content: "";
    width: 65px;
    height: 5px;
    top: 15px;
    left: 0;
    background-image: url(../i/a66d9685fe5a35ebbd34c0185a2747e5.svg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.error .error__content .butn {
    margin-top: 60px;
    min-height: 69px
}

.error .error__image {
    max-width: 578px;
    width: 100%
}

@media screen and (max-width:1320px) {
    .error .error__grid {
        padding-bottom: 123px
    }

    .error .error__image {
        max-width: 424px
    }

    .error .error__image svg {
        width: 100%
    }

    .error .error__content {
        max-width: 436px
    }

    .error .error__content .h2 {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 19px
    }

    .error .error__content .text {
        font-size: 18px;
        line-height: 28px
    }

    .error .error__content .butn {
        margin-top: 55px;
        min-height: 65px
    }
}

@media screen and (max-width:1023px) {
    .error .error__grid {
        padding-top: 165px;
        padding-bottom: 76px
    }

    .error .error__image {
        max-width: 346px
    }

    .error .error__content {
        max-width: 407px
    }

    .error .error__content .h2 {
        font-size: 27px;
        line-height: 33px
    }

    .error .error__content .text {
        padding-left: 53px;
        font-size: 14px;
        line-height: 20px
    }

    .error .error__content .text:before {
        width: 45px
    }

    .error .error__content .butn {
        max-width: 293px;
        min-height: 78px;
        margin-top: 38px
    }
}

@media screen and (max-width:767px) {
    .error .error__grid {
        padding-top: 112px;
        padding-bottom: 50px;
        flex-direction: column-reverse
    }

    .error .error__content {
        max-width: 330px;
        width: 100%;
        margin-top: -50px
    }

    .error .error__content .title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 13px
    }

    .error .error__content .text {
        padding-left: 46px;
        font-size: 13px;
        line-height: 20px
    }

    .error .error__content .text:before {
        width: 44px;
        height: 3px;
        top: 6px
    }

    .error .error__content .butn {
        margin-top: 24px;
        min-height: 78px;
        max-width: 330px
    }

    .error .error__image {
        max-width: 265px;
        align-self: flex-start
    }
}

.modal-policy {
    max-width: 1079px;
    margin-top: 50px;
    margin-bottom: 50px
}

.modal-policy .modal__wrapper {
    padding: 80px 80px 65px
}

.modal-policy .mfp-close {
    top: 23px;
    right: 34px;
    background-image: url(../i/03f0ed462aa04b22f191e4d775a1c449.svg)
}

.modal-policy__title {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 35px;
    line-height: 50px;
    color: #1b1b1d;
    color: var(--heading_color);
    margin-bottom: 30px;
    text-align: center
}

.modal-policy__text {
    font-size: 18px;
    line-height: 28px
}

.modal-policy__text p {
    margin-bottom: 15px
}

@media screen and (max-width:1320px) {
    .modal-policy {
        max-width: 800px
    }

    .modal-policy .modal__wrapper {
        padding: 50px 50px 40px
    }

    .modal-policy__title {
        font-size: 27px;
        line-height: 38px;
        margin-bottom: 17px
    }

    .modal-policy__text p {
        margin-bottom: 10px
    }
}

@media screen and (max-width:1023px) {
    .modal-policy {
        max-width: 660px
    }

    .modal-policy .modal__wrapper {
        padding: 50px 30px 22px
    }

    .modal-policy__title {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 15px
    }

    .modal-policy__text {
        font-size: 16px;
        line-height: 24px
    }

    .modal-policy__text p {
        margin-bottom: 8px
    }
}

@media screen and (max-width:767px) {
    .modal-policy .modal__wrapper {
        padding: 30px 20px
    }

    .modal-policy__title {
        font-size: 18px;
        line-height: 24px
    }

    .modal-policy__text {
        font-size: 14px;
        line-height: 21px
    }

    .modal-policy__text p {
        margin-bottom: 10px
    }
}

.modal_error {
    max-width: 556px
}

.modal_error .modal__wrapper {
    overflow: hidden
}

.modal_error .modal__title {
    font-size: 32px;
    line-height: 45px;
    text-align: center;
    padding-top: 45px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px
}

.modal_error .modal__subtitle {
    margin-right: auto;
    margin-left: auto;
    max-width: 294px
}

.modal_error .error__phone,
.modal_error .modal__subtitle {
    font-size: 17px;
    line-height: 27px;
    color: #1a1a1a;
    color: var(--text_color);
    text-align: center
}

.modal_error .error__phone {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 32px
}

@media screen and (max-width:1320px) {
    .modal_error .modal__title {
        padding-top: 50px;
        font-size: 27px
    }

    .modal_error .modal__subtitle {
        max-width: 315px;
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 10px
    }

    .modal_error .error__phone {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 31px
    }
}

@media screen and (max-width:1023px) {
    .modal_error .modal__title {
        padding-top: 45px;
        font-size: 25px
    }

    .modal_error .error__phone {
        margin-bottom: 22px
    }
}

@media screen and (max-width:767px) {
    .modal_error {
        max-width: 400px
    }

    .modal_error .modal__title {
        padding-top: 40px;
        font-size: 20px;
        line-height: 27px
    }

    .modal_error .modal__subtitle {
        margin-bottom: 0
    }

    .modal_error .error__phone,
    .modal_error .modal__subtitle {
        font-size: 16px;
        line-height: 27px;
        padding-left: 24px;
        padding-right: 29px
    }

    .modal_error .error__phone nobr {
        white-space: normal
    }
}

.modal_address {
    max-width: 414px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.modal_address .modal__wrapper {
    background-color: #fff;
    background-color: var(--white);
    padding: 30px 40px 40px 30px
}

.modal_address .modal_address-title {
    font-family: Gilroy, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 27px
}

.modal_address .modal__address-item {
    position: relative;
    padding-left: 30px
}

.modal_address .modal__address-item:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 17px;
    top: 0;
    left: 0;
    background-image: url(../i/ea119d62b6955f981acf6d2c07cf2d87.svg)
}

.modal_address .modal__address-item:not(:last-child) {
    margin-bottom: 25px
}

.modal_address .modal__address-address {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 20px
}

.modal_address .modal_address-metro {
    font-size: 16px;
    line-height: 20px;
    color: #00ada4;
    color: var(--accent_text)
}

@media screen and (max-width:767px) {
    .modal_address .modal__wrapper {
        padding-right: 30px
    }

    .modal_address .modal_address-title {
        font-size: 19px;
        line-height: 24px
    }

    .modal_address .modal__address-address {
        font-size: 16px
    }

    .modal_address .modal_address-metro {
        font-size: 15px;
        line-height: 19px
    }
}

.modal .mfp-close {
    width: 30px;
    height: 30px;
    background-image: url(../i/cb444352e60b2e72ef489327474e1a87.svg);
    background-size: cover;
    top: -40px;
    right: 15px;
    color: transparent
}

.modal__wrapper {
    position: relative;
    background-color: #fff;
    background-color: var(--white);
    border-radius: 10px;
    z-index: 2
}

@media screen and (max-width:1320px) {
    .modal .mfp-close {
        top: -35px;
        right: -20px
    }

    .modal__title {
        font-size: 27px;
        line-height: 38px
    }
}

@media screen and (max-width:1023px) {
    .modal__title {
        font-size: 25px;
        line-height: 35px
    }

    .modal__subtitle {
        font-size: 18px;
        line-height: 25px
    }

    .modal__text {
        font-size: 16px;
        line-height: 22px
    }
}

@media screen and (max-width:767px) {
    .modal {
        padding-left: 9px;
        padding-right: 9px
    }

    .modal .mfp-close {
        right: 10px;
        width: 30px;
        height: 30px
    }

    .modal__wrapper {
        border-radius: 10px
    }

    .modal__title {
        font-size: 22px;
        line-height: 32px
    }

    .modal__subtitle,
    .modal__title {
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }

    .modal__subtitle {
        font-size: 16px
    }

    .modal__text {
        font-size: 14px;
        line-height: 20px;
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }
}

.awards__item:before {
    background-color: #c5eeec;
    background-color: var(--bg_second)
}

.awards__license img {
    border: 1px solid #1a1a1a;
    border: 1px solid var(--text_color)
}

@media screen and (max-width:1320px) {
    .awards .h2 {
        display: block
    }
}

.fs__doctor-name {
    color: #000;
    padding: 15px;
}

.fs__doctor-prof {
    max-width: 280px
}

.fs__action-item {
    font-size: 12px;
    padding: 23px 0 18px
}

@media screen and (max-width:1380px) {
    .fs__action {
        margin-top: 250px
    }
}

@media screen and (max-width:1023px) {
    .fs__grid {
        grid-template-areas: "fs__h1           fs__action fs__doctor-image" "fs__subtitle     fs__action fs__doctor-image" "fs__prices       fs__action fs__doctor-image" "fs__prices       fs__action fs__doctor-image" "fs__button-title fs__action fs__doctor-image" "fs__quiz-button  fs__action fs__doctor-image"
    }

    .fs__action {
        margin-top: 180px
    }

    .fs__subtitle {
        margin: 0 0 30px
    }

    .fs__doctor-prof {
        max-width: 230px
    }
}

@media screen and (max-width:767px) {
    .first-screen {
        padding-top: 180px
    }

    .fs__grid {
        grid-template-columns: auto;
        grid-template-areas: "fs__h1" "fs__subtitle" "fs__prices" "fs__button-title" "fs__action" "fs__quiz-button"
    }

    .fs__action {
        margin-top: 20px
    }
}

.quiz__progress.quiz__progress_1 .quiz__progress-counts span:first-child,
.quiz__progress.quiz__progress_2 .quiz__progress-counts span:nth-child(2),
.quiz__progress.quiz__progress_3 .quiz__progress-counts span:nth-child(3),
.quiz__progress.quiz__progress_4 .quiz__progress-counts span:nth-child(4),
.quiz__progress.quiz__progress_5 .quiz__progress-counts span:nth-child(5),
.quiz__progress.quiz__progress_6 .quiz__progress-counts span:nth-child(6) {
    background: linear-gradient(267.02deg, #ffb100 -.73%, #f06f00)
}

.quiz__item-outer {
    background-color: #c5eeec;
    background-color: var(--bg_second)
}

.quiz__results-form {
    max-width: 440px;
    margin-right: 36px
}

.fs__action-item:before {
    top: -10px
}

@media screen and (max-width:1320px) {
    .quiz__results-form {
        max-width: 437px;
        margin-right: 10px
    }

    .quiz__result-image {
        margin-bottom: -75px
    }

    .fs__action.quiz__action {
        justify-content: center
    }
}

@media screen and (max-width:1023px) {
    .quiz__results-form {
        max-width: 357px;
        margin-right: 29px
    }

    .quiz__result-image {
        margin-bottom: -64px
    }
}

@media screen and (max-width:767px) {
    .quiz__results-form {
        max-width: 330px;
        margin-right: auto
    }

    .quiz__result-heading {
        align-items: flex-end
    }

    .quiz__result-heading-image {
        margin-bottom: 0
    }
}

.fsa__action-wrapper {
    background-color: #7cb4b1;
    background-color: var(--bg_quiz)
}

@media screen and (max-width:767px) {
    .fs__grid {
        grid-template-columns: auto auto;
        grid-template-areas: "fs__h1           fs__h1" "fs__subtitle     fs__subtitle" "fs__prices       fs__prices" "fs__button-title fs__button-title" "fs__action       fs__doctor-image" "fs__button       fs__button"
    }

    .fsa__content {
        padding-top: 30px
    }

    .fs__prices {
        margin-bottom: 0
    }

    .fs__button {
        grid-area: fs__button;
        display: flex;
        padding-top: 22px
    }

    .fs__action {
        flex-direction: column;
        max-width: 120px;
        margin-top: auto;
        margin-bottom: auto
    }

    .fs__action.fsa__action .fs__action-item {
        max-width: 130px
    }

    .fs__doctor,
    .fs__doctor-image {
        display: block
    }

    .fs__doctor {
        bottom: 0;
        left: 20%
    }

    .fs__doctor-image .img {
        margin-top: -18px;
        max-height: 375px;
        -o-object-fit: contain;
        object-fit: contain
    }

    .fs__doctor-prof {
        max-width: 200px
    }
}

/* Popup-banner styles */
.popup-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  
  .popup-banner-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    width: 300px;
  }

  .popup-banner-title {
    font-family: Gilroy, sans-serif;
    margin-bottom: 17px;
    font-size: 24px;
    text-align: center;
    line-height: 34px;
    letter-spacing: -0.5px;
    font-weight: 900;
    font-style: oblique;
  }
  
  .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 60px;
    color: black;
  }
  
  .popup-banner-content form {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

.header__grid {
    align-items: center
}

@media screen and (max-width:1023px) {
    .header__grid {
        justify-content: space-between
    }
};