.offer_success .offer__success {
    opacity: 1;
    pointer-events: all;
    z-index: 100;
}
.offer__content {
    position: relative;
}
.offer__holder {
    padding: 65px 50px 60px 50px;
    background-color: #F8F8F8;
    position: relative;
    z-index: 0;
}
@media (max-width: 1200px) {
    .offer__holder {
        padding: 65px 28px 70px 28px;
    }
}
@media (max-width: 767px) {
    .offer__holder {
        padding: 52px 16px;
        position: relative;
        left: -16px;
        width: calc(100% + 16px + 16px);
    }
}
.offer__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    max-width: 720px;
    text-align: center;
    margin: 0 auto 20px auto;
}
@media (max-width: 1200px) {
    .offer__title {
        max-width: 650px;
    }
}
@media (max-width: 767px) {
    .offer__title {
        font-size: 24px;
        margin-bottom: 12px;
    }
}
.offer__text {
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 60px auto;
}
@media (max-width: 767px) {
    .offer__text {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .offer__text {
        margin-bottom: 36px;
    }
}
.offer__form-content {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    max-width: 848px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 767px) {
    .offer__form-content {
        display: block;
    }
}
.offer__form-field {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}
.offer__form-field:nth-child(2n) {
    margin-right: 0;
}
@media (max-width: 767px) {
    .offer__form-field {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }
}
.offer__form-input {
    font-size: 18px;
    line-height: 130%;
    width: 100%;
    background-color: #E6E6E6;
    padding: 21px 20px;
    box-sizing: border-box;
    border: 2px solid #E6E6E6;
}
@media (max-width: 767px) {
    .offer__form-input {
        font-size: 17px;
        padding: 16px 20px;
    }
}
.offer__form-input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}
.offer__form-input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
}
.offer__form-input:-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
}
.offer__form-input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}
.offer__form-input.parsley-error {
    background-color: rgba(231, 76, 60, 0.15);
}
.offer__form-input:focus {
    border: 2px solid rgba(0, 0, 0, 0.1);
}
.offer__form-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.offer__form-text {
    font-size: 14px;
    line-height: 130%;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .offer__form-text {
        margin-bottom: 24px;
    }
}
.offer__form-button {
    width: 300px;
    height: 70px;
}
@media (max-width: 1200px) {
    .offer__form-button {
        height: 60px;
    }
}
@media (max-width: 767px) {
    .offer__form-button {
        width: 100%;
        height: 48px;
        font-size: 16px;
    }
}
.offer__success {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #F8F8F8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
    text-align: center;
}
.offer__success-close {
    background-image: url(../images/ic-close.svg?v=5be786ca336d878b8a19caf2304d9ec1);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50px;
    right: 50px;
    transition: transform 0.2s ease-in-out;
}
@media (max-width: 767px) {
    .offer__success-close {
        right: 0;
        top: 16px;
    }
}
@media (min-width: 1025px) {
    .offer__success-close:hover {
        transform: rotate(180deg);
    }
}
.offer__success-icon {
    background-image: url(../images/ic-check.svg?v=9b7877afd3933007f4450e03848deda0);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 38px 28px;
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    background-color: #F36736;
    border-radius: 999px;
}
@media (max-width: 767px) {
    .offer__success-icon {
        width: 50px;
        height: 50px;
        background-size: 20px 15px;
        margin-bottom: 12px;
    }
}
.offer__success-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .offer__success-title {
        font-size: 24px;
        margin-bottom: 12px;
    }
}
.offer__success-text {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 88px;
}
@media (max-width: 767px) {
    .offer__success-text {
        font-size: 16px;
        margin-bottom: 140px;
    }
}
.offer__success-button {
    width: 300px;
    height: 70px;
}
@media (max-width: 767px) {
    .offer__success-button {
        width: 100%;
        height: 48px;
        font-size: 16px;
    }
}