#footer{
    background: url("../images/bg-footer.png") no-repeat #0988f8 center bottom;
    padding-top: 72px;
    padding-bottom: 45px;
    background-size: 100%;
    position: relative;
}

.content-footer{
    color: #ffffff;
    font-size: 29px;
    font-family: 'SfuFuturaBoldOblique';
    font-style: italic;
    line-height: 1.4;
    margin-bottom: 25px;
    margin-left: 270px;
    margin-right: 76px;
}

.image-footer{
    position: absolute;
    bottom: -3px;
}

.text-foooter{
    margin-bottom: 30px;
}

.footer-layout {
    background: #ffffff;
    color: #000000;
    padding: 15px 0;
    font-family: 'Roboto';
}
.popup-tuvan{
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 99;
    transition: 0.3s;
}

@media screen and (max-width: 800px){
    .content-footer{
        margin-left: 0;
        font-size: 20px;
        text-align: center;
        margin-right: 0;
    }
    .image-footer{
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: auto;
        top: 20px;
        text-align: center;
        width: 154px;
        height: 180px;
    }
    #footer{
        padding-top: 205px;
        padding-bottom: 15px;
    }
    .text-foooter{
        margin-bottom: 15px;
    }
    .popup-tuvan{
        display: none;
    }
}
