

/* Start:/local/templates/custom_template/styles.css?1782245932155270*/
@import '/local/templates/custom_template/fonts/fonts.css';

body {
    margin: 0;
    /*font-family: 'Roboto', sans-serif;*/
    font-family: "TikTok Sans", sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #000;
}

.page {
    overflow-x: hidden;

    background: linear-gradient(360deg, #f5f5f5 5.77%, #fff 15.87%, #fff 58.34%, #f5f5f5 100%);
}

.collectionto_top {
    display: none;
}

/* Hide Bitrix basket dropdown popup */
.bx-hdr-profile {
    display: none !important;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

h1, 
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

p {
    text-align: justify;
}

.after_tab .col_2 p {
    text-align: left;
}

a {
    color: #9A8974;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Container */
.container {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
}

.inner {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

/**error404**/
.error404 {
    padding-top: 86px;
    padding-bottom: 146px;
}

.error404 .error-img {
    width: 100%;
    max-width: 845px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}

.error404 .error-title {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.40;
    margin-bottom: 5px;
}

.error404 .error-text {
    width: 100%;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    color: #5c5c5c;
}

.error404 .error-text p {
    width: 405px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/*header*/
.header {
    padding-top: 20px;
    padding-bottom: 35px;
    background: #fff;
}

.header .row1 {
    margin-bottom: 25px;
}

.header .row1 .locality {
    width: 110px;
}

.header .row1 .locality .loc_link {
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #343438;
    margin-left: 25px;
    position: relative;
}

.header .row1 .locality .loc_link::before {
    position: absolute;
    left: -25px;
    top: 0;
    content: url(/local/templates/custom_template/images/header/flag-1.svg);
}

.header .row1 .nav {
    max-width: 860px;
    width: 56%;
}

.header .row1 .nav .nav_link {
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #0b0c10;
    white-space: nowrap;
}

.header .row1 .mega-nav .mega-item {
    display: flex;
    align-items: center;
}

.header .row1 .mega-nav .mega-item>.nav_link {
    padding: 4px 14px;
}

.header .row1 .mega-nav .mega-item:first-child>.nav_link {
    padding-left: 0;
}

.header .row1 .mega-nav .mega-item:last-child>.nav_link {
    padding-right: 0;
}

.header .row1 .contacts_block {
    max-width: 430px;
    width: 28.3%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header .row1 .contacts_block .email_link {
    position: relative;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #0b0c10;
}

.header .row1 .contacts_block .email_link::before {
    position: absolute;
    left: -25px;
    top: 0;
    content: url(/local/templates/custom_template/images/header/mail.svg);
}

.header .row1 .contacts_block .kp_link,
.header .row1 .contacts_block .callback_link {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #ec520d;
    position: relative;
}

.header .row1 .contacts_block .phone_link::before {
    position: absolute;
    left: -25px;
    top: 0;
    content: url(/local/templates/custom_template/images/header/phone.svg);
}

.header .row1 .contacts_block .phone_link::after {
    position: absolute;
    right: -25px;
    top: 0;
    content: url(/local/templates/custom_template/images/header/question-circle.svg);
}

.header .row1 .contacts_block .phone_link {
    position: relative;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #0b0c10;
    text-decoration: none;
}

.header .row1 .lang {
    width: 35px;
}

.header .row1 .lang .lang_link {
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #343438;
}

.header .row2 {}

.header .row2 .logo {
    max-width: 160px;
    width: 10.6%;
}

.header .row2 .logo .logo_link {}

.header .row2 .logo img {
    width: 100%;
    height: auto;
}

.header .row2 .cat_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 596px;
    width: 39.3%;
}

.header .row2 .cat_block .cat_menu {
    width: 130px;
}

.header .row2 .cat_block .cat_menu .cat_link {
    border-radius: 40px;
    padding: 14px 18px;
    width: 134px;
    height: 44px;
    background: #ec520d;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

.header .row2 .cat_block .cat_menu .cat_link::before {
    position: absolute;
    top: 0;
    left: -25px;
}

.header .row2 .cat_block .search_block {
    border: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 446px;
    width: calc(100% - 140px);
    border-radius: 40px;
}

.header .row2 .cat_block input {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #5c5d60;
    border: 0;
    outline: none;
    padding-left: 16px;
    border-radius: 40px;
    width: 85%;
}

.header .row2 .cat_block button {
    width: 35px;
    max-width: 40px;
    border-radius: 40px;
    background: transparent;
    border: 0;
}

.header .row2 .soc {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 355px;
    width: 23.4%;
}

.header .row2 .soc .soc_link {
    width: 44px;
    height: 44px;
}

.header .row2 .soc .soc_link img {
    width: 44px;
    height: 44px;
}

.header .row2 .soc .tender {
    position: relative;
    max-width: 275px;
    width: 80%;
    border: 1px solid #ececec;
    background: #ececec;
    border-radius: 40px;
    padding: 10px 16px;
    width: 237px;
    height: 44px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.40;
    color: #0b0c10;
    padding-left: 45px;
    text-decoration: none;
}

.header .row2 .soc .tender::before {
    position: absolute;
    left: 18px;
    top: 9px;
    content: url(/local/templates/custom_template/images/header/eye-open.svg);
}

.header .row2 .profile {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 200px;
    width: 13.4%;
    align-items: center;
}

.header .row2 .profile .add_favorite {
    display: flex;
}

.header .row2 .profile .add_favorite img {
    width: 36px;
    height: 36px;
}

.header .row2 .profile .cart {
    display: flex;
    position: relative;
}

.header .row2 .profile .cart img {
    width: 36px;
    height: 36px;
}

.header .row2 .profile .cart .cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ff0000;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border: 1px solid #fff;
}

.header .row2 .profile .prof_link {
    position: relative;
    max-width: 66px;
    width: 66px;
    border: 1px solid #ececec;
    background: #ececec;
    border-radius: 40px;
    padding: 10px 16px;
    width: 237px;
    height: 44px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.40;
    color: #0b0c10;
    margin-left: 15px;
    text-decoration: none;
}

/*mega-nav*/
.mega-nav {
    display: flex;
    align-items: center;
    gap: 0;
    position: relative;
    flex-wrap: nowrap;
}

.mega-item {
    position: relative;
}

.mega-item>.nav_link {
    cursor: pointer;
    user-select: none;
}

.mega-item>.nav_link.mega-trigger {
    position: relative;
    padding-right: 18px;
}

.mega-item>.nav_link.mega-trigger::after {
    content: '▾';
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #888;
    line-height: 1;
    transition: transform 0.2s ease;
}

.mega-item.open>.nav_link.mega-trigger::after {
    transform: translateY(-50%) rotate(180deg);
}

.mega-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 18px);
    left: 50%;
    transform: translateX(-50%);
    min-width: 545px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.13);
    z-index: 1000;
    overflow: hidden;
    flex-direction: row;
}

.mega-item.open .mega-dropdown {
    display: flex;
}

/* Prevent dropdown from going off screen */
.mega-item:first-child .mega-dropdown {
    left: 0;
    right: auto;
    transform: none; 
}

.mega-left {
    background: #efefef;
    padding: 24px 22px;
    min-width: 220px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mega-sub-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #0b0c10;
    text-decoration: none;
    padding: 8px 10px;
    border-radius: 8px;
    display: block;
    transition: background 0.15s, color 0.15s;
}

.mega-sub-link:hover {
    background: #e0e0e0;
    color: #ec520d;
    text-decoration: none;
}

.mega-right {
    padding: 24px 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    min-width: 250px;
}

.mega-right-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    color: #0b0c10;
    margin-bottom: 12px;
}

.mega-right-text {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    color: #5c5d60;
    text-align: left;
}

/* Mobile accordion menu */
.mob-cat {
    border-bottom: 1px solid #ececec;
}

.mob-cat-title {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.4;
    color: #0b0c10;
    padding: 14px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.mob-cat-title::after {
    content: '›';
    font-size: 18px;
    color: #aaa;
    transform: rotate(90deg);
    display: inline-block;
    transition: transform 0.2s;
}

a.mob-cat-title::after {
    display: none;
}

.mob-cat.open .mob-cat-title::after {
    transform: rotate(-90deg);
}

.mob-cat-links {
    display: none;
    padding-bottom: 12px;
    padding-left: 12px;
    flex-direction: column;
    gap: 4px;
}

.mob-cat.open .mob-cat-links {
    display: flex;
}

.mob-cat-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #343438;
    text-decoration: none;
    padding: 6px 4px;
    border-radius: 6px;
}

.mob-cat-link:hover {
    color: #ec520d;
    text-decoration: none;
}

/* Breadcrumb separator */
.bread-sep {
    display: inline-flex;
    align-items: center;
    margin: 0 12px;
    vertical-align: middle;
}

.bread-sep svg {
    display: block;
}

/*footer*/
.footer {
    padding-top: 35px;

    background: #fff;
    border-top: 1px solid #ececec;
}

.footer .row1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.footer .row1 .logo_block {
    max-width: 217px;
    width: 14.3%;
    margin-bottom: 30px;
}

.footer .row1 .logo_block .logo_link {
    display: block;
    margin-bottom: 35px;
}

.footer .row1 .logo_block .logo_link img {
    width: 100%;
    height: auto;
}

.footer .row1 .logo_block .mail_link {
    position: relative;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #0b0c10;
    text-decoration: none;
    display: block;
    margin-left: 35px;
    margin-bottom: 10px;
}

.footer .row1 .logo_block .mail_link::before {
    position: absolute;
    left: -25px;
    top: 0;
    content: url(/local/templates/custom_template/images/header/mail.svg);
}

.footer .row1 .logo_block .tel_link {
    position: relative;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #0b0c10;
    text-decoration: none;
    display: block;
    margin-left: 35px;
}

.footer .row1 .logo_block .tel_link::before {
    position: absolute;
    left: -25px;
    top: 0;
    content: url(/local/templates/custom_template/images/header/phone.svg);
}

.footer .row1 .f-menu {
    max-width: 1160px;
    width: 85%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.footer .row1 .f-menu .col {
    max-width: 240px;
}

.footer .row1 .f-menu .col .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.40;
    color: #0b0c10;
    display: block;
    text-decoration: none;
    margin-bottom: 5px;
}

.footer .row1 .f-menu .col .nav_link {
    color: #0b0c10;
    display: block;
    text-decoration: none;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #000;
}

.footer .row1 .f-menu .col-1 {}

.footer .row1 .f-menu .col-2 {}

.footer .row1 .f-menu .col-3 {}

.footer .row1 .f-menu .col-4 {}

.footer .row1 .f-menu .col-5 {}

.footer .row1 .f-menu .col-6 {}

.footer .info {
    border-top: 1px solid #ececec;
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer .info .all_right {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.40;
    color: #343438;
}

.footer .info .private_policy {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.40;
    color: #343438;
    text-decoration: none;
}

.footer .info .coding {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.40;
    color: #343438;
    text-decoration: none;
}

.footer .info .coding a {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #ec520d;
}

/* Clients Grid */
.clients-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.clients-item {
    width: calc(25% - 15px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.clients-img-wrap {
    width: 100%;
    border: 1px solid #ececec;
    border-radius: 15px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    padding: 30px 20px;
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
    height:120px;
}

.clients-img-wrap:hover {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    border-color: #d0d0d0;
}

.clients-img-wrap img {
    max-width: 100%;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.clients-link {
    font-size: 14px;
    color: #5C5D60;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    line-height: 1.4;
    transition: color 0.2s;
}

.clients-link:hover {
    color: #EC520D;
}

/* Clients detail */
.client-detail-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
}

.client-detail-img-box {
    width: 320px;
    height: 320px;
    border: 1px solid #ECECEC;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background: #fff;
}

.client-detail-img-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.client-detail-info {
    flex: 1;
    min-width: 300px;
}

.client-detail-info .client-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1.2;
    color: #0b0c10;
}

.client-detail-info .text-content {
    font-size: 15px;
    line-height: 1.6;
    color: #5C5D60;
}

/*intro*/
.intro {
    background: #ececec;
    padding-top: 55px;
    /*padding-bottom: 50px;*/
}

.intro .title_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.intro .title_row .title_block {
    /*margin-bottom: 50px;*/
    width: 82%;
    max-width: 1250px;
}

.intro .title_row .title_block .title {
    font-weight: 600;
    font-size: 72px;
    line-height: 100%;
    color: #000;
    margin-bottom: 40px;
}

.intro .title_row .stitle_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    max-width: 695px;
}

.intro .title_row .stitle_block .stitle {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.2;
    color: #5c5d60;
    max-width: 410px;
}

.intro .title_row .title_block .btn {
    border-radius: 40px;
    padding: 14px 18px;
    width: 235px;
    height: 44px;
    background: #ec520d;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    color: #fff;
}

.intro .title_row .img_block {
    width: 192px;
}

.intro .title_row .img_block img {
    width: 100%;
    height: auto;
    transition: all 0.4s linear;
}

.intro .title_row .img_block img:hover {
    transition: all 0.4s linear;
    transform: rotate(360deg);
}

.intro .link_row {
    text-align: right;
    width: 100%;
    margin-bottom: 60px;
}

.intro .link_row .spectr_link {
    /*text-align: right;*/
    position: relative;
    margin-right: 60px;
    margin-left: auto;
    max-width: 500px;
    font-weight: 500;
    font-size: 34px;
    line-height: 120%;
    display: block;
    text-decoration: none;
    color: #0b0c10;
}

.intro .link_row .spectr_link::after {
    text-align: right;
    position: absolute;
    right: -60px;
    top: 25px;
    content: url(/local/templates/custom_template/images/intro/arrow-r.svg);
}

.intro .d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.intro .item {
    width: 32%;
    max-width: 480px;
    margin-bottom: 40px;
    position: relative;
}

.intro .item img {
    width: 100%;
    height: auto;
    display: block;
}

.intro .item .ttl {
    left: 48px;
    bottom: 42px;
    max-width: 325px;
    position: absolute;
    color: #fff;
    font-weight: 700;
    font-size: 27px;
    line-height: 1.20;
}

.intro .item .ttl a {
    color: inherit;
    text-decoration: none;
}

.intro .item .ttl a:hover {
    text-decoration: underline;
}

.intro .item .ref_link {
    right: -2px;
    bottom: 2px;
    position: absolute;
}

.intro .item .ref_link img {
    width: 40px;
    height: 40px;
}

.intro .btn {
    width: 100%;
    height: 63px;
    border-radius: 44px;
    background: #fff;
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.20;
    color: #343438;
}

/*catalog_block*/
.catalog_block {
    background: #ececec;
    padding-top: 105px;
    padding-bottom: 100px;
}

.catalog_block .item_title {
    width: 31%;
    max-width: 467px;
}

.catalog_block .item_title .ttl {
    position: relative;
    font-weight: 600;
    font-size: 34px;
    line-height: 1.20;
    color: #000;
    padding-bottom: 35px;
}

.catalog_block .item_title .ttl a {
    color: inherit;
    text-decoration: none;
}

.catalog_block .item_title .ttl a:hover {
    text-decoration: underline;
}

.catalog_block .item_title .ttl span {
    position: absolute;
    padding: 8px 10px;
    right: 0;
    top: 0;
    background: #ec520d;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.5;
    text-transform: uppercase;
    border-radius: 32px;
    width: 94px;
    height: 40px;
    text-align: center;
}

.catalog_block .item_title .btn {
    border-radius: 40px;
    padding: 14px 18px;
    width: 235px;
    height: 44px;
    background: #ec520d;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    color: #fff;
}

.catalog_block .item {
    min-height: 325px;
    margin-bottom: 20px;
}

.catalog_block .item .ttl_block {
    max-width: 245px;
    margin-top: 60px;
    margin-left: 38px;
    position: relative;
}

.catalog_block .item .ttl_block .ic {
    margin-bottom: 24px;
    width: 64px;
    height: 64px;
}

.catalog_block .item .ttl_block .ttl {
    position: relative;
    font-weight: 600;
    font-size: 34px;
    line-height: 1.20;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 60px;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.20;
    color: #0b0c10;
}

.catalog_block .item .ttl_block .ttl a {
    color: inherit;
    text-decoration: none;
}

.catalog_block .item .ttl_block .ttl a:hover {
    text-decoration: underline;
}

.catalog_block .item .ttl_block .show {
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #000;
}

.catalog_block .item .ttl_block .show::after {
    position: absolute;
    right: -25px;
    top: 2px;
    content: url(/local/templates/custom_template/images/catalog/arr.png);
}

.catalog_block .item .ttl_block .ttl span {
    position: absolute;
}

.catalog_block .item-1 {
    background: url(/local/templates/custom_template/images/catalog/it1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 62.9%;
    max-width: 956px;
    border-radius: 10px;
}

.catalog_block .item-2 {
    background: url(/local/templates/custom_template/images/catalog/it2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 49%;
    max-width: 730px;
    border-radius: 10px;
}

.catalog_block .item-3 {
    background: url(/local/templates/custom_template/images/catalog/it3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 49%;
    max-width: 730px;
    border-radius: 10px;
}


/*new_products*/
.new_products {
    background: #ececec;
    /*padding-top: 105px;*/
    padding-bottom: 100px;
}

div .new_products_catalog {
    background: none;
}

div .new_products_catalog .desc {
    max-height:50px;
}

div .new_products_catalog .ref_link {
        width: 50px;
    height: 50px;
}

div .new_products_catalog .ref_link div {
    width: 45px;
    height: 45px;
}

.new_products .title {
    font-weight: 600;
    font-size: 34px;
    line-height: 100%;
    color: #000;
    width: 100%;
    margin-bottom: 40px;
}

.new_products .d-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.new_products .item {
    width: 23%;
    background: url(/local/templates/custom_template/images/catalog/bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    position: relative;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.new_products .item .ref_link {
    position: absolute;
    bottom: 5px;
    right: -1px;
}

.new_products .item .it_arr {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.new_products .item .it_arr img {
    width: 40px;
    height: 40px;
}

.new_products .item .img {
    margin-bottom: 22px;
}

.new_products .item .img img {
    width: 100%;
    height: auto;
}

.new_products .item .desc {
    padding-left: 24px;
    padding-right: 68px;
    padding-bottom: 40px;
}

.new_products .item .ttl,
.new_products .item .ttl a {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.20;
    text-transform: uppercase;
    color: #0b0c10;
    margin-bottom: 24px;
    text-decoration: none;
}

.new_products .item .ttl a:hover {
    text-decoration: underline;
}

.new_products .item .tags {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    max-width: 260px;
}

.new_products .item .tags span {
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    color: #343438;
    padding: 4px;
    border-radius: 10px;
    border: 1px solid #eee;
    margin-right: 3px;
    text-transform: uppercase;
}

.new_products .more_btn {
    width: 100%;
    height: 63px;
    border-radius: 44px;
    background: #fff;
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.20;
    color: #343438;
    margin-top: 22px;
}

/*top-products*/
.top-products {
    background: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}

.top-products .title {
    font-weight: 600;
    font-size: 34px;
    line-height: 1.20;
    color: #0b0c10;
    margin-bottom: 40px;
    position: relative;
    margin-left: 35px;
}

.top-products .title::before {
    position: absolute;
    top: 4px;
    left: -35px;
    content: url(/local/templates/custom_template/images/top/shape.png);
}

.top-products .d-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top-products .sl {}

.top-products .sl .item {
    max-width: 340px;
    border-radius: 15px;
}

.top-products .item {
    position: relative;
    /*background: #ececec;*/
}

.top-products .item .add-to-favorite {
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 10;
}

.top-products .item .img {
    position: relative;
    background: #ececec;
    text-align: center;
    /*max-width: 265px;*/
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
}

.top-products .item .img img {
    width: 100%;
    height: auto;
}

.bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background: transparent;
    margin-bottom: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.top-products .bx-controls-direction {
    top: -70px;
    right: 8px;
    width: 100px;
    position: absolute;
}

.top-products .bx-prev {
    background: url(/local/templates/custom_template/images/top/arr-prev.png);
    width: 40px;
    height: 40px;
    background-size: cover;
}

.bx-wrapper .bx-controls-direction a {
    width: 40px;
    height: 40px;
}

.top-products .bx-next {
    background: url(/local/templates/custom_template/images/top/arr-next.png);
    width: 40px;
    height: 40px;
    background-size: cover;
}

.top-products .item .desc {
    padding-top: 16px;
    padding-bottom: 16px;
    background: #fff;
}

.top-products .item .status {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-products .item .status .avalible {
    position: relative;
    margin-left: 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.40;
    color: #2f8700;
}

.top-products .item .status .avalible::before {
    position: absolute;
    top: 0;
    left: -20px;
    content: url(/local/templates/custom_template/images/top/tick-circle.png);
}

.top-products .item .status .articul {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #858688;
}

.top-products .item .status .rating {
    width: 113px;
}

.top-products .item .ttl {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 24px;
}

.top-products .item .ttl a {
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #0b0c10;
    max-width: 80%;
    display: block;
}

.top-products .item .price {
    margin-top: 24px;
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.20;
    color: #0b0c10;
}

.top-products .item .foot_info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.top-products .item .foot_info .order-btn {
    border-radius: 40px;
    padding: 14px 18px;
    width: 164px;
    height: 44px;
    background: #ec520d;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
}

.order-btn.is-loading,
.product-btn--cart.is-loading {
    width: 44px !important;
    padding: 0 !important;
    font-size: 0 !important;
    border-radius: 50% !important;
    pointer-events: none;
}

.order-btn.is-loading::after {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: btn-spinner 0.6s linear infinite;
}

@keyframes btn-spinner {
    to {
        transform: rotate(360deg);
    }
}

/* + / - */
.quantity {
    display: flex;
    align-items: center;
    gap: 8px;
    /*font-family: Helvetica, sans-serif;*/
    width: 164px;
    height: 24px;
    border-radius: 20px;
    border: 1px solid #f7f7f7;
    padding-left: 4px;
    padding-right: 2px;
}

.quantity__btn {
    width: 20px;
    height: 20px;
    background: #f7f7f7;
    color: #000;
    border: none;
    border-radius: 100%;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity__btn:hover {
    /*background: #2cc700;
  transform: scale(1.05);*/
}

.quantity__btn.min {
    background: #f7f7f7;
    cursor: not-allowed;
}

.quantity__btn.min:hover {
    /*background: #989797;*/
    transform: none;
}

.quantity__input {
    width: 100px;
    height: 20px;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.40;
    color: #000;
    border: 0;
    /*border: 1px solid #ddd;*/
    border-radius: 12px;
    background: #fff;
    outline: none;
}

/* Адаптивность */
@media (max-width: 480px) {

    .quantity__btn,
    .quantity__input {
        width: 44px;
        height: 44px;
        font-size: 20px;
    }

    .quantity__input {
        width: 70px;
    }
}

/* + / - */

/*about-m*/
.about-m {
    background: #ececec;
    padding-top: 100px;
    padding-bottom: 100px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.about-m .text {
    max-width: 485px;
    width: 32%;
}

.about-m .text .ttl {
    font-weight: 600;
    font-size: 34px;
    line-height: 1.20;
    color: #0b0c10;
    margin-bottom: 40px;
}

.about-m .text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.40;
    color: #5C5D60;
    margin-bottom: 40px;
}

.about-m .text .show_more {
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #5C5D60;
}

.about-m .text .show_more::after {
    position: absolute;
    right: -25px;
    top: 2px;
    content: url(/local/templates/custom_template/images/catalog/arr.png);
}

.about-m .imgs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 810px;
    width: 53.3%;
    align-items: center;
}

.about-m .imgs .img1 {
    width: 41.35%;
}

.about-m .imgs .img1 img {
    width: 100%;
    height: auto;
}

.about-m .imgs .img2 {
    width: 55.56%
}

.about-m .imgs .img2 img {
    width: 100%;
    height: auto;
}

.about-m .feat {
    border-radius: 30px;
    background: #fff;
    margin-top: 60px;
    padding: 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-m .feat .item {
    width: 18%;
    max-width: 195px;
}

.about-m .feat .item .num {
    font-weight: 400;
    font-size: 48px;
    color: #ec520d;
    line-height: 1.4;
}

.about-m .feat .item .txt {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    line-height: 1.2;
}

/*partners-m*/
.partners-m {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.partners-m .title {
    font-weight: 600;
    font-size: 34px;
    line-height: 1.20;
    color: #0b0c10;
    margin-bottom: 40px;
}

.partners-m .d-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.partners-m .d-flex .item {
    width: 22%;
    border: 1px solid #ececec;
    border-radius: 15px;
    padding: 25px 40px;
    text-align: center;
    background: #fff;
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners-m .d-flex .item:hover {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    border-color: #d0d0d0;
}

.partners-m .d-flex .item img {
    max-width: 100%;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.partners-m .title_wrap,
.news .title_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
    width: 100%;
    gap: 29px;
}

.partners-m .title_wrap .title,
.news .title_wrap .title {
    margin-bottom: 0;
}

.partners-m .see_all_link,
.news .see_all_link {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    color: #ec520d;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    transition: color 0.2s;
}

.partners-m .see_all_link:hover {
    color: #343438;
}

/*news*/
.news {
    background: #ececec;
    padding-top: 100px;
    padding-bottom: 100px;
}

.news-page {
    /*background: #fff;*/
    background: transparent;
    padding-top: 0;
}

.news .title {
    font-weight: 600;
    font-size: 34px;
    line-height: 1.20;
    color: #0b0c10;
    margin-bottom: 40px;
}

.news .d-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news .d-flex .item {
    width: 23%;
    border: 1px solid #f2f2f2;
    background: #f2f2f2;
    border-radius: 16px;
    margin-bottom: 40px;
}

.page-text .news .d-flex .item {
    width: 31%;
}

.news .d-flex .item a {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease;
}

.news .d-flex .item a:hover {
    opacity: 0.8;
}

.news .item .img {}

.news .item .img img {
    width: 100%;
    height: auto;
}

.news .item .desc {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-top: 16px;
}

.news .item .desc .date {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #858688;
    margin-bottom: 16px;
}

.news .item .desc .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.20;
    color: #0b0c10;
    margin-bottom: 0;
}

.news .item .desc .title a {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #0b0c10;
    text-decoration: none;
    max-width: 270px;
    display: block;
}

/* When entire card is a link, remove link styling from title */
.news .item a .desc .title,
.news .item a .desc .title a {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
}

/**news-detail**/
.news-detail {
    padding-bottom: 70px;
}

.news-detail .inner {
    align-items: flex-start;
}

.news-detail .title {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 34px;
    line-height: 100%;
    color: #0b0c10;
    width: 100%;
}

.news-detail .date {
    margin-bottom: 36px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #5c5d60;
    width: 100%;
}

.news-detail .img {
    float: left;
    width: 49%;
    max-width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
    /* CSS Shapes - wrap text around the image */
    shape-outside: margin-box;
    shape-margin: 2%;
}

.news-detail .img img {
    width: 100%;
    height: auto;
    display: block;
}

.news-detail .main-txt {
    margin-bottom: 40px;
    /* Text will wrap around floated image using CSS Shapes */
    overflow: visible;
}

.news-detail .main-txt p {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.40;
    color: #343438;
}

.news-detail .main-txt p b {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #343438;
    margin-bottom: 40px;
    display: block;
}

.news-detail .text {
    width: 100%;
    clear: both;
}

.news-detail .text p {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.40;
    color: #343438;
}

/*map-m*/
.map-m {
    background: #fff;
    padding-bottom: 100px;
}

.map-m.home-bg {
    background: #ececec;
}

.map-m .inner {
    position: relative;
}

.map-m .inner iframe {
    width: 100%;
    height: auto;
    min-height: 460px;
    border: 0;
    display: block;
    border-radius: 12px;
}

.map-m .inner .info {
    position: absolute;
    left: 152px;
    top: 88px;
    width: 325px;
    height: 296px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
    padding: 40px;
    background: #fff;
}

.map-m .inner .info .ttl {
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 17px;
    line-height: 120%;
    color: #0b0c10;
}

.map-m .inner .info .place {
    position: relative;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.40;
    color: #5c5d60;
    margin-bottom: 10px;
    margin-left: 25px;
    max-width: 200px;
}

.map-m .inner .info .place::before {
    position: absolute;
    top: 0;
    left: -20px;
    content: url(/local/templates/custom_template/images/header/tag.png);
}

.map-m .inner .info .worktime {
    position: relative;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.40;
    color: #5c5d60;
    margin-bottom: 10px;
    margin-left: 25px;
    max-width: 220px;
}

.map-m .inner .info .worktime::before {
    position: absolute;
    top: 0;
    left: -20px;
    content: url(/local/templates/custom_template/images/header/clock.png);
}

.map-m .inner .info .btn {
    border-radius: 40px;
    text-transform: uppercase;
    padding: 4px;
    width: 167px;
    height: 40px;
    background: #ec520d;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    margin-top: 24px;
}


/**Страница отрасль**/
.page-intro {
    position: relative;
}

.page-intro .inner {
    position: relative;
    min-height: 630px;
}

.page-intro .bottom-intro {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -90px;
    box-shadow: 4px 6px 17px 0 rgba(17, 19, 64, 0.1), 17px 25px 31px 0 rgba(17, 19, 64, 0.09), 39px 57px 42px 0 rgba(17, 19, 64, 0.05), 69px 102px 49px 0 rgba(17, 19, 64, 0.01), 108px 159px 54px 0 rgba(17, 19, 64, 0);
    background: #f5f5f5;
    min-height: 180px;
    border-radius: 16px;
    padding: 40px;
}

.page-intro .bottom-intro .bottom-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page-intro .bottom-intro .bottom-flex .item {
    width: 24%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.page-intro .bottom-intro .bottom-flex .item .img {
    width: 37.5%;
}

.page-intro .bottom-intro .bottom-flex .item .img img {
    width: 100%;
    height: auto;
    display: block;
}

.page-intro .bottom-intro .bottom-flex .item .text {
    width: 55%;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.20;
    color: #000;
}

.page-intro .title {
    width: 100%;
    margin-top: 54px;
    margin-bottom: 29px;
    color: #fff;
    font-weight: 600;
    font-size: 72px;
    line-height: 1;
    /*min-height: 144px;*/
}

.page-intro .stitle {
    width: 100%;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.40;
    margin-bottom: 262px;
}

.page-intro .stitle p {
    max-width: 420px;
}

.page-intro .breadcrumbs .bread-link {
    color: #fff;
}

.breadcrumbs {
    padding-top: 16px;
    padding-bottom: 16px;

}

.bread-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.40;
    width: 100%;
}

a.bread-link {
    margin-right: 28px;
    position: relative;
    text-decoration: none;
    position: relative;
}

a.bread-link:after {
    position: absolute;
    top: 0px;
    right: -20px;
    content: url(/local/templates/custom_template/images/otr-page/br-arr.png);
}

/*top-otrasl*/
.sert_bg {
    background: #ececec;

}

.top-otrasl {
    padding-top: 180px;
}

.sertificaty {
    padding-top: 120px;
    padding: 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.sertificaty .title {
    font-weight: 600;
    font-size: 34px;
    line-height: 1.20;
    color: #0b0c10;
    margin-bottom: 40px;
    width: 100%;
}

.sertificaty .d-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sertificaty .item {
    width: 23.5%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: zoom-in;
}

.sertificaty .item img {
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
    display: block;
}

.sertificaty .item:hover img {
    transform: scale(1.08);
}

.sertificaty .item::after {
    content: '';
    width: 100%;
    height: 320px;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fdfdfd 100%);
    pointer-events: none;
}

.sertificaty .item img {
    width: 100%;
    height: auto;
}

.otrasl-page {
    background: #ececec61;
}

.otr-catalog {
    padding-top: 100px;
}

/*geografy*/
.geografy {
    padding-top: 40px;
    padding-bottom: 100px;
}

.geografy .title {
    font-weight: 600;
    font-size: 34px;
    line-height: 1.20;
    color: #0b0c10;
    margin-bottom: 40px;
    width: 100%;
}

.geografy iframe {
    width: 100%;
    height: auto;
    min-height: 460px;
    display: block;
}

/**Страница новости**/
.bredcrumbs-container {
    border-top: 1px solid #ececec;
    padding-top: 16px;
    padding-bottom: 16px;

}

.bredcrumbs-container .container {
    padding-left: 15px;
    padding-right: 15px;
}

.bredcrumbs-container a.bread-link {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.40;
    color: #786c59;
}

.bredcrumbs-container a.bread-link::after {
    display: none;
}

.bredcrumbs-container span.bread-link {

    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #0b0c10;
}

.news-page .paggination {
    width: 100%;
    display: flex;
    justify-content: center;

}

.news-page .paggination li {
    display: block;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    unicode-bidi: isolate;
}

.news-page .paggination li .pagg-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    color: #363d47;
    width: 40px;
    height: 40px;
    text-align: center;
    display: block;
    padding: 10px 5px;
    text-decoration: none;
}

.news-page .paggination li .pagg-link.active {
    border-radius: 100%;
    background: #ec520d;
    color: #fff;
}

/**О компании**/

/*about*/
.about {
    /*padding-top: 100px;*/
    padding-bottom: 60px;
}

.about .inner {
    align-items: flex-start;
}

.about .page-menu {
    max-width: 300px;
    width: 20%;
}

.about .page-menu .page-menu-inner {
    padding-top: 24px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background: #efefef;
    border-radius: 15px;
}

.about .page-menu .page-menu-inner .menu-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #0b0c10;
    display: block;
    margin-bottom: 15px;
    text-decoration: none;
}

.about .page-menu .page-menu-inner .menu-link.active {
    color: #d60000;
}

.about .page-text {
    width: 76.7%;
    max-width: 1165px
}

.about .page-text .title {
    font-weight: 600;
    font-size: 34px;
    line-height: 1.20;
    color: #0b0c10;
    margin-bottom: 40px;
}

.about .page-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #0b0c10;
    margin-bottom: 30px;
}

.about .page-text h2 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.40;
    color: #0b0c10;
}

.about .page-text iframe {
    width: 100%;
    height: auto;
    min-height: 460px;
    border: 0;
    display: block;
    border-radius: 30px;
}

/* logos grid — used on partners, trusted, manufacturers, brands pages */
.logos-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.logos-grid .logo-item {
    width: calc(25% - 15px);
    min-width: 180px;
    border: 1px solid #ececec;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    background: #fff;
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
    cursor: default;
}

.logos-grid .logo-item:hover {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    border-color: #d0d0d0;
}

.logos-grid .logo-item img {
    max-width: 100%;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

/* placeholder text when real logo image is not yet set */
.logos-grid .logo-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    color: #5c5d60;
    text-align: center;
}

/* partners-m-inner: used inside about-style pages for logo grids */
.partners-m-inner {
    margin-top: 10px;
    margin-bottom: 30px;
}

.partners-m-inner .d-flex {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.partners-m-inner .d-flex .item {
    width: calc(20% - 16px);
    min-width: 140px;
    border: 1px solid #ececec;
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.partners-m-inner .d-flex .item:hover {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    border-color: #d0d0d0;
}

.partners-m-inner .d-flex .item img {
    max-width: 100%;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

/**Сертификаты дилера**/

.dealer-cert-section-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.30;
    color: #0b0c10;
    margin-top: 40px;
    margin-bottom: 20px;
    width: 100%;
}

.dealer-cert-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 16px;
}

.dealer-cert-item {
    width: calc(25% - 12px);
    display: flex;
    flex-direction: column;
    cursor: zoom-in;
}

.dealer-cert-img-wrap {
    display: block;
    aspect-ratio: 99 / 140;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
    position: relative;
}

.dealer-cert-img-wrap:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    border-color: #d0d0d0;
}

.dealer-cert-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform 0.35s ease;
}

.dealer-cert-img-wrap:hover img {
    transform: scale(1.05);
}

.dealer-cert-caption {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.40;
    color: #5c5d60;
    text-align: center;
    margin-top: 8px;
    padding: 0 4px;
}

/* Pager styles for dealer certificates */
.dealer-cert-pager {
    margin-top: 40px;
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.dealer-cert-pager ul,
.dealer-cert-pager .bx-pagination-container {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.dealer-cert-pager ul li a,
.dealer-cert-pager ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    font-weight: 600;
    font-size: 18px;
    color: #2c3343;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
    background: transparent;
}

.dealer-cert-pager ul li.active a,
.dealer-cert-pager ul li span.bx-pag-current {
    background: #fb5133;
    color: #fff;
    border-radius: 50%;
}

.dealer-cert-pager ul li.bx-pag-next a,
.dealer-cert-pager ul li.bx-pag-prev a {
    background: #f8f9fb;
    border-radius: 16px;
    position: relative;
    font-size: 0;
    /* Hide default bitrix text */
    color: transparent;
}

.dealer-cert-pager ul li.bx-pag-next a span,
.dealer-cert-pager ul li.bx-pag-prev a span {
    font-size: 0;
}

.dealer-cert-pager ul li.bx-pag-next a::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 2.5px solid #2c3343;
    border-bottom: 2.5px solid #2c3343;
    transform: rotate(-45deg);
    margin-right: 4px;
}

.dealer-cert-pager ul li.bx-pag-prev a::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 2.5px solid #2c3343;
    border-top: 2.5px solid #2c3343;
    transform: rotate(-45deg);
    margin-left: 4px;
}

.dealer-cert-pager ul li:not(.bx-pag-prev):not(.bx-pag-next) a:hover {
    color: #fb5133;
}


/**contacts**/
.contacts {
    padding-bottom: 70px;
}

.contacts .inner {
    align-items: flex-start;
}

.contacts .title {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 34px;
    line-height: 100%;
    color: #0b0c10;
    width: 100%;
}

.contacts .d-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.contacts .img {
    max-width: 410px;
    width: 27%;
}

.contacts .img img {
    width: 100%;
    height: auto;
}

.contacts .office {
    max-width: 260px;
    width: 18%;
}

.contacts .office .ttl {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #343438;
    margin-bottom: 16px;
}

.contacts .office .place {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #5c5d60;
    display: block;
    margin-bottom: 8px;
    margin-left: 25px;
}

.contacts .office .place::before {
    position: absolute;
    top: 2px;
    left: -25px;
    content: url(/local/templates/custom_template/images/contacts/tag.png);
}

.contacts .office .phone_link {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #5c5d60;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    margin-left: 25px;
}

.contacts .office .phone_link::before {
    position: absolute;
    top: 2px;
    left: -25px;
    content: url(/local/templates/custom_template/images/contacts/phone.png);
}

.contacts .office .mail_link {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #5c5d60;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    margin-left: 25px;
}

.contacts .office .mail_link::before {
    position: absolute;
    top: 2px;
    left: -25px;
    content: url(/local/templates/custom_template/images/contacts/sms.png);
}

.contacts .office .worktime {
    margin-top: 32px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.10;
    color: #46484c;
    margin-bottom: 6px;
}

.contacts .office p.work {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.40;
    color: #343438;
}

.contacts .order {
    max-width: 318px;
    width: 21%;
}

.contacts .order .ttl {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #343438;
}

.contacts .order .mail_link {
    margin-bottom: 24px;
    text-decoration: underline;
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #5c5d60;
    margin-left: 25px;
}

.contacts .order .mail_link::before {
    position: absolute;
    top: 2px;
    left: -25px;
    content: url(/local/templates/custom_template/images/contacts/sms.png);
}

.contacts .order .phone_link {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #5c5d60;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    margin-left: 25px;
}

.contacts .order .phone_link::before {
    position: absolute;
    top: 2px;
    left: -25px;
    content: url(/local/templates/custom_template/images/contacts/phone.png);
}

.contacts .order .btn {
    border-radius: 40px;
    padding: 14px 18px;
    width: 174px;
    height: 44px;
    background: #ec520d;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    color: #fff;
}

.contacts .quest {
    max-width: 155px;
    width: 11%;
}

.contacts .quest .ttle {
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #343438;
}

.contacts .quest .mail_link {
    margin-bottom: 24px;
    text-decoration: underline;
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #5c5d60;
    margin-left: 25px;
}

.contacts .quest .mail_link::before {
    position: absolute;
    top: 2px;
    left: -25px;
    content: url(/local/templates/custom_template/images/contacts/sms.png);
}

/*rekvizites*/
.rekvizites {
    padding-bottom: 70px;
}

.rekvizites .inner {
    align-items: flex-start;
}

.rekvizites .title {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 34px;
    line-height: 100%;
    color: #0b0c10;
    width: 100%;
}

.rekvizites .d-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.rekvizites .col {
    width: 49%;
    max-width: 740px;
    border-radius: 12px;
    background: #f2f2f2;
    padding: 16px;
}

.rekvizites .col .item {
    margin-bottom: 15px;
}

.rekvizites .col .item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #0b0c10;
}

.rekvizites .col .item p b {
    font-weight: 600;
}

/**basket**/
.basket {
    /*padding-bottom: 42px;*/
}

.basket .autorize {
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
    /*margin-bottom: 42px;*/
    border-radius: 15px;
    border: 1px solid #d9d9d9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.basket .autorize .title_block {
    width: 38.6%;
    max-width: 545px;
}

.basket .autorize .title_block .title {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #0b0c10;
}

.basket .autorize .title_block .stitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
}

.basket .autorize .auth_btn {
    border-radius: 40px;
    padding: 14px 18px;
    width: 221px;
    height: 44px;
    background: #ec520d;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    color: #fff;
}

.basket .cart_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.basket .cart_flex .links_block {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
}

.basket .cart_flex .links_block .inn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 76.6%;
    max-width: 1165px;
}

.basket .cart_flex .links_block .inn .block-1 {
    width: 18.3%;
    max-width: 278px;
    display: flex;
    justify-content: space-between;
}

.basket .cart_flex .links_block .inn .block-1 .del_link {
    width: 142px;
    margin-left: 30px;
    position: relative;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.40;
    color: #46484c;
    text-decoration: none;
}

.basket .cart_flex .links_block .inn .block-1 .del_link::before {
    position: absolute;
    top: 0;
    left: -25px;
    content: url(/local/templates/custom_template/images/basket/cross.png);
}

.basket .cart_flex .links_block .inn .block-2 .share_link,
.basket .cart_flex .links_block .inn .block-2 .load_link,
.basket .cart_flex .links_block .inn .block-2 .print_link {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.40;
    color: #46484c;
    text-decoration: none;
    position: relative;
}

.basket .cart_flex .links_block .inn .block-2 .share_link::before {
    position: absolute;
    top: 0;
    left: -25px;
    content: url(/local/templates/custom_template/images/basket/share.png);
}

.basket .cart_flex .links_block .inn .block-2 .load_link::before {
    position: absolute;
    top: 0;
    left: -25px;
    content: url(/local/templates/custom_template/images/basket/file.png);
}

.basket .cart_flex .links_block .inn .block-2 .print_link::before {
    position: absolute;
    top: 0;
    left: -25px;
    content: url(/local/templates/custom_template/images/basket/print.png);
}

.basket .cart_flex .links_block .inn .block-2 {
    width: 30%;
    max-width: 307px;
    display: flex;
    justify-content: space-between;
}

.basket .cart_flex .basket_cart_block {
    width: 77%;
    max-width: 1160px;
}

.basket .cart-title {
    width: 100%;
    margin-bottom: 26px;
    margin-top: 42px;
}

.basket .cart-title .search_block {
    border: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    border-radius: 40px;
    background: #fff;
}

.basket .cart-title input {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #5c5d60;
    border: 0;
    outline: none;
    padding-left: 16px;
    border-radius: 40px;
    width: 95%;
    height: 50px;
    background: #fff;
}

.basket .cart-title button {
    width: 35px;
    max-width: 40px;
    border-radius: 40px;
    background: transparent;
    border: 0;
}

.basket .cart-title .title {
    font-weight: 600;
    font-size: 34px;
    line-height: 1.20;
    color: #0b0c10;
    margin-bottom: 16px;
    width: 100%;
}

.basket .cart_flex .basket_row {
    width: 100%;
}

.cart_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    border: 1px solid #d9d9d9;
    border-radius: 15px;
    margin-bottom: 24px;
    background: #fff;
    position: relative;
}

.cart_row .input_cell {
    width: 20px;
    margin-right: 15px;
}

.cart_row .input_cell input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #ec520d;
    cursor: pointer;
}

