#starts {
    position: relative;
    overflow: hidden;
    background: url(../assets/ice.jpg) center / cover no-repeat;
    margin-top: -1px;
}

.starts {
    padding: 225px 64px 400px;
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.starts::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 159px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    pointer-events: none;
    bottom: -130px;
    left: 0;
    z-index: 2;
}

#starts::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 330px;
    background: url(../assets/snow1.png) bottom / contain no-repeat;
    pointer-events: none;
    bottom: 0;
    left: 0;
    z-index: 0;
}

#starts::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 513px;
    background: url(../assets/snowup.png) top / contain no-repeat;
    pointer-events: none;
    top: 0px;
    left: -0;
    z-index: 0;
}

.starts_head {
    padding-bottom: 88px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.starts_title {
    color: #4C8DF5;
    text-align: center;
    font-family: 'Ramillas';
    font-size: 64px;
    line-height: 110%;
    letter-spacing: -0.64px;
}

.starts_after_title {
    color: #26314B;
    text-align: center;
    font-size: 24px;
    line-height: 130%;
    max-width: 640px;
}

.sol {
    position: absolute;
    top: 459px;
    left: 34px;
    width: 240px;
    pointer-events: none;
    animation: fly 1.5s ease infinite;
}

@keyframes fly {
    0% {
        top: 439px;
    }

    50% {
        top: 459px;
    }

    100% {
        top: 439px;
    }
}

.book {
    position: absolute;
    right: -40px;
    bottom: 45px;
    width: 455px;
    z-index: 5;
    pointer-events: none;
}

.starts_content {
    max-width: 1179px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 110px 0 0;
}

.starts_first,
.starts_second {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    opacity: 0;
    width: 100%;
    margin: 0 auto;
    padding: 28px;
    align-items: flex-start;
    gap: 32px;
    border-radius: 40px;
    border: 12px solid #FFF;
    box-shadow: 0 0 14px 0 rgba(127, 164, 187, 0.25);
    pointer-events: none;
}

.starts_first.active,
.starts_second.active {
    position: relative;
    pointer-events: all;
    z-index: 2;
    opacity: 1;
}

.starts_first {
    z-index: 1;
    background: linear-gradient(180deg, #ECFAFF 0%, #D0F3FF 100%);
}

.starts_second {
    z-index: 1;
    background: linear-gradient(180deg, #DDFFF0 0%, #BAFFE1 100%);
}

.start_point {
    display: flex;
    width: 512px;
    height: 224px;
    padding: 26px 40px 32px 40px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 32px;
    border: 8px solid #FFF;
    box-shadow: 0 0 14px 0 rgba(127, 164, 187, 0.25);
    position: absolute;
    z-index: 0;
    top: 26px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.point_first.active,
.point_second.active {
    padding: 49px 40px 32px 40px;
    top: -13px;
}

.point_first.active:hover,
.point_second.active:hover {
    top: -20px;
}

.point_first:hover,
.point_second:hover {
    top: 16px;
}

.start_point span {
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.24px;
}

.point_first span,
.point_third span {
    color: #4774B9;
}

.point_second span,
.point_fourth span {
    color: #139174;
}

.point_first,
.point_third {
    background: linear-gradient(180deg, #ECFAFF 0%, #D0F3FF 100%);
    left: 55px;
}

.point_second,
.point_fourth {
    background: linear-gradient(180deg, #DDFFF0 0%, #BAFFE1 100%);
    right: 64px;
}

.video_title {
    font-family: 'Ramillas Bold';
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.32px;
    text-align: center;
}

.starts_first .video_title {
    color: #4774B9;
}

.starts_second .video_title {
    color: #139174;
}

.start_videos {
    height: -webkit-fill-available;
    display: flex;
    padding: 24px 32px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border-radius: 32px;
    box-shadow: 0 -0.518px 0.518px 0 #CCC inset, 0 0.545px 1.09px 0 rgba(0, 0, 0, 0.30) inset;
}

.starts_first .start_videos {
    background: linear-gradient(180deg, #D0F3FF 0%, #C5EDFA 100%);
}

.starts_second .start_videos {
    background: linear-gradient(180deg, #B8EAD3 0%, #B3F6D9 100%);
}

.starts_line {
    width: 100%;
    height: 1px;
    background: #ababab;
}

.video_here {
    height: 181px;
    align-self: stretch;
    aspect-ratio: 323/181;
    border-radius: 10px;
}


.video_here iframe {
    border-radius: 10px;
    aspect-ratio: 323/181;
}

.video_block {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.video_buttons {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: auto;
}

.blue_button,
.dark_blue_button,
.green_button,
.dark_green_button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    width: 100%;
    border-radius: 100px;
    cursor: pointer;
}

.in_blue_button,
.in_dark_blue_button,
.in_green_button,
.in_dark_green_button {
    width: 100%;
    display: flex;
    padding: 12px 40px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 100px;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    cursor: pointer;
}

.blue_button {
    background: linear-gradient(0deg, #BEDCFF 0%, #EFF6FF 100%);
}

.dark_blue_button {
    background: linear-gradient(0deg, #55A4FF 0%, #326FB5 100%);
}

.green_button {
    background: linear-gradient(0deg, #B9FFDC 0%, #72FEB7 100%);
}

.dark_green_button {
    background: linear-gradient(0deg, #008442 0%, #1FBD6D 100%);
}

.in_blue_button {
    color: #4774B9;
    background: linear-gradient(180deg, #BEDCFF 0%, #EFF6FF 100%);
}

.in_dark_blue_button {
    color: #FFFFFF;
    background: linear-gradient(180deg, #55A4FF 0%, #326FB5 100%);
}

.in_green_button {
    color: #139174;
    background: linear-gradient(180deg, #B9FFDC 0%, #72FEB7 100%);
}

.in_dark_green_button {
    color: #FFFFFF;
    background: linear-gradient(180deg, #008442 0%, #1FBD6D 100%);
}

.dark_blue_button:hover {
    background: linear-gradient(180deg, #189056 0%, #0BD098 100%);
}

.in_dark_blue_button:hover {
    background: linear-gradient(180deg, #0BD098 0%, #189056 100%);
}

.blue_button:hover {
    background: linear-gradient(180deg, #ABD2FF 0%, #EFF6FF 100%);
}

.in_blue_button:hover {
    background: linear-gradient(180deg, #ABD2FF 0%, #DFEEFF 100%);
}

.green_button:hover {
    background: linear-gradient(0deg, #76FFBB 0%, #C7FFE2 100%);
}

.in_green_button:hover {
    background: linear-gradient(0deg, #76FFBB 0%, #72FEB7 100%);
}

.dark_green_button:hover {
    background: linear-gradient(0deg, #32DF89 0%, #1FBD6D 100%);
}

.in_dark_green_button:hover {
    background: linear-gradient(0deg, #008442 0%, #32DF89 100%);
}

.starts_texts_discribe {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.starts_text_name {
    font-size: 18px;
    line-height: 140%;
}

.starts_first .starts_text_name {
    color: #4774B9;
}


.starts_second .starts_text_name {
    color: #139174;
}

.starts_text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.starts_text_dotted {
    padding: 16px 24px;
    border-radius: 12px;
    border: 2px dashed #BED7FF;
}

.starts_second .starts_text_dotted {
    border: 2px dashed #AFF2CB;
}

.starts_texts {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.starts_texts_title {

    font-family: 'Ramillas Bold';
    font-size: 40px;
    line-height: 110%;
    letter-spacing: -0.4px;
}

.starts_texts_dates {
    display: flex;
    padding: 6px 12px 6px 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 140%;
    max-width: fit-content;
}

.starts_first .starts_texts_title {
    color: #4774B9;
}

.starts_second .starts_texts_title {
    color: #139174;
}

.starts_first .starts_texts_dates {
    color: #124454;
    background: #D9E7FD;
}

.starts_second .starts_texts_dates {
    color: #139174;
    background: #BAF9D2;
}


.starts_texts_head {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.starts_texts_after {
    padding-bottom: 6px;
}

.starts_text ul {
    list-style: disc;
    padding-left: 20px;
}

.point_third,
.point_fourth {
    display: none;
}

@media (min-width: 1921px) {
    #starts::before {
        height: 390px;
        background: linear-gradient(180deg, #ffffff00 0%, #FFF 100%), linear-gradient(180deg, #ffffff00 0%, #FFF 100%);
    }

    #starts::after {
        height: 200px;
        background: linear-gradient(0deg, #ffffff00 0%, #FFF 100%), linear-gradient(0deg, #ffffff00 0%, #FFF 100%);
    }
}

@media (max-width: 1800px) {
    .starts_head .vetka_raz {
        left: -900px;
    }

    .starts_head .vetka_dva {
        right: -900px;
    }

    .book {
        width: 306px;
        right: -65px;
    }

    .sol {
        width: 143px;
        left: -15px;
    }
}

@media (max-width: 1400px) {

    .start_point span {
        font-size: 18px;
        line-height: 110%;
        letter-spacing: -0.18px;
    }

    .start_point {
        width: 389px;
        height: 170px;
        padding: 19px 30px;
        gap: 7px;
        border-radius: 24px;
        border: 6px solid #FFF;
        top: 29px;
    }

    .starts_content {
        max-width: 896px;
        padding: 110px 0 0;
    }

    .point_second {
        right: 43px;
    }

    .start_point.active {
        padding: 37px 40px 32px 40px;
        top: -1px;
    }

    .video_title {
        font-size: 24px;
        line-height: 110%;
        letter-spacing: -0.24px;
    }

    .starts_texts_title {
        font-size: 30px;
        line-height: 110%;
        letter-spacing: -0.3px;
    }

    .starts_texts_head {
        gap: 8px;
    }

    .starts_texts {
        gap: 16px;
    }

    .starts_text_name {
        font-size: 16px;
        line-height: 140%;
    }

    .starts_texts_discribe {
        gap: 18px;
    }

    .starts_text_dotted {
        padding: 12px 16px;
    }

    .video_here {
        height: 138px;
        align-self: stretch;
        aspect-ratio: 245/138;
        border-radius: 10px;
    }


    .video_here iframe {
        border-radius: 10px;
        aspect-ratio: 245/138;
    }

    .start_videos {
        padding: 16px 28px;
        gap: 30px;
    }

    .video_block {
        gap: 16px;
    }

    .starts_title {
        font-size: 48px;
        line-height: 110%;
        letter-spacing: -0.48px;
    }

    .starts_after_title {
        font-size: 18px;
        line-height: 130%;
    }

    .in_blue_button,
    .in_dark_blue_button,
    .in_green_button,
    .in_dark_green_button {
        font-size: 12px;
        line-height: normal;
        letter-spacing: 0.36px;
        padding: 8px 40px;
    }

    .sol {
        width: 110px;
        left: -15px;
    }

    @keyframes fly {
        0% {
            top: 339px;
        }

        50% {
            top: 359px;
        }

        100% {
            top: 339px;
        }
    }

    .starts {
        padding: 225px 32px 205px;
    }

    #starts::before {
        bottom: 129px;
    }

    .book {
        width: 216px;
        right: -24px;
    }
}

@media (max-width: 950px) {

    .starts_head .vetka_raz {
        left: -1070px;
    }

    .starts_head .vetka_dva {
        right: -1070px;
    }

    .start_point {
        width: 143px;
        height: 120px;
        padding: 12px 20px;
        border-radius: 16px;
        top: 60px;
    }

    .start_point.active {
        padding: 12px 20px;
        top: 40px;
    }

    .point_first.active:hover,
    .point_second.active:hover {
        top: 25px;
    }

    .point_third.active:hover,
    .point_fourth.active:hover {
        bottom: -75px !important;
    }

    .point_second {
        right: auto;
        left: 205px;
    }

    .start_point span {
        font-size: 12px;
        line-height: 120%;
        letter-spacing: -0.12px;
    }

    .book {
        width: 216px;
        right: 180px;
    }

    .sol {
        width: 110px;
        left: 265px;
        bottom: 259px;
        top: auto;
    }

    @keyframes fly {
        0% {
            bottom: 239px;
        }

        50% {
            bottom: 259px;
        }

        100% {
            bottom: 239px;
        }
    }

    .starts {
        padding: 225px 32px 410px;
    }

    .starts_content {
        max-width: 896px;
        padding: 110px 0 0;
    }
}

@media (max-width: 770px) {
    .starts_title {
        font-size: 28px;
        line-height: 110%;
        letter-spacing: -0.28px;
    }

    .starts_head .vetka.visible-right {
        transform: translateX(0) rotate(-14deg) scale(0.8);
        opacity: 1;
    }

    .starts_head .vetka_dva {
        right: -705px;
        top: -403px;
    }

    .starts_after_title {
        font-size: 14px;
        line-height: 130%;
    }

    .start_point.active {
        top: 38px;
    }

    .point_first {
        left: 35px;
    }

    .start_point {
        top: 55px;
    }

    .starts_head {
        padding-bottom: 26px;
    }

    .starts {
        padding: 295px 16px 555px;
    }

    .starts_head .vetka_raz {
        display: none;
    }

    .sol {
        left: auto;
        right: 400px;
    }

    .starts_first,
    .starts_second {
        flex-direction: column;
        border-radius: 24px;
        border: 4px solid #FFF;
        padding: 24px;
        align-items: center;
    }

    .start_videos {
        padding: 0;
        box-shadow: none;
    }

    .starts_first .start_videos {
        background: none;
    }

    .starts_second .start_videos {
        background: none;
    }

    .video_here {
        height: 165px;
        align-self: stretch;
        aspect-ratio: 295/165;
        border-radius: 10px;
    }

    .video_here iframe {
        border-radius: 10px;
        aspect-ratio: 295/165;
    }

    .starts_texts_title {
        font-size: 24px;
        line-height: 110%;
        letter-spacing: -0.24px;
    }

    .point_third,
    .point_fourth {
        bottom: -50px;
        top: auto;
        justify-content: end;
        display: flex;
    }

    .point_third.active,
    .point_fourth.active {
        top: auto;
        bottom: -75px;
    }

    .point_third {
        left: 25px;
    }

    .point_fourth {
        left: 180px;
    }

    #starts::before {
        background: url(../assets/snow1.png) bottom / cover no-repeat;
    }
}


@media (max-width: 570px) {
    .book {
        width: 257px;
        right: -13px;
    }

    .sol {
        left: auto;
        right: 245px;
    }
}

@media (max-width: 410px) {
    .point_second {
        right: auto;
        left: 180px;
    }

    .point_first {
        left: 25px;
    }
}