

/* Start:/local/templates/nvacontact/components/bitrix/catalog.section.list/documentation__main/style.css?1739201945401*/
.brands_main a img {
    filter: grayscale(1);
    opacity: 0.5;
 }
 .brands_main a img:hover {
    filter: grayscale(0);
    opacity: 1;
 }
 .brands_main .brands__item {
    border: none;
 }
 main .brands_main .brands, main .brands_main>[id^=bx_incl_area]>.brands{
    padding-top: 0;
    padding-bottom: 0;
    flex-wrap: nowrap;
 }
 .container .brands {
    flex-wrap: wrap;
 }
 
/* End */


/* Start:/local/templates/nvacontact/components/bitrix/catalog.section/main/style.css?17750292663901*/
.bx-sbb-empty-cart-image {
    margin: 50px auto 42px;
    width: 131px;
    height: 116px;
    background: url(/local/templates/nvacontact/components/bitrix/catalog.section/main/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: 470px!important;
}
.slick-current > div > div {
    display: block!important;
}
/*@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: 462px!important;
}
.slick-current .catalog__tiles-col:last-child:hover {
    height: 470px!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;
}
/* .catalog__tiles .catalog__tiles-col {
    width: 240px;
} */
@media (max-width: 770px) {
    .filter .modef {
        display: none!important;
    }
}
/* 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;
}
/* 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?17720088224455*/
.popup-window{
    position: fixed !important;
    top: 10px !important;
    left: 1200px !important;
}
.main_catalog_top .catalog__tiles .catalog__tiles-col {
    width: 240px;
}
.catalog__tiles .product__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.main_catalog_top .catalog__tiles .product__title {
    align-items: start;
    font-size: 16px;
    margin: 0;
}
.main_catalog_top .product__item_bottom .product__price_current {
    font-size: 18px;
}
.main_catalog_top .product__item:not(.product__row):hover .product__item_bottom .product__ordering [type=number]{
    width: 55px;
}
.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 .slick-slider .catalog__tiles-col {
    width: 240px;
}
.catalog__tiles .slick-slider .product__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.catalog__tiles .slick-slider .product__title {
    align-items: start;
    font-size: 16px;
    margin: 0;
}
.slick-slider .product__item_bottom .product__price_current {
    font-size: 18px;
}
.slick-slider .product__item:not(.product__row):hover .product__item_bottom .product__ordering [type=number]{
    width: 55px;
}
.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: 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.section.list/documentation__main/style.css?1739201945401 */
/* /local/templates/nvacontact/components/bitrix/catalog.section/main/style.css?17750292663901 */
/* /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?17720088224455 */