.cart_row .image_cell {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart_row .image_cell img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.cart_row .title_cell {
    flex: 1;
    margin-right: 20px;
}

.cart_row .title_cell .articul {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #858688;
    margin-bottom: 8px;
}

.cart_row .title_cell .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.20;
    color: #0b0c10;
}

.cart_row .title_cell .title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}

.cart_row .title_cell .title a:hover {
    color: #ec520d;
}

.cart_row .price_cell {
    width: 130px;
    margin-right: 20px;
    position: relative;
}

.cart_row .price_cell .price {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.20;
    color: #0b0c10;
    margin-bottom: 4px;
}

.cart_row .price_cell .kol {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.40;
    color: #848485;
}

.cart_row .num_cel {
    width: 165px;
    margin-right: 20px;
}

.cart_row .num_cel .product-quantity {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 164px;
    height: 44px;
    border-radius: 40px;
    border: 1px solid #f2f2f2;
    padding: 0 4px;
    background: #f5f5f5;
}

.cart_row .num_cel .quantity__btn {
    width: 36px;
    height: 36px;
    background: #fff;
    color: #000;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.cart_row .num_cel .quantity__btn:hover {
    background: #eee;
}

.cart_row .num_cel .quantity__input {
    flex: 1;
    width: 40px;
    height: 100%;
    text-align: center;
    font-size: 14px;
    color: #000;
    border: 0;
    background: transparent;
    outline: none;
    pointer-events: none;
    /* Let the JS handle it */
}

