.form-content .field-checkbox {
    display: flex;
    align-items: center;
    column-gap: 14px;
    margin-bottom: 12px;
}

.contact-banner .banner .banner-image img {
    height: 300px;
}

.form-content input[type="radio" i] {
    width: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: relative;
    border: 0 !important;
    display: none;
}

.form-content input[type="radio" i]:checked+label:before{
    background: #282828;
    border: 1px solid #282828;
    border-radius: 0;
    content: "";
    height: 30px;
    width: 30px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
}

.form-content input[type="radio" i]+label{
    position: relative;
    padding-left: 45px;
    line-height: 32px;
    color: #A69987;
}

.form-content input[type="radio" i]:checked+label:after {
    content: "";
    background-image: url(../svg/checked.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 3px;
    left: 4px;
}

.form-content input[type="radio" i]+label:before{
    height: 30px;
    width: 30px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border: 1px solid #A69987;
    background: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    transition: all .5s;
    opacity: .4;
}

.form-content input[type="text"],
.form-content input[type="email"],
.form-content input[type="number"],
.form-content input[type="tel"]{
    border: 0;
    border-bottom: 1px solid #A69987;
    border-radius: 0;
    padding: 9px 0;
}

.form-content input[type="text"]::placeholder,
.form-content input[type="email"]::placeholder,
.form-content input[type="number"]::placeholder,
.form-content input[type="tel"]::placeholder{
    font-family: Switzer;
    font-size: 14px;
    line-height: 24px;
    color: #BDB498;
}

.contact-us-content {
    display: flex;
    width: 100%;
    padding: 86px 0 41px;
    column-gap: 62px;
    justify-content: space-between;
}

.contact-us-content .col-left {
    padding: 83px 0 0px 16px;
    width: 40%;
}

.contact-us-content .col-right {
    width: 60%;
}

.contact-us-content .contact-form {
    padding: 83px 80px;
    border: 1px solid #A69987;
}

.contact-infor-content {
    display: flex;
    column-gap: 80px;
    flex-wrap: wrap;
    row-gap: 50px;
}

.contact-us-content strong {
    width: 100%;
    display: block;
    font-family: Inria Serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 28.78px;
    letter-spacing: -0.004em;
    color: #222529;
    margin-bottom: 21px;
}

.contact-infor-content a {
    font-family: Switzer;
    font-size: 14px;
    font-weight: 400;
    line-height: 26.4px;
    color: #A69987;
}

.contact-infor-content a.email-address {
    text-decoration: underline;
}

.contact-infor-content .contact-address .infor a {
    width: 100%;
    display: block;
    margin-bottom: 26px;
}

.contact-infor-content .contact-address .infor {
    margin-bottom: 49px;
}

.contact-us-content .title-block {
    display: flex;
    align-items: flex-end;
    column-gap: 20px;
    margin-bottom: 70px;
}

.contact-us-content .title-block .title h2{
    font-style: italic;
    line-height: 70px;
    letter-spacing: -0.02em;
    margin: 0;
}

.contact-us-content .contact-form .title-block {
    column-gap: 25px;
    margin-bottom: 40px;
}

.contact-us-content .contact-form .title-block .title h2{
    letter-spacing: 0;
}

.contact-us-content .title-block .sub-title h4 {
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin: 0;
}

.form-content .field-group {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    column-gap: 20px;
    margin-bottom: 60px;
}

.form-content .field-group.field-message{
    margin-bottom: 26px;
}

.form-content .title-field-group {
    display: block;
    width: 100%;
}

.form-content .field.first-name {
    width: calc(100% / 2 - 10px);
}

.form-content .field.last-name {
    width: calc(100% / 2 - 10px);
}

.form-content .field {
    width: 100%;
    margin-bottom: 23px;
}

.form-content .field.number {
    display: flex;
    position: relative;
    margin-top: 6px;
}

.form-content .group-col-left {
    width: calc(100% / 2 - 20px);
}

.form-content .group-col-right {
    width: calc(100% / 2 - 20px);
    padding-left: 25px;
}

.form-content .row-checkbox {
    display: flex;
    width: 100%;
    column-gap: 61px;
}

.form-content textarea {
    width: 100%;
    height: 200px;
    resize: none;
    border: 1px solid #A69987;
    padding: 20px 22px;
    color: #A69987;
    font-family: inherit;
}

.form-content textarea::placeholder{
    font-family: Switzer;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #A69987;
}

.form-content .btn-submit input[type="submit"] {
    width: auto;
    display: block;
    font-family: BodoniFLF;
    font-size: 32px;
    font-weight: 500;
    line-height: 36.9px;
    letter-spacing: 0.1em;
    text-align: left;
    border: 0;
    background: transparent;
    text-transform: uppercase;
    position: relative;
    padding: 9px 31px;
    cursor: pointer;
    transition: all .5s;
}

.form-content .btn-submit input[type="submit"]:hover {
    color: var(--color-brown-3);
}

.form-content .btn-submit {
    display: flex;
    justify-content: right;
    align-items: center;
}

.contact-us-content .contact-form strong {
    margin-bottom: 42px;
    color: #000000;
}

.form-content ul#country-select {
    position: absolute;
    display: none;
    top: -2px;
    background: #fff;
    z-index: 2;
}

