.to_up {
    display: none;
}
/* МОБАЙЛ БАР */

.mobileBar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    right: var(--scrollbar-compensate, 0px);
    background: #fff;
    -webkit-box-shadow: 0 -1px 4px rgb(0 0 0 / 20%);
    box-shadow: 0 -1px 4px rgb(0 0 0 / 20%);
    z-index: 25;
    padding-bottom: 23px;
}

.mobileBar__container {
    padding: 0;
    position: relative;
}

.mobileBar__list {
    list-style: none;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    padding: 0;
}

.mobileBar__item {
    flex-grow: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    width: 25%;
}

.mobileBar-element {
    position: relative;
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 1;
    padding: 8px 0px 0;
    border: none;
    background-color: transparent;
    text-decoration: none;
    color: inherit;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    cursor: pointer;
}

.mobileBar-element svg {
    fill: #919191;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 30px;
    height: 30px;
}

.mobileBar-element::after {
    content: attr(aria-label);
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #919191;
    margin-top: 4px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mobileBar-element::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #f0f0f0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}


.mobileBar__cart_count {
    position: absolute;
    background-color: #a16000;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    color: #fff;
    width: 23px;
    height: 23px;
    font-weight: 600;
    font-size: 12px;
    border-radius: 50%;
    left: 28px;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 10;
}

body {
    padding-bottom: 82px;
}

.footer {
    padding: 20px 0;
}

.footer__column {
    border-left: 1px solid #5A5A5A;
    padding-left: 65px;
    margin-bottom: 15px;
    position: relative;
}
.footer-adres__title, 
.footer-worktime__title, 
.copirait__text {
    font-family: 'Gilroy';
    font-size: 16px;
    font-weight: 600;
    color: #5A5A5A;
    top: -3px;
    position: relative;
    margin-bottom: 7px;
}
.footer-adres__text {
    font-family: 'Gilroy';
    font-size: 16px;
    font-weight: 400;
    color: #5A5A5A;
}
.footer-adres__icon, 
.footer-worktime__icon {
    position: absolute;
    top: 0;
    left: 25px;
}
.footer-worktime__text span {
    width: 86px;
    display: inline-block;
}
.copirait__doptext {
    font-family: 'Gilroy';
    white-space: nowrap;
}


@media (min-width:576px) {
    
}

@media (min-width:768px) {
    .footer__column {
        padding-bottom: 10px;
    }
    .footer__container {
        display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox;

    }
    .footer__column.footer-kopira {
        padding-left: 25px;
    }
    .footer-adres {
        -webkit-flex: 0 0 41.5%;
        -ms-flex: 0 0 41.5%;
        flex: 0 0 41.5%;
        max-width: 41.5%;
        padding-right: 10px;
    }
    .footer-worktime {
        -webkit-flex: 0 0 34%;
        -ms-flex: 0 0 34%;
        flex: 0 0 34%;
        max-width: 34%;
        padding-left: 61px;
        padding-right: 10px;
    }
    .footer-worktime__icon {
        left: 21px;
    }
    .footer-worktime__title {
        margin-bottom: 13px;
    }
    .copirait__text {
        margin-bottom: 11px;
    }
}

@media (min-width:992px) {
    
}
@media (min-width:1200px) {
    .footer-worktime {
        -webkit-flex: 0 0 38.5%;
        -ms-flex: 0 0 38.5%;
        flex: 0 0 38.5%;
        max-width: 38.5%;
    }
    .footer {
        padding-bottom: 0;
    }
    .footer__column {
        margin-bottom: 0;
        padding-bottom: 100px;
    }
    .footer__column.footer-kopira {
        padding-left: 30px;
    }
    body {
        padding-bottom: 0;
    }
    .mobile-bar {
        display: none;
    }
    .footer {

    }
    /* СТРЕЛКА ВВЕРХ */
    .to_up {
        cursor: pointer;
        display: block;
        background-color: rgba(0, 0, 0, .3);
        border: none;
        width: 50px;
        height: 50px;
        position: fixed;
        bottom: 30px;
        right: 30px;
        z-index: 30;
        border-radius: 50%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .to_up::after {
        content: "";
        position: absolute;
        border: 2px solid #fff;
        border-right: none;
        border-bottom: none;
        height: 8px;
        width: 8px;
        right: 0;
        left: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        margin: auto;
        top: 0;
        bottom: -4px;

    }

    .to_up:hover {
        background-color: #EB3B3B;
    }
}


@media (min-width:1400px) {
    .footer-worktime {
        -webkit-flex: 0 0 41.5%;
        -ms-flex: 0 0 41.5%;
        flex: 0 0 41.5%;
        max-width: 41.5%;
    }
}