/* SKU selection in cart */
.basket-item-property-sku {
    margin-top: 10px;
}

.basket-item-property-name {
    font-size: 12px;
    color: #858688;
    margin-bottom: 4px;
}

.basket-item-sku-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.basket-item-sku-list-item {
    cursor: pointer;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    padding: 4px 10px;
    font-size: 11px;
    background: #fdfdfd;
    transition: all 0.2s;
}

.basket-item-sku-list-item.selected {
    border-color: #ec520d;
    background: #ec520d;
    color: #fff;
}

.basket-item-sku-list-item.not-available {
    opacity: 0.5;
    cursor: default;
    background: #eee;
}

.basket-item-sku-column-image {
    display: block;
    width: 16px;
    height: 16px;
    background-size: cover;
    border-radius: 50%;
}

.cart_row .total_cell {
    width: 140px;
    text-align: right;
    position: relative;
}

.cart_row .total_cell .links {
    margin-bottom: 12px;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.cart_row .total_cell .links a {
    display: block;
    width: 20px;
    height: 20px;
    transition: opacity 0.2s;
}

.cart_row .total_cell .links a:hover {
    opacity: 0.7;
}

.cart_row .total_cell .links img {
    display: block;
    width: 100%;
}

.cart_row .total_cell .total_price {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.20;
    color: #0b0c10;
}

.basket-items-list-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 10;
}