.form-content input[type="tel"] {
    padding-left: 82px;
}

.form-content ul#country-select li img {
    width: 32px;
    height: auto;
}

.form-content #selected-flag img {
    width: 32px;
    height: auto;
}

.form-content span#selected-flag {
    position: absolute;
    top: -2px;
    display: flex;
    align-items: center;
}

.form-content span#selected-flag svg {
    height: 32px;
    margin-left: 10px;
}

.form-content span#selected-flag.active svg{
    transform: rotateX(180deg);
}

@media (min-width: 1920px) {
    .content-page.contact-section .container {
        padding: 0 84px;
    }
}

@media(max-width: 1440.98px){
    .contact-us-content .contact-form {
        padding: 40px;
    }

    .contact-email {
        width: 100%;
    }
    
    .contact-address {
        width: 100%;
    }

    .contact-us-content .title-block .sub-title h4 {
        font-style: italic;
        line-height: 70px;
        font-size: 58px;
    }

    .contact-us-content .title-block {
        flex-wrap: wrap;
    }

    .contact-us-content .title-block .title{
        width: 100%;
    }

    .contact-us-content .col-left {
        padding: 46px 0 0px 0px;
        width: 30%;
    }

    .contact-us-content .col-right {
        width: 70%;
    }

    .contact-us-content .title-block {
        margin-bottom: 33px;
    }

    .form-content .group-col-right {
        padding-left: 0px;
    }
}

@media(max-width: 1200px){
    .form-content .group-col-left {
        width: 100%;
        margin-bottom: 66px;
    }

    .form-content .group-col-right {
        width: 100%;
    }

    .content-page.contact-section .container {
        padding: 0 30px;
    }
}

@media(max-width: 991px){
    .contact-us-content .title-block .title h2 {
        line-height: 60px;
        font-size: 42px;
    }

    .contact-us-content .title-block .sub-title h4 {
        line-height: 60px;
        font-size: 42px;
    }
}

@media(max-width: 767px){
    .contact-us-content {
        flex-wrap: wrap;
    }

    .contact-us-content .col-left {
        width: 100%;
        order: 2;
        padding: 103px 0 0px 0px;
    }

    .contact-us-content .title-block {
        column-gap: 16px;
        margin-bottom: 49px;
    }

    .contact-us-content .col-right {
        width: 100%;
        order: 1;
    }

    .form-content .group-col-right .row-checkbox {
        column-gap: 25px;
    }

    .form-content .group-col-right .title-field-group strong{
       margin-bottom: 47px;
    }

    .form-content .field-group.field-message strong {
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .form-content textarea {
        padding: 18px 19px;
    }

    .form-content .btn-submit input[type="submit"] {
        font-size: 16px;
        line-height: 18.5px;
        padding: 9px 15px;
    }

    .form-content .btn-submit svg {
        width: 7.8px;
        height: 15.8px;
    }

    .form-content .field-group.field-message {
        margin-bottom: 12px;
    }

    .contact-us-content .title-block .title {
        width: auto;
    }
}

@media (max-width: 500.98px) {
    .banner .section-title {
        transform: translateY(198%);
    }

    .contact-banner .banner .banner-image img {
        height: 932px;
    }
}

@media (max-width: 420px) {
    .form-content .row-checkbox {
        flex-wrap: wrap;
    }

    .contact-us-content .contact-form {
        padding: 20px;
    }

    .form-content .field.first-name {
        width: 100%;
    }

    .form-content .field.last-name {
        width: 100%;
    }
}
