.rhythm__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
}

.rhythm__block {
    height: 100%;
}

.rhythm___content {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.rhythm__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 120px;
}

.rhythm__title {
    font-weight: 800;
    font-size: 36px;
    color: #ffffff;
    text-transform: uppercase;
}

.rhythm__btn {
    background: #ffffff;
    border-radius: 15px;
    width: 348px;
    height: 60px;
    transition: 0.3s;
    margin-top: 38px;
    font-weight: 400;
    font-size: 28px;
}

.rhythm__btn:hover {
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
}

.rhythm__btn a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #000000;
}

.rhythm__slider {
    position: relative;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    max-width: 40%;
    overflow: hidden;
    margin-top: 50px;
}

.swiper-container {
    position: relative;
    height: 620px;
}

.swiper-button {
    width: 25px;
    height: 43px;
    position: absolute;
    bottom: 45%;
    z-index: 15;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNDMiIHZpZXdCb3g9IjAgMCAyNSA0MyIgZmlsbD0id2hpdGUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjc3NTk1OSAxOS41NTUxTDE5LjY0MzUgMS40OTIxNEMyMC43NDE5IDAuNTAyNjIxIDIyLjQyMjIgMC41MDI2MjEgMjMuNDU1OCAxLjQ5MjE0QzI0LjQ4OTQgMi40ODE2NSAyNC40ODk0IDQuMDkwMjYgMjMuNDU1OCA1LjE0MTc2TDYuNDYxOSAyMS40MTA5TDIzLjQ1NTggMzcuNjhDMjQuNDg5NCAzOC42NzAyIDI0LjQ4OTQgNDAuMzM2NCAyMy40NTU4IDQxLjMyOTZDMjIuNDIyMiA0Mi4zMjI4IDIwLjc0MTkgNDIuMzE5OSAxOS42NDM1IDQxLjMyOTZMMC43NzU5NTkgMjMuMjA0N0MtMC4yNTg0MSAyMi4yMTUyIC0wLjI1ODQxIDIwLjYwNjYgMC43NzU5NTkgMTkuNTU1MVoiLz48L3N2Zz4=);
    cursor: pointer;
}

.swiper-button-pre {
    left: 100px;
}

.swiper-button-nex {
    right: 100px;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rhythm-rhythm .swiper-pagination {
    bottom: 32px !important;
}

.rhythm-rhythm .swiper-pagination-bullet {
    border: 4px solid #FFFFFF;
    width: 16px;
    height: 16px;
    background: transparent;
    opacity: 1;
}

.rhythm-rhythm .swiper-pagination-bullet-active {
    background-color: #fff;
}
@media (max-width: 1520px) {
    .swiper-container {
        height: 560px;
    }
}
@media (max-width: 1380px) {
    .swiper-container {
        height: 500px;
    }
    .swiper-button-pre {
        left: 35px;
    }
    .swiper-button-nex {
        right: 35px;
    }
    .rhythm__body {
        margin-bottom: 65px;
        padding-left: 50px;
    }
}
@media (max-width: 1200px) {
    .swiper-container {
        height: 460px;
    }
}
@media (max-width: 1080px) {
    .swiper-container {
        height: 390px;
    }
}
@media (max-width: 960px) {
    .swiper-container {
        height: 375px;
    }
    .swiper-button-pre {
        left: 45px;
    }
    .swiper-button-nex {
        right: 45px;
    }
    .rhythm__body {
        margin-bottom: 55px;
        padding-left: 0;
    }
    .rhythm__title {
        font-size: 24px;
    }
    .rhythm__btn {
        width: 185px;
        height: 30px;
        border-radius: 8px;
        font-size: 15px;
    }
    
}
@media (max-width: 920px) {
    .swiper-container {
        height: 350px;
    }
}
@media (max-width: 840px) {
    .swiper-container {
        height: 310px;
    }
}
@media (max-width: 767px) {
    .swiper-container {
        height: 176px;
    }
    .swiper-button {
        width: 10px;
        height: 15px;
    }
    .swiper-button-pre,
    .swiper-button-nex {
        display: none;
    }
    .rhythm__bg:before {
        content: "";
        background-image: var(--mobile-picture);
        position: absolute;
        top: 0; bottom: 0;
        left: 0; right: 0;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .rhythm__bg.lazy-background.visible {
        background-image: none !important;
    }
    .rhythm__body {
        margin-bottom: 30px;
    }
    .rhythm__title {
        font-size: 16px;
        display: none;
    }
    .rhythm__btn {
        width: 130px;
        height: 20px;
        border-radius: 4px;
        font-size: 12px;
        margin-top: 10px;
    }
    .rhythm-rhythm .swiper-pagination {
        bottom: 10px !important;
    }
    .rhythm-rhythm .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        border: 2px solid #FFFFFF;
    }
}
