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

.info_item .top_info .rows_block+.preview_text {
    padding-top: 13px;
    max-height: 220px !important;
}

.flexslider .left .banner_buttons, .flexslider .left .banner_text, .flexslider .left .banner_title {
    margin-left: 50px;
}

.opener {display:none}

/*.fa-envelope:before {content: "\f121";}*/

.personal_wrap {
    display: none;
}

a.basket-link.basket.big.basket-count {
    display: none;
}
.calc-content-collection-item{
    width: max-content;
}
.calc-content-collection-item, .calc-content-collection-item__label{
    cursor: pointer;
}

.marketplace-item {
    display: flex;
    flex-direction: row;

    box-shadow: rgba(0,0,0,0.12) 0 0 1rem;
    margin-bottom: 2rem;
    border-radius: 0.25rem;
    justify-content: space-between;
}
.marketplace-item .marketplace-logo {
    width: 320px;
    height: 120px;

    flex: none;
    display: flex;

    align-items: center;
    justify-content: center;

    padding: 1rem 0;

}
.marketplace-item .marketplace-logo img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.marketplace-item .description {
    flex: 1;
    display: flex;
    align-items: center;
}
.marketplace-item .marketplace-link {
    width: 320px;

    display: flex;

    align-items: center;
    justify-content: right;
    padding-right: 50px;
}
.marketplace-item .address-list {
    align-items: center;
    padding-top: 10px;
    display: flex;
}
.--active{
    display: block;
}
.top_acrticle{
	padding: 10px 0 20px 0;
}
.top_code{
	padding-bottom: 20px;
}

/* test contacts */
.wrapper-inner-test{
    margin: unset !important;
    padding: unset !important;
}
.container--contacts{
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
}
.container--contacts .ajax_items{
    width: 53%;
}
.container--contacts .contacts-page-map{
    margin: unset !important;
    flex: 50%;
    width: 100%;
    max-width: 47%;
    position: relative;
    top: 23px;
    right: 0;
}
.contacts-page-map.contacts-page-map--fixed{
    position: fixed;
    top: 75px;
}
.contacts-page-map.contacts-page-map--df{
    position: relative;
    top: 0;
    display: flex;
    align-items: end;

}
.container--contacts .contacts-page-overmap{
    max-width: 1000px;
}
.wrapper-inner-contacts{
    max-width: unset !important;
    padding-left: 0;
    padding-right: 0;
}
.contacts-page-map--df .bx-yandex-view-layout{
    position: relative;
    flex: 50%;
}

.container--contacts .bx-yandex-view-map{
    height: 100%;
}
@media (max-width: 1062px) {
    .container--contacts .marketplace-logo{
        width: 280px;
    }
}
@media (max-width: 768px) {
    /* CSS */
    .marketplace-item {
        flex-direction: column;
        padding: 1rem;
    }
    .marketplace-item .marketplace-logo,
    .marketplace-item .marketplace-link
    {
        width: 100%;
    }
    .marketplace-item .description {
        text-align: center;
        line-height: 1.2;
        marign-bottom: 1rem;
    }
    .marketplace-item .address-list {
        margin: 1rem auto;
    }

    .footer_block_logo_retailer, .img_logo_retailer {
        max-width: 100%;
    }

    .img_logo_retailer {
        margin: 0 15px;
    }
    .bx-yandex-view-layout {
        padding: 0 !important;
    }

}

.btn-small-banner-center {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
}


.contacts_item_home_page {
    padding: 20px;
}
.contacts_item_home_page .fa.big-icon.grey {
    margin-right: 15px;
}
.contacts_block_home_page {
    background: transparent;
    padding-left: 0;
}
.block_map_home_page {
    padding-right: 0;
}
.back_contacts_home_page {
    background: #f6f6f7;
}
.contacts_block_home_page>.title_block {
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .col-m-20.col-md-3.col-sm-4.col-xs-12 {
        width: 25% !important;
    }

}


/*Главный баннер*/

.banner_text>.banner-icons {
    margin-top: 60px;
}

.banner_text .banner-icons-text {
    float: right;
    color: #fff;
    padding-left: 5px;
    font-size: 14px;
    line-height: 1.5;
}

.banner_text .banner-icons-title {
    color: #5BAE1D;
    font-size: 30px;
    font-weight: 700;
    background: #fff;
    padding: 0 5px;
}


.banner_text .banner-icons-subtext, .banner_text .banner-icons-subtext-price {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin: 10px 0;
    width: 600px; /*чтобы сдвинуть влево*/
}
.banner_text .banner-icons-subtext-price {
    font-weight: 700;
}

.banner_text .icon-block {
    float: left;
    padding-right: 5px;
}

