.footer{
    position: relative;
    background-color: #f2f6fb;
    color: #000;
    color: #404040;
}

.footer .page-content {
    width: 1140px;
    margin: 0 auto;
    padding: 40px 0px;
    box-sizing: border-box;
}

.footer .page-content:after{
    content: "";
    display: block;
    clear: both;
}

.items-soc-net:hover{
    opacity: 0.8;
}

.facebook-icon{
    background-image: url(../img/facebook.png);
}

.twitter-icon{
    background-image: url(../img/twitter.png);
}

.instagram-icon{
    background-image: url(../img/instagram.png);
}

.youtube-icon{
    background-image: url(../img/youtube.png);
}

.footer-bottom{
    padding: 25px 0px;
    text-align: center;
    background-color: rgb(13,123,201);
    color: rgba(255,255,255,0.8);
}

.footer-cell{
    float: left;
    width: 25%;
    padding: 0px 15px;
    box-sizing: border-box;
}

.fw15{
    width: 15%;
}

.fw35{
    width: 35%;
}

.footer-logo{
    background-image: url(../img/logo2.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 65%;
    height: 200px;
}

.footer-desk{
    font-size: 13px;
    line-height: 22px;
}

.footer-title{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.footer-mini-desk{
    font-size: 14px;
    padding-left: 18px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.phone-icon:before{
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 7px;
    background-image: url("../img/phone_icon.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.clock-icon:before{
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 7px;
    background-image: url("../img/clock_icon.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.mail-icon:before{
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 7px;
    background-image: url("../img/mail_icon.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.pay-way-icon{
    width: 90px;
    height: 50px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.master-card{
    background-image: url("../img/mastercard_logo.png");
}

.visa{
    background-image: url("../img/visa_logo.png");
}

.instagram{
    width: 50px;
    height: 50px;
    display: inline-block;
    background-image: url(../img/instagram_logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%; 
}

@media only screen and (max-width: 768px){
    
    .footer .page-content{
        width: 88%;
    }
    
    .footer-cell{
        width: 50%;
/*        min-height: 200px;*/
        margin-block: 20px;
        padding: 0px 10px;
    }
    
    .fw15{
        width: 30%;
    }
    
    .fw35{
        width: 70%;
    }
    
    .footer-logo{
        background-size: 75%;
        height: 85px;
    }
    
    .footer-desk{
       font-size: 12px; 
    }
    
    .footer-title{
        font-size: 14px;
        font-size: 12px;
    }
    
    .footer-mini-desk{
        font-size: 13px;
    }
    
    .pay-way-icon{
        width: 65px;
        height: 40px;

        position: relative;
        left: -15px;
        top: -5px;
    }
    
    .instagram{
        background-size: 50%;
        
        position: relative;
        left: -15px;
        top: -5px;
    }
    
}