@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);

@font-face {
    font-family: AADuke;
    src: local("AADuke"), url(../fonts/AADuke-Regular.woff2) format("woff2"), url(../fonts/AADuke-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

html {
    box-sizing: border-box
}

:root {
    --main-black: #101828;
    --white-color: #fff;
    --eaeaea-color: #eaeaea;
    --f7f7f7-color: #F7F7F7;
    --cacaca-color: #cacaca;
    --e9e9e9-color: #e9e9e9;
    --grey-color: #999;
    --dark-grey: #666;
    --blue-color: #3D7AF6;
    --purple-color: #7F56D9;
    --dark-purple: #6941C6;
    --gold-color: #FFDD86;
    --orange-color: #FF862F;
    --light-orange: #b89c72;
    --dark-orange: #BB370E;
    --red-main: #ce4541
}

*,
::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

:focus-visible {
    outline: 0
}

:focus {
    outline: 0
}

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

input,
textarea {
    outline: 0;
    border: none
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0
}

img,
svg {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    max-width: 100%
}

body {
    min-width: 380px;
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    color: var(--white-color);
    background: #0c131f
}

.container {
    max-width: 1260px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px
}

.list-reset {
    list-style: none;
    padding: 0;
    margin: 0
}

.btn-reset {
    padding: 0;
    border: none;
    outline: 0;
    cursor: pointer;
    background: 0 0
}

.blue-text {
    color: #5793ee
}

.yellow-text {
    color: var(--gold-color)
}

.grey-txt {
    color: #74747e
}

.square {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
    width: 44px;
    height: 44px;
    border-radius: 6.947px;
    background: radial-gradient(74.69% 72.76% at 61.87% 1.86%, #03409f 0, rgba(3, 64, 159, 0) 100%), radial-gradient(78.94% 94.49% at -14.06% 22.89%, #367fef 0, rgba(79, 113, 165, 0) 100%), radial-gradient(61.87% 56.65% at 100% 35.09%, #6c99df 0, rgba(79, 113, 165, 0) 100%), linear-gradient(180deg, #5a92e7 0, #3c74c6 50.86%, #093370 100%), linear-gradient(220deg, #ffe7a8 0, #fff1cd 22.45%, #ffe6a6 37.57%, #ffedbe 57.1%, #ffe6a5 77.47%, #ffe7a8 100%), #d9d9d9;
    box-shadow: 0 0 46.3157844543px 0 rgba(108, 153, 223, .3)
}

.hidden {
    display: none;
    opacity: 0;
    visibility: hidden
}

.visible {
    display: inline-flex;
    opacity: 1;
    visibility: visible
}

.heading-1 {
    margin-top: 23px;
    font: 400 100px/100% AADuke, sans-serif;
    color: var(--white-color);
    text-transform: uppercase
}

.heading-2 {
    margin-bottom: 75px;
    color: var(--white-color);
    font: 400 60px/55.2px AADuke, sans-serif;
    text-align: center;
    text-transform: uppercase
}

@media screen and (max-width:900px) {
    .heading-2 {
        margin-bottom: 35px;
        font-size: 37px;
        line-height: 37px
    }

    .container {
        max-width: 420px;
        margin: 0 auto;
        padding-right: 24px;
        padding-left: 24px
    }
}

.gold-btn {
    position: relative;
    display: block;
    padding: 40px;
    width: 100%;
    font: 600 30px/100% Montserrat, Arial, sans-serif;
    display: flex;
    justify-content: center;
    text-align: center;
    color: #89660a;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2.6px;
    border-radius: 10px;
    background: radial-gradient(40.91% 40.91% at 50% 0, #ffedbd 0, rgba(255, 237, 189, 0) 100%), linear-gradient(264.64deg, #ffe08f -4.04%, #ffe6a7 19.97%, #ffdd86 39.92%, #ffe6a7 65.96%, #ffd771 90.05%, #ffe08f 106.73%);
    box-shadow: 0 5px 0 #b9963b, inset 0 0 40px rgba(255, 244, 216, .6);
    overflow: hidden
}

.gold-btn i {
    font-style: normal;
    position: relative;
    z-index: 5
}

.gold-btn span::before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    height: 80%;
    width: 82px;
    background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .9));
    -webkit-animation: 2s linear infinite flareAnimation;
    animation: 2s linear infinite flareAnimation;
    z-index: 19;
    filter: blur(20px);
    transform: translate3d(-300%, 0, 0) skewX(-45deg)
}

.gold-btn span::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: #f7c750;
    border-radius: 10px;
    opacity: 0;
    transition: .3s
}

