

/* Start:/bitrix/templates/.default/components/bitrix/news/bilder/bitrix/news.detail/.default/style.css?178496687016256*/
:root {
    --font-family: "Inter", sans-serif;
    --second-family: "IBM Plex Mono", sans-serif;
    --third-family: "Nunito Sans", sans-serif;
    --font3: "IBM Plex Sans", sans-serif;
    --font4: "Roboto", sans-serif;
}
.container_onelab{
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1402px;
    max-width: var(--theme-page-width);
    max-width: calc(var(--theme-page-width) + calc(2 * var(--theme-page-width-padding)));
    width: 100%;
}

.col-8{
    max-width: calc((8 / 12) * 100%);
    width: 100%;
}

.col-4{
    max-width: calc((4 / 12) * 100% );
    width: 100%;
}
.col-5{
    max-width: calc((5 / 12) * 100%);
    width: 100%;
}
.col-11{
    max-width: calc((11 / 12) * 100%);
    width: 100%;
}
.row_onelab{
    display: flex;
    gap: 24px;
}

.list_img{
    width: 64px;
}
.list_img img{
    width: 52px;
    height: 52px;
    cursor: pointer;
    padding: 6px;
    border-radius: 6px;
    border: 2px solid transparent;
    object-fit: cover;
}
.list_img img.active{
    border: 2px solid #009f53;
}
.main_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imgs{
    position: relative;
}

.imgs .list_img{
    position: absolute;
    top: 0;
    left: 0;
}
.imgs .main_img{
    padding-left: calc(64px + 18px);
    height: 517px;
}

#app .title{
    font-family: var(--third-family);
    font-weight: 600;
    font-size: 32px;
    line-height: 150%;
    color: #222;
    margin-bottom: 32px;
}
#app .result_list .title{
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #009f53;
    margin-bottom: 0;
}
.btn-default.btn-light{
    background: #fff !important;
    color: #009f53 !important;

}
.btns{
    display: flex;
    align-items: center;
    gap: 20px;
}
.sticky{
    position: sticky;
    top: calc(90px);
    height: max-content;
    margin-top: -75px;
    /*overflow-y: scroll;*/
    /*height: 80vh;*/
}
/*Убрать полосу прокрутки у элемента*/
.sticky::-webkit-scrollbar {
    width: 0;
}


.col-4 .result_list{
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 3px 20px 0 rgba(34, 34, 34, 0.1);
    background: #fff;

}
.col-4 .btns{
    margin-bottom: 30px;
}
.result_list .title {
    font-family: var(--third-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #009f53;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}
.result_list ul{
    padding: 0;
    margin: 0;
}
.result_list ul li{
    margin-bottom: 0;
}
.result_list ul li:before{
    display: none;
}
.result_list ul li .name{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 135%;
    color: #222;
}
.result_list ul li span{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #666;
}
.result_list ul li{
    padding: 12px 0;
    border-bottom: 1px solid #d9d9d9;
}
.result_list ul li:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
.tabs_list{
    display: flex;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid #ededed;
    padding: 20px 0;
    margin-bottom: 30px;
}
.tabs_list .item{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #555;
    cursor: pointer;
    position: relative;
}
.tabs_list .item:before{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    bottom: -20px;
    position: absolute;
    background: #009f53;
    opacity: 0;
    transition: .3s all;
}
.tabs_list .item.active:before{
    opacity: 1;
}

.config_list{
    border-radius: 16px;
    padding: 10px 20px 20px 20px;
    box-shadow: 0 3px 20px 0 rgba(34, 34, 34, 0.1);
    background: #fff;
    margin-bottom: 16px;

}
.config_list .item_list{
    display: none;
}

#app .config_list .title{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 135%;
    text-align: left;
    color: #222;
    padding: 10px 0;
    margin-bottom: 10px;
    cursor: pointer;
}



.config_list.active .item_list{
    display: flex;
}
.config_list .item_list{
    flex-direction: column;
    gap: 10px;
}
.config_list .item_list label{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #222;
    border-radius: 8px;
    padding: 12px 16px;
    max-width: 952px;
    width: 100%;
    height: 44px;
    background: #f4f4f4;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
}
.config_list .item_list label .price{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    color: #222;
    margin-left: auto;
    display: inline-block;
}
.col-6{
    max-width: calc((6 / 12) * 100%);
    width: 100%;
}
.item_list .top_filter{
    display: flex;
    gap: 60px;
}
.item_list .top_filter .top{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 135%;
    text-align: left;
    color: #222;
}

input[type="range"] {
    max-width: 225px; /* Задайте ширину ползунка */
    width: 100%;
    height: 5px;
    background: #009f53;
    outline: none;
    position: relative;
    z-index: 500;
    -webkit-appearance: none; /* Убирает стандартный вид ползунка */
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px; /* Ширина точки */
    height: 15px; /* Высота точки */
    border-radius: 50%; /* Скругляем в круг */
    background: #009f53; /* Цвет точки */
    cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

/*  Для добавления нескольких точек, нужно будет использовать псевдоэлементы и JS  */
input[type="range"]::after {
    content: '';
    position: absolute;
    top: -5px; /* Позиционирование точки относительно ползунка */
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #4CAF50;
    transform: translateX(-50%); /* Центрирование точки */
    pointer-events: none; /* Игнорировать клики по точке */
    display: none;
}
.slider_track {
    display: flex;
    align-items: center;
}

.input_dots{
    position: relative;
    width: 50%;
}
.input_dots .dots{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 45%;

}
.input_dots .dots .dot{
    width: 9px;
    height: 9px;
    background: #009f53;
    border-radius: 50%;
    z-index: 0;
}

.btn_clear{
    border-radius: 4px !important;
    padding: 6px 10px !important;

    height: 32px !important;
    border: none !important;
    outline: none;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 154%;
    color: #666;
    display: flex;
    align-items: center;
    gap: 8px;
}

.top_filter .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.result-total{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    line-height: 129%;
    color: #222;
    padding: 40px 20px 0 20px;
    display: flex;
    justify-content: space-between;
}
.w-100{
    width: 100%;
}
.sticky_footer{
    padding: 0px 20px;
}

.sticky_footer .descr{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 154%;
    color: #999;
    margin-top: 30px;
}

.subtitle{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #666;
}

.config_list:has(.subtitle) .title:first-child{
    margin-bottom: 0;
}

.item_list .counter{
    display: flex;
    align-items: center;
}
.item_list .counter .btn-counter{
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    background: #009f53;
    color: #fff;
}

.item_list .counter .btn-counter.decrement{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.item_list .counter .btn-counter.increment{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.item_list .counter{
    margin: 0 auto;
}
.item_list .counter input{
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    background: #009f53;
    color: #fff;
    text-align: center;
}

.descr_title{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #222;
    background: #f4f4f4;
    border-radius: 8px;
    padding: 12px 16px;
    margin: 20px 0;
}

.line-block__item  .title{
    margin-bottom: 0;
}

.popup_form{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 450px;
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: var(--theme-outer-border-radius);
    z-index: 15001;
}

.top_form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#app .popup_form .top_form .title{
    margin-bottom: 0;
    font-weight: 500;
    font-family: var(--theme-font-title-family), Arial, sans-serif;
    font-size: 1.5rem;
    line-height: calc(1em + 7px);
    color: #222;
    color: var(--white_text_black);

}
#app .popup_form .top_form{
    margin-bottom: 26px;
}
body:has(.fixed_app_form){
    overflow-y: hidden;
}
body:has(.fixed_app_form) .headers-container{
    z-index: -1;
}
body:has(.fixed_app_form) #app{

}
body:has(.fixed_app_form) #overlay_onelab{
    display: block;
}