.basket .cart_flex .order {
    box-shadow: 0 1px 3px 0 rgba(99, 99, 99, 0.1), 2px 4px 5px 0 rgba(99, 99, 99, 0.09), 4px 10px 6px 0 rgba(99, 99, 99, 0.05), 7px 17px 7px 0 rgba(99, 99, 99, 0.01), 10px 27px 8px 0 rgba(99, 99, 99, 0);
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 12px;
    padding: 24px;
    width: 22%;
    max-width: 300px;
    max-height: 800px;
    overflow-y: auto;
}

.basket .cart_flex .order input {
    border: 1px solid #f5f5f5;
    border-radius: 6px;
    padding: 8px 117px 8px 8px;
    height: 36px;
    width: 100%;
    margin-bottom: 16px;
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #46484c;
    outline: none;
    background: #f5f5f5;
}

.basket .cart_flex .order input::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #46484c;
}

.basket .cart_flex .order .auth_btn {
    border-radius: 40px;
    padding: 14px 18px;
    width: 100%;
    height: 44px;
    background: #ec520d;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    margin-bottom: 25px;
}

.basket .cart_flex .order .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.basket .cart_flex .order .row .cl1 {
    width: 45%;
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 14px;
    color: #46484c;
}

.basket .cart_flex .order .row .cl2 {
    width: 45%;
    font-weight: 500;
    font-size: 16px;
    color: #46484c;
    text-align: right;
}

.basket .cart_flex .order .row.row2 .cl1 {
    width: 45%;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.40;
    color: #848485;
}

.basket .cart_flex .order .row.row2 .cl2 {
    width: 45%;
    text-align: right;
}

.basket .cart_flex .order .row.total .cl1 {
    width: 45%;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.02em;
}

.basket .cart_flex .order .row.total .cl2 {
    width: 45%;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-align: right;
}

/* =============================================
   Product Detail Page
   ============================================= */
/** Product detail page */
.product-detail {
    background: #fdfdfd;
    padding-bottom: 70px;
}

.product-detail .product-detail__inner {
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: stretch !important;
}

.product-detail .product-detail__inner>* {
    width: 100%;
}

/* breadcrumbs */
.product-detail .bredcrumbs-container {
    width: 100%;
    border-top: 1px solid #ececec;
    padding-top: 16px;
    padding-bottom: 28px;
    margin-bottom: 24px;
}

.product-detail .bredcrumbs-container .container {
    margin: 0 auto;
}

.bredcrumbs-container .bread-link {
    font-size: 13px;
    color: #858688;
    text-decoration: none;
    margin-right: 4px;
}

.bredcrumbs-container .bread-link:not(:last-child)::after {
    display: none;
}

.bredcrumbs-container .bread-link:last-child {
    color: #343438;
}

.bredcrumbs-container .bread-link:hover {
    color: #ec520d;
}

/* Bitrix breadcrumb component */
.breadcrumb-navigation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: #858688;
    padding: 0;
    margin: 0;
    list-style: none;
}

.breadcrumb-navigation .breadcrumb-item {
    display: flex;
    align-items: center;
    gap: 4px;
}

.breadcrumb-navigation .breadcrumb-item::after {
    display: none;
}

.breadcrumb-navigation .breadcrumb-item:last-child::after {
    display: none;
}

.breadcrumb-navigation .breadcrumb-item a {
    color: #858688;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s;
}

.breadcrumb-navigation .breadcrumb-item a:hover {
    color: #ec520d;
    text-decoration: underline;
}

.breadcrumb-navigation .breadcrumb-item span {
    color: #343438;
    font-size: 13px;
}

/* product title row */
.product-title-row {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto 32px;
    gap: 24px;
}

.product-back-btn {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffecd2;
    border: none;
    border-radius: 12px;
    color: #ec520d;
    text-decoration: none;
    transition: background 0.2s;
}

.product-back-btn:hover {
    background: #ffe4b8;
}

.product-title-block {
    flex: 1;
    min-width: 0;
}

.product-title {
    font-weight: 600;
    font-size: 34px;
    line-height: 1.2;
    color: #0b0c10;
    margin: 0 0 12px 0;
}

.product-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.product-gost {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #2f8700;
}

.product-gost-icon {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 4px;
}

.product-cert-link {
    font-weight: 400;
    font-size: 14px;
    color: #2563eb;
    text-decoration: none;
}

.product-cert-link:hover {
    text-decoration: underline;
}

.product-articul {
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

/* product main: gallery + specs + purchase */
.product-main {
    display: flex;
    gap: 56px;
    width: 100%;
    margin: 0 auto 48px;
    justify-content: space-between;
}

.product-gallery {
    display: flex;
    gap: 12px;
    width: 48%;
    max-width: 560px;
    flex-shrink: 0;
}

.product-gallery__thumbnails-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

.product-gallery__thumb-scroll {
    width: 64px;
    height: 48px;
    border: none;
    background: transparent;
    color: #858688;
    font-size: 10px;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-gallery__thumb-scroll:hover {
    color: #0b0c10;
}

.product-gallery__thumbnails {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: none;
    overflow: visible;
}

.product-gallery__thumb {
    width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px;
    aspect-ratio: 1;
    flex-shrink: 0;
    border: 1px solid #CECECF;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    background: #f5f5f5;
}

.product-gallery__thumb.active {
    border-color: #ec520d;
}

.product-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1;
    display: block;
}

.product-gallery__main {
    flex: 1;
    min-width: 0;
    background: #ececec;
    border: 1px solid #CECECF;
    border-radius: 12px;
    overflow: hidden;
    padding: 0;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-gallery__main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    cursor: pointer;
    transition: transform 0.2s;
}

.product-gallery__main a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.product-gallery__main img:hover {
    transform: scale(1.02);
}

.product-specs {
    flex: 1;
    min-width: 0;
    max-width: 340px;
}

.product-purchase-wrap {
    flex-shrink: 0;
    width: 420px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.product-purchase-wrap .product-favorite {
    margin-bottom: 16px;
}

.product-specs-tabs {
    display: flex;
    gap: 0;
    margin-bottom: 20px;
}

.product-specs-tab {
    flex: 0 0 auto;
    padding: 10px 20px;
    border: 1px solid #d0d0d0;
    background: #eaeaea;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4;
    color: #a0a0a0;
    cursor: pointer;
    font-weight: 400;
    transition: all 0.2s ease;
    border-radius: 0;
    margin-left: -1px;
}

.product-specs-tab:first-child {
    margin-left: 0;
    border-radius: 6px 0 0 6px;
}

.product-specs-tab:last-child {
    border-radius: 0 6px 6px 0;
}

.product-specs-tab.active {
    background: #fff;
    color: #0b0c10;
    font-weight: 600;
    border: 1px solid #808080;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.product-specs-list {
    margin-bottom: 12px;
}

.product-specs-row {
    display: flex;
    align-items: baseline;
    padding: 8px 0;
    font-size: 14px;
    line-height: 1.4;
    color: #343438;
    position: relative;
}

.product-specs-row::after {
    content: '';
    flex-grow: 1;
    border-bottom: 1px dotted #d0d0d0;
    margin: 0 8px;
    order: 2;
    align-self: flex-end;
    margin-bottom: 4px;
}

.product-specs-row span:first-child {
    flex-shrink: 0;
    order: 1;
}

.product-specs-row span:last-child {
    color: #5c5d60;
    flex-shrink: 0;
    text-align: right;
    order: 3;
}

.product-specs-more {
    font-size: 14px;
    color: #ec520d;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.product-specs-more:hover {
    text-decoration: underline;
}

.product-checkboxes {
    margin-top: 24px;
    margin-bottom: 24px;
}

.product-checkbox {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    color: #0b0c10;
    cursor: pointer;
    margin-bottom: 8px;
}

.product-checkbox input[type="checkbox"] {
    margin-right: 8px;
    accent-color: #ec520d;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.product-purchase {
    width: 100%;
    border: 1px solid #ececec;
    border-radius: 16px;
    padding: 24px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.product-favorite {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #858688;
    text-decoration: none;
}

.product-favorite:hover {
    color: #0b0c10;
    text-decoration: underline;
}

.product-favorite-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    color: #858688;
}

.product-price-label {
    font-size: 14px;
    color: #5c5d60;
    margin-bottom: 12px;
}

.product-unit-buttons {
    display: flex;
    gap: 0;
    margin-bottom: 16px;
    flex-wrap: nowrap;
}

.product-unit-btn {
    padding: 10px 16px;
    border: 1px solid #ececec;
    border-radius: 0;
    background: #f5f5f5;
    font-family: inherit;
    font-size: 14px;
    color: #5c5d60;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
    margin-left: -1px;
}

.product-unit-btn:first-child {
    border-radius: 12px 0 0 12px;
    margin-left: 0;
}

.product-unit-btn:last-child {
    border-radius: 0 12px 12px 0;
}

.product-unit-btn:hover {
    background: #eee;
}

.product-unit-btn.active {
    background: #46484c;
    color: #fff;
    border-color: #46484c;
}

.product-price {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    color: #0b0c10;
    margin-bottom: 8px;
}

.product-stock {
    font-size: 14px;
    color: #858688;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-stock--yes {
    color: #000;
}

.product-stock--yes::before {
    content: '';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M7.9987 1.33301C4.32536 1.33301 1.33203 4.32634 1.33203 7.99967C1.33203 11.673 4.32536 14.6663 7.9987 14.6663C11.672 14.6663 14.6654 11.673 14.6654 7.99967C14.6654 4.32634 11.672 1.33301 7.9987 1.33301ZM11.1854 6.46634L7.40536 10.2463C7.31203 10.3397 7.18536 10.393 7.05203 10.393C6.9187 10.393 6.79203 10.3397 6.6987 10.2463L4.81203 8.35967C4.6187 8.16634 4.6187 7.84634 4.81203 7.65301C5.00536 7.45967 5.32536 7.45967 5.5187 7.65301L7.05203 9.18634L10.4787 5.75967C10.672 5.56634 10.992 5.56634 11.1854 5.75967C11.3787 5.95301 11.3787 6.26634 11.1854 6.46634Z" fill="%23039B25"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.product-stock--yes .stock-amount {
    color: #0c9e2d;
    font-weight: 500;
}

.product-quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 0 auto 20px auto;
    width: 80%;
    border: 1px solid #F3F3F3;
    border-radius: 25px;
    padding: 12px 16px;
    background: #fff;
}

.product-quantity .quantity__btn {
    width: auto;
    height: auto;
    border: none;
    background: transparent;
    font-size: 20px;
    color: #5c5d60;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    transition: color 0.2s;
}

.product-quantity .quantity__btn--minus {
    color: #4d5f89;
}

.product-quantity .quantity__btn--plus {
    color: #04b0db;
}

.product-quantity .quantity__btn:hover {
    opacity: 0.8;
}

.product-quantity .quantity__input {
    flex: 1;
    text-align: center;
    border: none;
    background: transparent;
    font-size: 16px;
    outline: none;
}

.product-purchase-buttons {
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: center;
}

.product-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    transition: opacity 0.2s;
}

.product-btn:hover {
    opacity: 0.9;
}

.product-price-match {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #858688;
    text-decoration: none;
    margin-top: 16px;
}

.product-price-match:hover {
    color: #0b0c10;
    text-decoration: underline;
}

.product-btn--buy {
    background: #e5e5e5;
    color: #0b0c10;
    border: 1px solid #d9d9d9;
}

