/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

.hc-landing-layout {
    background: linear-gradient(176.29deg, #202020 0%, #19142D 100%);
}


*,
:after,
:before {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

html {
    font-size: 18px
}

body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    color: #282828;
    height: 100%;
    -webkit-font-smoothing: antialiased
}

p {
    margin: 8px 0 4px
}

a,
body,
h4 {
    font-size: 1rem
}

h4 {
    font-weight: 800;
    margin: 0
}

a {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    outline: 0;
    color: #fff;
    cursor: pointer;
    border-bottom: 0;
    -webkit-transition: all 150ms;
    -moz-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;
    background: 0 0
}

.hcb-landing-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 100px;
}

.hc-button img {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

a.hc-button {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    border: 1px solid #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
}

a.hc-button svg {
    margin-right: 8px;
}

.hc-landing-layout,
[data-js=landing-content] {
    height: 100%
}

.hc-bottom-menu {
    background-color: #282828;
    padding: 8px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-around;
    box-shadow: none;
    z-index: 1000
}

.hc-bottom-menu a {
    display: inline-block;
    font-size: .777rem;
    font-weight: 600;
    padding: 0 16px;
    margin: 8px 0
}

@media screen and (max-width: 1200px) {
    .hc-headline {
        font-size: 22px
    }
}

@media screen and (max-width: 640px) {
    .hc-headline {
        font-size: 20px
    }
}

.hc-image {
    width: 100%;
    max-width: 860px
}

@media screen and (max-width: 1200px) {
    .hc-image {
        max-width: 700px
    }
}

.hc-description {
    color: #000
}

/*.hc-button,*/
/*.hc-button-mini,*/
/*.hc-button-pygmy {*/
/*    font-family: "Open Sans";*/
/*    border-radius: 0;*/
/*    border: 1px solid;*/
/*    box-shadow: none;*/
/*    -webkit-appearance: none;*/
/*    background: 0 0;*/
/*    cursor: pointer*/
/*}*/

/*.hc-button-pygmy {*/
/*    padding: .4rem .7rem .3rem;*/
/*    font-weight: 600*/
/*}*/

/*.hc-button-mini {*/
/*    padding: 8px;*/
/*    font-size: 13px;*/
/*    font-style: normal;*/
/*    font-weight: 700*/
/*}*/

/*.hc-blackout {*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background-color: #000;*/
/*    opacity: .7;*/
/*    z-index: 1*/
/*}*/

input,
select {
    padding: 0 16px
}

input,
select,
textarea {
    font-family: "Open Sans";
    font-size: .777rem;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    border: 0;
    border-radius: 5px;
    outline: 0
}

input:not([type=checkbox]):not([type=radio]),
select {
    width: 100%;
    height: 45px
}

input:-moz-placeholder,
input::-moz-placeholder {
    font-size: .777rem
}

input:-ms-input-placeholder {
    font-size: .777rem
}

input::-webkit-input-placeholder {
    font-size: .777rem
}

textarea {
    width: 100%;
    padding: 8px 16px 0
}

.hc-select-wrapper {
    position: relative
}

.hc-select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.hc-select-wrapper svg {
    height: 45px;
    width: 45px;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    stroke: #b6b6b6
}

input[type=checkbox],
input[type=radio],
label input + svg .hc-active {
    display: none
}

input[type=checkbox] + svg,
input[type=radio] + svg {
    height: 24px;
    width: 24px;
    display: inline-block;
    vertical-align: middle;
    fill: none
}

label svg + span {
    padding-left: 4px
}

label input:checked + svg .hc-active {
    display: block
}

.fill-color {
    fill: #e2e2e2
}

.fill-color--accent {
    fill: #f22d1c
}

.stroke-color {
    stroke: #e2e2e2
}

.stroke-color--accent {
    stroke: #f22d1c
}

.hc-selected svg {
    fill: #f22d1c !important
}

.hc-wide {
    width: 100%
}

.hc-anchor {
    height: 0
}

.hc-title {
    font-size: 42px;
    font-weight: 600
}

@media screen and (max-width: 640px) {
    .hc-title {
        font-size: 30px
    }
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    .hc-title {
        font-size: 38px
    }
}

.hc-subtitle {
    font-size: 30px;
    font-weight: 600;
    color: #000
}

@media screen and (max-width: 640px) {
    .hc-subtitle {
        font-size: 24px
    }
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    .hc-subtitle {
        font-size: 28px
    }
}

.hc-heading {
    font-weight: 600;
    color: #000
}

.hc-heading--xs {
    font-size: 26px
}

@media screen and (max-width: 1200px) {
    .hc-heading--xs {
        font-size: 22px
    }
}

@media screen and (max-width: 640px) {
    .hc-heading--xs {
        font-size: 22px
    }
}

.hc-description {
    font-weight: 300
}

.hc-description--xs {
    font-size: 18px
}

@media screen and (max-width: 1200px) {
    .hc-description--xs {
        font-size: 16px
    }
}

@media screen and (max-width: 640px) {
    .hc-description--xs {
        font-size: 14px
    }
}

.hc-form-error,
.hc-form-success {
    background-color: #96dca1;
    padding: 20px;
    margin: 20px;
    color: #fff;
    font-size: 18px
}

.hc-form-error {
    background-color: #f22d1c
}

.hc-symbols-for-background {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 300px;
    overflow: hidden;
    font-size: 500px;
    font-weight: 700;
    color: #f22d1c;
    z-index: 0
}

.hc-symbols-for-background--opacity {
    opacity: .2
}

[data-prepared] {
    display: none
}

.hcb-landing-header-links {
    width: 100%;
}

.hcb-landing-header-links__subtitle {
    padding-top: 24px;
    font-size: 20px;
    font-weight: 600;
    color: rgba(255, 255, 255, .2);
}

.hcb-landing-header-links__wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 32px 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.hcb-landing-header-links__logotype {
    height: 100%;
    display: flex;
    align-items: center
}

.hcb-landing-header-links__logotype a {
    display: inherit
}

.hcb-landing-header-links__links {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 5%;
    margin-right: 5%;
}

.hcb-landing-header-links__link {
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.hcb-landing-header-links__languages {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.hcb-landing-header-links__lang {
    padding: 0 8px
}

.hcb-landing-header-links__lang:hover {
    cursor: pointer
}

.hcb-landing-header-links__lang.active,
.hcb-landing-header-links__lang:hover,
.hcb-landing-header-links__link:hover {
    color: #fff;
    opacity: 1
}

.hcb-landing-header-links__lang,
.hcb-landing-header-links__link {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    opacity: .2
}

.hcb-landing-header-links__burger,
.hcb-landing-header-links__burger-animate {
    display: none
}

@media screen and (max-width: 1124px) {
    .hcb-landing-header-links {
        padding-left: 16px;
        padding-right: 16px
    }

    .hcb-landing-header-links__links {
        margin-left: 2%
    }

    .hcb-landing-header-links__link {
        font-size: 16px
    }
}

@media screen and (max-width: 1006px) {
    .hcb-landing-header-links {
        padding-left: 0;
        padding-right: 0
    }

    .hcb-landing-header-links__burger-animate {
        position: absolute;
        left: -32px;
        top: -32px;
        z-index: 5;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        background-color: #323232;
        transform: translate3d(-100vw, 0, 0);
        transition: transform .3s ease
    }

    .hcb-landing-header-links__burger-animate img {
        align-self: flex-start;
        margin-top: 32px;
        margin-left: 32px
    }

    .hcb-landing-header-links__burger-animate.active {
        transform: translate3d(0, 0, 0)
    }

    .hcb-landing-header-links__burger-link {
        margin-top: 32px;
        color: #fff;
        font-size: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .hcb-landing-header-links__burger-link--primary {
        display: flex;
        align-items: center;
        background-color: #236eff;
        border-color: #236eff;
        border-width: 2px;
        text-transform: uppercase;
        font-weight: 700 !important;
        padding: 12px 24px;
        border-radius: 5px;
    }

    .hcb-landing-header-links__burger-link--primary img {
        margin: 0 12px 0 0;
        width: 30px;
        height: 30px;
    }

    .hcb-landing-header-links__languages,
    .hcb-landing-header-links__links {
        display: none
    }

    .hcb-landing-header-links__wrapper {
        position: relative;
        justify-content: center;
        padding: 0;
        height: 87px
    }

    .hcb-landing-header-links__burger {
        width: 24px;
        height: 24px;
        position: absolute;
        display: block;
        top: 32px;
        left: 32px;
        background-size: contain;
        background-repeat: no-repeat
    }

    .hcb-landing-header-links__burger:hover {
        cursor: pointer
    }
}

@media screen and (max-width: 768px) {
    .hcb-landing-header-links__burger-link {
        font-size: 18px
    }
}

@media screen and (max-width: 425px) {
    .hcb-landing-header-links__burger-link {
        font-size: 16px
    }

    .hcb-landing-header-links__burger {
        top: 32px;
        left: 32px
    }
}

@media screen and (max-width: 375px) {
    .hcb-landing-header-links__burger-animate {
        left: -24px
    }

    .hcb-landing-header-links__burger-animate img {
        margin-left: 24px
    }

    .hcb-landing-header-links__burger {
        left: 24px
    }
}

@media screen and (max-width: 320px) {
    .hcb-landing-header-links__burger-animate {
        left: -16px
    }

    .hcb-landing-header-links__burger-animate img {
        margin-left: 16px
    }

    .hcb-landing-header-links__burger {
        left: 16px
    }
}

.hcb-landing-info-buttons {
    padding-top: 128px;
    padding-bottom: 64px;
}

.hcb-landing-info-buttons .hcb-landing-form-wrapper [data-action=close-popup] {
    background-color: #19142d
}

.hcb-landing-info-buttons .hcb-landing-form-wrapper__form-content {
    background-color: #19142d;
    color: #fff;
    margin: 0 auto
}

.hcb-landing-info-buttons .hcb-landing-form-wrapper__form-content .hc-button,
.hcb-landing-info-buttons .hcb-landing-form-wrapper__form-content .hc-description,
.hcb-landing-info-buttons .hcb-landing-form-wrapper__form-content .hc-subtitle {
    color: #fff
}

.hcb-landing-info-buttons .hcb-landing-form-wrapper__form-content .hc-description {
    font-size: 18px
}

.hcb-landing-info-buttons .hcb-landing-form-wrapper__form-content [data-to="html:html(footer)"] {
    display: none
}

.hcb-landing-info-buttons .hcb-landing-form-wrapper__form-content button {
    width: 100%;
    margin-top: 32px
}

.hcb-landing-info-buttons .hcb-landing-form-wrapper__form-content input,
.hcb-landing-info-buttons .hcb-landing-form-wrapper__form-content textarea {
    background-color: transparent;
    color: #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0
}

.hcb-landing-info-buttons .hcb-landing-form-wrapper__form-content input::placeholder,
.hcb-landing-info-buttons .hcb-landing-form-wrapper__form-content textarea::placeholder {
    color: rgba(255, 255, 255, .3)
}

.hcb-landing-info-buttons .hcb-landing-form-wrapper__form-content textarea {
    min-height: 120px;
    resize: none
}

.hcb-landing-info-buttons__block {
    width: 100%;
    margin: 0 auto
}

.hcb-landing-info-buttons__title {
    max-width: 1248px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 65px;
    font-weight: 300;
    line-height: 96px;
    text-align: center;
    text-transform: uppercase
}

.hcb-landing-info-buttons__text {
    margin: 0 auto;
    padding-top: 24px;
    font-size: 36px;
    font-weight: 300;
    line-height: 44px;
    text-align: center;
    color: #fff
}

.hcb-landing-info-buttons__subtext,
.hcb-landing-info-buttons__text,
.hcb-landing-info-buttons__wrapper {
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.hcb-landing-info-buttons__subtext {
    margin: 0 auto;
    padding-top: 64px;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    text-align: center;
    color: #fff
}

.hcb-landing-info-buttons__wrapper {
    margin: 48px auto 0
}

.hcb-landing-info-buttons__button {
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: transparent;
    color: #fff;
    padding: 17px 32px 17px 32px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.hcb-landing-info-buttons__button:not(:first-child) {
    margin-left: 0
}

.hcb-landing-info-buttons__button:hover {
    cursor: pointer
}

.hcb-landing-info-buttons__button-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-left: 24px
}

@media screen and (max-width: 768px) {
    .hcb-landing-info-buttons {
        padding: 96px 32px 0
    }

    .hcb-landing-info-buttons__title {
        font-size: 64px;
        line-height: 95px
    }

    .hcb-landing-info-buttons__text {
        padding-top: 64px;
        font-size: 28px
    }
}

@media screen and (max-width: 674px) {
    .hcb-landing-info-buttons__title {
        font-size: 64px;
        line-height: 86px
    }

    .hcb-landing-info-buttons__text {
        font-size: 22px;
        line-height: 36px
    }

    .hcb-landing-info-buttons__button-text {
        font-size: 16px;
        line-height: 22px;
        margin-left: 16px
    }
}

@media screen and (max-width: 614px) {
    .hcb-landing-info-buttons__wrapper {
        flex-direction: column
    }

    .hcb-landing-info-buttons__button {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        align-items: center;
        justify-content: center
    }

    .hcb-landing-info-buttons__button:not(:first-child) {
        margin-top: 24px;
        margin-left: 0
    }
}

@media screen and (max-width: 538px) {
    .hcb-landing-info-buttons__title {
        font-size: 54px;
        line-height: 72px
    }

    .hcb-landing-info-buttons__text {
        font-size: 20px;
        line-height: 30px
    }
}

@media screen and (max-width: 425px) {
    .hcb-landing-info-buttons {
        padding: 64px 32px 0
    }

    .hcb-landing-info-buttons__title {
        font-size: 35px;
        line-height: 45px;
    }

    .hcb-landing-info-buttons__text {
        font-size: 18px;
        line-height: 24px;
        padding-top: 32px
    }

    .hcb-landing-info-buttons__subtext {
        padding-top: 96px;
        font-size: 18px;
        line-height: 24px
    }
}

@media screen and (max-width: 375px) {
    .hcb-landing-info-buttons {
        padding: 32px 16px 0
    }

    .hcb-landing-info-buttons__title {
        font-size: 22px
    }

    .hcb-landing-info-buttons__text {
        font-size: 16px;
        line-height: 23px
    }

    .hcb-landing-info-buttons__subtext {
        padding-top: 64px;
        font-size: 16px
    }

    .hcb-landing-info-buttons__wrapper {
        margin-top: 24px
    }

    .hcb-landing-info-buttons__button-text {
        font-size: 16px;
        line-height: 20px;
        margin-left: 12px
    }
}

.hcb-landing-info-advantages {
    /*margin-top: 92px;*/
    padding: 48px 0
}

.hcb-landing-info-advantages__wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

.hcb-landing-info-advantages__title {
    font-size: 64px;
    font-weight: 400;
    line-height: 135%;
    text-align: center;
    color: #fff
}

.hcb-landing-info-advantages__cards {
    width: 100%;
    max-width: 1136px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.hcb-landing-info-advantages__card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    max-width: 319px;
    min-height: 273px;
    padding: 128px 24px 0;
    margin-top: 100px;
    border-radius: 15px;
    color: #fff
}

.hcb-landing-info-advantages__card p {
    height: 100%;
    margin: 0;
    font-size: 18px;
    line-height: 135%
}

.hcb-landing-info-advantages__icon-wrapper {
    position: absolute;
    top: -25px;
    left: -25px;
    width: 128px;
    height: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px
}

.hcb-landing-info-advantages .carousel {
    display: none;
}

@media screen and (max-width: 1024px) {
    .hcb-landing-info-advantages {
        padding: 64px 32px 0
    }

    .hcb-landing-info-advantages .cards {
        justify-content: center
    }

    .hcb-landing-info-advantages__card {
        padding-top: 96px
    }

    .hcb-landing-info-advantages__card:nth-child(even) {
        margin-left: 32px
    }
}

@media screen and (max-width: 768px) {
    .hcb-landing-info-advantages {
        padding: 64px 32px 0
    }

    .hcb-landing-info-advantages__title {
        font-size: 48px
    }

    .hcb-landing-info-advantages__icon {
        width: 42px;
        height: 42px
    }

    .hcb-landing-info-advantages__icon-wrapper {
        width: 96px;
        height: 96px
    }

    .hcb-landing-info-advantages .cards {
        justify-content: center
    }

    .hcb-landing-info-advantages__card {
        max-width: 280px;
        padding-top: 96px
    }

    .hcb-landing-info-advantages__card:nth-child(even) {
        margin-left: 32px
    }

    .hcb-landing-info-advantages__card p {
        font-size: 16px
    }
}

@media screen and (max-width: 656px) {
    .hcb-landing-info-advantages__card {
        padding-top: 96px;
        max-width: unset
    }

    .hcb-landing-info-advantages__card:nth-child(even) {
        margin-left: 0
    }

    .hcb-landing-info-advantages__card p {
        font-size: 18px
    }

    .hcb-landing-info-advantages .cards {
        display: none
    }

    .hcb-landing-info-advantages .carousel {
        display: flex
    }

    .hcb-landing-info-advantages .slick-slide {
        margin: 32px
    }

    .hcb-landing-info-advantages .slick-list {
        margin: 0 -20px
    }
}

@media screen and (max-width: 425px) {
    .hcb-landing-info-advantages {
        padding: 64px 32px 0
    }

    .hcb-landing-info-advantages__title {
        font-size: 24px;
        line-height: 135%
    }

    .hcb-landing-info-advantages__cards {
        flex-direction: column;
        align-items: center
    }

    .hcb-landing-info-advantages .cards {
        display: none
    }

    .hcb-landing-info-advantages .carousel {
        display: flex;
        flex-direction: row;
        margin-top: 64px
    }

    .hcb-landing-info-advantages .slick-slide {
        margin: 42px
    }

    .hcb-landing-info-advantages .slick-list {
        margin: 0 -20px
    }
}

@media screen and (max-width: 375px) {
    .hcb-landing-info-advantages {
        padding: 64px 16px 0
    }

    .hcb-landing-info-advantages__title {
        font-size: 22px
    }

    .hcb-landing-info-advantages__card {
        margin-top: 64px;
        padding-top: 78px;
        min-height: 230px
    }

    .hcb-landing-info-advantages .cards {
        display: none
    }

    .hcb-landing-info-advantages__card p {
        font-size: 16px
    }

    .hcb-landing-info-advantages__icon-wrapper {
        width: 74px;
        height: 74px;
        top: -16px;
        left: -16px
    }

    .hcb-landing-info-advantages__icon {
        width: 32px;
        height: 32px
    }

    .hcb-landing-info-advantages .slick-slide {
        margin: 32px
    }

    .hcb-landing-info-advantages .slick-list {
        margin: 0 -16px
    }
}

@media screen and (max-width: 320px) {
    .hcb-landing-info-advantages .slick-slide {
        margin: 20px;
    }

    .hcb-landing-info-advantages .slick-list {
        margin: 0 -16px;
    }
}

.hcb-landing-info-advantages .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: center;
    align-items: center;
    width: 100%;
    list-style: none;
    padding: 0;
    margin-top: 32px
}

.hcb-landing-info-advantages .slick-dots li {
    margin-left: 16px
}

.hcb-landing-info-advantages .slick-dots li:first-child {
    margin: 0
}

.hcb-landing-info-advantages .slick-dots li button {
    font-size: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: transparent;
    width: 16px;
    height: 16px
}

.hcb-landing-info-advantages .slick-dots li button[aria-selected=true] {
    background-color: #fff
}

.hcb-landing-info-advantages .slick-dots li button:hover {
    cursor: pointer
}

.hcb-landing-info-advantages .slick-dots li button:focus {
    outline: 0
}

.hcb-landing-info-stat {
    padding: 64px 0
}

.hcb-landing-info-stat__title {
    max-width: 1358px;
    width: 100%;
    margin: 0 auto;
    font-size: 64px;
    line-height: 78px;
    color: #fff;
    text-align: center
}

.hcb-landing-info-stat__wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 96px auto 0;
    display: flex
}

.hcb-landing-info-stat__left,
.hcb-landing-info-stat__right {
    width: 50%
}

.hcb-landing-info-stat__text {
    width: 100%;
    color: #fff
}

.hcb-landing-info-stat__text:not(:first-child) {
    padding-top: 13px
}

.hcb-landing-info-stat__text:not(:last-child) {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(140, 225, 235, .1)
}

.hcb-landing-info-stat__text.flex {
    display: flex;
    flex-direction: column
}

.hcb-landing-info-stat__stat-wrap {
    display: flex;
    align-items: center;
    padding-top: 16px
}

.hcb-landing-info-stat__stat-wrap img:not(:first-child) {
    margin-left: 25px
}

.hcb-landing-info-stat__stat-wrap div {
    margin-left: 8px
}

.hcb-landing-info-stat__stat-icon {
    position: absolute;
    top: -24px;
    left: -24px;
    padding: 32px;
    border-radius: 15px
}

.hcb-landing-info-stat__wrap {
    position: relative;
    max-width: 468px;
    width: 100%;
    margin: 0 auto;
    padding: 128px 24px 60px;
    border-radius: 15px
}

.hcb-landing-info-stat__right-wrap {
    height: 100%;
    display: flex;
    flex-direction: column
}

.hcb-landing-info-stat__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 87px
}

.hcb-landing-info-stat__item:not(:first-child) {
    margin-top: 48px
}

.hcb-landing-info-stat__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border-radius: 15px
}

.hcb-landing-info-stat__item-icon img {
    width: 32px;
    height: 32px
}

.hcb-landing-info-stat__item-text {
    margin-left: 24px;
    color: #fff;
    font-size: 24px;
    line-height: 29px
}

.hcb-landing-info-stat__item-subtext {
    font-size: 18px;
    font-style: italic;
    line-height: 135%;
    color: rgba(255, 255, 255, .3);
    margin-top: 48px
}

.hcb-landing-info-stat__left .slick-slide {
    margin: 24px 55px
}

.hcb-landing-info-stat__left .slick-list {
    margin: 0 16px
}

[data-js="mobile-stat-left"] {
    display: none;
}

@media screen and (max-width: 1026px) {
    .hcb-landing-info-stat {
        padding: 64px 32px 0
    }

    .hcb-landing-info-stat__wrapper {
        align-items: center;
        justify-content: center
    }

    .hcb-landing-info-stat__right {
        margin-left: 32px
    }

    .hcb-landing-info-stat__item-text {
        font-size: 16px
    }
}

@media screen and (max-width: 890px) {
    .hcb-landing-info-stat .slick-slide {
        margin: 24px 35px
    }
}

@media screen and (max-width: 810px) {
    .hcb-landing-info-stat .slick-slide {
        margin: 24px 24px
    }
}

@media screen and (max-width: 768px) {
    .hcb-landing-info-stat__wrapper {
        flex-direction: column
    }

    .hcb-landing-info-stat__left,
    .hcb-landing-info-stat__right {
        width: 100%
    }

    [data-js="left"] {
        display: none;
    }

    [data-js="mobile-stat-left"] {
        display: flex;
        flex-direction: column;
    }

    .hcb-landing-info-stat .slick-slide {
        margin: 42px
    }

    .hcb-landing-info-stat .slick-list {
        margin: 0 -16px
    }

    .hcb-landing-info-stat__right {
        margin-left: 0;
        margin-top: 64px
    }

    .hcb-landing-info-stat__wrap {
        max-width: unset
    }

    .hcb-landing-info-stat__item-text {
        font-size: 18px
    }
}

@media screen and (max-width: 520px) {
    .hcb-landing-info-stat__title {
        font-size: 48px;
        line-height: 58px;
        text-align: center;
    }
}

@media screen and (max-width: 425px) {
    .hcb-landing-info-stat__title {
        font-size: 24px;
        line-height: 28px
    }

    .hcb-landing-info-stat__wrapper {
        flex-direction: column;
        margin-top: 64px;
    }

    .hcb-landing-info-stat__left,
    .hcb-landing-info-stat__right {
        width: 100%
    }

    .hcb-landing-info-stat__item-subtext,
    .hcb-landing-info-stat__item-text,
    .hcb-landing-info-stat__text {
        font-size: 18px;
        line-height: 135%
    }

    .hcb-landing-info-stat__right {
        margin-top: 32px
    }

    .hcb-landing-info-stat__stat-icon {
        position: absolute;
        top: -16px;
        left: -16px;
        padding: 24px;
        border-radius: 15px
    }
}

@media screen and (max-width: 375px) {
    .hcb-landing-info-stat {
        padding: 64px 16px 0
    }

    .hcb-landing-info-stat__item-subtext,
    .hcb-landing-info-stat__item-text,
    .hcb-landing-info-stat__text {
        font-size: 16px
    }

    .hcb-landing-info-stat__title {
        font-size: 22px
    }

    .hcb-landing-info-stat__wrap {
        padding: 96px 20px 32px
    }

    .hcb-landing-info-stat__text {
        line-height: 19px
    }

    .hcb-landing-info-stat__item-text {
        margin-left: 18px
    }

    .hcb-landing-info-stat__stat-icon {
        left: -12px;
        top: -12px;
        padding: 20px
    }

    .hcb-landing-info-stat__stat-icon img {
        width: 32px;
        height: 32px
    }
}

.hcb-landing-info-stat .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: center;
    align-items: center;
    width: 100%;
    list-style: none;
    padding: 0;
    margin-top: 16px
}

