.brand[data-v-2cb5317f] {
    cursor: pointer
}

.footer__text__container[data-v-601d4c22] {
    position: relative
}

.footer-links__google-play[data-v-601d4c22] {
    margin-bottom: 20px;
    text-align: left
}

@media (min-width: 1280px) {
    .footer-links__google-play[data-v-601d4c22] {
        position:absolute;
        right: 0;
        top: 20px
    }
}
.phone__section__btn:disabled, .form__default-btn:disabled{
    opacity: .7;
}
.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100
}
#cc-main {
    background: transparent;
    color: var(--cc-primary-color);
    font-family: var(--cc-font-family);
    font-size: 16px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.15;
    position: relative;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    position: fixed;
    z-index: var(--cc-z-index)
}

#cc-main :after,#cc-main :before,#cc-main a,#cc-main button,#cc-main div,#cc-main h2,#cc-main input,#cc-main p,#cc-main span {
    all: unset;
    box-sizing: border-box
}

#cc-main .pm__badge,#cc-main button {
    all: initial;
    box-sizing: border-box;
    color: unset;
    visibility: unset
}

#cc-main .pm__badge,#cc-main a,#cc-main button,#cc-main input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 100%;
    line-height: normal;
    margin: 0;
    outline: revert;
    outline-offset: 2px;
    overflow: hidden
}

#cc-main table,#cc-main tbody,#cc-main td,#cc-main th,#cc-main thead,#cc-main tr {
    all: revert;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

:root {
    --cc-font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --cc-modal-border-radius: .5rem;
    --cc-btn-border-radius: .4rem;
    --cc-modal-transition-duration: .25s;
    --cc-link-color: var(--cc-btn-primary-bg);
    --cc-modal-margin: 1rem;
    --cc-z-index: 2147483647;
    --cc-bg: #fff;
    --cc-primary-color: #2c2f31;
    --cc-secondary-color: #5e6266;
    --cc-btn-primary-bg: #30363c;
    --cc-btn-primary-color: #fff;
    --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
    --cc-btn-primary-hover-bg: #000;
    --cc-btn-primary-hover-color: #fff;
    --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);
    --cc-btn-secondary-bg: #eaeff2;
    --cc-btn-secondary-color: var(--cc-primary-color);
    --cc-btn-secondary-border-color: var(--cc-btn-secondary-bg);
    --cc-btn-secondary-hover-bg: #d4dae0;
    --cc-btn-secondary-hover-color: #000;
    --cc-btn-secondary-hover-border-color: #d4dae0;
    --cc-separator-border-color: #f0f4f7;
    --cc-toggle-on-bg: var(--cc-btn-primary-bg);
    --cc-toggle-off-bg: #667481;
    --cc-toggle-on-knob-bg: #fff;
    --cc-toggle-off-knob-bg: var(--cc-toggle-on-knob-bg);
    --cc-toggle-enabled-icon-color: var(--cc-bg);
    --cc-toggle-disabled-icon-color: var(--cc-bg);
    --cc-toggle-readonly-bg: #d5dee2;
    --cc-toggle-readonly-knob-bg: #fff;
    --cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);
    --cc-section-category-border: var(--cc-cookie-category-block-bg);
    --cc-cookie-category-block-bg: #f0f4f7;
    --cc-cookie-category-block-border: #f0f4f7;
    --cc-cookie-category-block-hover-bg: #e9eff4;
    --cc-cookie-category-block-hover-border: #e9eff4;
    --cc-cookie-category-expanded-block-bg: transparent;
    --cc-cookie-category-expanded-block-hover-bg: #dee4e9;
    --cc-overlay-bg: rgba(0,0,0,.65);
    --cc-webkit-scrollbar-bg: var(--cc-section-category-border);
    --cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);
    --cc-footer-bg: var(--cc-btn-secondary-bg);
    --cc-footer-color: var(--cc-secondary-color);
    --cc-footer-border-color: #e4eaed;
    --cc-pm-toggle-border-radius: 4em
}

#cc-main.cc--rtl {
    direction: rtl
}

#cc-main .cm__title,#cc-main a,#cc-main b,#cc-main em,#cc-main strong {
    font-weight: 600
}

#cc-main button>span {
    pointer-events: none
}

#cc-main .cc__link,#cc-main a {
    background-image: linear-gradient(currentColor,currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    font-weight: 600;
    position: relative;
    transition: background-size .25s,color .25s ease
}

#cc-main .cc__link:hover,#cc-main a:hover {
    background-size: 100% 1px;
    color: var(--cc-primary-color)
}

#cc-main .cc__link {
    color: var(--cc-link-color)
}

#cc-main .cm__desc,#cc-main .pm__body {
    overscroll-behavior: auto contain;
    scrollbar-width: thin
}

@media screen and (min-width: 640px) {
    #cc-main ::-webkit-scrollbar,#cc-main ::-webkit-scrollbar-thumb,#cc-main ::-webkit-scrollbar-track {
        all:revert
    }

    #cc-main ::-webkit-scrollbar-thumb {
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background: var(--cc-toggle-readonly-bg);
        border: .25rem solid var(--cc-bg);
        border-radius: 1rem
    }

    #cc-main ::-webkit-scrollbar-thumb:hover {
        background: var(--cc-toggle-off-bg)
    }

    #cc-main ::-webkit-scrollbar {
        background: transparent;
        width: 12px
    }
}

html.disable--interaction.show--consent,html.disable--interaction.show--consent body {
    height: auto!important;
    overflow: hidden!important
}

@media (prefers-reduced-motion) {
    #cc-main {
        --cc-modal-transition-duration: 0s
    }
}

.cc--darkmode {
    --cc-bg: #161a1c;
    --cc-primary-color: #ebf3f6;
    --cc-secondary-color: #aebbc5;
    --cc-btn-primary-bg: #c2d0e0;
    --cc-btn-primary-color: var(--cc-bg);
    --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
    --cc-btn-primary-hover-bg: #98a7b6;
    --cc-btn-primary-hover-color: #000;
    --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);
    --cc-btn-secondary-bg: #242c31;
    --cc-btn-secondary-color: var(--cc-primary-color);
    --cc-btn-secondary-border-color: var(--cc-btn-secondary-bg);
    --cc-btn-secondary-hover-bg: #353d43;
    --cc-btn-secondary-hover-color: #fff;
    --cc-btn-secondary-hover-border-color: var(--cc-btn-secondary-hover-bg);
    --cc-separator-border-color: #222a30;
    --cc-toggle-on-bg: var(--cc-btn-primary-bg);
    --cc-toggle-off-bg: #525f6b;
    --cc-toggle-on-knob-bg: var(--cc-btn-primary-color);
    --cc-toggle-off-knob-bg: var(--cc-btn-primary-color);
    --cc-toggle-enabled-icon-color: var(--cc-btn-primary-color);
    --cc-toggle-disabled-icon-color: var(--cc-btn-primary-color);
    --cc-toggle-readonly-bg: #343e45;
    --cc-toggle-readonly-knob-bg: #5f6b72;
    --cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);
    --cc-section-category-border: #1e2428;
    --cc-cookie-category-block-bg: #1e2428;
    --cc-cookie-category-block-border: var(--cc-section-category-border);
    --cc-cookie-category-block-hover-bg: #242c31;
    --cc-cookie-category-block-hover-border: #232a2f;
    --cc-cookie-category-expanded-block-bg: transparent;
    --cc-cookie-category-expanded-block-hover-bg: var(--cc-toggle-readonly-bg);
    --cc-overlay-bg: rgba(0,0,0,.65);
    --cc-webkit-scrollbar-bg: var(--cc-section-category-border);
    --cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);
    --cc-footer-bg: #0c0e0f;
    --cc-footer-color: var(--cc-secondary-color);
    --cc-footer-border-color: #060809
}

.cc--darkmode #cc-main {
    color-scheme: dark
}

#cc-main .cm {
    background: var(--cc-bg);
    border-radius: var(--cc-modal-border-radius);
    box-shadow: 0 .625em 1.875em #0000024d;
    display: flex;
    flex-direction: column;
    max-width: 24rem;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    transform: translateY(1.6em);
    visibility: hidden;
    z-index: 1
}

#cc-main .cm--top {
    top: var(--cc-modal-margin)
}

#cc-main .cm--middle {
    top: 50%;
    transform: translateY(calc(-50% + 1.6em))
}

#cc-main .cm--bottom {
    bottom: var(--cc-modal-margin)
}

#cc-main .cm--center {
    left: var(--cc-modal-margin);
    margin: 0 auto;
    right: var(--cc-modal-margin);
    width: unset
}

