.swiper {
    padding: 0 30px;
    z-index: 1;
    width: 100%;
    max-width: 1100px;
    overflow: visible;
}
.swiper-wrapper {
    width: auto !important;
    display: inline-flex;
}

.swiper-slide {
    text-align: left;
    font-size: 16px;
    background: #f4f4f4;
    border-radius: 8px;
    box-shadow: inset 0 2px 4px 1px rgb(217 217 217);
    user-select: none;
}

.slide_content {
    padding: 20px 25px 30px 25px;
}

.slide_image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.swipers_stack {
    display: none;
}

.slide_text {
    padding-top: 65px;
}

.slide_text a {
    font-weight: 700;
}

.slide_image {
    margin-top: 40px;
}

.swiper-horizontal>.swiper-scrollbar {
    position: relative;
    top: 5px;
    /*width: calc(100% - 60px);*/
    width: 100%;
    max-width: 1100px;
    /*max-width: 1040px;*/
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 75px;
}

.swiper-scrollbar-drag {
    height: 12px;
    background-color: #00c0aa;
    border-radius: 10px;
    cursor: grab;
    top: -4px;
    width: 50px !important;
}

.swiper-wrapper {
    cursor: grab;
}

.swiper-scrollbar {
    background-color: #e2e2e2;
    border-radius: 0;
    display: block !important;
    visibility: hidden;
}

.swiper-scrollbar.invisible {
    visibility: hidden;
    height: 0;
    margin-bottom: 0;
}

.swiper_years_wrapper {
    text-align: center;
    padding-bottom: 85px;
}

.swiper_years {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /*padding-left: 20px;
    padding-right: 20px;*/
}

.swiper_one_year {
    font-family: 'Forma DJR Display', sans-serif;
    font-size: 33px;
    font-weight: 700;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 8px;
    cursor: pointer;
}

.swiper_one_year.active {
    color: #00c0aa;
}

@media screen and (max-width: 1440px) {

    .swiper {  width: auto; }
    .swiper_years { justify-content: center; }

    .swiper_one_year {
        font-size: calc(20px + (33 - 20) * ((100vw - 320px) / (1440 - 320)));
    }

    .swiper-slide {
        font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1440 - 320)));
    }

    .slide_text {
        padding-top: calc(45px + (65 - 45) * ((100vw - 320px) / (1440 - 320)));
    }

    .slide_image {
        margin-top: calc(30px + (40 - 30) * ((100vw - 320px) / (1440 - 320)));
    }

    .swiper_years_wrapper {
        padding-bottom: calc(50px + (85 - 50) * ((100vw - 320px) / (1440 - 320)));
    }

    h3.slide_month, h3.slide_title {
        font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1440 - 320)));
    }

}