.hcb-landing-info-stat .slick-dots li {
    margin-left: 16px
}

.hcb-landing-info-stat .slick-dots li:first-child {
    margin: 0
}

.hcb-landing-info-stat .slick-dots li button {
    font-size: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: transparent;
    width: 16px;
    height: 16px
}

.hcb-landing-info-stat .slick-dots li button[aria-selected=true] {
    background-color: #fff
}

.hcb-landing-info-stat .slick-dots li button:hover {
    cursor: pointer
}

.hcb-landing-info-stat .slick-dots li button:focus {
    outline: 0
}

/* desktop */

[data-js="left"] .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: center;
    align-items: center;
    width: 100%;
    list-style: none;
    padding: 0;
    margin-top: 16px
}

[data-js="left"] .slick-dots li {
    margin-left: 16px
}

[data-js="left"] .slick-dots li:first-child {
    margin: 0
}

[data-js="left"] .slick-dots li button {
    font-family: 'Open Sans', serif;
    font-size: 16px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    width: 24px;
    height: 24px
}

[data-js="left"] .slick-dots li button[aria-selected=true] {
    background-color: #fff;
    color: #282828;
}

[data-js="left"] .slick-dots li button:hover {
    cursor: pointer
}

[data-js="left"] .slick-dots li button:focus {
    outline: 0
}

