.footer {
    padding-top: 60px;
}

.footer .background {
    background: url("../img/footer/footer-background.jpg") no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    box-shadow: inset 3000px 0 0 0 rgba(0, 18, 36, 0.9);
}

.footer .logo-block {
    height: 0px;
}

.footer .logo-block img.logo {
    position: relative;
    top: -48px;
    z-index: 10;
}

.footer .footer-block {
    padding: 0px;
    display: flex;
}

.footer .hot-line, .footer .phone {
    font-family: BebasNeueRegular;
    font-size: 25px;
    color: #FFFFFF;
    opacity: 0.25;
}

.footer .phone {
    opacity: 1;
}

.footer .share-page{
    padding-top: 20px;
    color: #FFF;
    font-family: BPGNP;
    word-spacing: 6px;
}

.footer .share-page a, .footer .copyright, .footer .address, .footer .location-on-map a {
    font-family: BPGNP;
    font-size: 14px;
    color: #FFFFFF;
}

.footer .share-page a > i {
    opacity: 1;
    float: left;
    padding-right: 10px;
    margin-right: 9px;
}

.footer .copyright, .footer .address, .footer .location-on-map a > i {
    opacity: 1;
}


.footer .share-page a > span{
    opacity: 0.25;
}





.footer .location-on-map {
    margin-top: 10px;
}

.footer .share-page i {
    color: #e20023;
    font-size: 25px;
    opacity: 1;
}

.footer .location-on-map i {
    color: #e20023;
    font-size: 25px;
    opacity: 1;
}

.footer .location-on-map a > i {
    opacity: 1;
}


.footer .location-on-map a > span, .footer .address {
    color: #FFFFFF;
    opacity: 0.25;
}

.copyright-block .copyright {
    color: #FFFFFF;
    opacity: 0.25;
}

.footer .copyright {
    display: flex;
    align-items: center;
    justify-items: center;
}
.footer .copyright-block{
    display: flex;
    justify-content: center;
}



.footer-box {
    width: 66.66666667%;
    margin-left: 16.66666667%;
}


@media only screen and (max-width: 1495px) {
    .footer-box  {
        width: 87%;
        margin-left: 6.5%;

    }
}


@media only screen and (max-width: 992px) {
    .footer-box  {
        width: 100%;
        margin: 0%;
        padding-left:40px;
        padding-right:40px;
    }

    .home-page-block .links-container .lepl-block {
        padding:0;
    }
}


@media only screen and (max-width: 768px) {
    .footer-box  {
        width: 100%;
        margin: 0;
        padding-left:15px;
        padding-right:15px;
    }
}

