/*==========  Desktop First Method  ==========*/

/* Castom for container */
@media only screen and (max-width : 1599px) {


}

/* Castom for slider */
@media only screen and (max-width : 1399px) {

}

/* Large Devices, Wide Screens */

@media only screen and (max-width : 1199px) {


}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {


}
@media (max-width: 800px) {
    footer .social a {

        margin-right: 11% !important;
    }
    .logo-text {
        position: absolute;
        width: 275px;
        max-width: unset;
        bottom: -42px;
    }
    header {
        padding-bottom: 49px;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    /*вычисление высоты*/
    body .wrap_anone_main,
    body .custom_col_fix_h {
        height: 100% !important;
        overflow-y: inherit;
    }
    .wrap_anone_main:after,
    body .news_divisions,
    body .custom_col_fix_h:after,
    body .custom_col_fix_h:after {
        display: none !important;
    }
    body .custom_col_fix_h {
        margin-top: 19px;
    }
    /*вычисление высоты end*/

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {


}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {


}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}

/* Castom for container */
@media only screen and (min-width : 1640px) {

}
