

/* Start:/local/templates/new_laminat/css/app.css?17512945039127*/
.wrap {
	max-width: 100vw;
}
header {
    top: 0 !important;
    --logo-width: 50px;
    position: sticky;
    z-index: 99;
    width: 100%;
    max-width: 100vw;
}
header.search-show {
	z-index: 101;
}
header > .row {
    display: block;
    padding: 10px 15px;
    box-sizing: border-box;
    max-width: 100%;
}
header .desktop,
header .sep {
	display: none;
}
header .row {
    display: flex;
    flex-flow: nowrap;
    justify-content: stretch;
    align-items: stretch;
}
header .row > div {
	flex: 1 1 calc((50% - var(--logo-width) / 2) / 3);
	position: relative;
}
header .row > div:after {
	content: '';
	display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 45px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
}
header .row > div:last-child:after {
	display: none;
}
header .row > div .link {
    font-size: 12px;
    line-height: 8px;
    display: block;
    text-align: center;
    text-decoration: none;
    letter-spacing: -.36px;
    color: #d9d9d9;
    margin: 0 auto;
    width: max-content;
}
header .row > div .icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 30px;
}
header .row > div .icon > svg {
    display: block;
    width: 30px;
    height: 30px;
    -webkit-filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, .80));
    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, .80));
}
header .row > div .icon + div {
    display: none;
}
header .link .count {
    line-height: 20px;
    position: absolute;
    top: -9px;
    left: 50%;
    width: 18px;
    height: 18px;
    margin-left: 4px;
    text-align: center;
    color: #5d5d5d;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .30);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .30);
}
header .column__catalog-button button {
    width: 40px;
    height: 40px;
}
header .column__catalog-button button > span {
    display: none;
}
header .row > .column__logo {
	display: block;
	flex: 0 0 var(--logo-width);
}
header .logo > span {
    display: block;
    margin: 0 auto;
    width: max-content;
}
header .logo a {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}
header .logo img {
    display: none;
}
header .logo img:last-child {
    display: block;
}
header .row > .column__viewed {
    display: none;
}
header.search-show .search {
    top: 0%;
}
header .search {
    position: fixed;
    top: -100%;
    left: 0px;
    z-index: 101;
    width: 100%;
    margin: 0;
    background-color: #5d5d5d;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header .search .input {
    height: 64px;
}
header .search .tips {
    margin-top: 0px;
}
section.layout,
section.layout.col_left-hide {
	--menu-width: 0;
}
section.layout > section.col_left {
	width: var(--menu-width);
	transition: width .2s linear;
}
section.layout > section.col_left > .menu {
    transform: translateX(-100%);
    transition: transform .2s linear;
    width: var(--menu-width);
    overflow: hidden;
}
section.layout > section.col_left >.menu.open,
section.layout > section.col_left >.menu:hover {
    --menu-width: 320px;
    overflow: visible;
}

section.layout.col_left-hide > section.col_left > .menu > div > a{
    display: flex;
    flex-flow: row nowrap;
}
section.layout > section.col_main {
    width: calc(100% - var(--menu-width));
    transition: width .2s linear;
    max-width: 100%;
}
.mob_menu .links > *.has-border,
.mob_menu > .scroll > .links > * {
    border-bottom: 1px solid rgba(255, 255, 255, .90);
}
@media (min-width: 480px) {
	header {
	    --logo-width: 70px;
    }
}
@media (min-width: 540px) {
	header .row > .column__viewed {
        display: block;
    }
    header .row > div.column__logo ~ div {
        flex-basis: calc((50% - var(--logo-width) / 2) / 4);
    }
}
@media (min-width: 680px) {
    header {
        --logo-width: 100px;
    }
}
@media (min-width: 1024px) {
	header > .row {
	    padding: 0;
	    height: 80px;
	}
	header .desktop {
        display: block;
	}
	header .mobile {
        display: none;
    }
    header .row > div {
        flex: 0 0 auto;
    }
    header .row > div.column__logo ~ div {
        flex: 1 0 auto;
        padding: 0 10px 0 9px;
    }
    header .row > div.column__logo ~ div:last-child {
        padding-right: 20px;
    }
    header .row > div div.icon {
        margin-bottom: 5px;
	}
	header .row > div .icon + div {
        display: block;
    }
    header .row > div.link .icon > svg  {
	    -webkit-transition: -webkit-filter .2s linear;
	    transition: -webkit-filter .2s linear;
	    -o-transition: filter .2s linear;
	    transition: filter .2s linear;
	    transition: filter .2s linear, -webkit-filter .2s linear;
	    -webkit-filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, .80));
	    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, .80));
    }
    header .row .icon.big_w > svg {
        width: 40px;
    }
    header .row > .column__catalog-button {
        order: 1;
        flex: 0 0 93px;
    }
    header .column__catalog-button button {
	    width: 100%;
	    height: auto;
	    margin: 0 auto;
	}
	header .column__catalog-button button > .icon {
		height: 40px;
	    margin-bottom: 0!important;
	}
    header .column__catalog-button button > span {
        display: block;
    }
    header .row > .column__catalog-button:after,
    header .row > .column__logo:after,
    header .row > .column__search:after,
    header .row > .column__messengers:after {
        display: none;
    }
    header .row > .column__logo {
        order: 2;
        flex: 0 0 min-content;
    }
    header .row > div {
        order: 3;
    }
    header .row > .column__search {
        flex: 0 0 auto;
        padding: 0 14px 0 20px;
        width: calc(100% - 792px);
        box-sizing: content-box;
    }
    header .row > .column__search > button {
        display: none;
    }
    header .row > .column__search > .search {
        width: 100%;
        margin: 0;
        min-width: 232px;
    }
    header .row > div .link {
        min-width: 40px;
    }
    header .link .icon.green {
        color: #10e048;
    }
    header .link .count {
        margin-left: 10px;
    }
}
@media (min-width: 1280px) {
    header .row > .column__search {
        width: calc(100% - 886px);
        padding-right: 0px;
    }
    header .row > .column__search > .search {
        min-width: 397px;
    }
    header .row > div.column__logo ~ div {
        padding: 0 16px 0 15px;
    }
    header .row > div.column__logo + div {
        margin-left: auto;
    }
}
@media (min-width: 1440px) {
    header .logo img:last-child {
        display: none;
    }
    header .row > .column__catalog-button {
        flex-basis: 135px;
    }
    header .row > .column__logo {
        flex-basis: 209px;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
    }
    header .row > .column__logo > a{
        display: inline-block;
    }
    header .row > .column__search {
        width: calc(100% - 1220px);
        padding-right: 15px;
        flex: 0 1 auto;
    }
    header .row > .column__search > .search {
        min-width: 220px;
    }
    header .row > div.column__logo ~ div:last-child {
        padding-right: 24px;
    }
}
@media (min-width: 1440px) and (min-height: 800px) {
    section.layout {
        --menu-width: 157px;
    }
    header .row > .column__catalog-button {
        flex-basis: 157px;
    }
    section.layout > section.col_left > .menu {
        transform: translateX(0);
    }
}
@media (min-width: 1900px) {
    header .row > .column__catalog-button {
        flex-basis: 157px;
    }
    header .row > .column__search {
        width: calc(100% - 1555px);
        padding-left: 30px;
        padding-right: 24px;
    }
    header .row > div.column__logo ~ div:last-child {
        padding-right: 36px;
    }
}