#cc-main .cm--left {
    left: var(--cc-modal-margin);
    margin-right: var(--cc-modal-margin)
}

#cc-main .cm--right {
    margin-left: var(--cc-modal-margin);
    right: var(--cc-modal-margin)
}

#cc-main .cm__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative
}

#cc-main .cm__btns,#cc-main .cm__links {
    padding: 1rem 1.3rem;
    width: unset
}

#cc-main .cm__texts {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: 1rem 0 0
}

#cc-main .cm__desc,#cc-main .cm__title {
    padding: 0 1.3rem
}

#cc-main .cm__title {
    font-size: 1.05em
}

#cc-main .cm__title+.cm__desc {
    margin-top: 1.1em
}

#cc-main .cm__desc {
    color: var(--cc-secondary-color);
    font-size: .9em;
    line-height: 1.5;
    max-height: 40vh;
    overflow-x: visible;
    overflow-y: auto;
    padding-bottom: 1em
}

#cc-main .cm__btns {
    border-top: 1px solid var(--cc-separator-border-color);
    display: flex;
    flex-direction: column;
    justify-content: center
}

#cc-main .cm__btn-group {
    display: grid;
    grid-auto-columns: minmax(0,1fr)
}

#cc-main .cm__btn+.cm__btn,#cc-main .cm__btn-group+.cm__btn-group {
    margin-top: .375rem
}

#cc-main .cm--flip .cm__btn+.cm__btn,#cc-main .cm--flip .cm__btn-group+.cm__btn-group {
    margin-bottom: .375rem;
    margin-top: 0
}

#cc-main .cm--inline .cm__btn+.cm__btn {
    margin-left: .375rem;
    margin-top: 0
}

#cc-main .cm--inline.cm--flip .cm__btn+.cm__btn {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: .375rem
}

#cc-main .cm--inline.cm--flip .cm__btn-group+.cm__btn-group {
    margin-bottom: .375rem;
    margin-right: 0
}

#cc-main .cm--wide .cm__btn+.cm__btn,#cc-main .cm--wide .cm__btn-group+.cm__btn-group {
    margin-left: .375rem;
    margin-top: 0
}

#cc-main .cm--wide.cm--flip .cm__btn+.cm__btn,#cc-main .cm--wide.cm--flip .cm__btn-group+.cm__btn-group {
    margin-bottom: 0;
    margin-right: .375rem
}

#cc-main .cm--bar:not(.cm--inline) .cm__btn-group--uneven,#cc-main .cm--wide .cm__btn-group--uneven {
    display: flex;
    flex: 1;
    justify-content: space-between
}

#cc-main .cm--bar:not(.cm--inline).cm--flip .cm__btn-group--uneven,#cc-main .cm--wide.cm--flip .cm__btn-group--uneven {
    flex-direction: row-reverse
}

#cc-main .cm__btn {
    background: var(--cc-btn-primary-bg);
    border: 1px solid var(--cc-btn-primary-border-color);
    border-radius: var(--cc-btn-border-radius);
    color: var(--cc-btn-primary-color);
    font-size: .82em;
    font-weight: 600;
    min-height: 42px;
    padding: .5em 1em;
    text-align: center
}

#cc-main .cm__btn:hover {
    background: var(--cc-btn-primary-hover-bg);
    border-color: var(--cc-btn-primary-hover-border-color);
    color: var(--cc-btn-primary-hover-color)
}

#cc-main .cm__btn--secondary {
    background: var(--cc-btn-secondary-bg);
    border-color: var(--cc-btn-secondary-border-color);
    color: var(--cc-btn-secondary-color)
}

#cc-main .cm__btn--secondary:hover {
    background: var(--cc-btn-secondary-hover-bg);
    border-color: var(--cc-btn-secondary-hover-border-color);
    color: var(--cc-btn-secondary-hover-color)
}

#cc-main .cm__btn--close {
    border-radius: 0;
    border-bottom-left-radius: var(--cc-btn-border-radius);
    border-right: none;
    border-top: none;
    display: none;
    font-size: 1em;
    height: 42px;
    min-width: auto!important;
    overflow: hidden;
    padding: 0!important;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px
}

#cc-main .cm__btn--close svg {
    stroke: var(--cc-btn-primary-color);
    transform: scale(.5);
    transition: stroke .15s ease
}

#cc-main .cm__btn--close:hover svg {
    stroke: var(--cc-btn-primary-hover-color)
}

#cc-main .cm__btn--close.cm__btn--secondary svg {
    stroke: var(--cc-btn-secondary-color)
}

#cc-main .cm__btn--close.cm__btn--secondary:hover svg {
    stroke: var(--cc-btn-secondary-hover-color)
}

#cc-main .cm__btn--close+.cm__texts .cm__title {
    padding-right: 3rem
}

#cc-main .cm--inline .cm__btn-group {
    grid-auto-flow: column
}

#cc-main .cm__footer {
    background: var(--cc-footer-bg);
    border-top: 1px solid var(--cc-footer-border-color);
    color: var(--cc-footer-color);
    padding: .4em 0 .5em
}

#cc-main .cm__links {
    display: flex;
    flex-direction: row;
    padding-bottom: 0;
    padding-top: 0
}

#cc-main .cm__link-group {
    display: flex;
    flex-direction: row;
    font-size: .8em;
    width: 100%
}

#cc-main .cm__link-group>*+* {
    margin-left: 1.3rem
}

#cc-main .cm--flip .cm__btn:last-child {
    grid-row: 1
}

#cc-main .cm--inline.cm--flip .cm__btn:last-child {
    grid-column: 1
}

#cc-main .cm--box .cm__btn--close {
    display: block
}

#cc-main .cm--box.cm--flip .cm__btns {
    flex-direction: column-reverse
}

#cc-main .cm--box.cm--wide {
    max-width: 36em
}

#cc-main .cm--box.cm--wide .cm__btns {
    flex-direction: row;
    justify-content: space-between
}

#cc-main .cm--box.cm--wide .cm__btn-group {
    grid-auto-flow: column
}

#cc-main .cm--box.cm--wide .cm__btn {
    min-width: 120px;
    padding-left: 1.8em;
    padding-right: 1.8em
}

#cc-main .cm--box.cm--wide.cm--flip .cm__btns {
    flex-direction: row-reverse
}

#cc-main .cm--box.cm--wide.cm--flip .cm__btn:last-child {
    grid-column: 1
}

#cc-main .cm--cloud {
    max-width: 54em;
    width: unset
}

#cc-main .cm--cloud .cm__body {
    flex-direction: row
}

#cc-main .cm--cloud .cm__texts {
    flex: 1
}

#cc-main .cm--cloud .cm__desc {
    max-height: 9.4em
}

#cc-main .cm--cloud .cm__btns {
    border-left: 1px solid var(--cc-separator-border-color);
    border-top: none;
    max-width: 23em
}

#cc-main .cm--cloud .cm__btn-group {
    flex-direction: column
}

#cc-main .cm--cloud .cm__btn {
    min-width: 19em
}

#cc-main .cm--cloud.cm--flip .cm__btn-group,#cc-main .cm--cloud.cm--flip .cm__btns {
    flex-direction: column-reverse
}

#cc-main .cm--cloud.cm--inline .cm__btn-group {
    flex-direction: row
}

#cc-main .cm--cloud.cm--inline .cm__btn {
    min-width: 10em
}

#cc-main .cm--cloud.cm--inline.cm--flip .cm__btn-group {
    flex-direction: row-reverse
}

#cc-main .cm--bar {
    border-radius: 0;
    left: 0;
    margin: 0;
    max-width: unset;
    opacity: 1;
    right: 0;
    transform: translateY(0);
    width: 100vw;
    --cc-modal-transition-duration: .35s
}

#cc-main .cm--bar.cm--top {
    top: 0;
    transform: translateY(-100%)
}

#cc-main .cm--bar.cm--bottom {
    bottom: 0;
    transform: translateY(100%)
}

#cc-main .cm--bar .cm__body,#cc-main .cm--bar .cm__links {
    margin: 0 auto;
    max-width: 55em;
    width: 100%
}

#cc-main .cm--bar .cm__body {
    padding: .5em 0 .9em
}

#cc-main .cm--bar .cm__btns {
    border-top: none;
    flex-direction: row;
    justify-content: space-between
}

#cc-main .cm--bar .cm__btn-group {
    grid-auto-flow: column
}

