.contact-section {
    padding: 70px 0 100px;
}

.contact-section__header {
    text-align: center;
    width: 100%;
    max-width: 872px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.contact-section__header p {
    padding: 0 0;
}

.contact-section__form-wrapper {
    background-color: #FFFFFF;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    padding: 37px 25px 12px;
}

.contact-section__form-wrapper h4 {
    font-size: 22px;
    text-align: center;
    color: #D22429;
    padding-bottom: 20px;
}

.contact-section__form {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.contact-section__form-location .footer-location-flex {
    display: inline-block;
}

.contact-section__form-location .footer-location-item:last-child {
    width: auto;
    margin-left: 0;
}

.contact-section__form-location .footer-item ul li a {
    text-decoration: none;
}

.contact-section__form-location .footer-item h3 {
    font-size: 22px;
    color: #000000;
}

.contact-section__form-location .footer-item h3::after {
    height: 3px;
    background-color: #D22429;
    left: 0;
    bottom: -3px;
}

.contact-section__form-location .footer-item h4 {
    text-transform: capitalize;
    color: #D22429;
}

.contact-section__form-location .footer-item ul li .btn {
    border-bottom: 2px solid #000000;
    color: #000000;
}

.contact-section__form-location .footer-location-item ul li {
    margin-bottom: 5px;
}

.contact-section__form-location {
    padding: 20px 0 0;
}

.contact-section__form-location .footer-item h3 {
    font-weight: 600;
    margin-bottom: 35px;
}

/* search */

.desktop-menu__search {
    display: none;
    position: absolute;
    left: 0;
    bottom: -59px;
    height: 58px;
    background-color: #F5F5F5;
    width: 100%;
    z-index: 1111;
    border-top: 4px solid #96122B;
    box-shadow: 5px 5px 20px rgba( 41, 41, 41, 0.30 );
}

.desktop-menu__search input {
    border: none;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.desktop-menu__search button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 22px;
    border: none;
    outline: none;
    background-color: transparent;
    color: #D22429;
    font-size: 19px;
    font-weight: 700;
}

.js-search-toggle {
    position: relative;
}

.js-search-active {
    display: block;
}

.js-search-toggle.js-search-active i {
    opacity: 0;
}

.js-search-toggle.js-search-active::before  {
    content: '\e900';
    font-family: 'icomoon';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    color: #FFFFFF;
    font-size: 20px;
}

.contact-section__form-location .footer-location-item p {
    line-height: 1.86em;
    padding-bottom: 5px;
}

@media(min-width: 768px) {
    .contact-section__form-wrapper h4 {
        padding-bottom: 35px;
    }

    .contact-section__form-wrapper {
        padding: 52px 52px 25px;
    }

    .contact-section__header {
        padding-bottom: 52px;
    }
}

@media(min-width: 1200px) {
    .contact-section {
        padding: 98px 0 138px;
    }

    .contact-section__form {
        display: flex;
        align-items: flex-start;
    }

    .contact-section__form-wrapper {
        width: 100%;
        max-width: 759px;
        padding: 40px 40px 10px;
    }

    .contact-section__form-wrapper h4 {
        padding-bottom: 29px;
    }

    .contact-section__form-location {
        width: calc(100% - 759px);
        padding: 0 0 0 100px;
    }

    .desktop-menu__search {
        width: 100%;
        max-width: 1326px;
        left: 50%;
        transform: translate(-50% , 0%);
    }
}