/* debug */
.mob_header {
    top: 209px;
}
.mob_header {
    top: 209px !important;
}
#bx-panel {display: none!important;}
/* End */


/* Start:/local/templates/new_laminat/template_styles.css?174842165457397*/
.preloader {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, .2);

    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}


.preloader .loader {
    position: relative;

    width: 16px;
    height: 16px;

    -webkit-animation: flash .5s ease-out infinite alternate;

    animation: flash .5s ease-out infinite alternate;

    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 32px 0 #fff, -32px 0 #fff;
    box-shadow: 32px 0 #fff, -32px 0 #fff;
}

@-webkit-keyframes flash {
    0% {
        background-color: #fff2;
        -webkit-box-shadow: 32px 0 #fff2, -32px 0 #fff;
        box-shadow: 32px 0 #fff2, -32px 0 #fff;
    }
    50% {
        background-color: #fff;
        -webkit-box-shadow: 32px 0 #fff2, -32px 0 #fff2;
        box-shadow: 32px 0 #fff2, -32px 0 #fff2;
    }
    100% {
        background-color: #fff2;
        -webkit-box-shadow: 32px 0 #fff, -32px 0 #fff2;
        box-shadow: 32px 0 #fff, -32px 0 #fff2;
    }
}

@keyframes flash {
    0% {
        background-color: #fff2;
        -webkit-box-shadow: 32px 0 #fff2, -32px 0 #fff;
        box-shadow: 32px 0 #fff2, -32px 0 #fff;
    }
    50% {
        background-color: #fff;
        -webkit-box-shadow: 32px 0 #fff2, -32px 0 #fff2;
        box-shadow: 32px 0 #fff2, -32px 0 #fff2;
    }
    100% {
        background-color: #fff2;
        -webkit-box-shadow: 32px 0 #fff, -32px 0 #fff2;
        box-shadow: 32px 0 #fff, -32px 0 #fff2;
    }
}

.mb_time {
    margin-bottom: 15px;
}

.bottom_menu_selected {
    text-decoration: underline !important;
    color: #fff !important;
}

.menu_filter_item_img {
    width: 25px;
    margin-right: 5px;
}

.brand_info .data {
    margin-top: 15px;
}

.articles_sect_links {
    margin-top: 0px !important;
}

.page_head_sect_links {
    padding-top: 0px !important;
}

.service_head_sect_links {
    padding-top: 0px !important;
}

.product_page_head {
    padding-top: 0px !important;
}

.catalog_page_head {
    padding-top: 0px !important;
}

.hidden_block_logic {
    display: none !important;
}

.sort .vals a {
    text-decoration: none;
}

.page_head .mob_links .mobile_section_sort_block a {
    text-decoration: none;
    color: black;
}

.page_head .mob_links .mobile_section_sort_block .btn:not(.first_mob_btn_sort) {
    margin-top: 15px;
}

.category_desc h2 {
    font-family: var(--font_family2);
    font-size: var(--font_size_title) !important;
    font-weight: 500 !important;
    line-height: calc(100% + 5px);

    display: block;
    margin-bottom: 35px;
    padding-bottom: 0;
    position: relative;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.brand_info .text_block h2 {
    font-family: var(--font_family2);
    font-size: var(--font_size_title) !important;
    font-weight: 500 !important;
    line-height: calc(100% + 5px);

    display: block;
    margin-bottom: 35px;
    padding-bottom: 0;
    position: relative;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.article_info .text_block h2 {
    font-family: var(--font_family2);
    font-size: var(--font_size_title) !important;
    font-weight: 500 !important;
    line-height: calc(100% + 5px);

    display: block;
    margin-bottom: 35px;
    padding-bottom: 0;
    position: relative;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.search_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}


.search_price > div {
    font-weight: 500;
    line-height: 12px;

    padding: 4px 5px 0;

    -webkit-transition: .2s linear;

    -o-transition: .2s linear;

    transition: .2s linear;
    letter-spacing: -.42px;

    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    background: #52b36c;
    -webkit-box-shadow: 0 0 7px 0 #0f4;
    box-shadow: 0 0 7px 0 #0f4;
}

.search_price.disabled > div {
    color: #757575;
    border-color: transparent;
    background: #d9d9d9;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search_price > div.new {
    border-color: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#e90309), to(#a32121));
    background: -o-linear-gradient(top, #e90309 0%, #a32121 100%);
    background: linear-gradient(180deg, #e90309 0%, #a32121 100%);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white !important;
}

.search_price > div.new b {
    color: white !important;
}

.search_price .old {
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;

    margin-left: 5px;

    -webkit-transform: translateY(2px);

    -ms-transform: translateY(2px);

    transform: translateY(2px);
    white-space: nowrap;
    text-decoration: line-through;
    letter-spacing: -.36px;

    color: #757575;
}

.search_price b {
    font-size: 18px;
    font-weight: 800;
    line-height: 20px;
}

.search_price {
    margin-top: 5px;
}

.empty_cont {
    line-height: 13px;
    display: inline-block;
    padding: 9px 7px 5px;
    vertical-align: top;
    letter-spacing: -.42px;
    border: 1px solid #52b36c;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 7px 0 #0f4;
    box-shadow: 0 0 7px 0 #0f4;
}

.search_result .all_link {
    width: calc(100% + 20px);
    margin: 10px -10px -10px;
}


.search_result .all_link a {
    font-weight: 500;
    line-height: 10px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    padding: 10px;

    text-decoration: none;
    letter-spacing: -.42px;

    color: #fff;
    border-radius: 0 0 4px 4px;
    background: #4fa366;
}

.search_result .all_link a .arr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    width: 24px;
    height: 24px;
    margin-left: auto;

    -webkit-transition: .2s linear;

    -o-transition: .2s linear;

    transition: .2s linear;

    border: 1px solid;
    border-radius: 50%;

    -webkit-filter: drop-shadow(0 0 7px currentColor);

    filter: drop-shadow(0 0 7px currentColor);
}

.search_result .all_link a .arr svg {
    display: block;

    width: 6px;
    height: 10px;
}


.search_result .all_link a:hover .arr {
    color: #52b36c;
    border-color: #fff;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .45);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .45);

    -webkit-filter: none;

    filter: none;
}

.compare_btn_disabled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    color: #52b36c;
    border: 1px solid #52b36c;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .30);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .30);
}

.compare_btn_disabled .icon {
    display: block;
    width: 30px;
    height: 30px;
}

.compare_btn_disabled.disabled {
    color: #d9d9d9;
    border-color: #d9d9d9;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default;
}


.favorite_btn_disabled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    color: #52b36c;
    border: 1px solid #52b36c;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .30);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .30);
}

.favorite_btn_disabled .icon {
    display: block;
    width: 30px;
    height: 30px;
}

.favorite_btn_disabled.active {
    color: #fff;
    background: #52b36c;
}

.favorite_btn_disabled.disabled {
    color: #d9d9d9;
    border-color: #d9d9d9;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default;
}


.buy_btn_disabled {
    font-weight: 500;
    line-height: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% - 116px);
    padding: 4px;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    letter-spacing: -.42px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    background: #52b36c;
    -webkit-box-shadow: 0 0 7px 0 #0f4;
    box-shadow: 0 0 7px 0 #0f4;
}

