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

@import url('custom_fonts/wuerth/css/wuerth.css?v=1');

html {
    --theme-font-family: Arial, Helvetica, sans-serif;
    --theme-top-menu-font-family: wuerthbold;
}

body{
    --wu_light_bg_black: var(--light, #ececec) var(--dark, #1b1b1b);

    --wcolor-primary: #cc0000;
    --wcolor-secondary: #fff;
    --wcolor-success: #008b3d;
    --wcolor-info: #0093dd;
    --wcolor-warning: #ee7f00;
    --wcolor-danger: #a60000;
    --wcolor-light: #ececec;
    --wcolor-dark: #605d5c;
}

.d-none{

}



.label.label-default {
    background: var(--wcolor-dark);
}

.label.label-primary {
    background: var(--wcolor-light);
    color: var(--wcolor-dark)
}

.label.label-success {
    background: var(--wcolor-success);
}

.label.label-info {
    background: var(--wcolor-info)
}

.label.label-warning {
    background: var(--wcolor-warning)
}

.label.label-danger {
    background: var(--wcolor-danger);
}


.mt-5{
    margin-top: 5px;
}

.mb-5{
    margin-bottom: 5px;
}

.mt-10{
    margin-top: 10px;
}

.mb-10{
    margin-bottom: 10px;
}

.mt-15{
    margin-top: 15px;
}

.mb-15{
    margin-bottom: 15px;
}

.mt-20{
    margin-top: 20px;
}

.mt-25{
    margin-top: 25px;
}

.mt-30{
    margin-top: 30px;
}

.my-15{
    margin-top: 15px;
    margin-bottom: 15px;
}

.d-block{
    display: block;
}

d-none{
    display:none;
}

.price__sales__label{
    font-weight:900;
}

.header--color_gray{
    background-color: var(--wu_light_bg_black);
}

.tab-content .tab-pane h3 {
    font-size: 1.46667em;
    line-height: calc(1em + 7px);
    font-weight: 500;
    margin: 0 0 25px 0;
    color: var(--white_text_black);
    font-family: "Literata", Arial, sans-serif;
}

/*
SB новые стили для основного шаблона. За основу по цвету у шрифтам берем https://www.wuerthmarket.ru/ru/RU/RUB/
*/


.header-menu__title{
    font-family: var(--theme-top-menu-font-family);
    font-weight: 400;
    font-size: 16px;
}

.topic__heading #pagetitle{
    font-family: wuerthextra_bold_cond;

}

.tab-content .tab-pane h3{
    font-family: wuerthbold;
}

.catalog-auth-btn{
    font-weight: 400;
    font-size: 13px;
}

.catalog-detail__info-tc{
    margin-top: 0;
}

.props_block--table .char_value:not(.char--middle)::before{
    border-bottom: none;
}
.props_block--table.props_block--nbg .char_value > span{
	padding-left: 0px;
}
@media (min-width: 501px)
{
	.props_block--table.props_block--nbg .char_value > span{
		padding-left: 10px;
	}
}
.grid-list--items-4.grid-list--gap-20 {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
}


@media (min-width: 400px) and (max-width: 990px)
{

    .sections-list__item-image-wrapper--TOP{
        padding-top: 50%;
    }

    .sections-list__item-title{
        font-size: 0.9em;
        line-height: 1.2em;
    }

    .sections-list__item-additional-text-wrapper {
        padding: 10px 12px 10px 12px;
    }
}


.side-menu > li .top-level-link {
    padding: 11px 47px 10px 23px;
    line-height: 1.2rem;
}

.side-menu > li .top-level-link .menu-arrow.svg{
    top: 14px;
}

.right-sidebar-wrapper{
    top:unset;
    bottom: 185px;
}

@media (min-height: 601px) {
    .right-sidebar-wrapper {
        top:unset;
        bottom: 260px;
    }
}

.top-header-cart{
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    cursor:pointer;
}

.top-header-cart:hover, .top-header-cart:hover .basket.top > a{
    color: var(--fill_dark_light_hover);
}

.top-header-cart>span{
    font-family: wuerthbold;
    font-size: 1.2em;
    margin-right: 10px;

}

.basket.fly .opener{
    display: none;
}

.catalog-table__info-title > span{
    display: block;
}

.catalog-table__info-title .switcher-title{
    font-family: "Arial";
    /*font-weight: 600;*/
    font-size: 0.9rem;
    line-height: 0.9rem;
}

.catalog-detail__bottom-info .ordered-block__title.switcher-title{
    font-family: "Arial";
    font-weight: 600;
}

.index-block .switcher-title{
    font-family: "wuerthextra_bold_cond";
}

.catalog-block__info-title .switcher-title{
    font-family: "Arial";
    font-weight: 600;

}

.right_block.narrow_N .catalog-maxwidth .catalog-detail__bottom-info .detail-block:not(.tizers), .right_block.narrow_N .catalog-maxwidth .bottom-links-block {
    max-width: 1290px;
}
 .right_block.narrow_N.catalog_page  .catalog-maxwidth .bottom-links-block{
	max-width:100%;
}
@media (min-width: 601px) {
.table-props-rows .catalog-table__info-bottom {
		/*flex: 0 0 250px;
        width: 250px;*/
		flex: 0 0 325px;
        width: 325px;	 
    }
}

@media (min-width: 992px) {
    

    .catalog-table__item-wrapper.props {
        /*width: 120px;*/
        width: 125px;
        text-align: center;
        flex-shrink: 0;
    }

    .table-props-rows .catalog-table__info-top {
        /*min-width: 300px;*/
        min-width: 270px;
    }
}



.catalog-table__item{
    padding-top:10px;
    padding-bottom:10px;
}

#headerfixed .basket.top > a{
    font-size: 1.5em;
    position: relative;
    color: var(--white_text_black);
    line-height: 1.5em;
}

header .top-header-cart .header-cart__name {
    position: relative;
    font-size: 0.9em;
    font-family: var(--theme-font-family);
    margin-right: 7px;
    margin-left: 0;
    transform:none;
}

header .top-header-cart .header-cart__inner i {
    font-size: 1.5em;
}

#headerfixed .header-cabinet__link i{
    font-size: 1.5em;
    line-height: 1.5em;
}

header .header-cabinet__link span{
    font-size: 0.9em;
    font-family: var(--theme-font-family);
    margin-right: 7px;
}
.header__icon-name{
    margin-top: 3px;
}

header .header-cabinet__link i{
    font-size: 1.5em;
}

.text_after_title{
    margin-bottom:20px;
}

.catalog-inner-sections-block{
    margin-bottom:20px;
}

#title-search .btn-search i{
    color:#999999;
    font-size:1.2em;
}

.right_dok > .link i{
    color:#999999;
    font-size:1.2em;
}

.right_dok > .link:hover i{
    color: var(--fill_dark_light_hover);
}

a.scroll-to-top{
    background-image: none;
    font-family: Wuerthicons !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

a.scroll-to-top:before{
    content: "\eb4f";
    color: #fff;
    top: calc(50% - 8px);
    position: absolute;
    left: calc(50% - 8px);
}

footer .subscribe-block__icon i{
    color: #939393;
    font-size: 2.5em;
}

footer .phones i{
    color:#939393;
}

footer .footer__email i{
    margin-top: 4px;
    margin-right: 17px;
    color:#939393;
}

footer .phones__dropdown .phones__dropdown-value{
    display: flex;
    align-items: center;
}

footer .phones__dropdown .phones__dropdown-value i{
    margin-right: 15px;
}

.header-menu__dropdown-menu--grids {
    grid-gap: 20px;
}

.catalog-detail__main .switcher-title{
    font-family: "wuerthextra_bold_cond";
}

.header-menu__dropdown-menu--grids a.switcher-title {
    font-family: "Arial";
}

.header-menu__wide-item-wrapper a{
    display: flex;
    align-items: center;
}

.header-menu__wide-item-wrapper a i{
    margin-right: 0.5rem;
}

.sections-list__wrapper .switcher-title{
    font-family: "Arial";
    font-weight: 600;
	word-break: break-word;
}

.mobileheader__item .line-block__item i{
    font-size: 1.5rem;
    color: #fff;
}

#mobileheader{
    position: sticky;
    top: 0;
	width:100%;
}

.grid-list--items-6 {
    grid-template-columns: repeat(auto-fill, minmax(183px, 1fr)) !important;
}

.grecaptcha-badge{
    display: none;
}



/* +++ banners +++ */



@media (min-width: 1451px)
{
    .banners-big .banners-big__depend-height {
        height: calc((100vw - 48px) / 3.2);
    }

    .banners-big__title--large{
        font-size: 50px;
        line-height: 55px;
    }

}

@media (min-width: 1201px) and (max-width: 1450px)
{
    .banners-big__title--large{
        font-size: 40px;
        line-height: 45px;
    }
}

@media (min-width: 768px) and (max-width: 1450px)
{
    .banners-big .banners-big__depend-height {
        height: calc((100vw - 48px) / 3.2);
    }
}

@media (min-width: 768px) and (max-width: 1200px)
{
    .banners-big__title--large{
        font-size: 25px;
        line-height: 35px;
    }

    .banners-big__buttons {
        margin-top: 0;
    }
}

@media (max-width: 767px)
{
    .banners-big--adaptive-3 .banners-big__img-wrapper, .banners-big--adaptive-3 .banners-big__text > :not(.banners-big__buttons), .banners-big--adaptive-3 .main-slider__item:not(.vvideo) .banners-big__buttons, .banners-big--adaptive-3 .main-slider__item:not(.started) .play.btn-video {
        display: block;
    }
}


/* --- banners --- */


.mobilemenu__menu-item--with-icon > .link-wrapper a .mobile-menu-w-icon,
.mobilemenu__menu-item--with-icon > .link-wrapper > .mobile-menu-w-icon{
    position: absolute;
    top: 14px;
    left: 40px;
    font-size: 0.9rem;
    color: var(--fill_dark_light_white_hover) ;
}

.footer__main-part .footer__part-item {
    flex: 1 0 0%;
}

.header-cart__inner i{
    color: var(--fill_dark_light_white_hover);
}

.header-cabinet__link i{
    color: var(--fill_dark_light_white_hover);
}

.top-header-cart a.HEADER{
    display: flex;
    align-items: center;
}

