/*NOTE: This file is intended for programmers. Aspro technical support is not advised
to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

/*
 * mobile header with phone
 */
.axls-mobile-header .phoneBlock {
    margin-right: 110px;
    font-size: 18px;

    margin-left: 50px;
    top: 20px;
    position: relative;
    text-align: center;

    white-space: nowrap;
}

.axls-mobile-header .phoneBlock a {
    color: black;
    font-weight: bold;
}

.axls-mobile-header .phoneBlock .svg-phone {
    display: none;
}

@media screen and (min-width: 400px) {
    .axls-mobile-header .phoneBlock {
        margin-right: 50px;
        font-size: 24px;
    }

    .axls-mobile-header .phoneBlock .svg-phone {
        display: inline-block;
    }
}

@media screen and (min-width: 600px) {
    .axls-mobile-header .phoneBlock {
        margin-right: 100px;
    }

}

/*
 * logo in header
 */
@media screen and (min-width: 992px) {
    .axls-layout .logoImage {
        display: none;
    }
}


/*
 * top slider
 */
@media screen and (max-width: 991px) {
    .top_slider_wrapp {
        display: none;
    }
}

/*
 * на главной лучшие товары
 */
@media screen and (max-width: 520px) {
    .specials.tab_slider_wrapp ul.tabs_content li.tab .catalog_block > div.item {
        width: 50% !important;
    }
}
@media screen and (max-width: 550px) {
    .specials.tab_slider_wrapp ul.tabs_content li.tab .catalog_block > div.item {
        width: 50% !important;
    }
}

#checkFormAuth {
	display: none;
}