

/* Start:/local/templates/nvacontact/components/bitrix/catalog/catalog/style.css?17683763791625*/
.page__content .container > h2 {
    font-weight: bold;
}
.page__content .container h2 {
    margin-bottom: 10px;
    font-weight: bold;
}
.page__content .container h3 {
    margin: 5px 0;
    font-weight: bold;
}
.page__content .container ul {
    list-style: inside;
}
.page__content .container ol {
    list-style-type: decimal;
}
.page__content .container ol > li{
    margin-left: 20px;
}
.page__content .container ul > li > ul {
    margin-left: 20px;
    list-style: none;
}
.page__content .container table td{
    border: 1px solid grey;
}
.smart_filter_checked_items {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
}
.smart_filter_checked_items button{
    display: flex;
    padding: 5px;
    background-color: #f9f9f9;
    border-radius: 1px;
}
.smart_filter_checked_items button:hover {
    text-decoration: line-through;
    background-color: #d1d1d1;
}
.smart_filter_checked_items button span {
    position: relative;
    height: 17px;
    width: 20px;
    opacity: 0.2;
    cursor: pointer;
    transition: opacity ease 0.5s;
}
.smart_filter_checked_items button:hover span{
    opacity: 1;
}
.smart_filter_checked_items button span::before,
.smart_filter_checked_items button span::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 11px;
    display: block;
    width: 14px;
    height: 2px;
    background: #000;
}

.smart_filter_checked_items button span::before {
    transform: rotate(45deg);
}

.smart_filter_checked_items button span::after {
    transform: rotate(-45deg);
}
/* End */


/* Start:/local/templates/nvacontact/components/bitrix/catalog.element/catalog__detail/style.css?17899911196651*/
/* .product-detail__slider .slick-slide{
    z-index: 0!important;
} */

.link__download + .product-detail__ttl{
    margin-top: 25px
}
.product-detail__description h3 {
    margin-bottom: 10px;
    font-weight: bold;
}
.product-detail__description h4 {
    margin: 5px 0;
    font-weight: bold;
}
.product-detail__description p {

}
.product-detail__description ul {
    list-style: inside;
}
.product-detail__description ol {
    list-style-type: decimal;
}
.product-detail__description ol > li{
    margin-left: 20px;
}
.product-detail__description ul > li > ul {
    margin-left: 20px;
    list-style: none;
}
.product-detail__description table td{
    border: 1px solid grey;
}
.product-detail__description table:not(.product-table) td{
    padding: 5px 10px;
}
.product-detail .btn__color_red {
    background-color: #d30a0a;
    color: white;
}
.product-detail .btn__color_f2b860 {
    background-color: #f2b860;
    color: white;
}
.product-detail .btn__color_46827c {
    background-color: #46827c;
    color: white;
}
.product-detail .btn__color_1c4443 {
    background-color: #1c4443;
    color: white;
}
.product-detail .btn__color_003366 {
    background-color: #003366;
    color: white;
}
.detail_special_price{
    padding: 5px!important;
    border: 2px red solid!important;
    margin-bottom: 2px;
 }
.product-detail .cost .cost__block + .cost__block {
    margin-top: 8px;
}
.product-detail .cost__block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.product-detail .cost__block_vat {
    padding-top: 8px;
    border-top: 1px solid #e8e8e8;
}
.product-detail .cost__text_novat {
    color: #9d9d9d;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.product-detail .cost__text_vat {
    color: #f26b3e;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.product-detail .cost__row_novat .cost__current {
    font-size: 25px;
    line-height: 29px;
    color: #5c5c5c;
}
.product-detail .cost__row_vat .cost__current {
    font-size: 25px;
    line-height: 29px;
    color: #f26b3e;
}
 .product-item-scu-item-list {
    overflow: hidden;
    margin: 0 0 0 -2px;
    padding: 0;
    list-style: none;
    min-height: 34px;
 }
 
 
 .product-item-scu-item-color-container,
 .product-item-scu-item-text-container {
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 3px;
    max-width: 100%;
    vertical-align: middle;
 }
 
 .product-item-scu-item-color-container.selected .product-item-scu-item-color-block,
 .product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
    outline-width: 2px;
    outline-color: #f26b3e;
 }
 
 
 .product-item-scu-item-text-container { min-width: 48px; }
 
 
 .product-item-scu-item-text-block {
    position: relative;
    padding: 0 5px;
    outline: 1px solid #dcdcdc;
    cursor: pointer;
 }
 
 
 .bx-no-touch .product-item-scu-item-text-block { transition: outline 300ms ease; }
 
 
 .bx-retina .product-item-scu-item-text-block { outline-width: .5px; }
 
 
 .bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; }
 
 
 .product-item-scu-item-text {
    overflow: hidden;
    max-width: 100%;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #5c5c5c;
 }

 /* Tabs */