.refloor-custom-h-container h1 {
    margin: 0;
}
.refloor-custom-h-container h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.item-action{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.item-action__link{
    color: #fff;
    background-color: #409013;
    padding: 10px 15px 10px;
    font-weight: bold;
    font-size: 14px;
    width: 50%;
    max-width: 49%;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 2px;
}
.calc-content-collections{
    margin-bottom: 45px;
}
.calc-content-collections-title{
    margin-bottom: 10px;
    font-size: 18px;
}
.site-sales-collections-item-list{
	display: flex;
	flex-direction: column;
}
.site-sales-collections-item__title{
	margin: 10px 0;
}
.site-sales-collections-item-list{
	padding-bottom: 10px;
}
.sales__link{
	color: #fff;
}
.catalog_item .stickers{
	display: flex;
}
.title_block--sale{
	color: #e08600;
}
.article_block{
	display: none !important;
}
.contacts-wrap.hidden{
	display: none;
}
.contacts-wrap.show{
	display: block;
}

.phone-show.hidden{
	display: none;
}
.contacts-wrap .site{
	display: flex;
	gap: 7px;
}
.phone-show{
	background-color: #7bb51c;
    border-color: #7bb51c;
    font-weight: bold;
    color: white;
}
.address, .email, .site{
	/*padding-top: 15px;*/
}
.shops.list .item .phone{
	width: 390px;
}
/*
.contacts{
    max-width: 1000px;
    margin: 0;
    padding: 0;
}
.contacts-page-map {
    margin: unset !important;
    position: fixed;
    right: 0;
    max-width: 600px;
}
*/
.product_reviews_tab{
	display: none !important;
}
.basket-link{
	display: none;
}
.middle.menu{
	display: none;
}
.price_value-old{
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}
.price_value-old-percent{
    padding: 0 5px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(90deg, rgba(71,138,33,1) 0%, rgba(119,187,51,1) 35%);
}
.detail_text{
    max-height: 500px;
    overflow: hidden;
}
.detail_text.show{
    max-height: unset;
}
.show-more{
    cursor: pointer;
}
.show-more.hide{
    display: none;
}
@media (max-width: 576px) {
	.img-desktop {
		display: none;
	}
	.img-mobile {
	display: block;
				}
}
@media (min-width: 576px) {
/*
	.img-desktop {
		display: block;
	}
	.img-mobile {
		display: none;
	}
*/
}
.custom_btn {
	color: white;
	background-color: #409013;
	padding: 7px 18px;
}
.custom_btn:hover,
.custom_btn:focus {
	background-color: #4cab17;
	color: white;
}
.action-show-all{
	display: flex;
	justify-content: center;
}
.action-show-all__link{
	color: #409013 !important;
    border: 1px solid #409013;
    background: #ffffff;
	padding: 8px 18px;
	transition: 0.5s;
}
@media(max-width: 600px){
	.contacts-page-map{
		max-height: 500px;
		overflow-y: hidden;
	}
}
@media (max-width: 576px) {
	.custom_btn {
	display: block;
	width:100%;
	margin: 20px 0;
	padding: 10px 10px;
	text-align: center;
	}
}
@media (min-width: 576px) {
	.custom_btn {
	display: inline-block;
	margin: 0;
	}
}
@media (max-width: 1282px) {
    .item-action__link{
        padding: 10px 1px 10px;
    }
}
@media (max-width: 1145px) {
    .item-action{
        flex-direction: column;
    }
    .item-action__link:nth-child(1){
        margin-bottom: 10px;
    }
    .item-action__link{
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 991px) {
    .item-action{
        flex-direction: row;
    }
    .item-action__link:nth-child(1){
        margin-bottom: 0;
    }
    .item-action__link{
        width: 50%;
        max-width: 49%;
    }
}
@media (max-width: 940px){
    .item-action{
        flex-direction: column;
    }
    .item-action__link:nth-child(1){
        margin-bottom: 10px;    
    }
    .item-action__link{
        width: 100%;
        max-width: 100%;
    }
}
@media(max-width: 820px){
    .marketplace-item .marketplace-logo{
        width: 240px;
    }
}
@media (max-width: 768px) {
    .banner_text>.banner-icons {
        display: none;
    }
    .banner_text .banner-icons-subtext {
        width: 100% !important;
    }
    .banner_text .banner-icons-title {
        font-size: 16px;
    }
    .marketplace-item .marketplace-logo{
        width: 100%;
    }
    .marketplace-item .marketplace-link{
        justify-content: center;
        padding-right: 0;
    }
    .marketplace-item .marketplace-link:nth-child(3){
        margin-bottom: 10px;
    }
}
@media (max-width: 501px) {
    .nav-tabs > li{
        width: 100%;
    }
    .nav-tabs > li > a{
        text-align: center;
    }
}
@media screen {
    .item-action__link:hover{
        background-color: #4cab17;
        color: #fff;
    }
    .btn:hover{
        background-color: #367a0f;
        color: #fff;
    }
	.action-show-all__link:hover{
		color: #fff !important;
		background-color: #409013;
	}
}
.top_slider_wrapp .flexslider .slides > li.image .img .wrap_plaxy img{
    top: 0;
    bottom:0px;
    left:0 !important;
    transform:translateX(-50%) !important;
}
.instruction-step--dflex{
	display: flex;
	align-items: center;
	gap: 15px; 
    flex-wrap: wrap;
}
.instruction-step-good {
    width: 100%;
    max-width: 100% !important;
    color: #fff;
    background-color: #539734;
    padding: 89px 125px;
    font-weight: bold;
    font-size: 20px; 
	text-align: center;
}
.instruction-step--dflex img{
	width: 270px !important;
}
.cookie{
    width: 100%;
    position: fixed;
    bottom: 25px;
    display: flex;
    justify-content: center;
    display: none;
    z-index: 999;
}
.cookie-wrap{
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(75 73 73 / 55%);
    padding: 15px;
}
.cookie-text{
    max-width: 900px;
    color: #fff;
    font-size: 14px;
}
.cookie-text a{
    color: #fff !important;
    text-decoration: underline;
}
.cookie-button{
    color: #fff;
    background-color: #409013;
    transition: 0.5s;
    padding: 10px 15px;
    cursor: pointer;
}
@media(max-width: 670px){
    .cookie-wrap{
        gap: 25px;
    }
    .cookie-text{
        font-size: 11px;
        line-height: 1.5;
    }
}
@media(max-width: 600px){
    .sections-top{
        flex-direction: column !important;
        align-items: self-start !important;
    }
}
@media(max-width: 507px){
    .cookie-wrap{
        flex-direction: column;
    }
}
@media(max-width: 410px){
    h3{
        font-size: 18px;
    }
}
@media screen{
    .cookie-button:hover{
        background-color: #4cab17;
    }
}