.contact-form {
    width: 100%
}

.offer-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%
}

.form-group {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 40px 56px;
    color: rgba(255,255,255,1);
    text-transform: uppercase;
    justify-content: space-between;
    flex-wrap: wrap;
    font: 400 16px Lato,-apple-system,Roboto,Helvetica,sans-serif;
    border-color: rgba(255,255,255,1);
    border-bottom: 1px solid rgba(255,255,255,1);
    align-self: stretch;
    min-width: 240px;
    min-height: 62px;
    margin: auto 0;
    padding: 22px 0;
    position: relative
}

@media (max-width: 991px) {
    .form-group {
        max-width:100%;
        white-space: initial
    }
}

.form-label {
    align-self: stretch;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    margin: auto 0;
    color: rgba(255,255,255,1);
    font: 400 16px Lato,-apple-system,Roboto,Helvetica,sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    transition: all .2s ease;
    padding: 0
}

.form-input:focus + .form-label, .form-input:not(:placeholder-shown) + .form-label {
    top: 10px;
    transform: translateY(0);
    font-size: 12px
}

.form-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    color: rgba(255,255,255,1);
    font: 400 16px Lato,-apple-system,Roboto,Helvetica,sans-serif;
    text-transform: uppercase;
    padding: 22px 0 0 0
}

.form-input::placeholder {
    color: rgba(255,255,255,.7)
}

.checkbox-group {
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: start;
    flex-wrap: wrap
}

@media (max-width: 991px) {
    .checkbox-group {
        max-width:100%
    }
}

.form-checkbox {
    position: absolute;
    opacity: 0;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 2;
    margin: 0
}

.checkbox-label {
    color: rgba(255,255,255,1);
    align-self: stretch;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    margin: auto 0;
    font: 400 16px Inter,-apple-system,Roboto,Helvetica,sans-serif;
    cursor: pointer;
    padding-left: 35px;
    position: relative
}

.checkbox-label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: 2px solid rgba(255,255,255,.7);
    border-radius: 4px
}

.form-checkbox:checked+.checkbox-label:before {
    background-color: #007cba;
    border-color: #007cba;
    background-image: url(data:image/svg+xml,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ width=\'16\'\ height=\'16\'\ viewBox=\'0\ 0\ 16\ 16\'%3E%3Cpath\ fill=\'%23ffffff\'\ d=\'M13.292\ 4.292l-7\ 7-3-3-1.414\ 1.414\ 4.414\ 4.414\ 8.414-8.414z\'/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px
}

.form-checkbox:focus+.checkbox-label:before {
    outline: 2px solid rgba(255,255,255,.5);
    outline-offset: 2px
}

.privacy-text-normal {
    font-family: Lato,-apple-system,Roboto,Helvetica,sans-serif;
    line-height: 19px
}

.privacy-text-link {
    font-family: Lato,-apple-system,Roboto,Helvetica,sans-serif;
    text-decoration: underline;
    line-height: 19px;
    cursor: pointer
}

.privacy-text-link:hover {
    text-decoration: none
}

.form-input:focus {
    outline: 2px solid rgba(255,255,255,.5);
    outline-offset: 2px
}

.form-checkbox:focus+.checkbox-label:before {
    outline: 2px solid rgba(255,255,255,.5);
    outline-offset: 2px
}

.contact-section {
    display: flex;
    width: 100%;
    max-width: 1920px;
    padding: 0 5%;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin: 0 auto;
    background-color: #fff
}

@media (max-width: 991px) {
    .contact-section {
        padding:0 40px
    }
}

@media (max-width: 640px) {
    .contact-section {
        padding:0 20px;
        gap: 30px
    }
}

.section-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 1280px
}

@media (max-width: 991px) {
    .section-header {
        max-width:100%
    }
}

.header-title-wrapper {
    display: flex;
    width: 100%;
    height: 37px;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
    gap: 24px
}

@media (max-width: 640px) {
    .header-title-wrapper {
        flex-direction:column;
        gap: 15px;
        height: auto
    }
}

