/*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;  }*/
/*
.form-group {
    margin: 0 auto 15px;
    width: 713px;
}*/

@media (max-width: 767px) {
    .banners-big--adaptive-1 .banners-big--adaptive-3 {
        justify-content: flex-start;
        padding-top: 30px;
    }

    .banners-big__depend-height {
        height: 400px !important;
    }
}

@media (max-width: 600px) {
    .banners-big--adaptive-1 .banners-big__text-block {
        height: 175px;
        text-align: left;
    }

    .banners-big__buttons > .line-block {
        display: flex;                 
        justify-content: flex-start;   
        flex-wrap: wrap;                
    }

    .banners-big__buttons-item > a {
        text-align: left;
    }

    .banners-big__buttons-item {
        margin-bottom: 20px;
    }

    .banners-big__buttons-item > a {
        text-wrap: auto; 
    }
}

.sticker_item--sale{
    background-color: rgba(228, 232, 243, 0.4);
}

.sticker_item--sale-text{
    background-color: #0ca9e3;
}

.sticker_item--recommend{
    background-color: rgba(228, 232, 243, 0.4);
    color: black;
}