#starts {
    position: relative;
    overflow: hidden;
}

.starts_head,
.starts_column,
.starts_content {
    opacity: 0;
    transform: translateY(30px);
    will-change: transform, opacity;
}

#starts.is-visible .starts_head {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.6s ease, opacity 0.6s ease;
    transition-delay: 0.1s;
}

#starts.is-visible .starts_column {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.6s ease, opacity 0.6s ease;
    transition-delay: 0.5s;
}

#starts.is-visible .starts_content {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.6s ease, opacity 0.6s ease;
    transition-delay: 0.7s;
}

.starts {
    padding: 110px 64px 190px;
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.starts_head {
    padding: 62px 180px 62px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.starts_head::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    background-image: url(../assets/long.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.starts_title {
    text-transform: uppercase;
    text-shadow: 0 4px 8px #00000026, 0 1px 3px #0000004d;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.starts_title_text {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    position: relative;
    z-index: 1;
}

.starts .column {
    position: absolute;
    top: 120px;
    width: 275px;
    height: 100%;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 5;
}

.starts .column_r {
    right: 0;
}

.starts .column_l {
    left: 0;
}

.starts .column_top {
    background-image: url(../assets/column_top.png);
    height: 424px;
}

.starts .column_body {
    background-image: url(../assets/column_body.png);
    height: 100%;
}

.starts_content {
    max-width: 1179px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 115px 0 0;
}

.starts_first,
.starts_second {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    margin: 0 auto;
    padding: 8px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.30);
    pointer-events: none;
}

.content_body {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding: 36px;
    gap: 40px;
}

.starts_first {
    background: linear-gradient(249deg, #FFF 0%, #F5F5F5 85.7%);
}


.starts_second {
    background: linear-gradient(180deg, #FFFAF2 0%, #FFECCF 100%), linear-gradient(249deg, #FFECCF 0%, #FFECCF 85.7%), linear-gradient(249deg, #FFF 0%, #F5F5F5 85.7%);
}


.starts_first .content_body {
    border-radius: 10px;
    background: linear-gradient(249deg, #FFF 0%, #F5F5F5 85.7%);
}


.starts_second .content_body {
    border-radius: 10px;
    background: linear-gradient(180deg, #FFFAF2 0%, #FFECCF 100%), linear-gradient(249deg, #FFECCF 0%, #FFECCF 85.7%), linear-gradient(249deg, #FFF 0%, #F5F5F5 85.7%);
}


.content_border {
    background: linear-gradient(180deg, #4D4336 0%, #714A27 63.5%, #AA8E75 79%, #5E5548 98.5%);
    border-radius: 12px;
    padding: 3px;
    width: 100%;
    height: 100%;
}

.starts_first.active,
.starts_second.active {
    position: relative;
    pointer-events: all;
    z-index: 2;
    opacity: 1;
}

.starts_first,
.starts_second {
    z-index: 1;
}

.start_point {
    display: flex;
    width: 512px;
    height: 176px;
    padding: 8px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    background: linear-gradient(249deg, #FFF 0%, #F5F5F5 85.7%);
    position: absolute;
    z-index: 0;
    top: 29px;
    cursor: pointer;
    transition: all 0.5s ease;
    box-shadow: 0 8px 12px 6px rgba(0, 0, 0, 0.15), 0 4px 4px 0 rgba(0, 0, 0, 0.30);
}

.start_point_body {
    width: 100%;
    height: 100%;
    background: linear-gradient(249deg, #FFF 0%, #F5F5F5 85.7%);
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.content_body::after,
.start_point_body::after {
    content: "";
    position: absolute;
    top: 3px;
    width: calc(100% - 8px);
    left: 3px;
    height: calc(100% - 8px);
    border: 1px dotted #997759;
    border-radius: 8px;
    pointer-events: none;
}

.start_point_border {
    background: linear-gradient(180deg, #4D4336 0%, #714A27 63.5%, #AA8E75 79%, #5E5548 98.5%);
    border-radius: 12px;
    padding: 3px;
    width: 100%;
    height: 100%;
}

.point_second.start_point,
.point_fourth.start_point {
    background: linear-gradient(180deg, #FFFAF2 0%, #FFECCF 100%), linear-gradient(249deg, #FFECCF 0%, #FFECCF 85.7%), linear-gradient(249deg, #FFF 0%, #F5F5F5 85.7%);
}


.point_second .start_point_body,
.point_fourth .start_point_body {
    background: linear-gradient(180deg, #FFFAF2 0%, #FFECCF 100%), linear-gradient(249deg, #FFECCF 0%, #FFECCF 85.7%), linear-gradient(249deg, #FFF 0%, #F5F5F5 85.7%);
}

.point_first.active,
.point_second.active {
    top: 0;
}

.point_first.active:hover,
.point_second.active:hover {
    top: -16px;
}

.point_first:hover,
.point_second:hover {
    top: 16px;
}

.start_point span {
    color: #000;
    font-family: Evolventa Bold;
    font-size: 22px;
    line-height: 140%;
    transition: all 0.3s ease;
    padding-bottom: 70px;
}

.start_point.active span {
    padding-bottom: 45px;
}

.point_first,
.point_third {
    left: 62px;
}

.point_second,
.point_fourth {
    right: 64px;
}

.video_title {
    color: #AA0909;
    font-family: Colus;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.24px;
    text-align: center;
}



.start_videos {
    height: -webkit-fill-available;
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    border-radius: 12px;
    box-shadow: 0 -1.25px 0.833px 0 #FFF inset, 0 -2.508px 0.502px 0 rgba(255, 255, 255, 0.30) inset, 0 1.254px 2.508px 0 rgba(0, 0, 0, 0.40) inset, 0 0.833px 0 0 #FFF, 0 -0.833px 0 0 rgba(0, 0, 0, 0.25);
}

.starts_first .start_videos {
    background: linear-gradient(180deg, rgba(237, 237, 237, 0.20) 0%, rgba(213, 213, 213, 0.20) 100%);
}

.starts_second .start_videos {
    background: linear-gradient(180deg, rgba(237, 237, 237, 0.20) 0%, rgba(213, 213, 213, 0.20) 100%);
}

.starts_line {
    width: 100%;
    height: 1px;
    background: #D6D6D6;
}

.video_here {
    height: 181px;
    align-self: stretch;
    aspect-ratio: 16/9;
    border-radius: 10px;
}


.video_here iframe {
    border-radius: 10px;
    aspect-ratio: 16/9;
}

.video_block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.video_buttons {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: auto;
}

.starts_texts_discribe {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.starts_text_name {
    color: #AA0909;
    font-family: Evolventa Bold;
    font-size: 18px;
    line-height: 140%;
}

.starts_text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.starts_text_dotted {
    padding: 16px 24px;
    border-radius: 12px;
    background:
        repeating-linear-gradient(90deg,
            #D6D6D6 0 10px,
            transparent 10px 22px) top / 100% 2px no-repeat,
        repeating-linear-gradient(90deg,
            #D6D6D6 0 10px,
            transparent 10px 22px) bottom / 100% 2px no-repeat,
        repeating-linear-gradient(0deg,
            #D6D6D6 0 10px,
            transparent 10px 22px) left / 2px 100% no-repeat,
        repeating-linear-gradient(0deg,
            #D6D6D6 0 10px,
            transparent 10px 22px) right / 2px 100% no-repeat;
}

.starts_texts {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.starts_texts_title {
    color: #AA0909;
    font-family: Colus;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.4px;
}

.starts_texts_dates {
    display: flex;
    padding: 8px 14px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.02);
    box-shadow: 0 0.833px 0 0 #FFF, 0 -0.833px 0 0 rgba(0, 0, 0, 0.25), 0 -1.25px 0.833px 0 #FFF inset, 0 -2.508px 0.502px 0 rgba(255, 255, 255, 0.30) inset, 0 1.254px 2.508px 0 rgba(0, 0, 0, 0.20) inset;
    font-size: 14px;
    line-height: 140%;
    max-width: fit-content;
}

.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;
}

.long_white_but {
    min-width: 324px;
    width: 324px;
    height: 60px;
    background: url(../assets/white_long.png) center / contain no-repeat;
    filter: drop-shadow(2px 2px 2px #00000070);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: Colus;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}

.long_white_but:hover {
    color: var(--red-70);
    filter: drop-shadow(0px 2px 3px #0000004D);
    transform: scale(1.01);
}

.long_red_but {
    min-width: 324px;
    width: 324px;
    height: 60px;
    color: #F5F5F5;
    background: url(../assets/long_red.png) center / contain no-repeat;
    filter: drop-shadow(2px 2px 2px #00000070);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: Colus;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}

.long_red_but:hover {
    color: #FFFFFF;
    filter: drop-shadow(0px 2px 3px #0000004D);
    transform: scale(1.01);
}

.point_third .start_point_body span,
.point_fourth .start_point_body span {
    padding: 60px 0 0;
}

@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: 1440px) {
    .starts_content {
        max-width: 100%;
    }

    .start_point {
        width: 562px;
    }
}

@media (max-width: 1390px) {
    .start_point {
        width: 400px;
    }

    .content_body {
        padding: 24px;
        gap: 40px;
    }
}

@media (max-width: 1200px) {

    .point_first.active,
    .point_second.active {
        top: 10px;
    }

    .start_point {
        top: 40px;
    }

    .long_white_but {
        min-width: 246px;
        width: 246px;
        height: 52px;
        background: url(../assets/simple.png) center / contain no-repeat;
        font-size: 16px;
        line-height: 24px;
    }

    .long_red_but {
        min-width: 246px;
        width: 246px;
        height: 52px;
        background: url(../assets/simple_red.png) center / contain no-repeat;
        font-size: 16px;
        line-height: 24px;
    }

    .start_point span {
        font-size: 18px;
        line-height: 110%;
        letter-spacing: -0.18px;
    }

    .starts_content {
        max-width: 896px;
        padding: 115px 0 0;
    }

    .point_second {
        right: 32px;
    }

    .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;
        border-radius: 10px;
    }


    .video_here iframe {
        border-radius: 10px;
    }

    .start_videos {
        padding: 24px;
        gap: 34px;
    }

    .video_block {
        gap: 16px;
    }

    .starts {
        padding: 46px 32px 113px;
    }

    #starts::before {
        bottom: 129px;
    }

    .starts_title_text {
        font-size: 18px;
        line-height: 130%;
        max-width: 355px;
        margin: 0 auto;
    }

    .point_first,
    .point_third {
        left: 31px;
    }

    .starts_head {
        gap: 16px;
    }
}

@media (max-width: 950px) {
    .starts_title_text {
        font-size: 16px;
        line-height: 130%;
    }

    .starts_head {
        padding: 62px 8px 22px;
        gap: 8px;
    }

    .point_first,
    .point_third {
        left: 25px;
    }

    .start_point {
        width: 142px;
        height: 120px;
        border-radius: 14px;
        top: 60px;
        padding: 6px;
    }

    .start_point.active {
        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: 178px;
    }

    .start_point.active span {
        padding-bottom: 36px;
    }

    .start_point_border {
        border-radius: 9px;
        padding: 2px;
    }

    .start_point span {
        font-size: 12px;
        line-height: 120%;
        letter-spacing: -0.12px;
        text-align: center;
        padding-bottom: 60px;
    }

    .start_point_body {
        padding: 8px;
    }

    .starts_content {
        max-width: 896px;
        padding: 110px 0 0;
    }

    .starts_texts_title {
        font-size: 24px;
        line-height: 110%;
        letter-spacing: -0.24px;
    }

    .starts_text_name {
        font-size: 14px;
        line-height: 140%;
    }

    .starts {
        padding: 46px 16px 113px;
    }
}

@media (max-width: 770px) {

    .start_point_body::after {
        border: none;
    }

    .start_point_body {
        border-radius: 7px;
    }

    .content_body {
        flex-direction: column;
    }

    .starts_after_title {
        font-size: 14px;
        line-height: 130%;
    }

    .start_point.active {
        top: 40px;
    }

    .point_first {
        left: 35px;
    }

    .start_point {
        top: 61px;
    }

    .start_videos {
        padding: 0;
        box-shadow: none;
        gap: 30px;
    }

    .starts_first .start_videos,
    .starts_second .start_videos {
        background: none;
        margin: 0 auto;
    }

    .long_white_but,
    .long_red_but {
        min-width: 280px;
        width: 280px;
        height: 58px;
    }

    .video_buttons {
        align-items: center;
    }

    .video_here {
        height: 165px;
        align-self: stretch;
        border-radius: 10px;
    }

    .video_here iframe {
        border-radius: 10px;
    }

    .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;
    }
}

@media (max-width: 600px) {
    .point_second {
        right: 25px;
        left: auto;
    }

    .point_fourth {
        right: 25px;
        left: auto;
    }

    .point_first {
        left: 25px;
    }
}