.rhythm {
    height: 678px;
}

.rhythm___content {
    display: -ms-flexbox;
    display: flex;
}

.rhythm__body {
    padding-top: 15%;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
}

.rhythm__body.full {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.rhythm__title {
    max-width: 850px;
    font-weight: 800;
    font-size: 72px;
    color: #fff;
}

.rhythm__btn {
    width: 290px;
    height: 60px;
    font-size: 24px;
    background: #fff;
    border-radius: 11.25px;
    transition: 0.3s;
    margin-top: 111px;
}

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

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

.rhythm__btn-lock {
    display: none;
}

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

.rhythm__item img {
  -ms-transform: rotate(-5.71deg);
  transform: rotate(-5.71deg);
}

.bg-slim {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

@media (max-width: 1280px) {
    
    .rhythm {
        height: 550px;
    }
    
    .rhythm__title {
        font-size: 58px;
    }
    
}

@media (max-width: 960px) {
    
    .rhythm {
        height: 448px;
    }
    
    .rhythm__title {
        max-width: 450px;
        font-size: 48px;
    }

    .rhythm__btn {
        width: 262px;
        height: 50px;
        border-radius: 10px;
        margin-top: 80px;
    }
    
}

@media (max-width: 767px) {
    
    .rhythm {
        height: 600px;
    }
    
    .rhythm___content {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .rhythm__btn {
        display: none;
    }
    
    .rhythm__btn-lock {
        display: block;
    }
    
    .rhythm__title {
        max-width: 390px;
        font-size: 36px;
        text-align: center;
    }
    
    .rhythm__btn {
        width: 216px;
        height: 40px;
        font-size: 16px;
        margin: 0 auto;
        margin-bottom: 48px;
    }
    
    .rhythm__item {
        text-align: center;
    }
    
    .rhythm__item img {
        max-width: 277.97px;
        max-height: 360.8px;
    }
    
    .rhythm__body {
        padding-top: 61px;
    }
    
    .bg-slim: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;
    }
    
    .bg-slim ._container {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
    }
    
    .bg-slim .rhythm__body {
        flex: 0 1 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .bg-slim .rhythm__slider {
        min-height: unset;
        margin: 0;
        flex: auto;
    }
    
    .bg-slim .rhythm__btn {
        display: block;
    }
    
}