/* <!-- landing-info-bottom-cards --> */

.hcb-landing-info-bottom-cards {
    padding: 64px 0;
    position: relative
}

.hcb-landing-info-bottom-cards__bg-img {
    position: absolute;
    max-width: 953px;
    max-height: 676px;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain
}

.hcb-landing-info-bottom-cards__title {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    font-weight: 800;
    font-size: 96px;
    line-height: 117px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent
}

.hcb-landing-info-bottom-cards__wrapper {
    max-width: 1200px;
    display: flex;
    margin: 28px auto 0;
    z-index: 2
}

.hcb-landing-info-bottom-cards .left,
.hcb-landing-info-bottom-cards .right {
    width: 50%;
    z-index: 2
}

.hcb-landing-info-bottom-cards .left {
    display: flex;
    flex-direction: column
}

.hcb-landing-info-bottom-cards .left__subtext,
.hcb-landing-info-bottom-cards .left__text {
    color: #fff
}

.hcb-landing-info-bottom-cards .left__text {
    font-size: 24px;
    line-height: 28px
}

.hcb-landing-info-bottom-cards .left__subtext {
    font-size: 18px;
    line-height: 135%;
    margin-top: 46px
}

.hcb-landing-info-bottom-cards .right {
    display: flex;
    flex-direction: column
}

