.slider button {
    width: 55px;
    height: 55px;
    background-color: #fff;
    transition: all .2s ease-in
}

.slider button svg {
    width: 36px;
    height: 36px
}

.slider button:hover {
    /*background-color: var(--accent-color);*/
}

.slider .swiper-button-next:after,
.slider .swiper-button-prev:after,
.slider .swiper-rtl {
    display: none
}

.slider .slide a {
    text-decoration: none;
    cursor: pointer;
    color: unset;
}

.slider .slide__name {
    margin-top: 22px;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-family: Eurostile Bol, sans-serif;
    font-size: 20px;
    line-height: 24px;
}

.slider .slide__sum {
    margin-top: 22px;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-family: Eurostile Bol, sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: var(--green);
}

.swiper {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.swiper.loaded {
    opacity: 1;
    transform: scale(1);
}


.slider .w-container {
    position: relative;
}

@media screen and (min-width: 1450px) {
    :root {
        --swiper-navigation-sides-offset: -4rem; /* offset for navigation */
    }
}

@media screen and (max-width: 1600px) {
    .slider .w-container {
        position: relative;
        max-width: 1320px;
    }
}

@media screen and (max-width: 1000px) {
    .slider .swiper-button-next,
    .slider .swiper-button-prev {
        display: none;
    }
}

.slider {
    margin: 40px 0 !important;
}

.slider .more-button {
    justify-content: center;
    display: flex;
}

.slider .more-button a {
    background-color: var(--color);
    color: #000;
    padding: 15px 60px;
}

.slider .more-button a:hover {
    background-color: #2d98a261;
}

@media screen and (max-width: 479px) {
    .slider.mission .heading-28 {
        margin-top: 0;
    }
}
