
.contacts {
}

.contacts__left {
    width: 32%;
    margin-right: 20px;
    flex-grow: 0;
    flex-shrink: 0;
}

.contacts__right {
    flex-shrink: 1;
    flex-grow: 1;
    padding-top: 54px;
}

.contacts__h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 55px;
    line-height: 64px;
    letter-spacing: -0.02em;
    color: #1A1A1A;
    margin: 0 0 32px 0;
    font-family: SuisseIntl;
}

.contacts__head {
    padding-bottom: 36px;
    position: sticky;
    top: 0;
    z-index: 10;
}

.contacts__tabs {
    display: flex;
    border-bottom: 1px solid #E5E5E5;
}

.contacts__tab {
    font-family: SuisseIntl;
    padding: 0 3px 9px 3px;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -0.01em;
    transition: border-bottom-color .3s, color .3s;
    border-bottom: 3px solid transparent;
    margin-right: 35px;
    color: #B3B3B3;
    margin-bottom: -2px;
    cursor: pointer;
}

.contacts__tab:last-child {
    margin-right: 0;
}

.contacts__tab--active {
    color: #1A1A1A;
    border-bottom-color: #004394;
}

.contacts__label {
    font-family: SuisseIntl;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.01em;
    color: #424242;
    margin-bottom: 20px;
}

.contacts__address {
    font-family: SuisseIntl;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: -0.01em;
    color: #424242;
    margin-bottom: 16px;
}

.contacts__phones {
    margin-bottom: 16px;
}

.contacts__phone,
.contacts__phone a,
.contacts__phones {
    font-family: SuisseIntl;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #424242;
    text-decoration: none;
}

.contacts__email {
    display: flex;
    align-items: center;
}

.contacts__email a {
    font-family: SuisseIntl;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #424242;
    text-decoration: none;
}
.contacts__email {
    margin-bottom: 16px;
}

.contacts__emp-groups {
    margin-top: 46px;
}

.contacts__emp-group-title {
    font-family: SuisseIntl;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.01em;
    color: #424242;
    margin-bottom: 20px;
}

.contacts__tab-content {
    display: none;
}

.contacts__tab-content--active {
    display: block;
}

.contacts__emp-items {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    margin: 0 -10px;
}

.contacts__emp {
    width: 50%;
    margin-bottom: 32px;
    padding: 0 10px;
}

.contacts__emp-media {
    /*height: 320px;*/
    overflow: hidden;
    border-radius: 21px;
    margin-bottom: 16px;
    aspect-ratio: .8;
}

.contacts__button {
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 55px;
    height: 72px;
    line-height: 70px;
    width: 100%;
    display: block;
    margin: 40px 0 70px 0;
    text-align: center;
    text-decoration: none;
    transition: color .3s, background-color .3s, border-color .3s;
}

.contacts__button:hover {
    border-color: #2c508f;
    background: #2c508f;
    color: #fff;
}

.contacts__emp-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.contacts__emp-title {
    font-family: SuisseIntl;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: -0.01em;
    color: #424242;
    margin-bottom: 4px;
}

.contacts__emp-job {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.01em;
    color: #B3B3B3;
}

#contacts-map {
    position: sticky;
    top: 54px;
    /*height: 720px;
    max-height: 72vh;*/
    height: 90vh;
    height: calc(96vh - 54px);
}

.inner__page {
    overflow: visible !important;
}

.contacts__mobile-map {
    height: 304px;
    border-radius: 27px;
    overflow: hidden;
    margin: 30px 0;
}

.contacts-content {
    display: flex;
}

@media (max-width:  991px) {
    .contacts__h1 {
        font-size: 35px;
        line-height: 41px;
    }
    .contacts__right {
        display: none;
    }
    .contacts__left {
        width: 100%;
    }
    .contacts__head {
        position: static;
    }
    .contacts__tabs {
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        padding-top: 15px;
    }
    .contacts__tabs::-webkit-scrollbar-thumb {
        background: transparent;
    }

    .contacts__tabs::-webkit-scrollbar-track {
        background: transparent;
    }
    .contacts__emp {
        width: 245px;
        max-width: 50%;
        padding: 0 6px;
    }
    .contacts__emp-items {
        margin: 0 -6px;
    }
    .contacts__emp-media {
        /*height: 196px;*/
    }
}
@media (min-width:  992px) {
    .contacts__mobile-map {
        display: none;
    }
    .emp-76 .contacts__emp-items {
        display: block;
    }
}