.buy_btn_disabled.disabled {
    color: #757575;
    border-color: transparent;
    background: #d9d9d9;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default;
}

.buy_btn_disabled .icon {
    display: block;
    width: 28px;
    height: 28px;
    margin-right: 5px;
    -webkit-filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, .80));
    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, .80));
}

.buy_btn_disabled.disabled .icon {
    -webkit-filter: none;
    filter: none;
}

.buy_btn_disabled span {
    position: relative;
    top: 2px;
}

.error_field {
    border: 1px solid red;
    border-radius: var(--form_border_radius);
}

.form_result_response_block {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 4px;
    letter-spacing: -.54px;
    margin-top: 10px;
}

.review_img_block {
    margin-top: 15px;
}

.review_img {
    width: 15%;
}

.notification a {
    color: #52b36c;
}

.detail_price_old {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 13px !important;

    margin-left: 5px;

    -webkit-transform: translateY(2px);

    -ms-transform: translateY(2px);

    transform: translateY(2px);
    white-space: nowrap;
    text-decoration: line-through;
    letter-spacing: -.36px !important;

    color: #757575;
}

.product_info .compare_btn_disabled {
    width: 40px;
    height: 40px;
}

.product_info .favorite_btn_disabled {
    width: 40px;
    height: 40px;
}

.product_info .buy_btn_disabled {
    cursor: default;
    font-weight: 500;
    line-height: 10px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    width: 100%;
    min-height: 38px;
    padding: 4px;

    -webkit-transition: .2s linear;

    -o-transition: .2s linear;

    transition: .2s linear;
    letter-spacing: -.42px;

    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    background: #52b36c;
    -webkit-box-shadow: 0 0 7px 0 #0f4;
    box-shadow: 0 0 7px 0 #0f4;
}

.product_info .buy_btn_disabled.disabled {
    color: #757575;
    border-color: transparent;
    background: #d9d9d9;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.product_info .buy_btn_disabled .icon {
    display: block;

    width: 28px;
    height: 28px;
    margin-right: 5px;

    -webkit-filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, .80));

    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, .80));
}

.product_info .buy_btn_disabled.disabled .icon {
    -webkit-filter: none;
    filter: none;
}

.product_info .buy_btn_disabled span {
    position: relative;
    top: 2px;
}

@media (max-width: 479px) {
    .product_info .buy_btn_disabled {
        width: 211px;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}


.product_info .quike_buy_btn_disabled {
    cursor: default;
    font-weight: 500;
    line-height: 10px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    width: 100%;
    min-height: 38px;
    padding: 4px;

    -webkit-transition: .2s linear;

    -o-transition: .2s linear;

    transition: .2s linear;
    letter-spacing: -.42px;

    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    background: #52b36c;
    -webkit-box-shadow: 0 0 7px 0 #0f4;
    box-shadow: 0 0 7px 0 #0f4;
}

.product_info * + .quike_buy_btn_disabled {
    margin-top: 10px;
}

.product_info .quike_buy_btn_disabled.disabled {
    color: #757575;
    border-color: transparent;
    background: #d9d9d9;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.product_info .quike_buy_btn_disabled .icon {
    display: block;

    width: 17px;
    height: 20px;
    margin-right: 10px;

    -webkit-filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, .80));

    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, .80));
}

.product_info .quike_buy_btn_disabled.disabled .icon {
    -webkit-filter: none;
    filter: none;
}

.product_info .quike_buy_btn_disabled span {
    position: relative;
    top: 2px;
}

@media (max-width: 479px) {
    .product_info .quike_buy_btn_disabled.disabled {
        width: 211px;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

.cheaper_btn.disabled {
    cursor: default;
}

/*.cart_col_price{*/
/*    display: block !important;*/
/*}*/

.empty_cont_basket {
    margin-top: 25px;
}

.empty_cont_basket a {
    color: #52b36c;
}

#dont_like_form .success_text {
    font-size: 12px;
    font-weight: 500;
    line-height: 13px;

    margin-top: 16px;
    padding: 9px;

    letter-spacing: -.36px;

    color: #52b36c;
    border: 1px solid;
    border-radius: 5px;
}


#dont_like_form .error_text {
    font-size: 12px;
    font-weight: 500;
    line-height: 13px;

    margin-top: 16px;
    padding: 9px;

    letter-spacing: -.36px;

    color: #e90309;
    border: 1px solid;
    border-radius: 5px;
}

.cart_info .steps a {
    text-decoration: none;
}

.catalog_return_link {
    color: #52b36c;
}

.compare_info .sticky_products .product .name a {
    color: #52b36c;
    text-decoration: none;
}

@media (max-width: 767px) {
    .pagination .simple_pag_link {
        display: none;
    }

    .pagination .sep + .simple_pag_link + .simple_pag_link {
        display: block !important;
    }

    .pagination .active + .simple_pag_link {
        display: block !important;
    }
}

.hid_modif {
    display: none;
}

