.darkness {
    background: rgba(5, 5, 5, 0.9);
}

.popup-buy {
    width: 100%;
    height: 100%;
}

.popup-buy__close {
    position: absolute;
    right: 37px;
    top: 37px;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .popup-buy__close {
        right: 20px;
        top: 20px;
    }

    .popup-buy__close svg {
        width: 16px;
        height: 16px;
    }
}

.popup-buy__body {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 768px;
    max-height: 432px;
    width: 100%;
    height: 100%;
    background-image: url(../img/plus/buy-back.png);
    padding: 95px 97px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
    .popup-buy__body {
        padding: 64px 24px;
        max-width: calc(100% - 40px);
        max-height: 265px;
    }
}

.popup-buy__title {
    font-size: 26px;
    line-height: 140%;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .popup-buy__title {
        font-size: 18px;
    }
}

.popup-buy__line {
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    opacity: 0.1;
    margin-top: 57px;
    margin-bottom: 65px;
}

@media only screen and (max-width: 768px) {
    .popup-buy__line {
        margin-top: 40px;
        margin-bottom: 34px;
    }
}

.buy-models__slider {
    position: relative;
}

.slider-shops__link.moyo {
    width: 100%;
}

.slider-shops__link.moyo img {
    width: 40px;
    height: 40px;
}

@media only screen and (max-width: 768px) {
    .slider-shops__link.moyo img {
        margin-left: 40px;
        width: auto;
        height: 22px;
    }
}

.slider-shops-buy {
    max-width: calc(100% - 100px);
}

@media only screen and (max-width: 768px) {
    .slider-shops-buy {
        max-width: calc(100% - 70px);
    }
}

.slider-shops-buy__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 80px;
}

@media only screen and (max-width: 768px) {
    .slider-shops-buy__slide {
        height: auto;
    }
}

.slider-shops-buy__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
}

@media only screen and (max-width: 768px) {
    .slider-shops-buy__link {
        padding-left: 0;
        padding-right: 0;
    }
}

.slider-shops-buy__link.moyo {
    width: 100%;
}

.slider-shops-buy__link.moyo img {
    margin-left: auto;
    width: 40px;
    height: 40px;
}

@media only screen and (max-width: 768px) {
    .slider-shops-buy__link.moyo img {
        margin-left: 40px;
        width: auto;
        height: 22px;
    }
}

.slider-shops-buy__link:hover .slider-shops-buy__img {
    -webkit-filter: grayscale(1%);
    filter: grayscale(1%);
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.slider-shops-buy__img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    width: 100%;
    max-height: 45px;
}

@media only screen and (max-width: 768px) {
    .slider-shops-buy__img {
        width: 100%;
    }
}

.slider-shops-buy__btns {
    position: absolute;
    width: 100%;
    top: 37%;
}

@media only screen and (max-width: 768px) {
    .slider-shops-buy__btns {
        top: 9%;
    }
}

.slider-shops-buy__btns .slider-btn_prev {
    margin-left: 0;
}

@media only screen and (max-width: 640px) {
    .slider-shops-buy__btns .slider-btn_prev {
        margin-left: 0;
    }
}

.slider-shops-buy__btns .slider-btn_next.swiper-button-disabled,
.slider-shops-buy__btns .slider-btn_prev.swiper-button-disabled {
    display: none;
}

.slider-shops-buy__btns .slider-btn_next {
    margin-right: 0;
}

@media only screen and (max-width: 640px) {
    .slider-shops-buy__btns .slider-btn_next {
        margin-right: 0;
    }
}

.buy-models__slider {
    position: relative;
}

.slider-programs__button.swiper-slide-duplicate-active::before {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

@media only screen and (max-width: 768px) {
    .slider-programs__button.swiper-slide-duplicate-active::before {
        -webkit-transition: opacity 0s;
        -o-transition: opacity 0s;
        transition: opacity 0s;
    }
}

.swiper-container-custom {
    padding-top: 35px;
}

.swiper-container-custom .slider-btns-2in1 {
    top: 0;
    right: 0;
}

.swiper-container-custom .slider-btns-elite {
    top: 0;
    right: 0;
}
