#footer {
    background-color: #1c1c26;
}

.footer_container {
    width: 1280px;
    padding: 0 10px;
    max-width: 100%;
    margin: 0px auto;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #33333c;
}

.footerTop-logo {
    width: 120px;
}

.footerTop-logo img {
    display: block;
}

.footerTop-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footerTopRight-phone {
    padding: 24px;
}

@media screen and (max-width: 320px) {
    .footerTopRight-phone {
        padding: 0 10px;
    }
}

.footerTopRight-phone a {
    font-weight: 700;
    font-size: 17px;
    line-height: 1.5;
    color: #FFFFFF;
    text-decoration: none;
}

.footerTopRight-phone a:hover {
    transition: color .3s;
    color: #DA2B2B;
}

.footerTopRight-button {
    padding: 10px 24px;
    background-color: #DA2B2B;
    font-size: 12px;
    color: #FFFFFF;
    cursor: pointer;
}

@media (max-width: 600px) {
    .footerTopRight-button {
        display: none;
    }
}

@media (max-width: 320px) {
    .footerTop-logo img {
        max-width: 80px;
    }
}

.footer-center {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 46px;
    width: 100%;
}

@media (max-width: 700px) {
    .footer-center {
        /*display: block;*/
        max-width: 255px;
        margin: 0 auto;
        text-align: center;
        display: grid;
    }
    .footerCenterLeft-menu:nth-child(1) {
        order: 1;
    }
    .footerCenterLeft-menu:nth-child(4) {
        order: 2;
    }
    .footerCenterLeft-menu:nth-child(2) {
        order: 3;
    }
    .footerCenterLeft-menu:nth-child(3) {
        order: 4;
    }
}

#footer .menu {
    list-style: none;
}

.footerCenter-left {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .footerCenter-left {
        display: block;
    }
}

@media (max-width: 759px) {
    .footerCenter-left {
        width: 100%;
    }
}

.footerCenterRight {
    width: 25%;
}

.footerCenterLeft-menu ul {
    column-count: 1;
    margin: 0;
    padding: 0;
}

.footerCenterLeft-menu ul li {
    transition: .3s;
}

.footerCenterLeft-menu ul a:hover,
a:focus {
    color: #da2b2b;
}

.footerCenterLeft-menu ul#menu-menyu-v-futere-pravoe,
.footerCenterLeft-menu ul#menu-menyu-v-futere-levoe {
    column-count: unset;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footerCenterLeft {
    width: 25%;
}

.footerCenterLeft-menu ul#menu-menyu-v-futere-pravoe li,
.footerCenterLeft-menu ul#menu-menyu-v-futere-levoe li {
    width: 50%;
}

@media (max-width: 700px) {
    .footerCenterRight,
    .footerCenterLeft {
        width: 100%;
    }
    .footerCenterRight {
        margin-bottom: 30px;
    }
    .footerCenterLeft-menu ul#menu-menyu-v-futere-pravoe,
    .footerCenterLeft-menu ul#menu-menyu-v-futere-levoe {
        flex-direction: column;
        flex-wrap: unset;
    }
    .footerCenterLeft-menu ul#menu-menyu-v-futere-pravoe li,
    .footerCenterLeft-menu ul#menu-menyu-v-futere-levoe li {
        width: 100%;
    }
    .footerCenterLeft-menu ul {
        column-count: 1;
    }
}

.footerCenterLeft-menu ul li span,
.footerCenterLeft-menu ul li a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
}

.footerCenter-right {
    width: 33%;
}

.footerCenter-right>div {
    margin: 8px 0 3px;
}

.footerCenterRight-title {
    text-transform: uppercase;
    font-size: 13px;
    color: #FFFFFF;
}

div.footerCenterRight-sg {
    margin-top: 15px;
    margin-bottom: 15px;
}

.footerCenterRight-sg a {
    font-size: 13px;
    color: #FFFFFF;
}

@media (max-width: 700px) {
    .footerCenter-right {
        width: 100%;
        order: 5;
    }
}