#overlay_onelab{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    z-index: 800;
    background: #344;
    opacity: .7 !important;
}

.close_form{
    cursor: pointer;
}

div[data-sid="items"]{
    display: none;
}

.topic__heading #pagetitle{
    display: none !important;
}

.page-top-info:has(.breadcrumbs){
    display: block !important;
}
small input{
    border: none;
    outline: none;
    width: 25px;
}

section.page-top{
    padding-bottom: 0 !important;
}
.mobile_title{
    display: none;
}
@media(max-width: 1200px){
    #app .title{
        display: none;
    }
    .mobile_title{
        display: block;
        font-weight: 600;
        font-size: 20px;
        line-height: 135%;
        color: #222;
        font-family: var(--second-family)
    }
}
.mobile_slider{
    display: none !important;
}
@media (max-width: 800px) {
    .row_onelab{
        flex-direction: column;
    }
    .row_onelab .col-8,
    .row_onelab .col-4{
        max-width: 100%;
    }
    .sticky{
        position: static;
        margin-top: 0px;
    }
    .config_list .title{
        display: block !important;
    }
    .result_list ul li{
        display: flex;
        flex-direction: column;
    }
    .config_list .item_list label .price{
        min-width: 100px;
    }
    .config_list .item_list label{

    }
    .imgs .main_img{
        padding-left: 0;
        max-width: 100%;
        height: 288px;
    }
    .imgs .list_img{
        display: none;
    }
    .item_list .top_filter{
        gap: 24px;
        flex-direction: column;
    }
    .item_list .top_filter .col-6{
        max-width: 100%;
    }
    .config_list .item_list label{
        height: 100px;
        flex-wrap: wrap;
    }
    .config_list .item_list label input{
        width: 15px;
        height: 15px;
    }
    .config_list .item_list label span{
        width: calc(100% - (15px + 12px) );
    }
    .config_list .item_list label span.price{
        width: 100%;
        text-align: right;
    }
    .config_list .item_list label:has(.counter) span.price{
        width: calc(100% - 100px);
        margin-left: 0;

    }
    .config_list .item_list label .counter{
        width: max-content;
        margin: 0;
    }
    .item_list .counter .btn-counter,
    .item_list .counter input{
        background: transparent;
        color: #b1b1b1;
        font-size: 16px;
    }
    .config_list .item_list{
        gap: 24px;
    }

    .row_onelab .col-8 .imgs{
       display: none;
    }
    .mobile_slider {
        display: block !important;
        padding: 40px 0;
    }
    .owl-carousel .owl-stage-outer{
        height: 200px;
    }
    .owl-theme .owl-dots .owl-dot span{
        height: 2px !important;
        margin: 5px 2px !important;
    }
    .popup_form{
       position: sticky;
        top: 50px;
        left: 0;
        transform: translate(0%, -100%);
    }
}
/* SALE-акции вариантов шасси */
.srv-sale{display:inline-block;background:#d81b60;color:#fff;font-size:11px;line-height:1;font-weight:700;padding:3px 8px;border-radius:10px;margin-left:8px;vertical-align:middle;white-space:nowrap;}
.config_list .price s{color:#9aa5ad;font-weight:400;margin-right:6px;}

/* sticky-total-fix: Итого/НДС/кнопка всегда в кадре, длинная сводка скроллится внутри */
@media (min-width: 801px) {
  .col-4.sticky{display:flex;flex-direction:column;max-height:calc(100vh - 110px);overflow:hidden;}
  .col-4.sticky .result_list{overflow-y:auto;flex:1 1 auto;min-height:0;}
  .col-4.sticky .result-total,
  .col-4.sticky .sticky_footer,
  .col-4.sticky > span{flex:0 0 auto;}
}

/* подсветка синхронизированной строки сводки */
.result_list ul li{transition:background .35s, box-shadow .35s;}
.result_list ul li.hl-sync{background:#eafaf1;box-shadow:0 0 0 6px #eafaf1;border-radius:6px;}

/* descr: на десктопе — в прокручиваемом списке, на мобилке — как раньше под кнопкой */
@media (min-width:801px){ .nsl-descr-mobile{display:none;} }
@media (max-width:800px){ .nsl-descr-moved{display:none;} }

/* nsl-img-fit: фото товара без растягивания/обрезки — натуральный размер, вписанный в контейнер */
.imgs .main_img{display:flex;align-items:center;justify-content:center;}
.main_img img{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;display:block;}
.mobile_slider .modile_item img{width:auto;height:auto;max-width:100%;max-height:288px;object-fit:contain;margin:0 auto;display:block;}

/* подзаголовки семейств CPU (Xeon Silver / Gold / Platinum) */
.cpu-group-title{font-weight:700;font-size:15px;margin:16px 0 8px;color:#222;}
.item_list .cpu-group-title:first-child{margin-top:0;}

/* (i)-тултип характеристик CPU */
.nsl-hint{position:relative;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border:1px solid #9aa5ad;border-radius:50%;font-size:11px;color:#9aa5ad;margin-left:8px;cursor:help;vertical-align:middle;flex:0 0 auto;}
.nsl-hint i{font-style:normal;line-height:1;}
.nsl-hint__box{display:none;position:absolute;left:26px;top:50%;transform:translateY(-50%);z-index:30;background:#fff;box-shadow:0 8px 28px rgba(0,0,0,.2);border-radius:10px;padding:14px 18px;min-width:250px;white-space:nowrap;color:#333;font-size:13px;line-height:1.65;text-align:left;font-weight:400;}
.nsl-hint:hover .nsl-hint__box{display:block;}
/* инфо-строка секции (охлаждение): картинка + предупреждение */
.nsl-sec-info{display:flex;gap:18px;align-items:center;background:#fff;padding:12px 14px;color:#666;line-height:1.55;font-size:14px;}
.nsl-sec-info img{width:96px;height:auto;flex:0 0 auto;}
@media(max-width:600px){.nsl-sec-info{flex-direction:column;align-items:flex-start;}.nsl-hint__box{left:auto;right:0;top:24px;transform:none;white-space:normal;min-width:210px;}}
.nsl-sec-info__img{display:block;width:96px;height:76px;flex:0 0 auto;background-size:contain;background-repeat:no-repeat;background-position:center;}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news/bilder/bitrix/news.detail/.default/lib/owl.carousel.min.css?15241873303351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/bitrix/templates/.default/components/bitrix/news/bilder/bitrix/news.detail/.default/lib/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news/bilder/bitrix/news.detail/.default/lib/owl.theme.default.min.css?15241873301013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */


/* Start:/local/templates/.default/components/bitrix/form.result.new/help_def/style.css?1753424365712*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/.default/components/bitrix/form.result.new/help_def/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/.default/components/bitrix/form.result.new/help_def/images/icon_warn.gif);
}

.col-md-12 .row{
	margin-bottom: 20px;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news/bilder/bitrix/news.detail/.default/style.css?178496687016256 */
/* /bitrix/templates/.default/components/bitrix/news/bilder/bitrix/news.detail/.default/lib/owl.carousel.min.css?15241873303351 */
/* /bitrix/templates/.default/components/bitrix/news/bilder/bitrix/news.detail/.default/lib/owl.theme.default.min.css?15241873301013 */
/* /local/templates/.default/components/bitrix/form.result.new/help_def/style.css?1753424365712 */
