.select {
    margin-bottom: 20px
}

.select__title {
    font-size: 21px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px
}

.custom-select {
    position: relative;
    width: auto
}

.custom-select--open .custom-select__panel {
    max-height: 205px;
    overflow: auto;
    background: #fff;
    border: 1px solid #54616c;
    border-radius: 8px;
    z-index: 11;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.custom-select--placeholder .custom-select__opener {
    color: rgba(0, 0, 0, .5)
}

.custom-select select {
    position: absolute;
    visibility: hidden;
    opacity: 0
}

.custom-select__panel {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
    border-width: 0
}

.custom-select__panel--above {
    top: auto;
    bottom: 100%
}

.custom-select__panel-item input {
    width: 100%;
    height: 30px;
    padding: 5px;
    font-size: inherit;
    color: inherit;
    font-family: inherit
}

.custom-select__opener-label button {
    display: inline-block;
    width: 15px;
    height: 15px
}

.custom-select__option, .custom-select__opener {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 2;
    color: #54616c
}

.custom-select__option, .custom-select__opener {
    padding: 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.custom-select__option label, .custom-select__opener label {
    display: block;
    padding: 10px
}

.custom-select__option[data-value=placeholder], .custom-select__opener[data-value=placeholder] {
    display: none
}

.custom-select__option:hover, .custom-select__option--selected {
    background: rgba(196, 196, 196, .5);
    cursor: pointer
}

.custom-select__option--disabled {
    background: rgba(0, 0, 0, 0) !important;
    cursor: not-allowed !important;
    color: #e5e5e5 !important
}

.custom-select__opener {
    padding: 10px;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    background: #fff;
    position: relative
}

.custom-select__opener:hover {
    border-color: var(--brand);
    color: var(--brand);
    cursor: pointer
}

.custom-select__opener.custom-invalid {
    border: 1px solid var(--brand);
    color: var(--brand)
}

.custom-select__opener::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-top: 6px solid rgba(0, 0, 0, 0);
    pointer-events: none
}

.custom-select__option-icon {
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: middle;
    margin-right: .5em
}

.custom-select__options {
    max-height: 250px;
    overflow: auto
}

.custom-select__optgroup::before {
    content: attr(data-label);
    display: block;
    padding: 5px;
    font-weight: 700
}

.systemSelectOption__imageWrapper {
    width: 50px;
    margin-right: 10px;
    pointer-events: none
}

.systemSelectOption__image {
    width: inherit;
    height: auto
}

.systemSelectOption__dates {
    font-weight: normal;
    text-transform: none
}

.custom-select--open .custom-select__opener {
    border-radius: 6px 6px 0 0
}

@media (max-width: 767px) {
    .custom-select__opener {
        font-size: 1.2rem;
        padding: .7em
    }
}

.custom-select--disabled .custom-select__opener {
    border: 1px solid rgba(215, 215, 215, .6784313725) !important;
    border-radius: 6px;
    background: #fff !important;
    color: #54616c !important;
    opacity: .5
}

.custom-select--disabled .custom-select__opener::before {
    display: none
}

.custom-select__opener span {
    pointer-events: none
}

@media (max-width: 767px) {
    .custom-select__option span, .custom-select__opener span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .custom-select__option .systemSelectOption__dates, .custom-select__opener .systemSelectOption__dates {
        font-size: 12px
    }
}

.select {
    margin-bottom: 20px
}

.select__title {
    font-size: 21px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px
}

.custom-select {
    position: relative
}

.custom-select--open .custom-select__panel {
    max-height: 300px;
    overflow: auto;
    background: #f3f4f5;
    -webkit-box-shadow: inset 2px 0px 0px #dcdcdc;
    box-shadow: inset 2px 0px 0px #dcdcdc;
    border-radius: 0 0 6px 6px;
    padding: 0 5px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.custom-select--placeholder .custom-select__opener {
    color: rgba(0, 0, 0, .5)
}

.custom-select select {
    position: absolute;
    visibility: hidden;
    opacity: 0
}

.custom-select__panel {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 100%;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
    border-width: 0
}

.custom-select__panel--above {
    top: auto;
    bottom: 100%
}

.custom-select__panel-item input {
    width: 100%;
    height: 30px;
    padding: 5px;
    font-size: inherit;
    color: inherit;
    font-family: inherit
}

.custom-select__opener-label button {
    display: inline-block;
    width: 15px;
    height: 15px
}

.custom-select__option, .custom-select__opener {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    color: #54616c
}

.custom-select__option, .custom-select__opener {
    padding: 10px;
    position: relative;
    border-top: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.custom-select__option label, .custom-select__opener label {
    display: block;
    padding: 10px
}

.custom-select__option:hover, .custom-select__option--selected, .custom-select__opener:hover, .custom-select__opener--selected {
    background: rgba(196, 196, 196, .5);
    cursor: pointer
}

.custom-select__option[data-value=placeholder], .custom-select__opener[data-value=placeholder] {
    display: none
}

.custom-select__opener {
    padding: 10px 16px;
    -webkit-box-shadow: inset 2px 2px 0px #dcdcdc;
    box-shadow: inset 2px 2px 0px #dcdcdc;
    border-radius: 6px;
    background: #f3f4f5;
    position: relative
}

.custom-select__opener::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    border-left: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    -ms-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
    pointer-events: none
}

.custom-select__option-icon {
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: middle;
    margin-right: .5em
}

.custom-select__options {
    max-height: 250px;
    overflow: auto
}

.custom-select__optgroup::before {
    content: attr(data-label);
    display: block;
    padding: 5px;
    font-weight: 700
}

.systemSelectOption__imageWrapper {
    width: 50px;
    margin-right: 10px;
    pointer-events: none
}

.systemSelectOption__image {
    width: inherit;
    height: auto
}

.systemSelectOption__dates {
    font-weight: normal;
    text-transform: none
}

.custom-select--open .custom-select__opener {
    border-radius: 6px 6px 0 0
}

.custom-select__opener span {
    pointer-events: none
}

@media (max-width: 767px) {
    .custom-select__option span, .custom-select__opener span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .custom-select__option .systemSelectOption__dates, .custom-select__opener .systemSelectOption__dates {
        font-size: 12px
    }
}

.globalSearch {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: inherit;
    min-height: 62px
}

.globalSearch .globalSearch__input {
    width: 100%;
    height: 46px;
    background: #f4f4f4;
    border: none;
    border-radius: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    letter-spacing: .01em;
    color: var(--grey)
}

@media screen {
    .globalSearch input.globalSearch__input:not([disabled]):not([tabindex="-1"]):focus-visible {
        outline: none !important
    }
}

.globalSearch .globalSearch__results {
    padding-bottom: 6rem
}

.globalSearch .globalSearch__results.globalSearch__results--hidden {
    display: none
}

.globalSearch .globalSearch__results ol + ol {
    margin-top: 4em
}

.globalSearch .globalSearch__resultsBG {
    z-index: -1;
    position: absolute;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0
}

.globalSearch .globalSearch__resultsHeading {
    margin: 1em auto
}

.globalSearch .globalSearch__resultsItem {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 36px;
    color: var(--grey)
}

.globalSearch .globalSearch__resultsItem a {
    color: inherit
}

.globalSearch .globalSearch__resultsItem.globalSearch__resultsItem--heading {
    font-weight: 500
}

.globalSearch .globalSearch__resultsItem.globalSearch__resultsItem--headingLarge {
    text-transform: uppercase;
    font-weight: 700;
    margin-left: -1.2em;
    display: block
}

.globalSearch .globalSearch__resultsList {
    max-height: 50vh;
    overflow: auto
}

.globalSearch .globalSearch__resultsList .globalSearch__resultsItem--bold {
    font-weight: 600
}

.globalSearch .globalSearch__resultsList.globalSearch__resultsList--hidden {
    display: none
}

.searchOpenerButton {
    background: rgba(0, 0, 0, 0);
    border: none;
    padding: 0;
    margin: 0 0 0 2rem;
    --size: 24px
}

.searchOpenerButton img {
    width: var(--size);
    height: var(--size)
}

@media screen and (max-width: 767px) {
    .searchOpenerButton {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        --size: 9vw;
        margin: 0 0 0 .5rem
    }
}

:root {
    --darkgrey: #3D444D;
    --brand: #FF8200;
    --grey: #00263E;
    --white: #ffffff;
    --dashImage: url("data:image/svg+xml,%3Csvg width='93' height='2' viewBox='0 0 93 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L92 1.00001' stroke='%23DA2128' stroke-linecap='round' stroke-dasharray='6 6'/%3E%3C/svg%3E");
    --commonTextColor: var(--grey);
}

@font-face {
    font-family: "Brandon Text";
    src: url(../fonts/BrandonText-RegularItalic.eot);
    src: local("Brandon Text Regular Italic"), local("BrandonText-RegularItalic"), url(../fonts/BrandonText-RegularItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/BrandonText-RegularItalic.woff) format("woff"), url(../fonts/BrandonText-RegularItalic.ttf) format("truetype");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "Brandon Text";
    src: url(../fonts/BrandonText-Thin.eot);
    src: local("Brandon Text Thin"), local("BrandonText-Thin"), url(../fonts/BrandonText-Thin.eot?#iefix) format("embedded-opentype"), url(../fonts/BrandonText-Thin.woff) format("woff"), url(../fonts/BrandonText-Thin.ttf) format("truetype");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: "Brandon Text";
    src: url(../fonts/BrandonText-Bold.eot);
    src: local("Brandon Text Bold"), local("BrandonText-Bold"), url(../fonts/BrandonText-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/BrandonText-Bold.woff) format("woff"), url(../fonts/BrandonText-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Brandon Text";
    src: url(../fonts/BrandonText-LightItalic.eot);
    src: local("Brandon Text Light Italic"), local("BrandonText-LightItalic"), url(../fonts/BrandonText-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/BrandonText-LightItalic.woff) format("woff"), url(../fonts/BrandonText-LightItalic.ttf) format("truetype");
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: "Brandon Text";
    src: url(../fonts/BrandonText-Black.eot);
    src: local("Brandon Text Black"), local("BrandonText-Black"), url(../fonts/BrandonText-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/BrandonText-Black.woff) format("woff"), url(../fonts/BrandonText-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: "Brandon Text";
    src: url(../fonts/BrandonText-ThinItalic.eot);
    src: local("Brandon Text Thin Italic"), local("BrandonText-ThinItalic"), url(../fonts/BrandonText-ThinItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/BrandonText-ThinItalic.woff) format("woff"), url(../fonts/BrandonText-ThinItalic.ttf) format("truetype");
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: "Brandon Text";
    src: url(../fonts/BrandonText-Light.eot);
    src: local("Brandon Text Light"), local("BrandonText-Light"), url(../fonts/BrandonText-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/BrandonText-Light.woff) format("woff"), url(../fonts/BrandonText-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Brandon Text";
    src: url(../fonts/BrandonText-BoldItalic.eot);
    src: local("Brandon Text Bold Italic"), local("BrandonText-BoldItalic"), url(../fonts/BrandonText-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/BrandonText-BoldItalic.woff) format("woff"), url(../fonts/BrandonText-BoldItalic.ttf) format("truetype");
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: "Brandon Text";
    src: url(../fonts/BrandonText-Medium.eot);
    src: local("Brandon Text Medium"), local("BrandonText-Medium"), url(../fonts/BrandonText-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/BrandonText-Medium.woff) format("woff"), url(../fonts/BrandonText-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Brandon Text";
    src: url(../fonts/BrandonText-MediumItalic.eot);
    src: local("Brandon Text Medium Italic"), local("BrandonText-MediumItalic"), url(../fonts/BrandonText-MediumItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/BrandonText-MediumItalic.woff) format("woff"), url(../fonts/BrandonText-MediumItalic.ttf) format("truetype");
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: "Brandon Text";
    src: url(../fonts/BrandonText-Regular.eot);
    src: local("Brandon Text Regular"), local("BrandonText-Regular"), url(../fonts/BrandonText-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/BrandonText-Regular.woff) format("woff"), url(../fonts/BrandonText-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Brandon Text";
    src: url(../fonts/BrandonText-BlackItalic.eot);
    src: local("Brandon Text Black Italic"), local("BrandonText-BlackItalic"), url(../fonts/BrandonText-BlackItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/BrandonText-BlackItalic.woff) format("woff"), url(../fonts/BrandonText-BlackItalic.ttf) format("truetype");
    font-weight: 900;
    font-style: italic;
}
* {
    font-family: "Brandon Text";
    line-height: 1.25;
    text-decoration: none;
    outline: none !important;
}

:root {
    scroll-padding-top: var(--headerHeight);
    background: #f3f4f5
}

body {
    max-width: 1920px;
    margin: auto !important
}

.tns-visually-hidden {
    display: none
}

.tns-item, .slider-nav__item {
    outline: none !important
}

button {
    cursor: pointer
}

@media screen and (max-width: 767px) {
    .mobile-hidden {
        display: none !important
    }
}

@media screen and (min-width: 768px) {
    .desktop-hidden {
        display: none !important
    }
}

.container {
    max-width: min(1200px, 100vw - 50px);
    width: 100%;
    margin: auto;
    padding: 0 var(--x-offset);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (min-width: 768px)and (max-width: 900px) {
    .container.header-container {
        padding: 0;
        max-width: auto
    }
}

@media screen and (max-width: 767px) {
    .container.header-container {
        padding: 0 13vw 0 5vw;
        margin: 0;
        width: 100%;
        max-width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .container.header-container.header-container--LP {
        padding: 0 5vw
    }

    .container.header-container.header-container--LP .header__btn {
        margin: 0
    }
}

.sectionHeading {
    font-size: 44px;
    font-weight: 400;
    color: var(--commonTextColor);
    margin: 82px 0 51px;
    text-transform: uppercase;
    text-align: center
}

@media screen and (min-width: 1241px)and (max-width: 1399px) {
    .sectionHeading {
        margin: 46px 0 51px
    }
}

@media screen and (min-width: 1400px) {
    .sectionHeading {
        margin: 51px 0 51px
    }
}

@media screen and (max-width: 767px) {
    .sectionHeading--desktop {
        display: none
    }
}

@media screen and (min-width: 768px) {
    .sectionHeading--mobile {
        display: none
    }
}

@media (max-width: 1500px) {
    .sectionHeading {
        font-size: 36px
    }
}

@media (max-width: 1239px)and (min-width: 768px) {
    .sectionHeading {
        margin: 0 auto;
        margin-top: 26px;
        margin-bottom: 22px;
        font-size: 3.385vw;
        max-width: 75%
    }
}

@media (max-width: 767px) {
    .sectionHeading {
        font-size: 4.074vw;
        line-height: 1.64;
        margin-top: 20px;
        margin-bottom: 17px;
        padding: 0 var(--x-offset)
    }
}

@media (max-width: 540px) {
    .sectionHeading {
        font-size: 5.7vw;
        line-height: 1.64
    }
}

@media (max-width: 1239px) {
    .container .sectionHeading {
        padding: 0
    }
}

header {
    background-color: #fff;
    padding: var(--header-y-offset) 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 100;
    height: var(--header-height);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 767px) {
    header {
        height: auto;
        padding: 4.6vw 0px
    }
}

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

header .header .header__pageName {
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: var(--commonTextColor)
}

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

header .header .header__column .header__burger {
    width: 20px;
    height: 18px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 26px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border: none;
    padding: 0;
    background-color: rgba(0, 0, 0, 0)
}

@media (max-width: 1239px) {
    header .header .header__column .header__burger {
        width: 17px;
        height: 14px;
        margin-right: 14px
    }
}

@media (max-width: 767px) {
    header .header .header__column .header__burger {
        width: min(6vw, 26px);
        height: 13px;
        position: absolute;
        right: var(--x-offset);
        margin-right: 0
    }
}

header .header .header__column .header__burger span, header .header .header__column .header__burger::before, header .header .header__column .header__burger::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: var(--darkgrey);
    position: absolute;
    left: 0;
    display: block
}

@media (max-width: 1239px) {
    header .header .header__column .header__burger span, header .header .header__column .header__burger::before, header .header .header__column .header__burger::after {
        height: 2px
    }
}

@media (max-width: 767px) {
    header .header .header__column .header__burger span, header .header .header__column .header__burger::before, header .header .header__column .header__burger::after {
        height: 1px
    }
}

header .header .header__column .header__burger::before {
    top: 0
}

header .header .header__column .header__burger::after {
    bottom: 0
}

header .header .header__column .header__brand {
    max-width: 182.64px;
    max-height: 47px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0
}

@media (max-width: 1239px) {
    header .header .header__column .header__brand {
        width: 16.03vw
    }
}

@media (max-width: 767px) {
    header .header .header__column .header__brand {
        width: 32vw
    }
}

header .header .header__column .header__brand .brand__img {
    width: inherit;
    max-width: inherit;
    height: inherit;
    max-height: inherit
}

header .header .header__column .header__link {
    font-size: 16px;
    font-weight: 600;
    color: var(--brand);
    white-space: nowrap
}

@media (max-width: 1239px) {
    header .header .header__column .header__link {
        font-size: 12px;
        font-size: min(12px, .9vw)
    }
}

@media (max-width: 767px) {
    header .header .header__column .header__link {
        display: none
    }
}

header .header .header__column .header__btn {
    padding: .95em 1.5em;
    background-color: var(--brand);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--white);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 16px;
    border: none
}

@media (max-width: 1239px) {
    header .header .header__column .header__btn {
        font-size: 9px;
        padding: .7em 1.1em;
        margin-left: 12px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media (max-width: 767px) {
    header .header .header__column .header__btn {
        margin-right: 1em;
        margin-left: 0;
        padding: .8em 1em;
        font-size: 3.125vw
    }
}

header .header .header__column .header__btn-text-desctop {
    white-space: nowrap
}

@media (max-width: 767px) {
    header .header .header__column .header__btn-text-desctop {
        display: none
    }
}

header .header .header__column .header__btn-text-mobile {
    letter-spacing: .02em
}

@media (min-width: 768px) {
    header .header .header__column .header__btn-text-mobile {
        display: none
    }
}

@media (max-width: 767px) {
    header .header .header__column.header__column_s {
        margin-right: 4.375vw
    }
}

header .header .header__nav .header__navList {
    margin: 0;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: grid;
    grid-auto-flow: column;
    gap: 1.5em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width: 767px) {
    header .header .header__nav .header__navList {
        display: none
    }
}

header .header .header__nav .header__navList .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

header .header .header__nav .header__navList .menu-item-has-children {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .header .header__nav .header__navList .menu-item-has-children .sub-menu__arrow {
    margin-left: .5em;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    --color: var(--grey)
}

header .header .header__nav .header__navList .menu-item-has-children .nav__item[aria-current=page] + .sub-menu__arrow {
    --color: var(--brand)
}

header .header .header__nav .header__navList .menu-item-has-children:hover .sub-menu, header .header .header__nav .header__navList .menu-item-has-children:active .sub-menu {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1;
    pointer-events: all;
    -webkit-filter: drop-shadow(6px 10px 6px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(6px 10px 6px rgba(0, 0, 0, 0.25))
}

header .header .header__nav .header__navList .menu-item-has-children:hover .sub-menu__arrow, header .header .header__nav .header__navList .menu-item-has-children:active .sub-menu__arrow {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

header .header .header__nav .header__navList .sub-menu {
    padding: 0;
    position: absolute;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(-50%, -2em);
    -ms-transform: translate(-50%, -2em);
    transform: translate(-50%, -2em);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    top: calc(100% + var(--header-y-offset) + .9em);
    min-width: 100%;
    padding: 0 1em;
    background: #fff
}

header .header .header__nav .header__navList .sub-menu li + li {
    position: relative
}

header .header .header__nav .header__navList .sub-menu li + li::before {
    content: "";
    position: absolute;
    top: -1em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% + 2em);
    border-top: 1px solid rgba(0, 0, 0, .1)
}

header .header .header__nav .header__navList .sub-menu::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 4em
}

header .header .header__nav .header__navList .sub-menu .menu-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1em 0;
    width: 100%
}

header .header .header__nav .nav__item {
    font-size: 12px;
    font-weight: 500;
    z-index: 1;
    --textColor: var(--grey);
    color: var(--textColor);
    text-transform: uppercase;
    margin-left: 30px;
    white-space: nowrap;
    display: block;
    position: relative
}

header .header .header__nav .nav__item[aria-current=page] {
    --textColor: var(--brand)
}

header .header .header__nav .nav__item::before, header .header .header__nav .nav__item::after {
    content: "";
    position: absolute;
    top: calc(100% + .1em);
    height: 1px;
    background: var(--textColor);
    -webkit-transition: left .3s ease-in, right .3s ease-in;
    -o-transition: left .3s ease-in, right .3s ease-in;
    transition: left .3s ease-in, right .3s ease-in
}

header .header .header__nav .nav__item::before {
    left: 0;
    right: 100%
}

header .header .header__nav .nav__item::after {
    right: 0;
    left: 100%
}

header .header .header__nav .nav__item:hover::before, header .header .header__nav .nav__item:hover::after {
    left: 0;
    right: 0
}

@media (max-width: 1239px) {
    header .header .header__nav .nav__item {
        font-size: 10px;
        font-size: min(12px, .9vw);
        margin-left: 1em
    }
}

header .header .header__nav .nav__item:first-of-type {
    margin-left: 0
}

header .header .header__telCity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 767px) {
    header .header .header__telCity {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width: 767px) {
    header .header {
        display: grid;
        grid-auto-flow: column;
        gap: 1vw
    }

    header .header .header__column_s {
        display: grid;
        grid-auto-flow: column;
        gap: 2.3vw
    }

    header .header .header__column_s .header__btn {
        margin: 0
    }

    header .header .header__column_s .searchOpenerButton {
        margin: 0
    }
}

footer {
    background-color: var(--grey);
    padding: 50px 0
}

footer .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 767px) {
    footer .footer {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

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

@media (max-width: 1239px)and (min-width: 768px) {
    footer .footer .footer__top {
        display: grid;
        grid-template-columns:1fr 1fr 1fr;
        grid-gap: 50px 0;
        gap: 50px 0
    }
}

@media (max-width: 767px) {
    footer .footer .footer__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

footer .footer .footer__top .footer__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 1239px)and (min-width: 768px) {
    footer .footer .footer__top .footer__column:first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    footer .footer .footer__top .footer__column:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        grid-row: 2/3
    }

    footer .footer .footer__top .footer__column:nth-child(3) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        grid-row: 2/3
    }

    footer .footer .footer__top .footer__column:nth-child(4) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        grid-column: 3/4;
        grid-row: 1/3
    }
}

@media (max-width: 767px) {
    footer .footer .footer__top .footer__column {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

footer .footer .footer__top .footer__column .footer__logo {
    max-width: 170px;
    max-height: 44px;
    margin: 0
}

@media (max-width: 767px) {
    footer .footer .footer__top .footer__column .footer__logo {
        margin-bottom: 25px
    }
}

footer .footer .footer__top .footer__column .footer__logo .logo__img {
    width: 100%;
    height: 100%
}

footer .footer .footer__top .footer__column .footer__nav-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    color: var(--white);
    text-transform: uppercase;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

footer .footer .footer__top .footer__column .footer__nav-link:hover {
    opacity: .5
}

@media (max-width: 767px) {
    footer .footer .footer__top .footer__column .footer__nav-link {
        font-size: 4.375vw
    }
}

footer .footer .footer__top .footer__column.footer__contacts {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (max-width: 767px) {
    footer .footer .footer__top .footer__column.footer__contacts {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 7.825vw
    }
}

footer .footer .footer__top .footer__column.footer__contacts .footer__phone {
    font-size: 20px;
    font-weight: 400;
    opacity: .7;
    color: var(--white)
}

@media (max-width: 767px) {
    footer .footer .footer__top .footer__column.footer__contacts .footer__phone {
        font-size: 6.25vw
    }
}

footer .footer .footer__top .footer__column.footer__contacts .footer__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    opacity: .7;
    color: var(--white)
}

@media (max-width: 1239px) {
    footer .footer .footer__top .footer__column.footer__contacts .footer__area {
        display: none
    }
}

footer .footer .footer__top .footer__column.footer__contacts .footer__area .footer__personal {
    width: 17px;
    height: 17px;
    margin-right: 5px
}

@media (max-width: 767px) {
    footer .footer .footer__top .footer__column.footer__contacts .footer__social {
        margin-top: 7.825vw
    }
}

footer .footer .footer__top .footer__column.footer__contacts .footer__social .social__heading {
    font-size: 14px;
    font-weight: 400;
    opacity: .7;
    color: var(--white);
    text-align: right;
    margin: 0 0 18px
}

@media (max-width: 767px) {
    footer .footer .footer__top .footer__column.footer__contacts .footer__social .social__heading {
        font-size: 4.375vw
    }
}

footer .footer .footer__top .footer__column.footer__contacts .footer__social .social__icons {
    display: grid;
    grid-template-columns:-webkit-max-content;
    grid-template-columns:max-content;
    grid-auto-flow: column;
    gap: 1rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 0 0 auto
}

@media (max-width: 767px) {
    footer .footer .footer__top .footer__column.footer__contacts .footer__social .social__icons {
        margin: 0 auto
    }
}

footer .footer .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 98px
}

@media (max-width: 767px) {
    footer .footer .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 7.825vw
    }
}

footer .footer .footer__bottom .footer__text {
    font-size: 16px;
    font-weight: 500;
    font-family: "Proxima Nova", "BrandonText", sans-serif;
    color: var(--white);
    opacity: .5;
    margin: 0
}

@media (max-width: 767px) {
    footer .footer .footer__bottom .footer__text {
        text-align: center;
        margin-top: 7.825vw;
        font-size: 5vw
    }
}

label.labeled-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    --fontSize: 11px;
    font-size: var(--fontSize)
}

label.labeled-checkbox .labeled-checkbox__inline-link {
    --textColor: inherit;
    color: var(--textColor)
}

label.labeled-checkbox .checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    --size: 16px;
    --color: #425563;
    width: var(--size);
    height: var(--size);
    position: relative;
    margin: .6em
}

label.labeled-checkbox .checkbox::before, label.labeled-checkbox .checkbox::after {
    content: "";
    z-index: 10;
    width: var(--size);
    height: var(--size);
    position: absolute;
    pointer-events: all;
    border: 1px solid var(--color);
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    --translate: translate(-50%, -50%);
    -webkit-transform: var(--translate);
    -ms-transform: var(--translate);
    transform: var(--translate);
    left: 50%;
    top: 50%;
    -webkit-transition: width .3s ease-in-out, height .3s ease-in-out;
    -o-transition: width .3s ease-in-out, height .3s ease-in-out;
    transition: width .3s ease-in-out, height .3s ease-in-out
}

label.labeled-checkbox .checkbox:checked::after {
    --size: 10px;
    background: var(--color)
}

label.labeled-checkbox .checkbox.custom-invalid {
    --color: var(--brand)
}

label.labeled-checkbox .checkbox.custom-invalid + span {
    color: var(--brand)
}

.tns-liveregion {
    display: none
}

.videoPopupWrapper {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: 9999;
    background: rgba(0, 0, 0, .9);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@supports (-webkit-touch-callout: none) {
    .videoPopupWrapper {
        height: var(--app-height)
    }
}

.videoPopupWrapper video {
    width: auto;
    height: 100%
}

.videoPopupWrapper video:focus, .videoPopupWrapper:focus {
    border: none;
    outline: none
}

.closeButton {
    position: absolute;
    top: 30px;
    right: 30px;
    margin: 0;
    padding: 0;
    border: none;
    z-index: 1;
    color: #000;
    --sise: 30px;
    width: var(--sise);
    height: var(--sise);
    background: rgba(255, 255, 255, .5);
    border-radius: 50%;
    cursor: pointer
}

.slider-wrapper {
    margin: 6vw 0
}

.slider-buttons {
    pointer-events: none;
    outline: none
}

.slider-buttons button {
    pointer-events: all
}

@media (max-width: 767px) {
    .soical__img {
        width: 9.375vw
    }
}

@media screen and (min-width: 768px) {
    .howItWorksSection__slider-controlls {
        display: none
    }
}

.slider-wrapper {
    position: relative;
    margin: 40px 0
}

.howItWorksSection__slider-nav {
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.slider-controlls {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none
}

.slider-controlls .slider-controll {
    width: min(50px, 7.5vw);
    height: min(50px, 7.5vw);
    border: none;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    left: 5px;
    top: 222.81vw;
    background: #eaeaea;
    outline: none;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out
}

.slider-controlls .slider-controll .slider-controll__img {
    width: 100%;
    height: 100%
}

.slider-controlls .slider-controll--next .slider-controll__img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slider-controlls .slider-controll:active {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

input[type=tel].form__field.custom-invalid, input[type=email].form__field.custom-invalid, input[type=text].form__field.custom-invalid {
    border: 1px solid var(--brand)
}

input[type=tel].form__field.custom-invalid::-webkit-input-placeholder, input[type=email].form__field.custom-invalid::-webkit-input-placeholder, input[type=text].form__field.custom-invalid::-webkit-input-placeholder {
    color: var(--brand)
}

input[type=tel].form__field.custom-invalid::-moz-placeholder, input[type=email].form__field.custom-invalid::-moz-placeholder, input[type=text].form__field.custom-invalid::-moz-placeholder {
    color: var(--brand)
}

input[type=tel].form__field.custom-invalid:-ms-input-placeholder, input[type=email].form__field.custom-invalid:-ms-input-placeholder, input[type=text].form__field.custom-invalid:-ms-input-placeholder {
    color: var(--brand)
}

input[type=tel].form__field.custom-invalid::-ms-input-placeholder, input[type=email].form__field.custom-invalid::-ms-input-placeholder, input[type=text].form__field.custom-invalid::-ms-input-placeholder {
    color: var(--brand)
}

input[type=tel].form__field.custom-invalid::placeholder, input[type=email].form__field.custom-invalid::placeholder, input[type=text].form__field.custom-invalid::placeholder {
    color: var(--brand)
}

input[type=checkbox].form__field.custom-invalid {
    --color: var(--brand)
}

input[type=checkbox].form__field.custom-invalid + span {
    color: var(--brand)
}

@media screen and (min-width: 1240px) {
    a[href]:not([tabindex="-1"]):focus-visible, area[href]:not([tabindex="-1"]):focus-visible, input:not([disabled]):not([tabindex="-1"]):focus-visible, select:not([disabled]):not([tabindex="-1"]):focus-visible, textarea:not([disabled]):not([tabindex="-1"]):focus-visible, button:not([disabled]):not([tabindex="-1"]):focus-visible, iframe:not([tabindex="-1"]):focus-visible, [tabindex]:not([tabindex="-1"]):focus-visible, [contentEditable=true]:not([tabindex="-1"]):focus-visible {
        outline: 2px rgba(215, 51, 56, .631) solid !important
    }
}

.button-base {
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.button-base:hover {
    opacity: .9
}

.citySelector {
    position: relative
}

@media screen and (max-width: 767px) {
    .citySelector {
        position: static
    }
}

.citySelector[open] .citySelector__summary .citySelector__summaryMarker {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.citySelector .citySelector__summary {
    color: var(--grey);
    font-size: min(11px, .9vw);
    line-height: 120%;
    display: block;
    cursor: pointer
}

.citySelector .citySelector__summary .citySelector__summaryGeoPin {
    display: none
}

@media screen and (max-width: 767px) {
    .citySelector .citySelector__summary .citySelector__summaryMarker, .citySelector .citySelector__summary span {
        display: none
    }

    .citySelector .citySelector__summary .citySelector__summaryGeoPin {
        display: block;
        width: 5.9vw
    }
}

.citySelector .citySelector__summary .citySelector__summaryMarker {
    will-change: transform;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.citySelector .citySelector__summary::-webkit-details-marker {
    display: none
}

.citySelector .citySelector__content {
    position: absolute;
    right: 0;
    top: 22px;
    background: #fff;
    width: min(320px, 100vw);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 12px 13px 15px
}

@media screen and (max-width: 767px) {
    .citySelector .citySelector__content {
        top: 15vw;
        width: 100vw
    }
}

.citySelector .citySelector__search {
    background: rgba(0, 0, 0, 0);
    border: none;
    padding: 0 8px
}

.citySelector .citySelector__contentInner {
    background: #f8f8f8;
    padding: 10px;
    border-radius: 16px;
    font-size: 11px;
    line-height: 13px;
    color: var(--commonTextColor)
}

.citySelector .citySelector__list {
    padding: 0;
    list-style-type: none;
    max-height: 200px;
    overflow-y: scroll;
    margin: 6px 0 0
}

.citySelector .citySelector__list::before {
    content: "";
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: block;
    width: calc(100% - 16px);
    height: 1px;
    margin: auto;
    background: #dbdad5
}

.citySelector .citySelector__list::-webkit-scrollbar {
    width: 4px;
    background-color: #eeeeed
}

.citySelector .citySelector__list::-webkit-scrollbar-thumb {
    background-color: var(--brand);
    border-radius: 2px
}

.citySelector .citySelector__listItemButton {
    width: 100%;
    background: rgba(0, 0, 0, 0);
    border: none;
    text-align: left;
    padding: 4px 8px;
    color: var(--commonTextColor)
}

.citySelector .citySelector__listItemButton:hover {
    background: #ebebeb;
    border-radius: 4px
}

.citySelector .citySelector__listItem {
    width: 100%
}

.citySelector .citySelector__listItem.citySelector__listItem_hidden {
    display: none
}

.burger-popup {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background: #f3f4f5;
    z-index: 4000;
    --padding-ver: calc(368 / 1920 * 100vw);
    --padding-hor: 32px;
    overflow: hidden;
    display: none
}

@media screen and (max-width: 767px) {
    .burger-popup {
        height: var(--app-height);
        width: 100vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }
}

@media screen and (max-width: 1800px) {
    .burger-popup {
        --padding-ver: calc(128 / 1440 * 100vw)
    }
}

@media (max-width: 767px) {
    .burger-popup {
        --padding-ver: 6.875vw;
        --padding-hor: 5vw
    }
}

.burger-popup.burger-popup--open {
    display: block
}

@media screen and (max-width: 767px) {
    .burger-popup.burger-popup--open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 1239px) {
    .burger-popup__hoverAnimateWrapper {
        display: none
    }
}

.header__burger {
    cursor: pointer
}

.burger-popup__brand {
    position: absolute;
    right: calc(50% + 350px);
    top: calc(var(--padding-hor) - 14px);
    width: 182px;
    height: auto;
    z-index: 30
}

.burger-popup__brand img {
    width: 100%
}

@media (max-width: 1239px) {
    .burger-popup__brand {
        left: var(--padding-ver);
        right: auto
    }
}

@media (max-width: 767px) {
    .burger-popup__brand {
        display: none
    }
}

.burger-popup__activeArea {
    position: absolute;
    top: var(--padding-hor);
    right: var(--padding-ver);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-height: 781px;
    height: calc(100vh - 2 * var(--padding-hor))
}

@media screen and (max-width: 767px) {
    .burger-popup__activeArea {
        max-height: var(--app-height);
        height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: var(--padding-hor) 0 25vw;
        position: initial;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }
}

.burger-popup__area-close {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns:repeat(2, -webkit-max-content);
    grid-template-columns:repeat(2, max-content);
    grid-gap: 60px;
    gap: 60px;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start
}

@media screen and (max-width: 767px) {
    .burger-popup__area-close {
        grid-template-columns:1fr;
        grid-auto-flow: row;
        grid-gap: 6.25vw;
        gap: 6.25vw
    }
}

.burger-popup__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--brand)
}

.burger-popup__area:hover {
    opacity: .7
}

@media (max-width: 767px) {
    .burger-popup__area {
        position: static;
        margin: 0 var(--padding-ver) 0 auto
    }
}

.burger-popup__personal {
    width: 20px;
    height: 20px;
    margin-right: 13px
}

.burger-popup__close {
    border: none;
    background: rgba(0, 0, 0, 0);
    cursor: pointer
}

@media (max-width: 767px) {
    .burger-popup__close {
        position: static;
        margin: 0 var(--padding-ver) 0 auto;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

.burger-popup__contacts {
    display: grid;
    grid-template-columns:repeat(2, -webkit-max-content);
    grid-template-columns:repeat(2, max-content);
    grid-template-rows:1fr;
    grid-gap: 25px;
    z-index: 100;
    gap: 25px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

@media (max-width: 767px) {
    .burger-popup__contacts {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        grid-gap: 0;
        gap: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .burger-popup__contacts .burger-popup__contactsPhone {
        margin-top: 7.82vw
    }
}

.burger-popup__contactsPhone {
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--brand);
    opacity: .7;
    white-space: nowrap
}

@media (max-width: 767px) {
    .burger-popup__contactsPhone {
        font-style: normal;
        font-weight: normal;
        font-size: 6.25vw;
        line-height: 1.2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        text-transform: uppercase;
        color: var(--commonTextColor)
    }
}

.burger-popup__contactsBtn {
    border: none;
    border-radius: 0;
    background: var(--brand);
    padding: 1em 1.5em;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .9);
    cursor: pointer
}

@media (max-width: 767px) {
    .burger-popup__contactsBtn {
        font-size: 4.375vw;
        width: calc(100% - 2 * var(--padding-ver))
    }
}

.burger-popup__contactsBtn:hover {
    opacity: .9
}

.burger-popup__nav {
    text-align: right;
    margin: 50px 0 0;
    font-style: normal;
    font-weight: 100;
    font-size: 38px;
    text-align: right;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--commonTextColor);
    width: calc(100vw - var(--padding-ver))
}

@media screen and (max-width: 1239px) {
    .burger-popup__nav {
        margin: auto 0 1em
    }

    .burger-popup__nav .mobile-hidden {
        display: none
    }
}

@media (max-width: 767px) {
    .burger-popup__nav {
        position: static;
        margin: auto 0 3em;
        font-size: 5.625vw;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: 25vw;
        font-weight: 300
    }
}

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

.burger-popup__nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    .burger-popup__nav li:not(:last-child) {
        margin-bottom: 2.5vw
    }
}

.burger-popup__nav li::before {
    content: "";
    height: 2px;
    width: 0;
    background: var(--brand);
    -webkit-transition: width .5s linear;
    -o-transition: width .5s linear;
    transition: width .5s linear;
    z-index: -10
}

.burger-popup__nav li:hover::before {
    width: 100%
}

.burger-popup__nav a {
    color: inherit;
    display: block;
    line-height: 1.1;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
    letter-spacing: -0.01em;
    margin-left: 1em;
    -webkit-transition: color .5s ease-in-out;
    -o-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out
}

.burger-popup__nav a:hover {
    will-change: font-weight, color;
    color: var(--brand)
}

.hoverAnimate {
    pointer-events: none
}

.hoverAnimate--a1 img {
    position: absolute;
    --h: min(967px, 110.66vh);
    --w: calc(var(--h) * 0.8149);
    width: var(--w);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: calc(50% - var(--w) * .5);
    bottom: calc(-1 * var(--h));
    z-index: 100
}

.hoverAnimate--a2 img {
    position: absolute;
    width: 400px;
    left: var(--padding-ver);
    top: 100%
}

.hoverAnimate--a2 video {
    position: absolute;
    width: 400px;
    left: var(--padding-ver);
    top: 100%
}

.hoverAnimate--a3 video {
    position: absolute;
    left: var(--padding-ver);
    top: 100%;
    width: 500px;
    z-index: 1
}

.hoverAnimate--a5 img {
    position: absolute;
    z-index: 10
}

.hoverAnimate--a5 .a5_img_1 {
    left: -150px;
    bottom: 320px;
    width: 355px;
    height: 356px
}

.hoverAnimate--a5 .a5_img_2 {
    left: -54px;
    bottom: -20px;
    width: 283px;
    height: 345px
}

.hoverAnimate--a5 .a5_img_3 {
    left: 93px;
    bottom: -90px;
    width: 369px;
    height: 369px
}

.hoverAnimate--a5 .a5_img_4 {
    left: 380px;
    bottom: -76px;
    width: 126px;
    height: 371px
}

.hoverAnimate--a5 .a5_img_5 {
    left: 443px;
    bottom: -33px;
    width: 175px;
    height: 134px
}

.hoverAnimate--a5 .a5_img_6 {
    left: 335px;
    bottom: -55px;
    width: 204px;
    height: 334px;
    z-index: -1
}

.hoverAnimate--a6 img {
    position: absolute;
    z-index: 10
}

.hoverAnimate--a6 .a6_img_1 {
    left: -103px;
    bottom: min(628px, 60vh);
    height: 189px;
    width: auto
}

.hoverAnimate--a6 .a6_img_2 {
    left: -109px;
    bottom: min(426px, 43vh);
    height: 186px;
    width: auto
}

.hoverAnimate--a6 .a6_img_3 {
    left: -17px;
    bottom: -22px;
    height: 474px;
    width: auto
}

@media screen and (max-height: 800px) {
    .hoverAnimate--a6 .a6_img_3 {
        bottom: -11.2vh
    }
}

.hoverAnimate--a6 .a6_img_4 {
    left: 156px;
    bottom: -27px
}

.hoverAnimate--a6 .a6_img_5 {
    left: 216px;
    bottom: -83px
}

.hoverAnimate--a6 .a6_img_6 {
    left: 381px;
    bottom: -68px
}

.hoverAnimate--a7 {
    --t: 20s
}

.hoverAnimate--a7 .ticker {
    position: absolute;
    width: 368px;
    z-index: 1;
    height: 100vh;
    background-repeat: repeat-y;
    background-size: cover;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.hoverAnimate--a7 .ticker_1 {
    left: calc(50% - 422px);
    background-position: 0 0%;
    top: 100%;
    -webkit-animation: ticker1anim var(--t) linear 0s infinite;
    animation: ticker1anim var(--t) linear 0s infinite
}

@-webkit-keyframes ticker1anim {
    from {
        background-position: 0 0%
    }
    to {
        background-position: 0 calc(100% - 100vh)
    }
}

@keyframes ticker1anim {
    from {
        background-position: 0 0%
    }
    to {
        background-position: 0 calc(100% - 100vh)
    }
}

.hoverAnimate--a7 .ticker_2 {
    left: calc(50% - 140px);
    background-position: 0 100%;
    bottom: 100%;
    -webkit-animation: ticker2anim var(--t) linear 0s infinite;
    animation: ticker2anim var(--t) linear 0s infinite
}

@-webkit-keyframes ticker2anim {
    from {
        background-position: 0 100%
    }
    to {
        background-position: 0 calc(0% + 100vh)
    }
}

@keyframes ticker2anim {
    from {
        background-position: 0 100%
    }
    to {
        background-position: 0 calc(0% + 100vh)
    }
}

.hoverAnimate--a8 img {
    position: absolute;
    width: 525px;
    -webkit-transform: translate(-50%, -57%);
    -ms-transform: translate(-50%, -57%);
    transform: translate(-50%, -57%);
    left: calc(50% - 390px);
    top: 20%;
    z-index: 100
}

.hoverAnimate--a9 img {
    position: absolute;
    --w: 789px;
    width: var(--w);
    right: calc(50% + var(--w));
    -webkit-transform: translateX(calc(100% - 100px));
    -ms-transform: translateX(calc(100% - 100px));
    transform: translateX(calc(100% - 100px))
}

@media screen and (min-width: 1240px)and (max-width: 1365px) {
    .hoverAnimate--a9 img {
        right: calc(50% + var(--w) + 40px)
    }
}

@media screen and (max-width: 1800px) {
    .hoverAnimate--a9 img {
        --w: min(700px, 50vw)
    }
}

.animation-4-contrast-color {
    color: var(--brand);
    font-size: 28px
}

.animation-4 {
    --imgSize: 192px;
    position: absolute;
    top: 50%;
    left: calc(50% - var(--imgSize) - 400px);
    z-index: 1;
    display: grid;
    grid-template-columns:repeat(2, var(--imgSize));
    grid-template-rows:repeat(2, var(--imgSize));
    grid-gap: 4px;
    gap: 4px
}

.animation-4-1, .animation-4-2, .animation-4-3, .animation-4-4 {
    position: relative;
    width: var(--imgSize);
    height: var(--imgSize)
}

.animation-4__text {
    position: absolute;
    font-weight: 500;
    font-size: 18px;
    opacity: 0
}

.animation-4__img {
    width: 100%;
    height: 100%
}

.animation-4-1__img {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom
}

.animation-4-2__img {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom
}

.animation-4-3__img {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.animation-4-4__img {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.animation-4-1__text {
    text-align: left;
    bottom: calc(100% + 16px);
    left: calc(100% + 14px)
}

.animation-4-2__text {
    text-align: left;
    top: -30%;
    left: calc(130% + 14px)
}

.animation-4-3__text {
    text-align: right;
    top: calc(130% + 14px);
    right: 0%
}

.animation-4-4__text {
    text-align: left;
    top: calc(130% + 14px);
    left: 0%
}

body {
    position: relative
}

.page-popup {
    display: none;
    position: fixed;
    z-index: 5000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: display 10s ease-in;
    -o-transition: display 10s ease-in;
    transition: display 10s ease-in;
    cursor: pointer
}

@supports (-webkit-touch-callout: none) {
    .page-popup {
        height: var(--app-height)
    }
}

.page-popup__tabs {
    border: 0;
    background: #eaeaea;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    border-radius: 30px 30px 0 0;
    margin: 0 0 -30px;
    padding: 0
}

@media (max-width: 767px) {
    .page-popup__tabs {
        margin: 0;
        background: #c4c4c4
    }
}

.page-popup__tab {
    font-style: normal;
    font-weight: normal;
    font-size: 27px;
    line-height: 1;
    padding: 1.5em 1.5em calc(1.3em + 30px);
    white-space: nowrap;
    color: #c4c4c4;
    text-transform: uppercase;
    text-align: center;
    border-radius: inherit;
    cursor: pointer
}

@media (max-width: 900px) {
    .page-popup__tab {
        font-size: 24px
    }
}

@media (max-width: 767px) {
    .page-popup__tab {
        font-size: 16px;
        line-height: 150%;
        padding: 1em 1.5em;
        white-space: initial;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        text-transform: uppercase;
        color: #fff
    }
}

.page-popup__tab input {
    opacity: 0;
    position: absolute
}

.page-popup__tab.page-popup__tab_checked {
    background: var(--brand);
    color: #fff
}

.popup-form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-width: 400px;
    height: 520px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 0;
    background-color: #fff;
    border-radius: 30px;
    padding: 25px;
    cursor: default
}

@media (max-width: 767px) {
    .popup-form {
        width: auto;
        height: 500px;
        min-width: auto;
        border-radius: 0px 0px 16px 16px;
        padding: 0 2em
    }

    .popup-form .popup-form__form-heading {
        max-width: 80%
    }

    .popup-form .popup-form__form-heading .headingLine {
        max-width: 100%
    }

    .popup-form .popup-form__link {
        position: absolute;
        bottom: 8rem;
        font-size: 2rem
    }

    .popup-form .popup-form__button {
        width: 100%
    }
}

.popup-form__form-closingBlock {
    position: absolute;
    right: -30px;
    top: -30px;
    width: 34px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px !important;
    background: rgba(246, 246, 246, .4);
    border-radius: 50%;
    -webkit-box-shadow: 2px 3px 12px rgba(0, 0, 0, .15);
    box-shadow: 2px 3px 12px rgba(0, 0, 0, .15)
}

@media (max-width: 767px) {
    .popup-form__form-closingBlock {
        right: 0;
        top: -40px
    }
}

.popup-form__form-closingBlock:hover .popup-close {
    -webkit-filter: brightness(1) invert(1);
    filter: brightness(1) invert(1)
}

.popup-form__form-closingBlock .popup-close {
    width: 15px;
    height: 15px;
    cursor: pointer
}

.popup-form__form-heading {
    color: var(--commonTextColor);
    font-size: 30px;
    line-height: 140%;
    text-align: center;
    letter-spacing: .03em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px
}

.popup-form__form-heading .headingLine {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    border-bottom: 2px dashed var(--commonTextColor);
    border-width: 100%;
    text-transform: uppercase
}

.popup-form__form-description {
    color: var(--commonTextColor);
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    letter-spacing: .03em;
    line-height: 150%;
    width: 80%;
    margin-bottom: 17px
}

@media (max-width: 767px) {
    .popup-form__form-description {
        width: 100%;
        font-size: 12px;
        line-height: 150%;
        margin-bottom: .8em
    }
}

.popup-form__form-buttonsBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80%;
    position: absolute;
    bottom: 30px
}

@media (max-width: 767px) {
    .popup-form__form-buttonsBlock {
        bottom: 2rem
    }
}

.popup-form__button {
    width: 224px;
    height: 44px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .07em;
    background-color: var(--brand);
    border: none;
    cursor: pointer;
    outline: none;
    text-transform: uppercase
}

.popup-form__form-fieldsBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    width: 85.5%
}

@media (max-width: 767px) {
    .popup-form__form-fieldsBlock {
        width: 100%;
        margin-bottom: 0
    }
}

.popup-form__form-fieldsBlock .checkbox-input {
    position: relative;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 0 !important;
    display: grid;
    grid-template-columns:-webkit-min-content auto;
    grid-template-columns:min-content auto
}

.popup-form__form-fieldsBlock .checkbox-input__bullit {
    display: none
}

.popup-form__form-fieldsBlock .checkbox-input__bullit:checked ~ .control-indicator:after {
    background-color: #425563
}

.popup-form__form-fieldsBlock .checkbox-input__text {
    color: #425563;
    font-size: 12px;
    cursor: pointer
}

.popup-form__form-fieldsBlock .checkbox-input .control-indicator {
    height: 12px;
    width: 12px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #425563;
    border-radius: 50%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 5px;
    cursor: pointer
}

.popup-form__form-fieldsBlock .checkbox-input .control-indicator:after {
    content: "";
    position: absolute;
    display: block;
    top: 10%;
    left: 10%;
    height: 8px;
    width: 8px;
    border-radius: 50%
}

.popup-form__field {
    width: 100%;
    height: 3.1em;
    background: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 1.2em;
    font-size: 17px;
    padding: 15px;
    color: var(--commonTextColor)
}

@media (max-width: 767px) {
    .popup-form__field {
        margin-bottom: .6em;
        font-size: 1.2rem;
        padding: .7em
    }
}

.popup-form__field:hover {
    border: 1px solid var(--brand)
}

.popup-form__field:hover::-webkit-input-placeholder {
    color: var(--brand);
    opacity: 1
}

.popup-form__field:hover::-moz-placeholder {
    color: var(--brand);
    opacity: 1
}

.popup-form__field:hover:-ms-input-placeholder {
    color: var(--brand);
    opacity: 1
}

.popup-form__field:hover::-ms-input-placeholder {
    color: var(--brand);
    opacity: 1
}

.popup-form__field:hover::placeholder {
    color: var(--brand);
    opacity: 1
}

.popup-form__field:hover:-ms-input-placeholder {
    color: var(--brand)
}

.popup-form__field:hover::-ms-input-placeholder {
    color: var(--brand)
}

.popup-form__field:focus {
    outline: none;
    cursor: text
}

.popup-form__field:focus::-webkit-input-placeholder {
    color: gray;
    opacity: 1
}

.popup-form__field:focus::-moz-placeholder {
    color: gray;
    opacity: 1
}

.popup-form__field:focus:-ms-input-placeholder {
    color: gray;
    opacity: 1
}

.popup-form__field:focus::-ms-input-placeholder {
    color: gray;
    opacity: 1
}

.popup-form__field:focus::placeholder {
    color: gray;
    opacity: 1
}

.popup-form__field:focus:-ms-input-placeholder {
    color: gray
}

.popup-form__field:focus::-ms-input-placeholder {
    color: gray
}

.popup-form__field:last-of-type {
    margin-bottom: 0
}

.page-popup-card {
    position: relative
}

@media (min-width: 768px) {
    .page-popup-card {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 50%;
        margin: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: auto;
        min-width: 400px;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        width: auto
    }
}

@media screen and (max-width) {
    .page-popup-card {
        min-height: 100%
    }
}

.popup__success {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 400px;
    height: 450px;
    background-color: #fff;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 40px;
    position: absolute;
    cursor: default;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.popupSuccess__heading {
    width: 65%;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 140%;
    text-align: center;
    letter-spacing: .01em;
    color: #da2128;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.popupSuccess__heading::after {
    content: "";
    background: #da2128;
    margin-top: 1em;
    width: 100%;
    height: 1px
}

.popupSuccess__text {
    margin: 0;
    width: 65%;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: var(--commonTextColor)
}

.popup-form__form-closingBlock {
    z-index: 20;
    padding: 0;
    border: none;
    outline: none
}

@media (max-width: 767px) {
    .page-popup {
        display: none;
        position: fixed;
        z-index: 5000;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100vw;
        height: 100vh;
        background-color: #425563;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        overflow-y: auto
    }

    @supports (-webkit-touch-callout: none) {
        .page-popup {
            height: var(--app-height)
        }
    }.page-popup__form, .page-popup__success {
         position: relative;
         z-index: 0;
         background-color: #f6f6f6;
         height: -webkit-max-content;
         height: -moz-max-content;
         height: max-content;
         -webkit-box-pack: space-evenly;
         -ms-flex-pack: space-evenly;
         justify-content: space-evenly;
         cursor: default;
         width: 100%;
         min-height: 100%;
         -webkit-box-sizing: border-box;
         box-sizing: border-box;
         border-radius: 16px
     }

    .page-popup__success {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 0 40%
    }

    .page-popup__success .popupSuccess__text, .page-popup__success .popupSuccess__heading {
        text-align: center;
        margin: 0
    }

    .page-popup__success .popupSuccess__heading {
        font-size: 6.5625vw;
        line-height: 1.2;
        color: var(--brand);
        width: 60%;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .page-popup__success .popupSuccess__heading::after {
        content: "";
        width: 100%;
        height: 1px;
        background: var(--brand);
        margin-top: .8em
    }

    .page-popup__success .popupSuccess__text {
        font-size: 4.6875vw;
        line-height: 1.2;
        width: 75%;
        margin-top: 1em
    }

    .page-popup__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 10% 20px
    }

    .page-popup__form-content-wrapper {
        width: 100%
    }

    .page-popup__form-closingBlock {
        position: fixed;
        --size: 9.357vw;
        top: calc(var(--size) * 2 / 3);
        right: calc(var(--size) * 5 / 6);
        z-index: 1;
        background: none;
        border: none;
        outline: none
    }

    .page-popup__form-closingBlock .popup-close {
        width: var(--size);
        height: var(--size);
        cursor: pointer
    }

    .page-popup__form-closingBlock .popup-close:hover {
        -webkit-filter: brightness(1) invert(1);
        filter: brightness(1) invert(1)
    }

    .page-popup__form-heading {
        color: #425563;
        font-size: 8.125vw;
        text-align: left;
        letter-spacing: .03em;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-transform: uppercase;
        margin-bottom: 5px
    }

    .page-popup__form-heading .headingLine {
        margin: 0
    }

    .page-popup__form-description {
        color: #425563;
        font-size: 3.75vw;
        font-weight: 300;
        text-align: left;
        letter-spacing: .03em;
        line-height: 150%;
        width: 100%;
        margin-top: 0;
        margin-bottom: 15px
    }

    .page-popup__form-buttonsBlock {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }

    .page-popup__form-button {
        margin-top: 3rem
    }

    .page-popup__form-fieldsBlock {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }

    .page-popup__form-fieldsBlock .checkbox-input {
        position: relative;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-top: 15px
    }

    .page-popup__form-fieldsBlock .checkbox-input__bullit {
        display: none
    }

    .page-popup__form-fieldsBlock .checkbox-input__bullit:checked ~ .control-indicator:after {
        background-color: #425563
    }

    .page-popup__form-fieldsBlock .checkbox-input__text {
        color: #425563;
        font-size: 14px;
        cursor: pointer
    }

    .page-popup__form-fieldsBlock .checkbox-input__text-colored {
        color: var(--brand)
    }

    .page-popup__form-fieldsBlock .checkbox-input .control-indicator {
        height: 20px;
        width: 20px;
        min-height: 20px;
        min-width: 20px;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #425563;
        border-radius: 50%;
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: 5px;
        cursor: pointer
    }

    .page-popup__form-fieldsBlock .checkbox-input .control-indicator:after {
        content: "";
        position: absolute;
        display: block;
        top: 12%;
        left: 12%;
        height: 14px;
        width: 14px;
        border-radius: 50%
    }

    .page-popup__form-field {
        width: 100%;
        height: 45px;
        background: #fff;
        border: 1px solid #425563;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        margin-bottom: 15px;
        font-size: 16px;
        padding: 15px;
        color: #425563
    }

    .page-popup__form-field:hover {
        border: 1px solid var(--brand)
    }

    .page-popup__form-field:hover::-webkit-input-placeholder {
        color: var(--brand);
        opacity: 1
    }

    .page-popup__form-field:hover::-moz-placeholder {
        color: var(--brand);
        opacity: 1
    }

    .page-popup__form-field:hover:-ms-input-placeholder {
        color: var(--brand);
        opacity: 1
    }

    .page-popup__form-field:hover::-ms-input-placeholder {
        color: var(--brand);
        opacity: 1
    }

    .page-popup__form-field:hover::placeholder {
        color: var(--brand);
        opacity: 1
    }

    .page-popup__form-field:hover:-ms-input-placeholder {
        color: var(--brand)
    }

    .page-popup__form-field:hover::-ms-input-placeholder {
        color: var(--brand)
    }

    .page-popup__form-field:focus {
        outline: none;
        cursor: text
    }

    .page-popup__form-field:focus::-webkit-input-placeholder {
        color: gray;
        opacity: 1
    }

    .page-popup__form-field:focus::-moz-placeholder {
        color: gray;
        opacity: 1
    }

    .page-popup__form-field:focus:-ms-input-placeholder {
        color: gray;
        opacity: 1
    }

    .page-popup__form-field:focus::-ms-input-placeholder {
        color: gray;
        opacity: 1
    }

    .page-popup__form-field:focus::placeholder {
        color: gray;
        opacity: 1
    }

    .page-popup__form-field:focus:-ms-input-placeholder {
        color: gray
    }

    .page-popup__form-field:focus::-ms-input-placeholder {
        color: gray
    }

    .page-popup__form-phone {
        font-size: 20px;
        width: 100%;
        text-align: center;
        margin-top: 5vw
    }

    .page-popup__form-phone .link {
        color: #425563;
        text-decoration: none
    }

    .page-popup__form-phone-colored {
        color: var(--brand)
    }
}

.orderConsultationSection__labeled-checkbox-group {
    width: 100%;
    margin: 15px 0;
    padding: 0;
    border: none
}

.orderConsultationSection__labeled-checkbox-group_line {
    display: grid;
    grid-auto-flow: column
}

@media (max-width: 767px) {
    .orderConsultationSection__labeled-checkbox-group_line {
        grid-auto-flow: row
    }
}

.orderConsultationSection__labeled-checkbox-group_popup {
    margin: 15px 0 !important
}

.popup-form__expertDateTime {
    display: grid;
    grid-template-columns:auto 1fr auto 1fr;
    width: calc(100% - 34px);
    margin: 0;
    padding: 23px 0 14px;
    border: 0;
    gap: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    .popup-form__expertDateTime {
        width: 100%;
        grid-template-columns:1fr 1fr;
        padding: .6em
    }
}

.popup-form__expertDateTimeLabel {
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 1.6;
    letter-spacing: -0.04em;
    color: var(--grey)
}

@media (max-width: 767px) {
    .popup-form__expertDateTimeLabel {
        display: none
    }
}

.page-popup-card .popup__success {
    position: relative
}

:root {
    font-family: "BrandonText";
    font-style: normal;
    font-size: 10px;
    --headerHeight: 90px
}

body {
    background: #fdfdfd;
    position: relative
}

.desktopMain {
    overflow-x: hidden
}

button {
    outline: none
}

.page-popup {
    display: none;
    position: fixed;
    z-index: 5000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: display 10s ease-in;
    -o-transition: display 10s ease-in;
    transition: display 10s ease-in;
    cursor: pointer
}

@supports (-webkit-touch-callout: none) {
    .page-popup {
        height: var(--app-height)
    }
}

@media (max-width: 767px) {
    .page-popup {
        background-color: var(--grey)
    }
}

label.labeled-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    --fontSize: 11px;
    font-size: var(--fontSize)
}

label.labeled-checkbox .labeled-checkbox__inline-link {
    --textColor: inherit;
    color: var(--textColor);
    text-decoration: underline
}

label.labeled-checkbox .checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    --size: 16px;
    --color: #425563;
    width: var(--size);
    height: var(--size);
    position: relative;
    margin: .6em
}

label.labeled-checkbox .checkbox::before, label.labeled-checkbox .checkbox::after {
    content: "";
    z-index: 10;
    width: var(--size);
    height: var(--size);
    position: absolute;
    pointer-events: all;
    border: 1px solid var(--color);
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    --translate: translate(-50%, -50%);
    -webkit-transform: var(--translate);
    -ms-transform: var(--translate);
    transform: var(--translate);
    left: 50%;
    top: 50%;
    -webkit-transition: width .3s ease-in-out, height .3s ease-in-out;
    -o-transition: width .3s ease-in-out, height .3s ease-in-out;
    transition: width .3s ease-in-out, height .3s ease-in-out
}

label.labeled-checkbox .checkbox:checked::after {
    --size: 10px;
    background: var(--color)
}

label.labeled-checkbox .checkbox.custom-invalid {
    --color: #DA2128
}

label.labeled-checkbox .checkbox.custom-invalid + span {
    color: #da2128
}

.popup-form__link {
    margin-top: 25px
}

.popup__success {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 400px;
    max-width: 600px;
    height: 450px;
    background-color: #fff;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 40px;
    position: absolute;
    cursor: default;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767px) {
    .popup__success {
        min-width: unset;
        max-width: 90vw;
        height: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.popupSuccess__heading {
    width: 65%;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 140%;
    text-align: center;
    letter-spacing: .01em;
    color: #da2128;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 767px) {
    .popupSuccess__heading {
        width: 90%
    }
}

.popupSuccess__heading::after {
    content: "";
    background: #da2128;
    margin-top: 1em;
    width: 100%;
    height: 1px
}

.popupSuccess__text {
    margin: 0;
    width: 65%;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: var(--commonTextColor)
}

.popup-form__form-closingBlock {
    z-index: 20;
    padding: 0;
    border: none;
    outline: none
}

.slider-nav {
    --circleWidth: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    margin: calc(var(--circleWidth) / -2)
}

.slider-nav__item {
    pointer-events: all;
    margin: calc(var(--circleWidth) / 2);
    width: var(--circleWidth);
    height: var(--circleWidth);
    border-radius: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #dbdad5;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.slider-nav__item.tns-nav-active {
    background: #dbdad5
}

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

@media (min-width: 768px) {
    .desktop-hidden {
        display: none
    }
}

@media (max-width: 1239px) {
    .slider-button {
        --size: 28px
    }
}

@media (min-width: 768px)and (max-width: 1239px) {
    .slider-blur {
        position: relative
    }

    .slider-blur:after, .slider-blur:before {
        position: absolute;
        content: "";
        width: 21.22vw;
        height: 100%;
        top: 0;
        z-index: 1
    }

    .slider-blur:after {
        right: 0;
        background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), color-stop(74.11%, rgba(255, 255, 255, 0)));
        background: -o-linear-gradient(right, #FFFFFF 0%, rgba(255, 255, 255, 0) 74.11%);
        background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 74.11%)
    }

    .slider-blur:before {
        left: 0;
        background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(74.11%, rgba(255, 255, 255, 0)));
        background: -o-linear-gradient(left, #FFFFFF 0%, rgba(255, 255, 255, 0) 74.11%);
        background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 74.11%)
    }
}

.slider-buttons {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20%;
    right: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.container .slider-buttons {
    left: 3%;
    right: 3%
}

.slider-button {
    border: none;
    outline: none;
    --size: 40px;
    width: var(--size);
    height: var(--size);
    padding: 0;
    border-radius: 50%;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

@media (max-width: 767px) {
    .slider-button {
        --size: 24px
    }
}

.slider-button img {
    width: calc(var(--size) * .8)
}

.slider-button--next img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (min-width: 768px)and (max-width: 1239px) {
    .slider-button {
        --size: 40px
    }

    .slider-blur .slider-buttons {
        z-index: 12
    }
}

:root {
    --header-height: calc(var(--header-y-offset) * 2 + var(--header-content));
    --header-y-offset: 18px;
    --header-content: 46px;
    --x-offset: 0
}

@media (max-width: 1239px) {
    :root {
        --x-offset: 16px;
        --header-content: 35px
    }
}

.breadcrumbs {
    max-width: min(1200px, 100vw - 50px);
    width: 100%;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px var(--header-y-offset);
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #9d9fa0
}

@media (max-width: 767px) {
    .breadcrumbs {
        margin: 0;
        padding: 1vw 0 3vw 5vw;
        font-size: 10px;
        line-height: 12px
    }
}

.breadcrumbs:empty {
    padding: 0
}

.breadcrumbs .home {
    text-transform: uppercase
}

.breadcrumbs [property=itemListElement] a[property=item] {
    color: inherit
}

.breadcrumbs [property=itemListElement] .current-item {
    color: var(--commonTextColor);
    font-weight: 500
}

.cookie-popup {
    position: fixed;
    bottom: 20px;
    width: min(100vw - 40px, 1880px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 14px;
    color: var(--commonTextColor);
    padding: 2.8em 6.14em 2.42em 2.28em;
    background: #eaeaea;
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, .3);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, .3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    z-index: 100;
    display: grid;
    grid-auto-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.36em
}

@media screen and (max-width: 1239px) {
    .cookie-popup {
        grid-auto-flow: row;
        justify-items: center
    }
}

@media screen and (max-width: 767px) {
    .cookie-popup {
        font-size: 3.2vw;
        padding: 3.3em 1.6em 1.4em
    }
}

.cookie-popup .cookie-popup__text {
    font-style: normal;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: .05em;
    margin: 0
}

.cookie-popup .cookie-popup__acceptButton {
    background: var(--brand);
    font-style: normal;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #fff;
    border: none;
    padding: 1.3em 5.7em;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.cookie-popup .cookie-popup__acceptButton:hover {
    will-change: opacity;
    opacity: .9
}

.cookie-popup .cookie-popup__closeButton {
    position: absolute;
    right: 1em;
    top: 1em;
    width: 26px;
    height: 26px;
    border: none;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0)
}

@media screen and (max-width: 767px) {
    .cookie-popup .cookie-popup__closeButton {
        width: 2.16em;
        height: 2.16em
    }
}

.cookie-popup .cookie-popup__closeButton::before, .cookie-popup .cookie-popup__closeButton::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 1px;
    width: 100%;
    background: #9d9fa0;
    --translate: translate(-50%, -50%);
    -webkit-transform: var(--translate) var(--rotate);
    -ms-transform: var(--translate) var(--rotate);
    transform: var(--translate) var(--rotate)
}

.cookie-popup .cookie-popup__closeButton::before {
    --rotate: rotate(-45deg)
}

.cookie-popup .cookie-popup__closeButton::after {
    --rotate: rotate(45deg)
}

.city-popup__form {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto
}

.city-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 120
}

.city-popup.city-popup--hidden {
    display: none
}

.city-popup__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    opacity: .95;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .35);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .35);
    border-radius: 30px;
    padding: 30px 45px;
    z-index: 130
}

@media (max-width: 767px) {
    .city-popup__inner {
        padding: 4.125vw 0 6.25vw;
        width: 75vw;
        border-radius: 5vw
    }
}

.city-popup__text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    letter-spacing: .04em;
    color: var(--commonTextColor);
    margin: 0 0 1.5em;
    min-width: 25ch
}

@media (max-width: 767px) {
    .city-popup__text {
        font-size: 5vw;
        min-width: auto;
        margin: 0 0 .6875em
    }
}

.city-popup__text .city-popup__textCity {
    font-weight: 600
}

@media (max-width: 767px) {
    .city-popup__text .city-popup__textCity {
        display: block
    }
}

.city-popup__form {
    display: grid;
    grid-auto-flow: row;
    gap: 25px
}

@media (max-width: 767px) {
    .city-popup__form {
        gap: 5.3125vw
    }
}

.city-popup__radio {
    display: grid;
    grid-auto-flow: row;
    gap: 2px
}

@media (max-width: 767px) {
    .city-popup__radio {
        gap: .5vw
    }

    .city-popup__radio label.labeled-checkbox {
        --fontSize: 3.125vw
    }
}

.city-popup__acceptButton {
    background: var(--brand);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #fff;
    border: none;
    padding: .8em 2.92em;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

@media (max-width: 767px) {
    .city-popup__acceptButton {
        font-size: 4.375vw;
        letter-spacing: .04em;
        padding: .8em 2em
    }
}

.city-popup__acceptButton:hover {
    will-change: opacity;
    opacity: .9
}

.goToTopButton {
    position: fixed;
    aspect-ratio: 1;
    --size: 51px;
    width: var(--size);
    height: var(--size);
    right: calc(var(--size) * 1.65);
    bottom: calc(var(--size) * 1.65);
    background: var(--brand);
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 50%;
    z-index: 100;
    -webkit-transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
    transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out, transform .5s ease-in-out;
    transition: opacity .5s ease-in-out, transform .5s ease-in-out;
    transition: opacity .5s ease-in-out, transform .5s ease-in-out, -webkit-transform .5s ease-in-out
}

.goToTopButton .goToTopButton__icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 53%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.goToTopButton.goToTopButton--hidden {
    will-change: opacity;
    opacity: 0;
    pointer-events: none
}

.goToTopButton:hover {
    will-change: transform;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media screen and (max-width: 767px) {
    .goToTopButton {
        --size: 12vw;
        right: calc(var(--size) * .35);
        bottom: calc(var(--size) * .35);
        border: 1px solid #fff
    }
}

.usefulInfo__mainImage {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 472px
}

@media screen and (min-width: 768px)and (max-width: 1239px) {
    .usefulInfo__mainImage {
        height: 291px
    }
}

@media (max-width: 767px) {
    .usefulInfo__mainImage {
        height: 109.375vw
    }
}

@media (min-width: 768px) {
    .usefulInfo__mainImage.usefulInfo__mainImage--mobile {
        display: none
    }
}

@media (max-width: 767px) {
    .usefulInfo__mainImage.usefulInfo__mainImage--desktop {
        display: none
    }
}

.usefulInfo__wrapper {
    max-width: min(1280px, 100vw - 50px);
    margin: auto;
    padding: 0 var(--x-offset) 200px
}

.usefulInfo__select {
    width: 100%;
    display: none
}

@media screen and (max-width: 767px) {
    .usefulInfo__select {
        display: block
    }
}

.usefulInfo__block {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    width: min(680px, 100vw - 40px);
    margin: auto;
    gap: 20px
}

@media screen and (max-width: 767px) {
    .usefulInfo__block {
        display: none
    }
}

.usefulInfo__block .usefulInfo__blockPicker {
    display: grid;
    grid-template-rows:1fr -webkit-max-content -webkit-max-content;
    grid-template-rows:1fr max-content max-content;
    aspect-ratio: 1;
    padding: 0;
    margin: 0;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--commonTextColor);
    background: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 14px;
    padding: 0 5px 10px;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

.usefulInfo__block .usefulInfo__blockPicker .usefulInfo__blockPickerImage {
    margin: auto;
    max-width: 100%
}

.usefulInfo__block .usefulInfo__blockPicker:hover {
    background: #f3f4f5
}

.usefulInfo__block .usefulInfo__blockPicker .usefulInfo__blockPickerName {
    margin: 0;
    font-weight: 500;
    font-size: 12px
}

.usefulInfo__block .usefulInfo__blockPicker .usefulInfo__blockPickerDates {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 10px
}

.systemSelect__heading {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: var(--commonTextColor)
}

.docGroup__item summary::-webkit-details-marker {
    display: none
}

.docGroup__item[open] summary .docGroupItemSummary__heading {
    color: var(--brand)
}

.docGroup__item[open] .docGroupItem__summary img {
    background-color: var(--brand)
}

.usefulInfo__docsGroup {
    margin: 20px 0
}

.docGroupItem__summary {
    display: grid;
    grid-template-columns:-webkit-max-content 1fr;
    grid-template-columns:max-content 1fr;
    grid-template-rows:1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 20px;
    gap: 20px;
    cursor: pointer
}

.docGroupItem__summary img {
    background-color: var(--commonTextColor);
    border-radius: 50%
}

.docGroupItemSummary__heading {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--commonTextColor)
}

.docGroupItem__list {
    list-style-type: none;
    padding: 0 0 0 73px;
    margin: 0
}

.docGroupItem__listItem {
    display: grid;
    grid-template-rows:1fr -webkit-max-content;
    grid-template-rows:1fr max-content;
    grid-template-columns:1fr;
    grid-template-areas:". ."
}

.docGroupItem__listItem + .docGroupItem__listItem {
    margin-top: 15px
}

.listItem__heading {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: var(--commonTextColor);
    display: inline;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    position: relative
}

.listItem__text {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: var(--commonTextColor);
    margin: .5em 0 0 0
}

.listItem__fileInfo {
    font-weight: normal;
    font-size: 15px
}

.listItem__btn-like {
    padding: 0;
    border: none;
    background: rgba(0, 0, 0, 0);
    margin-left: .3em;
    max-height: 1em;
    display: inline;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    cursor: pointer;
    justify-self: start
}

.listItem__btn-like img {
    -webkit-transform: translateY(0.3em);
    -ms-transform: translateY(0.3em);
    transform: translateY(0.3em)
}

.listItem__btn-like::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.usefulInfo__docsFromOption {
    display: none
}

.usefulInfo__docsFromOption.usefulInfo__docsFromOption--current, .usefulInfo__docsFromOption.usefulInfo__docsFromOption--common {
    display: block
}

.usefulInfo__systemsBackButton, .usefulInfo__systemsCurrentCard, .usefulInfo__commonSystemsHeading {
    display: none
}

@media (min-width: 768px) {
    .usefulInfo__systems {
        display: none;
        grid-auto-flow: row dense;
        grid-auto-columns: 300px 1fr;
        grid-template-columns:1fr 2.5fr;
        grid-template-rows:repeat(6, -webkit-max-content);
        grid-template-rows:repeat(6, max-content);
        gap: 40px 10px;
        grid-template-areas:"backButton backButton" "currentCard namedSystems" ". namedSystems" "commonSystemsHeading ." ". commonSystems" ". commonSystems"
    }

    .usefulInfo__systems.usefulInfo__systems--selected {
        display: grid
    }

    .usefulInfo__systems .usefulInfo__systemsBackButton {
        grid-area: backButton;
        display: grid;
        gap: 6px;
        grid-auto-flow: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        background: rgba(0, 0, 0, 0);
        border: none;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 130%;
        color: #c4c4c4
    }

    .usefulInfo__systems .usefulInfo__systemsCurrentCard {
        grid-area: currentCard;
        display: block;
        color: #54616c
    }

    .usefulInfo__systems .usefulInfo__systemsCurrentCard .systemsCurrentCard__image {
        width: 85%;
        height: auto;
        -webkit-transform: translateX(-15%);
        -ms-transform: translateX(-15%);
        transform: translateX(-15%)
    }

    .usefulInfo__systems .usefulInfo__systemsCurrentCard .systemsCurrentCard__name {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 130%;
        text-transform: uppercase;
        color: #54616c;
        margin: 0
    }

    .usefulInfo__systems .usefulInfo__systemsCurrentCard .systemsCurrentCard__date {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 130%;
        margin: 0
    }

    .usefulInfo__systems .usefulInfo__namedSystems {
        grid-area: namedSystems
    }

    .usefulInfo__systems .usefulInfo__commonSystemsHeading {
        grid-area: commonSystemsHeading;
        display: block;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 130%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #54616c
    }

    .usefulInfo__systems .usefulInfo__commonSystems {
        grid-area: commonSystems
    }
}



/* Старые стили */
.select {
    margin-bottom: 20px;
}
.select__title {
    font-size: 21px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.custom-select {
    position: relative;
}
.custom-select--open .custom-select__panel {
    max-height: 300px;
    overflow: auto;
    background: #F3F4F5;
    -webkit-box-shadow: inset 2px 0px 0px #DCDCDC;
    box-shadow: inset 2px 0px 0px #DCDCDC;
    border-radius: 0 0 6px 6px;
    padding: 0 5px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.custom-select--placeholder .custom-select__opener {
    color: rgba(0, 0, 0, 0.5);
}
.custom-select select {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}
.custom-select__panel {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 100%;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background-color: #ffffff;
    border-width: 0;
}
.custom-select__panel--above {
    top: auto;
    bottom: 100%;
}
.custom-select__panel-item input {
    width: 100%;
    height: 30px;
    padding: 5px;
    font-size: inherit;
    color: inherit;
    font-family: inherit;
}
.custom-select__opener-label button {
    display: inline-block;
    width: 15px;
    height: 15px;
}
.custom-select__option, .custom-select__opener {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    color: #00263E;
}
.custom-select__option, .custom-select__opener {
    padding: 10px;
    position: relative;
    border-top: 1px solid white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.custom-select__option label, .custom-select__opener label {
    display: block;
    padding: 10px;
}
.custom-select__option:hover, .custom-select__option--selected, .custom-select__opener:hover, .custom-select__opener--selected {
    background: rgba(196, 196, 196, 0.5);
    cursor: pointer;
}
.custom-select__option[data-value=placeholder], .custom-select__opener[data-value=placeholder] {
    display: none;
}
.custom-select__opener {
    padding: 10px 16px;
    -webkit-box-shadow: inset 2px 2px 0px #DCDCDC;
    box-shadow: inset 2px 2px 0px #DCDCDC;
    border-radius: 6px;
    background: #F3F4F5;
    position: relative;
}
.custom-select__opener::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    border-left: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    -ms-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
    pointer-events: none;
}
.custom-select__option-icon {
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
}
.custom-select__options {
    max-height: 250px;
    overflow: auto;
}
.custom-select__optgroup::before {
    content: attr(data-label);
    display: block;
    padding: 5px;
    font-weight: 700;
}

.systemSelectOption__imageWrapper {
    width: 50px;
    margin-right: 10px;
    pointer-events: none;
}

.systemSelectOption__image {
    width: inherit;
    height: auto;
}

.systemSelectOption__dates {
    font-weight: normal;
    text-transform: none;
}

.custom-select--open .custom-select__opener {
    border-radius: 6px 6px 0 0;
}

.custom-select__opener span {
    pointer-events: none;
}

@media (max-width: 767px) {
    .custom-select__option span,
    .custom-select__opener span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .custom-select__option .systemSelectOption__dates,
    .custom-select__opener .systemSelectOption__dates {
        font-size: 12px;
    }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

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

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

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

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

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

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

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

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

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

a {
    background-color: transparent;
}

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

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

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

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

details {
    display: block;
}

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

summary {
    display: list-item;
}

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

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

template {
    display: none;
}

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

[hidden] {
    display: none;
}

:root {
    --darkgrey: #3D444D;
    --brand: #FF8200;
    --grey: #00263E;
    --white: #ffffff;
    --dashImage: url("data:image/svg+xml,%3Csvg width='93' height='2' viewBox='0 0 93 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L92 1.00001' stroke='%23DA2128' stroke-linecap='round' stroke-dasharray='6 6'/%3E%3C/svg%3E");
}

@font-face {
    font-family: "Brandon Text";
    src: url(../fonts/BrandonText-RegularItalic.eot);
    src: local("Brandon Text Regular Italic"), local("BrandonText-RegularItalic"), url(../fonts/BrandonText-RegularItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/BrandonText-RegularItalic.woff) format("woff"), url(../fonts/BrandonText-RegularItalic.ttf) format("truetype");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "Brandon Text";
    src: url(../fonts/BrandonText-Thin.eot);
    src: local("Brandon Text Thin"), local("BrandonText-Thin"), url(../fonts/BrandonText-Thin.eot?#iefix) format("embedded-opentype"), url(../fonts/BrandonText-Thin.woff) format("woff"), url(../fonts/BrandonText-Thin.ttf) format("truetype");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: "Brandon Text";
    src: url(../fonts/BrandonText-Bold.eot);
    src: local("Brandon Text Bold"), local("BrandonText-Bold"), url(../fonts/BrandonText-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/BrandonText-Bold.woff) format("woff"), url(../fonts/BrandonText-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Brandon Text";
    src: url(../fonts/BrandonText-LightItalic.eot);
    src: local("Brandon Text Light Italic"), local("BrandonText-LightItalic"), url(../fonts/BrandonText-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/BrandonText-LightItalic.woff) format("woff"), url(../fonts/BrandonText-LightItalic.ttf) format("truetype");
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: "Brandon Text";
    src: url(../fonts/BrandonText-Black.eot);
    src: local("Brandon Text Black"), local("BrandonText-Black"), url(../fonts/BrandonText-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/BrandonText-Black.woff) format("woff"), url(../fonts/BrandonText-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: "Brandon Text";
    src: url(../fonts/BrandonText-ThinItalic.eot);
    src: local("Brandon Text Thin Italic"), local("BrandonText-ThinItalic"), url(../fonts/BrandonText-ThinItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/BrandonText-ThinItalic.woff) format("woff"), url(../fonts/BrandonText-ThinItalic.ttf) format("truetype");
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: "Brandon Text";
    src: url(../fonts/BrandonText-Light.eot);
    src: local("Brandon Text Light"), local("BrandonText-Light"), url(../fonts/BrandonText-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/BrandonText-Light.woff) format("woff"), url(../fonts/BrandonText-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Brandon Text";
    src: url(../fonts/BrandonText-BoldItalic.eot);
    src: local("Brandon Text Bold Italic"), local("BrandonText-BoldItalic"), url(../fonts/BrandonText-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/BrandonText-BoldItalic.woff) format("woff"), url(../fonts/BrandonText-BoldItalic.ttf) format("truetype");
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: "Brandon Text";
    src: url(../fonts/BrandonText-Medium.eot);
    src: local("Brandon Text Medium"), local("BrandonText-Medium"), url(../fonts/BrandonText-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/BrandonText-Medium.woff) format("woff"), url(../fonts/BrandonText-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Brandon Text";
    src: url(../fonts/BrandonText-MediumItalic.eot);
    src: local("Brandon Text Medium Italic"), local("BrandonText-MediumItalic"), url(../fonts/BrandonText-MediumItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/BrandonText-MediumItalic.woff) format("woff"), url(../fonts/BrandonText-MediumItalic.ttf) format("truetype");
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: "Brandon Text";
    src: url(../fonts/BrandonText-Regular.eot);
    src: local("Brandon Text Regular"), local("BrandonText-Regular"), url(../fonts/BrandonText-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/BrandonText-Regular.woff) format("woff"), url(../fonts/BrandonText-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Brandon Text";
    src: url(../fonts/BrandonText-BlackItalic.eot);
    src: local("Brandon Text Black Italic"), local("BrandonText-BlackItalic"), url(../fonts/BrandonText-BlackItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/BrandonText-BlackItalic.woff) format("woff"), url(../fonts/BrandonText-BlackItalic.ttf) format("truetype");
    font-weight: 900;
    font-style: italic;
}
* {
    font-family: "Brandon Text";
    line-height: 1.25;
    text-decoration: none;
    outline: none !important;
}

:root {
    scroll-padding-top: var(--headerHeight);
    background: #F3F4F5;
}

body {
    max-width: 1920px;
    margin: auto !important;
}

.tns-visually-hidden {
    display: none;
}

.tns-item,
.slider-nav__item {
    outline: none !important;
}

button {
    cursor: pointer;
}

.container {
    max-width: min(1170px, 100vw - 50px);
    width: 100%;
    margin: auto;
    padding: 0 var(--x-offset);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
    .container.header-container {
        padding: 0;
        max-width: auto;
    }
}
@media screen and (max-width: 767px) {
    .container.header-container {
        padding: 0 13vw 0 5vw;
        margin: 0;
        width: 100%;
        max-width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.sectionHeading {
    font-size: 44px;
    font-weight: 400;
    color: #00263E;
    margin: 82px 0 51px;
    text-transform: uppercase;
    text-align: center;
}
@media screen and (min-width: 1241px) and (max-width: 1399px) {
    .sectionHeading {
        margin: 46px 0 51px;
    }
}
@media screen and (min-width: 1400px) {
    .sectionHeading {
        margin: 101px 0 74px;
    }
    .sectionHeading.sectionHeading__aboutPage {
        margin: 101px 0 20px;
    }
}
@media screen and (max-width: 767px) {
    .sectionHeading--desktop {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .sectionHeading--mobile {
        display: none;
    }
}
@media (max-width: 1500px) {
    .sectionHeading {
        font-size: 36px;
    }
}
@media (max-width: 1239px) and (min-width: 768px) {
    .sectionHeading {
        margin: 0 auto;
        margin-top: 26px;
        margin-bottom: 22px;
        font-size: 3.385vw;
        max-width: 75%;
    }
}
@media (max-width: 767px) {
    .sectionHeading {
        font-size: 4.074vw;
        line-height: 1.64;
        margin-top: 20px;
        margin-bottom: 17px;
        padding: 0 var(--x-offset);
    }
}
@media (max-width: 540px) {
    .sectionHeading {
        font-size: 5.7vw;
        line-height: 1.64;
    }
}

@media (max-width: 1239px) {
    .container .sectionHeading {
        padding: 0;
    }
}

header {
    background-color: #fff;
    padding: var(--header-y-offset) 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 100;
    height: var(--header-height);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 767px) {
    header {
        height: auto;
        padding: 4.6vw 0px;
    }
}
header .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header .header .header__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header .header .header__column .header__burger {
    width: 20px;
    height: 18px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 26px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border: none;
    padding: 0;
    background-color: transparent;
}
@media (max-width: 1239px) {
    header .header .header__column .header__burger {
        width: 17px;
        height: 14px;
        margin-right: 14px;
    }
}
@media (max-width: 767px) {
    header .header .header__column .header__burger {
        width: 26px;
        height: 13px;
        position: absolute;
        right: var(--x-offset);
        margin-right: 0;
    }
}
header .header .header__column .header__burger span, header .header .header__column .header__burger::before, header .header .header__column .header__burger::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: var(--darkgrey);
    position: absolute;
    left: 0;
    display: block;
}
@media (max-width: 1239px) {
    header .header .header__column .header__burger span, header .header .header__column .header__burger::before, header .header .header__column .header__burger::after {
        height: 2px;
    }
}
@media (max-width: 767px) {
    header .header .header__column .header__burger span, header .header .header__column .header__burger::before, header .header .header__column .header__burger::after {
        height: 1px;
    }
}
header .header .header__column .header__burger::before {
    top: 0;
}
header .header .header__column .header__burger::after {
    bottom: 0;
}
header .header .header__column .header__brand {
    max-width: 182.64px;
    max-height: 47px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
@media (max-width: 1239px) {
    header .header .header__column .header__brand {
        width: 16.03vw;
    }
}
@media (max-width: 767px) {
    header .header .header__column .header__brand {
        width: 38.5vw;
    }
}
header .header .header__column .header__brand .brand__img {
    width: inherit;
    max-width: inherit;
    height: inherit;
    max-height: inherit;
}
header .header .header__column .header__link {
    font-size: 16px;
    font-weight: 600;
    color: var(--brand);
    white-space: nowrap;
}
@media (max-width: 1239px) {
    header .header .header__column .header__link {
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    header .header .header__column .header__link {
        display: none;
    }
}
header .header .header__column .header__btn {
    padding: 0.95em 1.5em;
    background-color: var(--brand);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--white);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 16px;
    border: none;
}
@media (max-width: 1239px) {
    header .header .header__column .header__btn {
        font-size: 9px;
        padding: 0.7em 1.1em;
        margin-left: 12px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
@media (max-width: 767px) {
    header .header .header__column .header__btn {
        margin-right: 1.4em;
        margin-left: 0;
        padding: 0.8em 1.5em;
        font-size: 3.125vw;
    }
}
header .header .header__column .header__btn-text-desctop {
    white-space: nowrap;
}
@media (max-width: 767px) {
    header .header .header__column .header__btn-text-desctop {
        display: none;
    }
}
header .header .header__column .header__btn-text-mobile {
    letter-spacing: 0.02em;
}
@media (min-width: 768px) {
    header .header .header__column .header__btn-text-mobile {
        display: none;
    }
}
header .header .header__nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media (max-width: 767px) {
    header .header .header__nav {
        display: none;
    }
}
header .header .header__nav .nav__item {
    font-size: 12px;
    font-weight: 500;
    --textColor: var(--grey);
    color: var(--textColor);
    text-transform: uppercase;
    margin-left: 30px;
    white-space: nowrap;
    position: relative;
}
header .header .header__nav .nav__item[aria-current=page] {
    --textColor: var(--brand);
}
header .header .header__nav .nav__item::before, header .header .header__nav .nav__item::after {
    content: "";
    position: absolute;
    top: calc(100% + 0.1em);
    height: 1px;
    background: var(--textColor);
    -webkit-transition: left 0.3s ease-in, right 0.3s ease-in;
    -o-transition: left 0.3s ease-in, right 0.3s ease-in;
    transition: left 0.3s ease-in, right 0.3s ease-in;
}
header .header .header__nav .nav__item::before {
    left: 0;
    right: 100%;
}
header .header .header__nav .nav__item::after {
    right: 0;
    left: 100%;
}
header .header .header__nav .nav__item:hover::before, header .header .header__nav .nav__item:hover::after {
    left: 0;
    right: 0;
}
@media (max-width: 1239px) {
    header .header .header__nav .nav__item {
        font-size: 10px;
        margin-left: 10px;
    }
}
header .header .header__nav .nav__item:first-of-type {
    margin-left: 0;
}

footer {
    background-color: var(--grey);
    padding: 50px 0;
}
footer .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (max-width: 767px) {
    footer .footer {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
footer .footer .footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1239px) and (min-width: 768px) {
    footer .footer .footer__top {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 50px 0;
        gap: 50px 0;
    }
}
@media (max-width: 767px) {
    footer .footer .footer__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
footer .footer .footer__top .footer__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (max-width: 1239px) and (min-width: 768px) {
    footer .footer .footer__top .footer__column:first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    footer .footer .footer__top .footer__column:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        grid-row: 2/3;
    }
    footer .footer .footer__top .footer__column:nth-child(3) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        grid-row: 2/3;
    }
    footer .footer .footer__top .footer__column:nth-child(4) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        grid-column: 3/4;
        grid-row: 1/3;
    }
}
@media (max-width: 767px) {
    footer .footer .footer__top .footer__column {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
footer .footer .footer__top .footer__column .footer__logo {
    max-width: 170px;
    max-height: 44px;
    opacity: 0.5;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
footer .footer .footer__top .footer__column .footer__logo:hover {
    opacity: 1;
}
@media (max-width: 767px) {
    footer .footer .footer__top .footer__column .footer__logo {
        margin-bottom: 25px;
    }
}
footer .footer .footer__top .footer__column .footer__logo .logo__img {
    width: 100%;
    height: 100%;
}
footer .footer .footer__top .footer__column .footer__nav-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    color: var(--white);
    text-transform: uppercase;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 0.5;
}
footer .footer .footer__top .footer__column .footer__nav-link:hover {
    opacity: 1;
}
@media (max-width: 767px) {
    footer .footer .footer__top .footer__column .footer__nav-link {
        font-size: 4.375vw;
    }
}
footer .footer .footer__top .footer__column.footer__contacts {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
@media (max-width: 767px) {
    footer .footer .footer__top .footer__column.footer__contacts {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 7.825vw;
    }
}
footer .footer .footer__top .footer__column.footer__contacts .footer__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    opacity: 0.7;
    color: var(--white);
}
@media (max-width: 1239px) {
    footer .footer .footer__top .footer__column.footer__contacts .footer__area {
        display: none;
    }
}
footer .footer .footer__top .footer__column.footer__contacts .footer__area .footer__personal {
    width: 17px;
    height: 17px;
    margin-right: 5px;
}
@media (max-width: 767px) {
    footer .footer .footer__top .footer__column.footer__contacts .footer__social {
        margin-top: 7.825vw;
    }
}
footer .footer .footer__top .footer__column.footer__contacts .footer__social .social__heading {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.7;
    color: var(--white);
    text-align: right;
    margin: 0 0 18px;
}
@media (max-width: 767px) {
    footer .footer .footer__top .footer__column.footer__contacts .footer__social .social__heading {
        font-size: 4.375vw;
    }
}
footer .footer .footer__top .footer__column.footer__contacts .footer__social .social__icons {
    display: grid;
    grid-auto-flow: column;
    gap: 14px;
}
footer .footer .footer__top .footer__column.footer__contacts .footer__social .social__icons .social__item {
    opacity: 0.9;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
footer .footer .footer__top .footer__column.footer__contacts .footer__social .social__icons .social__item:hover {
    opacity: 1;
}
footer .footer .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 98px;
}
@media (max-width: 767px) {
    footer .footer .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 7.825vw;
    }
}
footer .footer .footer__bottom .footer__text {
    font-size: 16px;
    font-weight: 500;
    font-family: "Brandon Text";
    color: var(--white);
    opacity: 0.5;
    margin: 0;
}
@media (max-width: 767px) {
    footer .footer .footer__bottom .footer__text {
        text-align: center;
        margin-top: 7.825vw;
        font-size: 5vw;
    }
}
footer .footer .footer__bottom a.footer__text {
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
footer .footer .footer__bottom a.footer__text:hover {
    opacity: 1;
}
footer .footer__phone {
    font-size: 20px;
    font-weight: 400;
    opacity: 0.5;
    color: var(--white);
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
@media (max-width: 767px) {
    footer .footer__phone {
        font-size: 6.25vw;
    }
}
footer .footer__phone:hover {
    opacity: 1;
}
footer .footer__phone + .footer__phoneHeader {
    margin-top: 0.8em;
}
footer .footer__phoneHeader {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 110%;
    /* identical to box height, or 18px */
    text-align: right;
    margin: 0;
    opacity: 0.5;
    color: var(--white);
}
footer .footer__group {
    display: grid;
    grid-auto-flow: column;
    gap: 20px;
}
@media (max-width: 767px) {
    footer .footer__group {
        grid-auto-flow: row;
        justify-items: center;
    }
}

label.labeled-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    --fontSize: 11px;
    font-size: var(--fontSize);
}
label.labeled-checkbox .labeled-checkbox__inline-link {
    --textColor: inherit;
    color: var(--textColor);
}
label.labeled-checkbox .checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    --size: 16px;
    --color: #425563;
    width: var(--size);
    height: var(--size);
    position: relative;
    margin: 0.3em;
}
label.labeled-checkbox .checkbox::before, label.labeled-checkbox .checkbox::after {
    content: "";
    z-index: 10;
    width: var(--size);
    height: var(--size);
    position: absolute;
    pointer-events: all;
    border: 1px solid var(--color);
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    --translate: translate(-50%, -50%);
    -webkit-transform: var(--translate);
    -ms-transform: var(--translate);
    transform: var(--translate);
    left: 50%;
    top: 50%;
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
}
label.labeled-checkbox .checkbox:checked::after {
    --size: 10px;
    background: var(--color);
}
label.labeled-checkbox .checkbox.custom-invalid {
    --color: #FF8200;
}
label.labeled-checkbox .checkbox.custom-invalid + span {
    color: #FF8200;
}

.tns-liveregion {
    display: none;
}

.videoPopupWrapper {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.9);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@supports (-webkit-touch-callout: none) {
    .videoPopupWrapper {
        height: var(--app-height);
    }
}
.videoPopupWrapper video {
    width: auto;
    height: 100%;
}
.videoPopupWrapper video:focus, .videoPopupWrapper:focus {
    border: none;
    outline: none;
}

.closeButton {
    position: absolute;
    top: 30px;
    right: 30px;
    margin: 0;
    padding: 0;
    border: none;
    z-index: 1;
    color: black;
    --sise: 30px;
    width: var(--sise);
    height: var(--sise);
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
}

.slider-wrapper {
    margin: 6vw 0;
}

.slider-buttons {
    pointer-events: none;
    outline: none;
}
.slider-buttons button {
    pointer-events: all;
}

@media (max-width: 767px) {
    .soical__img {
        width: 9.375vw;
    }
}

@media screen and (min-width: 768px) {
    .howItWorksSection__slider-controlls {
        display: none;
    }
}
.slider-wrapper {
    position: relative;
    margin: 40px 0;
}

.howItWorksSection__slider-nav {
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slider-controlls {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
.slider-controlls .slider-controll {
    width: min(50px, 7.5vw);
    height: min(50px, 7.5vw);
    border: none;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    left: 5px;
    top: 222.81vw;
    background: #EAEAEA;
    outline: none;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.slider-controlls .slider-controll .slider-controll__img {
    width: 100%;
    height: 100%;
}
.slider-controlls .slider-controll--next .slider-controll__img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slider-controlls .slider-controll:active {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

input[type=tel].form__field.custom-invalid,
input[type=email].form__field.custom-invalid,
input[type=text].form__field.custom-invalid {
    border: 1px solid var(--brand);
}
input[type=tel].form__field.custom-invalid::-webkit-input-placeholder, input[type=email].form__field.custom-invalid::-webkit-input-placeholder, input[type=text].form__field.custom-invalid::-webkit-input-placeholder {
    color: var(--brand);
}
input[type=tel].form__field.custom-invalid::-moz-placeholder, input[type=email].form__field.custom-invalid::-moz-placeholder, input[type=text].form__field.custom-invalid::-moz-placeholder {
    color: var(--brand);
}
input[type=tel].form__field.custom-invalid:-ms-input-placeholder, input[type=email].form__field.custom-invalid:-ms-input-placeholder, input[type=text].form__field.custom-invalid:-ms-input-placeholder {
    color: var(--brand);
}
input[type=tel].form__field.custom-invalid::-ms-input-placeholder, input[type=email].form__field.custom-invalid::-ms-input-placeholder, input[type=text].form__field.custom-invalid::-ms-input-placeholder {
    color: var(--brand);
}
input[type=tel].form__field.custom-invalid::placeholder,
input[type=email].form__field.custom-invalid::placeholder,
input[type=text].form__field.custom-invalid::placeholder {
    color: var(--brand);
}

input[type=checkbox].form__field.custom-invalid {
    --color: #FF8200;
}
input[type=checkbox].form__field.custom-invalid + span {
    color: #FF8200;
}

@media screen and (min-width: 1240px) {
    a[href]:not([tabindex="-1"]):focus-visible,
    area[href]:not([tabindex="-1"]):focus-visible,
    input:not([disabled]):not([tabindex="-1"]):focus-visible,
    select:not([disabled]):not([tabindex="-1"]):focus-visible,
    textarea:not([disabled]):not([tabindex="-1"]):focus-visible,
    button:not([disabled]):not([tabindex="-1"]):focus-visible,
    iframe:not([tabindex="-1"]):focus-visible,
    [tabindex]:not([tabindex="-1"]):focus-visible,
    [contentEditable=true]:not([tabindex="-1"]):focus-visible {
        outline: 2px rgba(215, 51, 56, 0.631) solid !important;
    }
}
.button-base {
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.button-base:hover {
    background-color: var(--buttonHoverColor);
}
.button-base:active {
    background-color: var(--buttonClickColor);
}

.burger-popup {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background: #F3F4F5;
    z-index: 4000;
    --padding-ver: calc(368/1920*100vw);
    --padding-hor: 32px;
    overflow: hidden;
    display: none;
}
@media screen and (max-width: 767px) {
    .burger-popup {
        height: var(--app-height);
        width: 100vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
}
@media screen and (max-width: 1800px) {
    .burger-popup {
        --padding-ver: calc(128/1440*100vw);
    }
}
@media (max-width: 767px) {
    .burger-popup {
        --padding-ver: 6.875vw;
        --padding-hor: 5vw;
    }
}
.burger-popup.burger-popup--preload {
    display: block;
    opacity: 0;
    pointer-events: none;
}
@media screen and (max-width: 767px) {
    .burger-popup.burger-popup--preload {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.burger-popup.burger-popup--open {
    display: block;
}
@media screen and (max-width: 767px) {
    .burger-popup.burger-popup--open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 1239px) {
    .burger-popup__hoverAnimateWrapper {
        display: none;
    }
}

.header__burger {
    cursor: pointer;
}

.burger-popup__brand {
    position: absolute;
    right: calc(50% + 350px);
    top: calc(var(--padding-hor) - 14px);
    width: 182px;
    height: auto;
    z-index: 30;
}
.burger-popup__brand img {
    width: 100%;
}
@media (max-width: 1239px) {
    .burger-popup__brand {
        left: var(--padding-ver);
        right: auto;
    }
}
@media (max-width: 767px) {
    .burger-popup__brand {
        display: none;
    }
}

.burger-popup__activeArea {
    position: absolute;
    top: var(--padding-hor);
    right: var(--padding-ver);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-height: 781px;
    height: calc(100vh - 2 * var(--padding-hor));
}
@media screen and (max-width: 767px) {
    .burger-popup__activeArea {
        max-height: var(--app-height);
        height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: var(--padding-hor) 0 25vw;
        position: initial;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
}

.burger-popup__area-close {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content);
    grid-gap: 60px;
    gap: 60px;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
}
@media screen and (max-width: 767px) {
    .burger-popup__area-close {
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        grid-gap: 6.25vw;
        gap: 6.25vw;
    }
}

.burger-popup__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--brandColor);
}
.burger-popup__area:hover {
    opacity: 0.7;
}
@media (max-width: 767px) {
    .burger-popup__area {
        position: static;
        margin: 0 var(--padding-ver) 0 auto;
    }
}

.burger-popup__personal {
    width: 20px;
    height: 20px;
    margin-right: 13px;
}

.burger-popup__close {
    border: none;
    background: transparent;
    cursor: pointer;
}
@media (max-width: 767px) {
    .burger-popup__close {
        position: static;
        margin: 0 var(--padding-ver) 0 auto;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

.burger-popup__contacts {
    display: grid;
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content);
    grid-template-rows: 1fr;
    grid-gap: 25px;
    z-index: 100;
    gap: 25px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
@media (max-width: 767px) {
    .burger-popup__contacts {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        grid-gap: 0;
        gap: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .burger-popup__contacts .burger-popup__contactsPhone {
        margin-top: 7.82vw;
    }
}

.burger-popup__contactsPhone {
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--brandColor);
    opacity: 0.7;
    white-space: nowrap;
}
@media (max-width: 767px) {
    .burger-popup__contactsPhone {
        font-style: normal;
        font-weight: normal;
        font-size: 6.25vw;
        line-height: 1.2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        text-transform: uppercase;
        color: #00263E;
    }
}

.burger-popup__contactsBtn {
    border: none;
    border-radius: 0;
    background: var(--brandColor);
    padding: 1em 1.5em;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
}
@media (max-width: 767px) {
    .burger-popup__contactsBtn {
        font-size: 4.375vw;
        width: calc(100% - 2 * var(--padding-ver));
    }
}
.burger-popup__contactsBtn:hover {
    opacity: 0.9;
}

.burger-popup__nav {
    text-align: right;
    margin: 50px 0 0;
    font-style: normal;
    font-weight: 100;
    font-size: 38px;
    text-align: right;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #00263E;
    width: calc(100vw - var(--padding-ver));
}
@media screen and (max-width: 1239px) {
    .burger-popup__nav {
        margin: auto 0 1em;
    }
    .burger-popup__nav .mobile-hidden {
        display: none;
    }
}
@media (max-width: 767px) {
    .burger-popup__nav {
        position: static;
        margin: auto 0 3em;
        font-size: 5.625vw;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: 25vw;
        font-weight: 300;
    }
}
.burger-popup__nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.burger-popup__nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .burger-popup__nav li:not(:last-child) {
        margin-bottom: 2.5vw;
    }
}
.burger-popup__nav li::before {
    content: "";
    height: 2px;
    width: 0;
    background: var(--brandColor);
    -webkit-transition: width 0.5s linear;
    -o-transition: width 0.5s linear;
    transition: width 0.5s linear;
    z-index: -10;
}
.burger-popup__nav li:hover::before {
    width: 100%;
}
.burger-popup__nav a {
    color: inherit;
    display: block;
    line-height: 1.1;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
    letter-spacing: -0.01em;
    margin-left: 1em;
    -webkit-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
}
.burger-popup__nav a:hover {
    will-change: font-weight, color;
    color: var(--brandColor);
}

.hoverAnimate {
    pointer-events: none;
}
.hoverAnimate--a1 img {
    position: absolute;
    --h: min(967px, 110.66vh);
    --w: calc(var(--h) * 0.8149);
    width: var(--w);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: calc(50% - var(--w) * 0.5);
    bottom: calc(-1 * var(--h));
    z-index: 100;
}
.hoverAnimate--a2 img {
    position: absolute;
    width: 400px;
    left: var(--padding-ver);
    top: 100%;
}
.hoverAnimate--a2 video {
    position: absolute;
    width: 400px;
    left: var(--padding-ver);
    top: 100%;
}
.hoverAnimate--a3 video {
    position: absolute;
    left: var(--padding-ver);
    top: 100%;
    width: 500px;
    z-index: 1;
}
.hoverAnimate--a5 img {
    position: absolute;
    z-index: 10;
}
.hoverAnimate--a5 .a5_img_1 {
    left: -150px;
    bottom: 320px;
    width: 355px;
    height: auto;
}
.hoverAnimate--a5 .a5_img_2 {
    left: -54px;
    bottom: -20px;
    width: 283px;
    height: auto;
}
.hoverAnimate--a5 .a5_img_3 {
    left: 93px;
    bottom: -90px;
    width: 369px;
    height: auto;
}
.hoverAnimate--a5 .a5_img_4 {
    left: 380px;
    bottom: -76px;
    width: 126px;
    height: auto;
}
.hoverAnimate--a5 .a5_img_5 {
    left: 443px;
    bottom: -33px;
    width: 175px;
    height: auto;
}
.hoverAnimate--a5 .a5_img_6 {
    left: 335px;
    bottom: -55px;
    width: 204px;
    height: auto;
    z-index: -1;
}
.hoverAnimate--a5 .a5_img_7 {
    left: 463px;
    bottom: -55px;
    width: 200px;
    height: auto;
    z-index: -1;
}
.hoverAnimate--a5 .a5_img_8 {
    left: -131px;
    bottom: 320px;
    width: 448px;
    height: auto;
    z-index: -1;
}
.hoverAnimate--a6 img {
    position: absolute;
    z-index: 10;
}
.hoverAnimate--a6 .a6_img_1 {
    left: -103px;
    bottom: min(628px, 60vh);
    height: 189px;
    width: auto;
}
.hoverAnimate--a6 .a6_img_2 {
    left: -109px;
    bottom: min(426px, 43vh);
    height: 186px;
    width: auto;
}
.hoverAnimate--a6 .a6_img_3 {
    left: -17px;
    bottom: -22px;
    height: 474px;
    width: auto;
}
@media screen and (max-height: 800px) {
    .hoverAnimate--a6 .a6_img_3 {
        bottom: -11.2vh;
    }
}
.hoverAnimate--a6 .a6_img_4 {
    left: 156px;
    bottom: -27px;
}
.hoverAnimate--a6 .a6_img_5 {
    left: 216px;
    bottom: -83px;
}
.hoverAnimate--a6 .a6_img_6 {
    left: 381px;
    bottom: -68px;
}
.hoverAnimate--a7 {
    --t: 20s;
}
.hoverAnimate--a7 .ticker {
    position: absolute;
    width: 368px;
    z-index: 1;
    height: 100vh;
    background-repeat: repeat-y;
    background-size: cover;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.hoverAnimate--a7 .ticker_1 {
    left: calc(50% - 422px);
    background-position: 0 0%;
    top: 100%;
    -webkit-animation: ticker1anim var(--t) linear 0s infinite;
    animation: ticker1anim var(--t) linear 0s infinite;
}
@-webkit-keyframes ticker1anim {
    from {
        background-position: 0 0%;
    }
    to {
        background-position: 0 calc(100% - 100vh);
    }
}
@keyframes ticker1anim {
    from {
        background-position: 0 0%;
    }
    to {
        background-position: 0 calc(100% - 100vh);
    }
}
.hoverAnimate--a7 .ticker_2 {
    left: calc(50% - 140px);
    background-position: 0 100%;
    bottom: 100%;
    -webkit-animation: ticker2anim var(--t) linear 0s infinite;
    animation: ticker2anim var(--t) linear 0s infinite;
}
@-webkit-keyframes ticker2anim {
    from {
        background-position: 0 100%;
    }
    to {
        background-position: 0 calc(0% + 100vh);
    }
}
@keyframes ticker2anim {
    from {
        background-position: 0 100%;
    }
    to {
        background-position: 0 calc(0% + 100vh);
    }
}
.hoverAnimate--a8 img {
    position: absolute;
    width: 525px;
    -webkit-transform: translate(-50%, -57%);
    -ms-transform: translate(-50%, -57%);
    transform: translate(-50%, -57%);
    left: calc(50% - 390px);
    top: 20%;
    z-index: 100;
}
.hoverAnimate--a8__about img {
    position: absolute;
    width: 764px;
    left: 20px;
    top: 15%;
    z-index: 100;
}
.hoverAnimate--a8__contacts img {
    position: absolute;
    width: 609px;
    left: 90px;
    top: 25%;
    z-index: 100;
}
.hoverAnimate--a9 img {
    position: absolute;
    --w: 789px;
    width: var(--w);
    right: calc(50% + var(--w));
    -webkit-transform: translateX(calc(100% - 100px));
    -ms-transform: translateX(calc(100% - 100px));
    transform: translateX(calc(100% - 100px));
}
@media screen and (min-width: 1240px) and (max-width: 1365px) {
    .hoverAnimate--a9 img {
        right: calc(50% + var(--w) + 40px);
    }
}
@media screen and (max-width: 1800px) {
    .hoverAnimate--a9 img {
        --w: min(700px, 50vw);
    }
}

.animation-4-contrast-color {
    color: var(--brandColor);
    font-size: 28px;
}

.animation-4 {
    --imgSize: 192px;
    position: absolute;
    top: 50%;
    left: calc(50% - var(--imgSize) - 400px);
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, var(--imgSize));
    grid-template-rows: repeat(2, var(--imgSize));
    grid-gap: 4px;
    gap: 4px;
}

.animation-4-1,
.animation-4-2,
.animation-4-3,
.animation-4-4 {
    position: relative;
    width: var(--imgSize);
    height: var(--imgSize);
}

.animation-4__text {
    position: absolute;
    font-weight: 500;
    font-size: 18px;
    opacity: 0;
}

.animation-4__img {
    width: 100%;
    height: 100%;
}

.animation-4-1__img {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
}

.animation-4-2__img {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}

.animation-4-3__img {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.animation-4-4__img {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.animation-4-1__text {
    text-align: left;
    bottom: calc(100% + 16px);
    left: calc(100% + 14px);
}

.animation-4-2__text {
    text-align: left;
    top: -30%;
    left: calc(130% + 14px);
}

.animation-4-3__text {
    text-align: right;
    top: calc(130% + 14px);
    right: 0%;
}

.animation-4-4__text {
    text-align: left;
    top: calc(130% + 14px);
    left: 0%;
}

body {
    position: relative;
}

.page-popup {
    display: none;
    position: fixed;
    z-index: 5000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: display 10s ease-in;
    -o-transition: display 10s ease-in;
    transition: display 10s ease-in;
    cursor: pointer;
}
@supports (-webkit-touch-callout: none) {
    .page-popup {
        height: var(--app-height);
    }
}

.popup-form {
    z-index: 0;
    width: 50%;
    min-width: 400px;
    max-width: 600px;
    background-color: white;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 40px;
    position: absolute;
    cursor: default;
}
@media (max-width: 767px) {
    .popup-form .popup-form__form-heading {
        max-width: 80%;
    }
    .popup-form .popup-form__form-heading .headingLine {
        max-width: 100%;
    }
}
.popup-form__form-closingBlock {
    position: absolute;
    right: 20px;
    top: 20px;
}
@media (max-width: 767px) {
    .popup-form__form-closingBlock {
        right: 30px;
        top: 30px;
    }
}
.popup-form__form-closingBlock .popup-close {
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.popup-form__form-closingBlock .popup-close:hover {
    -webkit-filter: brightness(1) invert(1);
    filter: brightness(1) invert(1);
}
.popup-form__form-heading {
    color: #00263E;
    font-size: 30px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.03em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.popup-form__form-heading .headingLine {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    border-bottom: 2px dashed #00263E;
    border-width: 100%;
    text-transform: uppercase;
}
.popup-form__form-description {
    color: #00263E;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.03em;
    line-height: 150%;
    width: 80%;
    margin-bottom: 17px;
}
.popup-form__form-buttonsBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80%;
}
.popup-form__button {
    width: 224px;
    height: 44px;
    color: white;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.07em;
    background-color: var(--brandColor);
    border: none;
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
}
.popup-form__form-fieldsBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    width: 80%;
}
.popup-form__form-fieldsBlock .checkbox-input {
    position: relative;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 0 !important;
}
.popup-form__form-fieldsBlock .checkbox-input__bullit {
    display: none;
}
.popup-form__form-fieldsBlock .checkbox-input__bullit:checked ~ .control-indicator:after {
    background-color: #425563;
}
.popup-form__form-fieldsBlock .checkbox-input__text {
    color: #425563;
    font-size: 12px;
    cursor: pointer;
}
.popup-form__form-fieldsBlock .checkbox-input .control-indicator {
    height: 12px;
    width: 12px;
    background-color: transparent;
    border: 1px solid #425563;
    border-radius: 50%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 5px;
    cursor: pointer;
}
.popup-form__form-fieldsBlock .checkbox-input .control-indicator:after {
    content: "";
    position: absolute;
    display: block;
    top: 10%;
    left: 10%;
    height: 8px;
    width: 8px;
    border-radius: 50%;
}
.popup-form__field {
    width: 100%;
    height: 44px;
    background: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 15px;
    font-size: 14px;
    padding: 15px;
    color: #00263E;
}
.popup-form__field:hover {
    border: 1px solid var(--brandColor);
}
.popup-form__field:hover::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--brandColor);
    opacity: 1;
    /* Firefox */
}
.popup-form__field:hover::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--brandColor);
    opacity: 1;
    /* Firefox */
}
.popup-form__field:hover:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--brandColor);
    opacity: 1;
    /* Firefox */
}
.popup-form__field:hover::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--brandColor);
    opacity: 1;
    /* Firefox */
}
.popup-form__field:hover::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--brandColor);
    opacity: 1;
    /* Firefox */
}
.popup-form__field:hover:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--brandColor);
}
.popup-form__field:hover::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--brandColor);
}
.popup-form__field:focus {
    outline: none;
    cursor: text;
}
.popup-form__field:focus::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: grey;
    opacity: 1;
    /* Firefox */
}
.popup-form__field:focus::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: grey;
    opacity: 1;
    /* Firefox */
}
.popup-form__field:focus:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: grey;
    opacity: 1;
    /* Firefox */
}
.popup-form__field:focus::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: grey;
    opacity: 1;
    /* Firefox */
}
.popup-form__field:focus::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: grey;
    opacity: 1;
    /* Firefox */
}
.popup-form__field:focus:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: grey;
}
.popup-form__field:focus::-ms-input-placeholder {
    /* Microsoft Edge */
    color: grey;
}
.popup-form__field:last-of-type {
    margin-bottom: 0;
}

.popup-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    height: 450px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .page-popup-card {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 50%;
        margin: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 450px;
        min-width: 400px;
        max-width: 600px;
    }
}
@media screen and (max-width) {
    .page-popup-card {
        min-height: 100%;
    }
}

.popup__success {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 400px;
    max-width: 600px;
    height: 450px;
    background-color: white;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 40px;
    position: absolute;
    cursor: default;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.popupSuccess__heading {
    width: 65%;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FF8200;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.popupSuccess__heading::after {
    content: "";
    background: #FF8200;
    margin-top: 1em;
    width: 100%;
    height: 1px;
}

.popupSuccess__text {
    margin: 0;
    width: 65%;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */
    text-align: center;
    /* grey */
    color: #00263E;
}

.popup-form__form-closingBlock {
    z-index: 20;
    padding: 0;
    border: none;
    outline: none;
    background: none;
}

@media (max-width: 767px) {
    .page-popup {
        display: none;
        position: fixed;
        z-index: 5000;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100vw;
        height: 100vh;
        background-color: #425563;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        overflow-y: auto;
    }
    @supports (-webkit-touch-callout: none) {
        .page-popup {
            height: var(--app-height);
        }
    }
    .page-popup__form, .page-popup__success {
        position: relative;
        z-index: 0;
        background-color: #F6F6F6;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        cursor: default;
        width: 100%;
        min-height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 16px;
    }
    .page-popup__success {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 0 40%;
    }
    .page-popup__success .popupSuccess__text,
    .page-popup__success .popupSuccess__heading {
        text-align: center;
        margin: 0;
    }
    .page-popup__success .popupSuccess__heading {
        font-size: 6.5625vw;
        line-height: 1.2;
        color: var(--brandColor);
        width: 60%;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .page-popup__success .popupSuccess__heading::after {
        content: "";
        width: 100%;
        height: 1px;
        background: var(--brandColor);
        margin-top: 0.8em;
    }
    .page-popup__success .popupSuccess__text {
        font-size: 4.6875vw;
        line-height: 1.2;
        width: 75%;
        margin-top: 1em;
    }
    .page-popup__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 10% 20px;
    }
    .page-popup__form-content-wrapper {
        width: 100%;
    }
    .page-popup__form-closingBlock {
        position: fixed;
        --size: 9.357vw;
        top: calc(var(--size) * 2 / 3);
        right: calc(var(--size) * 5 / 6);
        z-index: 1;
        background: none;
        border: none;
        outline: none;
    }
    .page-popup__form-closingBlock .popup-close {
        width: var(--size);
        height: var(--size);
        cursor: pointer;
    }
    .page-popup__form-closingBlock .popup-close:hover {
        -webkit-filter: brightness(1) invert(1);
        filter: brightness(1) invert(1);
    }
    .page-popup__form-heading {
        color: #425563;
        font-size: 8.125vw;
        text-align: left;
        letter-spacing: 0.03em;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-transform: uppercase;
        margin-bottom: 5px;
    }
    .page-popup__form-heading .headingLine {
        margin: 0;
    }
    .page-popup__form-description {
        color: #425563;
        font-size: 3.75vw;
        font-weight: 300;
        text-align: left;
        letter-spacing: 0.03em;
        line-height: 150%;
        width: 100%;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .page-popup__form-buttonsBlock {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
    .page-popup__form-button {
        margin-top: 3rem;
    }
    .page-popup__form-fieldsBlock {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
    .page-popup__form-fieldsBlock .checkbox-input {
        position: relative;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-top: 15px;
    }
    .page-popup__form-fieldsBlock .checkbox-input__bullit {
        display: none;
    }
    .page-popup__form-fieldsBlock .checkbox-input__bullit:checked ~ .control-indicator:after {
        background-color: #425563;
    }
    .page-popup__form-fieldsBlock .checkbox-input__text {
        color: #425563;
        font-size: 14px;
        cursor: pointer;
    }
    .page-popup__form-fieldsBlock .checkbox-input__text-colored {
        color: var(--brandColor);
    }
    .page-popup__form-fieldsBlock .checkbox-input .control-indicator {
        height: 20px;
        width: 20px;
        min-height: 20px;
        min-width: 20px;
        background-color: transparent;
        border: 1px solid #425563;
        border-radius: 50%;
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: 5px;
        cursor: pointer;
    }
    .page-popup__form-fieldsBlock .checkbox-input .control-indicator:after {
        content: "";
        position: absolute;
        display: block;
        top: 12%;
        left: 12%;
        height: 14px;
        width: 14px;
        border-radius: 50%;
    }
    .page-popup__form-field {
        width: 100%;
        height: 45px;
        background: white;
        border: 1px solid #425563;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        margin-bottom: 15px;
        font-size: 16px;
        padding: 15px;
        color: #425563;
    }
    .page-popup__form-field:hover {
        border: 1px solid var(--brandColor);
    }
    .page-popup__form-field:hover::-webkit-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: var(--brandColor);
        opacity: 1;
        /* Firefox */
    }
    .page-popup__form-field:hover::-moz-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: var(--brandColor);
        opacity: 1;
        /* Firefox */
    }
    .page-popup__form-field:hover:-ms-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: var(--brandColor);
        opacity: 1;
        /* Firefox */
    }
    .page-popup__form-field:hover::-ms-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: var(--brandColor);
        opacity: 1;
        /* Firefox */
    }
    .page-popup__form-field:hover::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: var(--brandColor);
        opacity: 1;
        /* Firefox */
    }
    .page-popup__form-field:hover:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: var(--brandColor);
    }
    .page-popup__form-field:hover::-ms-input-placeholder {
        /* Microsoft Edge */
        color: var(--brandColor);
    }
    .page-popup__form-field:focus {
        outline: none;
        cursor: text;
    }
    .page-popup__form-field:focus::-webkit-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: grey;
        opacity: 1;
        /* Firefox */
    }
    .page-popup__form-field:focus::-moz-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: grey;
        opacity: 1;
        /* Firefox */
    }
    .page-popup__form-field:focus:-ms-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: grey;
        opacity: 1;
        /* Firefox */
    }
    .page-popup__form-field:focus::-ms-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: grey;
        opacity: 1;
        /* Firefox */
    }
    .page-popup__form-field:focus::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: grey;
        opacity: 1;
        /* Firefox */
    }
    .page-popup__form-field:focus:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: grey;
    }
    .page-popup__form-field:focus::-ms-input-placeholder {
        /* Microsoft Edge */
        color: grey;
    }
    .page-popup__form-phone {
        font-size: 20px;
        width: 100%;
        text-align: center;
        margin-top: 5vw;
    }
    .page-popup__form-phone .link {
        color: #425563;
        text-decoration: none;
    }
    .page-popup__form-phone-colored {
        color: var(--brandColor);
    }
}
.orderConsultationSection__labeled-checkbox-group {
    width: 100%;
    margin: 15px 0;
}
@media (min-width: 768px) and (max-width: 1239px) {
    .orderConsultationSection__labeled-checkbox-group {
        margin: 0;
    }
}

