@charset "UTF-8";
/*
    Created by Alexandr Bodolyan
    email: sanyadez@gmail.com
    skype: sanyadez
*/
@media all and (max-width: 925px){
    .center{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .banner img{
        max-width: 100%;
    }
    .blue-wrap .center{
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .details{
        text-align: center;
    }
    .details .left{
        width: 100%;
        margin-right: 0;
        text-align: left;
    }
    .details .left div{
        width: calc(100% - 140px);
    }
    .details .right{
        float: none;
        display: inline-block;
        text-align: left;
        margin-top: 20px;
    }
    footer .center{
        padding-bottom: 0;
    }
    footer .center > div{
        width: 50%;
        padding-bottom: 40px;
        text-align: center;
    }
    footer .footer-subscribe{
        width: 50%;
        padding-right: 20px;
        padding-bottom: 40px;
        margin-right: 0;
        text-align: center;
    }
}
@media all and (max-width: 750px){
    .white-info{
        text-align: center;
    }
    .white-info object{
        float: none;
        margin: 0;
        display: inline-block;
    }
    .white-info p{
        text-align: left;
    }
    .cyber-sec-logo{
        display: none;
    }
}
@media all and (max-width: 550px){
    .logo img{
        max-width: 100%;
    }
    .blue-wrap .center{
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        text-align: center;
    }
    .details .left{
        text-align: center;
    }
    .details .left img{
        display: inline-block;
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .details .left div{
        width: 100%;
        float: none;
    }
    footer .footer-subscribe{
        width: 100%;
        float: none;
        padding-right: 0;
    }
    footer .center > div{
        width: 100%;
        float: none;
    }
    .copy{
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
    .socials{
        display: block;
        text-align: center;
        float: none;
        width: 100%;
    }

    .white-info object{
        max-width: 100%;
        overflow: hidden;
    }
    .white-info object iframe{
        width: 100%;
    }
}