.hcb-landing-info-bottom-cards .right__item {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.hcb-landing-info-bottom-cards .right__item:not(:first-child) {
    margin-top: 50px
}

.hcb-landing-info-bottom-cards .right__text {
    font-size: 18px;
    line-height: 135%;
    color: #fff;
    margin-left: 20px
}

.hcb-landing-info-bottom-cards .bottom {
    z-index: 2;
    max-width: 1200px;
    width: 100%;
    margin: 153px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.hcb-landing-info-bottom-cards .bottom__card {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    max-width: 539px;
    border-radius: 15px;
    margin: 0 5px;
}

.hcb-landing-info-bottom-cards .bottom__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 15px
}

.hcb-landing-info-bottom-cards .bottom__text {
    padding: 0 20px;
    font-size: 18px;
    line-height: 135%;
    color: #fff;
    text-align: center;
    margin-top: 16px
}

.hcb-landing-info-bottom-cards .bottom__img {
    margin-top: 16px
}

.hcb-landing-info-bottom-cards [data-js=right-carousel] {
    display: none
}

@media screen and (max-width: 1024px) {
    .hcb-landing-info-bottom-cards {
        padding: 64px 32px 0
    }

    .hcb-landing-info-bottom-cards .bottom__card:nth-child(2) {
        margin-left: 16px
    }
}

@media screen and (max-width: 768px) {

    .hcb-landing-info-bottom-cards .bottom,
    .hcb-landing-info-bottom-cards__wrapper {
        flex-direction: column
    }

    .hcb-landing-info-bottom-cards .left,
    .hcb-landing-info-bottom-cards .right {
        width: 100%
    }

    .hcb-landing-info-bottom-cards .right {
        margin-top: 32px
    }

    .hcb-landing-info-bottom-cards .bottom__card:nth-child(2) {
        margin-left: 0;
        margin-top: 32px
    }

    .hcb-landing-info-bottom-cards__bg-img {
        display: none;
    }
}

@media screen and (max-width: 536px) {
    .hcb-landing-info-bottom-cards__title {
        font-size: 83px;
    }
}

@media screen and (max-width: 474px) {
    .hcb-landing-info-bottom-cards__title {
        font-size: 74px;
    }
}

@media screen and (max-width: 425px) {
    .hcb-landing-info-bottom-cards {
        padding-left: 32px;
        padding-right: 32px
    }

    .hcb-landing-info-bottom-cards__bg-img {
        display: none
    }

    .hcb-landing-info-bottom-cards__title {
        font-size: 62px
    }

    .hcb-landing-info-bottom-cards .bottom,
    .hcb-landing-info-bottom-cards__wrapper {
        flex-direction: column
    }

    .hcb-landing-info-bottom-cards__wrapper {
        margin-top: 0;
    }

    .hcb-landing-info-bottom-cards .bottom,
    .hcb-landing-info-bottom-cards .left,
    .hcb-landing-info-bottom-cards .right {
        width: 100%
    }

    .hcb-landing-info-bottom-cards .bottom__card:nth-child(2) {
        margin-top: 32px
    }

    .hcb-landing-info-bottom-cards .bottom__text {
        font-size: 16px
    }

    .hcb-landing-info-bottom-cards .right {
        margin-top: 32px
    }

    .hcb-landing-info-bottom-cards__subtext,
    .hcb-landing-info-bottom-cards__text {
        font-size: 24px;
        line-height: 29px
    }
}

@media screen and (max-width: 375px) {
    .hcb-landing-info-bottom-cards {
        padding: 32px 16px 0
    }

    .hcb-landing-info-bottom-cards [data-js=right-carousel] {
        display: flex;
        flex-direction: column;
        margin-top: 32px
    }

    .hcb-landing-info-bottom-cards [data-js=right-wrapper] {
        display: none
    }

    .hcb-landing-info-bottom-cards__title {
        font-size: 64px
    }

    .hcb-landing-info-bottom-cards .right__item {
        flex-direction: column
    }

    .hcb-landing-info-bottom-cards .right__text {
        font-size: 16px;
        text-align: center;
        margin-top: 16px;
        margin-left: 0
    }

    .hcb-landing-info-bottom-cards .left__text {
        font-size: 20px
    }

    .hcb-landing-info-bottom-cards .left__subtext {
        font-size: 16px
    }

    .hcb-landing-info-bottom-cards .bottom {
        margin-top: 64px
    }

    .hcb-landing-info-bottom-cards .bottom__img {
        width: 32px;
        height: 32px
    }

    .hcb-landing-info-bottom-cards .bottom__text {
        font-size: 16px;
        padding: 0 16px
    }

    .hcb-landing-info-bottom-cards .slick-slide {
        margin: 20px
    }

    .hcb-landing-info-bottom-cards .slick-list {
        margin: 0 -16px
    }

    .hcb-landing-info-bottom-cards .slick-dots {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -moz-box;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: justify;
        -moz-box-pack: justify;
        justify-content: center;
        align-items: center;
        width: 100%;
        list-style: none;
        padding: 0;
        margin-top: 0
    }

    .hcb-landing-info-bottom-cards .slick-dots li {
        margin-left: 16px
    }

    .hcb-landing-info-bottom-cards .slick-dots li:first-child {
        margin: 0
    }

    .hcb-landing-info-bottom-cards .slick-dots li button {
        font-size: 0;
        border-radius: 50%;
        border: 1px solid #fff;
        background-color: transparent;
        width: 16px;
        height: 16px
    }

    .hcb-landing-info-bottom-cards .slick-dots li button[aria-selected=true] {
        background-color: #fff
    }

    .hcb-landing-info-bottom-cards .slick-dots li button:hover {
        cursor: pointer
    }

    .hcb-landing-info-bottom-cards .slick-dots li button:focus {
        outline: 0
    }
}

@media screen and (max-width: 346px) {
    .hcb-landing-info-bottom-cards__title {
        font-size: 52px;
    }
}

/* <!-- landing-widgets --> */

.hcb-landing-widgets {
    padding: 64px 0
}

.hcb-landing-widgets .hidden {
    display: none
}

.hcb-landing-widgets__title {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    font-weight: 800;
    font-size: 96px;
    line-height: 117px;
    text-transform: uppercase;
    text-align: center;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff
}

.hcb-landing-widgets__wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 200px auto 0
}