@media (max-width: 991px) {
    .main-title {
        font-size:32px;
        white-space: wrap
    }
}

@media (max-width: 640px) {
    .main-title {
        font-size: 28px;
        white-space: wrap;
        margin-top: 12px;
    }
}

.widget_special_offer {
    margin-top: 81px;
}

.special-offer-section {
    margin: 0 -4px;
}

.special-offer-section .banner-title {
    color: #FFF;
    font-family: "TeX Gyre Adventor";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 43.2px */
    text-transform: uppercase;
    margin-bottom: 8px;
}

.offer-content-main {
    position: relative;
    z-index: 2;
    padding-top: 25px;
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
}

.offer-content {
    padding: 0px 0px 3px 25px;
    margin-top: 26px;
    display: flex;
    align-items: start;
    background: linear-gradient(180deg,#00223d 0%,#005ca3 110.15%);
    border-radius: 10px;
    position: relative;
    justify-content: space-between;
}

.offer-content .icon-offer {
    width: 395px;
    height: 349px;
    font-size: 0;
}

.banner-container {
    display: flex;
    width: 100%;
    max-width: 1280px;
    padding: 25px;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: linear-gradient(180deg,#00223d 0%,#005ca3 110.15%);
    position: relative
}

@media (max-width: 991px) {
    .banner-container {
        max-width:100%
    }
}

@media (max-width: 640px) {
    .banner-container {
        padding:20px
    }
}

.banner-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 10px;
    border-radius: 0 10px 10px 0;
    position: relative
}

@media (max-width: 991px) {
    .banner-content {
        flex-direction:column;
        gap: 9px;
    }
}

.background-icon {
    position: absolute;
    right: -.454px;
    top: -21px;
    z-index: 1
}

.house-icon {
    width: 348.546px;
    height: 347px;
    fill: rgba(240,249,255,.25);
    opacity: .35
}

.banner-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%
}

.contact-form-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 25px
}

.contact-form {
    margin-top: 16px;
    width: 100%;
    display: block;
}

.contact-form .form-group label {
    color: #fff
}

@media (max-width: 640px) {
    .contact-form {
        gap:20px
    }

    .icon-offer {
        position: absolute;
        top: 0;
        transform: scale(1.5);
        left: -40%
    }

    .contact-form-container {
        display: grid;
        grid-template-columns: 1fr
    }
}

@media (max-width: 991px) {
    .contact-form {
        margin-top: 24px;
    }

    .offer-form {
    }

    .form-group {
    }

    .form-label {
    }

    .form-input:focus + .form-label, .form-input:not(:placeholder-shown) + .form-label {
    }

    .form-input {
    }

    .form-input::placeholder {
    }

    .checkbox-group {
    }

    .form-checkbox {
    }

    .checkbox-label {
    }

    .checkbox-label:before {
    }

    .form-checkbox:checked+.checkbox-label:before {
    }

    .form-checkbox:focus+.checkbox-label:before {
    }

    .privacy-text-normal {
    }

    .privacy-text-link {
    }

    .privacy-text-link:hover {
    }

    .form-input:focus {
    }

    .form-checkbox:focus+.checkbox-label:before {
    }

    .contact-section {
    }

    .section-header {
    }

    .header-title-wrapper {
    }

    .widget_special_offer {
        margin-top: 30px;
    }

    .special-offer-section {
        margin: 0 0;
    }

    .special-offer-section .banner-title {
        font-size: 24px;
        font-family: NAMU;
    }

    .special-offer-section .banner-description {
        font-size: 16px;
    }

    .offer-content-main {
    }

    .offer-content {
        margin-top: 24px;
        padding: 2px 14px 25px 15px;
    }

    .offer-content .icon-offer {
    }

    .banner-container {
    }

    .banner-content {
    }

    .background-icon {
    }

    .house-icon {
    }

    .banner-header {
    }

    .contact-form-container {
    }

    .contact-form .form-group label {
    }
}
