* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth
}

body {
    scroll-behavior: smooth;
    background: #eaafac;
    background: -webkit-gradient(linear, left bottom, left top, from(#eaafac), color-stop(51%, #a968a0), to(#8046a2));
    background: linear-gradient(0deg, #eaafac 0%, #a968a0 51%, #8046a2 100%);
    padding: 20px;
    font-family: "Inter", sans-serif
}

@media (max-width: 768px) {
    body {
        padding: 0
    }
}

@media (max-width: 500px) {
    body {
        background: #fff
    }
}

.form_message.error.inactive {
    margin: 15px 0;
    background-color: #ffd4d4;
    border: 2px dashed #ce0909;
    border-radius: 10px;
    padding: 20px;
    max-width: 350px
}

.form_message.error.inactive {
    display: none
}

.form_message.error.active {
    display: block
}

.desktop-visible {
    display: block
}

@media (max-width: 1200px) {
    .desktop-visible {
        display: none
    }
}

.mobile-visible {
    display: none
}

@media (max-width: 1200px) {
    .mobile-visible {
        display: block
    }
}

.container {
    width: 100%;
    max-width: 1170px;
    margin: auto
}

@media (max-width: 1440px) {
    .container {
        max-width: 1140px
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 1140px;
        padding: 0 20px
    }
}

@media (max-width: 500px) {
    .container {
        padding: 0 3 0px
    }
}

.page-wrapper {
    background-color: #fff;
    border-radius: 10px
}

@media (max-width: 768px) {
    .page-wrapper {
        border-radius: 0
    }
}

.header__wrapper {
    height: 86px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 500px) {
    .header__wrapper {
        height: 46px
    }
}

.logo {
    width: 142px;
    height: 32px
}

@media (max-width: 500px) {
    .logo {
        width: 105px;
        height: 24px
    }
}

.header__text {
    color: #0b1633;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    text-align: right
}

@media (max-width: 500px) {
    .header__text {
        font-size: 12px;
        line-height: 14px
    }
}

.mobile-text {
    display: none
}

@media (max-width: 500px) {
    .mobile-text {
        display: inline-block
    }
}

@media (max-width: 500px) {
    .desktop-text {
        display: none
    }
}

.first-form-section {
    margin: 0 20px;
    border-radius: 20px;
    background-image: url(../images/dotbig-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0b1633;
    padding: 90px 0 44px;
    position: relative;
    overflow: hidden
}

.first-form-section .video {
    padding: 25% 0 0 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 45%;
    left: 0;
    display: none
}

.first-form-section.video-active {
    background-image: none
}

@media (max-width: 1200px) {
    .first-form-section {
        padding: 60px 34px 0;
        background-image: url(../images/bg-mob.jpg);
        background-position: bottom center;
        padding-bottom: 78%
    }

    .first-form-section .video {
        position: relative;
        width: 100%;
        height: 0;
        padding: 56% 0 0 0;
        margin-top: 25px
    }

    .first-form-section.video-active {
        padding-bottom: 40px
    }

    .first-form-section .container {
        padding: 0
    }

    .first-form-section .btn {
        font-size: 16px;
        line-height: 25px;
        -webkit-box-shadow: 0px 4px 20px 0px #000000bf;
        box-shadow: 0px 4px 20px 0px #000000bf
    }
}

@media (max-width: 500px) {
    .first-form-section {
        margin: 0;
        border-radius: 0;
        padding-right: 28px;
        padding-left: 28px;
        padding-top: 24px;
        padding-bottom: 110%
    }

    .first-form-section .btn {
        padding: 12px 12px;
        font-size: 15px;
        line-height: 25px;
        text-align: center
    }
}

.first-form-section__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 72px
}

@media (max-width: 1200px) {
    .first-form-section__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: unset
    }
}

.bonus__block {
    width: 45%;
    position: relative
}

@media (max-width: 1200px) {
    .bonus__block {
        position: absolute;
        bottom: 0;
        right: 50%;
        margin-right: -160px
    }
}

@media (max-width: 500px) {
    .bonus__block {
        bottom: 20px;
        margin-right: -140px
    }
}

.content__block {
    width: 55%
}

@media (max-width: 1200px) {
    .content__block {
        width: 100%
    }
}

.main-header {
    font-style: normal;
    font-weight: 800;
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 42px
}

@media (max-width: 1200px) {
    .main-header {
        text-align: center
    }
}

@media (max-width: 768px) {
    .main-header {
        font-size: 34px;
        line-height: 41px;
        margin-bottom: 12px
    }
}

@media (max-width: 500px) {
    .main-header {
        font-size: 24px;
        line-height: 34px
    }
}

.white-text {
    display: block;
    color: #fff
}

.gradient-text {
    background: linear-gradient(112.8deg, #eab9ac 0%, #d58ea4 29.69%, #a968a0 69.27%, #8046a2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.gradient-img-text {
    display: block;
    height: 48px
}

@media (max-width: 1200px) {
    .gradient-img-text {
        margin: auto
    }
}

@media (max-width: 768px) {
    .gradient-img-text {
        height: 40px
    }
}

@media (max-width: 500px) {
    .gradient-img-text {
        height: 30px
    }
}

.content__block-text {
    color: #fff;
    margin-bottom: 42px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    max-width: 569px
}

@media (max-width: 1200px) {
    .content__block-text {
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 768px) {
    .content__block-text {
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 14px
    }
}

.btn {
    background: linear-gradient(114.08deg, #eab9ac 0%, #d58ea4 19.97%, #a968a0 47.62%, #8046a2 97.03%);
    border-radius: 6px;
    padding: 22px 77px 22px 22px;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    text-decoration: none;
    position: relative;
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

@media (max-width: 500px) {
    .btn {
        font-size: 15px;
        padding: 13px 21px
    }
}

@media (max-width: 1200px) {
    .btn {
        margin-left: auto;
        margin-right: auto
    }
}

.btn::after {
    position: absolute;
    background-image: url(../images/arrow.svg);
    content: "";
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    top: 30px;
    right: 30px
}

@media (max-width: 500px) {
    .btn::after {
        display: none
    }
}

.btn:hover {
    color: #fff;
    text-decoration: none
}

.disclaimer {
    margin-top: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #909ca9
}

.disclaimer .color-text {
    color: #8c50a2
}

@media (max-width: 1200px) {
    .disclaimer {
        margin-left: auto;
        text-align: center;
        margin-right: auto
    }
}

@media (max-width: 500px) {
    .disclaimer {
        margin-bottom: 0;
        font-size: 12px;
        line-height: 20px
    }
}

.bonus__block-wrapper {
    background: rgba(11, 22, 51, 0.9);
    -webkit-backdrop-filter: blur(1.5px);
    backdrop-filter: blur(1.5px);
    border-radius: 6px;
    padding: 20px 25px;
    height: 150px;
    width: 264px;
    position: absolute;
    bottom: 0;
    right: 14%
}

@media (max-width: 1440px) {
    .bonus__block-wrapper {
        right: 10%
    }
}

@media (max-width: 500px) {
    .bonus__block-wrapper {
        text-align: center;
        width: 256px;
        height: 133px
    }
}

.bonus__block-wrapper-after {
    position: absolute;
    background: linear-gradient( 114.08deg, #eab9ac 0%, #d58ea4 19.97%, #a968a0 47.62%, #8046a2 97.03% );
    top: -87px;
    right: -100px;
    cursor: pointer;
    border-radius: 10px;
}

@media (max-width: 500px) {
    .bonus__block-wrapper-after {
        width: 164px;
        height: 26px;
        right: 36%;
        margin-right: -48px;
        top: -48px;
    }
    
    
}
.pulse {
    color: white;
    border-radius: 10px;
    padding: 16px;
    font-size: 25px;

    
}

@media (max-width: 500px) {
    .pulse {
        color: white;
        border-radius: 10px;
        font-size: 17px;
        white-space: nowrap;
    }
}

.pulse::before {
  content: '';
  position: absolute;
  border: 2px solid #800080;
  left: -20px;
  opacity: 0;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: pulse 2.5s linear infinite;
}

.pulse::after {
  animation-delay: 1.25s;
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.bonus__title {
    font-weight: 800;
    font-size: 16px;
    line-height: 21px;
    background: linear-gradient(112.8deg, #eab9ac 0%, #d58ea4 29.69%, #a968a0 69.27%, #8046a2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

@media (max-width: 500px) {
    .bonus__title {
        font-size: 14px;
        display: inline
    }
}

.bonus__subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    margin-bottom: 8px
}

@media (max-width: 500px) {
    .bonus__subtitle {
        font-size: 14px;
        display: inline
    }
}

.bonus__text {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #fff
}

@media (max-width: 500px) {
    .bonus__text {
        text-align: center
    }
}

.about-course {
    padding: 68px 0 96px
}

@media (max-width: 500px) {
    .about-course {
        padding: 40px 0 56px
    }
}

.about-course .btn {
    margin: auto;
    background: linear-gradient(90.17deg, #0e1d45 0%, #8046a2 100.03%)
}

.section-heading {
    font-weight: 800;
    font-size: 34px;
    line-height: 41px;
    color: #0b1633;
    margin-bottom: 54px;
    text-align: center
}

@media (max-width: 500px) {
    .section-heading {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 34px
    }
}

.about-course__wrapper {
    -webkit-column-gap: 30px;
    column-gap: 30px;
    row-gap: 34px;
    display: -ms-grid;
    display: grid;
    margin-bottom: 54px;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr)
}

@media (max-width: 768px) {
    .about-course__wrapper {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 500px) {
    .about-course__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 15px;
        padding-bottom: 0;
        height: auto;
        margin-bottom: 0
    }
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 5px;
    background: linear-gradient(112.8deg, #eab9ac 0%, #d58ea4 29.69%, #a968a0 69.27%, #8046a2 100%);
    border-radius: 100px
}

::-webkit-scrollbar {
    width: 100%;
    height: 5px
}

::-webkit-scrollbar-track {
    background: transparent
}

::-webkit-scrollbar-thumb {
    width: 70px;
    height: 5px;
    background: linear-gradient(112.8deg, #eab9ac 0%, #d58ea4 29.69%, #a968a0 69.27%, #8046a2 100%);
    border-radius: 100px
}

.about-course__card {
    padding: 32px 24px;
    background-color: #f8f8f8;
    border-radius: 4px
}

@media (max-width: 500px) {
    .about-course__card {
        min-width: calc(100vw - 70px)
    }
}

.about-course__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #61646f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

@media (max-width: 1200px) {
    .about-course__text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 500px) {
    .about-course__text {
        font-size: 16px;
        line-height: 27px
    }
}

.about-course__text::before {
    content: "";
    min-width: 64px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 64px
}

.about-course__card:nth-child(1) .about-course__text::before {
    background-image: url(../images/1_1.png)
}

.about-course__card:nth-child(2) .about-course__text::before {
    background-image: url(../images/2_1.png)
}

.about-course__card:nth-child(3) .about-course__text::before {
    background-image: url(../images/3_1.png)
}

.about-course__card:nth-child(4) .about-course__text::before {
    background-image: url(../images/4_1.png)
}

.about-course__card:nth-child(5) .about-course__text::before {
    background-image: url(../images/5.png)
}

.about-course__card:nth-child(6) .about-course__text::before {
    background-image: url(../images/6.png)
}

.about-course__card:nth-child(3) {
    position: relative
}

.about-course__card:nth-child(3) .about-course__text {
    position: relative;
    z-index: 3
}

.about-course__card:nth-child(3)::before {
    content: "";
    position: absolute;
    background: linear-gradient(112.8deg, #eab9ac 0%, #d58ea4 29.69%, #a968a0 69.27%, #8046a2 100%);
    border-radius: 15px;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    height: 100%;
    width: 100%;
    top: -7px;
    right: -7px;
    z-index: 1
}

.about-course__card:nth-child(3)::after {
    position: absolute;
    content: "";
    background: #f8f8f8;
    border-radius: 4px;
    height: 100%;
    width: 100%;
    top: 0px;
    right: 0px;
    z-index: 2
}

@media (max-width: 768px) {

    .about-course__card:nth-child(3)::before,
    .about-course__card:nth-child(3)::after {
        display: none
    }
}

.about-course__card:nth-child(2) {
    position: relative
}

.about-course__card:nth-child(2) .about-course__text {
    position: relative;
    z-index: 3
}

.about-course__card:nth-child(2)::before {
    content: "";
    position: absolute;
    background: linear-gradient(112.8deg, #eab9ac 0%, #d58ea4 29.69%, #a968a0 69.27%, #8046a2 100%);
    border-radius: 15px;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    height: 100%;
    width: 100%;
    top: -7px;
    right: -7px;
    z-index: 1;
    display: none
}

.about-course__card:nth-child(2)::after {
    position: absolute;
    content: "";
    background: #f8f8f8;
    border-radius: 4px;
    height: 100%;
    width: 100%;
    top: 0px;
    right: 0px;
    z-index: 2;
    display: none
}

@media (max-width: 768px) {

    .about-course__card:nth-child(2)::before,
    .about-course__card:nth-child(2)::after {
        display: block
    }
}

@media (max-width: 500px) {

    .about-course__card:nth-child(2)::before,
    .about-course__card:nth-child(2)::after {
        display: none
    }
}

.speaker {
    padding: 80px 25px 0;
    margin: 0 20px;
    border-radius: 20px;
    background: url(../images/bg2.jpg);
    background-size: cover;
    position: relative;
    background-position-x: right;
    overflow: hidden
}

.speaker .section-heading {
    color: #fff
}

.speaker .btn {
    margin-bottom: 40px
}

@media (max-width: 1200px) {
    .speaker {
        background-size: auto 100%
    }

    .speaker .btn {
        margin: auto
    }
}

@media (max-width: 768px) {
    .speaker {
        padding-top: 60px;
        background: #0b1633
    }
}

@media (max-width: 500px) {
    .speaker {
        padding: 0;
        padding-top: 45px;
        margin: 0;
        border-radius: 0
    }
}

.speaker__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1200px) {
    .speaker__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.speaker__content {
    width: 50%
}

@media (max-width: 1200px) {
    .speaker__content {
        width: 100%
    }
}

.speaker__img {
    width: 50%
}

@media (max-width: 1200px) {
    .speaker__img {
        max-width: 450px;
        width: 100%;
        display: block;
        margin: 40px auto 0
    }
}

.speaker__group p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #909ca9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px
}

.speaker__group p::before {
    content: "";
    margin-top: 2px;
    min-width: 20px;
    height: 20px;
    background-image: url(../images/check.png)
}

.speaker__group {
    display: -ms-grid;
    display: grid;
    gap: 36px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 50px
}

@media (max-width: 500px) {
    .speaker__group {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 20px
    }
}

.decor-icon {
    -webkit-filter: drop-shadow(0px 2.66667px 13.3333px rgba(0, 0, 0, 0.75));
    filter: drop-shadow(0px 2.66667px 13.3333px rgba(0, 0, 0, 0.75));
    position: absolute
}

.dollar-icon {
    width: 72px;
    height: 72px;
    top: 35%;
    left: 5%
}

@media (max-width: 1600px) {
    .dollar-icon {
        left: 1%;
        top: 15%
    }
}

@media (max-width: 1200px) {
    .dollar-icon {
        width: 60px;
        height: 60px;
        top: 85%;
        left: 5%
    }
}

@media (max-width: 768px) {
    .dollar-icon {
        width: 50px;
        height: 50px;
        top: unset;
        left: unset;
        bottom: -15px;
        right: 50%
    }
}

@media (max-width: 768px) {
    .dollar-icon {
        width: 40px;
        height: 40px;
        bottom: -10px
    }
}

.eth-icon {
    width: 65px;
    height: 65px;
    bottom: 5%;
    left: 45%
}

@media (max-width: 1200px) {
    .eth-icon {
        width: 50px;
        height: 50px;
        bottom: -15px;
        right: 50%
    }
}

@media (max-width: 768px) {
    .eth-icon {
        width: 60px;
        height: 60px;
        top: 85%;
        left: 5%
    }
}

@media (max-width: 500px) {
    .eth-icon {
        width: 40px;
        height: 40px;
        top: 82%
    }
}

.bitcoin-icon {
    width: 60px;
    height: 60px;
    bottom: 25%;
    right: 10%
}

@media (max-width: 1600px) {
    .bitcoin-icon {
        right: 5%
    }
}

@media (max-width: 1200px) {
    .bitcoin-icon {
        width: 50px;
        height: 50px;
        bottom: 30%;
        right: 10%
    }
}

@media (max-width: 1200px) {
    .bitcoin-icon {
        width: 40px;
        height: 40px;
        bottom: 21%;
        right: 10%
    }
}

.gallery {
    padding: 80px 0 85px
}

.gallery .btn {
    margin: 50px auto 0;
    background: linear-gradient(90.17deg, #0e1d45 0%, #8046a2 100.03%)
}

@media (max-width: 1200px) {
    .gallery {
        padding-top: 40px
    }
}

@media (max-width: 768px) {
    .gallery {
        padding-bottom: 90px
    }
}

@media (max-width: 500px) {
    .gallery {
        padding-bottom: 60px
    }

    .gallery .btn {
        margin-top: 30px
    }
}

.gallery__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px
}

@media (max-width: 768px) {
    .gallery__wrapper {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 500px) {
    .gallery__wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 0;
        height: auto;
        margin-bottom: 0
    }
}

@media (max-width: 500px) {

    .gallery__container,
    .about-course__container {
        margin-bottom: 30px
    }
}

.photo {
    border-radius: 10px;
    max-width: 100%;
    width: 100%
}

@media (max-width: 500px) {
    .photo {
        min-width: calc(100vw - 70px)
    }
}

.program {
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 100px;
    padding-top: 35px;
    overflow: hidden
}

.program .section-heading {
    text-align: left;
    margin-bottom: 28px
}

.program .subheading {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #2a334c;
    max-width: 340px
}

@media (max-width: 1200px) {
    .program {
        background-image: url(../images/line2.png);
        background-position: top -20px center
    }
}

@media (max-width: 768px) {
    .program {
        padding-top: 0;
        background-image: url(../images/line3.png);
        background-position: top -80px center
    }
}

@media (max-width: 500px) {
    .program {
        padding-bottom: 45px;
        background-image: none;
        background-position: top -180px center
    }

    .program .section-heading {
        margin-bottom: 18px
    }

    .program .subheading {
        font-size: 14px;
        line-height: 24px
    }
}

.day__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1200px) {
    .day__cards {
        max-width: 924px;
        margin: auto
    }
}

@media (max-width: 768px) {
    .day__cards {
        max-width: 500px
    }
}

.day__card {
    max-width: 230px;
    position: relative
}

.day__icon {
    width: 64px;
    height: 65px;
    margin-bottom: 20px;
    background-color: white;
    border-radius: 10px;
    position: relative;
    z-index: 2
}

@media (max-width: 500px) {
    .day__icon {
        margin-bottom: 5px
    }
}

.day {
    position: absolute;
    top: 7px;
    right: 0
}

.day span {
    color: #0b1633;
    font-weight: 800;
    font-size: 24px;
    line-height: 100px;
    text-align: right;
    display: block
}

.day__bg {
    position: absolute;
    font-weight: 800;
    font-size: 150px;
    line-height: 112px;
    background: linear-gradient(181.51deg, #0c1734 1.29%, rgba(12, 23, 52, 0) 95.14%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: 0.2;
    top: -4px;
    right: -20px
}

.day1 .day__bg {
    right: 4px
}

.day__text {
    color: #61646f;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 15px;
    max-width: 220px
}

.plus__icon {
    width: 34px;
    height: 33px;
    cursor: pointer;
    position: relative;
    z-index: 2
}

@media (max-width: 500px) {

    .day1,
    .day2,
    .day3,
    .day4 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: auto
    }
}

.small {
    display: none
}

@media (max-width: 500px) {
    .small {
        display: block;
        max-width: 375px
    }
}

.day4 {
    margin-top: -74px
}

.day4 .day4__decor {
    display: none
}

@media (max-width: 1200px) {
    .day4 {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        margin-top: 30px
    }

    .day4 .day4__decor {
        display: block;
        position: absolute;
        width: 100%;
        top: -254px;
        left: -170%
    }

    .day4 .day4__decor .medium {
        display: none
    }
}

@media (max-width: 768px) {
    .day4 {
        margin: unset;
        margin-top: 30px
    }

    .day4 .day4__decor {
        display: block;
        position: absolute;
        width: 100%;
        top: -264px;
        left: -138%
    }

    .day4 .day4__decor .medium {
        display: block
    }

    .day4 .day4__decor .large {
        display: none
    }
}

@media (max-width: 500px) {
    .day4 {
        margin: auto;
        margin-top: 30px
    }

    .day4 .day4__decor .medium {
        display: none
    }
}

.day3 {
    margin-top: 16px
}

@media (max-width: 1200px) {
    .day3 {
        margin-top: -28px
    }
}

@media (max-width: 768px) {
    .day3 {
        margin-top: 130px
    }
}

@media (max-width: 500px) {
    .day3 {
        margin-top: 30px
    }
}

.day2 {
    margin-top: 102px
}

@media (max-width: 1200px) {
    .day2 {
        margin-top: 64px
    }
}

@media (max-width: 768px) {
    .day2 {
        margin-top: 58px
    }
}

@media (max-width: 500px) {
    .day2 {
        margin-top: 30px
    }
}

.day1 {
    margin-top: 216px
}

@media (max-width: 1200px) {
    .day1 {
        margin-top: 163px
    }
}

@media (max-width: 500px) {
    .day1 {
        margin-top: 80px
    }
}

.break-4 {
    display: none
}

@media (max-width: 1200px) {
    .break-4 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        height: 0;
        display: block
    }
}

@media (max-width: 768px) {
    .break-4 {
        display: none
    }
}

.break-3 {
    display: none
}

@media (max-width: 768px) {
    .break-3 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        height: 0;
        display: block
    }
}

@media (max-width: 500px) {

    .day1 .day1__decor,
    .day2 .day2__decor,
    .day3 .day3__decor,
    .day4 .day4__decor {
        position: absolute;
        width: 100%;
        top: -372px;
        left: -73px
    }
}

.day1 .day1__decor,
.day2 .day2__decor,
.day3 .day3__decor {
    display: none
}

@media (max-width: 500px) {

    .day1 .day1__decor,
    .day2 .day2__decor,
    .day3 .day3__decor {
        display: block
    }
}

.apps {
    padding-bottom: 90px
}

@media (max-width: 768px) {
    .apps {
        padding-bottom: 45px
    }
}

.apps__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 150px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.apps__wrapper img {
    height: 55px
}

@media (max-width: 1200px) {
    .apps__wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: unset;
        max-width: 800px;
        margin: auto
    }
}

@media (max-width: 768px) {
    .apps__wrapper img {
        height: 45px
    }
}

@media (max-width: 500px) {
    .apps__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .apps__wrapper img {
        height: 35px
    }

    .apps__wrapper img:first-child {
        height: 69px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        display: block
    }
}

.form-section {
    background: url(../images/form-bg.jpg);
    background-size: cover;
    border-radius: 20px;
    margin: 0 20px;
    padding: 80px 34px
}

@media (max-width: 500px) {
    .form-section {
        padding: 40px 34px 0;
        margin: 0 0 20px;
        border-radius: 0
    }

    .form-section .container {
        padding: 0
    }
}

.form-section .subheading {
    max-width: 1000px;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 50px
}

@media (max-width: 500px) {
    .form-section .subheading {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 44px
    }
}

.form-section__heading {
    font-weight: 800;
    font-size: 34px;
    line-height: 41px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px
}

.form-section__heading .gradient-img-text {
    height: 38px;
    margin: auto;
    display: block
}

.form-section__heading .gradient-text,
.form-section__heading .white-text {
    display: inline
}

.form-section__heading .gradient-text {
    background: linear-gradient(112.8deg, #8b6a86 0%, #a968a0 29.69%, #a968a0 69.27%, #8046a2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width: 768px) {
    .form-section__heading {
        font-weight: 800;
        font-size: 24px;
        line-height: 34px
    }

    .form-section__heading .gradient-img-text {
        max-width: 100%;
        height: auto
    }

    .form-section__heading .gradient-text {
        color: #fff;
        -webkit-background-clip: unset;
        background: unset;
        -webkit-text-fill-color: unset
    }
}

.form {
    margin: auto;
    max-width: 490px;
    padding: 30px 48px;
    background: linear-gradient(112.8deg, rgba(234, 185, 172, 0.16) 0%, rgba(213, 142, 164, 0.16) 29.69%, rgba(169, 104, 160, 0.16) 69.27%, rgba(128, 70, 162, 0.16) 100%);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    -webkit-backdrop-filter: blur(3.5px);
    backdrop-filter: blur(3.5px);
    border-radius: 4px
}

@media (max-width: 500px) {
    .form {
        max-width: calc(100% + 68px);
        width: calc(100% + 68px);
        padding: 30px 32px;
        margin-left: -34px;
        margin-right: -34px
    }
}

.form__label {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    display: block;
    margin-bottom: 7px;
    color: #fff
}

.form form>input {
    width: 100%;
    background: #fcfcfd;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    height: 48px;
    padding: 15px 12px;
    color: #0b1633;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px
}

.form form>input::-webkit-input-placeholder {
    color: #8a8c95
}

.form form>input:-ms-input-placeholder {
    color: #8a8c95
}

.form form>input::-ms-input-placeholder {
    color: #8a8c95
}

.form form>input::placeholder {
    color: #8a8c95
}

.iti--allow-dropdown,
.iti input {
    height: 48px;
    width: 100%
}

.iti input {
    background: #fcfcfd;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    color: #0b1633;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px
}

.iti input::-webkit-input-placeholder {
    color: #8a8c95
}

.iti input:-ms-input-placeholder {
    color: #8a8c95
}

.iti input::-ms-input-placeholder {
    color: #8a8c95
}

.iti input::placeholder {
    color: #8a8c95
}

.iti input:focus {
    outline: #8c50a2 1px solid
}

.form form>input:focus {
    outline: #8c50a2 1px solid
}

.form .btn {
    margin-top: 30px;
    margin-bottom: 24px;
    border: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    min-width: 100%;
    cursor: pointer
}

@media (max-width: 500px) {
    .form .btn {
        margin-top: 24px;
        padding: 12px 12px;
        font-size: 15px
    }
}

.email-label,
.phone-label {
    margin-top: 20px
}

.bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px
}

.bonus__img {
    width: 76px;
    height: 73px;
    border-radius: 4px
}

.form__bonus__title {
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 3px
}

.form__bonus__title .gradient-text {
    font-weight: 800;
    font-size: 14px;
    line-height: 27px;
    display: inline-block
}

@media (max-width: 500px) {
    .form__bonus__title {
        display: none
    }

    .form__bonus__title.mobile {
        display: block;
        margin-bottom: 10px
    }
}

.form__bonus__subtitle {
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    color: #fff
}

.checkbox-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 9px
}

input[type="checkbox"]:checked {
    background: #9356a1
}

input[type="checkbox"] {
    position: relative;
    min-width: 24px;
    height: 24px;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
    -webkit-transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
    transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
    padding: 0;
    background: transparent;
    border: 1px #9356a1 solid
}

input[type="checkbox"]::before {
    position: absolute;
    content: "";
    background: url(../images/checked.svg);
    display: block;
    width: 16px;
    height: 13px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 4px;
    left: 3px;
    display: none
}

input[type="checkbox"]:checked::before {
    display: block
}

.checkbox-label {
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    color: #909ca9
}

.checkbox-link {
    display: block;
    text-decoration: none;
    color: #a363a1
}

.form_message.error.inactive {
    display: none
}

.form_message.error.active {
    display: block
}

label.error {
    display: block;
    margin-top: 2px;
    font-size: 14px;
    color: #bb7fb9
}

.custom-footer {
    background-color: #0b1633;
    padding-top: 52px;
    padding-bottom: 88px;
    width: 100%;
    font-family: "Inter", sans-serif;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: 40px
}

.foter__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.custom-footer a,
.custom-footer a:hover {
    color: #fff
}

.footer__group--bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 28px
}

.links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.email span {
    text-decoration: underline
}

.footer__group--upper img {
    width: 142px;
    height: 32px;
    margin-bottom: 66px
}

.separator-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(112.8deg, #eab9ac 0%, #d58ea4 29.69%, #a968a0 69.27%, #8046a2 100%);
    margin-bottom: 50px
}

.custom-footer hr {
    height: 1px;
    background: #fff;
    margin-bottom: 24px;
    margin-top: 0
}

.footer-disclaimer {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #fcfcfc;
    margin-bottom: 28px
}

.footer__group--bottom {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0
}

.footer__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px
}

.reserved {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px
}

.tablet--visible {
    display: none
}

.video-content {
    width: 100%;
    position: relative
}

.video-poster {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1
}

@media (max-width: 1200px) {
    .reserved {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 32px;
        width: 100%
    }

    .links {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }

    .footer__contacts {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .footer__group--bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .desktop--visible {
        display: none
    }

    .tablet--visible {
        display: block
    }

    .foter__group img:nth-child(2) {
        display: none
    }
}

@media (max-width: 768px) {
    .custom-footer {
        padding-bottom: 53px;
        border-radius: 0
    }

    .links {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px
    }

    .mobile--visible.footer__contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px
    }

    .tablet--visible {
        display: none
    }

    .footer__group--bottom {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width: 500px) {
    .custom-footer {
        padding-bottom: 70px
    }

    .footer__group--upper img {
        width: 105px;
        height: 24px;
        margin-bottom: 44px
    }

    .separator-line {
        margin-bottom: 30px
    }

    .footer-disclaimer {
        margin-bottom: 20px
    }

    .footer__group--bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 10px
    }

    .reserved {
        margin-top: 20px
    }
}

.program__day-info {
    color: #61646f;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    background-color: #ffffffbd;
    margin-bottom: 10px;
    display: none;
    position: relative;
    z-index: 2
}

.program__day-info .text {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 5px
}

.program__day-info ul {
    margin-left: 20px
}

.program__day-info li {
    margin-bottom: 10px
}

@media (max-width: 500px) {
    .program__day-info {
        background-color: transparent
    }
}

.minus {
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background-color: #26355d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 11px;
    cursor: pointer;
    display: none;
    position: relative;
    z-index: 2
}

/*# sourceMappingURL=style.min.css.map */