.modal-content_dark {
    /*background: linear-gradient(180deg, #111111 0%, #2D2D2D 100%), #393939;*/
    background: #131313 !important;
    border-radius: 15px;
    color: #fff;
    overflow: hidden;
}
.modal-content_install {
    background: #393939 !important;
}
.modal-content__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url("../images/bg/bg-modal.jpg");
    z-index: 1;
}
.modal-content__bg_side {
    position: absolute;
    top: 18px;
    right: 0;
    width: 300px;
    height: 100%;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url("../images/bg/bg-modal-right.png");
    z-index: 1;
}
.modal-content__bg_side_install {
    position: absolute;
    top: 150px;
    right: 0;
    width: 620px;
    height: 100%;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url("../images/bg/bg-modal-right-install.jpg");
    z-index: 1;
}
.modal-content__inner {
    position: relative;
    z-index: 3;
}
.modal-content__section_pd {
    padding-right: 260px;
}
.modal-content__section_mt {
    margin-top: 32px;
}
.modal-content__section_mt_lg {
    margin-top: 50px;
}
.modal-close.modal-close_circle {
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: border-color 0.3s ease;
    top: 22px;
    right: 22px;
}
.modal-close.modal-close_circle:before {
    font-size: 16px;
    color: #fff;
}
.modal-close.modal-close_circle:hover {
    border-color: #EA072B;
}
.modal-close.modal-close_circle:hover:before {
    color: #EA072B;
}

.modal-info__title {
    font-weight: normal;
    font-size: 50px;
    line-height: 125%;
    letter-spacing: -0.005em;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.modal-info__title_sm {
    font-size: 36px;
}
.modal-info__title_small {
    font-size: 40px;
    margin-top: 90px;
    margin-bottom: 32px;
}
.modal-info__subtitle {
    font-weight: normal;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: -0.005em;
    color: #FFFFFF;
    margin-bottom: 55px;
}
.modal-info__text {
    font-weight: normal;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: -0.005em;
    color: #FFFFFF;
}
.modal-info__text p {
    margin: 0;
}
.modal-info__text p + p {
    margin-top: 32px;
}
.modal-info__text_lg {
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .modal-info__title {
        font-size: 32px;
        margin-bottom: 24px;
    }
    .modal-info__title_small {
        margin-top: 50px;
    }
    .modal-info__subtitle {
        font-size: 22px;
        margin-bottom: 32px;
    }
    .modal-info__text p + p {
        margin-top: 16px;
    }
    .text-center_mobile {
        text-align: center !important;
    }
}
@media screen and (max-width: 575px) {
    .modal-content__section_pd {
        padding-right: 0;
    }
    .modal-content__section_pd .modal-info__title {
        padding-right: 50px;
    }
    .modal-content__bg_side {
        opacity: 0.6;
    }
}
@media screen and (min-width: 992px) {
    .modal-info__text_lg {
        font-size: 18px;
    }
}