.swiper {
    width: 100%;
    height: 100%;
}

.mySwiper{
    position: relative;
    height: 620px;
}

.swiper-slide__block {
    background-color: #FFD2B8;
}

.mySwiper-month{
    background-color: var(--btn-bg-color);
    height: 70px;
    padding: 5px 25px;
}

.swiper-slide-btn{
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.swiper-slide-btn svg{
    width: 21px;
    height: 42px;
    fill: var(--btn-bg-color);
}

.swiper-slide-btn__right{
    left: auto;
    right: -15px;
}



.main-content__right{
    width: 200px;
    margin-left: 70px
}