#cc-main .cm--bar:not(.cm--inline) .cm__btn+.cm__btn,#cc-main .cm--bar:not(.cm--inline) .cm__btn-group+.cm__btn-group {
    margin-left: .375rem;
    margin-top: 0
}

#cc-main .cm--bar .cm__btn {
    min-width: 120px;
    padding-left: 2em;
    padding-right: 2em
}

#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn+.cm__btn,#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn-group+.cm__btn-group {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: .375rem
}

#cc-main .cm--bar.cm--flip .cm__btns {
    flex-direction: row-reverse
}

#cc-main .cm--bar.cm--flip .cm__btn:last-child {
    grid-column: 1
}

#cc-main .cm--bar.cm--inline .cm__body,#cc-main .cm--bar.cm--inline .cm__links {
    max-width: 74em
}

#cc-main .cm--bar.cm--inline .cm__body {
    flex-direction: row;
    padding: 0
}

#cc-main .cm--bar.cm--inline .cm__btns {
    flex-direction: column;
    justify-content: center;
    max-width: 23em
}

#cc-main .cm--bar.cm--inline.cm--flip .cm__btns {
    flex-direction: column-reverse
}

#cc-main .cc--anim .cm,#cc-main .cc--anim.cm-wrapper:before {
    transition: opacity var(--cc-modal-transition-duration) ease,visibility var(--cc-modal-transition-duration) ease,transform var(--cc-modal-transition-duration) ease
}

#cc-main .cc--anim .cm__btn,#cc-main .cc--anim .cm__close {
    transition: background-color .15s ease,border-color .15s ease,color .15s ease
}

.disable--interaction #cc-main .cm-wrapper:before {
    background: var(--cc-overlay-bg);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 0
}

.show--consent #cc-main .cc--anim .cm {
    opacity: 1;
    transform: translateY(0);
    visibility: visible!important
}

.show--consent #cc-main .cc--anim .cm--middle {
    transform: translateY(-50%)
}

.show--consent #cc-main .cc--anim .cm--bar {
    transform: translateY(0)
}

.show--consent #cc-main .cc--anim.cm-wrapper:before {
    opacity: 1;
    visibility: visible
}

#cc-main.cc--rtl .cm__btn--close {
    border-bottom-left-radius: unset;
    border-bottom-right-radius: var(--cc-btn-border-radius);
    left: 0;
    right: unset
}

#cc-main.cc--rtl .cm__btn--close+.cm__texts .cm__title {
    padding-left: 3rem!important;
    padding-right: 1.3rem
}

#cc-main.cc--rtl .cm--inline .cm__btn+.cm__btn {
    margin-left: 0;
    margin-right: .375rem
}

#cc-main.cc--rtl .cm--inline.cm--flip .cm__btn+.cm__btn {
    margin-left: .375rem;
    margin-right: 0
}

#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn+.cm__btn,#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn-group+.cm__btn-group,#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn+.cm__btn,#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn-group+.cm__btn-group {
    margin-left: 0;
    margin-right: .375rem
}

#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar.cm--flip .cm__btn+.cm__btn,#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide.cm--flip .cm__btn+.cm__btn {
    margin-left: .375rem;
    margin-right: 0
}

#cc-main.cc--rtl .cm__link-group>*+* {
    margin-left: 0;
    margin-right: 1.3rem
}

@media screen and (max-width: 640px) {
    #cc-main {
        --cc-modal-margin:.5em
    }

    #cc-main .cm {
        max-width: none!important;
        width: auto!important
    }

    #cc-main .cm__body {
        flex-direction: column!important;
        padding: 0!important
    }

    #cc-main .cm__btns,#cc-main .cm__desc,#cc-main .cm__links,#cc-main .cm__title {
        padding-left: 1.1rem!important;
        padding-right: 1.1rem!important
    }

    #cc-main .cm__btns {
        border-left: none!important;
        border-top: 1px solid var(--cc-separator-border-color)!important;
        flex-direction: column!important;
        max-width: none!important;
        min-width: auto!important
    }

    #cc-main .cm__btn+.cm__btn,#cc-main .cm__btn-group+.cm__btn-group {
        margin: .375rem 0 0!important
    }

    #cc-main .cm--flip .cm__btn+.cm__btn,#cc-main .cm--flip .cm__btn-group+.cm__btn-group {
        margin-bottom: .375rem!important;
        margin-top: 0!important
    }

    #cc-main .cm__btn-group {
        display: flex!important;
        flex-direction: column!important;
        min-width: auto!important
    }

    #cc-main .cm__btn {
        flex: auto!important
    }

    #cc-main .cm__link-group {
        justify-content: center!important
    }

    #cc-main .cm--flip .cm__btn-group,#cc-main .cm--flip .cm__btns {
        flex-direction: column-reverse!important
    }
}

#cc-main .pm-wrapper {
    position: relative;
    z-index: 2
}

#cc-main .pm {
    background: var(--cc-bg);
    border-radius: var(--cc-modal-border-radius);
    box-shadow: 0 .625em 1.875em #0000024d;
    display: flex;
    flex-direction: column;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    visibility: hidden;
    width: 100%;
    width: unset;
    z-index: 1
}

#cc-main svg {
    fill: none;
    width: 100%
}

#cc-main .pm__body,#cc-main .pm__footer,#cc-main .pm__header {
    padding: 1em 1.4em
}

#cc-main .pm__header {
    align-items: center;
    border-bottom: 1px solid var(--cc-separator-border-color);
    display: flex;
    justify-content: space-between
}

#cc-main .pm__title {
    align-items: center;
    display: flex;
    flex: 1;
    font-weight: 600;
    margin-right: 2em
}

#cc-main .pm__close-btn {
    background: var(--cc-btn-secondary-bg);
    border: 1px solid var(--cc-btn-secondary-border-color);
    border-radius: var(--cc-btn-border-radius);
    height: 40px;
    position: relative;
    transition: all .15s ease;
    width: 40px
}

#cc-main .pm__close-btn span {
    display: flex;
    height: 100%;
    width: 100%
}

#cc-main .pm__close-btn svg {
    stroke: var(--cc-btn-secondary-color);
    transform: scale(.5);
    transition: stroke .15s ease
}

#cc-main .pm__close-btn:hover {
    background: var(--cc-btn-secondary-hover-bg);
    border-color: var(--cc-btn-secondary-hover-border-color)
}

#cc-main .pm__close-btn:hover svg {
    stroke: var(--cc-btn-secondary-hover-color)
}

#cc-main .pm__body {
    flex: 1;
    overflow-y: auto;
    overflow-y: overlay
}

#cc-main .pm__section,#cc-main .pm__section--toggle {
    border-radius: var(--cc-btn-border-radius);
    display: flex;
    flex-direction: column;
    margin-bottom: .5em
}

#cc-main .pm__section--toggle .pm__section-desc-wrapper {
    border: 1px solid var(--cc-cookie-category-block-border);
    border-radius: var(--cc-btn-border-radius);
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: none;
    margin-top: 0!important;
    overflow: hidden
}

#cc-main .pm__section {
    border: 1px solid var(--cc-separator-border-color);
    padding: 1em;
    transition: background-color .25s ease,border-color .25s ease
}

#cc-main .pm__section:first-child {
    border: none;
    margin-bottom: 2em;
    margin-top: 0;
    padding: 0;
    transition: none
}

#cc-main .pm__section:not(:first-child):hover {
    background: var(--cc-cookie-category-block-bg);
    border-color: var(--cc-cookie-category-block-border)
}

#cc-main .pm__section-toggles+.pm__section {
    margin-top: 2em
}

#cc-main .pm__section--toggle {
    background: var(--cc-cookie-category-block-bg);
    border-top: none;
    margin-bottom: .375rem
}

#cc-main .pm__section--toggle .pm__section-title {
    align-items: center;
    background: var(--cc-cookie-category-block-bg);
    border: 1px solid var(--cc-cookie-category-block-border);
    display: flex;
    justify-content: space-between;
    min-height: 58px;
    padding: 1.1em 5.4em 1.1em 1.2em;
    position: relative;
    transition: background-color .25s ease,border-color .25s ease;
    width: 100%
}

#cc-main .pm__section--toggle .pm__section-title:hover {
    background: var(--cc-cookie-category-block-hover-bg);
    border-color: var(--cc-cookie-category-block-hover-border)
}

#cc-main .pm__section--toggle .pm__section-desc {
    margin-top: 0;
    padding: 1em
}

#cc-main .pm__section--toggle.is-expanded {
    --cc-cookie-category-block-bg: var(--cc-cookie-category-expanded-block-bg);
    --cc-cookie-category-block-border: var(--cc-cookie-category-expanded-block-hover-bg)
}

