
#footer .row {
    max-width: 1370px;
}

#contacts {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    padding-top: 0;
}

#contacts .page-section {
    display: flex;
    justify-content: center;
    width: 100%;
    color: var(--Neutral-700, #52545E);
    box-sizing: border-box;
    padding: 2rem 1.5rem;
}

#contacts .headings {
    margin-bottom: 3rem;
}

#contacts .heading-big {
    font-size: 2rem;
    font-weight: 500;
    color: inherit;
    text-align: left;
    margin-bottom: 1.5rem;
}

#contacts .heading-description {
    text-align: left;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: -0.02em;
}

@media (min-width: 431px) {
    #contacts .page-section {
        padding: 2rem 3rem;
    }
}


/* MAIN CONTAINER */

#contacts.main-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    padding: 2rem 1rem;
}

@media (min-width: 431px) {
    #contacts.main-container {
        flex-direction: row;
        padding: 2rem 4rem;
    }
}

/* MAIN SECTION */

#contacts .main-section {
    background-color: #fff;
    margin-bottom: 2rem;
}

#contacts .main-section .heading-big {
    color: var(--Neutral-900, #151518);
}

#contacts .main-section .heading-description {
    color: var(--Neutral-700, #52545E);
}

#contacts .main-section .form-wrapper {
    position: relative;
}

#contacts .main-section .contact-us-field label {
    font-weight: 400;
}

#contacts .main-section .contact-us-field .choices__inner {
    border-color: rgb(202, 202, 202);
}

#contacts .main-section .contact-us-field .choices__button {
    display: none;
}

#contacts .main-section .wpforms-submit-container {
    display: block;
    position: relative !important;
    right: 0;
    padding-top: 1.5rem;
}

#contacts .main-section .btn {
    width: 100%;
}

@media (min-width: 431px) {
    #contacts .main-section {
        flex: 2;
        margin-bottom: 0;
    }
}

/* SECONDARY SECTION */

#contacts .secondary-section {
    flex: 1;
    padding-left: 3rem;
    padding-right: 3rem;
    color: #fff;
    background-color: #222F3E;
}
#contacts .secondary-section .address-list-title {
    margin-bottom: 1rem;
}

#contacts .secondary-section .address-email {
    margin-bottom: 2rem;
}

#contacts .secondary-section .address-icon,
#contacts .secondary-section .phone-icon {
    padding-top: 2px;
    padding-right: 8px;
}

#contacts .secondary-section .address-email, 
#contacts .secondary-section a,
#contacts .secondary-section a:hover {
    display: inline-block;
    color: #fff;
}

#contacts .secondary-section .address-icon img,
#contacts .secondary-section .email-icon img,
#contacts .secondary-section .phone-icon img {
    vertical-align: baseline;
    max-width: 16px;
}

#contacts .secondary-section .email-icon {
    padding-right: 8px;
}

#contacts .secondary-section .address-block {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-bottom: 2rem;
}

#contacts .secondary-section .address-country-city {
    text-transform: uppercase;
}