.plintus_podr_btn {
    font-weight: 500;
    line-height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% - 116px);
    padding: 4px;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    letter-spacing: -.42px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    background: #52b36c;
    -webkit-box-shadow: 0 0 7px 0 #0f4;
    box-shadow: 0 0 7px 0 #0f4;
    text-decoration: none;
}

.present_icon {
    height: 14px !important;
    position: relative !important;
    width: auto !important;
    display: initial !important;
}

.breadcrumbs a span {
    text-decoration: underline;
}

#discounted_modal .modal_title {
    font-size: 16px;
    text-align: center;
    line-height: 21px;
}

.service_order_uploaded_file_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: initial;

    background: #52b36c;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.service_order_uploaded_file_name {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.service_order_uploaded_file_block {
    display: block !important;
}

#product_tab3 .active {
    display: block !important;
}

.brand_info .text_block {
    margin-bottom: 30px;
}

.mob_spoler_btn span {
    font-weight: bold;
}

.modal_title {
    text-align: center;
}

.span_callback_btn {
    color: #52b36c;
    text-decoration: underline;
    cursor: pointer;
}

.quike_buy_btn_mods span {
    font-size: 12px;
}

.product_page_head .links a.active:after {
    position: absolute;
    left: 2px;
    display: block;
    width: 2px;
    height: 100%;
    content: '';
    background: #fff;
}

.product_page_head .links a:hover:after {
    position: absolute;
    left: 2px;
    display: block;
    width: 2px;
    height: 100%;
    content: '';
    background: #fff;
}

.page_head_sect_links .links a.active span:after {
    position: absolute;
    left: -4px;
    top: -6px;
    display: block;
    width: 2px;
    height: 150%;
    content: '';
    background: #fff;
}

.page_head_sect_links .links a:hover span:after {
    position: absolute;
    left: -4px;
    top: -6px;
    display: block;
    width: 2px;
    height: 150%;
    content: '';
    background: #fff;
}

.service_head_sect_links .links a.active span:after {
    position: absolute;
    left: -4px;
    top: -6px;
    display: block;
    width: 2px;
    height: 150%;
    content: '';
    background: #fff;
}

.service_head_sect_links .links a:hover span:after {
    position: absolute;
    left: -4px;
    top: -6px;
    display: block;
    width: 2px;
    height: 150%;
    content: '';
    background: #fff;
}

.sale_sect_top_links a:hover span:after {
    position: absolute;
    left: -4px;
    top: -6px;
    display: block;
    width: 2px;
    height: 150%;
    content: '';
    background: #fff;
}

.sale_sect_top_links a.active span:after {
    position: absolute;
    left: -4px;
    top: -6px;
    display: block;
    width: 2px;
    height: 150%;
    content: '';
    background: #fff;
}

.brand_tabs_links button:hover span:after {
    position: absolute;
    left: -8px;
    top: -6px;
    display: block;
    width: 2px;
    height: 150%;
    content: '';
    background: #fff;
}

.brand_tabs_links button.active span:after {
    position: absolute;
    left: -8px;
    top: -6px;
    display: block;
    width: 2px;
    height: 150%;
    content: '';
    background: #fff;
}

.service_order_uploaded_file_block .delete_btn {
    color: #fff !important;
}

.service_order_uploaded_file_block .delete_btn .icon {
    background: none !important;
}

.add_review_uploaded_file_block {
    display: block !important;
    line-height: 22px !important;
    margin-top: 15px !important;
}

.add_review_uploaded_file_block .add_review_uploaded_file_item {
    margin-bottom: 10px;
}

.add_review_uploaded_file_block .delete_btn {
    display: inline-block !important;
}

.create_order_uploaded_file_block {
    display: block !important;
    line-height: 22px !important;
    margin-top: 15px !important;
}

.create_order_uploaded_file_block .create_order_uploaded_file_item {
    margin-bottom: 10px;
}

.create_order_uploaded_file_block .delete_btn {
    display: inline-block !important;
}

.review_img_block {
    text-decoration: none !important;
}

.review_img {
    width: 15%;
}

@media (max-width: 1023px) {
    .review_img {
        width: 25%;
    }
}

.mods_btns .mods_buy_btn {
    font-size: 12px !important;
}

.brand_info .text_block p {
    margin-bottom: 15px;
}

.brand_info .text_block li > p {
    margin-bottom: 0;
}

.brand_info .text_block li:has(p) {
    margin-bottom: 15px;
}

.brand_info .text_block ul {
    margin-bottom: 15px;
}

.brand_info .text_block ol {
    margin-bottom: 15px;
}

.small_viewed_header_text {
    font-size: 9px;
}

.useful_date_update {
    margin-right: 4px;
}

.incart_comp_mob_btn {
    text-decoration: none;
    color: black;
}

.products.mods .product .incart_link {
    font-size: 12px;
    width: calc(50% - 5px);
}

.mob_popular_queries > .btn {
    text-transform: none !important;
}

@media (max-width: 479px) {
    .product_info .incart_link {
        width: 211px !important;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

/* task #98054*/

@media (max-width: 1023px) {
    header .search .submit_btn {
        right: 26px !important;
        gap: 12px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    header .search .input {
        height: 45px !important;
        padding-right: 78px !important;
    }

    header .search .submit_btn button[type=button] .icon {
        width: 18px;
        margin-top: -4px;
        -webkit-filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, .30));
        filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, .30));
    }

    header .search form {
        padding: 10px
    }
}

@media (min-width: 1023px) {
    [data-id="close-search"] {
        display: none
    }

    header .search .tips .items {
        overflow: auto;
        max-height: calc(100vh - 80px - 200px) !important;
    }

    body header .search .tips {
        width: 48vw !important;
        margin-top: 15px;
    }
}

