/*<ВИДЖЕТ>*/
.ws-multi_button-copyright{
    display: none!important;
}
@media (min-width:1024px ) {
    .multi_button{
        position:fixed!important;
        margin-bottom: 0!important;
        bottom: 42px!important;
        right: 50px!important;
    }
}
@media (max-width:767px) {
    body .multi_button{
        inset: unset!important;
        position:fixed!important;
        bottom: 110px!important;
        margin-bottom: 0!important;
        right: 10px!important;
        z-index: 39!important;
    }
}

/*</ВИДЖЕТ>*/
.catalog-main .prod-card-bottom .rating__stars.top__card, .wrapper .prod-card-bottom .rating__stars.top__card{
  display: none;
}
#body .popup-window-overlay{
    opacity: .8;
}
.b24-widget-button-wrapper{
    z-index: 900!important;
}
.success-message {
	display: none;
    color: limegreen;
    text-align: center;
    position: absolute;
    bottom: -32px;
    margin: auto;
    left: 0;
    right: 0;
}
.js-feedback-form {
    position: relative;
}

.pulse__whats__ap{
  position: fixed;
  padding: 20px; 
  border-radius: 50%; 
  /*width: 80px;
  height: 80px;*/
  /*bottom: 23px;*/
  bottom: 162px;
  right: 90px;
  z-index: 900;

}
.pulse__whats__ap img{
    width: 60px;
}
.pulse__whats__ap::before{
  content: '';
  position: absolute;
  border: 2px solid #43b958;
  left: -5px;
  opacity: 0;
  right: -5px;
  top: -5px;
  bottom: -5px;
  border-radius: 50%;
  animation: pulse 1s linear infinite;
  animation-delay: 1s;
}


.pulse__phone_button{
  position: fixed;
  padding: 20px; 
  border-radius: 50%; 
  /*width: 80px;
  height: 80px;*/
  /*bottom: 23px;*/
  bottom: 232px;
  right: 90px;
  z-index: 900;

}
.pulse__phone_button img{
    width: 60px;
}
.pulse__phone_button::before{
  content: '';
  position: absolute;
  border: 2px solid red;
  left: -5px;
  opacity: 0;
  right: -5px;
  top: -5px;
  bottom: -5px;
  border-radius: 50%;
  animation: pulse 1s linear infinite;
  animation-delay: 1s;
}


@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.1);
    opacity: 0;
  }
}



@media screen and (max-width: 1200px) and (min-width: 980px) {
    .header-top__inner{
        gap: 15px;
    }
    .header-top__nav{
        gap: 2px 8px;
    }
    .header-top__nav a{
        font-size: 12px;
    }
    .header-top__contact{
        font-size: 13px;
    }
}
@media only screen and (max-width: 767px) {
	
	
	.pulse__whats__ap img, .pulse__phone_button img{
		width: 60px;
	}
	
    .pulse__whats__ap{
        bottom: 130px;
        right: 3px; 
    }
	
	
	.pulse__phone_button {
        bottom: 200px;
        right: 3px; 		
		
	}
	
	.catalog-cols .catalog-header{
		margin-top: 0 !important;
	}
	/*.section.category.wrapper{
		display: none!important;
	}*/
    .b24-widget-button-position-bottom-right .b24-widget-button-popup{
        display: none!important;
    }
	#footer{
		padding: 30px 20px;
	}
	#body .b24-widget-button-position-bottom-right{
		right: 10px!important;
		bottom: 110px;
	}
    .catalog-main.list .catalog-grid{
        grid-template-columns: 1fr!important;
    }
}



#header-mid .header-top__nav { 
 display: none; 
} 

.fixed-header .header-bot__inner {
    padding:0 15px;
}
 
/* Шапка на десктопах */ 
@media screen and (min-width: 980px) { 
 #header-mid.show .header-top__nav { 
  display: flex; 
 } 
 
 #header-mid.show .logo-group, 
 #header-mid.show .page-header-search { 
  display: none; 
 } 
}





/*БЛОГ*/


.blog .mainbanner-body {
    min-height: auto;
    background-image: url(/local/templates/new/img/banners/blog.jpg);
    background-size: cover;
    background-position: center;
    background-color: #7457a4;
}

.blog .blog__items {
    gap: 50px;
    padding: 0 50px 50px 50px;
}

.mainbanner-blog-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
}

.mainbanner-blog-inner .mainbanner-title+.mainbanner-title {
    margin-top: 20px;
    font-size: 35px;
    line-height: 100%;
    max-width: 700px;
}

.mainbanner-blog-inner__right li {
    display: flex;
    align-items: center;
    gap: 17px;
    color: #FFF;
    font-size: 25px;
    font-weight: 700;
}

.mainbanner-blog-inner__right li+li {
    margin-top: 20px;
}

.mainbanner-blog-inner__right li::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: #EA5B0C;
    border-radius: 50%;
    flex-shrink: 0;
}





.blog-catalog {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 15px;
}

.bcategory-item {
    cursor: pointer;
}

.bcategory-checkbox {
    cursor: pointer;
}

/* для элемента input c type="checkbox" */
.bcategory-checkbox>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* для элемента label, связанного с .bcategory-checkbox */
.bcategory-checkbox>span {
    display: inline-flex;
    align-items: center;
    user-select: none;
    color: #636363;
    font-size: 16px;
    font-weight: 400;
}

/* создание в label псевдоэлемента before со следующими стилями */
.bcategory-checkbox>span::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}


/* стили для чекбокса, находящегося в состоянии checked */
.bcategory-checkbox>input:checked+span::before {
    border-color: #f47922;
    background-color: #f47922;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}



.bcategory-slider {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px 30px;
    border-bottom: 1px solid #000;
    padding-bottom: 35px;
    margin-bottom: 35px;
}

.bcategory-slider .category-swiper-new {
    margin: 0 -15px;
    padding: 0 15px;
}

@media screen  and (max-width: 560px){
    /* .catalog_mobile{
        display: none;
    } */
    .popup-window.popup-window-with-titlebar{
        transform: translateX(-50%);
        left: 50%!important;
        width: 95%;
    }

}
@media screen and (max-width: 560px) {
    .header-mid__inner{flex-wrap: nowrap; min-height: 60px;}
    .logo-img {width: auto;}
    .logo-img img {width: 135px;}

    /* .catalog_desktop{display: none;}
    .catalog_mobile{display: block;} */
    .catalog-str .category-plate-item:last-child{display: block;}
}

@media screen  and (min-width: 700px){
    .catalog_mobile{
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .catalog_desktop{display: none;}
    .catalog_mobile{display: block;}
}

@media screen and (max-width: 980px) {
    
    .mainbanner-blog-inner {
        flex-direction: column;
    }

    .mainbanner-blog-inner .mainbanner-title+.mainbanner-title {
        font-size: 23px;
    }

    .mainbanner-blog-inner__right li {
        font-size: 18px;
    }

    .mainbanner-blog-inner__right li::before {
        width: 18px;
        height: 18px;
    }

    .blog .blog__items {
        gap: 20px;
        padding: 0 20px 40px 20px;
    }

    .blog-catalog {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px 10px;
    }

    .blog-catalog .blog-card {
        max-width: none;
    }

}


@media screen and (max-width: 500px) {
    .blog-catalog .blog-btn {
        width: 100%;
    }

    .blog-catalog .blog-img {
        height: 140px;
    }
}

/*блОГ*/