.product-btn--cart {
    background: #ec520d;
    color: #fff;
    border: none;
}

/* main content tabs */
.product-content-tabs {
    display: flex;
    gap: 0;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto 32px;
    border-bottom: 2px solid #ececec;
    overflow-x: clip;
}

.product-content-tab {
    padding: 16px 24px;
    border: none;
    background: transparent;
    font-family: inherit;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #0b0c10;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
}

.product-content-tab:hover {
    color: #ec520d;
}

.product-content-tab.active {
    color: #ec520d;
}

.product-content-tab.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #ec520d;
}

.product-content-panels {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
}

.product-content-panel {
    display: none;
}

.product-content-panel.active {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.product-content-main {
    flex: 1;
    min-width: 0;
}

.product-desc {
    margin-bottom: 32px;
}

.product-desc p {
    font-size: 16px;
    line-height: 1.4;
    color: #343438;
    margin-bottom: 16px;
}

.product-desc .show_more {
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #5c5d60;
}

.product-desc .show_more::after {
    position: absolute;
    right: -25px;
    top: 2px;
    content: url(/local/templates/custom_template/images/catalog/arr.png);
}

.product-chars-table {
    overflow-x: auto;
    max-width: 520px;
}

.product-chars-table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.4;
}

.product-chars-table tr {
    display: flex;
    align-items: baseline;
    padding: 8px 0;
    color: #343438;
    position: relative;
}

.product-chars-table tr::after {
    content: '';
    flex-grow: 1;
    border-bottom: 1px dotted #d0d0d0;
    margin: 0 8px;
    order: 2;
    align-self: flex-end;
    margin-bottom: 4px;
}

.product-chars-table td {
    padding: 0;
    border-bottom: none;
    color: #343438;
    flex-shrink: 0;
}

.product-chars-table td:first-child {
    order: 1;
}

.product-chars-table td:last-child {
    color: #5c5d60;
    text-align: right;
    order: 3;
}

/* product sidebar */
.product-sidebar {
    width: 300px;
    flex-shrink: 0;
}

.product-sidebar-block {
    border: 1px solid #ececec;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
}

.product-sidebar-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #0b0c10;
    margin: 0 0 16px 0;
}

/* product brand block */
.product-brand-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.product-brand-name-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.product-brand-name-row {
    display: flex;
    align-items: center;
    gap: 6px;
}

.product-brand-name {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
    color: #0b0c10;
}

.product-brand-info {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    flex-shrink: 0;
}

.product-brand-logo-img {
    flex-shrink: 0;
    width: 90px;
    height: 60px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-brand-logo-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.product-brand-link {
    display: block;
    font-size: 13px;
    color: #858688;
    text-decoration: none;
    margin-bottom: 0;
}

.product-brand-link:hover {
    color: #ec520d;
    text-decoration: underline;
}

.product-brand-flags {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-brand-flag-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #343438;
}

.product-brand-flag-img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 1px solid #ececec;
}

.product-sidebar-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
}

.product-sidebar-list div {
    display: flex;
    justify-content: space-between;
}

.product-sidebar-list span:last-child {
    color: #5c5d60;
}

.product-sidebar-docs {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-sidebar-docs a {
    font-size: 14px;
    color: #0b0c10;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-sidebar-docs a:hover {
    color: #ec520d;
    text-decoration: underline;
}

.product-sidebar-docs a::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/local/templates/custom_template/images/basket/file.png) center/contain no-repeat;
}

.product-docs-all {
    font-size: 14px;
    color: #ec520d !important;
    font-weight: 500;
}

/* =============================================
   Product Detail Page — Responsive
   ============================================= */

/* --- 1200px: wide tablet / small desktop --- */
@media (max-width: 1200px) {
    .product-main {
        gap: 32px;
    }

    .product-gallery {
        width: 44%;
    }

    .product-specs {
        max-width: 280px;
    }

    .product-purchase-wrap {
        width: 340px;
    }

    .product-purchase {
        padding: 20px;
    }

    .product-sidebar {
        width: 260px;
    }

    .product-title {
        font-size: 28px;
    }

    .product-content-tab {
        padding: 14px 18px;
        font-size: 13px;
    }
}

/* --- 1024px: tablet landscape --- */
@media (max-width: 1024px) {

    .product-title {
        font-size: 24px;
    }

    .product-title-row {
        margin-bottom: 24px;
    }

    .product-main {
        flex-direction: column;
        gap: 24px;
    }

    .product-gallery {
        width: 100%;
        max-width: 560px;
        margin: 0 auto;
    }

    .product-specs {
        width: 100%;
        max-width: 100%;
    }

    .product-purchase-wrap {
        width: 100%;
        max-width: 480px;
    }

    .product-content-panel.active {
        flex-direction: column;
    }

    .product-content-main {
        width: 100%;
    }

    .product-sidebar {
        width: 100%;
    }

    .product-chars-table {
        max-width: 100%;
    }

    .product-content-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
    }
}

/* --- 768px: tablet portrait --- */
@media (max-width: 768px) {

    .product-detail .bredcrumbs-container {
        padding-top: 12px;
        padding-bottom: 16px;
        margin-bottom: 16px;
    }

    .bread-link {
        font-size: 12px;
    }

    .product-title-row {
        gap: 12px;
        margin-bottom: 20px;
    }

    .product-title {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .product-back-btn {
        width: 36px;
        height: 36px;
    }

    .product-gallery {
        flex-direction: column;
        max-width: 100%;
    }

    .product-gallery__thumbnails-wrap {
        flex-direction: row;
        width: 100%;
        order: 2;
        gap: 4px;
        overflow-x: auto;
    }

    .product-gallery__thumbnails {
        flex-direction: row;
        gap: 6px;
    }

    .product-gallery__thumb-scroll--up,
    .product-gallery__thumb-scroll--down {
        display: none;
    }

    .product-gallery__main {
        order: 1;
        width: 100%;
        max-height: 320px;
    }

    .product-specs-tab {
        padding: 8px 14px;
        font-size: 13px;
    }

    .product-purchase-wrap {
        max-width: 100%;
    }

    .product-purchase {
        padding: 16px;
    }

    .product-price {
        font-size: 20px;
    }

    .product-unit-btn {
        padding: 8px 12px;
        font-size: 13px;
    }

    .product-btn {
        padding: 12px 18px;
        font-size: 14px;
    }

    .product-content-tabs {
        margin-bottom: 20px;
    }

    .product-content-tab {
        padding: 12px 14px;
        font-size: 12px;
        letter-spacing: 0;
    }

    .product-brand-top {
        gap: 10px;
    }

    .product-brand-name {
        font-size: 22px;
    }

    .product-brand-logo-img {
        width: 76px;
        height: 50px;
    }

    .product-sidebar {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
    }

    .product-sidebar-block {
        flex: 1 1 calc(50% - 8px);
        margin-bottom: 0;
        min-width: 220px;
    }

    .product-sidebar-block.product-brand {
        flex: 1 1 100%;
    }
}

/* --- 480px: mobile --- */
@media (max-width: 480px) {

    .bread-link:not(:first-child):not(:last-child) {
        display: none;
    }

    .product-title {
        font-size: 17px;
        line-height: 1.3;
    }

    .product-title-row {
        flex-direction: row;
        align-items: flex-start;
    }

    .product-meta {
        flex-wrap: wrap;
        gap: 6px;
    }

    .product-gost {
        font-size: 12px;
    }

    .product-gallery__main {
        max-height: 260px;
    }

    .product-gallery__thumb {
        width: 52px;
        height: 52px;
        min-width: 52px;
        min-height: 52px;
    }

    .product-specs-tabs {
        margin-bottom: 14px;
    }

    .product-specs-tab {
        padding: 7px 12px;
        font-size: 12px;
    }

    .product-purchase {
        padding: 14px 12px;
    }

    .product-price {
        font-size: 18px;
    }

    .product-purchase-buttons {
        flex-direction: column;
        gap: 8px;
    }

    .product-btn {
        width: 100%;
        justify-content: center;
        padding: 13px 16px;
        font-size: 14px;
    }

    .product-quantity {
        width: 100%;
    }

    .product-content-tab {
        padding: 10px 10px;
        font-size: 11px;
        flex: 1 1 auto;
        text-align: center;
    }

    .product-sidebar {
        flex-direction: column;
        gap: 12px;
    }

    .product-sidebar-block {
        flex: 1 1 100%;
        padding: 16px;
    }

    .product-brand-name {
        font-size: 20px;
    }

    .product-brand-logo-img {
        width: 68px;
        height: 44px;
    }

    .product-brand-flag-img {
        width: 26px;
        height: 26px;
    }

    .product-brand-flag-row {
        font-size: 12px;
    }

    .product-chars-table {
        font-size: 13px;
    }

    .product-desc p {
        font-size: 14px;
    }

    .product-checkboxes {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .product-checkbox {
        font-size: 13px;
    }
}

/* --- 360px: small mobile --- */
@media (max-width: 360px) {
    .product-title {
        font-size: 15px;
    }

    .product-back-btn {
        width: 32px;
        height: 32px;
    }

    .product-gallery__main {
        max-height: 220px;
    }

    .product-gallery__thumb {
        width: 44px;
        height: 44px;
        min-width: 44px;
        min-height: 44px;
    }

    .product-content-tab {
        font-size: 10px;
        padding: 8px 6px;
    }

    .product-price {
        font-size: 16px;
    }

    .product-btn {
        font-size: 13px;
        padding: 11px 12px;
    }

    .product-brand-name {
        font-size: 18px;
    }

    .product-brand-logo-img {
        width: 58px;
        height: 38px;
    }
}

/* Toast Notification */
.toast-notification {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #343438;
    color: #fff;
    padding: 16px 28px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 500;
    transform: translateX(120%);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
    border-left: 4px solid #ec520d;
}

.toast-notification.active {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

.toast-notification .toast-icon {
    width: 20px;
    height: 20px;
    background: #ec520d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.toast-notification .toast-icon svg {
    width: 12px;
    height: 12px;
    fill: #fff;
}

/**Ð¡Ñ‚Ñ€Ð°Ð½Ð¸Ñ†Ð° Ð·Ð°ÐºÐ°Ð·Ð°**/
.checkout {
    padding-bottom: 80px;
}

.checkout .order_info {
    width: 62.2%;
    max-width: 944px;
}

.checkout .order_info .title {
    font-weight: 600;
    font-size: 34px;
    line-height: 1;
    color: #0b0c10;
    position: relative;
    max-width: 470px;
    margin-bottom: 50px;
}

.checkout .order_info .title span {
    position: absolute;
    top: 10px;
    right: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.40;
    letter-spacing: 0.02em;
    color: #848485;
}

.checkout .order_info .stitle {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    color: #0b0c10;
}

.checkout .order_pr {
    width: 30.4%;
    max-width: 461px;
}

.checkout .order_pr .pr_inner {
    box-shadow: 0 1px 3px 0 rgba(99, 99, 99, 0.1), 2px 4px 5px 0 rgba(99, 99, 99, 0.09), 4px 10px 6px 0 rgba(99, 99, 99, 0.05), 7px 17px 7px 0 rgba(99, 99, 99, 0.01), 10px 27px 8px 0 rgba(99, 99, 99, 0);
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 12px;
    padding: 24px;
}

.checkout .order_pr .order_btn {
    border-radius: 40px;
    padding: 14px 18px;
    width: 100%;
    height: 44px;
    background: #ec520d;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    text-align: center;
    margin-top: 16px;
}

.checkout .order_pr .pr_inner .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.checkout .order_pr .pr_inner .row.first .cl1 {
    width: 45%;
    margin-bottom: 16px;

    color: #46484c;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.02em;
}

.checkout .order_pr .pr_inner .row.first .cl2 {
    width: 45%;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: right;
    color: #858688;
}

.checkout .order_pr .pr_inner .row.title .cl2 a {
    text-decoration: none;
}

.checkout .order_pr .pr_inner .row .cl1 {
    width: 45%;
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 14px;
    color: #46484c;
}

.checkout .order_pr .pr_inner .row .cl2 {
    width: 45%;
    font-weight: 500;
    font-size: 16px;
    color: #46484c;
    text-align: right;
}

.checkout .order_pr .pr_inner .row.row2 .cl1 {
    width: 45%;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.40;
    color: #848485;
}

.checkout .order_pr .pr_inner .row.row2 .cl2 {
    width: 45%;
    text-align: right;
}

.checkout .order_pr .pr_inner .row.total .cl1 {
    width: 45%;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.02em;
}

.checkout .order_pr .pr_inner .row.total .cl2 {
    width: 45%;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-align: right;
}

/*tabs*/
.checkout .tabs {
    width: 100%;
}

.checkout .tabs .tabs_head {
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -ms-align-items: flex-start;
    -moz-align-items: flex-start;
    -webkit-align-items: flex-start;
    /*flex-wrap: wrap;*/
    overflow-x: visible;
    /*overflow-x: scroll;*/
}

.checkout .tabs .tabs_head {
    /*overflow-x: scroll;*/
}


.checkout .tabs .tabs_head .tab_link {
    margin-bottom: 10px;
    white-space: nowrap;
    display: inline-block;
    background: transparent;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0em;
    text-align: center;
    color: #46484c;
    padding: 9px 14px 9px 14px;
    /*border: 0px 0px 3px 0px;*/
    gap: 10px;
    text-decoration: none;
    border-radius: 20px;
}

.checkout .tabs .tabs_head .tab_link1,
.checkout .tabs .tabs_head .tab_link2 {
    /*display: none;*/
}

.checkout .tabs .tabs_head .tab_link:first-child {
    margin-left: 0;
}

.checkout .tabs .tabs_head .tab_link:last-child {
    margin-right: 0;
}

.checkout .tabs .tabs_head .tab_link.active {
    background: #000;
    color: #FFFFFF;
}

.checkout .tabs .tabs_body {
    padding-top: 60px;
}

.checkout .tabs .tabs_body .tab_content {
    display: none;
}

.checkout .tabs .tabs_body .tab_content.active {
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -ms-align-items: flex-start;
    -moz-align-items: flex-start;
    -webkit-align-items: flex-start;
    flex-wrap: wrap;
}

.checkout .tabs .tabs_body .tab_content::before {
    content: '';
    width: 23%;
    /*ÑƒÐºÐ°Ð·Ñ‹Ð²Ð°ÐµÑ‚ÑÑ ÑˆÐ¸Ñ€Ð¸Ð½Ð° Ð¿ÑÐµÐ²Ð´Ð¾ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð°*/
    order: 1;
}

.checkout .tabs .tabs_body .tab_content::after {
    content: '';
    width: 23%;
    /*ÑƒÐºÐ°Ð·Ñ‹Ð²Ð°ÐµÑ‚ÑÑ ÑˆÐ¸Ñ€Ð¸Ð½Ð° Ð¿ÑÐµÐ²Ð´Ð¾ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð°*/
    order: 9999;
}

.checkout .tabs .tabs_body .row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.checkout .tabs .tabs_body .row .col-1 {
    width: 48%;
    margin-bottom: 24px;
}

.checkout .tabs .tabs_body .row .col-2 {
    width: 48%;
    margin-bottom: 16px;
}

.checkout .tabs .tabs_body .che_stitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    color: #0b0c10;
    margin-bottom: 25px;
    width: 100%;
}

.checkout .tabs .tabs_body .row .col {
    width: 100%;
    margin-bottom: 16px;
}

.checkout .tabs .tabs_body .row .col-2 p,
.checkout .tabs .tabs_body .row .col p,
.checkout .tabs .tabs_body .row .col-1 p {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #343438;
    margin-bottom: 8px;
}

.checkout .tabs .tabs_body .row .col-2 input {
    width: 100%;
    border: 1px solid #cececf;
    ;
    border-radius: 40px;
    padding: 10px 10px 10px 16px;
    outline: none;
    height: 40px;
}

.checkout .tabs .tabs_body .row .col-1 input {
    border: 1px solid #cececf;
    ;
    border-radius: 40px;
    padding: 10px 10px 10px 16px;
    outline: none;
    height: 40px;
    width: 100%;
    padding-left: 40px;
}

.checkout .tabs .tabs_body .row .col-1 p {
    position: relative;
}

.checkout .tabs .tabs_body .row .col-1 p img {
    position: absolute;
    left: 10px;
    top: 8px;
}

.checkout .tabs .tabs_body .row .col input {
    width: 100%;
    border: 1px solid #cececf;
    border-radius: 40px;
    padding: 10px 10px 10px 16px;
    outline: none;
    height: 40px;
}

.checkout .tabs .tabs_body .row .col textarea {
    width: 100%;
    border: 1px solid #cececf;
    ;
    border-radius: 12px;
    padding: 10px 10px 10px 16px;
    outline: none;
    resize: none;
    height: 240px;
}


.checkout .tabs .tabs_body .row label {
    background: #fff;
    border: 1px solid #cececf;
    border-radius: 40px;
    padding: 40px 24px;
    width: 48%;
    max-width: 460px;
    height: 284px;
    margin-bottom: 24px;
}

.checkout .tabs .tabs_body .row label .lb_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #000;
    margin-bottom: 16px;

}

.checkout .tabs .tabs_body .row label .lb_price {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.02em;
    margin-bottom: 16px;
    color: #ec520d;

}

.checkout .tabs .tabs_body .row label .lb_desc {

    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #5c5d60;
}

.checkout .tabs .tabs_body .row label {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.checkout .tabs .tabs_body .row label input[type="radio"] {
    width: 25px;
    margin-top: 10px;
}

/*.checkout .tabs .tabs_body .row label input[type="radio"]:checked{
    background: #f2f2f2;
}*/

input[type="radio"]:checked~label {
    background: #f2f2f2;
}

.checkout .tabs .tabs_body .row label .lb_text {
    width: calc(100% - 35px);
}

.checkout .inner {
    align-items: flex-start;
}

/* ============================================
   КП MODAL POPUP
   ============================================ */

.kp-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.kp-modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.kp-modal {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.16);
    width: 100%;
    max-width: 560px;
    max-height: 92vh;
    overflow-y: auto;
    position: relative;
    padding: 48px 40px 40px;
    transform: translateY(20px) scale(0.98);
    transition: transform 0.3s cubic-bezier(0.34, 1.4, 0.64, 1);
    scrollbar-width: thin;
    scrollbar-color: #ddd transparent;
}

.kp-modal-overlay.active .kp-modal {
    transform: translateY(0) scale(1);
}

/* Close Button — top-right X like the image */
.kp-modal-close {
    position: absolute;
    top: 18px;
    right: 22px;
    background: transparent;
    border: none;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 32px;
    height: 32px;
    transition: color 0.2s ease, transform 0.2s ease;
}

.kp-modal-close:hover {
    color: #DF4A1E;
    transform: rotate(90deg);
}

/* Title — large bold, left-aligned */
.kp-modal-title {
    font-size: 32px;
    font-weight: 800;
    color: #111;
    margin: 0 0 14px;
    line-height: 1.15;
    letter-spacing: -0.5px;
}

/* Subtitle — grey, left-aligned */
.kp-modal-subtitle {
    font-size: 16px;
    color: #555;
    margin: 0 0 32px;
    line-height: 1.5;
    font-weight: 400;
}

/* Form groups */
.kp-form-group {
    margin-bottom: 16px;
}

/* Pill-shaped inputs — exactly like the image */
.kp-input {
    width: 100%;
    border: 1.5px solid #ddd;
    border-radius: 50px;
    padding: 20px 24px;
    font-size: 16px;
    color: #1a1a1a;
    font-family: inherit;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    outline: none;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
}

.kp-input::placeholder {
    color: #aaa;
    font-size: 16px;
}

/* Red asterisk in placeholder — handled via placeholder text */

.kp-input:focus {
    border-color: #DF4A1E;
    box-shadow: 0 0 0 3px rgba(223, 74, 30, 0.1);
}

.kp-input.kp-error {
    border-color: #e53935;
    box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.1);
}