.products .product .price:not(.disabled) > div, .products .product .buy_btn, .products .product .features, .articles .article .link .icon,
.filter .form .label .arr, .filter .range .input, .filter .form .submit_btn, .pagination a,
.pagination a.prev, .pagination a.next, .product_info .buy_btn, .product_info .quike_buy_btn, .product_info .payment_delivery,
.page_head .mob_links > .btn .arr, .page_head .mob_links .mini_modal .check,
.product_data .mob_tab_btn .arr, .accordion_item .head .arr, .services .service .arr,
.article_info .back a, .form .submit_btn, .categories .category .price > div, .products .all_link a, .block_head .all_link a,
.products_head .limit .nice-select .current, .plintus_podr_btn, .compare_info .sticky_products .product .price > div,
.products .product .incart_link, .files .file .btns a.view_btn, .products .product .quike_buy_btn, .filter .sep, .products .product .line_sep,
.products.mods .product .info::before, header .search .tips .product .price, .search_result .search .input,
.form .submit_btn, .product_info .incart_link, .search_price > div,
.compare_info .mob_compare_products .swiper-button-next div, .compare_info .mob_compare_products .swiper-button-prev div,
.compare_info .mob_sticky_products .swiper-button-next div, .compare_info .mob_sticky_products .swiper-button-prev div,
.compare_info .mob_sticky_products .swiper-button-next div, .compare_info .mob_sticky_products .swiper-button-next div,
.products .product .compare_btn.active, .products .product .favorite_btn.active,
.product_info .compare_btn.active, .product_info .favorite_btn.active, .mob_all_link a,
.accessories .mob_tabs > .btn .arr, .accessories .mob_tabs .mini_modal .check, .compare_info .mob_sticky_products .product .price > div,
.brands .brand .arr, .error_info .link, .error_info .search .input, .products_head .sort .btn, .actions_btn.modal_btn.product_actions_modal_btn_mob {
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .3) !important;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .3) !important
}

.products .product .compare_btn.active, .products .product .favorite_btn.active,
.product_info .compare_btn.active, .product_info .favorite_btn.active {
    border-color: #fff;
}

.irs-slider {
    border-color: #52b36c !important;
}

.irs-bar, .delivery_info .image .text {
    background: #52b36c !important;
}

.filter .form .label .arr {
    color: #52b36c;
    border: 1px solid #52b36c;
}

.check:before {
    background: #52b36c !important;
}

.check {
    border-color: #52b36c !important;
}

.layout_z-index {
    z-index: 6 !important;
}

.reviews .review .rating .icon, .form .your_rating .mini_modal .rating .icon {
    -webkit-filter: none !important;
    filter: none !important;
}

:where(.compare_info, .fav_page_cont, .cart_info) .empty_cont, .empty_cont {
    max-width: 556px;
}

@media (width < 768px) {
    :where(.compare_info, .fav_page_cont, .cart_info) .empty_cont, .empty_cont {
        max-width: 100%;
    }
}

body .search_result .empty_cont {
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .25);
    width: 590px;
    max-width: 100%;
    border-color: transparent !important;
}

.filter .mob_head {
    height: 55px;
}

.filter .mob_head:after {
    position: absolute;
    bottom: 1px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    background: #fff;
}

@media print,(max-width: 1279px) {
    aside .filter {
        position: fixed;
        padding-top: 55px;
    }
}

@media (max-width: 1279px) {
    .articles .swiper .swiper-slide {
        min-width: 330px;
    }
}

.article_head .image {
    width: 640px;
}

@media print,(max-width: 1899px) {
    .article_head .image {
        width: 560px;
    }
}

.compare_info .compare_features {
    margin-top: 30px !important;
}

.compare_info .swiper-slide.active ~ .swiper-slide .compare_features .item,
.compare_info .sticky_products .swiper-slide.active ~ .swiper-slide .product {
    padding-left: 20px !important;
}

.compare_info .compare_features .item:before, .compare_info .sticky_products .product:before {
    display: none !important;
}

.compare_info .compare_features .item, .compare_info .sticky_products .product {
    border: 1px solid #d9d9d9;
    background: #fff;
}

.compare_info .mob_compare_products .compare_features {
    width: calc(100% - 10px) !important;
}

.products.mob_compare_products:nth-of-type(odd) .compare_features {
    margin-left: 10px;
}

.compare_info .mob_compare_products .compare_features {
    margin-top: 15px !important;
}

/*.compare_info .swiper-slide.active .compare_features .label {*/
/*    height: 100% !important;*/
/*}*/

.filter .form .checkbox.disabled .check {
    background-color: #d9d9d9;
}

body .page_head:not(.page_head_sect_links, .service_head_sect_links) .links:not(.brand_tabs_links) {
    white-space: unset;
}

.page_head .links span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

body .page_head .links .swiper {
    overflow: hidden;
    overflow-clip-margin: 12px;
    padding-block: 10px;
    margin-block: -10px;
    height: auto !important;
    margin-left: 10px !important;
}

.page_head .links .swiper-button-next {
    right: 1px !important;
    top: 50% !important;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.page_head .links .swiper-button-prev {
    left: 0 !important;
    top: 50% !important;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

#modef a {
    width: 100%;
    text-align: center;
    font-weight: 500;
    line-height: 1.1;
    display: inline-block;
    margin-top: 5px;
    padding: 5px 10px 5px 10px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    background: #52b36c;
    text-decoration: none;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .3) !important;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .3) !important;
}

#modef a:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .10)), to(rgba(255, 255, 255, .10))), #52b36c;
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, .10) 0%, rgba(255, 255, 255, .10) 100%), #52b36c;
    background: linear-gradient(0deg, rgba(255, 255, 255, .10) 0%, rgba(255, 255, 255, .10) 100%), #52b36c;
}

body .bx-filter-popup-result.right {
    -o-border-image: unset;
    border-image: unset;
    background: #FFFFFF;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .3);
    border-radius: 5px;
    /*position: fixed;*/
    /*top: 50%;*/

    &::after {
        content: '';
        /*box-shadow: -3px 2px 7px -3px rgba(0, 0, 0, .3);*/
        -webkit-box-shadow: -4px 4px 8px -2px rgba(0, 0, 0, .3);
        box-shadow: -4px 4px 8px -2px rgba(0, 0, 0, .3);
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
        border-radius: 0 15px 0 8px;
        background: white;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 15px;
        height: 15px;
        position: absolute;
        left: -7.31px;
    }
}

.catalog_page_head ~ .content_flex aside {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
}

@media (min-width: 1023px) {
    body .article_head .data, body .article_info .text_block {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 66%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    body .article_head .image {
        width: 490px;
    }
}

@media (min-width: 479px) {
    .buy:not(:has(.total_price)) .col:nth-child(4) {
        margin-top: -39px;
    }
}

body .articles .row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin: unset;
}

