.footer-bg {
    width: auto;
    height: auto;
    background: #F6F6F6;
    flex: none;
    margin: 0px 0px;
}

.footer-bg > .main-block {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    position: static;
    width: 1140px;
    height: 267px;
    left: calc(50% - 1140px/2);
    top: 50px;
}

.footer-phone {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #FF992F;
}

.footer-phone > a {
    color: #FF992F;
}

.footer-phone-title {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
}

.footer-phone-block {
    display: flex;
}

.footer-phone-text {
    margin-left: 10px;
}

.footer-right-block .footer-box-title {
    padding-top: 18px;
}

.footer-social {
    display: flex;
    justify-content: space-between;
    max-width: 160px;
}

.footer-payments {
    display: flex;
}

.footer-copyright {
    width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 15px;
}

.footer-hr {
    width: 1140px;
    border: 1px solid #D5DADF;
    margin: 40px auto 0px auto;
}

.social-facebook {
    background-image: url("/images/footer/facebook.svg");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.social-facebook:hover {
    background-image: url("/images/footer/facebook-color.svg");
}

.social-instagram {
    background-image: url("/images/footer/instagram.svg");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.social-instagram:hover {
    background-image: url("/images/footer/instagram-color.svg");
}

.social-telegram {
    background-image: url("/images/footer/telegram.svg");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.social-telegram:hover {
    background-image: url("/images/footer/telegram-color.svg");
}

.social-viber {
    background-image: url("/images/footer/viber.svg");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.social-viber:hover {
    background-image: url("/images/footer/viber-color.svg");
}

.social-youtube {
    background-image: url("/images/footer/youtube.svg");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.social-youtube:hover {
    background-image: url("/images/footer/youtube-color.svg");
}



.policy_popup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.15);
    padding: 10px 0;
    display: none;
    z-index: 1000;
}

.popup_container {
    width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.policy_popup_btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup_policy_btn {
    padding: 5px 16px;
    background: #5897EC;
    border-radius: 4px;
    border: 1px solid #5897EC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    cursor: pointer;
}

.popup_policy_btn svg {
    width: 10px;
    height: 8px;
    margin-right: 8px;
}

a.popup_policy_btn {
    background: #fff;
    color: #5897EC;
    text-decoration: none;
    margin-left: 15px;
    transition: .3s;
}

a.popup_policy_btn:hover {
    color: #fff;
    background: #5897EC;
}

.policy_popup_text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #2B2730;
}