.contacts-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    vertical-align: middle;
}

.contacts-line-item {
    font-size: 27px;
    height: 69px;
    border-right: 1px solid gray;
    padding: 12px 3% 12px 0px;
}

@media only screen and (min-width: 1201px) {

    .contact.email {
        font-size: 20px;
    }

}

.contacts-line-item svg {
    fill: #dadada;
    vertical-align: middle;
    position: relative;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

.contacts-line-item:last-child {
    border-right: none;
}

.contacts_locations {
    margin-top: 76px;
    margin-bottom: 50px;
}

.contacts_locations_title {
    font-size: 32px;
    padding-bottom: 17px;
    font-family: LitteraTextBold, sans-serif;
    border-bottom: 2px solid #D9D9D9;
}

.contacts_locations_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: start;
    border-bottom: 2px solid #D9D9D9;
    padding-top: 48px;
    padding-bottom: 59px;
}

.contacts_locations_item_text {
    width: 50%;
    padding-right: 27px;
}

.contacts_locations_item_text_title {
    font-family: LitteraTextBold, sans-serif;
    font-size: 25px;
}

.contacts_locations_item_text_address {
    font-size: 20px;
    margin-top: 19px;
    padding-bottom: 29px;
    border-bottom: 1px solid #D9D9D9;
    font-family: LitteraText, sans-serif;
}

.contacts_locations_item_text_description {
    margin-top: 26px;
    font-size: 16px;
    line-height: 18pt;
}

.contacts_locations_item_map {

height: 423px;

width: 50%;

background: #f1f1f1;
}



@media only screen and (max-width: 1200px) {

    .contacts-line {
        display: block;
    }

    .contacts-line-item {
        font-size: 24px;
        height: 69px;
        border: none;
        padding: 12px 0px;
    }

    .contacts_locations_item {
        display: block;
    }

    .contacts_locations_item_text {
        width: 100%;
    }

    .contacts_locations_item_map {
        width: 100%;
    }

}

@media only screen and (max-width: 700px) {

    .contacts-wrap {
        padding: 10px 0px;
    }

    .contacts-line-item {
        padding: 12px 0px;
    }

    .contacts_locations {
        margin-top: 45px;
        margin-bottom: 29px;
    }

    .section-contacts .socials {
    }

    .contacts_locations_title {
        font-size: 24px;
    }

    .contacts_locations_item {
        padding-top: 38px;
        padding-bottom: 24px;
    }

    .contacts_locations_item_text_title {
        font-size: 18px;
    }

    .contacts_locations_item_text_address {
        font-size: 14px;
    }


    .contacts-line:last-child {
        display: none;
    }
}
