/*****************GLOBAL*****************/

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    background-color: #18111D;
    overflow: hidden;
}

.protect {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 5px;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.protect__item {
    font-weight: 300;
    font-size: 7px;
    line-height: 10px;
    color: #FFFFFF;
    opacity: 0.5;
}

.protect__item a {
    color: #FFFFFF;
    text-decoration: none;
}

section,
footer {
    position: relative;
}

.sec__container {
    max-width: 1180px;
    margin: 0 auto;
}

.bold-text {
    font-weight: 700;
}

.sec-2,
.sec-3,
.sec-4,
.sec-5,
.sec-6,
.sec-7,
.sec-8 {
    margin-bottom: 100px;
}

.sec-1__bg-blur,
.sec-2__bg-blur,
.sec-3__bg-blur,
.sec-4__bg-blur,
.sec-5__bg-blur,
.sec-6__bg-blur,
.sec-7__bg-blur,
.sec-8__bg-blur-1,
.sec-8__bg-blur-2,
.footer__bg-blur {
    width: 500px;
    height: 500px;
    border-radius: 500px;
    opacity: 0.9;
    background: linear-gradient(136deg, #7C00E0 0%, rgba(124, 0, 224, 0.00) 100%);
    filter: blur(125px);
    -webkit-filter: blur(125px);
    transform: translateZ(0);
}


.big-button {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border: 0;
    border-radius: 50px;
    background: #7C00E0;
    box-shadow: 0px 0px 30px 0px rgba(124, 0, 224, 0.60);
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

.big-button:hover {
    box-shadow: unset;
    color: rgba(255, 255, 255, 0.8);
}


h1 {
    color: #FFF;
    text-align: center;
    font-family: Playfair Display, serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 130%;
    /* 65px */
    letter-spacing: 1.5px;
}

h2 {
    color: #FFF;
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 49.4px */
    text-transform: uppercase;
}

@keyframes upDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(0);
    }
}



/*****************GLOBAL*****************/
/*****************SEC-1*****************/

.sec-1 {
    position: relative;
    margin-bottom: 320px;
}

.sec-1__bg-big-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -4;
}

.sec-1__bg-blur {
    position: absolute;
    top: 90%;
    right: 0;
    z-index: -4;
}

.sec-1__chart,
.sec-1__shield {
    position: absolute;
    width: 165px;
    height: 165px;
    z-index: 120;
}

.sec-1__chart {
    margin-bottom: -30%;
    right: -10%;
    animation: 3s ease upDown infinite;
}

.sec-1__shield {
    top: 50%;
    left: -20%;
    animation: 3s ease 1s upDown infinite;
}



.sec-1__top-title {
    text-align: center;
    border-bottom: 1px solid #D29F1B;
    color: #FF541D;
    font-size: 18px;
    font-weight: 700;
    padding-block: 10px;
}

.sec-1__head {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-block: 30px 50px;
}

.sec-1__profits-container {
    display: flex;
    flex-direction: column;
    gap: 10px;

    margin-top: 42px;
}

.sec-1__profit {
    color: #D29F1B;
    text-align: right;
    font-size: 18px;
    font-weight: 700;
}

.sec-1__profit span {
    white-space: nowrap;
}

.sec-1__profit-moneys {
    color: #FFF;
    font-weight: 400;
}

.sec-1__main-title-container {
    position: relative;
    margin-inline: auto;
    width: 100%;
    max-width: 980px;
    margin-bottom: 50px;
}

.sec-1__main {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.sec-1__main-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    width: 100%;
    max-width: 800px;
    margin-bottom: -60px;
    color: #FFF;
}

.sec-1_main-top-text {
    font-size: 22px;
    font-weight: 400;
    line-height: 150%;
    /* 33px */
}

.sec-1_main-attention-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    /* 27px */
}

.sec-1__main-image-1 {
    margin-left: -20px;
    width: 100%;
    max-width: 680px;
}

.sec-1__main-image-2 {
    position: absolute;
    left: 0;
    bottom: -400px;
    width: 985px;
    z-index: 99;
}

.sec-1__chart-container {
    position: relative;
}



/*****************SEC-1*****************/
/*****************SEC-2*****************/

.sec-2 {
    margin-bottom: 100px;
}

.sec-2__bg-blur {
    position: absolute;
    top: 0;
    left: 10%;
    z-index: -4;
}

.sec-2 .sec__container {
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
}

.sec-2__title-text-container {
    width: 100%;
    max-width: 980px;
    margin-inline: auto;
}

.sec-2__main {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
}