#cc-main .pm__section--toggle.is-expanded .pm__section-title {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

#cc-main .pm__section--toggle.is-expanded .pm__section-arrow svg {
    transform: scale(.5) rotate(180deg)
}

#cc-main .pm__section--toggle.is-expanded .pm__section-desc-wrapper {
    display: flex
}

#cc-main .pm__section--expandable .pm__section-title {
    cursor: pointer;
    padding-left: 3.4em
}

#cc-main .pm__section--expandable .pm__section-arrow {
    background: var(--cc-toggle-readonly-bg);
    border-radius: 100%;
    display: flex;
    height: 20px;
    justify-content: center;
    left: 18px;
    pointer-events: none;
    position: absolute;
    width: 20px
}

#cc-main .pm__section--expandable .pm__section-arrow svg {
    stroke: var(--cc-btn-secondary-color);
    transform: scale(.5)
}

#cc-main .pm__section-title-wrapper {
    align-items: center;
    display: flex;
    position: relative
}

#cc-main .pm__section-title-wrapper+.pm__section-desc-wrapper {
    margin-top: .85em
}

#cc-main .pm__section-title {
    border-radius: var(--cc-btn-border-radius);
    font-size: .95em;
    font-weight: 600
}

#cc-main .pm__badge {
    align-items: center;
    background: var(--cc-btn-secondary-bg);
    border-radius: 5em;
    color: var(--cc-secondary-color);
    display: flex;
    flex: none;
    font-size: .8em;
    font-weight: 600;
    height: 23px;
    justify-content: center;
    margin-left: 1em;
    min-width: 23px;
    overflow: hidden;
    padding: 0 .6em 1px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: auto
}

#cc-main .pm__service-counter {
    background: var(--cc-btn-primary-bg);
    color: var(--cc-btn-primary-color);
    padding: 0;
    width: 23px
}

#cc-main .pm__service-counter[data-counterlabel] {
    padding: 0 .6em 1px;
    width: auto
}

#cc-main .section__toggle,#cc-main .section__toggle-wrapper,#cc-main .toggle__icon,#cc-main .toggle__label {
    border-radius: var(--cc-pm-toggle-border-radius);
    height: 23px;
    transform: translateZ(0);
    width: 50px
}

#cc-main .section__toggle-wrapper {
    cursor: pointer;
    position: absolute;
    right: 18px;
    z-index: 1
}

#cc-main .toggle-service {
    height: 19px;
    position: relative;
    right: 0;
    width: 42px
}

#cc-main .toggle-service .section__toggle,#cc-main .toggle-service .toggle__icon,#cc-main .toggle-service .toggle__label {
    height: 19px;
    width: 42px
}

#cc-main .toggle-service .toggle__icon {
    position: relative
}

#cc-main .toggle-service .toggle__icon-circle {
    height: 19px;
    width: 19px
}

#cc-main .toggle-service .section__toggle:checked~.toggle__icon .toggle__icon-circle {
    transform: translate(23px)
}

#cc-main .pm__section--toggle:nth-child(2) .section__toggle-wrapper:after {
    display: none!important
}

#cc-main .section__toggle {
    border: 0;
    cursor: pointer;
    display: block;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0
}

#cc-main .section__toggle:disabled {
    cursor: not-allowed
}

#cc-main .toggle__icon {
    background: var(--cc-toggle-off-bg);
    box-shadow: 0 0 0 1px var(--cc-toggle-off-bg);
    display: flex;
    flex-direction: row;
    pointer-events: none;
    position: absolute;
    transition: all .25s ease
}

#cc-main .toggle__icon-circle {
    background: var(--cc-toggle-off-knob-bg);
    border: none;
    border-radius: var(--cc-pm-toggle-border-radius);
    box-shadow: 0 1px 2px #1820035c;
    display: block;
    height: 23px;
    left: 0;
    position: absolute;
    top: 0;
    transition: transform .25s ease,background-color .25s ease;
    width: 23px
}

#cc-main .toggle__icon-off,#cc-main .toggle__icon-on {
    height: 100%;
    position: absolute;
    transition: opacity .15s ease;
    width: 100%
}

#cc-main .toggle__icon-on {
    opacity: 0;
    transform: rotate(45deg)
}

#cc-main .toggle__icon-on svg {
    stroke: var(--cc-toggle-on-bg);
    transform: scale(.55) rotate(-45deg)
}

#cc-main .toggle__icon-off {
    opacity: 1
}

#cc-main .toggle__icon-off svg {
    stroke: var(--cc-toggle-off-bg);
    transform: scale(.55)
}

#cc-main .section__toggle:checked~.toggle__icon {
    background: var(--cc-toggle-on-bg);
    box-shadow: 0 0 0 1px var(--cc-toggle-on-bg)
}

#cc-main .section__toggle:checked~.toggle__icon .toggle__icon-circle {
    background-color: var(--cc-toggle-on-knob-bg);
    transform: translate(27px)
}

#cc-main .section__toggle:checked~.toggle__icon .toggle__icon-on {
    opacity: 1
}

#cc-main .section__toggle:checked~.toggle__icon .toggle__icon-off {
    opacity: 0
}

#cc-main .section__toggle:checked:disabled~.toggle__icon {
    background: var(--cc-toggle-readonly-bg);
    box-shadow: 0 0 0 1px var(--cc-toggle-readonly-bg)
}

#cc-main .section__toggle:checked:disabled~.toggle__icon .toggle__icon-circle {
    background: var(--cc-toggle-readonly-knob-bg);
    box-shadow: none
}

#cc-main .section__toggle:checked:disabled~.toggle__icon svg {
    stroke: var(--cc-toggle-readonly-knob-icon-color)
}

#cc-main .toggle__label {
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1
}

#cc-main .pm__section-desc-wrapper {
    color: var(--cc-secondary-color);
    display: flex;
    flex-direction: column;
    font-size: .9em
}

#cc-main .pm__section-desc-wrapper>:not(:last-child) {
    border-bottom: 1px solid var(--cc-cookie-category-block-border)
}

#cc-main .pm__section-services {
    display: flex;
    flex-direction: column
}

#cc-main .pm__service {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: .4em 1.2em;
    position: relative;
    transition: background-color .15s ease
}

#cc-main .pm__service:hover {
    background-color: var(--cc-cookie-category-block-hover-bg)
}

#cc-main .pm__service-header {
    align-items: center;
    display: flex;
    margin-right: 1em;
    width: 100%
}

#cc-main .pm__service-icon {
    border: 2px solid;
    border-radius: 100%;
    height: 8px;
    margin-left: 6px;
    margin-right: 20px;
    margin-top: 1px;
    min-width: 8px
}

#cc-main .pm__service-title {
    font-size: .95em;
    width: 100%;
    word-break: break-word
}

#cc-main .pm__section-desc {
    line-height: 1.5em
}

#cc-main .pm__section-table {
    border-collapse: collapse;
    font-size: .9em;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
    width: 100%
}

#cc-main .pm__table-caption {
    text-align: left
}

#cc-main .pm__table-caption,#cc-main .pm__table-head>tr {
    border-bottom: 1px dashed var(--cc-separator-border-color);
    color: var(--cc-primary-color);
    font-weight: 600
}

#cc-main .pm__table-tr {
    transition: background-color .15s ease
}

#cc-main .pm__table-tr:hover {
    background: var(--cc-cookie-category-block-hover-bg)
}

#cc-main .pm__table-caption,#cc-main .pm__table-td,#cc-main .pm__table-th {
    padding: .625em .625em .625em 1.2em;
    vertical-align: top
}

#cc-main .pm__footer {
    border-top: 1px solid var(--cc-separator-border-color);
    display: flex;
    justify-content: space-between
}

#cc-main .pm__btn-group {
    display: flex
}

#cc-main .pm__btn+.pm__btn,#cc-main .pm__btn-group+.pm__btn-group {
    margin-left: .375rem
}

#cc-main .pm--flip .pm__btn+.pm__btn,#cc-main .pm--flip .pm__btn-group+.pm__btn-group {
    margin-left: 0;
    margin-right: .375rem
}

#cc-main .pm__btn {
    background: var(--cc-btn-primary-bg);
    border: 1px solid var(--cc-btn-primary-border-color);
    border-radius: var(--cc-btn-border-radius);
    color: var(--cc-btn-primary-color);
    flex: auto;
    font-size: .82em;
    font-weight: 600;
    min-height: 42px;
    min-width: 110px;
    padding: .5em 1.5em;
    text-align: center;
    transition: background-color .15s ease,border-color .15s ease,color .15s ease
}