.footerCenterRight-payments {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.footerCenterRight-downloads a img {
    height: 30px;
    margin-right: 15px;
    margin-bottom: 20px;
}

.footerCenterRight-payments img {
    display: block;
    height: 20px;
    margin-right: 15px;
    margin-bottom: 20px;
}

.footerCenterRight-email a,
.footerCenterRight-phone a {
    font-size: 12px;
    color: #696878;
    text-decoration: none;
}

.footerCenterRight-phone a:hover {
    color: #DA2B2B;
    transition: color .3s;
}

.footerCenterRight-social a img {
    margin-right: 10px;
    filter: invert();
}

.footerCenterRight-email a:hover,
.footerCenterRight-email a {
    color: #fff;
    text-transform: uppercase;
}

.footer-bottom {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #696878;
    border-top: 1px solid #33333c;
}

.page-footer-copyright {
    background-color: #16151e;
    padding-top: 27px;
    padding-bottom: 27px;
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
}

.page-footer-copyright__inner {
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .page-footer-copyright {
        font-size: 12px;
        margin-bottom: 50px;
    }
}

.whatsapp {
    position: fixed;
    z-index: 9;
    left: 27px;
    bottom: 48px;
    border-radius: 10px;
    background: -webkit-linear-gradient(180deg, #03C141 0%, #008830 100%);
    background: -moz-linear-gradient(180deg, #03C141 0%, #008830 100%);
    background: -ms-linear-gradient(180deg, #03C141 0%, #008830 100%);
    background: linear-gradient(180deg, #03C141 0%, #008830 100%);
    width: 175px;
    height: 50px;
    padding: 4px 10px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.whatsapp p {
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    margin: 5px 0 4px 5px;
}

@media (max-width: 767px) {
    .whatsapp {
        display: none;
    }
}

footer *,
.mobile-widgets * {
    font-family: Roboto, sans-serif;
}

.mobile-widgets {
    display: none;
}

@media screen and (max-width: 768px) {
    .widget-franchise {
        display: none
    }
    .mobile-widgets {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        position: fixed;
        box-sizing: border-box;
        z-index: 999;
        bottom: 0;
        height: 60px;
        width: 100%;
        left: 0;
        gap: 0;
    }
    .mobileWidget-item {
        width: calc(100% / 4);
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        gap: 8px;
        cursor: pointer;
        border-radius: 5px 5px 0 0;
    }
    .mobileWidget-whatsapp {
        background: linear-gradient(172.06deg, #29A71A -1.28%, #5AD44B 82.66%, #29A71A 93.88%);
    }
    .mobileWidget-franchise {
        background: linear-gradient(348.61deg, #550231 3.17%, #A01D93 61.97%, #550231 92.92%);
        color: #FFFFFF;
        font-weight: 700;
        padding: 0 6px;
        line-height: 19px;
        font-size: 15px;
    }
    .mobileWidget-item.mobileWidget-franchise span {
        padding: 0 45px 0 0;
    }
    .mobileWidget-call {
        width: calc(100% / 1.3);
        background: linear-gradient(163deg, #AA1A35 -12.95%, #CF455F 59.44%, #AA1A35 88.29%);
        gap: 17px;
    }
    .mobileWidget-item svg {
        width: 42px;
        height: 42px;
    }
    .mobileWidget-item span {
        font-weight: 700;
        font-size: 15px;
        line-height: 120%;
        color: #fff;
        padding: 0 12px 0 0;
    }
}

@media screen and (max-width: 375px) {
    .mobileWidget-franchise {
        padding: 0 3px;
    }
}

button.scrolltop.js-scrolltop {
    opacity: 0;
    user-select: none;
    cursor: default;
    pointer-events: none;
}

button.scrolltop.js-scrolltop.show {
    opacity: 0.6;
    pointer-events: all;
    cursor: pointer;
}

button.scrolltop.js-scrolltop.show:hover {
    opacity: 1;
}

.scrolltop {
    position: relative;
    display: none;
    width: 60px;
    height: 50px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    border: none;
    background: #fff;
    outline: 0;
    cursor: pointer;
    z-index: 500;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 30px -5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 30px -5px rgba(0, 0, 0, .3);
    outline: 0;
    opacity: .6;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

button.scrolltop.js-scrolltop svg {
    width: 20px;
    transform: rotate(-90deg);
    margin-top: 1px;
}

button.scrolltop.js-scrolltop svg path {
    fill: #4d3bfe;
}

.scrolltop:focus {
    outline: 0
}

.scrolltop:hover {
    opacity: 1;
    -webkit-transform: translateY(-3px) translateZ(0);
    transform: translateY(-3px) translateZ(0)
}

@media (min-width: 1600px) {
    .scrolltop {
        right: 100px
    }
}

@media (min-width: 1900px) {
    .scrolltop {
        right: 200px
    }
}

@media (max-width: 768px) {
    button.scrolltop {
        bottom: 70px;
    }
}