.footer_site {
    position: relative;
    padding: 61px 0 39px;
    color: #fff;
    background: #000;
    z-index: 2;
}

.footer_site .container {
    max-width: 1364px;
}

.footer_locations {
    position: relative;
    padding-bottom: 12px;
}

.footer_locations::before,
.footer_links::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 1334px;
    width: calc(100% - 80px);
    height: 1px;
    margin: 0 auto;
    background: #fff;
}

.footer_links::before {
    width: 100%;
}

.footer_locations__title {
    padding-bottom: 5px;

}

.footer_locations__title,
.footer_representation__title,
.footer_representation_col--title {
    font-weight: 600;
    font-size: 16px;
    line-height: 80%;
    text-transform: uppercase;
}

.footer_locations_col__box {
    display: flex;
    align-items: center;
    grid-column-gap: 13px;
}

.clock_box {
    position: relative;
    max-width: 100%;
    width: 82px;
    height: 82px;
    overflow: hidden;
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
}

.clock_box:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 2;
}
.handle{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.handle div{
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.sec{
    width: 0.5px;
    height: 20px;
    background: #707070;
}

.min{
    height: 22px;
    width: 1px;
    background: #fff;
}

.hour{
    height: 16px;
    width: 1.5px;
    background: #fff;
}

.footer_locations_col__txt {
    padding-bottom: 10px;
}

.footer_locations_col__txt span {
    font: 400 21px 'Sora', sans-serif;
}

.footer_links {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_links__locations {
    display: flex;
    grid-column-gap: 40px;
}

.footer_representation_row {
    display: flex;
    grid-column-gap: 80px;
}

.social_links_footer {
    display: flex;
    align-items: center;
    grid-column-gap: 16px;
}

.social_links_footer svg path {
    transition: 0.3s all;
}

.social_links_footer a:hover svg path {
    fill: #F5CB39;
}

.copyright_site {
    max-width: 391px;
    font-size: 11px;
    line-height: 13px;
    color: rgba(191, 191, 191, 1);
}

.footer_menu .menu {
    display: flex;
    grid-column-gap: 34px;
}

.footer_menu a {
    font-weight: 600;
    font-size: 14px;
    line-height: 80%;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    transition: 0.3s all;
}

.footer_menu a:hover {
    color: #F5CB39;
}

@media (min-width: 992px) {
    .footer_site {
        padding: 52px 0 39px;
    }

    .footer_locations::before {
        width: calc(100% - 30px);
    }

    .footer_locations .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer_locations_row {
        display: flex;
        justify-content: space-between;
        width: 66%;
        padding-right: 2.5%;
    }

    .clock_box {
        width: 72px;
        height: 72px;
    }

    .clock_box:before {
        width: 14px;
        height: 14px;
    }

    .sec{
        width: 1.5px;
        height: 36px;
    }

    .min{
        height: 38px;
        width: 2.5px;
    }

    .hour{
        height: 27px;
        width: 1.5px;
    }

    .footer_locations_col__txt {
        padding-bottom: 15px;
    }

    .footer_representation_row {
        grid-column-gap: 27px;
    }

    .footer_links {
        padding: 26px 0;
    }

    .copyright_row {
        padding: 31px 0 27px;
        display: flex;
        justify-content: space-between;
    }

    .copyright_col:nth-child(1) {
        width: 62%;
        display: flex;
        align-items: center;
        grid-column-gap: 32px;
    }

    .copyright_site {
        flex: 1 1 auto;
        min-width: 0;
        font-size: 8px;
        line-height: 9px;
    }

    .copyright_col:nth-child(1) .footer_logotype {
        max-width: 158px;
        width: 100%;
        flex-shrink: 0;
    }

    .copyright_col:nth-child(1) .footer_logotype img {
        width: 100%;
        height: auto;
    }

    .copyright_col:nth-child(2) {
        flex: auto;
        width: auto;
        margin-top: auto;
        text-align: right;
    }

    .copyright_col:nth-child(2) .footer_logotype img {
        max-width: 281px;
        width: 100%;
    }
}


@media (max-width: 991px) {
    .footer_site > .container {
        display: flex;
        flex-direction: column;
    }

    .footer_locations_row {
        padding: 5px 16px 0;
    }

    .footer_locations__title {
        text-align: center;
    }

    .footer_locations_col__box {
        justify-content: center;
        transform: translateX(-47px);
    }

    .footer_locations_col:not(:nth-child(1)) {
        margin-top: -20px;
    }

    .clock_box {
        /*position: absolute;*/
        /*top: -1px;*/
        /*left: -62px;*/
    }

    .clock_box:before {
        width: 14px;
        height: 14px;
    }

    .sec {
        height: 33px;
        width: 1px;
    }

    .min {
        height: 33px;
        width: 3px;
    }

    .hour {
        height: 28px;
        width: 3px;
    }

    .footer_locations_col__txt {
        flex: auto;
        max-width: 152px;
        text-align: center;
    }

    .footer_links {
        order: 1;
        flex-direction: column;
        grid-row-gap: 35px;
        padding: 39px 0 15px;
    }

    .footer_links::before {
        width: calc(100% - 50px);
    }

    .footer_links__locations {
        flex-direction: column;
        grid-row-gap: 35px;
        text-align: center;
    }

    .footer_representation_col {
        position: relative;
    }

    .footer_representation_col:not(:nth-last-child(1))::before {
        content: "";
        position: absolute;
        top: -8px;
        right: -41px;
        width: 1px;
        height: 25px;
        background: #fff;
    }

    .footer_representation_col--title {
        font-weight: 400;
        font-size: 14px;
        text-transform: none;
    }

    .footer_links__social {
        position: relative;
        width: 100%;
        padding-top: 17px;
    }

    .footer_links__social::before,
    .copyright_row::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: calc(100% - 50px);
        height: 1px;
        margin: 0 auto;
        background: #fff;
    }

    .social_links_footer {
        justify-content: center;
    }

    .copyright_row {
        position: relative;
        order: 3;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        grid-row-gap: 15px;
        padding: 20px 0 0;
        text-align: center;
    }

    .copyright_col:nth-child(1) .footer_logotype {
        display: none;
    }

    .copyright_col:nth-child(2) {
        max-width: 276px;
        width: 100%;
    }

    .copyright_col:nth-child(2) img {
        width: 100%;
    }

    .footer_menu {
        order: 2;
        padding: 18px 0 14px;
    }

    .footer_menu .menu {
        flex-direction: column;
        align-items: center;
        grid-row-gap: 15px;
    }
}

@media (max-width: 360px) {
    .footer_locations_col__box {
        grid-column-gap: 0;
        transform: translateX(-41px);
    }
}
