/*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;  }*/

.btn.btn-default {
    /*background-color: #48a216;
    border-color: #48a216;
    color: #ffffff;*/

    background: linear-gradient(90deg, rgba(0,100,20,1) 0%, rgba(0,135,25,1) 31%, rgba(0,160,35,1) 86%) !important;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    background-position: top !important;
}

.btn.btn-default:hover {
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    /*background:linear-gradient(90deg, rgba(0,100,20,1) 0%, rgba(0,100,20,1) 0%, rgba(0,100,20,1) 0%);*/ 
    background-image: url(https://derevyashka.ru/images/brand/verticalBG.svg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: bottom !important;
}

.start_promo .item i.title a, .start_promo .item i.price a, .start_promo .item i.title span, .start_promo .item i.price span, .start_promo .item span.main_wrap i:after, .start_promo .item p span, .wrap_tizer .wrap_outer, .wrap_tizer .wrap_outer .outer_text, .wrap_tizer .wrap_outer .inner_text {
    background-image: url(https://derevyashka.ru/images/brand/verticalBG.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.btn.btn-default.white:hover, .btn-default.white:active, .btn-default.white:focus {
    background-image: url(https://derevyashka.ru/images/brand/verticalBG.svg);
    background-repeat: no-repeat;
    background-size: cover;
}


.btn.btn-default {
    background: linear-gradient(90deg, rgba(0,100,20,1) 0%, rgba(0,135,25,1) 31%, rgba(0,160,35,1) 86%) !important;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}


a.scroll-to-top.ROUND_COLOR, a.scroll-to-top.RECT_COLOR {
    background-color: linear-gradient(90deg, rgba(0,100,20,1) 0%, rgba(0,135,25,1) 31%, rgba(0,160,35,1) 86%);
}


.menu-row > .maxwidth-theme{
    background-image: url(https://derevyashka.ru/images/brand/verticalBG.svg) !important;
    background-repeat: no-repeat;
    background-size: cover;
}





.menu-row.bgcolored .mega-menu table td{
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    background-position: right top;
}

.menu-row.bgcolored .mega-menu table td:hover {
    /*background-color: #258f2f;*/
    background-image: url(https://derevyashka.ru/images/brand/verticalBG.svg) !important;
    background-repeat: no-repeat;
    background-size: 400%;
    background-position: bottom;

    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.logo > a > img {
    background-color: #479e1400 !important;
}

.no_fill .subscribe-block-wrapper, .subscribe-block-wrapper>.maxwidth-theme {
    background-image: url(https://derevyashka.ru/images/brand/verticalBG.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.subscribe-block-wrapper .outer-wrapper {
    padding: 51px 0;
    position: relative;
    background: rgb(52 52 53 / 0%);
}

.subscribe-block-wrapper .outer-wrapper:before {
    opacity: 0.35;
}

.tizers_block{
    padding-top: 30px;
    background-image: url(https://derevyashka.ru/images/brand/verticalBG.svg) !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.tizers_block .img {    
    background-color: #258f2f !important;
    border: 1px solid #fff;
}

.tizers_block .img img{
    filter: invert(100%);-webkit-filter: invert(100%); 
    
}

.tizers_block .item .title {
    font-size: 13px;
    color: #fff;
}



.catalog_block > .menu > li.current>a {
    /*background: #3c8812;*/
    background-image: url(https://derevyashka.ru/images/brand/verticalBG.svg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.catalog_block > .menu > li.current> a:hover {
    background-position: bottom !important;
    
}

.bx_filter .bx_filter_button_box .bx_filter_parameters_box_container>.btn {
    color: #fff !important;
}

.btn.btn-default.white:not(.grey) {
    color: #fff !important;
}

.btn.white.grey {
    color: #fff !important;
}




@media (max-width: 459px) {
    .sa_block{
        display: block !important;
    }
    .item-stock {
        display: inline-block !important;
    }
}

.raitingYandex{}
.copyContainer {
    float: left;
    margin-right: 30px;
    line-height: 3;
}

.bottom_text .maxwidth-theme {
	padding-top: 30px;
	padding-bottom: 30px;

}