/**
Theme Name: Чистая
Author: Dex
*/
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #01c9e2; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#loader_block {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 730px) {
    .hole_header .big_menu .info_block_new {
        display: none;
    }
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}

.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

.banner_block img {
    width: auto;
}