.abonementDescModal .modal-content {
    width: auto;
    max-width: 1200px;
    margin: auto;
    border-radius: 0;
}

.abonementDescModal .modal-header {
    padding: 15px 15px 5px 15px;
    border-bottom: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.abonementDescModal .modal-body  {
    padding: 35px 90px 38px 90px;
}

.abonementDescModal .modal-title {
    font-size: 21px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    line-height: 24px;
}

.abonementDescModal .icon-close {
    opacity: 0.7;
}

.abonementDescModal .icon-close:hover {
    opacity: 1;
}

.abonementDescModal p {
    line-height: 20px;
}

.abonementDescModal a {
    color: #0082ff;
}

.abonementDescModal a:hover {
    text-decoration: none;
    color: #6dabda;
}

.abonementDescModal {
    z-index: 1051;
}

.abonementDescModal .button {
    display: block;
    width: 340px;
    height: 50px;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    color: #fff;
}

.abonementDescModal .button:hover {
    color: #fff;
}

.abonementDescModal .button:focus {
    color: #fff;
}

.abonementDescModal .button:active {
    color: #fff;
}

.abonementDescModal__body {
    padding: 15px 30px 36px 30px;
}

.abonementDescModal__body .modal-title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    display: none;
}

.abonementDescModal__body p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    margin: 0 0 25px;
}

.abonementDescModal .desktop-image,
.abonementDescModal .mobile-image {
    width: auto;
    max-width: 100%;
    z-index: 1;
}

.abonementDescModal .mobile-image {
    display: none;
}

.abonement-price__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 22px;
    margin-bottom: 50px;
}

.abonementDescModal__body .abonement-price__block > p {
    margin: 0;
}

.abonement-price__block .crossed-out {
    font-size: 31px;
}

.abonement-price__block .crossed-out .abonement-price {
    font-weight: 300;
}

.abonement-price__block .abonement-price {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 30px;
    text-transform: capitalize;
    color: #000000;
}

@media (min-width: 768px) {
    .abonementDescModal .modal-dialog {
        width: auto;
        max-width: 1200px;
    }
}

@media (max-width: 767px) {
    .abonementDescModal .modal-body  {
        padding: 0;
    }
    .abonement-price__block {
        margin-bottom: 22px;
    }
}

@media (max-width: 500px) {
    .abonementDescModal .modal-content {
        width: 100%;
    }
}

@media (max-width: 425px) {
    .abonementDescModal .modal-content {
        width: auto;
    }
    .abonementDescModal .contact-wrap {
        margin-bottom: 0;
        flex-wrap: wrap;
    }
}

@media (max-width: 407px) {
    .abonementDescModal .modal-header {
        padding: 0 5px;
    }
    .abonementDescModal .icon-close:before {
        font-size: 12px;
    }
    .abonementDescModal .mobile-image {
        display: block;
    }
    .abonementDescModal .desktop-image {
        display: none;
    }
    .abonementDescModal__body .modal-title, .abonementDescModal__body p {
        margin: 0 0 20px;
    }
    .abonementDescModal__body p {
        font-size: 16px;
        line-height: 22px;
    }
    .abonementDescModal__body .modal-title {
        display: block;
    }
    .abonementDescModal__body .abonement-price__block > p {
        font-size: 24px;
        line-height: 30px;
    }
    .abonementDescModal .button {
        width: 100%;
    }
}