:root {
    font-family: "BrandonText";
    font-style: normal;
    font-size: 10px;
    --headerHeight: 90px;
    --brandColor: #FF8200;
    --buttonHoverColor: #FE5000;
    --buttonClickColor: #EF4129;
}

body {
    background: #fdfdfd;
    position: relative;
}

.desktopMain {
    overflow-x: hidden;
}

button {
    outline: none;
}

.page-popup {
    display: none;
    position: fixed;
    z-index: 5000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: display 10s ease-in;
    -o-transition: display 10s ease-in;
    transition: display 10s ease-in;
    cursor: pointer;
}
@supports (-webkit-touch-callout: none) {
    .page-popup {
        height: var(--app-height);
    }
}
@media (max-width: 767px) {
    .page-popup {
        background-color: var(--grey);
    }
}

.popup-form {
    z-index: 0;
    width: 50%;
    min-width: 400px;
    max-width: 600px;
    background-color: white;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
    position: absolute;
    cursor: default;
}
.popup-form__form-closingBlock {
    position: absolute;
    right: 20px;
    top: 20px;
}
@media (max-width: 767px) {
    .popup-form__form-closingBlock {
        right: 30px;
        top: 30px;
    }
}
.popup-form__form-closingBlock .popup-close {
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.popup-form__form-closingBlock .popup-close:hover {
    -webkit-filter: brightness(1) invert(1);
    filter: brightness(1) invert(1);
}
.popup-form__form-heading {
    color: #00263E;
    font-size: 30px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.03em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .popup-form__form-heading {
        font-size: 26px;
        text-align: left;
    }
}
.popup-form__form-heading .headingLine {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    border-bottom: 2px dashed #00263E;
    border-width: 100%;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .popup-form__form-heading .headingLine {
        border: none;
        max-width: 80%;
    }
}
.popup-form__form-description {
    color: #00263E;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.03em;
    line-height: 150%;
    width: 80%;
    margin-bottom: 17px;
}
@media (max-width: 767px) {
    .popup-form__form-description {
        text-align: left;
    }
}
.popup-form__form-buttonsBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80%;
}
.popup-form__form-fieldsBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    width: 80%;
}
.popup-form__form-fieldsBlock .checkbox-input {
    position: relative;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 15px;
}
.popup-form__form-fieldsBlock .checkbox-input__bullit {
    display: none;
}
.popup-form__form-fieldsBlock .checkbox-input__bullit:checked ~ .control-indicator:after {
    background-color: #425563;
}
.popup-form__form-fieldsBlock .checkbox-input__text {
    color: #425563;
    font-size: 12px;
    cursor: pointer;
}
.popup-form__form-fieldsBlock .checkbox-input .control-indicator {
    height: 12px;
    width: 12px;
    background-color: transparent;
    border: 1px solid #425563;
    border-radius: 50%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 5px;
    cursor: pointer;
}
.popup-form__form-fieldsBlock .checkbox-input .control-indicator:after {
    content: "";
    position: absolute;
    display: block;
    top: 10%;
    left: 10%;
    height: 8px;
    width: 8px;
    border-radius: 50%;
}
.popup-form__field {
    width: 100%;
    height: 44px;
    background: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 15px;
    font-size: 14px;
    padding: 15px;
    color: #00263E;
}
.popup-form__field:hover {
    border: 1px solid var(--brandColor);
}
.popup-form__field:hover::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--brandColor);
    opacity: 1;
    /* Firefox */
}
.popup-form__field:hover::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--brandColor);
    opacity: 1;
    /* Firefox */
}
.popup-form__field:hover:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--brandColor);
    opacity: 1;
    /* Firefox */
}
.popup-form__field:hover::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--brandColor);
    opacity: 1;
    /* Firefox */
}
.popup-form__field:hover::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--brandColor);
    opacity: 1;
    /* Firefox */
}
.popup-form__field:hover:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--brandColor);
}
.popup-form__field:hover::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--brandColor);
}
.popup-form__field:focus {
    outline: none;
    cursor: text;
}
.popup-form__field:focus::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: grey;
    opacity: 1;
    /* Firefox */
}
.popup-form__field:focus::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: grey;
    opacity: 1;
    /* Firefox */
}
.popup-form__field:focus:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: grey;
    opacity: 1;
    /* Firefox */
}
.popup-form__field:focus::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: grey;
    opacity: 1;
    /* Firefox */
}
.popup-form__field:focus::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: grey;
    opacity: 1;
    /* Firefox */
}
.popup-form__field:focus:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: grey;
}
.popup-form__field:focus::-ms-input-placeholder {
    /* Microsoft Edge */
    color: grey;
}
.popup-form__field:last-of-type {
    margin-bottom: 0;
}