#cc-main .pm__btn:hover {
    background: var(--cc-btn-primary-hover-bg);
    border-color: var(--cc-btn-primary-hover-border-color);
    color: var(--cc-btn-primary-hover-color)
}

#cc-main .pm__btn--secondary {
    background: var(--cc-btn-secondary-bg);
    border-color: var(--cc-btn-secondary-border-color);
    color: var(--cc-btn-secondary-color)
}

#cc-main .pm__btn--secondary:hover {
    background: var(--cc-btn-secondary-hover-bg);
    border-color: var(--cc-btn-secondary-hover-border-color);
    color: var(--cc-btn-secondary-hover-color)
}

#cc-main .pm--box {
    height: calc(100% - 2em);
    left: var(--cc-modal-margin);
    margin: 0 auto;
    max-height: 37.5em;
    max-width: 43em;
    right: var(--cc-modal-margin);
    top: 50%;
    transform: translateY(calc(-50% + 1.6em))
}

#cc-main .pm--box.pm--flip .pm__btn-group,#cc-main .pm--box.pm--flip .pm__footer {
    flex-direction: row-reverse
}

#cc-main .pm--bar {
    border-radius: 0;
    bottom: 0;
    height: 100%;
    margin: 0;
    max-height: none;
    max-width: 29em;
    opacity: 1;
    top: 0;
    width: 100%;
    --cc-modal-transition-duration: .35s
}

#cc-main .pm--bar .pm__section-table,#cc-main .pm--bar .pm__table-body,#cc-main .pm--bar .pm__table-td,#cc-main .pm--bar .pm__table-th,#cc-main .pm--bar .pm__table-tr {
    display: block
}

#cc-main .pm--bar .pm__table-head {
    display: none
}

#cc-main .pm--bar .pm__table-caption {
    display: block
}

#cc-main .pm--bar .pm__table-tr:not(:last-child) {
    border-bottom: 1px solid var(--cc-separator-border-color)
}

#cc-main .pm--bar .pm__table-td {
    display: flex;
    justify-content: space-between
}

#cc-main .pm--bar .pm__table-td:before {
    color: var(--cc-primary-color);
    content: attr(data-column);
    flex: 1;
    font-weight: 600;
    min-width: 100px;
    overflow: hidden;
    padding-right: 2em;
    text-overflow: ellipsis
}

#cc-main .pm--bar .pm__table-td>div {
    flex: 3
}

#cc-main .pm--bar:not(.pm--wide) .pm__body,#cc-main .pm--bar:not(.pm--wide) .pm__footer,#cc-main .pm--bar:not(.pm--wide) .pm__header {
    padding: 1em 1.3em
}

#cc-main .pm--bar:not(.pm--wide) .pm__btn-group,#cc-main .pm--bar:not(.pm--wide) .pm__footer {
    flex-direction: column
}

#cc-main .pm--bar:not(.pm--wide) .pm__btn+.pm__btn,#cc-main .pm--bar:not(.pm--wide) .pm__btn-group+.pm__btn-group {
    margin: .375rem 0 0
}

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group,#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__footer {
    flex-direction: column-reverse
}

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn+.pm__btn,#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group+.pm__btn-group {
    margin-bottom: .375rem;
    margin-top: 0
}

#cc-main .pm--bar:not(.pm--wide) .pm__badge {
    display: none
}

#cc-main .pm--bar.pm--left {
    left: 0;
    transform: translate(-100%)
}

#cc-main .pm--bar.pm--right {
    right: 0;
    transform: translate(100%)
}

#cc-main .pm--bar.pm--wide {
    max-width: 35em
}

#cc-main .pm--bar.pm--wide .pm__body,#cc-main .pm--bar.pm--wide .pm__footer,#cc-main .pm--bar.pm--wide .pm__header {
    padding: 1em 1.4em
}

#cc-main .pm--bar.pm--wide.pm--flip .pm__btn-group,#cc-main .pm--bar.pm--wide.pm--flip .pm__footer {
    flex-direction: row-reverse
}

#cc-main .pm-overlay {
    background: var(--cc-overlay-bg);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1
}

#cc-main .cc--anim .pm,#cc-main .cc--anim .pm-overlay {
    transition: opacity var(--cc-modal-transition-duration) ease,visibility var(--cc-modal-transition-duration) ease,transform var(--cc-modal-transition-duration) ease
}

.show--preferences #cc-main .cc--anim .pm {
    opacity: 1;
    visibility: visible!important
}

.show--preferences #cc-main .cc--anim .pm--box {
    transform: translateY(-50%)
}

.show--preferences #cc-main .cc--anim .pm--bar {
    transform: translate(0)
}

.show--preferences #cc-main .cc--anim .pm-overlay {
    opacity: 1;
    visibility: visible
}

#cc-main.cc--rtl .pm__service-header {
    margin-left: 1em;
    margin-right: 0
}

#cc-main.cc--rtl .pm__section-arrow {
    left: unset;
    right: 18px
}

#cc-main.cc--rtl .section__toggle-wrapper {
    left: 18px;
    right: unset;
    transform-origin: left
}

#cc-main.cc--rtl .toggle-service {
    left: 0
}

#cc-main.cc--rtl .pm__service-icon {
    margin-left: 20px;
    margin-right: 5px
}

#cc-main.cc--rtl .pm__section--toggle .pm__section-title {
    padding-left: 5.4em;
    padding-right: 1.2em
}

#cc-main.cc--rtl .pm__section--expandable .pm__section-title {
    padding-right: 3.4em
}

#cc-main.cc--rtl .pm__badge {
    margin-left: unset;
    margin-right: 1em
}

#cc-main.cc--rtl .toggle__icon-circle {
    transform: translate(27px)
}

#cc-main.cc--rtl .toggle-service .toggle__icon-circle {
    transform: translate(23px)
}

#cc-main.cc--rtl .section__toggle:checked~.toggle__icon .toggle__icon-circle {
    transform: translate(0)
}

#cc-main.cc--rtl .pm__table-td,#cc-main.cc--rtl .pm__table-th {
    padding-left: unset;
    padding-right: 1.2em;
    text-align: right
}

#cc-main.cc--rtl .pm__table-td {
    padding-left: unset;
    padding-right: 1.2em
}

#cc-main.cc--rtl .pm__table-td:before {
    padding-left: 2em;
    padding-right: unset
}

#cc-main.cc--rtl .pm__btn+.pm__btn,#cc-main.cc--rtl .pm__btn-group+.pm__btn-group {
    margin-left: 0;
    margin-right: .375rem
}

#cc-main.cc--rtl .pm--flip .pm__btn+.pm__btn,#cc-main.cc--rtl .pm--flip .pm__btn-group+.pm__btn-group {
    margin-left: .375rem;
    margin-right: 0
}

#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn+.pm__btn,#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn-group+.pm__btn-group {
    margin-left: 0
}

@media screen and (max-width: 640px) {
    #cc-main .pm {
        border-radius:0;
        bottom: 0;
        height: auto;
        left: 0;
        max-height: 100%;
        max-width: none!important;
        right: 0;
        top: 0;
        transform: translateY(1.6em)
    }

    #cc-main .pm__body,#cc-main .pm__footer,#cc-main .pm__header {
        padding: .9em!important
    }

    #cc-main .pm__badge {
        display: none
    }

    #cc-main .pm__section-table,#cc-main .pm__table-body,#cc-main .pm__table-caption,#cc-main .pm__table-td,#cc-main .pm__table-th,#cc-main .pm__table-tr {
        display: block
    }

    #cc-main .pm__table-head {
        display: none
    }

    #cc-main .pm__table-tr:not(:last-child) {
        border-bottom: 1px solid var(--cc-separator-border-color)
    }

    #cc-main .pm__table-td {
        display: flex;
        justify-content: space-between
    }

    #cc-main .pm__table-td:before {
        color: var(--cc-primary-color);
        content: attr(data-column);
        flex: 1;
        font-weight: 600;
        min-width: 100px;
        overflow: hidden;
        padding-right: 2em;
        text-overflow: ellipsis
    }

    #cc-main .pm__table-td>div {
        flex: 3
    }

    #cc-main .pm__btn-group,#cc-main .pm__footer {
        flex-direction: column!important
    }

    #cc-main .pm__btn-group {
        display: flex!important
    }

    #cc-main .pm__btn+.pm__btn,#cc-main .pm__btn-group+.pm__btn-group {
        margin: .375rem 0 0!important
    }

    #cc-main .pm--flip .pm__btn+.pm__btn,#cc-main .pm--flip .pm__btn-group+.pm__btn-group {
        margin-bottom: .375rem!important;
        margin-top: 0!important
    }

    #cc-main .pm--flip .pm__btn-group,#cc-main .pm--flip .pm__footer {
        flex-direction: column-reverse!important
    }

    .show--preferences #cc-main .cc--anim .pm {
        transform: translateY(0)!important
    }
}
body {
    --main-bg-pic-d: url(/img/slider_cashmix.jpg);
    --main-bg-pic-m: url(/img/preset1-10-m.webp);
    --main-bg-pic-t: url(/img/preset1-10-t.webp);
    --main-bg-pic-big: url(/img/preset1-10-big.webp)
}



