.slider_frame {
    width: 100vw;
    background-position: 50%;
    background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
}

.slider_wrapper {
    padding: 35px 0px;
    max-width: 1720px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.first_frame_wrap {
    padding: 35px 0px;
    max-width: 1720px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    position: relative;
}



@media screen and (min-width: 320px) and (max-width: 1279px) {
    .first_frame_wrap {
        height: auto;
    }

    .first_frame {
        min-height: 100%;
    }
}

.first_frame_slider {
    margin: 0 auto;
    flex-grow: 1;
    display: flex;
    align-items: center;
    margin-top: clamp(80px, 15vh, 163px)
}

.first_frame_slider .swiper-slide {
    width: 100% !important;
    max-width: 1720px;
    margin: 0 auto;
}

.swiper {
    width: 100%;
    overflow: hidden;
}

.swiper-container,
.swiper {
    height: 100%;
}

.slider_slide {
    position: relative;
    height: 100%;
}

.slider_slide_content {
    height: 100%;
    /* position: absolute;
    left: 0;
    top: 0; */
}

.slider_slide_image {
    height: 50vh !important;
    max-height: 510px;
    position: absolute;
    right: -10px;
    top: 30px;
    width: auto;
}

.slider_slide_title {
    font-weight: 700;
    font-style: Bold;
    font-size: clamp(36px, 7vh, 75px);
    line-height: 145%;
    letter-spacing: 0%;
    max-width: clamp(800px, 90vh, 1186px);
}

.slider_slide_list_wrap {
    margin-top: 21px;
}

.slider_slide_list_title {
    font-weight: 600;
    font-size: clamp(33px, 4vh, 43px);
    line-height: 193%;
    letter-spacing: 0%;
    width: fit-content;
    text-align: left;
}

.slider_slide_list {
    list-style-type: disc;
    padding-left: 40px;
    font-weight: 400;
    font-size: clamp(18px, 3vh, 35px);
    line-height: 175%;
    letter-spacing: 0%;
}

.slider_slide_list li {
    width: fit-content
}

.slider_slide_list ::marker {
    color: #ff632a;
}

/* Исправленные стили пагинации */
.first_frame_slider .swiper-pagination {
    position: relative;
    margin-top: clamp(30px, 6vh, 65px);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    z-index: 10;
}

.first_frame_slider .swiper-pagination-bullet {
    width: 7px !important;
    height: 7px !important;
    margin: 0 13px !important;
    background: #d0d0d0 !important;
    transition: all 0.3s;
    opacity: 1 !important;
    position: relative;
}

.first_frame_slider .swiper-pagination-bullet-active {
    background: #ededed !important;
    margin: 0 13px !important;
    width: 7px !important;
    height: 7px !important;
    position: relative;
}

.first_frame_slider .swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    top: -4px !important;
    left: -4px !important;
    right: -4px !important;
    bottom: -4px !important;
    border: 1px solid #ededed !important;
    /* Замените на нужный цвет */
    border-radius: 50%;
    pointer-events: none;
}

.first_frame_slider .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 50%;
    pointer-events: none;
}

@media screen and (min-width:768px) and (max-width: 1279px) {
    .slider_slide_image {
        position: static;
        width: 525px !important;
        height: 296px !important;
    }
}

@media screen and (max-width: 1279px) {
    .slider_slide_image_wrapper {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .slider_slide_title {
        font-weight: 700;
        font-size: 38px;
        line-height: 138%;
        text-align: center;
        max-width: 614px;
    }

    .slider_slide_content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .first_frame_slider .swiper-container {
        width: 100%;
    }

    .slider_slide_list_wrap {
        display: flex;
        margin-top: 11px;
    }

    .slider_slide_list_title {
        font-weight: 600;
        font-size: 25px;
        line-height: 173%;
        max-width: 170px;
    }

    .slider_slide_list {
        font-weight: 400;
        font-size: 21px;
        line-height: 175%;
    }

    .first_frame_slider .swiper-pagination {
        display: none;
    }

    .first_frame_nav_menu {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .slider_slide {
        padding-bottom: 0;
    }

    .first_frame_nav_menu_item {
        font-weight: 400;
        font-size: 18px;
        line-height: 229%;
        text-align: center;
    }

    .first_frame_slider {
        margin-top: 53px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .slider_slide_title {
        font-weight: 700;
        font-size: 18px;
        line-height: 138%;
        text-align: center;
        max-width: 253px;
        margin: 0 auto;
    }

    .slider_slide_list_title {
        max-width: 123px;
        font-size: 15px;
        line-height: 173%;
    }

    .slider_slide_list {
        font-size: 13px;
        line-height: 175%;
        padding-left: 0;
    }

    .first_frame_slider {
        margin-top: 31px;
    }

    .slider_slide {
        padding-bottom: 0;
    }

    .slider_slide_list_wrap {
        margin-top: 8px;
    }

    .slider_slide_image {
        position: static;
        width: 247px !important;
        height: 139px !important;
    }

    .first_frame_nav_menu_item {
        font-weight: 400;
        font-size: 12px;
        line-height: 190%;
        text-align: center;
    }

    .first_frame_wrap {
        padding: 25px 20px;
    }
}

@media screen and (max-width: 1750px) and (min-width: 1023px) {
    .first_frame_wrap {
        width: 100%;
        padding: 20px 40px 30px;
        box-sizing: border-box;
    }

    .slider_slide_image {
        max-width: 40vw !important;
        width: 100%;
    }
}

@media screen and (max-width: 1023px) {
    .first_frame_wrap {
        width: 100%;
        padding: 40px 20px;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1900px) and (min-height: 500px) and (max-height: 660px) {
    .first_frame_slider{
        margin-top: 70px;
    }
}

/* @media screen and (max-width: 1279px) {
    .slider_slide_image {
        position: static;
        width: 525px;
        height: 296px;
    }
} */

.powered-by {
    cursor: pointer;
    display: flex;
    flex-grow: 1;
    align-items: center;
}

.powered-by svg {
    width: 6em;
    display: inline-block;
    vertical-align: middle;
}

.powered-by p {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 35%;
    line-height: 1.2;
    margin: 0 0 0 4%;
    font-size: 15px;
    color: #EBEBEB
}

.powered-by-wrapper {
    margin-top: 32px;
    display: flex;
    width: 100%;
}

@media screen and (max-width: 1279px) {
    .powered-by p {
        margin: 0 0 0 2%;
    }
}

@media screen and (max-width: 767px) {
    .powered-by p {
        font-size: 12px;
    }
}