label.labeled-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    --fontSize: 11px;
    font-size: var(--fontSize);
}
label.labeled-checkbox .labeled-checkbox__inline-link {
    --textColor: inherit;
    color: var(--brandColor);
    text-decoration: underline;
}
label.labeled-checkbox .checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    --size: 16px;
    --color: #425563;
    width: var(--size);
    height: var(--size);
    position: relative;
    margin: 0.3em;
}
label.labeled-checkbox .checkbox::before, label.labeled-checkbox .checkbox::after {
    content: "";
    z-index: 10;
    width: var(--size);
    height: var(--size);
    position: absolute;
    pointer-events: all;
    border: 1px solid var(--color);
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    --translate: translate(-50%, -50%);
    -webkit-transform: var(--translate);
    -ms-transform: var(--translate);
    transform: var(--translate);
    left: 50%;
    top: 50%;
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
}
label.labeled-checkbox .checkbox:checked::after {
    --size: 10px;
    background: var(--color);
}
label.labeled-checkbox .checkbox.custom-invalid {
    --color: #FF8200;
}
label.labeled-checkbox .checkbox.custom-invalid + span {
    color: #FF8200;
}

.popup-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    height: 450px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .popup-form {
        min-width: unset;
        max-width: 100vw;
        height: 100%;
        min-height: calc(100vh - 20px);
    }
    @supports (-webkit-touch-callout: none) {
        .popup-form {
            min-height: calc(var(--app-height) - 20px);
        }
    }
}