@media (max-width: 1439px) {
    body .articles .row {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1279px) {
    body .articles .row {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1023px) {
    body .articles .row {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    body .articles .row {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}


body .articles .row > * {
    width: 100%;
    margin: unset;
}

.products .product .country img, .filter .form .checkbox img {
    -o-object-fit: cover;
    object-fit: cover;
}

.filter .form .checkbox .check + div {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

body .notification .title {
    line-height: 110% !important;
}

body .notification .title span:last-child {
    display: inline-block;
}

body .service_order_form .form textarea {
    height: 96px;
}

#product_tab3 .favorite_btn.active, #product_tab3 .compare_btn.active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

body .mob_menu {
    z-index: 91;
}

@media (max-width: 768px) {
    .main_slider .link span {
        padding: 4px !important;
        font-size: 12px;
    }
}

body .product_advantages .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.product_advantages .row > * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.add_review .form textarea {
    height: 185px;
}

@media print, (max-width: 1023px) {
    body .add_review textarea.big {
        height: 185px;
    }
}

/*
@media (-webkit-min-device-pixel-ratio: 1.25) {
    body footer {
        padding-left: 0;
    }
}
*/
/**/

body .service_info .price_formed .row {
    margin-left: unset;
    margin-bottom: unset;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

@media (max-width: 1279px) {
    body .service_info .price_formed .row {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    body .service_info .price_formed .row {
        gap: 10px;
    }
}

body .service_info .price_formed .row .col:last-child {
    height: 100%;
}

body .service_info .price_formed .row .col:last-child .item {
    height: 100%;
}

body .service_info .price_formed .row > * {
    width: 100%;
    margin-left: unset;
    padding: 0;
    border: unset;
    margin-bottom: unset;
}

body .service_info .price_formed .item {
    gap: 10px;
    padding: 19px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}

body .service_info .price_formed .item .name {
    max-width: calc(100% - 54px - 10px);
}

body .service_info .price_formed .item .desc {
    margin-top: 0;
}

body .service_info .price_formed .item:before {
    position: unset;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/**/

#ajax_next_page {
    grid-column: -1/1;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    text-align: center;
    font-weight: 500;
    line-height: 1.1;
    display: inline-block;
    margin-top: 5px;
    padding: 13px 21px 10px 21px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    background: #52b36c;
    text-decoration: none;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .3) !important;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .3) !important;
}

#ajax_next_page:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .10)), to(rgba(255, 255, 255, .10))), #52b36c;
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, .10) 0%, rgba(255, 255, 255, .10) 100%), #52b36c;
    background: linear-gradient(0deg, rgba(255, 255, 255, .10) 0%, rgba(255, 255, 255, .10) 100%), #52b36c;
}

#ajax_next_page_comments_useful {
    margin-top: 30px;
    grid-column: -1/1;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    text-align: center;
    font-weight: 500;
    line-height: 1.1;
    display: inline-block;
    padding: 13px 21px 10px 21px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    background: #52b36c;
    text-decoration: none;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .3) !important;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .3) !important;
}

#ajax_next_page_comments_useful:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .10)), to(rgba(255, 255, 255, .10))), #52b36c;
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, .10) 0%, rgba(255, 255, 255, .10) 100%), #52b36c;
    background: linear-gradient(0deg, rgba(255, 255, 255, .10) 0%, rgba(255, 255, 255, .10) 100%), #52b36c;
}

#ajax_next_page_comments_product {
    margin-top: 30px;
    grid-column: -1/1;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    text-align: center;
    font-weight: 500;
    line-height: 1.1;
    display: inline-block;
    padding: 13px 21px 10px 21px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    background: #52b36c;
    text-decoration: none;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .3) !important;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .3) !important;
}

#ajax_next_page_comments_product:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .10)), to(rgba(255, 255, 255, .10))), #52b36c;
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, .10) 0%, rgba(255, 255, 255, .10) 100%), #52b36c;
    background: linear-gradient(0deg, rgba(255, 255, 255, .10) 0%, rgba(255, 255, 255, .10) 100%), #52b36c;
}

.article__data-comments {
    display: inline;
    margin-bottom: 10px;
}

.article__data-comments .date {
    margin-bottom: 0 !important;
    display: inline;
}

.article__comments {
    position: relative;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
}

.article__comments::after {
    content: attr(data-comments);
    color: #52b36c;
    position: absolute;
    top: 6px;
    right: -30px;
    font-size: 12px;
    width: 30px;
    line-height: 8px;
    margin-bottom: 10px;
    letter-spacing: -0.36px
}

body .articles .swiper-initialized {
    overflow: visible !important;
    margin-right: -40px;
    padding-right: 40px;
    width: calc(100% + 40px + 40px);
}

body .articles .swiper .swiper-button-next {
    right: 54px;
}

.mini_modal_btn_aks {
    text-transform: none !important;
}

.main .article_head .date {
    color: #757575;

}

.main_slider_mob_img {
    display: none !important;
}

.main_slider_desk_img {
    display: block !important;
}

@media (max-width: 767px) {
    .main_slider_mob_img {
        display: block !important;
    }

    .main_slider_desk_img {
        display: none !important;
    }
}

/* -- Бегущая строка -- */
:root body:has(.under_header_alert) {
    --under-header-alert: 25px;
}

:root body:has(#bx-panel) {
    --bx-panel: 39px;
}

.mob_header:has(.under_header_alert) {
    padding-top: 0;
}

.menu, .mob_menu {
    -webkit-transition: 200ms padding-top linear, 200ms top linear;
    -o-transition: 200ms padding-top linear, 200ms top linear;
    transition: 200ms padding-top linear, 200ms top linear;
}

body:has(#bx-panel) {
    --bx-panel: 39px;
}

.mob_header .under_header_alert {
    margin-bottom: 6px;
}

.under_header_alert {
    overflow: hidden;
    cursor: default;
    height: 25px;
    display: block;
}

.under_header_alert_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    gap: 24px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    overflow: hidden;
    background: red;
    padding-top: 6px;
    padding-bottom: 2px;
    padding-inline: 20px;
}

.under_header_alert_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    will-change: transform;
}

.under_header_alert_group--animation-small-content {
    -webkit-animation: scroll 35s linear infinite;
    animation: scroll 35s linear infinite;
}

.under_header_alert_group--animation-big-content {
    -webkit-animation: scroll 70s linear infinite;
    animation: scroll 70s linear infinite;
}

.under_header_alert_group li {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: #fff;
    list-style: none;
}

@-webkit-keyframes scroll {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(calc(-100% - 24px));
        transform: translateX(calc(-100% - 24px));
    }
}

@keyframes scroll {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(calc(-100% - 24px));
        transform: translateX(calc(-100% - 24px));
    }
}

/* Сентябрь */

@media (max-width: 767px) {
    .article_head .article_name {
        margin-top: 16px;
    }
}

@media (max-width: 1023px) {
    header.search-show .search {
        top: var(--under-header-alert, 0px) !important;
    }
}

.product_last_query .thumb {
    background: none !important;
    width: 25px !important;
    height: 25px !important;
}