@media screen and (max-width:1450px) {
    .gold-btn {
        font-size: 35px;
        padding: 35px 50px
    }
}

@-webkit-keyframes flareAnimation {
    0% {
        transform: translate3d(-800%, 0, 0) skewX(-45deg)
    }

    100% {
        transform: translate3d(1400%, 0, 0) skewX(-45deg)
    }
}

@keyframes flareAnimation {
    0% {
        transform: translate3d(-800%, 0, 0) skewX(-45deg)
    }

    100% {
        transform: translate3d(1400%, 0, 0) skewX(-45deg)
    }
}

.for-800 {
    display: none
}

@media screen and (max-width:900px) {
    .gold-btn {
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 2px;
        max-width: 360px;
        padding: 25px 30px
    }

    .gold-btn span::before {
        content: "";
        display: block;
        position: absolute;
        top: 14px;
        height: 60%;
        width: 82px;
        background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .9));
        -webkit-animation: 2.5s linear infinite flareAnimation;
        animation: 2.5s linear infinite flareAnimation;
        z-index: 19;
        filter: blur(20px);
        transform: translate3d(-300%, 0, 0) skewX(-45deg)
    }

    .for-mob {
        display: none
    }

    .for-800 {
        display: block
    }
}

.hero {
    padding: 80px 0;
    background: url(../img/main-bg.png) 50% 0/cover no-repeat #010312
}

.hero__time {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 80px;
    font: 400 22px/115% Montserrat, Arial, sans-serif;
    text-transform: uppercase
}

.hero__subtitle {
    display: block;
    color: var(--white-color);
    font: 600 18px/100% Montserrat, Arial, sans-serif;
    letter-spacing: 3.7px
}

.hero__descr {
    margin-bottom: 120px;
    position: relative;
    padding-left: 15px;
    font: 600 18px/120% Montserrat, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3.7px
}

.hero__descr .dif-color {
    color: #ffdd86
}

.hero__descr::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #ffdd86;
    border-radius: 16px
}

.hero__bottom-descr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

.hero__bottom-descr .old {
    display: flex;
    gap: 20px;
}

.hero__bottom-descr span {
    padding: 0;
    display: block;
    color: var(--white-color);
    font: 700 18px/100% Montserrat, Arial, sans-serif;
    letter-spacing: 1.8px;
    text-transform: uppercase
}

.hero__bottom-descr .old-price {
    text-decoration: line-through;
    color: #ddd;
}

.hero__bottom-descr .current-price {
    font-size: 34px;
    color: #feb355
}

.hero__btn {
    margin-top: 20px
}

@media screen and (max-width:1200px) {
    .hero {
        background: #131313
    }
}

@media screen and (max-width:900px) {
    .hero {
        padding-top: 30px;
        padding-bottom: 63px;
        background-color: #000826;
        background-image: url(../img/main-bg-mob.webp);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center
    }

    .hero__container {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .hero__time {
        justify-content: center;
        margin-bottom: 25px;
        text-align: center;
        font-size: 13px
    }

    .hero__subtitle {
        font-size: 13px;
        text-align: center
    }

    .hero__title {
        margin-top: 11px;
        text-align: center;
        font-size: 46px
    }

    .hero__descr {
        margin: 8px auto 271px;
        padding-left: 0;
        font-size: 14px;
        text-align: center
    }

    .hero__descr::before {
        display: none
    }

    .hero__bottom {
        transform: translateY(-30px);
    }

    .hero__bottom-descr {
        margin-top: 0;
        display: block;
        text-align: left;
    }

    .hero__bottom-descr span {
        font-size: 14px;
        margin-bottom: 5px
    }

    .hero__bottom-descr span:last-child {
        font-weight: 400
    }

    .hero__bottom-descr .for-mob {
        display: block
    }

    .hero__btn {
        margin: 20px auto 0
    }
}

@media screen and (max-width:500px) {
    .hero {
        background-size: cover
    }
}

.points {
    position: relative;
    padding-top: 56px;
    padding-bottom: 120px;
    background: url(../img/3block-bg.webp) center center/cover no-repeat
}

.points__title {
    margin-bottom: 30px
}

.points__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px
}