.hcb-landing-widgets__content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 64px
}

.hcb-landing-widgets__item {
    max-width: 319px;
    min-height: 273px;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    margin: auto
}

.hcb-landing-widgets__item-top {
    position: relative;
    width: 100%;
    min-height: 104px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 32px
}

.hcb-landing-widgets__item-bottom {
    padding: 24px 24px 8px
}

.hcb-landing-widgets__item-icon-wrap {
    display: flex;
    position: absolute;
    left: -16px;
    top: -16px;
    padding: 40px;
    border-radius: 15px
}

.hcb-landing-widgets__item-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 135%;
    color: #fff;
    margin-left: 128px;
    padding-right: 24px
}

.hcb-landing-widgets__item-text {
    font-size: 18px;
    line-height: 135%;
    color: #fff
}

.hcb-landing-widgets__controls {
    max-width: 1200px;
    width: 100%;
    margin: 96px auto 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.hcb-landing-widgets__control {
    position: relative;
    font-weight: 500;
    font-size: 24px;
    line-height: 135%;
    color: #fff
}

.hcb-landing-widgets__control:not(:first-child) {
    margin-left: 48px
}

.hcb-landing-widgets__control:hover {
    cursor: pointer
}

.hcb-landing-widgets__control.active::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    background-color: #fff;
    bottom: -12px;
    left: 0
}

.hcb-landing-widgets [data-js=mobile] {
    display: none
}

@media screen and (max-width: 1024px) {
    .hcb-landing-widgets {
        padding: 64px 32px 0
    }

    .hcb-landing-widgets__content {
        grid-template-columns: 1fr 1fr !important;
        grid-template-rows: unset !important
    }

    .hcb-landing-widgets__title {
        font-size: 72px
    }

    .hcb-landing-widgets__control {
        font-size: 18px
    }

    .hcb-landing-widgets__item-icon-wrap {
        padding: 24px
    }

    .hcb-landing-widgets__item-icon {
        width: 32px;
        height: 32px
    }

    .hcb-landing-widgets__item-title {
        font-size: 18px
    }

    .hcb-landing-widgets__item-text {
        font-size: 16px
    }

    .hcb-landing-widgets__item-top {
        min-height: 76px;
        padding-top: 16px
    }

    .hcb-landing-widgets__item {
        max-width: 275px;
        min-height: 250px;
        grid-area: unset !important
    }

    .hcb-landing-widgets__wrapper {
        margin-top: 100px
    }
}

@media screen and (max-width: 646px) {

    .hcb-landing-widgets [data-js=widgets-wrapper],
    .hcb-landing-widgets__controls {
        display: none
    }

    .hcb-landing-widgets [data-js=mobile] {
        display: flex;
        flex-direction: column
    }

    .hcb-landing-widgets__item {
        margin-top: 32px
    }
}

@media screen and (max-width: 478px) {
    .hcb-landing-widgets__title {
        font-size: 48px;
        line-height: 76px
    }
}

@media screen and (max-width: 375px) {
    .hcb-landing-widgets__title {
        font-size: 42px;
    }

    .hcb-landing-widgets__item {
        max-width: 220px
    }

    .hcb-landing-widgets__item-title {
        font-size: 16px;
        padding-right: 16px;
        margin-left: 95px
    }

    .hcb-landing-widgets__item-text {
        font-size: 14px
    }
}

.hcb-landing-widgets .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: center;
    align-items: center;
    width: 100%;
    list-style: none;
    padding: 0;
    margin-top: 32px
}

.hcb-landing-widgets .slick-dots li {
    margin-left: 16px
}

.hcb-landing-widgets .slick-dots li:first-child {
    margin: 0
}

.hcb-landing-widgets .slick-dots li button {
    font-size: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: transparent;
    width: 16px;
    height: 16px
}

.hcb-landing-widgets .slick-dots li button[aria-selected=true] {
    background-color: #fff
}

.hcb-landing-widgets .slick-dots li button:hover {
    cursor: pointer
}

.hcb-landing-widgets .slick-dots li button:focus {
    outline: 0
}


/* <!-- landing-list --> */

.hcb-landing-list {
    padding: 64px 0
}

.hcb-landing-list__title {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    font-weight: 800;
    font-size: 96px;
    line-height: 117px;
    text-align: center;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 1px
}

.hcb-landing-list__wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 100px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.hcb-landing-list__item {
    position: relative;
    width: 33%;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}

.hcb-landing-list__text {
    font-weight: 500;
    font-size: 24px;
    line-height: 151.9%;
    text-align: center;
    color: #fff;
    margin-top: 40px
}

.hcb-landing-list__index {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    top: -16px;
    left: 15%
}

@media screen and (max-width: 1024px) {
    .hcb-landing-list {
        padding: 64px 32px 0
    }

    .hcb-landing-list__title {
        font-size: 62px;
        line-height: 98px
    }

    .hcb-landing-list__text {
        font-size: 18px;
        line-height: 150%
    }
}

@media screen and (max-width: 768px) {
    .hcb-landing-list__wrapper {
        flex-direction: column
    }

    .hcb-landing-list__item {
        width: 50%;
        min-width: 300px
    }

    .hcb-landing-list__item:not(:first-child) {
        margin-top: 32px
    }

    .hcb-landing-list__text {
        font-size: 24px;
        line-height: 150%
    }
}

@media screen and (max-width: 650px) {
    .hcb-landing-list__title {
        font-size: 56px
    }
}

@media screen and (max-width: 570px) {
    .hcb-landing-list__title {
        font-size: 50px
    }
}

@media screen and (max-width: 524px) {
    .hcb-landing-list__title {
        font-size: 44px;
        line-height: 70px
    }
}

@media screen and (max-width: 470px) {
    .hcb-landing-list__title {
        font-size: 40px
    }
}

@media screen and (max-width: 425px) {
    .hcb-landing-list__item {
        width: 100%
    }

    .hcb-landing-list__title {
        text-align: center;
        font-size: 38px;
        line-height: 48px
    }
}

@media screen and (max-width: 418px) {
    .hcb-landing-list__title {
        font-size: 36px
    }
}