.product_last_query .thumb + * {
    width: calc(100% - 40px) !important;
}

.product_last_query .name {
    margin-top: auto;
    margin-bottom: auto;
}

.product_last_query_page .thumb {
    background: none !important;
    width: 25px !important;
    height: 25px !important;
}

.product_last_query_page .thumb + * {
    width: calc(100% - 40px) !important;
}

.product_last_query_page .name {
    margin-top: auto;
    margin-bottom: auto;
}

.product_last_query_mob .thumb {
    background: none !important;
    width: 25px !important;
    height: 25px !important;
}

.product_last_query_mob .thumb + * {
    width: calc(100% - 40px) !important;
}

.product_last_query_mob .name {
    margin-top: auto;
    margin-bottom: auto;
}

body .articles .article .thumb {
    padding-bottom: 62.75%;
}

body .product_info .payment_delivery {
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .25);
    border: unset;
}

body .product_info .payment_delivery .link a {
    text-decoration: underline;
    text-underline-offset: 3px;
    -webkit-transition: 200ms -webkit-text-decoration-color linear;
    transition: 200ms -webkit-text-decoration-color linear;
    -o-transition: 200ms text-decoration-color linear;
    transition: 200ms text-decoration-color linear;
    transition: 200ms text-decoration-color linear, 200ms -webkit-text-decoration-color linear;
}

body .product_info .payment_delivery .link a:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

@media (max-width: 767px) {
    body .categories .sep:last-of-type {
        display: none;
    }
}

@media (max-width: 1023px) {
    body .cart_info .product .name {
        width: 310px;
        margin-inline: auto;
    }
}

