@import url("https://fonts.googleapis.com/css2?family=Shantell+Sans:wght@600&display=swap");

.h-access__block {
    width: 33.333%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 35px;
}
.h-access__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.h-access__item {
    min-height: 100%;
    position: relative;
}
.h-access__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #caeeff;
    border-radius: 40px;
    background: #fff;
}
.h-access__item-top {
    height: 223px;
    overflow: hidden;
    border-radius: 40px;
    border: 2px solid #caeeff;
    position: relative;
    z-index: 3;
}
.h-access__item-top img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.h-access__item-wrapper {
    padding: 29px 35px 35px;
    position: relative;
    z-index: 3;
}
.h-access__item-title {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    font-family: "Circe-Bold";
}
.h-access__item-text {
    margin: 10px 0 20px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.h-btn {
    padding: 0 49px;
    display: inline-flex;
    align-items: center;
    height: 71px;
    white-space: nowrap;
    text-decoration: none;
    outline: none;
    justify-content: center;
    text-align: center;
    transition: all 0.4s;
    border-radius: 14px;
    background: #008ab7;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    font-family: "Circe-Bold";
}
.h-btn:hover {
    background: #07759a;
}
.h-btn.btn-red {
    background: #f35740;
}
.h-btn.btn-red:hover {
    background: #d84b35;
}
.h-methods__item-wrapper {
    position: relative;
    z-index: 3;
}
.h-title {
    color: #008ab7;
    text-align: center;
    font-size: 75px;
    font-weight: 400;
    margin: 0;
    line-height: 120%;
    font-family: "Circe-ExtraBold";
}
.h-access {
    padding: 65px 0;
}
.h-access__box-red {
    margin-top: 25px;
    margin-right: 22px;
}
.h-access__box-btn {
    margin-top: 25px;
}
.h-access__box-text {
    width: 696px;
    max-width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 135%;
}
.h-access__box-title {
    width: 645px;
    max-width: 100%;
    color: #000;
    font-size: 36px;
    font-weight: 400;
    line-height: 120%;
}
.h-access__box-img {
    position: absolute;
    right: -21px;
    bottom: 0;
    pointer-events: none;
    user-select: none;
    display: block;
}
.h-access__box {
    position: relative;
    padding: 34px;
    border-radius: 40px;
    border: 2px solid #caeeff;
    background: #fff;
    margin-top: 35px;
}
.h-access__index {
    position: relative;
    z-index: 3;
}

.h-access {
    overflow: hidden;
}
.h-access__scrollBtn {
    display: none;
}

.h-cafe__wrapper {
    margin: 0 -63px;
    padding: 64px 63px;
    border-radius: 90px;
    background: #f0fbfe;
    position: relative;
}
.h-cafe {
    overflow: hidden;
}
.h-cafe__img {
    right: -40px;
    bottom: -22px;
    position: absolute;
    display: block;
    user-select: none;
}
.h-cafe__title {
    color: #000;
    font-size: 36px;
    font-weight: 400;
    line-height: 120%;
    position: relative;
    z-index: 3;
    width: 855px;
    max-width: 100%;
}
.h-cafe__text {
    margin: 20px 0 25px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 135%;
    position: relative;
    z-index: 3;
    width: 827px;
    max-width: 100%;
}
.h-cafe__btn {
    position: relative;
    z-index: 3;
}

.h-cafe__video {
    width: 185px;
    height: 90px;
    border-radius: 55px;
    object-fit: cover;
    position: absolute;
    z-index: 3;
    top: 32px;
    right: 165px;
    transform: rotate(-15.809deg);
}

.h-sm {
    position: relative;
}

.h-smi__mb {
    margin-bottom: 46px;
}

.h-smi__wrapper {
    padding: 52px 63px 64px;
    border-radius: 90px;
    background: #f0fbfe;
    margin: 0 -63px;
}

.h-smi__form {
    padding: 30px 30px 26px;
    width: 280px;
    border-radius: 40px;
    display: block;
    background: #008ab7;
}
.h-smi__form-title {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 135%;
}
.h-smi__form-subtitle {
    margin: 10px 0 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    font-family: "Circe-Bold";
}
.h-smi__form-policy {
    color: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.h-smi__form-policy a {
    text-decoration: underline;
    color: #fff;
}
.h-smi__form-textarea {
    width: 100%;
    display: block;
    padding: 16px 15px;
    border: none;
    border-radius: 8px;
    background: #caeeff;
    resize: none;
    height: 118px;
    outline: none;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}
.h-smi__form-input {
    width: 100%;
    height: 52px;
    padding: 16px 15px;
    background: #caeeff;
    border-radius: 8px;
    border: none;
    outline: none;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}
.h-smi__form-textarea::placeholder,
.h-smi__form-input::placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.h-smi__form-btn {
    border: none;
    cursor: pointer;
    padding: 0;
    width: 100%;
    height: 60px;
    margin: 15px 0 11px;
}
.h-smi__form.thankyou {
    background-image: url("../../img/help/accepted.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.h-smi__list {
    position: relative;
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
}
.h-smi__title {
    font-family: "Circe-Bold";
    font-size: 25px;
    line-height: 116%;
    color: #ffffff;
    margin-bottom: 10px;
}
.h-smi__video {
    height: 100%;
    width: 280px;
    border-radius: 40px;
    right: 300px;
    position: absolute;
    border: none;
    object-fit: cover;
    top: 0;
}
.h-smi__left {
    width: 580px;
}
.h-smi__cats {
    display: flex;
    flex-wrap: wrap;
    margin-right: -8px;
    padding-top: 7px;
}
.h-smi__cat {
    display: inline-flex;
    align-items: center;
    height: 32px;
    padding: 0 12px;
    border-radius: 50px;
    background: #caeeff;
    color: #008ab7;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    margin-right: 8px;
    margin-top: 8px;
}
.h-smi__quote {
    padding-left: 77px;
    padding-right: 77px;
    color: #000;
    font-size: 17px;
    position: relative;
    font-weight: 400;
    margin-top: 15px;
    line-height: 135%;
}
.h-smi__quote::before,
.h-smi__quote::after {
    content: "";
    display: block;
    width: 90px;
    height: 62px;
    position: absolute;
    background-image: url("../../img/help/quote.svg");
}
.h-smi__quote span {
    position: relative;
    z-index: 3;
}
.h-smi__quote::before {
    right: 5px;
    top: 0;
}
.h-smi__quote::after {
    transform: rotate(180deg);
    left: 0;
    bottom: 8px;
}
.h-smi__subtitle {
    color: #000;
    font-size: 36px;
    font-weight: 400;
    line-height: 120%;
}
.h-smi__text {
    margin-top: 15px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 135%;
}

.h-main .d-main__top {
    position: relative;
}
.h-main .d-main__title {
    font-size: 150px;
    line-height: normal;
}
.h-main__breadcrumbs {
    position: absolute;
    left: 0;
    top: 10px;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}
.h-main__breadcrumbs a {
    text-decoration: none;
    color: #000;
}
.h-main__breadcrumbs a:hover {
    text-decoration: underline;
}
.h-main__breadcrumbs span {
    color: #008ab7;
}

.h-main .d-main__subtitle {
    width: 600px;
    max-width: 100%;
    white-space: normal;
}
.h-main__text {
    margin: 20px 0 36px;
    width: 486px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    display: flex;
    align-items: center;
    min-height: 76px;
    padding-left: 90px;
    background-image: url("../../img/help/sun.svg");
    background-repeat: no-repeat;
    background-position: center left;
    white-space: normal;
}
.h-main__text p {
    width: 100%;
}
.h-main {
    padding-bottom: 114px;
}
.h-main__text span {
    color: #008ab7;
}
.h-main__buttons {
    display: flex;
    align-items: center;
}
.h-main__btn {
    margin-left: 15px;
}

.h-main {
    background-image: url("../../img/help/bg-main.png");
}
.h-main__img {
    position: absolute;
    bottom: 0;
    left: calc(50% - 100px);
}

.h-methods {
    position: relative;
    overflow: hidden;
    padding: 64px 0 78px;
}
.h-methods__bg {
    position: absolute;
    bottom: -350px;
    left: 50%;
    transform: translateX(-50%);
}

.h-methods .bf-container {
    position: relative;
    z-index: 3;
}

.h-methods__item-title {
    color: #000;
    font-size: 23px;
    font-weight: 400;
    line-height: 120%;
}
.h-methods__cats {
    padding-top: 5px;
    margin-right: -10px;
}
.h-methods__cat {
    margin-top: 10px;
    margin-right: 10px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 50px;
    background: #caeeff;
    color: #008ab7;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    line-height: 120%;
}
.h-methods__item-wrapper {
    width: 280px;
    max-width: 100%;
}
.h-methods__item {
    padding: 33px;
    border-radius: 40px;
    border: 2px solid #caeeff;
    background: #fff;
    overflow: hidden;
    position: relative;
    min-height: 100%;
}
.h-methods__item-btn {
    margin-top: 15px;
}
.h-methods__list {
    padding-top: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.h-methods__block {
    position: relative;
    width: calc(50% - 11px);
    margin-top: 27px;
}
.h-methods__item-number {
    top: 0;
    right: 0;
    width: 81px;
    height: 81px;
    background: #caeeff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Shantell Sans", sans-serif;
    color: #008ab7;
    font-size: 36px;
    font-weight: 600;
    position: absolute;
    line-height: 120%;
    z-index: 3;
}
.h-methods__coin {
    right: 0;
    bottom: -15px;
    position: absolute;
    z-index: 3;
    animation: moveUpAndBottom 3s infinite;
}
.h-methods__gift {
    right: 93px;
    bottom: -15px;
    position: absolute;
    z-index: 3;
    animation: moveUpAndBottom 3s infinite;
    animation-delay: 0.5s;
}
@keyframes moveUpAndBottom {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
}
.h-methods__item-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
}
.h-methods__video {
    right: 230px;
    top: 50px;
    z-index: 3;
    width: 82px;
    height: 63px;
    object-fit: cover;
    border-radius: 50px;
    display: block;
    position: absolute;
    z-index: 3;
}
.h-methods__item-title.small-title {
    width: 240px;
    max-width: 100%;
}

.h-methods__banks {
    position: absolute;
    right: -5px;
    bottom: 0;
    display: flex;
    align-items: center;
}
.h-methods__banks svg {
    width: 32px;
    height: 32px;
    position: relative;
    margin-left: -16px;
    z-index: 3;
}
.h-methods__banks svg:nth-child(2) {
    z-index: 2;
}
.h-methods__banks svg:nth-child(3) {
    z-index: 1;
}
.h-methods__cat {
    position: relative;
    z-index: 4;
}
.h-methods__cats {
    position: relative;
}

@media (max-width: 1400px) {
    .h-cafe__wrapper,
    .h-smi__wrapper {
        margin: 0;
        padding: 40px;
    }
    .h-cafe__img {
        width: 400px;
    }
}

@media (max-width: 1200px) {
    .h-access__box-title {
        font-size: 18px;
        line-height: 120%;
    }
    .h-cafe__video {
        right: 120px;
        top: 70px;
    }
    .h-access__box-text {
        margin: 10px 0 0;
        font-size: 14px;
        line-height: 130%;
    }
    .h-btn {
        font-size: 18px;
        line-height: 120%;
        height: 60px;
    }
    .h-access__box-buttons {
        padding-top: 5px;
    }
    .h-access__box-btn {
        margin-top: 15px;
    }
    .h-access__box-red {
        margin-top: 15px;
    }
    .h-access__box-img {
        width: 300px;
        right: 0;
    }
    .h-title {
        font-size: 60px;
        line-height: 100%;
    }
    .h-cafe__title,
    .h-cafe__text {
        width: 600px;
    }
    .h-smi__left {
        padding-right: 320px;
        width: 100%;
    }
    .h-smi__form {
        min-width: 280px;
    }
    .h-smi__left {
        padding-right: 0;
        width: 100%;
    }
    .h-smi__form {
        min-width: 100%;
    }
    .h-smi__list {
        display: block;
    }
    .h-smi__video {
        position: static;
        width: 320px;
        max-width: 100%;
        margin: 0 auto;
        display: block;
        height: 230px;
        object-fit: cover;
        margin-top: 15px;
    }
    .h-smi__wrapper {
        padding: 30px 15px 27px;
    }
    .h-smi__form-title {
        font-size: 17px;
        line-height: 123%;
    }
    .h-smi__form-text {
        margin: 13px 0 7px;
        font-size: 16px;
        line-height: 120%;
    }
    .h-smi__form-textarea {
        padding: 16px 15px;
        font-size: 14px;
    }
    .h-smi__form {
        padding: 25px 22px;
        border-radius: 20px;
        width: 500px;
        margin: 0 auto;
        max-width: 100%;
        min-width: 100px;
    }
    .h-smi__quote {
        margin: 20px 0 23px;
        font-size: 14px;
        line-height: 135%;
        padding: 0;
    }
    .h-smi__quote::before,
    .h-smi__quote::after {
        width: 57px;
        height: 39px;
        background-size: 57px 39px;
    }
    .h-smi__quote::before {
        right: -7px;
        top: -5px;
    }
    .h-smi__quote::after {
        bottom: -8px;
        top: auto;
        left: -7px;
    }
    .h-smi {
        overflow: hidden;
    }
    .h-main__img {
        width: 500px;
        left: auto;
        right: 0;
    }
    .h-main .d-main__title {
        font-size: 100px;
    }
    .h-main__breadcrumbs {
        top: 0;
    }
    .h-methods__item-img {
        right: -50px;
    }
    .h-methods__video {
        right: 140px;
    }
    .h-methods__gift {
        right: 0;
    }
}

@media (max-width: 992px) {
    .h-access__box {
        padding: 24px 13px 0;
        border-radius: 20px;
        margin-top: 20px;
    }
    .h-smi__wrapper {
        border-radius: 40px;
    }
    .h-title {
        font-size: 32px;
        line-height: 100%;
    }
    .h-access__box-title,
    .h-access__box-text {
        width: 100%;
    }
    .h-access__box-img {
        position: static;
        display: block;
        max-width: 100%;
        margin: 15px auto 0;
        display: block;
    }
    .h-access__block {
        width: 50%;
        margin-top: 19px;
    }
    .h-access__item::before {
        border-radius: 20px;
    }
    .h-access__item-top {
        border-radius: 20px;
    }
    .h-access {
        padding: 40px 0 35px;
    }
    .h-cafe__title {
        font-size: 18px;
        line-height: 120%;
    }
    .h-cafe__wrapper {
        padding: 30px 15px 272px;
        border-radius: 40px;
    }
    .h-cafe__img {
        width: 346px;
        right: auto;
        bottom: -40px;
        left: 50%;
        transform: translateX(-48%);
    }
    .h-cafe__text {
        margin: 10px 0 15px;
        font-size: 14px;
        line-height: 135%;
    }
    .h-cafe__title,
    .h-cafe__text {
        width: 100%;
    }
    .h-cafe__video {
        bottom: 160px;
        top: auto;
        left: calc(44% - 90px);
        width: 137px;
        height: 67px;
    }
    .h-smi__subtitle {
        font-size: 18px;
        line-height: 120%;
    }
    .h-smi__text {
        margin: 15px 0 0;
        font-size: 14px;
        line-height: 135%;
    }
    .h-smi__cat {
        margin-right: 2px;
        margin-top: 5px;
    }
    .h-smi__cats {
        margin-right: -2px;
        padding-top: 5px;
    }
    .h-main__img {
        width: 290px;
        bottom: 149px;
        left: calc(50% - 145px);
        right: auto;
    }
    .h-main {
        padding-bottom: 19px;
        padding-top: 0;
    }
    .h-main__buttons {
        display: block;
    }
    .h-main__red {
        padding: 0;
        width: 100%;
    }
    .h-main__btn {
        margin: 10px 0 0 0;
        width: 100%;
        padding: 0;
    }
    .h-main .d-main__title {
        font-size: 70px;
        line-height: 85px;
    }
    .h-main .d-main__subtitle {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 14px 0;
    }
    .h-main__breadcrumbs {
        top: 8px;
    }
    .d-main__top {
        padding-top: 32px;
    }
    .h-main__text {
        width: 320px;
        max-width: 100%;
        background-size: 57px;
        background-position: top left;
        padding-left: 69px;
        font-size: 14px;
        line-height: 120%;
        display: block;
        margin: 0 0 177px;
    }
    .h-main .d-main__subtitle {
        width: 320px;
        max-width: 100%;
    }
    .h-methods__block {
        width: 100%;
    }
    .h-methods__list {
        display: block;
        width: 600px;
        max-width: 100%;
        margin: 0 auto;
    }
    .h-methods__item-img {
        right: 0;
    }
    .h-methods {
        padding: 35px 0;
    }
    .h-methods__bg {
        display: none;
    }
    .h-smi__mb {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .h-access__block {
        padding: 0;
        margin: 0;
        width: 260px;
        min-width: 260px;
        margin-right: 10px;
    }
    .h-access__list {
        margin: 17px 0 0 0;
        flex-wrap: nowrap;
    }
    .h-access__item-wrapper {
        padding: 14px 24px 24px;
    }
    .h-access__item-top {
        height: 150px;
    }
    .h-access__item-title {
        font-size: 18px;
        line-height: 120%;
    }
    .h-access__item-text {
        margin: 7px 0 17px;
        font-size: 14px;
        line-height: 120%;
    }
    .h-access__scrollBtn {
        width: 184px;
        border-radius: 40px;
        border: 2px solid #caeeff;
        background: #f0fbfe;
        padding-right: 23px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 38px;
        position: relative;
        margin-top: 20px;
    }
    .h-access__scroll {
        margin-left: -15px;
        width: calc(100% + 30px);
        overflow-x: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .h-access__scroll::-webkit-scrollbar {
        display: none;
    }
    .h-access__scrollBtn b {
        position: absolute;
        left: -2px;
        top: -2px;
        width: 48px;
        height: 38px;
        background-image: url("../../img/help/scroll.svg");
        background-repeat: no-repeat;
        display: block;
        background-position: center;
    }
    .h-cafe__wrapper,
    .h-smi__wrapper {
        margin-left: -15px;
        width: calc(100% + 30px);
    }
    .h-main__breadcrumbs {
        font-size: 9px;
        top: 10px;
    }
    .h-main .d-main__top {
        padding-top: 12px;
    }
    .h-main .d-main__subtitle {
        margin-top: -12px;
    }
}

@media (max-width: 576px) {
    .h-access__box-buttons {
        display: block;
        padding-top: 5px;
    }
    .h-access__box-red {
        margin-right: 0;
    }
    .h-main .d-main__title {
        font-size: 41px;
    }
    .h-methods {
        padding: 35px 0;
    }
    .h-methods__list {
        padding: 0;
    }
    .h-methods__block {
        margin-top: 20px;
    }
    .h-methods__item {
        padding: 24px 13px 220px;
        border-radius: 20px;
    }
    .h-methods__item-cats {
        padding-top: 2px;
    }
    .h-methods__item-title {
        font-size: 18px;
        line-height: 120%;
    }
    .h-methods__item-btn {
        margin-top: 20px;
    }
    .h-methods__item-number {
        top: auto;
        bottom: -5px;
        right: -5px;
    }
    .h-methods__item-img {
        height: 291px;
        left: auto;
        right: 0;
        top: auto;
        transform: none;
        bottom: 0;
    }
    .h-methods__coin {
        bottom: 50px;
        left: 11px;
        right: auto;
        width: 124px;
    }
    .h-methods__list {
        margin-left: -13px;
        width: calc(100% + 26px);
        max-width: calc(100% + 26px);
    }
    .h-methods__gift {
        width: 146px;
        right: auto;
        left: 11px;
        bottom: 50px;
    }
    .h-methods__video {
        width: 82px;
        height: 63px;
        right: 13px;
        left: auto;
        bottom: 150px;
        top: auto;
    }
}
