.contacts-header {
    margin-bottom:39px
}
.contacts-header > div:first-child {
    text-align: right;
}
.contacts-header > div > a {
    width:100%;
    max-width:292px;
    text-transform: uppercase;
}
.contacts-header > div:last-child a {
    background: #FFFFFF;
    border: 2px solid #F4213A;
    color:#F4213A;
}
.site-main section {
    margin-bottom:90px
}
.site-main h2 {
    text-align: center;
    margin: 0 0 16px;
    text-transform: none !important;
}
.c-halfs {
    margin-bottom:90px
}
.c-city {
    display:flex;
    align-items: baseline;
    justify-content: space-between;
    gap:10px;
    margin:22px 0 11px
}
.c-city span:first-child {
    font-size:28px;
    color:#282828;
    font-weight: 600;
    line-height: 100%;
}
.c-city span:last-child {
    font-size:16px;
    color:#737373;
    font-weight: 400;
    line-height: 16px;
    display:flex;
    align-items: center;
    gap:2px;
    flex-wrap: nowrap;
}
.c-time {
    border-left:2px solid #34A784;
    padding-left:8px;
    font-size:16px;
    font-weight:400;
    line-height: 23px;
    margin-bottom:9px;
    color:#282828
}
.c-time b {
    font-weight: 600;
}
.c-info {
    color:#45AA8C;
    font-size:17px;
    font-weight: 600;
    line-height: 24px;
    padding:7px 10px;
    text-align: center;
    border: 3px dotted #45AA8C;
    border-radius: 20px;
    margin-bottom:13px
}
.c-phone {
    display:flex;
    flex-direction: column;
    margin-bottom:12px;
    color:#282828;
    font-size:17px;
    font-weight: 600;
    line-height: 24px;
}
.c-phone > a:first-of-type {
    font-size:29px;
    color:#F4213A;
    font-weight: 400;
    line-height: 41px;
}
.c-phone > a:last-child {
    font-size: 16px;
    font-weight: 400;
    color:#F4213A;
}
.c-phone > a:hover {
    color:#FF5B6F
}
.c-map {
    max-width: 100%;
    border: 1px solid #F0F0F0;
    border-radius: 20px;
    overflow: hidden;
}

.managers {
    margin-bottom:90px
}
.c-man-photo {
    text-align: center;
    margin:0 19px 19px
}
.c-man-photo img {
    display:block;
    border-radius: 50%;
    overflow: hidden;
    margin:0 auto;
    width: 100%;
    height: auto;
    max-width:231px
}
.c-man-name {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    margin-bottom: 2px;
}
.c-man-occupy {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    margin-bottom: 19px;
    color:#797979
}
.c-man-link {
    display:flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap:6px;
    margin-top:auto;
}
.c-man-wa, .c-man-tg {
    border-radius: 50%;
    border: 2px solid #3B9F18;
    height:56px;
    width:56px;
    text-align: center;
    line-height: 56px;
    flex-shrink: 0;
}
.c-man-tg {
    border: 2px solid #0088CC;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c-man-tg img {
    width:30px;
    height:30px
}
.c-man-wa svg {
    position: relative;
    top: 5px;
    left: 1px;
}
.c-man-wa:hover svg, .c-man-tg:hover {
    opacity: .8;
}
.c-man-link .btn-main {
    height:56px;
}
.site-main table.table-contacts {
    background:#fff;
    overflow:hidden !important;
}
.contacts-slogan {
    background: #f4f4f4;
}
.site-main table.table-contacts tr:first-child td:first-child,
.site-main table.table-contacts tr:first-child td:last-child{
    width:25%
}
.site-main table.table-contacts td {
    border: 1px solid #EAEAEA;
    padding: 11px 16px 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 135%;
    letter-spacing: -0.03em;
    color:#282828;
}
.site-main table.table-contacts tr > td:first-child {
    font-weight: 600;
}
.contacts-slogan-mobile {
    display: none;
    background: #f4f4f4;
    height:0
}
.managers-photos > .slider-photos__slide {
    display:flex;
    flex-direction: column;
    margin-bottom:20px
}
@media(min-width:1200px) {
    .managers-photos {
        display:grid;
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: space-between;
        gap:20px
    }
}

@media(min-width:767px) {
    .c-halfs > div:first-of-type {
        padding-right:25px
    }
    .c-halfs > div:last-of-type {
        padding-left:25px
    }
}

@media(max-width:1199px) {
    .c-city {
        flex-wrap: wrap;
    }
    .c-man-link .btn-main {
        font-size:14px;
        padding: 0 12px;
    }
}

@media(max-width:767px) {
    .site-main section {
        margin-bottom:70px
    }
    .c-man-photo img {
        max-width:191px
    }
    .c-man-link .btn-main {
        font-size:14px;
        padding: 0 20px;
    }
    .site-main table.table-contacts {
        margin-bottom:0 !important;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }
    .site-main table.table-contacts tr {
        display:grid;
    }
    .site-main table.table-contacts tr:first-child td:first-child,
    .site-main table.table-contacts tr:first-child td:last-child{
        width:100%
    }
    .contacts-slogan {
        display:none
    }
    .contacts-slogan-mobile {
        display:table-cell;
        font-weight: 400;
        height:auto
    }
    .contacts-slogan-mobile > td {
        padding:20px 15px !important;
    }
}

@media(max-width:576px) {
    .contacts-header {
        flex-wrap: wrap;
        justify-content: center;
    }
    .contacts-header > div > a {
        max-width: 100%;
        margin-bottom:9px
    }
}