.sec-2__main-image {
    border-radius: 25px;
    border: 4px solid var(--orange, #D29F1B);
}

.sec-2__main-text-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sec-2__main-text-container p {
    color: #FFF;
    font-size: 22px;
    line-height: 150%;
    /* 33px */
}

.sec-2__button-container {
    max-width: 280px;
    width: 100%;
}


/*****************SEC-2*****************/
/*****************SEC-3*****************/

.sec-3 {
    margin-bottom: 100px;
}

.sec-3__bg-blur {
    position: absolute;
    top: -60%;
    right: 10%;
    z-index: -4;
}

.calculator__container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    border-radius: 25px;
    transform: translateZ(0);
    box-shadow: 0px 0px 20px #7C00E0;
    border: 4px solid var(--violet, #7C00E0);
    background: linear-gradient(135deg, #7C00E0 0%, rgba(124, 0, 224, 0.00) 100%);
    padding: 40px;
}

.calculator__wrapper {
    display: flex;
    align-items: flex-end;
    column-gap: 35px;
}

.irs {
    font-family: Inter, sans-serif !important;
}

.calculator__title {
    color: var(--white, #FFF);
    text-align: center;
    font-size: 27px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
    /* 36.4px */
    text-transform: uppercase;
}

.calculator__left {
    width: 100%;
}

.calculator__output {
    display: flex;
    align-items: flex-end;
    column-gap: 40px;

    margin-bottom: 17px;
}

.calculator__output:last-child {
    margin-bottom: 0;
}

.calculator__output:last-child .calculator__input .irs--round .irs-grid-text {
    font-weight: 700;
}

.calculator__output-items {
    max-width: 180px;
    width: 100%;
    flex-shrink: 0;
}

.calculator__output-title {
    color: #FFF;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    margin-bottom: 15px;
}

.calculator__output-subtitle {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    border: 4px solid var(--violet, #7C00E0);
    background: transparent;
    padding: 9px 0 6px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.calculator__input {
    width: 100%;
}

.calculator__input .irs-grid-pol {
    display: none;
}

.calculator__input .irs--round .irs-line {
    height: 8px !important;
    border-radius: 20px !important;
    background-color: #FFF;
}

.calculator__input .irs--round .irs-bar {
    height: 8px !important;
    border-radius: 20px !important;
    background: var(--violet, #7C00E0) !important;
    box-shadow: 0px 5px 5px 0px rgba(124, 0, 224, 0.20) !important;
}

.calculator__input .irs--round .irs-handle {
    width: 24px !important;
    height: 24px !important;
    border: 6px solid #7C00E0;
    box-shadow: 0px 5px 5px 0px rgba(124, 0, 224, 0.20) !important;
    cursor: pointer;
}

.calculator__input .irs--round .irs-grid-text {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    bottom: -10px;
}

.calculator__right {
    max-width: 340px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: 4px solid var(--violet, #7C00E0);
    background: transparent;
    padding: 42px 10px 40px;
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    margin-bottom: 10px;
}

.calculator__litecoin {
    position: absolute;
    top: -80px;
    right: -70px;
    width: 140px;
    height: 140px;
    animation: 3s ease upDown infinite;
}

/*****************SEC-3*****************/
/*****************SEC-4*****************/

.sec-4 {
    margin-bottom: 100px;
}

.sec-4__bg-blur {
    position: absolute;
    top: -20%;
    left: 10%;
    z-index: -4;
}

.reviews {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.reviews .container {
    position: relative;
}

.reviews__title {
    max-width: 726px;
    margin-inline: auto;
}

.reviews__slider {
    display: flex !important;
    flex-direction: column;
}

.reviews__slider-wrapper {
    display: flex !important;
    align-items: stretch;
}

.reviews__item {
    display: flex !important;
    transition: all 0.3s ease-in-out;
    max-width: 788px;
    width: 100%;
    margin-top: 60px;
    height: unset !important;
    border-radius: 20px;
    background: linear-gradient(135deg, #5F109F 0%, rgba(123, 0, 222, 0.00) 100%);
    opacity: 0.4;
    padding: 10px;
}

.reviews__item.swiper-slide-active {
    opacity: 1;
    transform: translateZ(0);
    filter: drop-shadow(0px 0px 20px rgba(124, 0, 224, 0.5));
    -webkit-filter: drop-shadow(0px 0px 20px rgba(124, 0, 224, 0.5));
    box-shadow: 0px 0px 30px 0px #7C00E0;
    -webkit-appearance: none;
    -webkit-box-shadow: 0px 0px 30px 0px #7C00E0;
}

.reviews__item-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: unset;
    border-radius: 14px;
    border: 1px solid var(--violet, #7C00E0);
    padding: 25px 40px;

}

.reviews__item-quote {
    width: 55px;
    height: 80px;

    margin-bottom: 10px;
}

.reviews__item-description {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    margin-bottom: auto;
}

.reviews__item-user {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 20px;

    margin-top: 30px;
}

.reviews__item-avatar {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
}

.reviews__item-name {
    color: #FFF;

    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    margin-bottom: 7px;
}

.reviews__item-info {
    color: #FFF;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.reviews__slider-navigation {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;

    margin-top: 60px;
}

.reviews__slider-pagination {
    display: flex;
    align-items: center;
    column-gap: 20px;
    position: relative !important;
    bottom: unset !important;
    width: fit-content !important;
}

.reviews__slider-prev,
.reviews__slider-next {
    cursor: pointer;
}

.reviews__slider-next {
    transform: rotate(180deg);
}

.reviews__slider-pagination .swiper-pagination-bullet {
    transition: all 0.3s ease-in-out;
    width: 16px !important;
    height: 16px !important;
    background: #FFFFFF;
    opacity: 0.5;
    border-radius: 50%;
    margin: 0 !important;
}

.reviews__slider-pagination .swiper-pagination-bullet-active {
    width: 24px !important;
    height: 24px !important;
    opacity: 1;
}

.reviews__monero {
    position: absolute;
    top: 80px;
    right: -177px;
    width: 63px;
    height: 63px;
}

/*****************SEC-4*****************/
/*****************SEC-5*****************/

.sec-5 {
    margin-bottom: 100px;
}

.sec-5__bg-blur {
    position: absolute;
    top: -30%;
    right: 10%;
    z-index: -4;
}

.sec-5 .sec__container {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
}

.sec-5__title-text {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sec-5__title-text h2 {
    max-width: 932px;

    margin: 0 auto;
}

.sec-5__title-text p {
    color: #FFF;
    text-align: center;

    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 33px */
}

.trading-with__subtitle {
    color: #FFF;
    text-align: center;
    font-size: 22px;
    line-height: normal;

    margin-bottom: 50px;
}

.trading-with__container {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 30px;
    padding: 40px;
    border-radius: 25px;
    border: 4px solid var(--violet, #7C00E0);
    background: linear-gradient(135deg, #360061 0%, rgba(51, 7, 87, 0.00) 100%);
    webkit-appearance: none;
    -webkit-box-shadow: 0px 0px 30px 0px #7C00E0;
    box-shadow: 0px 0px 30px 0px #7C00E0;
    transform: translateZ(0);
}

.trading-with__item {
    display: flex;
    align-items: flex-start;
    column-gap: 15px;
}

.trading-with__item-icon {
    width: 75px;
    height: 75px;
    object-fit: cover;
}

.trading-with__item-title {
    color: var(--white, #FFF);

    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 115%;
    /* 25.3px */

    margin-bottom: 20px;
}

.trading-with__item-line {
    max-width: 140px;
    padding-top: 4px;
    border-top: 1px solid #7C00E0;
    border-bottom: 1px solid #7C00E0;

    margin-bottom: 30px;
}

.trading-with__item-description {
    color: #FFF;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

.trading-with__button {
    max-width: 320px;

    margin: 0 auto;
}

.trading-with__bitcoin {
    position: absolute;
    top: -64px;
    left: -55px;
    width: 95px;
    height: 95px;
}

.trading-with__litecoin {
    position: absolute;
    top: calc(50% - (160px / 2));
    left: calc(100% + 60px);
    width: 160px;
    height: 160px;
}

.trading-with__background {
    max-width: unset;
    position: absolute;
    z-index: 2;
    bottom: -7px;
    left: -523px;
    width: 1600px;
    height: 800px;
}

.sec-5__big-button-container {
    margin: auto;
    max-width: 280px;
    width: 100%;
}

/*****************SEC-5*****************/
/*****************SEC-6*****************/

.sec-6 {
    margin-bottom: 100px;
}

.sec-6__bg-blur {
    position: absolute;
    top: -30%;
    left: 10%;
    z-index: -4;
}

.sec-6 .sec__container {
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
}

.steps__container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    column-gap: 20px;
}

.steps__item {
    max-width: 380px;
    width: 100%;
    cursor: pointer;
}

.steps__item-content {
    transition: all 0.3s ease-in-out;
    opacity: 0.5;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.steps__item:nth-child(1) .steps__item-content,
.steps__item:nth-child(2) .steps__item-content {
    padding-top: 12px;
}

.steps__item.active .steps__item-content {
    opacity: 1;
}

.steps__line {
    position: absolute;
    top: 56px;
    left: 0;
}

.steps__item-top {
    margin-bottom: 60px;
}

.steps__item-number {
    transition: all 0.3s ease-in-out;
    color: var(--orange, #7C00E0);
    text-align: center;

    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    opacity: 0.5;

    margin-bottom: 20px;
}

.steps__item.active .steps__item-number {
    opacity: 1;
}

.steps__item-dot {
    position: relative;
    z-index: 2;
}

.steps__item-dot-item {
    transition: all 0.3s ease-in-out;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #431369;
    transform: translateY(-7px);
    margin: 0 auto;
}

.steps__item.active .steps__item-dot-item {
    background: #7C00E0;
}

.steps__dots-line {
    display: none;
    position: absolute;
    z-index: -1;
    top: calc(50% - (2px / 2));
    left: 50%;
    transform: translateX(-50%);
    width: 200%;
    height: 3px;
}

.steps__item-illustration {
    margin-bottom: 30px;
}

.steps__item-title {
    color: #FFF;
    text-align: center;

    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    /* 25.3px */
    text-transform: uppercase;

    margin-bottom: 15px;
}

.steps__item-description {
    color: #FFF;
    text-align: center;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
}

.steps__monero {
    position: absolute;
    top: -31px;
    left: -40px;
    width: 63px;
    height: 63px;
}

.steps__etherium {
    position: absolute;
    bottom: 6px;
    left: 140px;
}

/*****************SEC-6*****************/
/*****************SEC-7*****************/

.sec-7 {
    margin-bottom: 100px;
}

.sec-7__bg-blur {
    position: absolute;
    top: -20%;
    right: 10%;
    z-index: -4;
}

.sec-7 .sec__container {
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
}

.faq__container {
    width: 100%;
    position: relative;
    z-index: 2;
}

.faq__item {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: flex-start;
    column-gap: 52px;
    padding: 52px 60px;
    background: rgba(124, 0, 224, 0.15);
    border-bottom: 1px solid #7C00E0;
}

.faq__item:last-child {
    border-bottom: 0;
    border-radius: 0px 0px 25px 25px;
}

.faq__item.active {
    background: #7C00E0;
}

.faq__item:first-child {
    border-radius: 25px 25px 0px 0px;
}

.faq__item-number {
    color: var(--violet, #7C00E0);

    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 115%;
    /* 50.6px */
    transition: all 0.3s ease-in-out;
}

.faq__item.active .faq__item-number {
    color: #FFF;
}

.faq__item-content {
    width: 100%;
}

.faq__item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 16px;
}

.faq__item-title {
    color: var(--white, #FFF);

    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    /* 32.2px */
}

.faq__item-description {
    display: none;
    color: var(--white, #FFF);

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 28.8px */
    padding-top: 24px;
}

.faq__item-close {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.10);
}

.faq__item-close-icon {
    transition: all 0.3s ease-in-out;
}

.faq__item .faq__item-close-icon {
    transform: rotate(45deg);
}

.faq__item.active .faq__item-close-icon {
    transform: rotate(0deg);
}

.faq__background {
    max-width: unset;
    position: absolute;
    bottom: 11px;
    right: -917px;
    width: 1600px;
    height: 800px;
}


/*****************SEC-7*****************/
/*****************SEC-8*****************/


.sec-8__bg-blur-1 {
    position: absolute;
    top: -50%;
    left: 13%;
    z-index: -4;
}

.sec-8__bg-blur-2 {
    position: absolute;
    bottom: -70%;
    right: 10%;
    z-index: -4;
}

.opportunity__container {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.opportunity__title {
    text-align: left;
    color: var(--white, #FFF);
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
    /* 54.6px */
    text-transform: uppercase;

    margin-bottom: 10px;
}

.opportunity__subtitle {
    color: #FFF;

    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;

    margin-bottom: 30px;
}

.opportunity__description {
    color: #FFF;

    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 33px */
}

.opportunity__arrow {
    animation: bounceRight 1.5s infinite;
}

.opportunity__arrow-down {
    display: none;
}

.opportunity__right {
    max-width: 100%;
    flex-shrink: 0;
}

@keyframes bounceRight {
    from {
        transform: translateX(-10px);
    }

    to {
        transform: translateX(10px);
        opacity: 0;
    }
}

/*****************SEC-8*****************/
/*****************FOOTER*****************/

.footer {
    padding-bottom: 67px;
    overflow-x: clip;
}

.footer__bg-blur {
    position: absolute;
    bottom: -30%;
    left: 10%;
    z-index: -4;
}

.footer__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    padding-bottom: 30px;

    margin-bottom: 30px;
}

.footer__logo {
    max-width: 295px;
    width: 100%;
}

.footer__list {
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.footer__list-item a {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    white-space: nowrap;
    opacity: 0.5;
}



.footer__disclaimer {
    color: rgba(255, 255, 255, 0.50);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/*****************FOOTER*****************/
/*****************MEDIA(1400px)*****************/

.sec-1__main-image-2 {
    width: 700px;
    bottom: -300px;
}

/*****************MEDIA(1400px)*****************/
/*****************MEDIA(1200px)*****************/

@media (max-width: 1200px) {

    h1 {
        text-align: center;
        font-size: 40px;
        font-weight: 500;
        line-height: 130%;
        /* 52px */
        letter-spacing: 1.2px;
    }

    h2 {
        font-size: 32px;
        font-weight: 700;
        line-height: 130%;
        /* 41.6px */
    }

    .sec-2,
    .sec-3,
    .sec-4,
    .sec-5,
    .sec-6,
    .sec-7,
    .sec-8 {
        margin-bottom: 80px;
    }

    .sec-1__bg-blur,
    .sec-2__bg-blur,
    .sec-3__bg-blur,
    .sec-4__bg-blur,
    .sec-5__bg-blur,
    .sec-6__bg-blur,
    .sec-7__bg-blur,
    .sec-8__bg-blur-1,
    .sec-8__bg-blur-2,
    .footer__bg-blur {
        transform: scale(0.7, 0.7);
        /*opacity: 0.9;*/
    }

    .sec-1__bg-blur {
        right: -20%;
    }

    .sec-2__bg-blur {
        left: -20%;
        top: 30%;
    }

    .sec-3__bg-blur {
        right: -20%;
        top: -40%;
    }

    .sec-4__bg-blur {
        left: -20%;
        top: -30%;
    }

    .sec-5__bg-blur {
        right: -20%;
        top: -20%;
    }

    .sec-6__bg-blur {
        left: -20%;
        top: -15%;
    }

    .sec-7__bg-blur {
        right: -20%;
        top: -40%;
    }

    .sec-8__bg-blur-1 {
        left: -20%;
        top: -20%;
    }

    .sec-8__bg-blur-2 {
        right: -20%;
        bottom: -40%;
    }

    .footer__bg-blur {
        left: -20%;
        bottom: -20%;
    }

    .sec__container {
        padding-inline: 19px;
    }

    .sec-1__top-title {
        font-size: 18px;
    }

    .sec-1__head {
        flex-direction: column;
        gap: 30px;
    }

    .sec-1__profits-container {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;

        margin-top: 0;
    }

    #languageSelect {
        top: 16px !important;
    }

    .sec-1__profit {
        flex: 1;
        text-align: left;
    }

    .sec-1__profit:last-child {
        display: flex;
        flex-direction: column;
        white-space: nowrap;
    }

    .sec-1__main {
        gap: 30px;
    }

    .sec-1_main-top-text {
        font-size: 18px;
    }

    .sec-1_main-attention-text {
        font-size: 18px;
        line-height: 150%;
        align-items: flex-start;
    }

    .sec-1__main-image-2 {
        width: 400px;
        left: -50px;
        bottom: -140px;
    }

    .sec-1__shield {
        width: 81px;
        height: 81px;
        left: 0;
        top: 100%;
    }

    .sec-1__chart {
        width: 118px;
        height: 118px;
        right: 2%;
        margin-top: -2%;
    }

    .sec-1 {
        margin-bottom: 150px;
    }

    .sec-2 .sec__container {
        gap: 50px;
    }

    .sec-2__main {
        flex-direction: column;
    }

    .sec-2__main-text-container p {
        text-align: center;
        font-size: 18px;
    }

    /*calculator*/

    .calculator {
        padding: 60px 0 60px;
    }

    .calculator__container {
        padding: 40px 20px;
    }

    .calculator__output-title {
        text-align: center;
    }

    .calculator__litecoin {
        width: 161.73px;
        height: 161.73px;
        top: -144px;
        right: 1px;
        transform: rotateZ(16deg);
    }

    .calculator__etherium {
        bottom: -79px;
        left: -59px;
    }

    .calculator__wrapper {
        flex-direction: column;
        align-items: center;
        row-gap: 50px;
    }

    .calculator__output {
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }

    /*calculator*/

    .reviews__title {
        margin-bottom: 20px;
    }

    .reviews__slider {
        padding-inline: 19px !important;
    }

    .reviews__slider-navigation {
        margin-top: 50px;
    }

    .reviews__item-description {
        font-size: 16px;
    }

    .reviews__item-info {
        font-size: 16px;
    }

    .sec-5 .sec__container {
        gap: 50px;
    }

    .sec-5__title-text p {
        font-size: 18px;
    }

    /*trading-with*/

    .trading-with__container {
        grid-template-columns: repeat(1, 1fr);
        padding: 40px 20px;
    }

    .trading-with__item:nth-child(1) .trading-with__item-title,
    .trading-with__item:nth-child(2) .trading-with__item-title {
        min-height: unset;
    }

    .trading-with__item:nth-child(3) .trading-with__item-title,
    .trading-with__item:nth-child(4) .trading-with__item-title {
        min-height: unset;
    }

    .trading-with__item-title {
        font-size: 20px;

        margin-bottom: 15px;
    }

    .trading-with__item-line {
        margin-bottom: 20px;
    }

    /*trading-with*/

    .sec-6 .sec__container {
        gap: 50px;
    }

    /*steps*/

    .steps__container {
        flex-direction: column;
        row-gap: 50px;
    }

    .steps__line {
        display: none;
    }

    .steps__item {
        max-width: 100%;
    }

    .steps__item-number {
        color: #7C00E0;
        opacity: 1;
        margin-bottom: 15px;
    }

    .steps__item-dot-item {
        background: #7C00E0;
        transform: translateY(0);
    }

    .steps__dots-line {
        display: block;
    }

    .steps__item-content {
        max-width: 330px;
        opacity: 1;

        margin: 0 auto;
    }

    .steps__item-title {
        font-size: 20px;
    }

    .steps__item-description {
        font-size: 16px;
    }

    /*steps*/
    /*faq*/

    .sec-7 .sec__container {
        gap: 50px;
    }

    .faq__item {
        padding: 40px 20px;
    }

    .faq__item-title {
        font-size: 24px;
    }

    .faq__item-description {
        font-size: 16px;
        padding-top: 20px;
        padding-right: 48px;
    }


    /*faq*/

    /*opportunity*/

    .opportunity__container {
        flex-direction: column;
        row-gap: 30px;
    }

    .opportunity__title {
        font-size: 40px;
        text-align: center;
    }

    .opportunity__subtitle {
        font-size: 18px;
        text-align: center;
    }

    .opportunity__description {
        font-size: 18px;
        text-align: center;
    }

    .opportunity__arrow {
        display: none;
    }

    .opportunity__arrow-down {
        display: block;
    }

    /*opportunity*/

    .footer {
        padding-bottom: 45px;
    }
}

/*****************MEDIA(1200px)*****************/
/*****************MEDIA(788px)*****************/

@media (max-width: 788px) {}

/*****************MEDIA(788px)*****************/
/*****************MEDIA(700px)*****************/

@media (max-width: 700px) {

    h1 {
        font-size: 30px;
        font-weight: 500;
        line-height: 130%;
        /* 39px */
        letter-spacing: 0.9px;
    }

    h2 {
        font-size: 26px;
        font-weight: 700;
        line-height: 130%;
        /* 33.8px */
        text-transform: uppercase;
    }

    .sec-1,
    .sec-2,
    .sec-3,
    .sec-4,
    .sec-5,
    .sec-6,
    .sec-7,
    .sec-8 {
        margin-bottom: 70px;
    }

    .sec__container {
        padding-inline: 10px;
    }

    .sec-1__top-title {
        font-size: 14px;
    }

    .sec-1__head {
        align-items: center;
        margin-block: 30px;
        gap: 64px;
    }

    #languageSelect {
        top: 75px !important;
        right: calc(50% - (96px / 2)) !important;
    }

    .sec-1_main-top-text,
    .sec-1_main-attention-text {
        font-size: 16px;
    }

    .sec-1__main-left {
        margin-bottom: 131px;
        position: relative;
        text-align: center;
    }

    .sec-1__main-image-1 {
        margin: auto;
    }

    .sec-1__main-images-container {
        min-height: 320px;
    }

    .sec-1__main-image-2 {
        width: 360px;
        bottom: 0;
    }

    .sec-1__profit {
        font-size: 14px;
    }

    .sec-1__main {
        flex-direction: column;
    }

    .sec-1__main-left {
        margin-block: auto;
    }

    .sec-1__shield {
        width: 43px;
        height: 43px;
        right: 0;
        left: initial;
        top: -30%;
    }

    .sec-1__form-container {
        display: flex;
        justify-content: center;
    }

    .sec-1__chart {
        width: 76px;
        height: 75px;
        margin-top: -5%;
        right: 6%;
    }

    .sec-2 .sec__container {
        gap: 40px;
    }

    .sec-2__main-image {
        width: 100%;
    }

    .sec-2__main-text-container p {
        font-size: 16px;
        line-height: 150%;
        /* 24px */
    }

    .calculator__litecoin {
        width: 75.034px;
        height: 75.034px;
        top: -50px;
        right: -5px;
    }

    /*calculator*/

    .calculator__container {
        gap: 30px;
        padding: 30px 15px;
    }

    .calculator__title {
        font-size: 22px;
    }

    .calculator__wrapper {
        row-gap: 30px;
    }

    .calculator__input .irs--round .irs-grid-text {
        font-weight: 700;
    }

    .calculator__right {
        font-size: 30px;
        padding: 29px 10px 28px;
    }

    /*calculator*/

    /*reviews*/

    .reviews__item-container {
        padding: 20px;
    }

    .reviews__item-quote {
        margin-bottom: 0;
    }

    .reviews__item-user {
        margin-top: 20px;
    }

    .reviews__item-name {
        font-size: 20px;
    }

    .reviews__slider-navigation {
        margin-top: 40px;
    }

    /*reviews*/

    .sec-5 .sec__container {
        gap: 40px;
    }

    .sec-5__title-text p {
        font-size: 16px;
    }

    .sec-5__title-text {
        gap: 20px;
    }

    /*trading-with*/

    .trading-with__container {
        padding: 30px 15px;

        margin-bottom: 30px;
    }

    .trading-with__item-icon {
        width: 50px;
        height: 50px;
    }

    .trading-with__item-title {
        font-size: 18px;
        line-height: 115%;
    }

    .trading-with__item-description {
        font-size: 16px;
    }

    .trading-with__litecoin {
        display: none;
    }

    .trading-with__bitcoin {
        display: none;
    }

    .trading-with__background {
        bottom: -98px;
        right: -120px;
    }

    /*trading-with*/

    .steps__dots-line {
        width: 130%;
    }

    /*steps*/

    .steps__container {
        row-gap: 30px;
    }

    .steps__item-number {
        font-size: 20px;
    }

    .steps__item-title {
        font-size: 18px;
        line-height: 115%;
    }

    .steps__item-description {
        font-size: 16px;
    }

    /*steps*/

    .sec-7 .sec__container {
        gap: 40px;
    }

    /*faq*/

    .faq__item {
        column-gap: 15px;
        padding: 30px 15px;
    }

    .faq__item-number {
        font-size: 26px;
        line-height: 115%;
    }

    .faq__item-top {
        column-gap: 10px;
    }

    .faq__item-title {
        font-size: 22px;
        line-height: 115%;
    }

    .faq__item-description {
        font-size: 16px;
        padding-top: 20px;
        padding-right: 0;
    }

    /*faq*/

    .opportunity__container {
        gap: 40px;
    }

    .opportunity__title {
        font-size: 30px;
        font-weight: 400;
        line-height: 130%;
        /* 39px */
        text-transform: uppercase;
    }

    .opportunity__subtitle {
        font-size: 16px;
    }

    .opportunity__description {
        font-size: 16px;
    }

    .opportunity__right {
        max-width: 100%;
    }


    .footer {
        padding-bottom: 43px;
        overflow: hidden;
    }

    .footer__top {
        flex-direction: column;
        row-gap: 30px;
    }

    .footer__list {
        column-gap: 20px;
    }

    .footer__list-item {
        font-size: 12px;
    }

    .footer__disclaimer {
        font-size: 12px;
    }
}

/*****************MEDIA(700px)*****************/

.seo-section .container {
    max-width: 1180px;

    margin: 0 auto;
}

@media (max-width: 1024px) {
    .seo-section .container {
        padding: 0 19px;
    }
}

@media (max-width: 767px) {
    .seo-section .container {
        padding: 0 10px;
    }
}

.seo-section {
    position: relative;
    border-top: 1px solid rgba(124, 0, 224, 0.50);
    border-bottom: 1px solid rgba(124, 0, 224, 0.50);
    background: rgba(124, 0, 224, 0.10);
    backdrop-filter: blur(125px);
    padding: 120px 0;

    margin-bottom: 100px;
}

.seo-block {
    position: relative;
    z-index: 2;
    margin-bottom: 120px;
}

.seo-block:last-child {
    margin-bottom: 60px;
}

.seo-block__title {
    color: var(--white, #FFF);
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 49.4px */
    text-transform: uppercase;

    margin-bottom: 60px;
}

.seo-block__container {
    display: flex;
    align-items: flex-start;
    column-gap: 20px;
}

.seo-block__left,
.seo-block__right {
    flex-basis: 50%;
}

.seo-block__text {
    color: var(--white, #FFF);

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */

    margin-bottom: 15px;
}

.seo-block__text:last-child {
    margin-bottom: 0;
}

.seo-block__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 10px;

    margin-bottom: 15px !important;
}

.seo-block__list-item {
    position: relative;
    color: var(--white, #FFF);

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    padding-left: 20px;
}

.seo-block__list-item:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 6px;
    background-color: #FFFFFF;
    border-radius: 50%;
    width: 5px;
    height: 5px;
}

.seo-block__illustration {
    display: block;
    width: 150px;
    height: 150px;
    object-fit: contain;
    margin: 0 auto;
}

.seo-section__image {
    position: relative;
    z-index: 2;
    display: block;
    width: 150px;
    height: 150px;
    object-fit: contain;
    margin: 0 auto;
}

.seo-section__blur {
    position: absolute;
    z-index: -1;
    max-width: unset;
    width: 500px;
    height: 500px;
    border-radius: 500px;
    opacity: 0.9;
    background: linear-gradient(136deg, #7C00E0 0%, rgba(124, 0, 224, 0.00) 100%);
    filter: blur(125px);
    -webkit-filter: blur(125px);
    transform: translateZ(0);
}

.seo-1 .seo-section__blur:nth-last-of-type(1) {
    top: -490px;
    right: -300px;
}

.seo-1 .seo-section__blur:nth-last-of-type(2) {
    top: 20%;
    left: 100px;
}

.seo-1 .seo-section__blur:nth-last-of-type(3) {
    top: 50%;
    right: 100px;
}

.seo-1 .seo-section__blur:nth-last-of-type(4) {
    bottom: -59px;
    left: 100px;
}

.seo-1 .seo-block:nth-child(1) {
    margin-bottom: 51px;
}

.seo-1 .seo-block:nth-child(1) .seo-block__title {
    max-width: 850px;

    margin: 0 auto 60px;
}

.seo-1 .seo-block:nth-child(2) .seo-block__title {
    max-width: 932px;

    margin: 0 auto 60px;
}

.seo-2 .seo-block:nth-child(1) .seo-block__title {
    max-width: 1078px;

    margin: 0 auto 60px;
}

.seo-1 .seo-block:nth-child(1) .seo-section__image {
    margin-bottom: 60px;
}

.seo-2 .seo-block:nth-child(1) .seo-block__text {
    text-align: center;
}

.seo-1 .seo-block:nth-child(2) {
    background: url(../images/seo-2-bg.jpg), lightgray 50% / cover no-repeat;
    background-position: center 40%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 69px 0 54px;
    mix-blend-mode: luminosity;
    isolation: isolate;

    margin-bottom: 66px;
}

.seo-1 .seo-block:nth-child(3) {
    margin-bottom: 60px;
}

.seo-2 .seo-section__blur:nth-last-of-type(1) {
    top: -196px;
    right: 100px;
}

.seo-2 .seo-section__blur:nth-last-of-type(2) {
    bottom: -300px;
    left: 100px;
}

.sec-2,
.sec-3 {
    position: relative;
    z-index: 2;
}

@media (max-width: 1024px) {
    .header {
        background: #2A113D !important;
    }

    .seo-section {
        padding: 60px 0;

        margin-bottom: 80px;
    }

    .seo-2 .seo-block:nth-child(1) .seo-block__text {
        text-align: unset;
    }

    .seo-1 .seo-block:nth-child(1) .seo-section__image {
        margin-bottom: 50px;
    }

    .seo-1 .seo-block:nth-child(1) .seo-block__title {
        margin-bottom: 50px;
    }

    .seo-1 .seo-block:nth-child(2) .seo-block__title {
        margin-bottom: 50px;
    }

    .seo-1 .seo-block:nth-child(1) {
        margin-bottom: 71px;
    }

    .seo-1 .seo-block:nth-child(2) {
        padding: 30px 0;

        margin-bottom: 69px;
    }

    .seo-1 .seo-block:nth-child(3) {
        margin-bottom: 50px;
    }

    .seo-block {
        margin-bottom: 100px;
    }

    .seo-block:last-child {
        margin-bottom: 50px;
    }

    .seo-block__title {
        font-size: 32px;

        margin-bottom: 50px;
    }

    .sec-3 {
        margin-bottom: 70px;
    }

    .calculator__title {
        font-weight: 700;
    }

    .reviews__item {
        margin-top: 50px;
    }

    .reviews__title {
        max-width: 622px;
        margin-bottom: 0;
    }

    .steps__item-content {
        max-width: 100%;
    }

    .steps__dots-line {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .seo-section {
        padding: 50px 0;

        margin-bottom: 70px;
    }

    .seo-block {
        margin-bottom: 80px;
    }

    .seo-block:last-child {
        margin-bottom: 40px;
    }

    .seo-block__title {
        font-size: 26px;

        margin-bottom: 40px;
    }

    .seo-1 .seo-block:nth-child(1) .seo-block__title {
        margin-bottom: 40px;
    }

    .seo-block__container {
        flex-direction: column;
        row-gap: 15px;
    }

    .seo-1 .seo-block:nth-child(1) {
        margin-bottom: 55px;
    }

    .seo-1 .seo-block:nth-child(2) {
        padding: 30px 0 40px;

        margin-bottom: 54px;
    }

    .seo-1 .seo-block:nth-child(2) .seo-block__title {
        margin-bottom: 40px;
    }

    .seo-section__blur {
        width: 300px;
        height: 300px;
    }

    .seo-1 .seo-block:nth-child(1) .seo-section__image {
        margin-bottom: 40px;
    }

    .seo-1 .seo-block:nth-child(3) {
        margin-bottom: 40px;
    }
}

.container {
    max-width: 1180px;

    margin: 0 auto;
}

.header {
    position: relative;
    z-index: 2;
    border-bottom: 1px solid var(--violet, #7C00E0);
    background: var(--black, #18111D);
}

.firstScreen-background {
    padding-top: 26px;
}

.header__container {
    padding: 11px 0 10px;
}

.header__text {
    color: var(--red, #FF541D);
    text-align: center;

    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.tap-into {
    position: relative;
    z-index: 2;

    margin-bottom: 100px;
}

.tap-into .container {
    position: relative;
}

.tap-into__title {
    color: #FFF;
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 49.4px */
    text-transform: uppercase;

    margin-bottom: 50px;
}

.tap-into__container {
    display: flex;
    align-items: center;
    column-gap: 30px;

    margin-bottom: 50px;
}

.tap-into__illustrations {
    flex-shrink: 0;
    max-width: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.tap-into__illustration {
    width: 100%;
    height: 225px;
    object-fit: cover;
    object-position: center;
    border-radius: 25px;
    border: 2px solid var(--violet, #7C00E0);
}

.tap-into__description {
    color: #FFF;

    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 33px */

    margin-bottom: 20px;
}

.tap-into__description:last-child {
    margin-bottom: 0;
}

.tap-into__button {
    position: relative;
    z-index: 2;
    max-width: 320px;

    margin: 0 auto;
}

.tap-into__blur {
    position: absolute;
    top: 44px;
    left: -270px;
    z-index: -1;
    max-width: unset;
    width: 500px;
    height: 500px;
    border-radius: 500px;
    opacity: 0.9;
    background: linear-gradient(136deg, #7C00E0 0%, rgba(124, 0, 224, 0.00) 100%);
    filter: blur(125px);
    -webkit-filter: blur(125px);
    transform: translateZ(0);
}

.firstScreen-background {
    position: relative;
}

.firstScreen-background__item {
    max-width: unset;
    position: absolute;
    top: -50px;
    left: calc(50% - (1920px / 2));
}

.subheader {
    position: relative;
    z-index: 2;
}

.subheader__logo {
    max-width: 289px;
}

.subheader__logo-tab {
    display: none;
}

.subheader__container {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 40px;
}

.subheader__right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 10px;
}

.subheader__right-bottom {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    row-gap: 10px;
}

.subheader__info-item {
    color: #FFF;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: right;

    margin-bottom: 10px;
}

.subheader__info-item:last-child {
    margin-bottom: 0;
}

.subheader__info-item b {
    color: var(--violet, #7C00E0);
    font-weight: 700;
}

.subheader__info-br {
    display: none;
}

.subheader__places {
    max-width: 633px;
    color: var(--red, #FF541D);
    text-align: right;

    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.firstScreen {
    position: relative;
    z-index: 2;

    margin-bottom: 80px;
}

.firstScreen .container {
    position: relative;
}

.firstScreen__title {
    max-width: 1150px;
    color: var(--white, #FFF);
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 60px */
    letter-spacing: 1.5px;

    margin: 0 auto 50px;
}

.firstScreen__title .special {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 12px;
    border: 4px solid #61E440;
    border-radius: 5px 30px 30px 5px;
    padding: 4px 22px 4px 11px;
}

.firstScreen__title .special .special-text {
    font: inherit;
    color: #61E440;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.firstScreen__container {
    display: flex;
    align-items: flex-start;
    column-gap: 20px;
    row-gap: 30px;
}

.firstScreen__description {
    color: var(--white, #FFF);

    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 33px */

    margin-bottom: 30px;
}

.firstScreen__attention {
    display: flex;
    align-items: flex-start;
    column-gap: 10px;

    margin-bottom: 53px;
}

.firstScreen__attention-image {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.firstScreen__attention-text {
    color: var(--white, #FFF);

    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 27px */
}

.firstScreen__illustration {
    max-width: 780px;
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
}

.firstScreen__form {
    flex-shrink: 0;
}

.firstScreen__blur {
    position: absolute;
    bottom: -150px;
    right: -270px;
    z-index: -1;
    max-width: unset;
    width: 500px;
    height: 500px;
    border-radius: 500px;
    opacity: 0.9;
    background: linear-gradient(136deg, #7C00E0 0%, rgba(124, 0, 224, 0.00) 100%);
    filter: blur(125px);
    -webkit-filter: blur(125px);
    transform: translateZ(0);
}

@media (max-width: 1200px) {
    .container {
        padding: 0 19px;
    }
}

@media (max-width: 1024px) {
    .firstScreen-background {
        padding-top: 36px;
    }

    .subheader__container {
        margin-bottom: 16px;
    }

    .subheader__logo-desk {
        display: none;
    }

    .subheader__logo-tab {
        display: block;
    }

    .subheader__right {
        width: 100%;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        row-gap: 30px;
    }

    .subheader__right-bottom {
        width: 100%;
        flex-direction: row;
        align-items: flex-start;
        column-gap: 30px;
    }

    .subheader__info {
        display: flex;
        align-items: center;
        flex-shrink: 0;
        column-gap: 30px;
    }

    .subheader__info-item {
        text-align: unset;

        margin-bottom: 0;
    }


    .subheader__info-br {
        display: block;
    }

    .subheader__places {
        text-align: unset;
    }

    .firstScreen__title {
        font-size: 38px;
    }

    .firstScreen__container {
        column-gap: 15px;
    }

    .firstScreen__description {
        font-size: 18px;
    }

    .firstScreen__illustration {
        height: 324px;
    }

    .firstScreen__blur {
        bottom: 32px;
        right: -300px;
    }

    .tap-into {
        margin-bottom: 80px;
    }

    .tap-into__title {
        font-size: 32px;
    }

    .tap-into__container {
        flex-direction: column;
        row-gap: 30px;
    }

    .tap-into__illustrations {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        max-width: 100%;
        column-gap: 15px;
    }

    .tap-into__illustration {
        height: 270px;
    }

    .tap-into__description {
        text-align: center;
        font-size: 18px;
    }

    .tap-into__blur {
        top: 73px;
        left: -300px;
    }
}

@media (max-width: 700px) {
    .container {
        padding: 0 10px;
    }

    .firstScreen-background {
        padding-top: 30px;
    }

    .header__text {
        font-size: 14px;
    }

    .subheader__container {
        margin-bottom: 30px;
    }

    .subheader__right {
        flex-direction: column;
        align-items: center;
        row-gap: 15px;
    }

    .subheader__right-bottom {
        flex-direction: column;
        align-items: unset;
        row-gap: 15px;
    }

    .subheader__info {
        justify-content: space-between;
        column-gap: 15px;
    }

    .subheader__info-item {
        font-size: 14px;
    }

    .firstScreen {
        margin-bottom: 70px;
    }

    .firstScreen__text {
        display: flex;
        flex-direction: column;
    }

    .firstScreen__title {
        font-size: 30px;

        margin-bottom: 20px;
    }

    .firstScreen__title .special {
        border-width: 2px;
        column-gap: 6px;
        padding: 4px 10px;
    }

    .firstScreen .special .special-arrow {
        height: 20px;
    }

    .firstScreen__container {
        flex-direction: column;
    }

    .firstScreen__description {
        order: 2;
        font-size: 16px;
        text-align: center;
    }

    .firstScreen__attention {
        order: 3;

        margin-bottom: 0;
    }

    .firstScreen__attention-text {
        font-size: 16px;
    }

    .firstScreen__illustration {
        height: 210px;
        order: 1;

        margin-bottom: 20px;
    }

    .tap-into {
        margin-bottom: 70px;
    }

    .tap-into__title {
        font-size: 26px;

        margin-bottom: 40px;
    }

    .tap-into__container {
        margin-bottom: 40px;
    }

    .tap-into__illustrations {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 10px;
    }

    .tap-into__description {
        font-size: 16px;
    }

    .tap-into__blur {
        display: none;
    }
}