body {
    background: var(--grey-bg);
    font-family: Montserrat,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

h1 {
    font-size: 33px;
    font-weight: 500;
    line-height: 120%
}

@media (min-width: 1024px) {
    h1 {
        font-size:70px
    }
}

h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 30px
}

@media (min-width: 1440px) {
    h2 {
        font-size:50px
    }
}

h3 {
    font-size: 25px
}

h3,h4 {
    font-weight: 500;
    line-height: 150%
}

h4 {
    font-size: 20px
}

.semi-bold {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%
}

.small-text {
    font-size: 14px
}

.small-text,.smallest-text {
    font-weight: 400;
    line-height: 150%
}

.smallest-text {
    font-size: 12px
}

.smallest-text--semi-bold {
    font-size: 12px;
    font-weight: 600;
    line-height: 150%
}

.grey {
    color: var(--grey-text)
}

.section {
    padding-bottom: 50px;
    padding-top: 30px
}

@media (min-width: 1280px) {
    .section {
        padding-bottom:60px;
        padding-top: 60px
    }
}

.btn {
    background: var(--accent);
    border-radius: 100px;
    color: var(--black);
    cursor: pointer;
    height: 60px;
    min-width: 335px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

@media (min-width: 768px) {
    .btn {
        width:auto
    }
}

@media (max-width: 374px) {
    .btn {
        min-width:unset
    }
}

.btn:hover {
    opacity: .9
}

.btn:active {
    opacity: 1
}

.btn--disabled {
    background: #c4c4c4;
    pointer-events: none
}

.btn__text {
    font-size: 18px;
    font-weight: 500
}

.text-input {
    border: 1px solid var(--white);
    border-radius: 10px;
    height: 53px;
    min-width: 335px;
    outline: none;
    padding-left: 11px;
    padding-top: 0;
    width: 100%
}

@media (min-width: 768px) {
    .text-input {
        width:unset
    }
}

@media (max-width: 374px) {
    .text-input {
        min-width:unset
    }
}

.text-input--focused {
    padding-top: 25px
}

.text-input--focused+.text-input__overlay .text-input__mask__underlines {
    top: -1.5px
}

.text-input--invalid {
    background: #f0f4f8;
    border: 1px solid red;
    color: #23262b;
    padding-top: 25px
}

.text-input--invalid::-moz-placeholder {
    color: red
}

.text-input--invalid::placeholder {
    color: red
}

.text-input--invalid+.text-input__overlay .text-input__mask__underlines {
    top: -1.5px
}

.text-input__container,.text-input__wrapper {
    position: relative
}

.text-input__overlay {
    display: block;
    left: 11px;
    padding-top: 10px;
    position: absolute;
    top: 0
}

.text-input__label {
    color: var(--grey-text);
    font-size: 12px;
    font-weight: 400;
    line-height: 150%
}

.text-input__mask {
    display: flex;
    flex-direction: row;
    font-size: 16px
}

.text-input__mask__invisible {
    color: transparent
}

.text-input__mask__underlines {
    left: 1px;
    position: relative;
    top: 3.5px;
    white-space: pre
}

.text-input__mask__measure {
    margin-left: 7px
}

.text-input__placeholder {
    line-height: 24px;
    top: 5px
}

.text-input__error {
    color: red;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%
}

.header {
    padding-bottom: 0;
    padding-top: 0
}

.brand {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 8px;
    padding-left: 8px
}

.brand a {
    text-decoration: none
}

.brand__logo {
    height: 20px;
    width: 20px
}

@media (min-width: 1024px) {
    .brand__logo {
        height:25px;
        width: 25px
    }
}

.brand__name {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 60px
}

@media (min-width: 1024px) {
    .brand__name {
        line-height:80px
    }
}

.main-screen__section {
    background-color: var(--main);
    background-image: var(--main-bg-pic-m);
    background-size: cover;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
    min-height: 400px;
    padding: 57px 10px 32px
}

@media (min-width: 768px) {
    .main-screen__section {
        background-image:var(--main-bg-pic-d)
    }
}

@media (min-width: 1024px) {
    .main-screen__section {
        height:unset;
        margin-bottom: 80px;
        padding: 80px 70px 90px
    }
}

@media (min-width: 1200px) {
    .main-screen__section {
        align-items:center;
        flex-direction: row;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
        padding: 50px 60px 50px 50px;
        width: 1200px
    }
}

.main-screen__section__sum-input--mobile {
    margin-bottom: 15px
}

@media (min-width: 1024px) {
    .main-screen__section__sum-input--mobile {
        display:none
    }

    .main-screen__section__chips--mobile {
        display: none!important
    }
}

.main-screen__col {
    display: flex;
    flex-direction: column;
    gap: 42px
}

@media (max-width: 1199px) {
    .main-screen__col {
        margin-bottom:82px
    }
}

@media (max-width: 1023px) {
    .main-screen__col {
        margin-bottom:0
    }
}

.main-screen__heading {
    color: var(--white);
    margin-bottom: 15px
}

@media (min-width: 1200px) {
    .main-screen__heading {
        flex-shrink:0;
        margin-bottom: 0;
        width: 490px
    }
}

.main-screen__heading--colored {
    color: var(--accent);
    text-shadow: none
}

.main-screen__subheading {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 15px
}

@media (min-width: 1024px) {
    .main-screen__subheading {
        color:var(--black);
        font-size: 25px;
        font-weight: 500
    }
}

.main-screen__payment-info {
    display: flex;
    flex-direction: column;
    gap: 42px
}

@media (max-width: 1199px) {
    .main-screen__payment-info {
        flex-direction:row;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

@media (max-width: 1023px) {
    .main-screen__payment-info {
        display:none
    }
}

.main-screen__protection {
    max-width: 400px;
    font-size: 20px;
}

.main-screen__payment-methods_mobile {
    justify-content: center;
    margin-top: auto
}

@media (min-width: 1024px) {
    .main-screen__payment-methods_mobile {
        display:none!important
    }
}

.main-screen__sum {
    align-items: center;
    background: var(--white);
    border-radius: 10px;
    color: var(--main);
    display: flex;
    font-size: 20px;
    font-weight: 500;
    height: 48px;
    justify-content: center;
    line-height: 120%;
    width: 100%
}

@media (min-width: 1024px) {
    .main-screen__sum {
        font-size:20px;
        height: 40px
    }
}

.main-screen__range-input {
    -webkit-appearance: none;
    background: transparent;
    border-radius: 10px;
    overflow: hidden;
    width: 100%
}

.main-screen__range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: var(--white);
    border: 2px solid var(--accent);
    border-bottom: 2.5px solid var(--accent);
    border-radius: 10px;
    border-top: 2.5px solid var(--accent);
    box-shadow: -18px 0 2px var(--accent);
    box-sizing: content-box;
    cursor: pointer;
    height: 43px;
    position: relative;
    width: 43px;
    z-index: 1
}

@media (min-width: 1024px) {
    .main-screen__range-input::-webkit-slider-thumb {
        height:35px;
        width: 35px
    }
}

.main-screen__range-input::-moz-range-thumb {
    -webkit-appearance: none;
    background: var(--white);
    border: 2px solid var(--accent);
    border-radius: 10px;
    box-shadow: -5px 0 2px var(--accent);
    cursor: pointer;
    height: 43px;
    position: relative;
    width: 43px;
    z-index: 1
}

@media (min-width: 1024px) {
    .main-screen__range-input::-moz-range-thumb {
        height:35px;
        width: 35px
    }
}

.main-screen__range-input::-webkit-slider-runnable-track {
    background: linear-gradient(90deg,var(--accent) var(--percent),var(--white) var(--percent));
    border-radius: 10px;
    cursor: pointer;
    height: 48px;
    width: 100%
}

@media (min-width: 1024px) {
    .main-screen__range-input::-webkit-slider-runnable-track {
        height:40px
    }
}

.main-screen__range-input::-moz-range-track {
    background: linear-gradient(90deg,var(--accent) var(--percent),var(--white) var(--percent));
    border-radius: 10px;
    cursor: pointer;
    height: 48px;
    width: 100%
}

@media (min-width: 1024px) {
    .main-screen__range-input::-moz-range-track {
        height:40px
    }
}

.main-screen__range-input:focus {
    outline: none
}

.main-screen__range-input__wrapper {
    margin: 10px 0;
    position: relative
}

@media (min-width: 1024px) {
    .main-screen__range-input__wrapper {
        margin:15px 0 10px
    }
}

.main-screen__range-input__ruler {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    left: 12px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 14px
}

@media (min-width: 1024px) {
    .main-screen__range-input__ruler {
        top:10px
    }
}

.main-screen__range-input__division {
    background: var(--grey-bg);
    height: 10px;
    width: 1px
}

.main-screen__range-input__division:nth-of-type(2n) {
    height: 20px
}

.main-screen__range__constraints {
    color: var(--white);
    display: flex;
    flex-direction: row;
    font-size: 14px;
    justify-content: space-between
}

@media (min-width: 1024px) {
    .main-screen__range__constraints {
        color:var(--black)
    }
}

.main-screen__desktop-block {
    display: none
}

@media (min-width: 1024px) {
    .main-screen__desktop-block {
        background:var(--grey-bg);
        border-radius: 24px;
        display: block;
        padding: 30px 30px 23px;
        position: relative
    }
}

@media (min-width: 1280px) {
    .main-screen__desktop-block {
        width:504px
    }
}

.pros__section__cards {
    display: flex;
    flex-direction: row
}

@media (min-width: 1024px) {
    .pros__section__cards {
        justify-content:space-between
    }
}

.pro-card {
    border-radius: 10px;
    color: var(--white);
    cursor: pointer;
    height: 300px;
    padding: 30px 20px 35px;
    position: relative;
    width: 230px
}

@media (min-width: 1280px) {
    .pro-card {
        height:308px;
        padding-bottom: 50px;
        width: 275px
    }
}

.pro-card__wrapper:first-of-type .pro-card {
    background: var(--gradient1)
}

.pro-card__wrapper:nth-of-type(2) .pro-card {
    background: var(--gradient2)
}

.pro-card__wrapper:nth-of-type(3) .pro-card {
    background: var(--gradient3)
}

.pro-card__wrapper:nth-of-type(4) .pro-card {
    background: var(--gradient4)
}

.pro-card__heading {
    margin-bottom: 10px
}

.pro-card__arrow {
    bottom: 30px;
    position: absolute;
    right: 20px
}

@media (min-width: 1280px) {
    .pro-card__arrow {
        bottom:50px
    }
}

.requirements {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr
}

@media (min-width: 1024px) {
    .requirements {
        display:flex;
        flex-direction: row;
        justify-content: space-between
    }
}

.requirement {
    background: var(--white);
    border: 1px solid var(--white);
    border-radius: 10px;
    height: 250px;
    padding: 20px 12px
}

.requirement:hover {
    border: 1px solid var(--main)
}

@media (min-width: 1024px) {
    .requirement {
        height:242px;
        width: 275px
    }
}

.requirement__icon {
    display: block;
    height: 53px;
    margin: 0 auto 34px;
    width: 53px
}

@media (min-width: 768px) {
    .requirement__icon {
        height:74px;
        margin: 0 0 10px;
        width: 74px
    }
}

.requirement__icon circle:first-of-type {
    fill: var(--main)
}

.requirement__text {
    font-size: 20px
}

@media (min-width: 768px) {
    .requirement__text {
        font-size:25px
    }
}

.steps {
    display: flex;
    flex-direction: column;
    gap: 14px
}

@media (min-width: 1024px) {
    .steps {
        display:flex;
        flex-direction: row;
        justify-content: space-between
    }
}

.steps__section {
    background: var(--gradient1)
}

@media (min-width: 1024px) {
    .steps__section {
        background:var(--gradient3)
    }
}

.steps__section__heading {
    color: var(--white)
}

.steps__btn {
    margin-top: 30px
}

@media (min-width: 768px) {
    .steps__btn {
        width:100%
    }
}

.step {
    background: var(--white);
    border-radius: 10px;
    padding: 30px 20px 30px 63px;
    position: relative
}

@media (min-width: 1024px) {
    .step {
        width:380px
    }
}

.step__number {
    align-items: center;
    background: var(--accent);
    border-radius: 50%;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    height: 33px;
    justify-content: center;
    left: 20px;
    line-height: 140%;
    position: absolute;
    top: 30px;
    width: 33px
}

.step__heading {
    margin-bottom: 15px
}

.reviews {
    display: flex;
    flex-direction: column;
    gap: 15px
}

@media (min-width: 1024px) {
    .reviews {
        flex-direction:row;
        justify-content: space-between
    }
}

@media (min-width: 1440px) {
    .reviews__section__heading {
        max-width:776px
    }
}

.review {
    background: var(--white);
    border-radius: 10px;
    padding: 30px 40px 30px 20px
}

@media (min-width: 1024px) {
    .review {
        width:370px
    }
}

.review__name {
    color: var(--main);
    margin-bottom: 10px
}

@media (min-width: 1024px) {
    .review__name {
        font-size:25px;
        font-weight: 500
    }
}

.last-cta__container {
    background-color: var(--main);
    background-image: url(/img/last-cta-bg-m.png);
    background-size: cover;
    padding-bottom: 52px;
    padding-top: 82px
}

@media (min-width: 768px) {
    .last-cta__container {
        background-image:url(/img/cta.jpg);
        padding-top: 50px;
        text-align: center
    }
}

@media (min-width: 1024px) {
    .last-cta__container {
        padding:75px 0 100px 80px;
        text-align: left
    }
}

@media (min-width: 1280px) {
    .last-cta__container {
        padding-left:unset
    }
}

.last-cta__heading {
    color: var(--white);
    margin-bottom: 30px
}

.chips {
    display: grid;
    gap: 5px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    margin-top: 15px;
    width: 100%
}

@media (min-width: 1024px) {
    .chips {
        gap:9px;
        margin-top: 20px
    }
}

.chip {
    align-items: center;
    background: var(--white);
    border-radius: 10px;
    color: var(--main);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    height: 40px;
    justify-content: center;
    line-height: 150%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media (min-width: 1024px) {
    .chip {
        cursor:pointer;
        font-size: 16px;
        font-weight: 600;
        line-height: 150%
    }
}

.phone__section {
    padding-bottom: 30px;
    padding-top: 20px
}

@media (min-width: 768px) {
    .phone__section {
        align-items:center;
        display: flex;
        flex-direction: column;
        width: auto
    }
}

@media (min-width: 1024px) {
    .phone__section {
        display:block;
        margin-top: 10px;
        padding: 0
    }

    .phone__section--mobile {
        display: none
    }
}

.phone__section__heading {
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 10px
}

.phone__section__input {
    margin-bottom: 10px
}
.main-screen__protection{
    display: flex;
    gap:20px;
}
@media (min-width: 1024px) {
    .phone__section__input {
        margin-bottom:20px
    }

    .phone__section__input .text-input {
        width: 100%
    }
}

.phone__section__btn {
    margin: 0 0 10px;
    width: 100%
}

@media (min-width: 768px) {
    .phone__section__btn {
        width:unset
    }
}

@media (min-width: 1024px) {
    .phone__section__btn {
        margin-top:20px;
        width: 100%
    }
}

.phone__section__btn+.smallest-text {
    margin-top: 10px
}

@media (min-width: 1024px) {
    .phone__section__protection {
        display:none!important
    }
}

.phone__section__protection+.smallest-text {
    margin-top: 10px
}

@media (max-width: 1023px) {
    .phone__section__protection+.smallest-text {
        margin-top:20px
    }
}

.countdown {
    background: var(--gradient1);
    border: 4px solid var(--grey-bg);
    border-radius: 50%;
    color: var(--white);
    font-size: 70px;
    font-weight: 200;
    height: 309px;
    left: calc(50% - 154px);
    line-height: 120%;
    padding-left: 45px;
    padding-top: 113px;
    position: absolute;
    top: -154px;
    width: 309px
}

@media (min-width: 1280px) {
    .countdown {
        left:unset;
        right: 52px;
        top: calc(50% - 154px)
    }
}

.countdown__section {
    background: var(--gradient3);
    margin-top: 200px;
    padding: 182px 20px 50px;
    position: relative
}

@media (min-width: 1280px) {
    .countdown__section {
        border-radius:10px;
        margin: 0 auto;
        padding: 56px 50px;
        width: 1200px
    }

    .countdown__section__wrapper {
        align-items: center;
        display: flex;
        flex-direction: row;
        margin: 60px auto;
        min-height: 315px
    }
}

.countdown__section__heading {
    color: var(--white);
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .countdown__section__heading {
        text-align:center
    }
}

@media (min-width: 1280px) {
    .countdown__section__heading {
        font-size:50px;
        font-weight: 500;
        line-height: 120%;
        max-width: 745px;
        text-align: left
    }
}

@media (min-width: 768px) {
    .countdown__section__btn {
        width:100%
    }
}

@media (min-width: 1024px) {
    .countdown__section__btn {
        display:block;
        margin: 0 auto;
        width: unset
    }
}

@media (min-width: 1280px) {
    .countdown__section__btn {
        margin:0
    }
}

.countdown svg {
    left: calc(50% - 168px);
    overflow: visible;
    position: absolute;
    top: -17.5px
}

.countdown__circle {
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    transition: stroke-dashoffset 6s;
    stroke: var(--accent)
}

.form-second-step {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.footer {
    color: var(--grey-text);
    padding-bottom: 33px;
    padding-top: 22px
}

@media (min-width: 1280px) {
    .footer .container {
        display:flex;
        flex-direction: row;
        padding-bottom: 0;
        padding-top: 0
    }
}

.footer__links-container {
    border-bottom: 1px solid var(--grey-lines-color);
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    padding-bottom: 20px
}

@media (min-width: 1280px) {
    .footer__links-container {
        border-bottom:none;
        margin: 0;
        padding: 0
    }
}

.footer__links-column {
    display: flex;
    flex-direction: column;
    gap: 15px
}

@media (min-width: 1280px) {
    .footer__links-column {
        padding-top:75px
    }
}

.footer__links-column--left {
    border-right: 1px solid var(--grey-lines-color);
    padding-right: 30px;
    width: 50%
}

@media (min-width: 1280px) {
    .footer__links-column--left {
        padding-right:58px
    }
}

.footer__links-column--right {
    padding-left: 52px;
    width: 50%
}

@media (min-width: 1280px) {
    .footer__links-column--right {
        border-right:1px solid var(--grey-lines-color);
        padding-left: 70px;
        width: 305px
    }
}

.footer__link {
    color: var(--main);
    max-width: 144px
}

@media (min-width: 1280px) {
    .footer__text__container {
        padding-left:78px;
        padding-top: 75px
    }
}

.footer__text__heading {
    margin-bottom: 5px
}

.footer__text__paragraph {
    margin-bottom: 10px
}

.footer__legals {
    display: inline;
    font-size: 16px;
    line-height: 24px;
    margin-top: 32px;
    padding-bottom: 44px
}

.footer__address {
    display: inline
}

.footer__copyright {
    display: inline;
    font-weight: 500
}

.cookie-bar {
    background: var(--white);
    bottom: 0;
    left: 0;
    padding: 20px 20px 23px;
    position: fixed;
    right: 0
}

@media (min-width: 1024px) {
    .cookie-bar {
        align-items:center;
        display: flex;
        flex-direction: row;
        gap: 100px;
        justify-content: space-between
    }
}

.cookie-bar__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 14px
}

@media (min-width: 1024px) {
    .cookie-bar__text {
        font-size:18px;
        line-height: 24px;
        margin: 0
    }
}

.cookie-bar__link {
    color: var(--main);
    text-decoration: none
}

.cookie-bar .btn {
    width: 100%
}

@media (min-width: 1024px) {
    .cookie-bar .btn {
        max-width:253px;
        width: 253px
    }
}

.modal {
    position: absolute;
    width: -moz-fit-content;
    width: fit-content
}

@media (min-width: 1280px) {
    .modal {
        left:260px;
        top: 75px
    }
}

.modal__overlay {
    background: #0003;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10
}

@media (max-width: 1279px) {
    .modal__overlay {
        align-items:center;
        display: flex;
        justify-content: center
    }
}

.modal--1 {
    background: var(--white);
    border-radius: 20px;
    color: #272d2e;
    max-width: 90%;
    padding: 243px 19px 37px;
    width: 437px
}

@media (min-width: 1280px) {
    .modal--1 {
        border-radius:10px;
        width: auto
    }
}

.modal--1 .modal__pic {
    left: calc(50% - 167px);
    position: absolute;
    top: -88px;
    width: 335px
}

@media (min-width: 1280px) {
    .modal--1 .modal__pic {
        width:335px
    }
}

.modal--1 .modal__text {
    width: 291px
}

@media (min-width: 1280px) {
    .modal--1 .modal__text {
        width:291px
    }

    .modal--1.modal--right {
        padding: 18px 200px 22px 25px
    }

    .modal--1.modal--right .modal__pic {
        left: unset;
        right: -113px;
        top: -74px
    }

    .modal--1.modal--left {
        padding: 18px 33px 22px 200px
    }

    .modal--1.modal--left .modal__pic {
        left: -130px;
        top: -74px
    }
}

.modal--1 .modal__heading {
    color: #272d2e
}

.modal__triangle {
    display: none
}

@media (min-width: 1280px) {
    .modal__triangle {
        border-bottom:22px solid var(--white);
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        display: block;
        height: 0;
        left: 32px;
        position: absolute;
        top: -22px;
        width: 0
    }
}

.modal__heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 3px
}

@media (min-width: 1280px) {
    .modal__heading {
        font-size:22px;
        line-height: 33px
    }
}

.modal__text {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 18px
}

.modal__actions {
    display: flex;
    flex-direction: row;
    gap: 10px
}

.modal__btn {
    flex-grow: 1;
    font-size: 14px;
    line-height: 20px;
    min-width: auto;
    padding: 10px 20px 12px
}

@media (min-width: 1280px) {
    .modal__btn {
        flex-grow:0;
        font-size: 18px;
        line-height: 26px;
        padding: 16px 32px 18px
    }
}

.modal__btn--secondary {
    background: transparent;
    border: 1px solid #a4a4a4;
    color: #a4a4a4
}
.lottie-animation-container {
    width: var(--lottie-animation-container-width);
    height: var(--lottie-animation-container-height);
    background-color: var(--lottie-animation-container-background-color);
    overflow: hidden;
    margin: 0 auto
}
.req_icon{
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background-color: #2B9BBE;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.req_icon img{
    display: block;
    max-width: 40px;
    max-height: 60px;
}
.testimonials{
    /*margin-top: 200px;*/
    /*padding-bottom: 270px;*/
    /*background-image: url(..//img/testim_bg.png);*/
    /*background-repeat: no-repeat;*/
    /*background-size: contain;*/
    /*background-position: 0 0;*/
}
.testim_item{
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid rgba(171, 171, 171, 0.33);
    padding:10px 20px;
    max-width: 500px;
    margin: 20px;
}
.testim_item{
    /*display: flex !important;*/
    /*margin: 0 20px;*/
    /*flex-wrap: nowrap;*/
}

.testim_text{
    display: flex;
    flex-wrap: nowrap;
}
.testim_text_bottom{
    max-width: 200px;
    margin-left: 20px;
}
.absolute_container_testim{
    margin-top: 45px;
    /*width: 100vw;*/
    max-height: 300px;
    overflow: hidden;
}
.testim_item img{
    display: block;
    width: 91px;
    height: 91px;
}
.testim_text_inner{
    color: #5E5E5E;
    font-size: 16px;
    margin-top: 20px;
    font-weight: 400;
}
.testim_text_bottom{
    color: #9aca34;
    font-weight: 600;
    font-size: 20px;
    margin-top: 30px;
}
.slick-slide img{
    border-radius: 50%;
}
.testimonials{
    margin-bottom: 20px;
}
.testimonials .wrapper{
    max-width: 1200px;
    margin: 0 auto;
}
.get_money_title{
    font-size: 50px;
}
.main-screen__section{
    background-image: none;
    background-color: #2b9bbe;
}
.last-cta__container{
    background-image: none;
    background-color: #2b9bbe;
}
@media(max-width: 767px){
    .pro-card{
        width: 100%;
    }
    .testimonials{
        padding-top: 40px;
    }
    .main-screen__section{
        padding-top: 20px;
        min-height: unset;
    }
    .main-screen__payment-info{
        display: block;
    }
    .payment-methods{
        display: none !important;
    }
    .main-screen__protection{
        font-size: 17px;
    }
    .main-screen__col{
        gap:10px;
    }
}