.points .list-item {
    flex: 0 1 50%;
    padding: 16px 15px
}

.points .list-item__wrap {
    display: flex;
    align-items: center;
    padding: 42px 52px;
    border: 2px solid #214d84;
    border-radius: 15px
}

.points .list-item .square img {
    transform: translateY(2px)
}

.points .list-item span {
    width: 74%;
    color: var(--white-color);
    font: 500 18px/122% Montserrat, sans-serif
}

.points .list-item .for-800 {
    display: none
}

.points .list-item-title .list-item__wrap {
    border: none;
    padding: 45px 0 0 6px
}

.points .list-item-title .points__title {
    margin-bottom: 0
}

.points__btn {
    max-width: 594px;
    display: block;
    margin: 40px auto 0
}

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

    .points__list {
        display: block;
        margin-left: -6.2px;
        margin-right: -6.2px
    }

    .points .list-item {
        padding: 6.2px;
        min-height: 103px
    }

    .points .list-item__wrap {
        height: 100%;
        justify-content: center;
        padding: 25px 8px;
        gap: 20px
    }

    .points .list-item span {
        width: 74%;
        font: 500 14px/18px Montserrat, sans-serif
    }

    .points .list-item .square {
        margin-right: 0;
        width: 31px;
        height: 31px
    }

    .points .list-item .square img {
        transform: translateY(1px)
    }

    .points .list-item .for-800 {
        display: block
    }

    .points .list-item .for-mob {
        display: none
    }

    .points .list-item:first-child {
        min-height: auto;
        margin-bottom: 17px
    }

    .points .list-item-title .list-item__wrap {
        padding: 0
    }

    .points__btn {
        margin-top: 24px
    }
}

.intensiv {
    padding: 76px 0;
    background: #01010e
}

.intensiv__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 35px
}

.intensiv__list-item {
    min-width: 250px;
    flex: 0 1 33%;
    text-align: center
}

.intensiv__list-item .item-txt {
    margin-top: 25px;
    color: var(--white-color);
    font: 400 20px/118% Montserrat, sans-serif;
    text-align: center
}

.intensiv__list-item .item-txt span {
    font-weight: 700
}

.intensiv__btn {
    max-width: fit-content;
    display: block;
    margin: 64px auto 0
}

@media screen and (max-width:900px) {
    .intensiv {
        padding: 22px 0 40px
    }

    .intensiv__title {
        width: 70%;
        margin: 0 auto
    }

    .intensiv__list {
        margin-top: 41px
    }

    .intensiv__list-item .item-txt {
        margin-top: 14px;
        font-size: 14px;
        line-height: 18px
    }

    .intensiv__list-item:not(:last-child) {
        margin-bottom: 52px
    }

    .intensiv__btn {
        margin-top: 37px
    }
}

.review {
    position: relative;
    padding: 143px 0 89px;
    background: #061a35
}

.review__title {
    margin-bottom: 27px
}

.review__list {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(4, .5fr) 1fr repeat(2, .5fr) 1fr;
    grid-column-gap: 29px;
    grid-row-gap: 29px
}

.review .list-item1 {
    grid-area: 1/1/5/5
}

.review .list-item2 {
    grid-area: 1/5/3/8
}

.review .list-item3 {
    grid-area: 3/5/5/8
}

.review .list-item4 {
    grid-area: 1/8/5/11
}

.review .list-item5 {
    grid-area: 5/1/9/5
}

.review .list-item6 {
    grid-area: 5/5/9/11
}

.review img {
    height: 100%
}

.review__btn {
    margin-top: 60px
}

@media screen and (max-width:900px) {
    .review {
        padding-top: 26px;
        padding-bottom: 84px
    }

    .review__title {
        margin-bottom: 21px
    }

    .review__list {
        display: block;
        margin: 0 auto;
        text-align: center
    }

    .review__list .list-item:not(:last-child) {
        margin-bottom: 16px
    }

    .review__btn {
        margin: 47px auto 0;
        padding: 15px 30px
    }
}

.lead {
    padding: 72px 0 80px;
    background: url(../img/4block-bg.webp) 50% 10%/cover no-repeat
}

.lead__content {
    display: flex;
    justify-content: flex-end;
    position: relative
}

.lead__content-left {
    position: absolute;
    bottom: -85px;
    left: 0
}