@media (max-width: 767px) {
    body .cart_info .product > *.col_info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

body .product_info:has(.no-arrow) .recommend {
    bottom: 10px;
}

body .contacts_info .data .item:nth-child(3) a {
    font-size: 16px;
}

body footer .arr {
    bottom: calc(100% - 6px);
    width: 100%;
    height: 45px;
    cursor: pointer;
    background-image: url(/local/templates/new_laminat/../new_laminat/images/bg_footer_pipka.svg);
    background-size: cover;
    background-position-x: center;
}

body footer .arr .icon {
    display: none;
}

body footer .title {
    font-family: var(--font_family2);
}

@media (min-width: 768px) {
    .delivery_info .image img {
        height: 325px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media (max-width: 767px) {
    .delivery_info .image {
        overflow: hidden;
    }
}

@media (min-width: 1280px) {
    .delivery_info .image img {
        width: 100%;
        height: 271px;
    }
}

@media (max-width: 767px) {
    body .mob_menu .links {
        border-top: unset;
    }

    .mob_menu .catalog .back .btn {
        border-bottom: 1px solid white;
    }
}

.laminat_swiper_class img {
    -o-object-fit: cover;
    object-fit: cover;
}

body .has_question .form .submit_btn {
    height: 38px;
}

body .page_head .links a, .accessories.tabs_container .tabs .btn {
    position: relative;
}

body .page_head .links a::after, .accessories.tabs_container .tabs .btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 2px;
    display: block;
    width: 2px;
    height: 100%;
    background: #fff;
    opacity: 0;
    -webkit-transition: 200ms opacity linear;
    -o-transition: 200ms opacity linear;
    transition: 200ms opacity linear;
}

body .page_head .links a:hover::after,
body .page_head .links a.active::after,
.accessories.tabs_container .tabs .btn:hover:after,
.accessories.tabs_container .tabs .active.btn:after {
    opacity: 1;
}

@media (max-width: 767px) {
    body .article_head .share .success {
        top: 108%;
        left: 50%;
        -webkit-transform: translate(-58%, 0);
        -ms-transform: translate(-58%, 0);
        transform: translate(-58%, 0);
        z-index: 2;
    }

    body .article_head .share .success:before {
        position: absolute;
        left: 50%;
        top: -9px;
        -webkit-transform: translate(-50%, 0) rotate(0);
        -ms-transform: translate(-50%, 0) rotate(0);
        transform: translate(-50%, 0) rotate(0);
    }
}

.products.block .product-item-container .sticker.new {
    width: 46px;
    height: 26px;
    background: no-repeat center/contain url(/local/templates/new_laminat/../new_laminat/images/sticker_new.svg);
}

.products.block .product-item-container .recommend {
    width: 34px;
    height: 34px;
    background: no-repeat center/contain url(/local/templates/new_laminat/../new_laminat/images/ic_recommend.svg);
}

.filter .scroll {
    margin-right: 7.5px;
}

@media (max-width: 1279px) {
    body .page_head .links {
        overflow-x: auto;
        overflow-y: hidden;
    }
}

header .links .link .count, .mob_header .links .link .count {
    line-height: 20px;
    position: absolute;
    top: -9px;
    left: 50%;
    width: 18px;
    height: 18px;
    margin-left: 10px;
    text-align: center;
    color: #5d5d5d;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .30);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .30);
}

.mob_header .links .link .count {
    margin-left: 4px;
}

body header:after {
    bottom: 1px;
}

.search-result-props {
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
    padding: 10px;
}

.search-result-props__scroll {
    max-height: 155px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

@media (max-width: 767px) {
    .search-result-props__scroll {
        max-height: 120px;
    }
}

.search-result-props__item {
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
    color: #131313;
    text-decoration: unset;
    background-color: rgba(82, 179, 108, 0.08);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: 200ms background-color linear;
    -o-transition: 200ms background-color linear;
    transition: 200ms background-color linear;
}

@media (hover: hover) {
    .search-result-props__item:hover {
        background-color: rgba(82, 179, 108, 0.2);
    }
}

body header .search .tips, body .search_result .search .tips {
    background: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    /*max-width: 100%;*/
}

body header .search .tips__scroll, body .search_result .search .tips__scroll {
    overflow-y: auto;
    scrollbar-color: #4fa366 var(--bg);
    padding-right: 10px;
    scrollbar-width: thin;
}

body header .search .tips .items, body .search_result .search .tips .items {
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
    padding: 10px;
    max-height: 100% !important;
}

body header .search .tips .items .tips__scroll {
    max-height: 45vh;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

body .search_result .search .tips .items .tips__scroll {
    max-height: 30vh;
}

@media (max-width: 767px) {
    body header .search .tips .items .tips__scroll {
        max-height: inherit;
    }

    body header .search .tips:not(.tips_last_query) {
        max-height: calc(100dvh - 75px);
        height: calc(100dvh - 75px);
    }

    body header .search .tips .items, body .search_result .search .tips .items {
        max-height: 97% !important;
    }
}

body header .search .all_link, body .search_result .search .all_link {
    margin-inline: 0;
    margin-top: -20px;
    position: relative;
    z-index: 20;
    width: 100%;
}

.mob_menu > .scroll > .links > div:not(:has(.arr)) > a:hover span,
.mob_menu > .catalog:not(.sub_links) > .scroll > .links > div > .sub_link:hover > span,
.mob_menu > .catalog[class*="sub_links_two"] > .scroll > .links a:hover {
    text-decoration: underline;
    color: #10e048;
    background: none;
}

.add_product_review_detail_btn_mob {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.catalog_page_head .links .swiper-button-prev, .catalog_page_head .links .swiper-button-next {
    display: none;
}

.search_price .disabled {
    border-color: transparent;
    color: #757575;
    background: #d9d9d9;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.link.favorite .count {
    padding-left: 1px;
}

.hidden_sbpn {
    display: none !important;
}

@media (max-width: 767px) {
    .hidden_sbpn_mob {
        display: none !important;
    }
}

.useful_comments_ajax_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tab_reviews_product_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*.tab_reviews_product_list .review_wrap {*/
/*    margin-top: 24px;*/
/*}*/

.page_head.page_head_search_pop {
    padding-top: 0;
    margin-bottom: 28px;
}

.links.page_head_search_pop_swiper {
    margin-left: -10px !important;
}

@media (max-width: 767px) {
    body .page_head_search_pop .links.page_head_search_pop_swiper .swiper {
        width: 100% !important;
        overflow-clip-margin: 12px;
        padding-block: 0;
        margin-block: 0;
        height: 28px !important;
        margin-left: -7px !important;
    }
}

@media (max-width: 767px) {
    body .checkout .tooltip .text {
        top: calc(100%);
        left: 2px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    body .checkout .tooltip .text:before {
        top: unset;
        right: 50%;
        bottom: calc(100% - 2px);
        -webkit-transform: rotate(90deg) translateY(-25%);
        -ms-transform: rotate(90deg) translateY(-25%);
        transform: rotate(90deg) translateY(-25%);
        margin-right: 0;
    }

    body .checkout .tooltip {
        vertical-align: sub;
        padding: 10px;
        margin: -10px;
    }

    body .cart_info .product > *.col_amount {
        padding: 10px 10px 9px;
        border-radius: 5px;
        background: #fff;
        -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .30);
        box-shadow: 0 0 7px 0 rgba(0, 0, 0, .30);
    }

    body .cart_info .order_info .data > * {
        gap: 10px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        line-height: 80%;
    }

    body .cart_info .order_info .label {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

body .cart_info .product .name a:hover {
    color: #52b36c;
}

body .cart_info .product .col_amount .val {
    color: inherit;
}

body .cart_info .product .name a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 10px;
    letter-spacing: -.36px;
}

@media (max-width: 479px) {
    .req_price_comp_mob b {
        font-size: 1em !important;
    }
}

.req_price_comp_fixed b {
    font-size: 1em !important;
}

/**/
.submit_btn [data-id="close-search"] {
    margin: -20px -40px -20px 0;
    padding: 20px 40px 20px 0;
}

.product_data .mob_tab_btn:first-of-type {
    border-radius: 5px 5px 0 0;
}

.product_data .mob_tab_btn:last-of-type {
    border-radius: 0 0 5px 5px;
}

body:has(header.search-show) {
    overflow-y: hidden;
}

.banner:hover .arr {
    border-color: #fff;
    background: #52b36c;
    -webkit-box-shadow: 0 0 7px 0 #0f4;
    box-shadow: 0 0 7px 0 #0f4;
}

.sub.level1 > .scroll {
    margin-right: -10px;
}

.contacts_reviews iframe body {
    background: unset !important;
}

.contacts_reviews iframe .badge {
    margin-inline: auto !important;
}

.search-overlay {
    position: fixed;
    display: none;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.contacts_info.block {
    margin-bottom: 0;
}

.sub.level1.with_scroll > .scroll {
    width: 100%;
    scrollbar-width: thin;
}
.sub.level1.with_scroll > .scroll::-webkit-scrollbar {
    pointer-events: none;
}
.sub.level2.with_scroll {
    margin-left: calc(-1 * var(--scrollbar-width));
}
.contacts_info.block > .cont {
    max-width: 100%;
}
.dop_contacts_wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 700px;
    grid-template-columns: 1fr 700px;
    gap: 20px;
}

.contacts_info .video {
    border-radius: 10px;
    overflow: hidden;
    min-height: 280px;
}
@media (max-width: 1439px) {
    .dop_contacts_wrap {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 1279px) {
    .dop_contacts_wrap {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
/**/

.exp .tooltip {
    position: relative;
    display: inline-block;
    margin-left: 4px;
    vertical-align: middle;
    pointer-events: auto;
}


.exp .tooltip .icon {
    display: block;
    width: 16px;
    height: 16px;
    cursor: help;
    color: #52b36c;
}


.exp .tooltip .text {
    font-size: 12px;
    line-height: 11px;

    position: absolute;
    z-index: 99;
    bottom: calc(100% + 10px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    visibility: hidden;

    width: 220px;
    padding: 8px;

    -webkit-transition: .2s linear;

    -o-transition: .2s linear;

    transition: .2s linear;
    letter-spacing: -.36px;
    pointer-events: none;

    opacity: 0;
    color: #5d5d5d;
    border: 2px solid #52b36c;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .25);
}

.exp .tooltip .text.big {
    width: 260px;
}

.exp .tooltip .text:before {
    content: '';

    position: absolute;
    top: calc(100% - 2px);
    right: 50%;
    -webkit-transform: translateX(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) rotate(-90deg);
    transform: translateX(-50%) rotate(-90deg);
    display: block;

    width: 6px;
    height: 12px;
    margin: 0 auto;

    border-top: 6px solid transparent;
    border-right: 6px solid #52b36c;
    border-bottom: 6px solid transparent;
}


.exp .tooltip .title {
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;

    margin-bottom: 10px;

    letter-spacing: 0;
}


.exp .tooltip:hover .text {
    visibility: visible;

    pointer-events: auto;

    opacity: 1;
}

footer .contacts .footer-warning .icon svg {
    width: 24px!important;
    height: 24px!important;
}
header .links > div:not(.sep) {
    min-width: 40px;
}
/* End */
/* /local/templates/new_laminat/css/app.css?17512945039127 */
/* /local/templates/new_laminat/template_styles.css?174842165457397 */
