/*whiteSpace footer*/
.footer {
    background-color: #191919;
    padding: 20px 0;
    overflow-y: unset !important;
}
@media (min-width: 1024px) {
    .footer {
        padding: 50px 0 30px;
    }
}
.footer ul {
    margin: 0px 0 0 !important;
}
.footer-bottom {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
@media (min-width: 1024px) {
    .footer-bottom {
        margin-bottom: 20px;
        flex-direction: row;
        align-items: stretch;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
@media (min-width: 1024px) {
    .footer-bottom .footer-bottom-left {
        display: flex;
        flex-wrap: wrap;
    }
}
.footer-bottom .logo {
    display: block;
    margin-bottom: 25px;
}
@media (min-width: 1024px) {
    .footer-bottom .logo {
        width: 170px;
        margin-right: 30px;
        margin-bottom: 0;
        display: inline-block;
        vertical-align: middle;
    }
}
@media (min-width: 1200px) {
    .footer-bottom .logo {
        margin-right: 63px;
        width: auto;
    }
}
.footer-bottom .logo a {
    display: block;
    text-align: center;
}
.footer-bottom address {
    display: block;
    color: #fff;
    font-style: normal;
    line-height: 1.4;
    padding-left: 40px;
    position: relative;
    text-align: center;
    margin-bottom: 25px;
    margin-left: 46px;
}
@media (min-width: 1024px) {
    .footer-bottom address {
        text-align: left;
        margin-bottom: 0;
    }
}
@media (min-width: 1024px) {
    .footer-bottom address:before {
        content: "\e90e";
        font-family: 'icomoon';
        font-size: 28px;
        color: #393939;
        position: absolute;
        top: -10px;
        left: 0;
    }
}
.footer-bottom address .floor {
    font-weight: 400;
    display: block;
    color: #ededed;
}
.footer-bottom .phones {
    position: relative;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 40px;
}
@media (min-width: 1024px) {
    .footer-bottom .phones {
        text-align: left;
        margin-right: 50px;
        padding-left: 37px;
        margin-bottom: 0;
    }
}
@media (min-width: 1024px) {
    .footer-bottom .phones:before {
        content: "\e90d";
        font-family: 'icomoon';
        font-size: 29px;
        line-height: 1;
        position: absolute;
        top: -5px;
        left: 0;
    }
}
.footer-bottom .phones li {
    margin-bottom: 12px;
}
.footer-bottom .phones a {
    color: #fff;
}
.footer-bottom .phones a:hover {
    color: #EB7623;
}
.footer-top {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px 50px;
    color: #fff;
}
.footer-top:after {
    content: '';
    position: absolute;
    left: -100vw;
    right: -100vw;
    bottom: 0;
    height: 1px;
    background-color: #393939;
}
.footer-top h4 {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 26px;
}
.footer-top .footer-col {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 30px;
}
@media (min-width: 1024px) {
    .footer-top .footer-col {
        width: 25%;
        margin-bottom: 30px;
    }
}
.footer-top .footer-nav {
    line-height: 1.125;
    font-size: 16px;
}
.footer-top .footer-nav li {
    margin-bottom: 14px;
}
.footer-top .footer-nav a {
    color: rgba(237, 237, 237, 0.8);
}
.footer-top .footer-nav a:hover {
    color: #EB7623;
}
.footer-bottom .social-networks {
    display: flex;
    flex-wrap: wrap;
}
.social-networks li {
    padding: 5px;
}
.social-networks a:hover {
    color: white !important;
}
.social-networks a:hover #frame {
    stroke: #EB7623 !important;
    fill: #EB7623 !important;
}
.social-networks a.facebook {
    color: #3253a2;
}
.social-networks a.twitter {
    color: #45b6dc;
}
.social-networks a.telegram {
    color: #3399CC;
}
.social-networks a.instagram {
    fill: #3f729b;
}

.social-networks a.instagram:hover {
    fill: #fff;
}

#instagram {
    height: 69px;
    width: 27px;
    margin-left: 30%;
    z-index: 999;
    position: absolute;
}