.lead__content-right {
    width: 57%
}

.lead__title {
    text-align: left;
    margin-bottom: 51px
}

.lead__list {
    color: var(--white-color)
}

.lead__list-item {
    position: relative;
    padding-left: 15px;
    width: 63%;
    color: var(--white-color);
    font: 500 18px/121% Montserrat, sans-serif
}

.lead__list-item:not(:last-child) {
    margin-bottom: 27px
}

.lead__list-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: var(--gold-color);
    border-radius: 16px
}

@media screen and (max-width:900px) {
    .lead {
        padding: 38px 0 55px;
        background-image: url(../img/lead-bg-mob.webp);
        background-color: #081830;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center
    }

    .lead__content {
        max-width: 330px;
        margin: 0 auto
    }

    .lead__content-right {
        width: 100%
    }

    .lead__title {
        width: 70%;
        margin: 0 auto 378px;
        text-align: center
    }

    .lead__list-item {
        font-size: 14px;
        line-height: 20px;
        width: 100%
    }

    .lead__list-item .for-mob {
        display: none
    }

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

@media screen and (max-width:500px) {
    .lead {
        background-size: cover
    }
}

.gift {
    background-color: #0c131f;
    padding: 105px 0 109px
}

.gift__content {
    padding: 84px;
    margin: 0 auto;
    max-width: 900px;
    fill: rgba(1, 21, 47, .5);
    border: 2px solid #214d84;
    border-radius: 15px;
    background-image: url(../img/frame-bg.png);
    background-size: cover;
    background-repeat: no-repeat
}

.gift__title {
    margin-bottom: 19px
}

.gift__descr {
    width: 70%;
    margin: 0 auto 50px;
    font: 500 20px/120% Montserrat, Arsial, sans-serif;
    text-align: center
}

.gift__btn {
    margin: 0 auto;
    max-width: 386px;
    padding: 24px;
    letter-spacing: 1.1px
}

.gift__btn span {
    font-size: 20px
}

@media screen and (max-width:900px) {
    .gift {
        padding: 54px 0 55px
    }

    .gift__content {
        padding: 56px 29px;
        max-width: 332px;
        background-image: url(../img/frame-bg-mob.webp);
        background-size: contain;
        background-repeat: no-repeat
    }

    .gift__descr {
        width: 75%;
        margin-bottom: 40px;
        font-size: 14px
    }

    .gift .right__descr {
        text-align: center;
        font-size: 14px;
        line-height: 19px
    }

    .gift .right .for-mob {
        display: none
    }

    .gift .right__btn {
        margin: 0 auto
    }
}

.footer {
    background: #0c131f;
    color: var(--white-color)
}

.footer__content {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer__content p {
    font: 400 18px/100% Montserrat, Arial, sans-serif
}

@media screen and (max-width:900px) {
    .footer__content {
        padding: 20px 0;
        flex-direction: column
    }

    .footer__content p {
        font-size: 14px
    }

    .footer__content p:not(:last-child) {
        margin-bottom: 10px
    }
}

.disable-scroll {
    overflow: hidden;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%
}

.modal-overlay {
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .7);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    display: block;
    align-items: center;
    justify-content: center;
    overflow: auto;
    height: 100%;
    width: 100%;
    z-index: 25;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
    text-align: center;
    white-space: nowrap
}

.modal-overlay::before {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    content: ""
}

.modal {
    position: relative;
    display: none;
    vertical-align: middle;
    z-index: 30
}

.modal-overlay--visible {
    opacity: 1;
    visibility: visible;
    transition: .3s ease-in-out
}

.modal--visible {
    display: inline-block
}

.close-modal-btn {
    border: none;
    outline: 0;
    cursor: pointer;
    position: absolute;
    right: -65px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    transition: .3s
}

.close-modal-btn:hover {
    background-color: #bebebe
}

.modal--one {
    margin: 30px auto;
    width: 600px;
    background-color: #2d2a2a;
    padding: 50px 40px 30px;
    border-radius: 15px
}

.modal--one video {
    border-radius: 15px;
    width: 100%
}

@media screen and (max-width:900px) {
    .modal--one {
        width: 320px;
        padding: 30px 10px 20px
    }

    .close-modal-btn {
        width: 40px;
        height: 40px;
        top: -15%;
        right: 0
    }

    .close-modal-btn svg {
        width: 20px;
        height: 20px
    }
}

.thanks {
    padding: 35px 0;
    background: url(../img/thanks-bg.webp) center center/cover no-repeat
}

.thanks__content {
    text-align: center;
    height: 100vh
}

.thanks__timer {
    padding: 20px;
    margin-bottom: 20px;
    color: #a8c2ea;
    font: 700 94px/48px Montserrat, sans-serif;
    letter-spacing: 1.2px
}

.thanks__bar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: 7px;
    width: 100%
}