.top-header-cart a.HEADER .header-cart__count{
    position: relative;
    top: unset;
    right: unset;
    transform: unset;
    font-size: 14px;
    border-radius: 0;
    font-weight: 600;
    margin-right: 4px;
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
}

#headerfixed .header-cart a.HEADER{
    display: flex;
}

#headerfixed .header-cart a.HEADER .header-cart__count{
    position: relative;
    top: unset;
    right: unset;
    transform: unset;
    font-size: 14px;
    border-radius: 0;
    font-weight: 600;
    margin-right: 10px;
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;

}

#mobileheader .header-cart a.HEADER{
    display: flex;
}

#mobileheader .header-cart a.HEADER .header-cart__count{
    position: relative;
    top: unset;
    right: unset;
    transform: unset;
    font-size: 14px;
    border-radius: 0;
    font-weight: 600;
    margin-right: 10px;
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    color: var(--fill_dark_light_white_hover);
}

.switcher-title {
    font-family: "Arial" !important;
}

.ta-c{
    text-align: center;
}

.catalog-table__info .js-popup-price{
    width: 125px;
    white-space: nowrap;
}

.status-icon.order{
    color:var(--wcolor-warning);
}

.status-icon.order:before{
    background-color: var(--wcolor-warning);
    border-color: var(--wcolor-warning);
}

.status-icon.sales{
    color:var(--wcolor-success);
}

.status-icon.sales:before{
    background-color: var(--wcolor-success);
    border-color: var(--wcolor-success);
}

.status-icon.instock{
    color:var(--wcolor-success);
}

.status-icon.instock:before{
    background-color: var(--wcolor-success);
    border-color: var(--wcolor-success);
}

.article{
    white-space: pre-wrap !important;
}

.catalog-table__info-tech{
    margin-top:0;
}

.social__item.social__item--image a{
    background: url(../images/svg/social_mini.svg) -5px -193px no-repeat;
    /*background: url(../images/svg/social.svg) -5px -193px no-repeat;*/
}

.footer__phone .phones{
    margin-left: 0;
}

.footer__phone .icon-block__icon {
    margin-right: 16px;
}

.tpl_catalog_table_v2_template{
    margin-bottom: 3rem;
}

.main-prop-title{
    display: none;
}

.report_receipt_btn_wrappaer{
    width: 100%;
}

.report_receipt_btn_wrappaer > *{
    width: 100%;
}


blockquote a{
    text-decoration: underline;
}

a.image-list__link{
    font-size: 8px;
    line-height: 8px;
    text-align: left;
}

#avtorization-form a.reg, #ajax_auth a.reg{
    display: block;
    text-align: right;
    margin-top: 0,5em;
}

.catalog-detail__price .price__new{
    display: flex;
    align-items: center;
}

.catalog-detail__price .price__sales__label{
    margin-left: 1rem;
}

.cart__item .price__sales__label
{
    display: block;
}

.basket.fly .cart__item .price__sales__label
{
    display: inline-block;
}

.tab-content .content.catalog-detail__detailtext{
    margin-bottom:2rem;
}

.tab-content h3.ordered-block__title{
    margin-bottom: 0.5rem;
}

.count_error{
    margin-top: 15px;
    padding: 10px;
    text-align: center;
}

body:not(.eyed) .not-eyed-hidden {
    display: none;
}
body.eyed .eyed-hidden {
    display: none;
}
body:not(.eyed--images--off) .not-eyed-images-off--hidden {
    display: none;
}

.cart__item-image{
    display: flex;
    justify-content: center;
}
.line-block--20 > .line-block__item{
    padding-right: 5px;
}
.image-list__link{
    top: 20px;
    bottom: 5px;
}
/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px)
{
    .bx-soa-item-tr {
        display: table-row !important;
    }
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399.98px)
{
    .bx-soa-item-tr {
        display: table-row !important;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px)
{
    .bx-soa-item-tr {
        display: table-row !important;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px)
{
    .catalog-block .line-block{
        display:block;
    }

    .catalog-block .line-block{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .catalog-block .line-block--20 > .line-block__item {
        padding-left: 0;
        padding-right: 0;
    }

    .catalog-block .buy_block .btn{
        width: 100%;
    }

    .catalog-block .grid-list--items-4 {
        grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)) !important;
        grid-gap: 12px;
    }

    .menu-icon-wrapper i.menu-icon{
        font-size: 0.75rem;
    }

}

/*Small devices (landscape phones, 576px and 767px)*/
@media (min-width: 576px) and (max-width: 767.98px)
{
    .catalog-block .line-block{
        display:block;
    }

    .catalog-block .line-block{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .catalog-block .line-block--20 > .line-block__item {
        padding-left: 0;
        padding-right: 0;
    }

    .catalog-block .buy_block .btn{
        width: 100%;
    }

    .catalog-block .grid-list--items-4 {
        grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)) !important;
        grid-gap: 12px;
    }

    .main-prop-title{
        display:inline-block;
    }


    .banners-big--adaptive-1 .banners-big__text, .banners-big--adaptive-3 .banners-big__text {
        transform: translateY(70px);
    }

    .banners-big--adaptive-3 .banners-big__title{
        font-size: 22px;
        font-weight: 600;
        line-height: 24px;
        text-transform: uppercase;
    }

    .banners-big__text-block {
        margin-top: 0;
    }

    .banners-big__text-block > *{
        font-size: 20px!important;
    }

    .body .banners-big .main-slider .owl-carousel__dots{
        display: none;
    }

    .menu-icon-wrapper i.menu-icon{
        font-size: 0.75rem;
    }
}

/*X-Small devices (phones, up to 575px)*/
@media (max-width: 575.98px)
{
    .footer__main-part-inner{
        text-align: center;
    }

    .footer__phone .phones {
        flex-direction: column;
        align-items: center;
        margin-left: 0px;
    }

    .footer__info-item{
        display: flex;
        justify-content: center;
    }

    .footer__bottom-part .footer__bottom-part-items-wrapper{
        justify-content: center;
    }

    body .catalog-detail__top-info {
        padding-left: 0;
        padding-right: 0;
    }


    .catalog-block .line-block{
        display:block;
    }

    .catalog-block .line-block{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .catalog-block .line-block--20 > .line-block__item {
        padding-left: 0;
        padding-right: 0;
    }

    .catalog-block .buy_block .btn{
        width: 100%;
    }

    .catalog-block .grid-list--items-4 {
        grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)) !important;
        grid-gap: 12px;
    }

    .main-prop-title{
        display:inline-block;
    }

    .banners-big--adaptive-1 .banners-big__text, .banners-big--adaptive-3 .banners-big__text {
        transform: translateY(70px);
    }

    .banners-big--adaptive-3 .banners-big__title{
        font-size: 22px;
        font-weight: 600;
        line-height: 24px;
        text-transform: uppercase;
    }

    .banners-big__text-block {
        margin-top: 0;
    }

    .banners-big__text-block > *{
        font-size: 20px!important;
    }

    .body .banners-big .main-slider .owl-carousel__dots{
        display: none;
    }

    .menu-icon-wrapper i.menu-icon{
        font-size: 0.75rem;
    }
}

/*Custom X-Small for Aspro template*/
@media (min-width: 360px) and (max-width: 400px)
{
    #mobileheader .header-cart a.HEADER .header-cart__count{
        display:none;
    }

    .tabs .nav-tabs li a{
        padding: 14px 10px 14px 10px;
    }
}

/* Aspro css */
@media (max-width: 450px)
{
    #main .grid-list.grid-list--compact .grid-list-border-outer {
        width: 100%;
    }
}

/* Aspro css */
@media (max-width: 600px)
{
    .cart--default .cart__wrapper {
        height: auto;
    }

    .price_block_vat{
        display: none!important;
    }


}

/* АЕ: кнопка избранное */ 

.srbaa_favorites {
    margin-top: 15px;
}

/* AE: кастомайз модального окна */

.modal-content {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: 0px;
    padding: 42px 50px 11px 50px;
}

.modal-header {
    padding: 0px;
    border-bottom: 0px;
    font-weight: 700;
    margin-bottom: 11px;
}

.modal-title {
    display: inline-block;
    font-size: 24px;
}

.modal-header .close {
    margin-top: 0px;
    opacity: 1;
    font-weight: normal;
    font-size: 32px;
}

.modal-body {
    padding: 0px;
}

.modal-close {
    position: absolute;
    right: 3%;
    top: 1%;
}

.modal-body p {
    font-size: 13px;
    line-height: 16px;
    color: #999;
}

.textarea-helptext{
    color: #cc0000; 
    font-size:12px;
    margin-bottom: 15px;

}

.fav-button {
	display:flex;
	font-size:22px;
	margin-left: auto;
	align-items:center;
}
.fav-icon {
	cursor: pointer;
	font-size:24px;
}
.owl-item .fav-icon {
	cursor: pointer;
	font-size:20px;
}
.fav-icon:hover, .fav-icon:active {
	cursor: pointer;
	color: #cc0000;
}

.fav-added {
	color: #cc0000 !important;
}

.catalog-block__inner {
	position:relative;
}

.fav-button-catalog {
	display:block;
	font-size:16px;
	position: absolute;
	right:0;
	top: 0;
}

.fav-icon-catalog {
	cursor: pointer;
	font-size:20px;
}
.fav-icon-catalog:hover, .fav-icon-catalog:active {
	cursor: pointer;
	color: #cc0000;
}

.modal-submit {
    margin-top: 29px;
}








.label.label-primary.tags{
    width: fit-content;
    border-radius: 25px;
    line-height: 11px;
    height: 19px;
}
.custom .news-list__item-period {
    position: relative;
    display: flex;
    justify-content: flex-start;
    gap: 11px;
    margin: 10px 0;
    
}
.no-top-padding .custom .news-list__item-period{
	margin: 0 0 10px ;
}
.news-list__item-image-wrapper--TOP {
    padding-top: 50%;
}
.color-red {
    color: var(--wcolor-primary);
}
span.dot {
    content: "";
    width: 4px;
    height: 4px;
    background: red;
    position: relative;
    top: 9px;
    border-radius: 50%;
}
.news-list__item-period span.dot {
    content: "";
    width: 4px;
    height: 4px;
    background: red;
    position: relative;
    top: -2px;
    border-radius: 50%;
	display: inline-block;
    margin: 0 3px;
}
.news-list__item-image-wrapper--BG {
    padding-top: 50%;
}
.dark-block-hover:before {
    display: none;
}
.zhurnal .news-list__item-title.switcher-title.font_18 {
    background: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2228%22%20viewBox%3D%220%200%2024%2028%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22title-arrow%22%3E%0A%3Cpath%20d%3D%22M7%2021L17%2011M17%2011H7M17%2011V21%22%20stroke%3D%22%23333333%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E) top -3px right -6px no-repeat;
    padding-right: 30px;
}
.zhurnal .stroke-theme-hover:hover .news-list__item-title.switcher-title.font_18 {
    background: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2228%22%20viewBox%3D%220%200%2024%2028%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22title-arrow%22%3E%0A%3Cpath%20d%3D%22M7%2021L17%2011M17%2011H7M17%2011V21%22%20stroke%3D%22%23cc0000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E) top -3px right -6px no-repeat;
    padding-right: 30px;
}

