.main-footer{
    background: url('../../images/footer-bg.jpg') no-repeat bottom right !important;
    width: 100%;
}

.main-footer,
.main-footer .container{
    min-height: 584px;
}

.main-footer__logo,
.main-footer__menu{
    padding: 0 20%;
}

.main-footer__logo img{
    width: 83px;
    height: 83px;
}

.main-footer__logo h2{
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin-top: 32px;
    color: #232077;
}

.main-footer__logo p{
    font-weight: 100;
    font-size: 15px;
    text-align: center;
    margin-top: 16px;
    color: #1E1E1E;
    line-height: 32px;
}

.main-footer__menu{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px !important;

    li{
        font-size: 15px;
        font-weight: 400;
        color: #1E1E1E;
        margin: 0 20px;
    }

    a{
        font-size: 15px;
        font-weight: 400;
        color: #1E1E1E;
    }

    a:hover{
        color: #232077;
    }
}

.main-footer__contact{
    margin-top: 80px;

    span{
        font-size: 12px;
        font-weight: 400;
        color: #1E1E1E;
        margin-left: 32px;
        display: inline-block;
    }

    img{
        margin-left: 12px;
    }
}

.main-footer__cr{
    margin-top: 80px;
    margin-bottom: 40px;

    div{
        font-size: 12px;
        font-weight: 400;
        color: #1E1E1E;
    }
}

@media screen and (max-width:768px) {
    .main-footer__logo,
     .main-footer__menu{
        padding: 0 !important;
        flex-wrap: wrap;
    }

    .main-footer__logo p{
        font-size: 14px;
        line-height: 28px;
    }

    .main-footer__menu {
        justify-content: flex-start !important;
        margin-top: 30px !important;
    }

    .main-footer__menu li{
        margin: 0 0 16px 0;
        flex: 0 0 50%;
        text-align: center;
    }

    .main-footer__contact{
        flex-direction: column;
        justify-content: center !important;
        margin-top: 20px;
    }

    .main-footer__contact > div:first-child{
        order: 1;
        margin-top: 20px;
        margin-left: 0;

        span{
            margin-left: 0 !important;
        }
    }

    .main-footer__contact > div:last-child{
        >div:last-child span{
            margin-left: 0 !important;
        }
    }

    .main-footer__cr{
        flex-direction: column;
        margin-top: 50px;
        margin-bottom: 20px;

        div{
            text-align: center;
            font-size: 8px;
        }

        div:first-child{
            margin-bottom: 20px;
        }
    }

    .main-footer{
        background-size: 150% !important;
    }

}