.product-item-detail-tabs-container {
    min-height: 60px;
    border-bottom: 1px solid #ededed;
    background: #fff;
}

.product-item-detail-tabs-list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-item-detail-tabs-list:after {
    display: table;
    clear: both;
    content: "";
}

.product-item-detail-tab {
    float: left;
    min-height: 60px;
}

.product-item-detail-tab-link {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 25px;
    height: 60px;
    /*color: #f26b3e;*/
    vertical-align: middle;
    text-transform: uppercase;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight: var(--ui-font-weight-bold);
    font-size: 13px;
    line-height: 45px;
    transition: all 250ms ease;
    text-decoration: none;
}

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link { color: #f26b3e; }

.product-item-detail-tab-link:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    background: #f26b3e;
    content: "";
    transition: all 250ms ease;
}

.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after { height: 3px; }

.product-item-detail-tab-link:active:after { height: 6px; }

.product-item-detail-tab-content { padding: 25px 0; }

@media (max-width: 991px) {
    .product-item-detail-tabs-container { display: none !important; }

    .product-item-detail-tab-content { display: block !important; }
}

.product-item-detail-tab-content { display: none; }

.product-item-detail-tab-content.active { display: block; }

.product-item-detail-tabs-container-hidden{
    display: none;
}

.properties__simples{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.properties__simples .properties__item+.properties__item {
    border-top: none;!important;
}
.properties__simples .properties__item {
    border-bottom: 1px solid #dcdcdc;
}
.product-item-detail-tab-content .product-detail__middle, .product-item-detail-tab-content .product-detail__bottom{
    padding-top: 0px;
}
.icon-copy{
    cursor: pointer;
}
.copy-artnumber {
    position: relative;
}
.tooltiptext{
    position: absolute;
    left: 60%;
    bottom: 100%;
    font-size: 10px;
    background: #f9f9f9;
    padding: 3px;
    text-align: center;
}
.spec-description{
    margin-top: 5px;
}
[data-in-cart="Y"] {
    background-color: white!important;
    color: #f26b3e!important;
    border: 1px solid #f26b3e;
    margin: -1px;
}
[data-in-cart="Y"]:hover {
    color: white!important;
    border: none;
    background-color: #f26b3e!important;
    margin: 0!important;
}
[data-in-cart="N"]:hover {
    color: #f26b3e!important;
    border: 1px solid #f26b3e;
    background-color: white!important;
    margin: -1px!important;
}
.product-detail__basket .btn {
    transition: none;
    -webkit-transition: none;
}
.btn__second_label{
    margin-left: 15px;
}
@media (max-width: 768px) {
    .properties__simples{
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
.product-detail__btns a{
    flex-direction: row;
}
/* End */


/* Start:/bitrix/components/bitrix/sale.prediction.product.detail/templates/.default/style.css?1668672994381*/
.catalog-element-popup-wrapper {
	position: absolute;
	box-sizing: border-box;
	border-radius: 3px;
	background: rgba(0, 0, 0, .77);
}

.catalog-element-popup-inner {
	padding: 20px;
	max-width: 300px;
	font: 13px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.catalog-element-popup-element {
	color: #ffa801;
	font: bold 13px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* End */


/* Start:/local/templates/nvacontact/components/bitrix/catalog.section/detail/style.css?17891296873333*/
.bx-sbb-empty-cart-image {
    margin: 50px auto 42px;
    width: 131px;
    height: 116px;
    background: url(/local/templates/nvacontact/components/bitrix/catalog.section/detail/images/empty_cart.svg) no-repeat center;
    background-size: contain;
    -webkit-background-size: contain;
}

.bx-sbb-empty-cart-text {
    margin-bottom: 42px;
    color: #bababa;
    text-align: center;
    font-size: 36px;
}

.bx-sbb-empty-cart-desc {
    margin-bottom: 42px;
    color: #000;
    text-align: center;
    font-size: 16px;
}
.catalog__tiles-col .product__stocks{
    flex-wrap: nowrap;
}
.product__item_bottom .range__btn {
    min-width: 26px;
}
.catalog__tiles-col{
    margin: 0!important;
    height: 100%;
}
.slick-slide > div {
    height: 100%;
}
.catalog__tiles-col .product__item {
    min-height: 520px!important;
}

/* CLS: keep carousel layout before Slick initializes */
.catalog__tiles.slider_detail:not(.slick-initialized) {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%;
    padding-bottom: 50px;
    box-sizing: border-box;
}
.catalog__tiles.slider_detail:not(.slick-initialized) > .catalog__tiles-col {
    flex: 0 0 25%;
    max-width: 25%;
    width: 25% !important;
    box-sizing: border-box;
}
.catalog__tiles.slider_detail:not(.slick-initialized) > .catalog__tiles-col:nth-child(n+5) {
    display: none;
}
@media (max-width: 1105px) {
    .catalog__tiles.slider_detail:not(.slick-initialized) > .catalog__tiles-col {
        flex: 0 0 33.333%;
        max-width: 33.333%;
        width: 33.333% !important;
    }
    .catalog__tiles.slider_detail:not(.slick-initialized) > .catalog__tiles-col:nth-child(n+4) {
        display: none;
    }
}
@media (max-width: 830px) {
    .catalog__tiles.slider_detail:not(.slick-initialized) > .catalog__tiles-col {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50% !important;
    }
    .catalog__tiles.slider_detail:not(.slick-initialized) > .catalog__tiles-col:nth-child(n+3) {
        display: none;
    }
}
@media (max-width: 555px) {
    .catalog__tiles.slider_detail:not(.slick-initialized) > .catalog__tiles-col {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100% !important;
    }
    .catalog__tiles.slider_detail:not(.slick-initialized) > .catalog__tiles-col:nth-child(n+2) {
        display: none;
    }
}
/*@media (min-width: 700px) {*/
/*    .product__item:hover:not(.product__row) {*/
/*         position: relative!important;*/
/*    }*/
/*}*/
.slick-slide {
    padding-bottom: 50px;
}
.slick-track {
    height: 100%;
}
.catalog__tiles-col:last-child:hover {
    height: 100%!important;
}
.catalog__tiles .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.catalog__tiles .slick-dots li {
    -webkit-transition: all ease-in .2s;
    transition: all ease-in .2s;
    background: lightgrey;
    text-indent: -9999px;
    width: 30px;
    height: 5px;
    margin: 0 5px;
    cursor: pointer;
}
.catalog__tiles .slick-dots li:hover, .catalog__tiles .slick-dots li.slick-active {
    background: #f26b3e;
}
.slick-dots li button:before {
    display: none;
}
.row .slick-dotted.slick-slider {
    margin-bottom: 0px;
}
/* End */


/* Start:/local/templates/nvacontact/js/slick/slick.css?15070169681776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/nvacontact/js/slick/slick-theme.css?15070169683145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/nvacontact/js/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/nvacontact/js/slick/./fonts/slick.eot');
    src: url('/local/templates/nvacontact/js/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/nvacontact/js/slick/./fonts/slick.woff') format('woff'), url('/local/templates/nvacontact/js/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/nvacontact/js/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/nvacontact/components/bitrix/catalog.item/catalog/style.css?179015510110298*/
.popup-window{
    position: fixed !important;
    top: 10px !important;
    left: auto !important;
    right: 10px !important;
}
.main_catalog_top .catalog__tiles .catalog__tiles-col {
    width: 280px;
}
.catalog__tiles .product__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.catalog__tiles .product__item:not(.product__row) .product__title {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
    text-overflow: unset;
    height: auto;
    min-height: 0;
    max-height: none;
    line-height: 21px;
    white-space: normal;
    word-break: break-word;
}
.catalog__tiles .product__item:not(.product__row) .product__stocks {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
    min-height: 0;
}
.catalog__tiles .product__item:not(.product__row) .product__item_bottom_left {
    display: block;
    width: 100%;
}
.catalog__tiles .product__item:not(.product__row) .product__article {
    font-size: 16px;
    line-height: 19px;
    color: #9d9d9d;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    word-break: break-word;
}
.catalog__tiles .product__item:not(.product__row) .product__prices {
    min-height: 0;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 4px;
}
.catalog__tiles .product__item:not(.product__row) .product__prices_row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    width: 100%;
    min-width: 0;
}
.product__price_group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.catalog__tiles .product__item:not(.product__row) .product__price_group_novat,
.catalog__tiles .product__item:not(.product__row) .product__price_group_vat {
    flex: 1 1 0;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    container-type: inline-size;
    container-name: product-price;
}
.catalog__tiles .product__item:not(.product__row) .product__price_group_novat {
    align-items: flex-start;
}
.catalog__tiles .product__item:not(.product__row) .product__price_group_vat {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    width: auto;
    align-items: flex-end;
}
.catalog__tiles .product__item:not(.product__row) .product__price_group_vat .product__price_old,
.catalog__tiles .product__item:not(.product__row) .product__price_group_vat .product__price_vat,
.catalog__tiles .product__item:not(.product__row) .product__price_group_vat .product__price_label {
    text-align: right;
}
.catalog__tiles .product__item:not(.product__row) .product__price_old {
    font-size: clamp(9px, 14cqi, 12px);
    line-height: 1.15;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
}
.catalog__tiles .product__item:not(.product__row) .product__price_current,
.catalog__tiles .product__item:not(.product__row) .product__price_vat {
    font-size: clamp(12px, 22cqi, 20px);
    line-height: 1.15;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
}
.catalog__tiles .product__item:not(.product__row) .product__stock {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-top: 0;
    margin-right: 0;
    padding-left: 28px;
    text-align: center;
    white-space: nowrap;
}
.catalog__tiles .product__item:not(.product__row) .product__stock_status {
    display: block;
    line-height: 16px;
}
.catalog__tiles .product__item:not(.product__row) .product__stock_qty {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    line-height: 14px;
}
.product__price_label {
    display: inline-block;
    font-size: 10px;
    line-height: 12px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    white-space: nowrap;
}
.product__price_label_novat {
    color: #9d9d9d;
}
.product__price_label_vat {
    color: #f26b3e;
}
.product__price_group_novat .product__price_current,
.product__price_vat {
    font-weight: 500;
}
.catalog__tiles .product__item:not(.product__row) .product__price_group_novat .product__price_current,
.catalog__tiles .product__item:not(.product__row) .product__price_vat {
    font-size: clamp(12px, 22cqi, 20px);
    line-height: 1.15;
    font-weight: 500;
}
.product__price_group_novat .product__price_current {
    color: #5c5c5c;
}
.product__price_vat {
    color: #f26b3e;
}
.catalog__tiles .product__item:not(.product__row) .product__price_empty {
    font-size: 14px;
    color: #9d9d9d;
}
.cost__text {
    font-size: 12px!important;
}
.main_catalog_top .catalog__tiles .product__title {
    align-items: unset;
    font-size: 16px;
    line-height: 21px;
    margin: 0;
}
.main_catalog_top .product__item_bottom .product__price_current,
.main_catalog_top .product__item_bottom .product__price_vat {
    font-size: clamp(12px, 22cqi, 20px);
    line-height: 1.15;
}
.main_catalog_top .product__item:not(.product__row):hover .product__item_bottom .product__ordering {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.main_catalog_top .product__item:not(.product__row):hover .product__item_bottom .product__ordering .range {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    max-width: none;
}
.main_catalog_top .product__item:not(.product__row):hover .product__item_bottom .product__ordering [type=number]{
    width: 100% !important;
    flex: 1 1 auto;
    min-width: 0;
}
.main_catalog_top .product__item:not(.product__row):hover .product__item_bottom .product__ordering .range+.btn {
    margin-left: 5px;
    width: auto;
    flex: 0 0 auto;
}
.main_catalog_top .product__item_bottom .range__btn{
    min-width: 26px;
}
.main_catalog_top .product__item_bottom .btn__size_36 {
    padding: 10px;
}
.catalog__tiles .catalog__tiles-col .btn__size_24 {
    padding: 6px;
}
.catalog__tiles.slider_detail .catalog__tiles-col,
.catalog__tiles .slick-slider .catalog__tiles-col {
    width: 240px;
}
.main_catalog_top .catalog__tiles.slider_detail .catalog__tiles-col,
.main_catalog_top .catalog__tiles .slick-slider .catalog__tiles-col {
    width: 280px;
}
.catalog__tiles .slick-slider .product__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.catalog__tiles .slick-slider .product__title {
    align-items: unset;
    font-size: 16px;
    line-height: 21px;
    margin: 0;
}
.slick-slider .product__item_bottom .product__price_current,
.slick-slider .product__item_bottom .product__price_vat {
    font-size: clamp(12px, 22cqi, 20px);
    line-height: 1.15;
}
.slick-slider .product__item:not(.product__row):hover .product__item_bottom .product__ordering [type=number]{
    width: 55px;
}
.main_catalog_top .slick-slider .product__item:not(.product__row):hover .product__item_bottom .product__ordering .range {
    flex: 1 1 auto;
    min-width: 0;
}
.main_catalog_top .slick-slider .product__item:not(.product__row):hover .product__item_bottom .product__ordering [type=number]{
    width: 100% !important;
    flex: 1 1 auto;
    min-width: 0;
}
.main_catalog_top .slick-slider .product__item:not(.product__row):hover .product__item_bottom .product__ordering .range+.btn {
    margin-left: 5px;
    width: auto;
    flex: 0 0 auto;
}
.slick-slider .product__item_bottom .range__btn{
    min-width: 26px;
}
.slick-slider .product__item_bottom .btn__size_36 {
    padding: 10px;
}
.product__item .btn__color_red {
    background-color: #d30a0a;
    color: white;
}
.product__item .btn__color_f2b860 {
    background-color: #f2b860;
    color: white;
}
.product__item .btn__color_46827c {
    background-color: #46827c;
    color: white;
}
.product__item .btn__color_1c4443 {
    background-color: #1c4443;
    color: white;
}.product__item .btn__color_003366 {
    background-color: #003366;
    color: white;
}
[data-tooltip] {
    position: relative; /* Относительное позиционирование */
}
[data-tooltip]::after {
    content: attr(data-tooltip); /* Выводим текст */
    position: absolute; /* Абсолютное позиционирование */
    width: 300px; /* Ширина подсказки */
    left: 0; top: 0; /* Положение подсказки */
    background: #1c4443; /* Синий цвет фона */
    color: #fff; /* Цвет текста */
    padding: 0.5em; /* Поля вокруг текста */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Параметры тени */
    pointer-events: none; /* Подсказка */
    opacity: 0; /* Подсказка невидима */
    transition: 1s; /* Время появления подсказки */
}
[data-tooltip]:hover::after {
    opacity: 1; /* Показываем подсказку */
    top: -2em; /* Положение подсказки */
}
.special-price {
    /*margin-top: 3px;*/
    margin-left: 5px;
    font-weight: bold;
    font-size: 18px;
}
.product__btns_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
@media (max-width: 700px) {
    .product__item:not(.product__row):hover .product__ordering {
        flex-direction: column;
        margin-top: 0!important;
    }
    .product__item:not(.product__row):hover .product__ordering .range+.btn{
        margin-left: 0!important;
    }
    .product__item:not(.product__row):hover .product__ordering [type=number]{
        width: 100%!important;
    }
    .popup-window.popup-window-with-titlebar.bx-blue {
        left: auto!important;
        right: 0!important;
        top: 0!important;
    }
}
[data-in-cart="Y"] {
    background-color: white!important;
    color: #f26b3e!important;
    border: 1px solid #f26b3e;
    margin: -1px;
}
[data-in-cart="Y"]:hover {
    color: white!important;
    border: none;
    background-color: #f26b3e!important;
    margin: 0!important;
}
.product__item_bottom .product__ordering [data-in-cart="N"]:hover {
    color: #f26b3e!important;
    border: 1px solid #f26b3e;
    background-color: white!important;
    margin: -1px!important;
}
.product__ordering .btn {
    transition: none;
    -webkit-transition: none;
}
.btn__second_label{
    margin-top: 1px;
}
/* End */
/* /local/templates/nvacontact/components/bitrix/catalog/catalog/style.css?17683763791625 */
/* /local/templates/nvacontact/components/bitrix/catalog.element/catalog__detail/style.css?17899911196651 */
/* /bitrix/components/bitrix/sale.prediction.product.detail/templates/.default/style.css?1668672994381 */
/* /local/templates/nvacontact/components/bitrix/catalog.section/detail/style.css?17891296873333 */
/* /local/templates/nvacontact/js/slick/slick.css?15070169681776 */
/* /local/templates/nvacontact/js/slick/slick-theme.css?15070169683145 */
/* /local/templates/nvacontact/components/bitrix/catalog.item/catalog/style.css?179015510110298 */