.detail-block.ordered-block.order_sale {
    max-width: 800px;
    margin: 30px auto;
}
.contact-block-small {font-weight:700;margin-bottom:10px;}
.order-info-block .text {
    font-weight: 700;
}
.order-info-block .social__item {

    background: #ccc;
}
.quote-block {
    background: #fff;
    padding: 70px 167px 41px 45px;
    gap: 20px;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    background: url(/images/svg/quote.svg) 93% 15% no-repeat;
    max-width: 711px;
    margin: 2em auto;
}

.js-video_0-dimensions {
    margin: auto;
}
/*
.news ul.two-cols, .news ul.tick {
    font-size: 16px;
    line-height: 22px;
}
.news ul.two-cols {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.news ul.tick li {
    list-style-type: none;
    padding-left: 35px;
    background: url(/images/svg/list-ok.svg) left 50% no-repeat;
    margin-bottom: 10px;
}
.news ul.tick li:before {
    display: none;
}
.news ul li {
    margin-left: 20px;
    padding-left: 0px;
    line-height: 29px;
}*/

#picture img {width: 100%;}
.picture-desc {font-size:0.7em;}
.list-picture {
    display:flex;
    gap: 30px;
}
.list-picture ul {
    width: 60%;
}
.list-picture .picture {
    display: block;
    position: relative;
    padding-top: 40%;
    width: 40%;
    overflow: hidden;
}
.list-picture .picture img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.doc-list-inner__icon-preview-image {
    width: 88px;
}
.doc-list-inner__icon-preview-image i {
    float: right;
    top: 6px;
}
/********zhurnal*******/
body .zhurnal-news-list-inner-template .zhurnal.grid-list--no-grid, .zhurnal-news-list-inner-template .zhurnal.grid-list--items-4 {gap: 10px;}
body .zhurnal.grid-list--no-grid, .zhurnal.grid-list--items-4 {gap: 20px;}
.grid-list--no-gap .news-list__item-image--absolute {border-radius:4px;}
.news-list__item {
  position: relative;
  overflow: hidden;
}

.news-list__item--padding {
  padding: 41px 48px;
}

.grid-list--no-gap .news-list__item {
  overflow: visible;
}
.grid-list--no-gap .news-list__item-image--absolute {
  left: -1px;
  right: -1px;
  top: -1px;
}