/* Full-width orange submit button */
.kp-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    background: #DF4A1E;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 22px 32px;
    font-size: 18px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
    margin-top: 8px;
    margin-bottom: 0;
    letter-spacing: 0.3px;
}

.kp-submit-btn:hover {
    background: #c94017;
    transform: translateY(-1px);
}

.kp-submit-btn:active {
    transform: translateY(0);
    background: #b83813;
}

.kp-submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

/* Spinner */
.kp-spinner {
    animation: kp-spin 0.8s linear infinite;
}

@keyframes kp-spin {
    to { transform: rotate(360deg); }
}

/* Success / Error Messages */
.kp-form-message {
    margin-top: 16px;
    padding: 14px 20px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

.kp-form-message.kp-success {
    background: #f0faf4;
    color: #2e7d52;
    border: 1px solid #b7dfca;
}

.kp-form-message.kp-error-msg {
    background: #fff5f5;
    color: #c62828;
    border: 1px solid #f5b4b4;
}

/* Privacy text — small grey below button */
.kp-privacy {
    font-size: 13px;
    color: #888;
    margin: 18px 0 0;
    line-height: 1.55;
    font-weight: 400;
}

.kp-privacy a {
    color: #888;
    text-decoration: underline;
}

.kp-privacy a:hover {
    color: #DF4A1E;
}

/* ── Responsive ── */
@media (max-width: 600px) {
    .kp-modal {
        padding: 36px 24px 32px;
        border-radius: 14px;
    }

    .kp-modal-title {
        font-size: 26px;
    }

    .kp-modal-subtitle {
        font-size: 15px;
        margin-bottom: 24px;
    }

    .kp-input {
        padding: 17px 20px;
        font-size: 15px;
    }

    .kp-submit-btn {
        padding: 18px 24px;
        font-size: 16px;
    }
}

@media (max-width: 400px) {
    .kp-modal {
        padding: 28px 16px 24px;
    }

    .kp-modal-title {
        font-size: 22px;
    }
}

/* Callback Modal Specific Styles */
.cb-method-title {
    font-size: 15px;
    color: #444;
    margin-top: 24px;
    margin-bottom: 16px;
    font-weight: 500;
}

.cb-radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 32px;
}

.cb-radio-item {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 15px;
    color: #333;
    position: relative;
    user-select: none;
    transition: color 0.2s ease;
}

.cb-radio-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.cb-radio-custom {
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1.5px solid #ccc;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    transition: all 0.2s ease;
}

.cb-radio-item:hover input ~ .cb-radio-custom {
    border-color: #bbb;
}

.cb-radio-item input:checked ~ .cb-radio-custom {
    border-color: #555;
    background-color: #f5f5f5;
}

.cb-radio-item input:checked ~ .cb-radio-custom:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #555;
}

.cb-icon {
    width: 20px;
    height: 20px;
    color: #333;
    transition: color 0.2s ease;
}

.cb-radio-item:hover {
    color: #000;
}

.cb-radio-item-mob {
    margin-bottom: 10px;
}

@media (max-width: 600px) {
    .cb-radio-group {
        flex-direction: column;
        gap: 12px;
    }
}

.cb-method-title {
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 600;
}

.cb-radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 32px;
}

.cb-radio-item {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 15px;
    color: #333;
    position: relative;
    user-select: none;
    transition: color 0.2s ease;
}

.cb-radio-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.cb-radio-custom {
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1.5px solid #ccc;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    transition: all 0.2s ease;
}

.cb-radio-item:hover input ~ .cb-radio-custom {
    border-color: #bbb;
}

.cb-radio-item input:checked ~ .cb-radio-custom {
    border-color: #555;
    background-color: #f5f5f5;
}

.cb-radio-item input:checked ~ .cb-radio-custom:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #555;
}

.cb-icon {
    width: 20px;
    height: 20px;
    color: #333;
    transition: color 0.2s ease;
}

.cb-radio-item:hover {
    color: #000;
}

.cb-radio-item-mob {
    margin-bottom: 10px;
}

@media (max-width: 600px) {
    .cb-radio-group {
        flex-direction: column;
        gap: 12px;
    }
}

/* --- PRODUCT LIST STYLES (Added from html_new) --- */
.pl-main-layout {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.pl-sidebar {
    width: 280px;
    flex-shrink: 0;
}

.pl-content {
    flex: 1;
    min-width: 0;
    position: relative; /* Added for loader positioning */
}

/* Spinner and Loader Styles */
.pl-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #ec520d;
    border-radius: 50%;
    animation: pl-spin 1s linear infinite;
}

@keyframes pl-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.pl-loading {
    opacity: 0.6;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.pl-filter-block {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #E4E4E4;
}

.pl-filter-block:last-child {
    border-bottom: none;
}

.pl-filter-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #111;
}

.pl-filter-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pl-filter-list li {
    margin-bottom: 10px;
}

.pl-filter-list a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

.pl-filter-list a:hover,
.pl-filter-list a.active {
    color: #F26E22;
}

.pl-filter-price {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pl-filter-price input {
    width: 100%;
    height: 40px;
    border: 1px solid #E4E4E4;
    border-radius: 8px;
    padding: 0 10px;
    font-size: 14px;
}

.pl-checkbox,
.pl-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.pl-cb-count {
    color: #999;
    margin-left: auto;
}

.pl-flag {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
}

.pl-btn-apply {
    background: #F26E22;
    color: #fff;
    width: 100%;
    border: none;
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 15px;
}

.pl-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.pl-found {
    font-size: 14px;
    color: #666;
}

.pl-sort select {
    border: none;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    outline: none;
}

.pl-view-modes {
    display: flex;
    gap: 10px;
}

.pl-view-btn {
    border: none;
    background: transparent;
    color: #CCC;
    cursor: pointer;
    padding: 0;
}

.pl-view-btn.active {
    color: #F26E22;
}

.pl-items-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pl-item-card {
    display: flex;
    border: 1px solid #E4E4E4;
    border-radius: 12px;
    padding: 20px;
    gap: 20px;
    background: #fff;
    align-items: center;
}

.pl-card-img {
    width: 200px;
    height: 200px;
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pl-card-img img {
    max-width: 100%;
    max-height: 100%;
}

.pl-card-fav {
    position: absolute;
    top: 5px;
    right: 5px;
}

.pl-card-info {
    flex: 1;
}

.pl-card-status {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 13px;
    margin-bottom: 10px;
}

.pl-status-yes {
    color: #0c9e2d;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}

.pl-status-yes::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #0c9e2d;
    border-radius: 50%;
}

.pl-status-art {
    color: #999;
}

.pl-status-rate {
    color: #333;
    display: flex;
    align-items: center;
    gap: 5px;
}

.pl-card-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 5px;
}

.pl-card-title a {
    color: #111;
    text-decoration: none;
}

.pl-card-props .pl-prop {
    font-size: 13px;
    color: #333;
    margin-bottom: 5px;
}

.pl-card-props .pl-prop span {
    color: #999;
}

.pl-card-action {
    width: 220px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.pl-card-price {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111;
}

.pl-quantity {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #E4E4E4;
    border-radius: 25px;
    padding: 8px 15px;
    margin-bottom: 15px;
}

.pl-quantity .quantity__btn {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #666;
}

.pl-quantity .quantity__input {
    flex: 1;
    text-align: center;
    border: none;
    width: 40px;
    font-size: 14px;
    color: #111;
    outline: none;
}

.pl-card-action .order-btn {
    width: 100%;
    background: #F26E22;
    color: #fff;
    text-align: center;
    padding: 12px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.pl-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

.pl-page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #EAEAEA;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: 0.2s;
}

.pl-page:hover:not(.active) {
    background: #F5F5F7;
    border-color: #D1D1D1;
}

.pl-page.active {
    background: #F26E22;
    color: #fff;
    border-color: #F26E22;
}

.pl-page-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #999;
    text-decoration: none;
    font-size: 18px;
    border: 1px solid #EAEAEA;
}


/* Card checkbox (left column) */
.pl-card-check {
    display: flex;
    align-items: center;
    padding-right: 5px;
}

.pl-card-check input[type="checkbox"] {
    width: 17px;
    height: 17px;
    accent-color: #F26E22;
    cursor: pointer;
    flex-shrink: 0;
}

/* Color filter in sidebar */
.pl-color-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 5px;
}

.pl-color-swatch {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    transition: border-color 0.2s;
}

.pl-color-swatch:hover,
.pl-color-swatch.active {
    border-color: #F26E22;
}

/* Stars */
.stars {
    color: #F26E22;
    font-size: 13px;
    letter-spacing: 1px;
}

/* Related / Recently viewed sections */
.pl-section-block {
    padding: 40px 0 30px;
}

.pl-section-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pl-section-title .star-icon {
    color: #F26E22;
    font-size: 18px;
}

.pl-cards-row {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
}

.pl-mini-card {
    flex: 1;
    background: #fff;
    border: 1px solid #E4E4E4;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    min-width: 0;
}

.pl-mini-card-img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: contain;
    border-radius: 8px;
    background: #f8f8f8;
    display: block;
}

.pl-mini-card-fav {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    text-decoration: none;
    font-size: 13px;
    color: #999;
}

.pl-mini-card-badge {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: #F26E22;
    color: #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
}

.pl-mini-card-label {
    font-size: 13px;
    font-weight: 600;
    color: #F26E22;
    text-decoration: none;
    display: block;
}

.pl-mini-card-name {
    font-size: 13px;
    font-weight: 500;
    color: #111;
    line-height: 1.4;
}