@media screen and (max-width: 375px) {
    .hcb-landing-list {
        padding: 64px 16px 0
    }

    .hcb-landing-list__title {
        font-size: 30px;
        line-height: 40px
    }

    .hcb-landing-list__item {
        min-height: unset
    }

    .hcb-landing-list__item:not(:first-child) {
        margin-top: 64px
    }

    .hcb-landing-list__text {
        font-size: 18px;
        margin-top: 16px
    }

    .hcb-landing-list__icon {
        width: 90px;
        height: 90px
    }
}

/* <!-- landing-list-qr --> */

.hcb-landing-list-qr {
    padding: 64px 0
}

.hcb-landing-list-qr .hcb-landing-form-wrapper [data-action=close-popup] {
    background-color: #19142d
}

.hcb-landing-list-qr .hcb-landing-form-wrapper__form-content {
    background-color: #19142d;
    color: #fff;
    margin: 0 auto
}

.hcb-landing-list-qr .hcb-landing-form-wrapper__form-content .hc-button,
.hcb-landing-list-qr .hcb-landing-form-wrapper__form-content .hc-description,
.hcb-landing-list-qr .hcb-landing-form-wrapper__form-content .hc-subtitle {
    color: #fff
}

.hcb-landing-list-qr .hcb-landing-form-wrapper__form-content .hc-description {
    font-size: 18px
}

.hcb-landing-list-qr .hcb-landing-form-wrapper__form-content [data-to="html:html(footer)"] {
    display: none
}

.hcb-landing-list-qr .hcb-landing-form-wrapper__form-content button {
    width: 100%;
    margin-top: 32px
}

.hcb-landing-list-qr .hcb-landing-form-wrapper__form-content input,
.hcb-landing-list-qr .hcb-landing-form-wrapper__form-content textarea {
    background-color: transparent;
    color: #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0
}

.hcb-landing-list-qr .hcb-landing-form-wrapper__form-content input::placeholder,
.hcb-landing-list-qr .hcb-landing-form-wrapper__form-content textarea::placeholder {
    color: rgba(255, 255, 255, .3)
}

.hcb-landing-list-qr .hcb-landing-form-wrapper__form-content textarea {
    min-height: 120px;
    resize: none
}

.hcb-landing-list-qr__title {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    font-size: 64px;
    line-height: 78px;
    text-align: center;
    color: #fff
}

.hcb-landing-list-qr__item,
.hcb-landing-list-qr__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.hcb-landing-list-qr__wrapper {
    max-width: 1136px;
    width: 100%;
    margin: 128px auto 0
}

.hcb-landing-list-qr__item {
    flex-direction: column
}

.hcb-landing-list-qr__text {
    margin-top: 24px;
    font-weight: 500;
    font-size: 24px;
    line-height: 151.9%;
    text-align: center;
    color: #fff
}

.hcb-landing-list-qr__button-wrap {
    width: 100%;
    max-width: 1136px;
    margin: 150px auto 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.hcb-landing-list-qr__button {
    padding: 17px 32px 17px 56px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.hcb-landing-list-qr__button:hover {
    cursor: pointer
}

.hcb-landing-list-qr__button-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-left: 16px
}

.hcb-landing-list-qr__icon {
    max-width: 256px;
}

[data-js="qr-wrapper-mobile"] {
    display: none;
}

@media screen and (max-width: 1024px) {
    .hcb-landing-list-qr {
        padding: 64px 32px 0
    }
}

@media screen and (max-width: 885px) {
    .hcb-landing-list-qr__icon {
        width: 208px
    }
}

@media screen and (max-width: 768px) {
    .hcb-landing-list-qr__title {
        font-size: 36px;
        text-align: center
    }

    .hcb-landing-list-qr__icon {
        width: 256px
    }

    .hcb-landing-list-qr__wrapper {
        flex-direction: column
    }

    .hcb-landing-list-qr__item:not(:first-child) {
        margin-top: 32px
    }
}

@media screen and (max-width: 425px) {
    [data-js="qr-wrapper"] {
        display: none
    }

    [data-js="qr-wrapper-mobile"] .hcb-landing-list-qr__item {
        display: flex;
    }

    [data-js="qr-wrapper-mobile"] {
        display: flex;
        flex-direction: column;
    }

    .hcb-landing-list-qr__button-wrap {
        margin-top: 48px;
    }

    .hcb-landing-list-qr__title {
        line-height: 60px;
    }
}

@media screen and (max-width: 375px) {
    .hcb-landing-list-qr__title {
        font-size: 32px;
        line-height: 50px;
    }

    .hcb-landing-list-qr__button-wrap {
        margin-top: 32px;
    }

    .hcb-landing-list-qr__button-text {
        font-size: 16px;
    }
}

@media screen and (max-width: 320px) {
    .hcb-landing-list-qr__title {
        font-size: 24px;
    }

    .hcb-landing-list-qr__button-wrap {
        margin-top: 32px;
    }

    .hcb-landing-list-qr__button-text {
        font-size: 14px;
    }

    .hcb-landing-list-qr__icon {
        width: 240px;
    }

}

.hcb-landing-list-qr .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: center;
    align-items: center;
    width: 100%;
    list-style: none;
    padding: 0;
    margin-top: 32px
}

.hcb-landing-list-qr .slick-dots li {
    margin-left: 16px
}

.hcb-landing-list-qr .slick-dots li:first-child {
    margin: 0
}

.hcb-landing-list-qr .slick-dots li button {
    font-size: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: transparent;
    width: 16px;
    height: 16px
}

.hcb-landing-list-qr .slick-dots li button[aria-selected=true] {
    background-color: #fff
}

.hcb-landing-list-qr .slick-dots li button:hover {
    cursor: pointer
}

.hcb-landing-list-qr .slick-dots li button:focus {
    outline: 0
}

/* <!-- landing-list-projects --> */

.hcb-landing-list-projects {
    padding: 64px 0
}

.hcb-landing-list-projects__title {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    font-size: 64px;
    line-height: 78px;
    text-align: center;
    color: #fff
}

.hcb-landing-list-projects__wrapper {
    max-width: 1136px;
    width: 100%;
    margin: 128px auto 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.hcb-landing-list-projects__item {
    width: 256px;
    height: 256px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 10px
}

.hcb-landing-list-projects__item:not(:first-child) {
    margin-left: 32px
}

.hcb-landing-list-projects [data-js=projects-carousel] {
    display: none
}

@media screen and (max-width: 768px) {
    .hcb-landing-list-projects {
        padding: 64px 32px 0
    }

    .hcb-landing-list-projects__title {
        font-size: 30px;
        line-height: 39px;
        text-align: center
    }

    .hcb-landing-list-projects__wrapper {
        flex-direction: column
    }

    .hcb-landing-list-projects__item:not(:first-child) {
        margin-top: 32px;
        margin-left: 0
    }
}

@media screen and (max-width: 425px) {
    .hcb-landing-list-projects .slick-slide {
        margin: 20px;
        display: flex
    }

    .hcb-landing-list-projects .slick-list {
        margin: 0 -16px
    }

    .hcb-landing-list-projects__title {
        font-size: 22px
    }

    .hcb-landing-list-projects [data-js=projects-carousel] {
        display: flex;
        flex-direction: column;
        align-items: unset;
        justify-content: unset;
        margin-top: 64px
    }

    .hcb-landing-list-projects [data-js=projects-wrapper] {
        display: none
    }

    .hcb-landing-list-projects__item {
        display: flex;
        align-items: center;
        justify-content: center
    }
}

@media screen and (max-width: 375px) {
    .hcb-landing-list-projects {
        padding: 64px 16px 0
    }
}

.hcb-landing-list-projects .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: center;
    align-items: center;
    width: 100%;
    list-style: none;
    padding: 0;
    margin-top: 32px
}

.hcb-landing-list-projects .slick-dots li {
    margin-left: 16px
}

.hcb-landing-list-projects .slick-dots li:first-child {
    margin: 0
}

.hcb-landing-list-projects .slick-dots li button {
    font-size: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: transparent;
    width: 16px;
    height: 16px
}

.hcb-landing-list-projects .slick-dots li button[aria-selected=true] {
    background-color: #fff
}

.hcb-landing-list-projects .slick-dots li button:hover {
    cursor: pointer
}