.news-list__item-image-wrapper {
  position: relative;
}
.news-list__item-image-wrapper--BG {
  padding-top: 130%;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.news-list__item-image-wrapper--BG:after {
  content: "";
  position: absolute;
  left: 0%;
  right: 0%;
  top: 51%;
  bottom: 0%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.news-list__item-image-wrapper--TOP {
  padding-top: 67%;
}

.news-list__item-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.news-list__item-image--absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.news-list__item-text-top-part {
  height: 100%;
}

.news-list__item-preview-wrapper {
  margin-top: 9px;
}

.news-list__item-period {
  position: relative;
}
.news-list__item-period--mb-9 {
  margin-bottom: 9px;
}
.grid-list--no-grid .news-list__item-period {
  margin-top: 28px;
  
}
.grid-list--no-grid .news-list__item-period.font_13{
	margin-top: 0px;
}
.news-list__item-period--mt-29 {
  margin-top: 29px;
}
.news-list__item-period.news-list__item-period--FON {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 12px;
}

.news-list__item-text-wrapper--BOTTOM {
  position: absolute;
  bottom: 44px;
  left: 47px;
  right: 39px;
  z-index: 2;
}
#main .news-list__item-text-wrapper--BOTTOM .dark_link {
  color: #fff;
}
.news-list__item-text-wrapper--BOTTOM_RELATIVE {
  padding: 18px 2px 0px;
}
.news-list__item-text-wrapper--with-padding {
  padding: 28px 34px 19px;
  padding: 18px 20px 0px;

}
.no-top-padding {
  padding: 0 34px 19px;
}

.news-list__item-text-wrapper--with-bottom-padding {
  padding-bottom: 32px;
}

.news-list__item-sticker {
  top: 29px;
  left: 29px;
  right: 29px;
}

.news-list__item-link--absolute {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
}
.zhurnal-news-list-inner-template .index-block__subtitle{
	margin-bottom: -22px;
	font-size:13px;
	line-height:20px;
}

.reviews-list__item-top-part-one-line{
	flex-direction: column-reverse;
	display:flex;
}
.reviews-list__item-top-part-one-line .reviews-list__item-info-wrapper{
	margin: 0;
	width:100%;
}
.reviews-list__item-top-part-one-line .reviews-list__item-info,
.reviews-list__item-top-part-one-line .reviews-list__item-text{
	display: flex;
	flex-wrap:wrap;
    align-items:baseline;
    width: 100%;
}
.reviews-list__item-top-part-one-line .reviews-list__item-title,
.reviews-list__item-top-part-one-line .reviews-list__item-date-active{
	padding: 0 10px 0 0;
}
.reviews-list__item-top-part-one-line .reviews-list__rating{
	margin: 0 0 15px!important;
}
.reviews-list__item-top-part-one-line .rating__star-svg--filled *{
	fill: #cc0000;
}
.zhurnal-news h3.index-block__title{
	margin-bottom:0;
	line-height:normal;
}
.zhurnal-news  .news-list__item-text-wrapper--with-padding {
  padding: 28px 34px 0px;

}
.zhurnal-news .top-label .fav-button, .block_analogs .top-label .fav-button{
	position:absolute;
	right:0px;
	top:0px;
	display:block;
}
.zhurnal-news .top-label .fav-button, .block_analogs .image-list-wrapper{
margin: 10px auto 0px;
}

.zhurnal-news .top-label .price__sales__label_div, .block_analogs .top-label .price__sales__label_div{
	position:absolute;
	left:0px;
	top:0px;
	bottom:auto;
	display:block;
}

.zhurnal-news .price__sales__label, .block_analogs .price__sales__label{
	font-size: 15px;
	line-height:1.2;
	height:auto;
	font-weight:400;
	border-radius: 4px;
	padding: 4px 10px;
}
.zhurnal-news .video_block .video_body::after {     
	content: "";     
	background: transparent;     
	width: 100%;     
	height: 100%;     
	min-height: 1px;     
	position: absolute;     
	top: 0; 
}

/*.zhurnal-news .owl-prev, .zhurnal-news .owl-next,.zhurnal-news .owl-prev, .zhurnal-news .owl-prev{
	display: inline-block;
    padding: 0;
    line-height: 1;
    margin: 0;
    background: none;
    border: none;
}
.zhurnal-news .owl-carousel__button{
	display: inline-block;
    padding: 0;
    margin: 0;
    height: 40px;
    width: 40px;
    line-height: 1;
	border: none !important;
    background: none;
}
.zhurnal-news .owl-carousel__button--left svg{
	margin:0;
}
.zhurnal-news .owl-carousel__button svg *{
	stroke: #999;
}*/
.zhurnal-news .owl-carousel--button-wide .owl-prev{
	left:0;
}
.zhurnal-news .owl-carousel--button-wide .owl-next{
	right: 0;
}
/*.zhurnal-news .owl-carousel__button:hover{
	background:none!important;
}
.zhurnal-news .owl-carousel__button:hover svg * {
    fill: var(--theme-base-color);
}*/
.zhurnal-news .price_block_labels_vat .price__sales__label, .block_analogs .price_block_labels_vat .price__sales__label{
	display:none;
}
.mobile-style{
	display:none;
}
.zhurnal-news .head-block__item--active{
	background: #CC0000!important;
	color:#fff!important;
}
.zhurnal-news .line-block--gap > .line-block__item {
    padding: 0 15px;
    border-radius: 20px;
    background: rgba(51,51,51,0.1);
    color: #999999;
    font-size: 12px;
}
.zhurnal-news .head-block__item-title{
	padding: 4px 0px;
}
.zhurnal-news .owl-carousel--nav-hover-visible:hover .owl-nav .owl-next{
	right:0px;
}
.zhurnal-news .owl-carousel--nav-hover-visible .owl-nav .owl-prev{
	left:0px;
}
.zhurnal-news .owl-carousel--nav-hover-visible:hover .owl-nav .owl-prev{
	left:0px;
}
.zhurnal-news .owl-carousel--button-wide .owl-next{
	right:0px;
}
.zhurnal-news .owl-carousel--with-shadow .owl-stage-outer{
	padding: 0;
    margin: 0;
}
.line-block--gap-5 {
    --gap: 5px;
}

/*.zhurnal-news .reviews-list .owl-stage,
.zhurnal-news .news .owl-stage{
	left:30px;
}
.zhurnal-news .owl-carousel.owl-drag .owl-item{
	margin-right: 42px;
}
.zhurnal-news .news .owl-stage-outer{
	left:-30px;
}*/


.zhurnal-news .news .swiper.slider-solution .brands-list__image-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zhurnal-news .news .swiper.slider-solution .brands-list__image-wrapper img {
    width: 100%;
    height: auto;
    max-height: fit-content;
    position: absolute;
}
.zhurnal-news .news .brands-list__item--padding-SMALL {
    padding: 0;
}
.zhurnal-news .news a.brands-list__item-link.item-link-absolute {
    height: 90px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.zhurnal-news .news .not-eyed-images-off--hidden {
    padding: 20px 50px 20px 22px;
    width: 100%;
    background: url(data:image/svg+xml,%3Csvg%20width%3D%226%22%20height%3D%229%22%20viewBox%3D%220%200%204%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0.292969%205.7925L2.58547%203.5L0.292969%201.2075L1.00047%200.5L4.00047%203.5L1.00047%206.5L0.292969%205.7925Z%22%20fill%3D%22%231b1b1b%22%2F%3E%0A%3C%2Fsvg%3E) top 50% right 15px no-repeat;
}
.zhurnal-news .reviews-list .swiper-wrapper{
	align-items: stretch;
	padding: 10px 0;
}
.zhurnal-news .reviews-list .reviews-list__item{
	height: auto;
}
.zhurnal-news .reviews-list .swiper-button-prev,
.zhurnal-news .news .swiper-button-prev{
	left: -20px;
	border: 1px solid rgba(51, 51, 51, 0.1);
}
.zhurnal-news .reviews-list .swiper-button-next,
.zhurnal-news .news .swiper-button-next{
	right: -20px;
	border: 1px solid rgba(51, 51, 51, 0.1);
}
.zhurnal-news .napolnenie .brand-list__items--centered{
	justify-content: unset;
	align-items: anchor-center;
}
.detail.zhurnal-news .slider-image  img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
/*.zhurnal-news .reviews-list .swiper-button-prev:after, .zhurnal-news .reviews-list .swiper-button-next:after{
	content:url("data:image/svg+xml;utf8;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCAzOCAzOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCB4PSIwLjUiIHk9IjAuNSIgd2lkdGg9IjM2LjUiIGhlaWdodD0iMzYuNSIgc3Ryb2tlPSIjOTk5OTk5Ii8+PG1hc2sgaWQ9Im1hc2swXzEyOTBfNTI4NiIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjM4IiBoZWlnaHQ9IjM4Ij48cmVjdCB3aWR0aD0iMzcuNSIgaGVpZ2h0PSIzNy41IiBmaWxsPSIjRDlEOUQ5Ii8+PC9tYXNrPjxnIG1hc2s9InVybCgjbWFzazBfMTI5MF81Mjg2KSI+PC9nPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xMjkwXzUyODYpIj48cGF0aCBkPSJNMTAuNDE2NyAxOC43NUwxOC43NSAyNy4wODMzTTEwLjQxNjcgMTguNzVIMjcuMDgzM00xMC40MTY3IDE4Ljc1TDE4Ljc1IDEwLjQxNjdNMTguNzUgMzcuNUMyMS4yMTIzIDM3LjUgMjMuNjUwNSAzNy4wMTUgMjUuOTI1MyAzNi4wNzI3QzI4LjIwMDIgMzUuMTMwNSAzMC4yNjcyIDMzLjc0OTMgMzIuMDA4MyAzMi4wMDgzQzMzLjc0OTMgMzAuMjY3MiAzNS4xMzA1IDI4LjIwMDIgMzYuMDcyNyAyNS45MjUzQzM3LjAxNSAyMy42NTA1IDM3LjUgMjEuMjEyMyAzNy41IDE4Ljc1QzM3LjUgMTYuMjg3NyAzNy4wMTUgMTMuODQ5NSAzNi4wNzI3IDExLjU3NDdDMzUuMTMwNSA5LjI5OTgzIDMzLjc0OTMgNy4yMzI4NSAzMi4wMDgzIDUuNDkxNzVDMzAuMjY3MiAzLjc1MDY1IDI4LjIwMDIgMi4zNjk1MyAyNS45MjUzIDEuNDI3MjZDMjMuNjUwNSAwLjQ4NDk4MyAyMS4yMTIzIC0zLjY2OTA5ZS0wOCAxOC43NSAwQzEzLjc3NzIgNy40MTAwNmUtMDggOS4wMDgwNSAxLjk3NTQ0IDUuNDkxNzUgNS40OTE3NUMxLjk3NTQ0IDkuMDA4MDUgMCAxMy43NzcyIDAgMTguNzVDMCAyMy43MjI4IDEuOTc1NDQgMjguNDkxOSA1LjQ5MTc1IDMyLjAwODNDOS4wMDgwNSAzNS41MjQ2IDEzLjc3NzIgMzcuNSAxOC43NSAzNy41WiIgc3Ryb2tlPSIjOTk5OTk5IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF8xMjkwXzUyODYiPjxyZWN0IHdpZHRoPSIyMyIgaGVpZ2h0PSIxOSIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkgOSkiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=");
	background:none;
	width: 37px;
    height: 37px;
    display: block;
}
.zhurnal-news .reviews-list .swiper-button-next:after{
	transform:rotate(180deg);
}
.zhurnal-news .reviews-list .swiper-button-prev:hover:after , .zhurnal-news .reviews-list .swiper-button-next:hover:after{
	content:url("data:image/svg+xml;utf8;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCAzOCAzOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCB4PSIwLjUiIHk9IjAuNSIgd2lkdGg9IjM2LjUiIGhlaWdodD0iMzYuNSIgc3Ryb2tlPSIjZmZmZmZmIi8+PG1hc2sgaWQ9Im1hc2swXzEyOTBfNTI4NiIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjM4IiBoZWlnaHQ9IjM4Ij48cmVjdCB3aWR0aD0iMzcuNSIgaGVpZ2h0PSIzNy41IiBmaWxsPSIjZmZmZmZmIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjbWFzazBfMTI5MF81Mjg2KSI+PC9nPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xMjkwXzUyODYpIj48cGF0aCBkPSJNMTAuNDE2NyAxOC43NUwxOC43NSAyNy4wODMzTTEwLjQxNjcgMTguNzVIMjcuMDgzM00xMC40MTY3IDE4Ljc1TDE4Ljc1IDEwLjQxNjdNMTguNzUgMzcuNUMyMS4yMTIzIDM3LjUgMjMuNjUwNSAzNy4wMTUgMjUuOTI1MyAzNi4wNzI3QzI4LjIwMDIgMzUuMTMwNSAzMC4yNjcyIDMzLjc0OTMgMzIuMDA4MyAzMi4wMDgzQzMzLjc0OTMgMzAuMjY3MiAzNS4xMzA1IDI4LjIwMDIgMzYuMDcyNyAyNS45MjUzQzM3LjAxNSAyMy42NTA1IDM3LjUgMjEuMjEyMyAzNy41IDE4Ljc1QzM3LjUgMTYuMjg3NyAzNy4wMTUgMTMuODQ5NSAzNi4wNzI3IDExLjU3NDdDMzUuMTMwNSA5LjI5OTgzIDMzLjc0OTMgNy4yMzI4NSAzMi4wMDgzIDUuNDkxNzVDMzAuMjY3MiAzLjc1MDY1IDI4LjIwMDIgMi4zNjk1MyAyNS45MjUzIDEuNDI3MjZDMjMuNjUwNSAwLjQ4NDk4MyAyMS4yMTIzIC0zLjY2OTA5ZS0wOCAxOC43NSAwQzEzLjc3NzIgNy40MTAwNmUtMDggOS4wMDgwNSAxLjk3NTQ0IDUuNDkxNzUgNS40OTE3NUMxLjk3NTQ0IDkuMDA4MDUgMCAxMy43NzcyIDAgMTguNzVDMCAyMy43MjI4IDEuOTc1NDQgMjguNDkxOSA1LjQ5MTc1IDMyLjAwODNDOS4wMDgwNSAzNS41MjQ2IDEzLjc3NzIgMzcuNSAxOC43NSAzNy41WiIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF8xMjkwXzUyODYiPjxyZWN0IHdpZHRoPSIyMyIgaGVpZ2h0PSIxOSIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkgOSkiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=");
}*/
.zhurnal-news .height-100:after{
	content:'';
	display:table;
	clear:both;
}
.zhurnal-news .napolnenie .slider-image a{
	display:block;
}
.zhurnal-news .napolnenie .slider-image a img{
	width: 100%;
    /*width: auto;*/
    height: 100%;
    object-fit: scale-down;
}
.zhurnal-news .catalog-block.slider .count_error {
		position: absolute;
		width: auto;
		right: 0px;
		bottom: 45px;
	}
/********zhurnal*******/
@media (max-width: 1199px) and (min-width: 992px) {
    /*.grid-list--no-grid > .news-list__wrapper.item-w66, .grid-list--no-grid > .news-list__wrapper.item-w50 {
        width: 100%;
    }
    .grid-list--no-grid > .news-list__wrapper {
        width: 100%;
    }*/
	.zhurnal-news .news .swiper.slider-solution .brands-list__image-wrapper img{
		max-width:unset;
		width: auto;
		height: 100%;
	}
}

@media (max-width: 991px) {
    /*.grid-list--no-grid > .news-list__wrapper {
        width: 100%;
    }*/
	.zhurnal-news .news .swiper.slider-solution .brands-list__image-wrapper img{
		max-width:unset;
		width: auto;
		height: 100%;
	}
	.detail.zhurnal-news .zhurnal.grid-list--items-4 {
		display:grid;
		overflow: auto;
        /*grid-template-columns: repeat(auto-fill, minmax(306px, 1fr)) !important;*/
		grid-template-columns: repeat(5, max-content)!important; /* added */
        grid-template-rows: repeat(auto-fit, minmax(250px, 1fr)) !important;
		grid-auto-flow: column; /* Элементы в одну строку */
		grid-auto-columns: max-content; /* Ширина колонок по содержимому */
		width: max-content; /* Ширина контейнера по содержимому */
    }
	.detail.zhurnal-news .item-w100 {
		grid-area: auto;
		margin-bottom: 0;
		max-width:406px!important;
		width:100%;
	}
	.detail.zhurnal-news .news-list .grid-list--normal.grid-list--no-grid > div{
		max-width:406px!important;
		width:100%;
	}
	.detail.zhurnal-news .news-list__item.flexbox{
		display:inline-block;
	}
	.detail.zhurnal-news .item-w100 .news-list__item-image-wrapper--BG{
		width:100%;
		padding-top: 67%;
		height:auto;
	}
	.zhurnal-news .head-block-wrapper.overflow-block{
		overflow-x: auto; 
		-webkit-overflow-scrolling: touch; 
	}
	.zhurnal-news .napolnenie.brands-list__slider-wrap .swiper {
		margin-right: -24px;
	}
	.zhurnal-news .news{
		margin-right: -24px;
	}
	.zhurnal-news .video_block{
		margin-right: -24px;
	}
	.zhurnal-wrapper, .zhurnal-tags{
		position:relative;
		margin-right:-24px;
		overflow-x: scroll; 
		-webkit-overflow-scrolling: touch; 
		-ms-overflow-style: none!important; /* for Internet Explorer, Edge */
		scrollbar-width: none!important; /* for Firefox */
	}
	.zhurnal-wrapper::-webkit-scrollbar,  .zhurnal-tags::-webkit-scrollbar {
		display: none!important; /* for Chrome, Safari, and Opera */
		width: 0!important;
		background: transparent!important;
	}
	.zhurnal-wrapper::-webkit-scrollbar-thumb:horizontal,
	.zhurnal-tags::-webkit-scrollbar-thumb:horizontal  {
	  display: none!important; /* for Chrome, Safari, and Opera */
	   width: 0!important;
	}
	::-webkit-scrollbar-thumb:horizontal {
		display: none!important; /* for Chrome, Safari, and Opera */
		width: 0!important;
		background: transparent!important;
	}
	.zhurnal-wrapper::-webkit-scrollbar,  .zhurnal-tags::-webkit-scrollbar {
		background: transparent!important;
	}
	.zhurnal-wrapper::-webkit-scrollbar-track, .zhurnal-tags::-webkit-scrollbar-track {
		background: transparent!important;
	}
	.zhurnal-wrapper::-webkit-scrollbar-thumb, .zhurnal-tags::-webkit-scrollbar-thumb {
		background: transparent!important;
	}
	.zhurnal-tags:after,.zhurnal-wrapper:after { /*hide scroll*/
		z-index: 990;
		content: '';
		position: absolute;
		right: 0;
		left:0;
		bottom: 0;
		width: 100%;
		height: 4px;
		background: #fff;
	}
	.news-list .news-list__item-image-wrapper--BG {
		padding-top: 67%;
	  }
	.zhurnal-news .catalog-block.slider .count_error {
		position: absolute;
		width: auto;
		right: -10px;
		bottom: 45px;
	}
}
@media (min-width: 873px) and (max-width: 991px) {
	.zhurnal-news .news .swiper.slider-solution .brands-list__image-wrapper img{
		max-width:unset;
		width: 100%;
		height: 100%;
	}
}
@media (max-width: 768px) {
    .quote-block {
        background: #fff;
        padding: 70px 27px 20px 40px;
        gap: 20px;
        border-radius: 4px;
        border: 1px solid #E5E5E5;
        background: url(/images/svg/quote.svg) 95% 6% no-repeat;
        max-width: 711px;
        margin: 2em auto;
    }
    ul.two-cols {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
	/********zhurnal*******/
	.page-top-wrapper--top-breadcrumb .cowl {
		margin-top: 20px;
	}
	.zhurnal-news .catalog-block.slider .line-block.slider{
		height:100%;
	}
	.zhurnal-news .catalog-block.slider .price_block{
		width: calc(100% - 105px);
	}
	.zhurnal-news .catalog-block__info{
		height: 100%;
	}
	.zhurnal-news .catalog-block.slider .catalog-block__info-bottom .catalog-block__info-btn{
		width:105px;
	}
	.zhurnal-news .catalog-block.slider .catalog-block__info-bottom .catalog-block__info-btn{
		align-self: end;
	}
	.zhurnal-news .detail-block:not(.gallery):not(.big_gallery) .owl-carousel .owl-dots{
		bottom: -15px;
		top:auto;
		display:none;
	}
	.zhurnal-news .index-block__link.mobile-style{
		box-sizing: border-box;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 10px 20px;
		margin: 22px auto 0;
		max-width:125px;
		border: 1px solid #999999;
		border-radius: 4px;
		font-size: 10px;
	}
	.zhurnal-news a.right_link_block[href="/catalog/"]{
		display:none;
	}
	.zhurnal-news .blocks_filter .line-block{
		margin-left:0;
	}
	.zhurnal-news .top-label .fav-button, .block_analogs .top-label .fav-button{
		top:0px;
	}
	.zhurnal-news .top-label .price__sales__label{
		top:0px;
	}
	.zhurnal-news .head-block-wrapper.overflow-block{
		overflow-x: auto; 
		-webkit-overflow-scrolling: touch; 
	}
	.blocks_filter.mobile-style{
		display:flex;
		margin:10px 0 30px;
	}
	.zhurnal-news-list-inner-template{
		/*margin-right:-24px;
		overflow-x: auto; 
		-webkit-overflow-scrolling: touch; */
	}
	.detail.zhurnal-news .zhurnal.grid-list--items-4 {
		display:grid;
		overflow: auto;
        /*grid-template-columns: repeat(auto-fill, minmax(306px, 1fr)) !important;*/
		grid-template-columns: repeat(5, max-content)!important; /* added */
        grid-template-rows: repeat(auto-fit, minmax(250px, 1fr)) !important;
		grid-auto-flow: column; /* Элементы в одну строку */
		grid-auto-columns: max-content; /* Ширина колонок по содержимому */
		width: max-content; /* Ширина контейнера по содержимому */
    }
	.detail.zhurnal-news .item-w100 {
		grid-area: auto;
		margin-bottom: 0;
		max-width:375px!important;
	}
	.detail.zhurnal-news .news-list .grid-list--normal.grid-list--no-grid > div{
		max-width:375px!important;
	}
	.detail.zhurnal-news .news-list__item.flexbox{
		display:inline-block;
	}
	.detail.zhurnal-news .item-w100 .news-list__item-image-wrapper--BG{
		width:100%;
		padding-top: 67%;
		height:auto;
	}
	.zhurnal-news .news-list__item-text-wrapper--with-padding {
		padding: 28px 34px 0 0;
	}
	.zhurnal-news .reviews-list__item-top-part-one-line .reviews-list__rating{
		align-self: flex-start;
	}
	.zhurnal-news .napolnenie.brands-list__slider-wrap .swiper-slide {
		width: 75vw;
	}
	.zhurnal-news .news .brands-list  .swiper-slide {
		width: 75vw;
	}
	.zhurnal-news .news .swiper.slider-solution .brands-list__image-wrapper img {
		width: auto;
		/*height: 100%;*/
		max-width:unset;
	}
	.zhurnal-news .napolnenie.brands-list__slider-wrap img{
		width: 100%;
	}
	.zhurnal-news .napolnenie.brands-list__slider-wrap .swiper {
		margin-right: -24px;
	}
	.zhurnal-news .news{
		margin-right: -24px;
	}
	.zhurnal-news .reviews-list{
		margin-right: -24px;
	}
	.zhurnal-news .detail-block .reviews-list__item{
		padding: 18px 18px 18px 18px;
	}
	.zhurnal-news .reviews-list .owl-stage,
	.zhurnal-news .news .owl-stage{
		left:-30px;
	}
	.zhurnal-news .news .owl-stage-outer{
		left:auto;
	}
	.zhurnal-news .index-block__part--right{
		margin-right: 24px;
	}
	.zhurnal-news .catalog-block__info-bottom .price_block .price_block_prices .price_block_ps>small{
		white-space: nowrap;
	}
	.swiper-button-next, .swiper-button-prev{
		display:none;
	}
	.zhurnal-news .catalog-block.slider .count_error {
        position: absolute;
        width: auto;
        right: -10px;
        bottom: 30px;
    }
	/********zhurnal*******/
}
@media (min-width: 715px) and (max-width: 767px) {
	.zhurnal-news .news .swiper.slider-solution .brands-list__image-wrapper img {
        width: 100%;
        height: 100%;
        max-width: unset;
    }
}
.news-list__item .font_13 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media (min-width: 1200px) {
    .news-list__wrapper.item-w50 .news-list__item-image-wrapper--BG {
        height: 300px;
        min-height: 250px;
    }
	/*.napolnenie .grid-list__item.slider-item.swiper-slide{
		flex-shrink: unset;
	}*/
    body .detail.zhurnal-news .zhurnal.grid-list--no-grid, .detail.zhurnal-news .zhurnal.grid-list--items-4 {
        display: grid;
        /*grid-template-columns: repeat(auto-fill, minmax(310px, 1fr))!important;*/
        grid-template-columns: repeat(auto-fill, minmax(410px, 1fr))!important;
        grid-template-rows: repeat(auto-fit, minmax(250px, 1fr))!important;
        /*grid-template-rows: repeat(auto-fit, minmax(524px, 1fr))!important;*/
    }    
	
	body  .zhurnal.grid-list--no-grid,  .zhurnal.grid-list--items-4 {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(310px, 1fr))!important;
        grid-template-rows: repeat(auto-fit, minmax(250px, 1fr))!important;
    }
    .item-wide .news-list__item-image-wrapper--TOP {
        width: 40%;
        padding-top: 0;
    }
    .item-wide .news-list__item {
        flex-direction: row;
    }
	
	.item-wide .height-100 {
        /*height:28vh;*/
    }
    .item-w50 {
        width: 100%;
        grid-area: 1 / 1 / 3 / 3;
    }
	.zhurnal .item-w50{
		width: 100%;
		grid-row: 1 / span 2;
        grid-column: 1 / span 2;
	}
    .item-w25 {
        width: 100%;
    }


}



@media (max-width: 1199px) and (min-width: 992px) {
  .grid-list--no-grid > .news-list__wrapper.item-w66,
  .grid-list--no-grid > .news-list__wrapper.item-w50 {
    width: 66.66%;
  }
.news-list__wrapper.item-w25:not(.item-w100) {width: 40%;}
.zhurnal-news-list-inner-template .news-list__wrapper.item-w25:not(.item-w100) {width: 32.7%;}


}
@media (min-width: 992px) {
    .news-list__wrapper.item-w50 .news-list__item-image-wrapper--BG {
        height: 300px;
        min-height: 250px;
    }
	.news-list__wrapper.item-w50 .news-list__item-image-wrapper--BG {
		padding-top: 0%;
		height: 370px;
		min-height: 370px;
	}
	.news-list__wrapper.item-w66 .news-list__item-image-wrapper--BG {
		padding-top: 50%;
	}
	
  .news-list__item-sticker--BOTTOM {
    bottom: 35px;
    left: 36px;
  }

  .grid-list--wide-first > div:first-of-type .news-list__item-title {
    font-size: 1.6em;
  }
  .news-list__item-image-wrapper--BG .news-list__item-sticker {
    top: 40px;
    left: 38px;
  }
	.item-w100 {grid-area: 1/1/1/4; margin-bottom:48px!important;}
	.item-w100 .news-list__item.flexbox {flex-direction: row;}
	.item-w100 .news-list__item-image-wrapper--BG {width:50%;padding-top:30%;}
	.item-w100 .news-list__item .font_13 {-webkit-line-clamp: unset;}
	.zhurnal.grid-list--no-grid:not(.grid-list--no-gap) > div, html.bx-ie .grid-list:not(.grid-list--no-gap) > div {
        padding: 0!important;
    }
	.zhurnal.grid-list--no-grid:not(.grid-list--no-gap), html.bx-ie .grid-list:not(.grid-list--no-gap) {
        margin:0 0;
    }
}

.zhurnal-news .owl-carousel--light .owl-carousel__button,.zhurnal-news .owl-carousel--light button.disabled .owl-carousel__button:hover {
    border: 1px solid;
}
.zhurnal-news .owl-carousel--nav-hover-visible .owl-nav .owl-next,.zhurnal-news .owl-carousel--nav-hover-visible .owl-nav .owl-prev {
    visibility: visible;
}


body:not(.eyed--images--off) .not-eyed-images-off--hidden {
    display: block;
    color: black;
}
.item-link-absolute {
    position: relative;
    width: 100%;
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    z-index: 2;
}
.brands-list__item {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    border-radius: 4px;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    flex-flow: column-reverse;
}
.brands-list__item--padding-SMALL {
    padding: 16px;
}
.brands-list__image-wrapper {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-block .brands-list__image-wrapper{
    max-height: 150px;
}
@media (max-width: 1199px){
	.zhurnal.grid-list--no-grid, .zhurnal.grid-list--items-4{
		gap: unset;
	}
	.news-list__wrapper.item-w50 .news-list__item-image-wrapper--BG {
		padding-top: 67%;
		height: 100%;
		min-height: unset;
	}
	body .grid-list--no-grid {
		justify-content: center;
	}
}
@media (max-width: 991px) {
	.zhurnal.grid-list--no-grid, .zhurnal.grid-list--items-4{
		gap: unset!important;
	}
	.zhurnal-news-list-inner-template .zhurnal.grid-list--no-grid, .zhurnal-news-list-inner-template .zhurnal.grid-list--items-4{
		gap: 10px!important;
	}
  .news-list__item-text-wrapper--BOTTOM {
    bottom: 20px;
    left: 29px;
    right: 29px;
  }
  .grid-list--no-grid > .news-list__wrapper {
    width: 33.33%;
    width: 48%;
  }
}

@media (max-width: 767px) {
  .grid-list--no-grid > .news-list__wrapper {
    width: 48%;
  }
  .zhurnal-news .grid-list--no-grid > .news-list__wrapper{
	  width:100%;
  }

}

@media (min-width: 601px) {
  .news-list__item-sticker--BOTTOM_CORNER {
    bottom: 40px;
    left: 39px;
  }
}
@media (max-width: 600px) {
    .arrow_scroll_init .arrows_wrapper {
        opacity: 1;
        display: block;
    }
.list-picture {
	flex-direction: column;
}
.list-picture ul {
    width: 100%;
}
.list-picture .picture {
    width: 100%;
    padding-top: 100%;
}
.news-list__item.flexbox--direction-row-reverse {
    flex-direction: column;
  }
  .news-list__item-preview-wrapper {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  .news-list__item-sticker--BOTTOM,
  .news-list__item-sticker--BOTTOM_CORNER {
    bottom: 24px;
    left: 27px;
  }
  .news-list__item-image-wrapper--BG:after {
    top: 40%;
  }

  .news-list .grid-list--normal.grid-list--no-grid > div {
    width: 100%;
  }
	.zhurnal-news .owl-carousel .price__new-val.font_13{
		font-size: 0.8em;
	}
	.catalog-block__info-bottom .price_block .price_block_prices .price_block_price__new{
		line-height: normal;
		clear:left;
	}
	.catalog-block__info-bottom .price_block .price_block_prices .no_price_element+.price_block_price__new{
		line-height: normal;
		clear:none;
	}
	
	
}
@media (max-width: 480px) {
	.zhurnal-news .catalog-block.slider .line-block.slider{
		height:100%;
	}
	.zhurnal-news .catalog-block.slider .price_block{
		width: calc(100% - 130px);
	}

	.zhurnal-news .catalog-block__info{
		height: 100%;
	}
	.zhurnal-news .catalog-block.slider .catalog-block__info-bottom .catalog-block__info-btn{
		width:130px;
	}
	.zhurnal-news .catalog-block.slider .catalog-block__info-bottom .catalog-block__info-btn{
		align-self: end;
	}

	.grid-list.grid-list--compact .price__new-val, .owl-carousel .price__new-val {
        font-size: 0.9em;
    }
	.catalog-block__info-bottom .price__new-val .price_block_price__new_one_el{
		/*display:block;*/
		padding:0;
		font-size: 0.9em;
	}
	.catalog-block__info-bottom .price_block .price_block_prices .price_block_ps>small {
		font-size: 0.8em;
	}
	.price__old-val {
		white-space: nowrap;
		font-size: 0.8em;
	}
	.swiper-button-next, .swiper-button-prev{
		display:none;
	}
	.mobile-style.blocks_filter{
		padding:0 0;
	}
	.grid-list.grid-list--compact .js-popup-block, .owl-carousel .catalog-block__item {
        padding: 8px 8px 8px;
    }
	span.not-eyed-images-off--hidden {
		font-size: 1rem;
	}
}
@media (max-width: 450px) {
	.news-list__item-sticker--TOP {
		top: 30px;
		left: 31px;
	}
	.font_14 {
		font-size: 0.8em;
		line-height: calc(1em + 7px);
	}
	.font_13{
		font-size: 0.8em;
	}
	.catalog-block__info-bottom .price_block .price_block_prices .price_block_price__new{
		line-height: normal;
		clear:left;
	}
	.catalog-block__info-bottom .price_block .price_block_prices .no_price_element+.price_block_price__new{
		line-height: normal;
		clear:none;
	}
	.catalog-block.slider .price_block_price__old {
		float: left;
		margin-right: 5px;
	}
	.detail.zhurnal-news .news-list .grid-list--normal.grid-list--no-grid > div {
        max-width: 340px !important;
    }
	.zhurnal-news .index-block__part--right {
        margin-right: 0;
    }
	.sections-list__item-title.font_14 {
        font-size: 1em;
    }
	.sections-list__item-products-count.font_13 {
        font-size: 1em;
    }
	.catalog_page .sections-list__item-title.font_14 {
        font-size: 1em;
    }
	.catalog_page .sections-list__item-products-count.font_13 {
        font-size: 0.9em;
    }
	.tpl_default_v3-template .sections-list__item-title.font_14 {
        font-size: 0.9em;
    }
	.tpl_default_v3-template .sections-list__item-products-count.font_13 {
        font-size: 0.85em;
    }
}
@media (max-width: 400px) {
	.zhurnal-news .owl-carousel .price__new-val.font_13 {
        font-size: 0.7em;
    }
	.font_13 {
        font-size: 0.7em;
    }
	.detail.zhurnal-news .news-list .grid-list--normal.grid-list--no-grid > div {
        max-width: 315px !important;
    }
	.catalog-block__info-bottom .price_block .price_block_prices .price_block_price__old, .catalog-block__info-bottom .price_block .price_block_prices .price_block_price__new, .catalog-block__info-bottom .price_block .price_block_prices .price_block_ps, .catalog-block__info-bottom .price_block .price_block_labels_vat .price_block_vat{
		line-height:normal;
	}
}
.news-list__item-image-wrapper--BG:after {display:none;}
.right_block.narrow_N .detail-maxwidth {
    max-width: 1564px;
}
.BIG_BANNER_INDEX .owl-carousel--button-bottom-right.owl-carousel--button-maxwidth-theme .owl-nav{
    right: unset;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: calc(50% - 20px);
}
.BIG_BANNER_INDEX .banners-big .main-slider{
    margin: 44px 32px 0;
    height: auto;
}
.swiper-slide:not(.swiper-slide-active) {
    opacity: 0;
}
.swiper-button-prev{
    position: relative !important;
    top: unset;
    left: -20px;
}
.swiper-button-next{
    position: relative !important;
    top: unset;
    right: -20px;
}
.header .logo{
    max-width: unset !important;
}
.header .logo img {
    padding: 0 16px;
}
.header .another_logos img{
    border-left: 1px solid #757575;
}
.header .phones__phone-link{
    font-weight: unset !important;
}
.header__top-right {
    display: flex;
    align-items: center;
}
.header__top-item > a{
    color: var(--white_text_black);
    font-size: 14px;
}
.header .sales > a, .header .business > a{
    border: 1px solid var(--theme-more-color);
    padding: 5.5px 10px;
    border-radius: 4px;
}
.header-menu{
    flex: unset !important;
    margin-left: 0;
}
.BIG_BANNER_INDEX .owl-carousel__dots.owl-carousel__dots--right{
    margin: auto;
    left: 0;
    right: 0;
    width: fit-content;
    top: 0;
    position: relative;
    bottom: unset;
    padding: 15px 0;
}
.BIG_BANNER_INDEX .swiper-pagination-bullet, .swiper-pagination-bullet:before{
    width: 30px !important;
    height: 3px !important;
    border-radius: 5px !important;
}
.BIG_BANNER_INDEX .swiper-pagination-bullet:before{
    top: unset !important;
    left: 0 !important;
    margin: unset !important;
    background: #E5E5E5 !important;
}
.BIG_BANNER_INDEX .swiper-pagination-bullet.swiper-pagination-bullet-active:before, .swiper-pagination-bullet:hover:before{
    transform: unset !important;
    background-color: var(--theme-base-color) !important;
}
.BIG_BANNER_INDEX .swiper-button-next, .swiper-button-prev {
    border: 1px solid #D9D9D9;
}
.BIG_BANNER_INDEX .owl-nav {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: space-between;
    top: calc(50% - 18px);
}
.BIG_BANNER_INDEX .swiper-button-prev{
    left: 15px;
}
.BIG_BANNER_INDEX .swiper-button-next{
    right: 15px;
}
.icon_menu_item{
    margin-right: 10px;
    position: relative;
    top: -1px;
}
.mobilemenu__menu-dropdown .icon_menu_item{
    margin-right: 5px;
}
.title_submenu,.mobilemenu__menu-item--back > .link-wrapper{
    padding-left: 20px;
}
.mobilemenu__menu-item--title{
    margin: 0;
}
.header_menu_last_block, .header_menu_last_block > div:not(.header__top-item){
    display: flex;
    align-items: center;
}
.header-menu__link {
    border: 1px solid var(--theme-base-color);
    border-radius: 4px;
    padding: 7px 16px;
    height: unset;
}
.header-menu__title{
    font-family: var(--theme-font-family);
    color: var(--theme-base-color) !important;
}
.header_menu_mainblock .header__top-item{
    font-size: 14px;
}
.header_fast_order img, .header_favorite img{
    margin-left: 3px;
}
.header_menu_buttons_block{
    display: flex;
}
.main_search_block{
    flex: 1;
    margin: 0;
}
input#header-search-input::placeholder {
    background: url(/images/wuerth/Icon-search.svg) no-repeat;
    background-position-x: 55px;
    background-size: 17px;
    font-size: 15px;
}
input#header-search-input::-moz-placeholder {
    background-position-x: 70px;
    background-position-y: 11px;
}
.mobile_block,.mobile_search_block{
    display: none;
}

#headerfixed.fixed{
    backdrop-filter: unset;
    -webkit-backdrop-filter: unset;
    background: white;
}
#headerfixed .header{
    background-color: unset;
}
#headerfixed .another_logos{
    display: none;
}

