.slider-activity {
    max-width: 1270px;
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 24px;
    margin-bottom: clamp(3.75rem, 2.6678rem + 4.0268vw, 7.5rem);
}

.slider-activity.slider-activity_full {
    width: 100%;
}

.slider-activity .swiper {
    overflow: visible;
}

.slide-activity__title span {
    display: block;
}
.slider-activity .swiper-slide {
    width: 268px;
    height: auto;
}

.slide-activity {
    height: 100%;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, .1);
    padding: 6px;
    padding-bottom: 15px;
    font-size: 18px;
    position: relative;
}

.slide-activity__img {
    overflow: hidden;
    height: 120px;
    margin-bottom: 8px;
    background-color: #1B4580;
}

.slide-activity__img--placeholder {
    background-image: url("data:image/svg+xml,%3Csvg width='240' height='165' viewBox='0 0 240 165' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_313_2)'%3E%3Cpath d='M162 75.2898C172.71 75.2898 181.39 66.6098 181.39 55.8998C181.39 45.1898 172.71 36.5098 162 36.5098C151.29 36.5098 142.61 45.1898 142.61 55.8998C142.61 66.6098 151.29 75.2898 162 75.2898Z' fill='%23BBBDBF'/%3E%3Cpath d='M0 0V164.56H240V0H0ZM231.89 156.45H224.81L173.62 105.26L146.57 132.31L89.42 75.16L8.13 156.45H8.12V8.11H231.89V156.44V156.45Z' fill='%23BBBDBF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_313_2'%3E%3Crect width='240' height='164.56' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80px;
}

.slide-activity__img img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.slide-activity__title {
    margin-bottom: 4px;
    text-decoration: none;
    color: #0D213E;
    display: block;
    text-align: center;
    font-size: 28px;
}

.slide-activity__title:hover {
    color: #1B4580;
}

.next-activity,
.prev-activity {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    outline: none;
    border: none;
    border-radius: 50%;
    background-color: #009444;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
}

.next-activity:before,
.prev-activity:before,
.next-activity:after,
.prev-activity:after {
    display: none;
}

.next-activity {
    left: 0px !important;
    right: auto !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='12' viewBox='0 0 17 12' fill='none'%3E%3Cpath d='M0.994508 5.26255C0.702933 5.55806 0.705052 6.03293 0.999241 6.3232L5.79332 11.0534C6.08751 11.3437 6.56236 11.3394 6.85394 11.0439C7.14551 10.7484 7.14339 10.2735 6.8492 9.98327L2.5878 5.77864L6.81134 1.49808C7.10291 1.20256 7.10079 0.727696 6.80661 0.437426C6.51242 0.147156 6.03756 0.151405 5.74599 0.446916L0.994508 5.26255ZM16.2623 4.90626L1.52384 5.03813L1.53053 6.53812L16.269 6.40624L16.2623 4.90626Z' fill='white'/%3E%3C/svg%3E");
}

.prev-activity {
    left: auto !important;
    right: 0px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='12' viewBox='0 0 17 12' fill='none' transform='scale(-1, 1)'%3E%3Cpath d='M0.994508 5.26255C0.702933 5.55806 0.705052 6.03293 0.999241 6.3232L5.79332 11.0534C6.08751 11.3437 6.56236 11.3394 6.85394 11.0439C7.14551 10.7484 7.14339 10.2735 6.8492 9.98327L2.5878 5.77864L6.81134 1.49808C7.10291 1.20256 7.10079 0.727696 6.80661 0.437426C6.51242 0.147156 6.03756 0.151405 5.74599 0.446916L0.994508 5.26255ZM16.2623 4.90626L1.52384 5.03813L1.53053 6.53812L16.269 6.40624L16.2623 4.90626Z' fill='white'/%3E%3C/svg%3E");
}

.next-activity:hover, .prev-activity:hover {
    background-color: rgba(0, 124, 57, 1);
}

.activity-decor {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 32%;
    z-index: 0;
    transform: scaleX(-1);
}

.wrap-center-activ-sm h2 {
    margin-left: 36px;
    margin-bottom: 12px;
}
.wrap-center-activ-sm .btn {
    margin-left: 12px;
    margin-bottom: 12px;
}


@media (min-width: 1199px) {

    .slider-activity .swiper-slide:not(.swiper-slide-visible) {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }


}

@media (max-width: 1199px) {

    .next-activity,
    .prev-activity {
        display: none;
    }

    .slider-activity {
        padding-left: 0;
        padding-right: 0;
    }

    .wrap-center-activ-sm h2 {
        margin-left: 0px;
        margin-bottom: 22px;
    }
    .wrap-center-activ-sm .btn {
        margin-left: 14px;
        margin-bottom: 16px;
    }

}

@media (max-width: 767px) {

    .slide-activity__img {
        height: 140px;
    }
    .slide-activity__title {
        font-size: 24px;
    }
}