/* recently viewed cards - slightly larger */
.pl-rv-card {
    flex: 1;
    background: #fff;
    border: 1px solid #E4E4E4;
    border-radius: 12px;
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    min-width: 0;
}

.pl-rv-card-img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    border-radius: 8px;
    background: #f8f8f8;
}

.pl-rv-card-fav {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    font-size: 12px;
    color: #999;
    text-decoration: none;
}

.pl-rv-status {
    font-size: 11px;
    color: #F26E22;
    font-weight: 500;
}

.pl-rv-stars {
    color: #F26E22;
    font-size: 11px;
}

.pl-rv-name {
    font-size: 12px;
    color: #111;
    line-height: 1.4;
}

.pl-rv-price {
    font-size: 14px;
    font-weight: 700;
    color: #111;
}

.pl-rv-btn {
    background: #F26E22;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: block;
}

/* section nav badge */
.pl-section-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.pl-section-nav-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #E4E4E4;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    text-decoration: none;
}

/* Brands Area */
.pl-brands-box {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.pl-brand-link {
    transition: 0.2s;
}

.pl-brand-link:hover {
    color: #F26E22 !important;
}

/* Section Arrows */
.pl-section-arrows {
    display: flex;
    gap: 10px;
}

.pl-section-arrow-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #EAEAEA;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    transition: 0.2s;
}

.pl-section-arrow-btn.active {
    background: #F5F5F7;
    color: #333;
    border-color: #E4E4E4;
}

/* Sidebar refined checks */
.pl-checkbox .pl-flag {
    width: 18px;
    height: 12px;
    object-fit: cover;
    margin-right: 8px;
}

/* Product card refined colors */
.pl-status-yes {
    color: #82C91E;
    font-weight: 600;
}

.pl-status-art {
    color: #999;
    margin-left: 15px;
}

.pl-card-title a {
    color: #1F1F1F;
    text-decoration: none;
    font-weight: 700;
    font-size: 17px;
}

.pl-card-props .pl-prop span {
    color: #999;
    margin-right: 5px;
}
/* Extracted inline styles from product-list.html */
.product-list-page {
    margin-top: 30px;
    margin-bottom: 60px;
}

.bredcrumbs-container {
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.bread-link {
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

.pl-style-1 {
    margin: 0 8px;
}

.pl-style-2 {
    margin: 0 8px;
}

.bread-link.pl-style-3 {
    color: #333;
    font-weight: 500;
    font-size: 14px;
}

.pl-head {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.pl-back-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #FACCB4;
    border-radius: 6px;
    text-decoration: none;
    flex-shrink: 0;
}

.pl-page-title {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #111111;
    line-height: 1;
}

.pl-count-badge {
    background: #F25916;
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.pl-brands-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px 30px;
    margin-bottom: 30px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.03);
}

.pl-brands-box-top {
    margin-bottom: 25px;
}

.pl-brands-label {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #111111;
}

.pl-brands-columns {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 15px 10px;
}

.pl-brand-link.active {
    font-size: 13px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: #605E5C;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pl-style-4 {
    width: 20px;
    height: 6px;
    opacity: 1;
}

.pl-brand-link {
    font-size: 13px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: #605E5C;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pl-style-5 {
    width: 20px;
    height: 6px;
    opacity: 0.8;
}

.pl-style-6 {
    width: 20px;
    height: 6px;
    opacity: 0.8;
}

.pl-style-7 {
    width: 20px;
    height: 6px;
    opacity: 0.8;
}

.pl-style-8 {
    width: 20px;
    height: 6px;
    opacity: 0.8;
}

.pl-style-9 {
    width: 20px;
    height: 6px;
    opacity: 0.8;
}

.pl-style-10 {
    width: 20px;
    height: 6px;
    opacity: 0.8;
}

.pl-style-11 {
    width: 20px;
    height: 6px;
    opacity: 0.8;
}

.pl-style-12 {
    width: 20px;
    height: 6px;
    opacity: 0.8;
}

.pl-style-13 {
    width: 20px;
    height: 6px;
    opacity: 0.8;
}

.pl-style-14 {
    width: 20px;
    height: 6px;
    opacity: 0.8;
}

.pl-style-15 {
    width: 20px;
    height: 6px;
    opacity: 0.8;
}

.pl-style-16 {
    width: 20px;
    height: 6px;
    opacity: 0.8;
}

.pl-style-17 {
    width: 20px;
    height: 6px;
    opacity: 0.8;
}

.pl-style-18 {
    width: 20px;
    height: 6px;
    opacity: 0.8;
}

.pl-style-19 {
    width: 20px;
    height: 6px;
    opacity: 0.8;
}

.pl-style-20 {
    width: 20px;
    height: 6px;
    opacity: 0.8;
}

.pl-style-21 {
    width: 20px;
    height: 6px;
    opacity: 0.8;
}

.pl-style-22 {
    width: 20px;
    height: 6px;
    opacity: 0.8;
}

.pl-style-23 {
    width: 20px;
    height: 6px;
    opacity: 0.8;
}

.pl-style-24 {
    width: 20px;
    height: 6px;
    opacity: 0.8;
}

.pl-style-25 {
    width: 20px;
    height: 6px;
    opacity: 0.8;
}

.pl-style-26 {
    width: 20px;
    height: 6px;
    opacity: 0.8;
}

.pl-style-27 {
    width: 20px;
    height: 6px;
    opacity: 0.8;
}

.pl-style-28 {
    width: 20px;
    height: 6px;
    opacity: 0.8;
}

.pl-style-29 {
    width: 20px;
    height: 6px;
    opacity: 0.8;
}

.pl-style-30 {
    width: 20px;
    height: 6px;
    opacity: 0.8;
}

.pl-style-31 {
    width: 20px;
    height: 6px;
    opacity: 0.8;
}

.pl-style-32 {
    width: 20px;
    height: 6px;
    opacity: 0.8;
}

.pl-style-33 {
    width: 20px;
    height: 6px;
    opacity: 0.8;
}

.pl-style-34 {
    width: 20px;
    height: 6px;
    opacity: 0.8;
}

.pl-style-35 {
    width: 20px;
    height: 6px;
    opacity: 0.8;
}

.pl-tags-container {
    margin-bottom: 40px;
}

.pl-tags-label {
    font-weight: 700;
    font-size: 14px;
    color: #111111;
    font-family: 'Inter', sans-serif;
    margin-bottom: 15px;
}

.pl-tags-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.pl-tag-item {
    display: inline-block;
    padding: 6px 12px;
    background: #F5F5F7;
    border-radius: 4px;
    color: #333;
    font-size: 13px;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
}

.pl-tags-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #605E5C;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-family: 'Inter', sans-serif;
}

.pl-sidebar {
    font-family: 'Inter', sans-serif;
}

.pl-sidebar-top {
    margin-bottom: 15px;
}

.pl-style-36 {
    font-size: 16px;
    font-weight: 700;
    color: #111111;
    margin: 0;
}

.pl-filter-block {
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F5F5F7;
}

.pl-filter-title {
    font-size: 13px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 12px;
}

.pl-cat-nav {
    margin-bottom: 10px;
}

.pl-style-37 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #605E5C;
    text-decoration: none;
}

.pl-style-38 {
    background: #F5F5F7;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 13px;
    color: #111111;
    font-weight: 500;
}

.pl-cat-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pl-cat-link {
    display: block;
    padding: 8px 12px;
    font-size: 13px;
    color: #111111;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.2s ease, color 0.2s ease;
}

.pl-cat-link:hover {
    background: #F5F5F7;
    color: #ec520d;
}

.pl-cat-link.active {
    background: #F5F5F7;
    font-weight: 600;
    color: #ec520d;
}

.pl-filter-price {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

#pl-price-min {
    width: 100%;
    height: 36px;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    padding: 0 10px;
    font-size: 13px;
    color: #605E5C;
    background: #fff;
    text-align: left;
}

#pl-price-max {
    width: 100%;
    height: 36px;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    padding: 0 10px;
    font-size: 13px;
    color: #605E5C;
    background: #fff;
    text-align: left;
}

#pl-slider-track {
    position: relative;
    height: 16px;
    margin: 0 8px;
}

.pl-style-39 {
    position: absolute;
    top: 7px;
    width: 100%;
    height: 2px;
    background: #EAEAEA;
    border-radius: 2px;
}

/* Frequently searched (Часто ищут) */
.pl-quick-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 5px;
}

.pl-quick-tag {
    background: #F5F5F7;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 13px;
    color: #111111;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid transparent;
    font-weight: 500;
}

.pl-quick-tag:hover {
    background: #EAEAEA;
    border-color: #ddd;
}

.pl-quick-tag.active {
    background: #EC520D;
    color: #fff;
    border-color: #EC520D;
}

#pl-slider-range {
    position: absolute;
    top: 7px;
    left: 0%;
    right: 0%;
    height: 2px;
    background: #F25916;
    border-radius: 2px;
}

#pl-slider-handle-min {
    position: absolute;
    top: 1px;
    left: 0%;
    width: 14px;
    height: 14px;
    background: #F25916;
    border-radius: 50%;
    transform: translateX(-50%);
    box-shadow: 0 2px 4px rgba(242, 89, 22, 0.3);
    cursor: pointer;
    z-index: 2;
}

#pl-slider-handle-max {
    position: absolute;
    top: 1px;
    left: 100%;
    width: 14px;
    height: 14px;
    background: #F25916;
    border-radius: 50%;
    transform: translateX(-50%);
    box-shadow: 0 2px 4px rgba(242, 89, 22, 0.3);
    cursor: pointer;
    z-index: 2;
}

.pl-filter-title.pl-style-40 {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 12px;
}

.pl-style-41 {
    opacity: 0.4;
}

.pl-checkbox-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
}

.pl-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.pl-style-42 {
    width: 16px;
    height: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    accent-color: #F25916;
    margin: 0;
}

.pl-style-43 {
    font-size: 13px;
    color: #111111;
}

.pl-style-44 {
    width: 16px;
    height: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    accent-color: #F25916;
    margin: 0;
}

.pl-style-45 {
    font-size: 13px;
    color: #111111;
}

.pl-style-46 {
    width: 16px;
    height: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    accent-color: #F25916;
    margin: 0;
}

.pl-style-47 {
    font-size: 13px;
    color: #111111;
}

.pl-style-48 {
    width: 16px;
    height: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    accent-color: #F25916;
    margin: 0;
}

.pl-style-49 {
    font-size: 13px;
    color: #111111;
}

.pl-style-50 {
    width: 16px;
    height: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    accent-color: #F25916;
    margin: 0;
}

.pl-style-51 {
    font-size: 13px;
    color: #111111;
}

.pl-style-52 {
    width: 16px;
    height: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    accent-color: #F25916;
    margin: 0;
}

.pl-style-53 {
    font-size: 13px;
    color: #111111;
}

.pl-style-54 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #605E5C;
    text-decoration: none;
    margin-top: 4px;
}

.pl-style-55 {
    width: 16px;
    height: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    accent-color: #F25916;
    margin: 0;
}

.pl-style-56 {
    width:16px;
    height:16px;
    object-fit:contain;
    border-radius:50%;
}

.pl-style-57 {
    font-size: 13px;
    color: #111111;
}

.pl-style-58 {
    width: 16px;
    height: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    accent-color: #F25916;
    margin: 0;
}

.pl-style-59 {
    width:16px;
    height:16px;
    object-fit:contain;
    border-radius:50%;
}

.pl-style-60 {
    font-size: 13px;
    color: #111111;
}

.pl-style-61 {
    width: 16px;
    height: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    accent-color: #F25916;
    margin: 0;
}

.pl-style-62 {
    width:16px;
    height:16px;
    object-fit:contain;
    border-radius:50%;
    background:#f0f0f0;
}

.pl-style-63 {
    font-size: 13px;
    color: #111111;
}

.pl-style-64 {
    width: 16px;
    height: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    accent-color: #F25916;
    margin: 0;
}

.pl-style-65 {
    width:16px;
    height:16px;
    object-fit:contain;
    border-radius:50%;
    background:#f0f0f0;
}

.pl-style-66 {
    font-size: 13px;
    color: #111111;
}

.pl-style-67 {
    width: 16px;
    height: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    accent-color: #F25916;
    margin: 0;
}

.pl-style-68 {
    width:16px;
    height:16px;
    object-fit:contain;
    border-radius:50%;
    background:#f0f0f0;
}

.pl-style-69 {
    font-size: 13px;
    color: #111111;
}

.pl-style-70 {
    width: 16px;
    height: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    accent-color: #F25916;
    margin: 0;
}

.pl-style-71 {
    width:16px;
    height:16px;
    object-fit:contain;
    border-radius:50%;
    background:#f0f0f0;
}

.pl-style-72 {
    font-size: 13px;
    color: #111111;
}

.pl-style-73 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #605E5C;
    text-decoration: none;
    margin-top: 4px;
}

.pl-style-74 {
    width: 16px;
    height: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    accent-color: #F25916;
    margin: 0;
}

.pl-style-75 {
    font-size: 13px;
    color: #111111;
}

.pl-checkbox-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 10px;
    margin-bottom: 12px;
}

.pl-style-76 {
    width: 16px;
    height: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    accent-color: #F25916;
    margin: 0;
}

.pl-style-77 {
    font-size: 13px;
    color: #111111;
}

.pl-style-78 {
    width: 16px;
    height: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    accent-color: #F25916;
    margin: 0;
}

.pl-style-79 {
    font-size: 13px;
    color: #111111;
}

.pl-style-80 {
    width: 16px;
    height: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    accent-color: #F25916;
    margin: 0;
}

.pl-style-81 {
    font-size: 13px;
    color: #111111;
}

.pl-style-82 {
    width: 16px;
    height: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    accent-color: #F25916;
    margin: 0;
}

.pl-style-83 {
    font-size: 13px;
    color: #111111;
}

.pl-style-84 {
    width: 16px;
    height: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    accent-color: #F25916;
    margin: 0;
}

.pl-style-85 {
    font-size: 13px;
    color: #111111;
}

.pl-style-86 {
    width: 16px;
    height: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    accent-color: #F25916;
    margin: 0;
}

.pl-style-87 {
    font-size: 13px;
    color: #111111;
}

.pl-style-88 {
    width: 16px;
    height: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    accent-color: #F25916;
    margin: 0;
}

.pl-style-89 {
    font-size: 13px;
    color: #111111;
}

.pl-style-90 {
    width: 16px;
    height: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    accent-color: #F25916;
    margin: 0;
}

.pl-style-91 {
    font-size: 13px;
    color: #111111;
}

.pl-style-92 {
    width: 16px;
    height: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    accent-color: #F25916;
    margin: 0;
}

.pl-style-93 {
    font-size: 13px;
    color: #111111;
}