.mobileheader {
    display: none;
}
#iexVueSearchFixed{
    margin-right: auto;
}
#headerfixed .header-cart__name{
    margin-right: 10px;
}
#headerfixed .header-cabinet__name{
    margin-right: 7px;
}
#headerfixed .line-block > .line-block__item{
    padding: unset;
}
#headerfixed .header-menu{
    margin-right: 20px;
}
#headerfixed .header__top-item{
    margin: 0 14px;
}
#headerfixed .flex-block{
    display: flex;
    align-items: center;
}
#headerfixed .header_fast_order,#headerfixed .fixed_basket, #headerfixed .header_favorite{
    display: flex;
    align-items: center;
}
#headerfixed .mobile_search, #headerfixed .header_phone_mobile{
    display: none;
}
.mobilemenu a.toggle_block{
    width: 100%;
}
.index-block .ordered-block__title{
    margin: 0;
}
.index-block__preview--mb-30{
    margin: 0 0 20px 0;
}
.index-block .zhurnal-news .index-block__title-wrapper{
    margin: unset;
}



@media(max-width: 1400px){
    .header_6.header{
        padding: 20px 10px 20px 30px;
    }
    .logo a img.wurth{
        max-width: 132px;
    }
    .logo a img.mte{
        max-width: 128px;
    }
    .logo a img.izeltas{
        max-width: 182px;
    }

    .header__top-part--height_89{
        height: 40px;
        margin-bottom: 15px;
    }
}
@media(max-width: 1300px){
    .logo a img.wurth{
        max-width: 126px;
    }
    .logo a img.mte{
        max-width: 122px;
    }
    .logo a img.izeltas{
        max-width: 169px;
    }
    #headerfixed .logo a img.wurth{
        max-width: 130px;
    }
    #headerfixed .header-menu__title{
        font-size: 16px;
        font-family: var(--theme-font-family);
    }
    #iexVueSearchFixed{
        max-width: 413px;
    }
    .header__top-part--height_81{
        height: 70px;
    }
    #headerfixed .header-menu__link {
        border: 1px solid var(--theme-base-color);
        border-radius: 4px;
        padding: 7px 16px;
        height: unset;
    }
    #headerfixed .header_favorite *, #headerfixed .header_fast_order, #headerfixed .header-cart__name, #headerfixed .header-cabinet__name{
        font-size: 14px;
    }
    .header_fast_order img, .header_favorite img{
        margin-left: 9px;
    }
    #headerfixed .header__top-item {
        margin: 0 12px;
    }
}
.title-v2 .mobile_block .header_phone_mobile{
    position: relative;
    top: -2px;
    margin-right: 15px;
}
.mobilemenu__menu--contacts .w-icon-com-phone:before, .mobilemenu__menu--contacts .w-icon-location-pin-map:before , .mobilemenu__menu--contacts .w-icon-com-email:before{
    color: black;
}
#mobilemenu .social__item.social__item--image a{
    background-position: unset !important;
}
#mobilemenu .social__item.social__item--image.vk a{
    background: url('/images/wuerth/vk.svg');
}
#mobilemenu .social__item.social__item--image.tel a{
    background: url('/images/wuerth/telegram.svg');
}
#mobilemenu .social__item.social__item--image.yt a{
    background: url('/images/wuerth/yourube.svg');
}
#mobilemenu .social{
    justify-content: center;
}
.index-block__title-wrapper{
    margin-bottom: 26px;
}
.index-block__title-wrapper{
    margin-bottom: 3px;
}
@media(max-width: 1400px){
    .BIG_BANNER_INDEX .banners-big .main-slider{
        margin: 0px 32px;
    }
}

