.modal-form__item-special, .modal-form__item-special * {
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 1px;
    z-index: -1;
    font-size: 1px;
    margin: 0;
    padding: 0;
}

.review-yandex__button {
    z-index: 10000;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: fixed;
    right: 10px;
    bottom: 210px;
    background: #fff no-repeat center;
    background-image: url("assets/images/button.png");
    background-size: cover;
    opacity: 0.8;
    cursor: pointer;
}

.review-yandex__block {
    padding-right: 0 !important;
    z-index: 9999990;
}

.review-yandex__block .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: none !important;
}

.review-yandex__wrap {
    width: calc(100% - 30px);
    max-width: 550px;
    height: auto;
    min-height: auto;
    max-height: calc(100% - 30px);
    position: relative;
    padding: 60px 45px 30px;
    background: url("assets/images/background.png") no-repeat center;
    background-size: cover;
    overflow: auto;
}

.review-yandex__title {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 700;
}
.review-yandex__description {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}
.review-yandex__conditions {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
    color: #767575;
}
.review-yandex__link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 700;
}
.review-yandex__icon {
    width: 20px;
    height: 30px;
    background: url("assets/images/icon.png") no-repeat center;
    background-size: cover;
}
.review-yandex__block .btn-modal-close {
    position: absolute;
    right: 15px;
    top: 25px;
}

@media (max-width: 768px) {
    .review-yandex__button {
        width: 60px;
        height: 60px;
        bottom: 200px;
    }
    .review-yandex__description {
        font-size: 15px;
        line-height: 18px;
    }
}

@media (max-width: 550px) {
    .review-yandex__wrap {
        padding: 40px 25px 30px;
    }
}