.pl-style-94 {
    width: 16px;
    height: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    accent-color: #F25916;
    margin: 0;
}

.pl-style-95 {
    font-size: 13px;
    color: #111111;
}

.pl-style-96 {
    width: 16px;
    height: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    accent-color: #F25916;
    margin: 0;
}

.pl-style-97 {
    font-size: 13px;
    color: #111111;
}

.pl-style-98 {
    width: 16px;
    height: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    accent-color: #F25916;
    margin: 0;
}

.pl-style-99 {
    font-size: 13px;
    color: #111111;
}

.pl-filter-title.pl-style-100 {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 12px;
}

.pl-style-101 {
    opacity: 0.4;
}

.pl-style-102 {
    width: 16px;
    height: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    accent-color: #F25916;
    margin: 0;
}

.pl-style-103 {
    font-size: 13px;
    color: #111111;
}

.pl-style-104 {
    width: 16px;
    height: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    accent-color: #F25916;
    margin: 0;
}

.pl-style-105 {
    font-size: 13px;
    color: #111111;
}

.pl-style-106 {
    width: 16px;
    height: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    accent-color: #F25916;
    margin: 0;
}

.pl-style-107 {
    font-size: 13px;
    color: #111111;
}

.pl-style-108 {
    width: 16px;
    height: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    accent-color: #F25916;
    margin: 0;
}

.pl-style-109 {
    font-size: 13px;
    color: #111111;
}

.pl-style-110 {
    width: 16px;
    height: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    accent-color: #F25916;
    margin: 0;
}

.pl-style-111 {
    font-size: 13px;
    color: #111111;
}

.pl-style-112 {
    width: 16px;
    height: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    accent-color: #F25916;
    margin: 0;
}

.pl-style-113 {
    font-size: 13px;
    color: #111111;
}

.pl-style-114 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #605E5C;
    text-decoration: none;
    margin-top: 4px;
}

.pl-filter-title.pl-style-115 {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 12px;
}

.pl-style-116 {
    opacity: 0.4;
}

.pl-style-117 {
    width: 16px;
    height: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    accent-color: #F25916;
    margin: 0;
}

.pl-style-118 {
    font-size: 13px;
    color: #111111;
}

.pl-style-119 {
    width: 16px;
    height: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    accent-color: #F25916;
    margin: 0;
}

.pl-style-120 {
    font-size: 13px;
    color: #111111;
}

.pl-style-121 {
    width: 16px;
    height: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    accent-color: #F25916;
    margin: 0;
}

.pl-style-122 {
    font-size: 13px;
    color: #111111;
}

.pl-style-123 {
    width: 16px;
    height: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    accent-color: #F25916;
    margin: 0;
}

.pl-style-124 {
    font-size: 13px;
    color: #111111;
}

.pl-style-125 {
    width: 16px;
    height: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    accent-color: #F25916;
    margin: 0;
}

.pl-style-126 {
    font-size: 13px;
    color: #111111;
}

.pl-style-127 {
    width: 16px;
    height: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    accent-color: #F25916;
    margin: 0;
}

.pl-style-128 {
    font-size: 13px;
    color: #111111;
}

.pl-style-129 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #605E5C;
    text-decoration: none;
    margin-top: 4px;
}

.pl-filter-block.pl-style-130 {
    margin-bottom: 30px;
}

.pl-color-palette {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.pl-style-131 {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    background-color: #FCAFA1;
    border-radius: 6px;
    border: 2px solid #E5553E;
    box-sizing: border-box;
}

.pl-style-132 {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    background-color: #DFCD8A;
    border-radius: 6px;
    border: 1px solid transparent;
    box-sizing: border-box;
}

.pl-style-133 {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    background-color: #8CA05E;
    border-radius: 6px;
    border: 1px solid transparent;
    box-sizing: border-box;
}

.pl-style-134 {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    background-color: #CA8E8E;
    border-radius: 6px;
    border: 1px solid transparent;
    box-sizing: border-box;
}

.pl-style-135 {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    background-color: #5BBDB0;
    border-radius: 6px;
    border: 1px solid transparent;
    box-sizing: border-box;
}

.pl-style-136 {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    background-color: #378E9E;
    border-radius: 6px;
    border: 1px solid transparent;
    box-sizing: border-box;
}

.pl-style-137 {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    background-color: #4A73B6;
    border-radius: 6px;
    border: 1px solid transparent;
    box-sizing: border-box;
}

.pl-style-138 {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    background-color: #4F4392;
    border-radius: 6px;
    border: 1px solid transparent;
    box-sizing: border-box;
}

.pl-style-139 {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    background-color: #BA5ABE;
    border-radius: 6px;
    border: 1px solid transparent;
    box-sizing: border-box;
}

.pl-style-140 {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    background-color: #D9D9D9;
    border-radius: 6px;
    border: 1px solid transparent;
    box-sizing: border-box;
}

.pl-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.pl-sort {
    position: relative;
}

.pl-style-141 {
    appearance: none;
    -webkit-appearance: none;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #111111;
    border: none;
    background: transparent;
    padding-right: 20px;
    outline: none;
    cursor: pointer;
}

.pl-style-142 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.pl-view-modes {
    display: flex;
    gap: 10px;
}

.pl-view-btn.active {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    border: none;
    background: transparent;
    cursor: pointer;
    color: #F25916;
}

.pl-view-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    border: none;
    background: transparent;
    cursor: pointer;
    color: #605E5C;
}

.pl-item-card {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #F0F0F0;
}

.pl-card-img-box {
    width: 280px;
    height: 210px;
    background: #F5F5F7;
    border-radius: 12px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pl-style-143 {
    position: absolute;
    top: 15px;
    right: 15px;
}

.pl-style-144 {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.pl-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 0;
}

.pl-card-row-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.pl-card-status {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 13px;
    font-family: 'Inter', sans-serif;
}

.pl-style-145 {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #32A028;
    font-weight: 500;
}

.pl-style-146 {
    color: #8D8D8D;
}

.pl-card-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    font-family: 'Inter', sans-serif;
}

.pl-style-147 {
    color: #111111;
    font-weight: 500;
    margin-left: 4px;
}

.pl-card-row-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.pl-card-gost {
    font-size: 13px;
    color: #605E5C;
    font-family: 'Inter', sans-serif;
}

.pl-card-price {
    font-size: 16px;
    font-weight: 700;
    color: #111111;
    font-family: 'Inter', sans-serif;
}

.pl-card-row-3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.pl-card-title {
    font-size: 15px;
    font-weight: 600;
    color: #111111;
    font-family: 'Inter', sans-serif;
    line-height: 1.4;
    max-width: 480px;
    margin: 0;
}

.pl-style-148 {
    color: inherit;
    text-decoration: none;
}

.pl-card-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #EAEAEA;
    border-radius: 20px;
    padding: 4px;
    height: 36px;
    width: 140px;
    box-sizing: border-box;
}

.pl-style-149 {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #F5F5F7;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    color: #605E5C;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

.pl-style-150 {
    width: 40px;
    border: none;
    background: transparent;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #111111;
    outline: none;
}

.pl-style-151 {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #F5F5F7;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    color: #605E5C;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

.pl-card-row-4 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: auto;
}

.pl-card-props {
    font-size: 13px;
    color: #605E5C;
    font-family: 'Inter', sans-serif;
    line-height: 1.7;
}

.pl-style-152 {
    font-size:9px;
}

.pl-card-add-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 40px;
    background: #F25916;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    border-radius: 20px;
    transition: background 0.2s;
}

.pl-style-153 {
    position: absolute;
    top: 15px;
    right: 15px;
}

.pl-style-154 {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.pl-style-155 {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #32A028;
    font-weight: 500;
}

.pl-style-156 {
    color: #8D8D8D;
}

.pl-style-157 {
    color: #111111;
    font-weight: 500;
    margin-left: 4px;
}

.pl-style-158 {
    color: inherit;
    text-decoration: none;
}

.pl-style-159 {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #F5F5F7;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    color: #605E5C;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

.pl-style-160 {
    width: 40px;
    border: none;
    background: transparent;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #111111;
    outline: none;
}

.pl-style-161 {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #F5F5F7;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    color: #605E5C;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

.pl-style-162 {
    font-size:9px;
}

.pl-style-163 {
    position: absolute;
    top: 15px;
    right: 15px;
}

.pl-style-164 {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.pl-style-165 {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #32A028;
    font-weight: 500;
}

.pl-style-166 {
    color: #8D8D8D;
}

.pl-style-167 {
    color: #111111;
    font-weight: 500;
    margin-left: 4px;
}

.pl-style-168 {
    color: inherit;
    text-decoration: none;
}

.pl-style-169 {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #F5F5F7;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    color: #605E5C;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

.pl-style-170 {
    width: 40px;
    border: none;
    background: transparent;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #111111;
    outline: none;
}

.pl-style-171 {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #F5F5F7;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    color: #605E5C;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

.pl-style-172 {
    font-size:9px;
}

.pl-style-173 {
    position: absolute;
    top: 15px;
    right: 15px;
}

.pl-style-174 {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.pl-style-175 {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #32A028;
    font-weight: 500;
}

.pl-style-176 {
    color: #8D8D8D;
}

.pl-style-177 {
    color: #111111;
    font-weight: 500;
    margin-left: 4px;
}

.pl-style-178 {
    color: inherit;
    text-decoration: none;
}

.pl-style-179 {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #F5F5F7;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    color: #605E5C;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

.pl-style-180 {
    width: 40px;
    border: none;
    background: transparent;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #111111;
    outline: none;
}

.pl-style-181 {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #F5F5F7;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    color: #605E5C;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

.pl-style-182 {
    font-size:9px;
}

.pl-style-183 {
    position: absolute;
    top: 15px;
    right: 15px;
}

.pl-style-184 {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.pl-style-185 {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #32A028;
    font-weight: 500;
}

.pl-style-186 {
    color: #8D8D8D;
}

.pl-style-187 {
    color: #111111;
    font-weight: 500;
    margin-left: 4px;
}

.pl-style-188 {
    color: inherit;
    text-decoration: none;
}

.pl-style-189 {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #F5F5F7;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    color: #605E5C;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

.pl-style-190 {
    width: 40px;
    border: none;
    background: transparent;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #111111;
    outline: none;
}

.pl-style-191 {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #F5F5F7;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    color: #605E5C;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

.pl-style-192 {
    font-size:9px;
}

.pl-style-193 {
    position: absolute;
    top: 15px;
    right: 15px;
}

.pl-style-194 {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.pl-style-195 {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #32A028;
    font-weight: 500;
}

.pl-style-196 {
    color: #8D8D8D;
}

.pl-style-197 {
    color: #111111;
    font-weight: 500;
    margin-left: 4px;
}

.pl-style-198 {
    color: inherit;
    text-decoration: none;
}

.pl-style-199 {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #F5F5F7;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    color: #605E5C;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

.pl-style-200 {
    width: 40px;
    border: none;
    background: transparent;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #111111;
    outline: none;
}

.pl-style-201 {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #F5F5F7;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    color: #605E5C;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

.pl-style-202 {
    font-size:9px;
}

.pl-style-203 {
    position: absolute;
    top: 15px;
    right: 15px;
}

.pl-style-204 {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.pl-style-205 {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #32A028;
    font-weight: 500;
}

.pl-style-206 {
    color: #8D8D8D;
}

.pl-style-207 {
    color: #111111;
    font-weight: 500;
    margin-left: 4px;
}

.pl-style-208 {
    color: inherit;
    text-decoration: none;
}

.pl-style-209 {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #F5F5F7;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    color: #605E5C;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

.pl-style-210 {
    width: 40px;
    border: none;
    background: transparent;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #111111;
    outline: none;
}

.pl-style-211 {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #F5F5F7;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    color: #605E5C;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

.pl-style-212 {
    font-size:9px;
}

.pl-style-213 {
    position: absolute;
    top: 15px;
    right: 15px;
}

.pl-style-214 {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.pl-style-215 {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #32A028;
    font-weight: 500;
}

.pl-style-216 {
    color: #8D8D8D;
}

.pl-style-217 {
    color: #111111;
    font-weight: 500;
    margin-left: 4px;
}

.pl-style-218 {
    color: inherit;
    text-decoration: none;
}

.pl-style-219 {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #F5F5F7;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    color: #605E5C;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

.pl-style-220 {
    width: 40px;
    border: none;
    background: transparent;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #111111;
    outline: none;
}

.pl-style-221 {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #F5F5F7;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    color: #605E5C;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

.pl-style-222 {
    font-size:9px;
}

.pl-style-223 {
    position: absolute;
    top: 15px;
    right: 15px;
}

.pl-style-224 {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.pl-style-225 {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #32A028;
    font-weight: 500;
}

.pl-style-226 {
    color: #8D8D8D;
}

.pl-style-227 {
    color: #111111;
    font-weight: 500;
    margin-left: 4px;
}

.pl-style-228 {
    color: inherit;
    text-decoration: none;
}

.pl-style-229 {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #F5F5F7;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    color: #605E5C;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

.pl-style-230 {
    width: 40px;
    border: none;
    background: transparent;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #111111;
    outline: none;
}

.pl-style-231 {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #F5F5F7;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    color: #605E5C;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

.pl-style-232 {
    font-size:9px;
}

.pl-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.pl-page.active {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #F25916;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    text-decoration: none;
}

.pl-page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #111111;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    text-decoration: none;
}

.pl-page-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #F5F5F7;
    color: #605E5C;
    text-decoration: none;
    margin-left: 5px;
}

.pl-section-block.new_products.otr-catalog {
    padding: 0;
    margin-bottom: 80px;
    width: 100%;
}

.pl-section-nav {
    margin-bottom: 30px;
}

.d-flex {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.item.background-new {
    border-radius: 12px;
    padding: 25px 25px 60px 25px;
    position: relative;
    height: 100%;
    width: 32%;
    display: flex;
    flex-direction: column;
}

.img {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.pl-style-233 {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.desc {
    flex-grow: 1;
}

.pr-title {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.4;
    color: #111111;
    text-transform: uppercase;
}

.ref_link {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 44px;
    height: 44px;
    border-radius: 22px 0 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pl-style-234 {
    width: 28px;
    height: 28px;
    background: #F25916;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pl-style-235 {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.pl-style-236 {
    width: 28px;
    height: 28px;
    background: #F25916;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pl-style-237 {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.pl-style-238 {
    width: 28px;
    height: 28px;
    background: #F25916;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-list-page .pl-section-block.new_products.otr-catalog,
.product-list-page .item.background-new {
    background: #ffffff;
}

.product-list-page .item.background-new .desc {
    max-height: 50px;
    overflow: hidden;
}


/* End */
/* /local/templates/custom_template/styles.css?1782245932155270 */
