

/* Start:/local/templates/interplast/components/bitrix/menu/header_menu/style.min.css?1777222114490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/interplast/components/bitrix/menu/header_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/interplast/components/bitrix/menu/bottom/style.min.css?1774879755490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/interplast/components/bitrix/menu/bottom/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/interplast/components/bitrix/menu/bottom_strong/style.min.css?1774881065490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/interplast/components/bitrix/menu/bottom_strong/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/interplast/styles.css?17815146356507*/
.images-text {
    width: 100%;
}

.images-text__img {
    display: block;
    overflow: hidden;
    aspect-ratio: 307/205;
    border-radius: var(--br24);
}

.images-text__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.images-text.g-col-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
}

.images-text_single {
    display: block;
}

.images-text_single .images-text__img {
    aspect-ratio: auto;
    width: fit-content;
    max-width: 100%;
    margin-inline: auto;
}

.images-text_single .images-text__img img {
    width: auto;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

@media (max-width: 1024px) {
    .images-text.g-col-3,
    .images-text.g-col-4 {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 479px) {
    .images-text.g-col-3,
    .images-text.g-col-4 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.ah-top__slide {
    cursor: default !important;
}

.ah-top__slide * {
    cursor: default !important;
}

.tab-pd__content {
    overflow-x: auto;
}

.tab-pd__content table {
    width: 100% !important;
    min-width: 720px;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: var(--br16);
    border: 1px solid var(--blue-blue-vy-lt);
    overflow: hidden;
    background: var(--white);
    table-layout: auto;
    font-weight: 300;
}

.tab-pd__content table tr:first-child {
    background: var(--blue-blue-lt-bg);
    font-size: max(20rem, 20px);
    font-weight: 500;
    line-height: 140%;
}

.tab-pd__content table th,
.tab-pd__content table td {
    width: auto !important;
    min-width: max(120rem, 120px);
    padding: max(11rem, 11px);
    border: 0;
    vertical-align: top;
    text-align: left;
}

.tab-pd__content table th:not(:last-child),
.tab-pd__content table td:not(:last-child) {
    border-right: 1px solid var(--blue-blue-vy-lt);
}

.tab-pd__content table tr:not(:last-child) th,
.tab-pd__content table tr:not(:last-child) td {
    border-bottom: 1px solid var(--blue-blue-vy-lt);
}

.tab-pd__content table th:first-child,
.tab-pd__content table td:first-child {
    min-width: max(220rem, 220px);
    font-weight: 500;
}

.tab-pd__content table p {
    margin: 0;
    font: inherit;
    line-height: inherit;
}

.parrent-d__content .text-b > p > img {
    display: block;
    width: auto !important;
    max-width: 100%;
    height: auto !important;
    margin-inline: auto;
    border-radius: var(--br24);
    object-fit: cover;
}

.parrent-d__content .text-b > p > img + br {
    display: none;
}

.parrent-d__content .text-b > p:has(> img) {
    overflow: hidden;
}

.content-text table:not(:has(img)) {
    width: 100% !important;
    border-collapse: collapse;
    margin: var(--h24) 0;
    color: var(--gray-gray---secondary-text);
    table-layout: auto;
}

.content-text table:not(:has(img)) td,
.content-text table:not(:has(img)) th {
    width: auto !important;
    min-width: max(160rem, 160px);
    padding: max(12rem, 12px) 16px;
    border: 1px solid var(--gray-gray---stroke);
    text-align: left;
    vertical-align: top;
}

.content-text table:not(:has(img)) p {
    margin: 0;
}

.content-text table:not(:has(img)) p:not(:last-child),
.content-text table:not(:has(img)) ul:not(:last-child),
.content-text table:not(:has(img)) ol:not(:last-child) {
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .content-text table:not(:has(img)) {
        display: block;
        overflow-x: auto;
        max-width: 100%;
    }

    .content-text table:not(:has(img)) tbody {
        display: table;
        min-width: 640px;
    }
}

.parrent-d__content .text-b > table:has(img) {
    width: 100% !important;
    border-collapse: separate;
    border-spacing: 12px;
    table-layout: fixed;
    margin: var(--h48) -12px 0;
}

.parrent-d__content .text-b > table:has(img) td {
    padding: 0;
    vertical-align: top;
}

.parrent-d__content .text-b > table:has(img) img {
    display: block;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 385 / 200;
    object-fit: cover;
    border-radius: var(--br24);
}

@media (max-width: 767px) {
    .parrent-d__content .text-b > table:has(img) {
        display: block;
        margin-inline: 0;
        border-spacing: 0;
    }

    .parrent-d__content .text-b > table:has(img) tbody,
    .parrent-d__content .text-b > table:has(img) tr,
    .parrent-d__content .text-b > table:has(img) td {
        display: block;
        width: 100% !important;
    }

    .parrent-d__content .text-b > table:has(img) td:not(:last-child) {
        margin-bottom: 12px;
    }

    .parrent-d__content .text-b > table:has(img) tr:not(:last-child) {
        margin-bottom: 12px;
    }
}

@media all and (min-width: 768px) {
    .panel-geo.in {
        pointer-events: auto;
    }
}

@media (min-width: 1025px) {
    .text-block__wrap_no-img {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .text-block__wrap_no-img .text-block__left .head-b {
        padding-right: 0;
    }
}

.purpose-cart {
    padding: var(--p12);
}
.purpose-cart span {
    padding: var(--pp6) max(30rem, 30px);
    height: auto;
    min-height: max(46rem, 46px);
}

.basket-popup-overlay .basket-popup {
    width: max-content;
    max-width: calc(100vw - 48px);
    box-sizing: border-box;
}

.basket-popup-overlay .basket-popup__content {
    max-width: 370px;
}

.basket-popup-overlay .basket-popup__actions {
    width: max-content;
    max-width: 100%;
    flex-wrap: nowrap;
    justify-content: center;
}

.basket-popup-overlay .basket-popup__actions .btn {
    flex: 0 0 auto;
    min-width: 0;
    max-width: 100%;
}

@media (max-width: 767px) {
    .basket-popup-overlay .basket-popup {
        width: 100%;
        max-width: calc(100vw - 32px);
    }

    .basket-popup-overlay .basket-popup__content {
        max-width: 100%;
    }

    .basket-popup-overlay .basket-popup__actions {
        width: 100%;
        flex-direction: column;
        gap: 12px;
    }

    .basket-popup-overlay .basket-popup__actions .btn {
        width: 100%;
    }
}

/* End */


/* Start:/local/templates/interplast/template_styles.css?17815090302553*/
.ah-top__img img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    /*padding: 24px;*/
}

.aside-news__slider .swiper-wrapper {
    min-width: 100%;
}

.traning-person__list .btn {
    cursor: default;
}

.ah-top__img {
    cursor: pointer;
}

@media (min-width: 1025px) {
    .ah-top__img {
        height: calc(100% - max(96rem, 96px));
    }

    .not-found .btn {
        z-index: 2;
        cursor: none;
    }
}

.prod-cart__img img {
    aspect-ratio: 432 / 234;
}

.prod-ctc__img img {
    aspect-ratio: 336 / 189;
}

.table-com__scroll {
    opacity: 0;
}

.dragging .table-com__scroll {
    opacity: 1;
}

.pattern-c__aside {
    position: sticky;
    top: calc(var(--heightHeaderFixed) + max(20rem, 20px));
}

.aside-catalog {
    /*position: relative !important;*/
    /*top: 0;*/
}

.search-head._clear .search-head__input {
    padding-right: 124px;
}

@media (max-width: 1280px) {
    .catalog-head__wrap {
        overflow-y: auto;
        height: calc(100dvh - 60px);
    }

    .catalog-head__overlay {
        height: auto;
        padding-bottom: 0;
        overflow-y: visible;
    }

    .catalog-head__item_other {
        padding: 0 16px 16px;
    }

    .nav-head__overlay {
        overflow-y: auto;
    }

    .filter.active {
        /*position: fixed !important;*/
    }

    .prod-detail__images .img-big, .prod-detail__images .img-big a, .prod-detail__images .img-big img {
        aspect-ratio: 928 / 822;
        display: flex;
    }

    .prod-detail__images .img-big img {
        height: auto;
    }
}

.section-cart__img {
    justify-content: center;
}

._md-none {
    display: inline-flex !important;
}

@media (max-width: 767px) {
    .parrent-d__left .social {
        display: none;
    }
}

@media (max-width: 420px) {
    .pagin__links .link {
        width: 36px;
        height: 36px;
    }
}

.footer .social-b {
    z-index: 4
}
.purpose-cart {
    padding: var(--p12);
}
.purpose-cart span {
    display: inline-block;
    padding: max(12rem,12px) max(30rem, 30px);
}
@media (max-width: 1280px) {
    .text-block__wrap_no-img .text-block__left {
        padding: 0;
    }

    .text-block__wrap_no-img .text-block__left .head-b .h2,
    .text-block__wrap_no-img .text-b {
        color: var(--other-black);
    }

    .text-block__wrap_no-img .text-block__left .head-b .p1m {
        color: var(--gray-gray-medium);
    }
}
.section-cart__img img {
    aspect-ratio: 432/338;
}
@media (max-width: 1280px) {
    .prod-cart__img, .prod-cart__img img {
        aspect-ratio: 432/338;
    }
}
/* End */
/* /local/templates/interplast/components/bitrix/menu/header_menu/style.min.css?1777222114490 */
/* /local/templates/interplast/components/bitrix/menu/bottom/style.min.css?1774879755490 */
/* /local/templates/interplast/components/bitrix/menu/bottom_strong/style.min.css?1774881065490 */
/* /local/templates/interplast/styles.css?17815146356507 */
/* /local/templates/interplast/template_styles.css?17815090302553 */