.hcb-landing-list-projects .slick-dots li button:focus {
    outline: 0
}

/* <!-- landing-connect --> */

.hcb-landing-connect {
    margin: 50px 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: -50% center
}

.hcb-landing-connect .hcb-landing-form-wrapper [data-action=close-popup] {
    background-color: #19142d
}

.hcb-landing-connect .hcb-landing-form-wrapper__form-content {
    background-color: #19142d;
    color: #fff;
    margin: 0 auto
}

.hcb-landing-connect .hcb-landing-form-wrapper__form-content .hc-button,
.hcb-landing-connect .hcb-landing-form-wrapper__form-content .hc-description,
.hcb-landing-connect .hcb-landing-form-wrapper__form-content .hc-subtitle {
    color: #fff
}

.hcb-landing-connect .hcb-landing-form-wrapper__form-content .hc-description {
    font-size: 18px
}

.hcb-landing-connect .hcb-landing-form-wrapper__form-content [data-to="html:html(footer)"] {
    display: none
}

.hcb-landing-connect .hcb-landing-form-wrapper__form-content button {
    width: 100%;
    margin-top: 32px
}

.hcb-landing-connect .hcb-landing-form-wrapper__form-content input,
.hcb-landing-connect .hcb-landing-form-wrapper__form-content textarea {
    background-color: transparent;
    color: #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0
}

.hcb-landing-connect .hcb-landing-form-wrapper__form-content input::placeholder,
.hcb-landing-connect .hcb-landing-form-wrapper__form-content textarea::placeholder {
    color: rgba(255, 255, 255, .3)
}

.hcb-landing-connect .hcb-landing-form-wrapper__form-content textarea {
    min-height: 120px;
    resize: none
}

.hcb-landing-connect__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    left: 0;
    z-index: 2
}

.hcb-landing-connect__title {
    z-index: 3;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    font-size: 48px;
    line-height: 135%;
    text-align: center;
    color: #fff
}

.hcb-landing-connect__wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 128px auto 0;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.hcb-landing-connect__right {
    z-index: 1;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between
}

.hcb-landing-connect__item {
    margin-bottom: 48px;
    font-size: 24px;
    line-height: 135%;
    color: #fff;
}

.hc-button {
    align-self: flex-start;
    padding: 16px 32px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.hc-button svg {
    margin-right: 12px;
}

.hc-button div {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-left: 16px
}

.hc-button:hover {
    cursor: pointer
}

.hc-button + .hc-button {
    margin-left: 12px;
}

a.hc-button--primary {
    background-color: #236eff;
    border-color: #236eff;
    text-transform: uppercase;
    font-weight: 700 !important;;
}

.hcb-landing-connect [data-js=connect-wrapper] {
    display: flex
}

.hcb-landing-connect [data-js=connect-mobile] {
    display: none
}

@media screen and (min-width: 1440px) {
    .hcb-landing-connect {
        background-position: -80px 100%
    }
}

@media screen and (min-width: 1680px) {
    .hcb-landing-connect {
        background-position: 10% 100%
    }
}

@media screen and (min-width: 2000px) {
    .hcb-landing-connect {
        background-position: 24% 100%
    }
}

@media screen and (max-width: 1270px) {
    .hcb-landing-connect {
        background-position: -200px 100%
    }
}

@media screen and (max-width: 1165px) {
    .hcb-landing-connect {
        background-position: -285px 100%
    }
}

@media screen and (max-width: 1024px) {
    .hcb-landing-connect {
        padding: 0 32px 64px 0;
        background-position: -320px center
    }
}

@media screen and (max-width: 890px) {
    .hcb-landing-connect {
        background-position: -275px 100%
    }
}

@media screen and (max-width: 768px) {
    .hcb-landing-connect {
        background-position: -230px center
    }
}

@media screen and (max-width: 698px) {
    .hcb-landing-connect {
        background-position: -230px 100%
    }

    .hcb-landing-connect__item {
        font-size: 18px
    }

    .hcb-landing-connect__button-text {
        font-size: 16px
    }
}

@media screen and (max-width: 600px) {
    .hcb-landing-connect {
        background-position: -190px 80%
    }
}

@media screen and (max-width: 535px) {
    .hcb-landing-connect {
        display: none;
        padding: 64px 32px 0;
        background-size: 0
    }

    .hcb-landing-connect [data-js=connect-mobile] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        margin-top: 24px
    }

    .hcb-landing-connect__btn-text {
        font-size: 16px;
        text-align: center;
        margin-left: 16px;
        color: #fff
    }

    .hcb-landing-connect__btn-text a {
        font-size: 16px;
        text-align: center;
        color: #fff
    }

    .hcb-landing-connect__btn-item {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 16px 0;
        margin-top: 24px;
        border: 1px solid #fff;
        border-radius: 5px
    }

    .hcb-landing-connect [data-js=connect-wrapper] {
        display: none
    }

    .hcb-landing-connect__title {
        font-size: 22px
    }

    .hcb-landing-connect__item {
        font-size: 16px
    }

    .hcb-landing-connect__item:not(:first-child) {
        margin-top: 42px
    }
}

@media screen and (max-width: 425px) {
    .hcb-landing-connect {
        padding-left: 32px;
        padding-right: 32px
    }

    .hcb-landing-connect__wrapper {
        flex-direction: column;
        margin-top: 32px
    }

    .hcb-landing-connect__right {
        width: 100%
    }

    .hcb-landing-connect__item {
        text-align: center;
        font-size: 24px
    }

    .hcb-landing-connect__button {
        width: 100%;
        font-size: 24px
    }
}

@media screen and (max-width: 375px) {
    .hcb-landing-connect {
        padding: 64px 16px 0
    }
}

/* <!-- landing-footer-ext --> */

.hcb-landing-footer-ext {
    padding: 64px 0
}

.hcb-landing-footer-ext__wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.hcb-landing-footer-ext__left,
.hcb-landing-footer-ext__right {
    max-width: 210px;
    width: 100%;
    display: flex;
    flex-direction: column
}

.hcb-landing-footer-ext__right {
    max-width: 280px
}