@media(max-width: 1270px){
    .header_region, .header_phone{
        display: none;
    }
}
@media (min-width: 1101px) and (max-width: 1400px) {
    .header__top-inner{
        margin: 0 -25px;
        width: calc(100% + 44px);
    }

    .header__main-inner--margin{
        margin: 0 -30px;
        width: calc(100% + 62px);
    }
}
@media (min-width: 1024px) and (max-width: 1101px) {
    .header__top-inner{
        margin: 0 -25px;
        width: calc(100% + 50px);
    }

    .header__main-inner--margin{
        margin: 0 -30px;
        width: calc(100% + 49px);
    }
}


@media(max-width: 1100px){
    .logo a img.wurth{
        max-width: 132px;
    }
    .logo a img.mte{
        max-width: 130px;
    }
    .logo a img.izeltas{
        max-width: 185px;
    }
    .header_fast_order img, .header_favorite img{
        margin-left: 5px;
    }
    .header__main{
        margin: unset;
    }
    .search .search-input, .top-header-cart, .line-block--40 > .line-block__item{
        padding: 0 14px;
    }
    .header__top-item, .header__main-item{
        margin: 0 14px;
    }
    .header-menu{
        margin-left: 0;
    }


    #headerfixed .logo a img.wurth{
        max-width: 122px;
    }
    #iexVueSearchFixed{
        max-width: 252px;
    }
    #headerfixed .header-menu__link {
        border: 1px solid var(--theme-base-color);
        border-radius: 4px;
        padding: 7px 16px;
        height: unset;
    }
    .header_fast_order img, .header_favorite img{
        margin-left: 8px;
    }
    #headerfixed .header__top-item {
        margin: 0 7px;
    }
    #headerfixed .icon_menu_item{
        margin-right: 8px;
    }
}
@media(max-width: 1024px){
    .header_6 .header_menu_buttons_block{
        display: none;
    }
    .title-v2 .mobile_block .header_phone_mobile{
        margin-right: 5px;
    }
    .desktop_block{
        display: none;
    }
    .mobile_block{
        display: flex;
        align-items: center;
    }
    .header_phone_mobile .phones__phone-link, .header_phone_mobile .more-arrow{
        display: none;
    }
    .header_phone_mobile .phones__dropdown{
        top: 35px;
    }
    .header-cart__name{
        display: none;
    }
    .header-cart__count{
        order: 2;
        margin-right: 0;
    }
    .js-basket-block.header-cart__inner{
        margin-right: 10px;
    }
    .header-cabinet__name{
        display: none;
    }
    .logo_burger{
        margin: unset;
    }
    #headerfixed .header-cart__name, #headerfixed .header-cabinet__name{
        display: none;
    }
}