@media (min-width: 768px) {
    .page-popup-card {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        margin: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 450px;
        min-width: 400px;
        max-width: 600px;
    }
}

.popup-form__link {
    margin-top: 25px;
}

.popup__success {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 400px;
    max-width: 600px;
    height: 450px;
    background-color: white;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 40px;
    position: absolute;
    cursor: default;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .popup__success {
        min-width: unset;
        max-width: 90vw;
        height: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.popupSuccess__heading {
    width: 65%;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FF8200;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (max-width: 767px) {
    .popupSuccess__heading {
        width: 90%;
    }
}
.popupSuccess__heading::after {
    content: "";
    background: #FF8200;
    margin-top: 1em;
    width: 100%;
    height: 1px;
}

.popupSuccess__text {
    margin: 0;
    width: 65%;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */
    text-align: center;
    /* grey */
    color: #00263E;
}

.popup-form__form-closingBlock {
    z-index: 20;
    padding: 0;
    border: none;
    outline: none;
    background: none;
}

.slider-nav {
    --circleWidth: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    margin: calc(var(--circleWidth) / -2);
}

.slider-nav__item {
    pointer-events: all;
    margin: calc(var(--circleWidth) / 2);
    width: var(--circleWidth);
    height: var(--circleWidth);
    border-radius: 100%;
    position: relative;
    background: transparent;
    border: 1px solid #DBDAD5;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.slider-nav__item.tns-nav-active {
    background: #DBDAD5;
}

.desktop-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 768px) {
    .desktop-hidden {
        display: none;
    }
}

@media (max-width: 1239px) {
    .slider-button {
        --size: 28px;
    }
}
@media (min-width: 768px) and (max-width: 1239px) {
    .slider-blur {
        position: relative;
    }
    .slider-blur:after, .slider-blur:before {
        position: absolute;
        content: "";
        width: 21.22vw;
        height: 100%;
        top: 0;
        z-index: 1;
    }
    .slider-blur:after {
        right: 0;
        background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), color-stop(74.11%, rgba(255, 255, 255, 0)));
        background: -o-linear-gradient(right, #FFFFFF 0%, rgba(255, 255, 255, 0) 74.11%);
        background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 74.11%);
    }
    .slider-blur:before {
        left: 0;
        background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(74.11%, rgba(255, 255, 255, 0)));
        background: -o-linear-gradient(left, #FFFFFF 0%, rgba(255, 255, 255, 0) 74.11%);
        background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 74.11%);
    }
}
.slider-buttons {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20%;
    right: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.container .slider-buttons {
    left: 3%;
    right: 3%;
}

.slider-button {
    border: none;
    outline: none;
    --size: 40px;
    width: var(--size);
    height: var(--size);
    padding: 0;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
@media (max-width: 767px) {
    .slider-button {
        --size: 24px;
    }
}
.slider-button img {
    width: calc(var(--size) * 0.8);
}

.slider-button--next img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (min-width: 768px) and (max-width: 1239px) {
    .slider-button {
        --size: 40px;
    }

    .slider-blur .slider-buttons {
        z-index: 12;
    }
}
:root {
    --header-height: calc(var(--header-y-offset) * 2 + var(--header-content));
    --header-y-offset: 18px;
    --header-content: 46px;
    --x-offset: 0;
}
@media (max-width: 1239px) {
    :root {
        --x-offset: 16px;
        --header-content: 35px;
    }
}

.breadcrumbs {
    max-width: min(1170px, 100vw - 50px);
    width: 100%;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px var(--header-y-offset);
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */
    color: #9D9FA0;
}
@media (max-width: 767px) {
    .breadcrumbs {
        margin: 0;
        padding: 1vw 0 3vw 5vw;
        font-size: 10px;
        line-height: 12px;
    }
}
.breadcrumbs:empty {
    padding: 0;
}
.breadcrumbs .home {
    text-transform: uppercase;
}
.breadcrumbs [property=itemListElement] a[property=item] {
    color: inherit;
}
.breadcrumbs [property=itemListElement] .current-item {
    color: #00263E;
    font-weight: 500;
}

.cookie-popup {
    position: fixed;
    bottom: 20px;
    width: min(100vw - 40px, 1880px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 14px;
    color: #00263E;
    padding: 2.8em 6.14em 2.42em 2.28em;
    background: #EAEAEA;
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    z-index: 100;
    display: grid;
    grid-auto-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.36em;
}
@media screen and (max-width: 1239px) {
    .cookie-popup {
        grid-auto-flow: row;
        justify-items: center;
    }
}
@media screen and (max-width: 767px) {
    .cookie-popup {
        font-size: 3.2vw;
        padding: 3.3em 1.6em 1.4em;
    }
}
.cookie-popup .cookie-popup__text {
    font-style: normal;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin: 0;
}
.cookie-popup .cookie-popup__acceptButton {
    background: var(--brand);
    font-style: normal;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFF;
    border: none;
    padding: 1.3em 5.7em;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.cookie-popup .cookie-popup__acceptButton:hover {
    will-change: opacity;
    opacity: 0.9;
}
.cookie-popup .cookie-popup__closeButton {
    position: absolute;
    right: 1em;
    top: 1em;
    width: 26px;
    height: 26px;
    border: none;
    margin: 0;
    padding: 0;
    background: transparent;
}
@media screen and (max-width: 767px) {
    .cookie-popup .cookie-popup__closeButton {
        width: 2.16em;
        height: 2.16em;
    }
}
.cookie-popup .cookie-popup__closeButton::before, .cookie-popup .cookie-popup__closeButton::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 1px;
    width: 100%;
    background: #9D9FA0;
    --translate: translate(-50%, -50%);
    -webkit-transform: var(--translate) var(--rotate);
    -ms-transform: var(--translate) var(--rotate);
    transform: var(--translate) var(--rotate);
}
.cookie-popup .cookie-popup__closeButton::before {
    --rotate: rotate(-45deg) ;
}
.cookie-popup .cookie-popup__closeButton::after {
    --rotate: rotate(45deg) ;
}

.city-popup__form {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.city-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 120;
}
.city-popup.city-popup--hidden {
    display: none;
}

.city-popup__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    opacity: 0.95;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
    border-radius: 30px;
    padding: 30px 45px;
    z-index: 130;
}
@media (max-width: 767px) {
    .city-popup__inner {
        padding: 4.125vw 0 6.25vw;
        width: 75vw;
        border-radius: 5vw;
    }
}

.city-popup__text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.04em;
    color: #00263E;
    margin: 0 0 1.5em;
    min-width: 25ch;
}
@media (max-width: 767px) {
    .city-popup__text {
        font-size: 5vw;
        min-width: auto;
        margin: 0 0 0.6875em;
    }
}
.city-popup__text .city-popup__textCity {
    font-weight: 600;
}
@media (max-width: 767px) {
    .city-popup__text .city-popup__textCity {
        display: block;
    }
}

.city-popup__form {
    display: grid;
    grid-auto-flow: row;
    gap: 25px;
}
@media (max-width: 767px) {
    .city-popup__form {
        gap: 5.3125vw;
    }
}

.city-popup__radio {
    display: grid;
    grid-auto-flow: row;
    gap: 2px;
}
@media (max-width: 767px) {
    .city-popup__radio {
        gap: 0.5vw;
    }
    .city-popup__radio label.labeled-checkbox {
        --fontSize: 3.125vw ;
    }
}

.city-popup__acceptButton {
    background: var(--brand);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFF;
    border: none;
    padding: 0.8em 2.92em;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
@media (max-width: 767px) {
    .city-popup__acceptButton {
        font-size: 4.375vw;
        letter-spacing: 0.04em;
        padding: 0.8em 2em;
    }
}
.city-popup__acceptButton:hover {
    will-change: opacity;
    opacity: 0.9;
}
.usefulInfo__mainImage {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 472px;
}
@media screen and (min-width: 767px) and (max-width: 1239px) {
    .usefulInfo__mainImage {
        height: 291px;
    }
}
@media (max-width: 767px) {
    .usefulInfo__mainImage {
        height: 109.375vw;
    }
}
@media (min-width: 768px) {
    .usefulInfo__mainImage.usefulInfo__mainImage--mobile {
        display: none;
    }
}
@media (max-width: 767px) {
    .usefulInfo__mainImage.usefulInfo__mainImage--desktop {
        display: none;
    }
}

.usefulInfo__wrapper {
    width: min(600px, 100vw - 40px);
    margin: auto;
    padding: 0 0 200px;
}

.usefulInfo__select {
    width: 100%;
}

.systemSelect__heading {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #00263E;
}

.docGroup__item summary::-webkit-details-marker {
    display: none;
}
.docGroup__item[open] summary .docGroupItemSummary__heading {
    color: var(--brandColor);
}
.docGroup__item[open] .docGroupItem__summary img {
    background-color: var(--brandColor);
}

.usefulInfo__docsGroup {
    margin: 20px 0;
}

.docGroupItem__summary {
    display: grid;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    grid-template-rows: 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 20px;
    gap: 20px;
    cursor: pointer;
}
.docGroupItem__summary img {
    background-color: #00263E;
    border-radius: 50%;
}

.docGroupItemSummary__heading {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #00263E;
}

.docGroupItem__list {
    list-style-type: none;
    padding: 0 0 0 73px;
    margin: 0;
}

.docGroupItem__listItem {
    display: grid;
    grid-template-rows: 1fr -webkit-max-content;
    grid-template-rows: 1fr max-content;
    grid-template-columns: 1fr;
    grid-template-areas: ". .";
}
.docGroupItem__listItem + .docGroupItem__listItem {
    margin-top: 15px;
}

.listItem__heading {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #00263E;
    display: inline;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.listItem__text {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #00263E;
    margin: 0.5em 0 0 0;
}

.listItem__fileInfo {
    font-weight: normal;
    font-size: 15px;
}

.listItem__btn-like {
    padding: 0;
    border: none;
    background: transparent;
    margin-left: 0.3em;
    max-height: 1em;
    display: inline;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    cursor: pointer;
    justify-self: start;
}
.listItem__btn-like img {
    -webkit-transform: translateY(0.3em);
    -ms-transform: translateY(0.3em);
    transform: translateY(0.3em);
}

.usefulInfo__docsFromOption {
    display: none;
}
.usefulInfo__docsFromOption.usefulInfo__docsFromOption--current, .usefulInfo__docsFromOption.usefulInfo__docsFromOption--common {
    display: block;
}