.hcb-landing-footer-ext__link {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.hcb-landing-footer-ext__text {
    font-weight: 600;
    font-size: 18px;
    line-height: 135%;
    color: #fff;
    margin-left: 10px;
    border-bottom: 1px dashed #fff
}

.hcb-landing-footer-ext__text:hover {
    cursor: pointer;
}

.hcb-landing-footer-ext__text a {
    font-weight: 600;
    font-size: 18px;
    line-height: 135%;
    color: #fff;
}

.hcb-landing-footer-ext__wrap {
    display: flex;
    flex-direction: column;
    margin-top: 24px
}

.hcb-landing-footer-ext__desc {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    opacity: .7
}

.hcb-landing-footer-ext__social {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}

.hcb-landing-footer-ext__social a {
    display: flex;
}

.hcb-landing-footer-ext__social a:not(:first-child) {
    margin-left: 24px
}

@media screen and (max-width: 768px) {
    .hcb-landing-footer-ext {
        padding: 64px 32px
    }

    .hcb-landing-footer-ext__social {
        margin-top: 32px
    }
}

@media screen and (max-width: 538px) {
    .hcb-landing-footer-ext__link {
        display: none
    }

    .hcb-landing-footer-ext__wrap {
        margin-top: 0
    }

    .hcb-landing-footer-ext__desc {
        font-size: 16px;
        line-height: 20px
    }

    .hcb-landing-footer-ext__desc:not(:first-child) {
        margin-top: 16px
    }

    .hcb-landing-footer-ext__left .hcb-landing-footer-ext__desc {
        margin-top: 0
    }

    .hcb-landing-footer-ext__social {
        width: 100%;
        margin: 16px auto 0 0;
        justify-content: center;
        font-size: 14px;
    }
}

@media screen and (max-width: 425px) {
    .hcb-landing-footer-ext__desc {
        font-size: 13px
    }

    .hcb-landing-footer-ext__social a:not(:first-child) {
        margin-left: 16px
    }
}

@media screen and (max-width: 375px) {
    .hcb-landing-footer-ext {
        padding: 64px 16px
    }

    .hcb-landing-footer-ext__desc {
        font-size: 12px
    }
}

/* <!-- landing-form-wrapper-registration --> */

.hcb-landing-form-wrapper {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.hcb-landing-form-wrapper__form-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 45px;
    max-width: 460px;
    background-color: #fff
}

@media screen and (max-width: 560px) {
    .hcb-landing-form-wrapper__form-content {
        position: unset;
        width: 100%;
        top: 0;
        left: 0;
        transform: none;
        padding: 45px;
        min-height: 100%;
        max-width: 460px;
        background-color: #fff
    }
}

@media screen and (min-width: 1025px) {
    .hcb-landing-form-wrapper {
        font-size: 40px
    }
}

.hcb-landing-form-wrapper .hc-subtitle,
.hcb-landing-form-wrapper form {
    padding: 16px 0
}

@media screen and (max-width: 425px) {
    .hcb-landing-form-wrapper .hc-subtitle {
        padding: 48px 0 16px
    }
}

.hcb-landing-form-wrapper .hc-description {
    padding-bottom: 8px;
    font-size: 16px
}

@media screen and (max-width: 1200px) {
    .hcb-landing-form-wrapper .hc-description {
        font-size: 14px
    }
}

.hcb-landing-form-wrapper [data-action=close-popup] {
    display: none;
    position: absolute;
    height: 50px;
    top: 0;
    left: 0;
    right: 0;
    background: #000
}

.hcb-landing-form-wrapper [data-action=close-popup] div {
    width: 28px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translate(0, -50%);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.hcb-landing-form-wrapper [data-action=close-popup] div span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute
}

.hcb-landing-form-wrapper [data-action=close-popup] div span:nth-child(1),
.hcb-landing-form-wrapper [data-action=close-popup] div span:nth-child(4) {
    height: 0
}

.hcb-landing-form-wrapper [data-action=close-popup] div span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.hcb-landing-form-wrapper [data-action=close-popup] div span:nth-child(3) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hcb-landing-form-wrapper [data-action=close-popup] div span + span {
    margin-top: 5px
}

@media screen and (max-width: 425px) {
    .hcb-landing-form-wrapper [data-action=close-popup] {
        display: block
    }
}

.hcb-landing-form-wrapper form input {
    margin-bottom: 16px
}

.hcb-landing-form-wrapper form .hc-button {
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 5px
}

.hcb-form__title {
    font-size: .666rem;
    font-weight: 500;
    padding-left: 4px
}

.hcb-form__fields > * {
    margin-bottom: 8px
}

.hcb-form__fields .hcb-form__title {
    margin-bottom: 4px;
    margin-top: 3px
}

input[type="radio"] {
    display: none;
}

form input[type="radio"] {
    margin-bottom: 0;
}

label {
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 0;
    font-size: 14px;
    user-select: none;
    margin-top: 16px;
}

label::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background: url("../images/storage/statics/scatch/radio-1.svg") 0 0 no-repeat;
    background-size: contain;
}

input[type=radio]:checked + label::before {
    background: url("../images/storage/statics/scatch/radio-2.svg") 0 0 no-repeat;
    background-size: contain;
}

.mt-16 {
    margin-top: 16px;
}

.hcb-form__title {
    font-size: 14px;
}

.hc-hidden {
    display: none !important;
}

.hidden-text {
    opacity: 0;
    color: transparent;
    user-select: none;
    border: none;
}

.hcb-landing-info-buttons__title {
    position: relative;
}

.hcb-landing-info-buttons__title > img {
    position: absolute;
    top: -20%;
    right: 10%;
}

.hcb-landing-partners {
    max-width: 1136px;
    width: 100%;
    margin: 0 auto;
    padding: 12px 0 60px 0;
}

.hcb-landing-partners__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.hcb-landing-partners__content > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 256px;
    height: 256px;
    margin-bottom: 32px;
    margin-right: 32px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

.hcb-landing-partners__title {
    max-width: 1200px;
    padding: 50px 0;
    width: 100%;
    margin: 0 auto;
    font-size: 64px;
    font-weight: 300;
    line-height: 78px;
    text-align: center;
    color: #fff;
}

.modal-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    background-color: rgb(0, 0, 0, .8);
    z-index: 2;
}

.hcb-landing-offer {
    max-width: 576px;
    max-height: 750px;
    margin: 0 auto;
    padding: 50px;
    background: #19142D;
    border-radius: 5px;
}

.hcb-landing-offer-send {
    padding: 52px 16px;
    color: #fff;
    text-align: center;
}

.hcb-landing-offer__title {
    padding-bottom: 12px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 135%;
}

.hcb-landing-offer__group-title {
    padding-bottom: 12px;
    font-size: 18px;
    font-weight: 500;
    line-height: 135%;
    color: #fff;
}

.hcb-landing-offer__group {
    padding-top: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #fff;
}

.hcb-landing-offer__button {
    width: 100%;
    padding: 16px;
    margin-top: 48px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    background: transparent;
    outline: none;
    border: 1px solid #ffffff;
    border-radius: 5px;
}

.hcb-landing-offer input,
.hcb-landing-offer textarea {
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    color: #fff;
}

.hcb-landing-offer i {
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 100%;
    cursor: pointer;
}

.hcb-landing-offer input::placeholder,
.hcb-landing-offer textarea::placeholder {
    color: #FFFFFF;
    opacity: 0.3;
}

.hc-button + .hc-button {
    margin-left: 12px;
}


@media screen and (max-width: 1200px) {
    a.hc-button, div.hc-button {
        font-size: 14px;
        margin-top: 12px;
    }

    .hcb-landing-info-buttons__title > img {
        width: 11%;
        right: 12%;
    }
}

@media screen and (max-width: 1124px) {
    .hcb-landing-info-buttons__title > img {
        width: 11%;
        right: 10%;
    }
}

@media screen and (max-width: 1024px) {
    .hcb-landing-info-buttons__title > img {
        width: 11%;
        right: 5%;
    }
}

@media screen and (max-width: 950px) {
    .hcb-landing-info-buttons__title > img {
        width: 11%;
        right: 4%;
    }
}

@media screen and (max-width: 885px) {
    .hcb-landing-info-buttons__title > img {
        width: 11%;
        right: 2%;
    }
}

@media screen and (max-width: 768px) {
    .hcb-landing-info-buttons__title > img {
        width: 11%;
        right: 0;
    }
}

@media screen and (max-width: 674px) {
    .hcb-landing-info-buttons__title > img {
        width: 14%;
    }

    .hcb-landing-offer {
        position: relative;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 12px;
    }

    .hcb-landing-offer-send {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
    }

    .hcb-landing-offer__title {
        font-size: 20px;
    }


    .hcb-landing-offer__group-title {
        font-size: 14px;
    }

    .hc-button {
        width: 100%;
    }

    .hc-button + .hc-button {
        margin-left: 0;
    }

    .hcb-landing-offer__button {
        margin-top: 20px;
    }

    .hcb-landing-offer i {
        margin-left: 90%;
        margin-bottom: 12px;
    }

    .hcb-landing-offer--send {
        height: 300px;
    }

}

@media screen and (max-width: 478px) {
    .hcb-landing-info-buttons__title > img {
        width: 18%;
    }
}

@media screen and (max-width: 425px) {
    .hcb-landing-info-buttons__title > img {
        width: 18%;
        right: -2%;
        top: -60%;
    }

    .hcb-landing-partners__content > div {
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .hcb-landing-partners__title {
        font-size: 51px;
    }
}

.drop-down-menu {
    position: relative;
    cursor: pointer;
}

.drop-down-menu div {
    color: rgba(255, 255, 255, .2);

}

.drop-down-menu__navs {
    display: none;
    width: 200px;
    position: absolute;
    left: 0;
    z-index: 10;
}

.drop-down-menu__content {
    background: #282828;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.drop-down-menu span {
    display: block;
    height: 12px;
}

.drop-down-menu__navs div {
    padding: 8px;
}

.drop-down-menu__content a {
    color: rgba(255, 255, 255, .2);
}

.drop-down-menu:hover .drop-down-menu__navs {
    display: inherit;
}

.drop-down-menu__content div:hover a {
    color: #ffffff;
}

.drop-down-menu:hover .drop-down-menu__link {
    color: #ffffff;
}

