.b-page {
    background: #252C36 url("/includes/images/gray-blue/bg_pattern.png") calc(50% + 25px) 25px / 50px fixed;
    overflow-x: hidden;
}
.b-section__title {
    width: fit-content;
    margin: 0 auto 10px;
    font: 700 32px/52px 'Inter', sans-serif;
    background: linear-gradient(102.32deg, #00FCB0 19.09%, #22E2FF 44.19%, #4580FF 70.85%) text;
    color: #00000000;
    text-align: center;
}
.b-section__description {
    position: relative;
    margin-bottom: 134px;
    color: #B3B7BD;
    z-index: 0;
}
.b-section__description:before {
    content: "";
    position: absolute;
    width: 1920px;
    height: 200px;
    top: calc(100% - 33px);
    left: calc(50% - 959px);
    background: url("/includes/images/gray-blue/horizontal-line.svg") center top;
    z-index: -1;
}

.gb-animation__side {
    position: fixed;
    top: 0;
    width: 174px;
    height: 100%;
    z-index: 1;
}
.gb-animation__side_left {
    right: calc(50% + 540px);
}
.gb-animation__side_right {
    left: calc(50% + 539px);
}
.gb-animation__light {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #7897FF1A 0 0 / 1px 50% no-repeat;
    animation: 5s linear 0s infinite normal move_line;
}
@keyframes move_line {
    0% {
        background-position-y: -100%;
    }
    100% {
        background-position-y: 200%;
    }
}
.gb-animation__light_2,
.gb-animation__light_4 {
    margin-left: 100%;
    animation-duration: 8s;
}
.gb-animation__light_2,
.gb-animation__light_3 {
    animation-direction: reverse;
    background-image: linear-gradient(180deg, #10BBFF 0%, #3589FF 35%, rgba(0, 10, 52, 0) 100%);
}
.gb-animation__light_1,
.gb-animation__light_4 {
    background-image: linear-gradient(0deg, #10BBFF 0%, #3589FF 35%, rgba(0, 10, 52, 0) 100%);
}

.gb-animation__light_1 {}
.gb-animation__light_2 {}
.gb-animation__light_3 {}
.gb-animation__light_4 {}

@media (max-width: 1800px) {
    .gb-animation {
        left: calc(50% - 677px);
        width: 1351px;
    }
    .gb-animation__side {
        width: 136px;
    }
}
.b-footer-flex {
    position: relative;
}
.b-section {
    position: relative;
}

.b-first__wrapper {
    padding: 0 0 875px;
}
.b-first-gb {
    position: relative;
    width: 100%;
    height: 0;
    top: -968px;
    z-index: 4;
}
.b-first-gb__vertical-line {
    position: absolute;
    top: -172px;
    height: 184px;
    width: 1px;
    border: solid #7897FF1A;
    border-width: 0 0 0 1px;
}
.b-first-gb__vertical-line.left {
    left: calc(50% - 383px);
}
.b-first-gb__vertical-line.right {
    right: calc(50% - 382px);
}
.b-first {
    z-index: 1;
}
.b-first-gb__back-blur {
    position: absolute;
    width: 924px;
    height: 407px;
    left: calc(50% - 462px);
    top: 93px;
    border-radius: 56px;
    background: linear-gradient(90.06deg, #01FCB1 0.05%, #15C3E6 20.03%, #1583E6 76.98%, #153FE6 99.96%);
    opacity: 0.2;
    filter: blur(180px);
}
.b-first-gb__achiv-blur {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 530px);
    top: 782px;
    width: 1060px;
    height: 160px;
    border-radius: 80px;
    background: linear-gradient(90.06deg, #01FCB1 0.05%, #15C3E6 20.03%, #1583E6 76.98%, #153FE6 99.96%);
    filter: blur(90px);
    opacity: 0.3;
}
@-moz-document url-prefix() {
    .b-first-gb__back-blur {
        filter: blur(360px);
    }
    .b-first-gb__achiv-blur {
        filter: blur(180px);
    }
}

.b-first-gb__laptop {
    position: absolute;
    width: 100%;
    height: 801px;
    background: url(../../chillmate/img/bg_laptop_2.webp) center top / 1260px auto no-repeat;
}
.b-first-gb__horizontal-line {
    position: absolute;
    top: 16px;
    width: 100%;
    height: 502px;
    border: solid #7897FF1A;
    border-width: 1px 0;
}

.early-bird-background {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100001;
    background: rgba(1, 1, 12, 0.8);
    overflow: auto;
    text-align: center;

    display: flex;
    align-items: center;
    justify-content: center;

}


.eb13-form {
    display: inline-block;
    position: relative;
    width: 620px;
    height: 274px;
    background-color: #FFFFFF;
    border-radius: 8px;
}
.eb13-form__close {
    position: absolute;
    right: -32px;
    top: -32px;
    width: 25px;
    height: 25px;
    background: url("/includes/unit_v2/chillmate-early-bird/img/cross.svg") 0 0 / 25px 25px no-repeat;
    cursor: pointer;
}
.eb13-form__title {
    margin: 40px auto 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #1B222F;
}
.eb13-form__sub-title {
    margin: 8px auto 16px;
    font-size: 14px;
    line-height: 20px;
    color: #575C63;
}
.eb13-form__sale-flag {
    display: inline-block;
    width: 12px;
    height: 30px;
    background: url("/includes/cpages/boost-speed-13-early-bird//img/sale_flag.png") 0 0 / 12px 30px no-repeat;
    vertical-align: top;
}
.eb13-form__sale-banner {
    display: inline-block;
    padding: 2px 0 3px;
    background: #FFD429;
    font-weight: bold;
    font-size: 17px;
    line-height: 25px;
    color: #6F4700;
    vertical-align: top;
}
.eb13-form__email {
    position: absolute;
    top: 182px;
    left: 40px;
    box-sizing: border-box;
    width: 325px;
    height: 52px;
    border: 1px solid #B3D2E2;
    background: #FFFFFF url("/includes/cpages/boost-speed-13-early-bird/img/mail.svg") 18px 20px no-repeat;
    box-shadow: 0 3px 11px rgba(4, 78, 129, 0.161);
    padding-left: 44px;
}
.eb13-form__submit {
    position: absolute;
    top: 182px;
    left: 376px;
    box-sizing: border-box;
    width: 204px;
    height: 52px;
    border: none;
    padding: 16px 6px 16px 34px;
    background: #00D575 url("/includes/cpages/boost-speed-13-early-bird/img/airplane.svg") 35px 19px no-repeat;
    box-shadow: 0 10px 13px rgba(0, 219, 124, 0.2);
    font: 14px/20px 'Open Sans', sans-serif;
    color: #FFFFFF;
    cursor: pointer;
}
.eb13-form__submit:hover {
    background-color: #20E590;
}
.eb13-form__success {
    position: absolute;
    left: 0;
    top: 245px;
    width: 100%;
    font-size: 12px;
    color: #2dc34a;
}
.eb13-form__error {
    position: absolute;
    left: 0;
    top: 245px;
    width: 100%;
    font-size: 12px;
    color: #bf0206;
}
.eb13-form__success-subscribe {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 620px;
    height: 274px;
    background: #FFFFFF url("/includes/cpages/boost-speed-13-early-bird/img/happy_mail.png") center 124px / 153px 140px no-repeat;
    border-radius: 8px;
}
.desktop .b-about__preloader {
    display: none;
}
