.modal-content {
    border-radius: 12px;
}


.modal-body {
    padding: 40px;
    border-radius: 10px;
}

.modal-body .modal-name {
    font-size: 34px;
    line-height: 128.5%;
    text-align: center;
    color: #444141;
    font-weight: 600;
}

.modal-body .modal-name span {
    color: #075fc5;
}

.modal-body .btn-close {
    position: absolute;
    right: 19px;
    top: 13px;
}

.g-recaptcha div {
    margin: 0 auto;
}

@media (max-width: 768px) {
    .modal-blue {
        background: linear-gradient(134.6deg, #0b72ff 8.43%, #3605c0 80.91%);
    }

    .modal-body .modal-name {
        font-size: 26px;
        color: #ffffff;
    }

    .modal-body .middletext {
        color: #ffffff;
    }

    .modal-body .modal-name span {
        color: #ffca31;
    }

    .modal-body .try-modal__radio-wrap {
        color: #ffffff;
    }
    .try-modal__close:before {
        color: #fff;
        right: 19px;
        top: 13px;
        font-size: 25px;
    }
    .try-modal__container {
        margin: 0px auto 0;
        padding: 47px 20px 39px;
        background: -o-linear-gradient(315.4deg, #0b72ff 8.43%, #3605c0 80.91%);
        background: linear-gradient(134.6deg, #0b72ff 8.43%, #3605c0 80.91%);
        max-width: 100%;
        height: 100%;
        border-radius: 0px;
        position: relative;
    }
    .try-modal__title {
        font-size: 26px;
        line-height: 128.5%;
        text-align: start;
        color: #ffffff;
    }
    .try-modal__title span {
        color: #ffca31;
    }
    .try-modal__form {
        margin: 0 auto;
        max-width: 100%;
        padding: 0;
    }
    .try-modal__right {
        margin-right: 30px;
    }
    .try-modal__input {
        padding: 15px 16px;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .try-modal__btn {
        max-width: 100%;
    }
    .try-modal__staff {
        margin: 20px 0 14px;
        font-size: 16px;
        line-height: 146.5%;
        color: #ffffff;
    }
    .try-modal__know-wrap {
        margin-top: 24px;
    }
    .try-modal__check + .try-modal__know-label::before {
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        border: 1px solid #ffffff;
        border-radius: 0.25em;
        margin-right: 0.5em;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%;
    }
    .try-modal__check:checked + .try-modal__know-label::before {
        border-color: #fff;
        background-color: #fff;
        background-image: url("../img/icons/check-mob.svg");
        background-size: contain;
        width: 15px;
        height: 15px;
    }
    .try-modal .try-modal__radio-wrap label {
        color: #fff;
        font-size: 14px;
        line-height: 146.5%;
    }
    .try-modal__radio + label::before {
        border: 1px solid #ffca31;
    }
    .try-modal__radio:checked + label::before {
        border-color: #ffca31;
        background-image: url("../img/icons/elips-input-mob.svg");
    }
    .try-modal__know-label {
        font-size: 12px;
        line-height: 18px;
        color: #ffffff;
    }
    .try-modal__know-text {
        font-size: 12px;
        line-height: 18px;
        color: #ffffff;
        margin-top: 6px;
    }
    .try-modal__garant {
        margin-top: 2px;
        color: #fff;
    }
}