.thanks__bar p {
    font-weight: 400;
    font-size: 14.8247px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #2962b4
}

.thanks__bar-line {
    border: 1px solid #2962b4;
    border-radius: 50px;
    height: 14px;
    min-width: 640px
}

.thanks__bar-line span {
    width: 0;
    height: calc(100% - 6px);
    display: block;
    background: linear-gradient(264.64deg, #ffe08f -4.04%, #ffe6a7 19.97%, #ffdd86 39.92%, #ffe6a7 65.96%, #ffd771 90.05%, #ffe08f 106.73%);
    border-radius: 24.6567px;
    margin: 3px;
    max-width: calc(100% - 6px);
    -webkit-animation: .7s linear both wd;
    animation: .7s linear both wd
}

@-webkit-keyframes wd {
    0% {
        width: 0
    }

    100% {
        width: 85%
    }
}

@keyframes wd {
    0% {
        width: 0
    }

    100% {
        width: 85%
    }
}

.thanks__descr {
    margin: 10px 0 25px;
    font: 600 18px/115% Montserrat, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.2px
}

.thanks__title {
    margin-bottom: 13px;
    color: var(--white-color);
    font: 400 110px/92% AADuke, sans-serif;
    text-transform: uppercase
}

.thanks__txt {
    margin-bottom: 22px;
    color: #fafafa;
    font: 600 18px/115% Montserrat, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.2px
}

.thanks__txt .for-800 {
    display: none
}

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

.thanks__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 17px;
    border-radius: 15px;
    padding: 27px;
    transition: .3s
}

.thanks__btn img {
    z-index: 10
}

.thanks__btn i {
    font: 700 31px/115% Montserrat, sans-serif;
    text-transform: uppercase;
    color: #fdfcf8
}

.thanks .tg {
    background: #3da7e1;
    box-shadow: 0 5px 0 0 #156692, 0 0 40px 0 rgba(144, 216, 255, .2) inset
}

.thanks .vk {
    background: #0078ff;
    box-shadow: 0 5px 0 0 #156692, 0 0 40px 0 rgba(144, 216, 255, .2) inset
}

@media (hover:hover) {
    .gold-btn:hover span:after {
        opacity: 1
    }

    .thanks .tg:hover {
        background: #2a739b
    }

    .thanks .vk:hover {
        background: #0057bb
    }
}

@media (hover:none) {
    .gold-btn:active span:after {
        opacity: 1
    }

    .thanks .tg:active {
        background: #2a739b
    }

    .thanks .vk:active {
        background: #0057bb
    }
}

.thanks__btn:not(:last-child) {
    margin-right: 30px
}

@media screen and (max-width:900px) {
    .thanks {
        padding: 130px 0;
        background: url(../img/thanks-bg-mob.webp) center center/cover no-repeat
    }

    .thanks__content {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }

    .thanks__bar p {
        font-size: 9px
    }

    .thanks__bar-line {
        width: 280px;
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
        height: 13px
    }

    .thanks__bar-line span {
        height: calc(100% - 2px);
        margin: 1px
    }

    .thanks__descr {
        margin-bottom: 21px;
        font-size: 14px;
        line-height: 19px
    }

    .thanks__title {
        margin-bottom: 8px;
        font-size: 43px;
        line-height: 40px
    }

    .thanks__txt {
        margin-bottom: 28px;
        font-size: 14px;
        line-height: 19px
    }

    .thanks__btns,
    .thanks__txt .for-800 {
        display: block
    }

    .thanks__btn {
        width: 332px;
        height: 67px;
        margin: 0 auto;
        border-radius: 10px
    }

    .thanks__btn i {
        margin-left: 10px;
        font-size: 18px
    }

    .thanks__btn img {
        width: 40px;
        height: 40px
    }

    .thanks__btn:not(:last-child) {
        margin-bottom: 15px !important;
        margin: 0 auto
    }
}