@media (min-width: 320px) and (max-width: 1024px) {
    .header__top-inner{
        margin: 0 -29px;
        width: calc(100% + 36px);
    }

    .header__main-inner--margin{
        margin: 0 -30px;
        width: calc(100% + 54px);
    }
}

@media(min-width: 821px){
    .fixed_burger{
        display:none
    }

    #headerfixed .header__top-part > .maxwidth-theme {
        padding: unset !important;
    }
}
@media(min-width: 767px){
    .brands-list__image-wrapper{
        height: 250px;
    }
    .about_company_mainpage {
        margin: 30px 0;
    }
}

@media(max-width: 820px){
    .another_logos{
        display: none;
    }
    #headerfixed .header_fast_order, #headerfixed .header_favorite{
        display: none;
    }
    #headerfixed .header__main-part{
        width: -moz-available;          /* WebKit-based browsers will ignore this. */
        width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
        width: fill-available;
    }
    #headerfixed .mobile_search, #headerfixed .header_phone_mobile{
        font-size: 20px;
        display: flex;
        color: var(--fill_dark_light_white_hover);
        align-items: center;
    }
    #headerfixed .header_menu_buttons_block>div {
        margin: 0 7px;
    }
    #headerfixed .top-header-cart{
        padding: 0;
    }
    .fixed_menu_items{
        justify-content: space-between;
    }
    #headerfixed .header-menu {
        margin-right: auto;
    }
}


@media(max-width: 768px){
    .catalog-detail__banner.flexbox--direction-row{
        flex-direction: column !important;
    }
    .catalog-detail__main.banner_detail_main{
        order: 2;
    }
    .w-icon-interface-search{
        color: var(--fill_dark_light_white_hover);
        font-size: 1.3rem;
    }
    .index-block .owl-carousel.owl-carousel--outer-dots .owl-dots{
        bottom: -30px !important;
    }

    .header_6{
        width: 100%;
        background: white !important;
        padding-bottom: 20px;
        top: 0;
    }
    .header_fast_order{
        margin-top: 3px;
    }

    .header_6.header{
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    }
    .index-block .ordered-block .owl-dots{
        top: unset !important;
    }
    .header_menu_mainblock{
        margin-bottom: 10px;
    }

}
@media(max-width: 767px){
    .header_6.header{
        position: fixed;
        padding-bottom: 5px;
    }
    .body.index > .main {
        margin-top: 80px;
    }
    .title-v2 .mobile_block .header_phone_mobile{
        margin-right: 15px;
    }
    .mobile_block, .mobile_search_block{
        display: flex;
    }
    .index-block__preview--mb-30{
        margin: -20px 0 15px !important;
    }
	.main {
    	margin-top: 120px;
	}
}

@media(max-width: 576px){
    .header_fast_order, .header-menu{
        display: none;
    }
    .header__top-item{
        margin: 0 14px 0 0;
    }
    .header_phone_mobile{
        margin-right: 15px;
    }
    .BRANDS .index-block .mobile-offset{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap !important;
    }
    .BRANDS .index-block .mobile-scrolled--items-2 > div{
        width: 47% !important;
    }
    .about_company_mainpage,.body.index > .main{
        margin-top: 40px;
    }
    .index-block--padding-top-40 > div{
        padding-top: 25px;
    }
    .index-block .owl-carousel.owl-carousel--outer-dots .owl-dots{
        bottom: -20px !important;
    }
    .index-block .block_popular_products .owl-carousel .owl-stage-outer{
        padding-top: 0;
    }
    .BIG_BANNER_INDEX .banners-big .main-slider{
        margin: 95px 32px 0;
    }
    .index-block__title-wrapper.index-block__title-wrapper--mb-52, .index-block--mb-59{
        margin-bottom: 8px;
    }
    .index-block__title-wrapper{
        margin-bottom: 18px;
    }
}

#headerfixed .header_phone_mobile {
    position: relative;
    top: -2px;
    margin-right: 10px;
}

#headerfixed .header__icon-name{
    font-size: 14px;
}
#headerfixed .header_menu_buttons_block{
    margin: 0 15px;
}
#headerfixed .header_menu_buttons_block .header__top-item, #headerfixed .header_menu_buttons_block .header__main-item{
    margin: 0 7px;
}
#headerfixed .header_menu_buttons_block .basket .header__icon-name{
    margin-left: 0;
}
#headerfixed .top-header-cart{
    padding: 0 7px;
}




/*burger*/
#mobilemenu {
    width: calc(100% - 60px) !important;
}
.bruger_auth_block .need_auth{
    border: 1px solid #E5E5E5;
    background: #F8F8F8;
    padding: 12px;
    border-radius: 4px;
}
.bruger_auth_block .auth_title{
    font-size: 14px;
    font-weight: 700;
    color: #333333;
}
.bruger_auth_block .auth_title i {
    font-size: 15px;
    color: var(--fill_dark_light_white_hover);
    margin-right: 5px;
}
.mobilemenu__item-wrapper--top {
    padding: 0;
}
.bruger_auth_block .auth_description{
    line-height: 20px;
    font-size: 13px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.mobilemenu__close{
    position: fixed;
    right: 7px;
    top: 15px;
}
.mobilemenu__close.stroke-theme-hover svg path{
    stroke: white;
}
.mobilemenu__inner{
    padding: 15px 15px 48px;
}
.mobilemenu__menu--top > .mobilemenu__menu-list > .mobilemenu__menu-item > .link-wrapper a{
    padding-left: 0;
    font-size: 14px;
}
.mobilemenu__menu-item--with-icon > .link-wrapper a .mobile-menu-w-icon, .mobilemenu__menu-item--with-icon > .link-wrapper > .mobile-menu-w-icon, .mobilemenu__menu .mobilemenu__menu-item-svg{
    left: 0;
}
.mobilemenu__menu-item--with-icon > .link-wrapper a{
    padding-left: 23px !important;
}
.mobilemenu .menu-arrow.svg{
    right: 10px;
}
.burger_item {
    height: 42px;
    display: flex;
    align-items: center;
    margin-left: 12px;
}
span.title_burger_item {
    color: #333333;
}
#mobilemenu:not(.show) .mobilemenu__close{
    display: none;
}
.burger_item img {
    margin-right: 6px;
    margin-left: unset;
    margin-top: -3px;
    max-width: 18px;
}
.mobilemenu__menu-item--selected > .link-wrapper a:before{
    left: -10px;
    top: 47%;
}
#mobilemenu .header-cart__name{
    display: block;
}
#mobilemenu .header-cart__count{
    order: unset;
    margin-right: 10px;
}
#mobilemenu .top-header-cart {
    padding: 0;
}
#mobilemenu .header__icon-name{
    margin-left: 0;
    margin-right: 10px;
}
#mobilemenu .header-cart__inner i{
    font-size: 20px;
}
#mobilemenu .mobilemenu__menu--top, .HEADER_TOGGLE_BASKET, .MOBILE_MENU_TOGGLE_SOCIAL, .MOBILE_MENU_TOGGLE_CONTACTS{
    margin-left: 12px;
}
#mobilemenu .mobilemenu__separator{
    margin: 28px 0px;
}
#mobilemenu .mobilemenu__menu--top > .mobilemenu__menu-list > .mobilemenu__menu-item > .link-wrapper img {
    max-width: 18px;
}
#mobilemenu a.dark_link[title="Каталог"] {
    margin-left: -4px;
}
#mobilemenu .header__icon-name, .MOBILE_MENU_TOGGLE_REGION{
    font-size: 14px;
}
#mobilemenu .header_fast_order, #mobilemenu .header_favorite{
    margin-left: 11px;
}
#mobilemenu .burger_cabinet{
    background: #F8F8F8;
    border: 1px solid #E5E5E5;
    padding: 0 10px;
    border-radius: 4px;
}
#mobilemenu .burger_cabinet a{
    font-weight: 700;
}
#mobilemenu .icon_menu_item{
    top: -2px;
}
#mobilemenu .HEADER_TOGGLE_BASKET{
    margin: 20px 15px;
}
#mobilemenu .ask_question_form{
    margin: 20px 0 10px;
}
.MOBILE_MENU_TOGGLE_CONTACTS a {
    padding: 5px 40px 5px 40px !important;
}
.MOBILE_MENU_TOGGLE_CONTACTS .mobilemenu__menu-item--with-icon > .link-wrapper a .mobile-menu-w-icon, .mobilemenu__menu-item--with-icon > .link-wrapper > .mobile-menu-w-icon, .MOBILE_MENU_TOGGLE_CONTACTS .menu-arrow.svg{
    top: 9px;
}

/*catalog burger*/
#mobilemenu .mobile_menu_sections {
    font-size: 13px;
}
#mobilemenu .mobile_menu_sections a{
    padding: 5px 60px !important;
}

#mobilemenu .show_more{
    padding: 10px 60px;
    font-size: 12px;
    display: inline-block;
}
#mobilemenu .show_more_arrow{
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    margin-right: 60px;
    transform: rotate(135deg);
    position: relative;
    top: -2px;
    left: 3px;
}
#mobilemenu .shadow_items{
    display: none;
}
.mobile_menu_sections.hide_items li:nth-child(n+5) {
    display: none;
}

/**/

/*About company main page*/
.about_company_mainpage{
    display: flex;
}
.about_company_mainpage .company_block{
    padding: clamp(1.6rem, 2vw, 2.7rem);
    border: 1px solid #E5E5E5;
    background: #FAFAFA;
}
.about_company_mainpage .top_position_block,.about_company_mainpage  .bottom_position_block{
    display: flex;
}
.about_company_mainpage .top_position_block{
    margin-bottom: 20px;
}
.bottom_position_block > div:nth-child(2) {
    margin-left: 20px;
}
.about_company_mainpage .company_block_subtitle {
    color: #333333;
    font-size: clamp(1.6rem, 1.7vw, 2.2rem);
    font-weight: 400;
    line-height: 120%;
    margin-bottom: clamp(0.5rem, 0.8vw, 1rem);
}
.about_company_mainpage .company_left_block{
    width: 66.6%;
}
.about_company_mainpage .company_right_block{
    width: 33.3%;
}
.about_company_mainpage .company_right_block.company_block{
    margin-left: 20px;
}
.about_company_mainpage .top_position_block .company_map{
    width: calc(50% - 10px);
}
.about_company_mainpage  .bottom_position_block > div{
    width: 50%;
}
.about_company_mainpage .company_map img{
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
}
.about_company_mainpage .company_block_description {
    margin-bottom: 15px;
    font-size: clamp(0.75rem, 0.8vw, 1rem);
    line-height: 200%;
}
.about_company_mainpage .company_product_img img{
    max-width: 100%;
}
.company_block_description span {
    display: flex;
}
.company_block_description span img{
    margin-right: 5px;
    position: relative;
    top: -1px;
}
@media(max-width: 1024px){
    .about_company_mainpage .company_block{
        padding: clamp(1.5rem, 2vw, 2.7rem) 15px 15px clamp(1.3rem, 2vw, 2.7rem);
    }
    .about_company_mainpage .company_block_subtitle{
        font-size: clamp(1.5rem, 1.7vw, 2.2rem);
    }
}
@media(max-width: 920px){
    .about_company_mainpage .company_left_block, .about_company_mainpage .company_right_block{
        width: 100%;
    }
    .about_company_mainpage{
        flex-direction: column;
    }
    .about_company_mainpage .company_block_subtitle{
        font-size: 1.75rem;
    }
    .about_company_mainpage .company_right_block.company_block{
        margin-left: unset;
        margin-top: 20px;
        display: flex;
    }
    .about_company_mainpage .company_block_description{
        font-size: 0.9rem;
    }
}
@media(max-width: 750px){
    .about_company_mainpage .top_position_block, .about_company_mainpage .bottom_position_block, .about_company_mainpage .company_right_block.company_block{
        flex-direction: column;
    }
    .about_company_mainpage .top_position_block .company_map, .about_company_mainpage .bottom_position_block > div{
        width: 100%;
    }
    .bottom_position_block > div:nth-child(2){
        margin-left: unset;
        margin-top: 20px;
    }
}
/**/

.controls-view__link--current svg path{
    fill: var(--fill_dark_light_hover);
}
.controls-view__link{
    padding: 2px 9px;
}
@media(max-width: 767px){
    .status-icon{
        white-space: normal !important;
    }
}

.favorite-link {
    display: flex;
    align-items: center;
    position: relative;
}

.favorite-icon {
    width: 24px;
    height: 24px;
    fill: currentColor;
    transition: all 0.3s ease;
}

.favorite-counter {
    position: absolute;
    top: -8px;
    right: -8px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    background: #E30613;
    color: white;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    border-radius: 9px;
    transform: translateZ(0);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.favorite-counter.active {
    opacity: 1;
}

/* Фиксированная шапка */
.header-scrolled .favorite-counter {
    position: fixed;
    top: 10px;
    right: auto;
    margin-left: 15px;
}