

/* Start:/local/templates/truckprice/components/bitrix/catalog/truckprice/style.css?177496413416855*/
.compare {
    background-image: url("/local/templates/truckprice/icons/compare.svg");
    background-repeat: no-repeat;
    background-position: 1px;
    padding-left: 32px;
    color: rgba(0, 0, 0, 0.5);
    margin-right: 0.7rem;
    font-size: 0.96rem
}

.compare.active {
    background-image: url('/local/templates/truckprice/icons/compare-active.svg');
    color: var(--bf-red);
}
.share {
    background-image: url("/local/templates/truckprice/icons/share.svg");
    background-repeat: no-repeat;
    background-position: 1px;
    padding-left: 32px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.96rem;
    cursor:pointer;
}

.contacts_block ul li {
    background: #F3F5F8;
    padding: 27px 24px 23px;
    margin-bottom: 8px;
    border-radius: 20px;
    padding-left: 50px;
    font-size: 0.95rem;
}

.contacts_block ul li:hover a {
    color: var(--bf-red);
    filter: brightness(0) saturate(100%) invert(15%) sepia(99%) saturate(7458%) hue-rotate(345deg) brightness(101%) contrast(105%);
}

.contacts_block ul li.whatsapp {
    background-image: url("/local/templates/truckprice/icons/whatsapp.svg");
    background-repeat: no-repeat;    
    background-position: 28px 25px;
}

.contacts_block ul li.telegram {
    background-image: url("/local/templates/truckprice/icons/telegram.svg");
    background-repeat: no-repeat;
    background-position: 28px 24px;
}
.contacts_block ul li.tradein {
    background-image: url("/local/templates/truckprice/icons/trade-in.svg");
    background-repeat: no-repeat;
    background-position: 27px 23px;
}        
.contacts_block ul li.sheaper {
    background-image: url("/local/templates/truckprice/icons/percent.svg");
    background-repeat: no-repeat;
    background-position: 28px 23px;
}      

.contacts_block ul li.whatsapp:hover {
    background-image: url("/local/templates/truckprice/icons/whatsapp_red.svg");
}
.contacts_block ul li.telegram:hover {
    background-image: url("/local/templates/truckprice/icons/telegram_red.svg");
}
.contacts_block ul li.tradein:hover {
    background-image: url("/local/templates/truckprice/icons/trade-in_red.svg");
}
.contacts_block ul li.sheaper:hover {
    background-image: url("/local/templates/truckprice/icons/persent_red.svg");
}


.contacts_block ul li a {
    background-image: url("/local/templates/truckprice/icons/arrow-right.svg");
    background-repeat: no-repeat;
    background-position: 100% -3px;
    display: block;
    padding-left: 1.1rem;
}       

.catalog-labels {
    position: absolute;    
    top: 1.3rem;   
    left: 1rem;     
    text-align: left;
}
.catalog-labels span {
    position: relative;
    display: inline-block;
    padding-left: 2.45rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    padding-right: 0.7rem;
    background: var(--bf-white);
    margin-right: 0.24rem;
    border-radius: 10px;
    font-size: 0.85rem;
    background-repeat: no-repeat;
    font-weight:400;
    margin-bottom: 7px;
}  
.catalog-labels span.zakaz {
    background: var(--bf-lightyellow);
    color: var(--bf-darkyellow);
}

.catalog-labels span.checkmark {
    background: var(--bf-lightgreen);
    color: var(--bf-green);
}

.catalog-labels span.notruck {
    background: var(--bf-lightred);
    color: var(--bf-darkred);
}


.catalog-labels span:before {  
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;  
  background-size: contain;
  background-repeat: no-repeat;
}
.catalog-labels span.warranty:before {  
  background-image: url('/local/templates/truckprice/icons/label-warranty.svg');
}
.catalog-labels span.warranty3:before {  
  background-image: url('/local/templates/truckprice/icons/label-warranty.svg');
}
.catalog-labels span.leasing-0:before {  
  background-image: url('/local/templates/truckprice/icons/label-leasing-0.svg');
}
.catalog-labels span.zakaz:before {  
  background-image: url('/local/templates/truckprice/icons/label-zakaz.svg');
}
.catalog-labels span.bak:before {  
  background-image: url('/local/templates/truckprice/icons/label-bak.svg');
}
.catalog-labels span.checkmark:before {  
  background-image: url('/local/templates/truckprice/icons/label-checkmark.svg');
}
.catalog-labels span.notruck:before {  
  background-image: url('/local/templates/truckprice/icons/label-notruck.svg');
}

.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.model-list__wrapper {
    background-color: var(--bf-grey);
    padding: 5rem 0;
    margin-bottom: 64px;
}

.brand-tabs__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10%;

    .nav-pills {
        align-items: center;
        justify-content: center;

        .nav-item{
            padding: 0 10px;

            .nav-link {
                background: transparent;
                border: 0;
                border-radius: 0;
                font-weight: 700;
                font-size: 16px;
                line-height: 1.4;
                color: var(--bf-black-50);
                border-bottom: 2px solid var(--bf-black-50);
            }

            .nav-link.active {
                background-color: transparent;
                color: var(--bf-black);
                border-color: var(--bf-red);
            }

        }
    }
}


.pane-title{
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0;
}

.pane-list {
    width: 100%;
}

.brand-pane-item {
    background-color: #fff;
    border-radius: 1rem;
    padding: 1rem;
    display: flex;

    .pane-title {
        font-weight: 700;
        font-size: 22px;
        line-height: 1.2;
    }

    .model-name {
        font-weight: 700;
        font-size: 16px;
        line-height: 1.4;
    }


    .link-block {
        width: 50%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
    }

    .model-weight-list {
        max-width: 100px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .model-weight-link {
        font-weight: 500;
        font-size: 14px;
        line-height: 1.3;
        color: var(--bf-black-50);
        display: inline-block;
        padding-right: 0.5rem;
    }

    .model-weight-link:hover {
        color: var(--bf-black);
    }

    .image-block {
        max-width: 195px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 50%;
    }
}

.brand-pane-item.link-all{
    position: relative;
    .model-name::before{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    margin: 0;
    width: 40px;
    height: 40px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -50px;
}
.owl-carousel .owl-nav button.owl-prev {
    left: -50px;
}

.owl-carousel .owl-nav .disabled {
    display: none;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover{
    background-color: var(--bf-grey) ;
}


.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span{
    font-size: 22px;
    line-height: 100%;
    color: var(--bf-black);
    opacity: 0.4;
}

.owl-carousel .owl-nav button.owl-next:hover span,
.owl-carousel .owl-nav button.owl-prev:hover span{
    background-color: var(--bf-grey) ;
    opacity: 1;
}

.catalog-main-section__wrapper {
    padding-top: 4.375rem;
}


/* Стили для сетки */
.catalog-items.grid .catalog-item {
    display: inline-block;
    width: 30%; /* или другая ширина */
    margin: 10px;
    vertical-align: top;
}

/* Стили для списка */
.catalog-items.list .catalog-item {
    display: block;
    width: 100%;
    margin: 10px 0;
}


.catalog_controls {
    display: flex;
    align-items: center;
    justify-content: space-between;

     #catalog-sort-form {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .catalog_controls__sort {
        span,
        label {
            font-weight: 500;
            font-size: 14px;
            line-height: 1.3;
            margin-bottom: 0;
        }

        .form-check-input{
            display: none;
        }

        #sort-select {
            font-weight: 500;
            font-size: 14px;
            line-height: 1.3;
            border: 0;
            background-color: transparent;
            color: var(--bf-red);
            margin-left: 6px;
        }

        .dropdown-menu {
            font-size: 1rem;
            color: var(--bf-black);
            border: none;
            background-color: #fff;
            padding: 10px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            will-change: opacity;
        }

        .form-check-label {
            font-size: 14px;
            display: block;
            overflow: hidden;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            width: 100%;
            cursor: pointer;
            vertical-align: middle;
            white-space: nowrap;
            text-overflow: ellipsis;
            -ms-text-overflow: ellipsis;
            color: var(--bf-black);
            border-bottom: 1px solid var(--bf-black-50);
            padding: 10px 0;
        }

    }

    .catalog_controls__view {
        padding: 2px;
        background-color: var(--bf-grey);
        border-radius: 6px;

        .view-link {
            width: 24px;
            height: 24px;
            display: inline-block;
            color: var(--bf-black-50);
            text-align: center;
        }

        .view-link.active {
            background-color: #fff;
            border-radius: 6px;
            color: var(--bf-black);
        }
    }
}



.catalog_filter-button {
    display:none;
}

@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}

@media (max-width:768px) {
    .brand-pane-item {
        flex-direction: column-reverse;
        height: 100%;
    }

    .brand-pane-item .link-block {
        width: 100%;
    }

    .brand-pane-item .model-weight-list {
        max-width: none;
    }

    .brand-pane-item .model-weight-link {
        color: var(--bf-red);
    }

    .catalog_controls .catalog_controls__view .view-link {
        width: 44px;
        height: 44px;
        display: inline-block;
        color: var(--bf-black-50);
        text-align: center;
        line-height: 44px;
        font-size: 24px;
    }

    .catalog_filter-button {
        /* display: block; */
        order: 3;
        font-weight: 500;
        font-size: 14px;
        line-height: 1.3;
        padding-left: 2rem;
        background-image: url('/local/templates/truckprice/images/filter-icon.png');
        background-repeat: no-repeat;
        height: 24px;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .catalog_controls__sort {
        order: 2;
        margin-right: auto;
        margin-left: 2rem;

        .sort-title{
            display:none;
        }
    }


    .catalog_controls .catalog_controls__view {
        padding: 2px;
        background-color: var(--bf-grey);
        border-radius: 6px;
        order: 1;
    }

    .catalog_controls .catalog_controls__sort #sort-select {
        border: 0;
        background-color: transparent;
        color: var(--bf-black);
        margin-left: 0;
        font-weight: 500;
        font-size: 14px;
        line-height: 130%;
    }

}

@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}

    .catalog_controls__sort {
        margin-left: 0;
    }
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

/*Label*/

.catalog-label__wrapper .catalog-labels.min-view {
	display: flex;
	flex-wrap: wrap;
	top: 0.5rem;
	left: 0.5rem;
}

.catalog-label__wrapper .catalog-labels.min-view span {
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 12px;
	line-height: 1.3;
	text-align: center;
	padding: 0.25rem 0.25rem 0.25rem 1.5rem;
}

.catalog-label__wrapper .catalog-labels.min-view span::before {
	left: 6px;
	top: 4px;
	width: 16px;
	height: 16px;
	transform: none;
}

.catalog-label__wrapper .catalog-label-more.open::before {
	transform: rotate(225deg);
	top: 11px;
}

.catalog-label__wrapper .btn.catalog-label-more {
	padding: 0.25rem;
	border-radius: 0.5rem;
	height: 24px;
	width: 24px;
	border: none;
	position: relative;
	box-shadow: none;
}

.catalog-label__wrapper .catalog-label-more::before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-right: 1px solid var(--bf-black);
	border-bottom: 1px solid var(--bf-black);
	top: 7px;
	left: 8px;
	transform: rotate(45deg);
}

.catalog-label__wrapper .catalog-labels.min-view span.hidden-label {
	display: none;
}

.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 15;
}

.product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring { background-color: #fba90c; }

.product-item-label-text > div,
.product-item-label-ring > div { line-height: 0; }

.qa-block-list{
    padding-top: 64px;
    padding-bottom: 80px;

    .qa-block-item {
        padding: 24px;
        background-color: var(--bf-grey);
        margin-bottom: 4px;
        border-radius: 16px;

        .accordion-button {
            position: relative;
            display: flex;
            align-items: center;
            width: 100%;
            padding: 0px;
            text-align: left;
            border: 0;
            border-radius: 0;
            overflow-anchor: none;
            transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
            font-weight: 700;
            font-size: 22px;
            line-height: 120%;
            letter-spacing: 0%;
            background-color: var(--bf-grey);
        }

        .accordion-button:not(.collapsed) {
            color: var(--bf-black);
            background-color: var(--bf-grey);
            box-shadow: none;
            border: none;
        }

        .accordion-button:focus {
            z-index: 3;
            border-color: var(--bf-grey);
            outline: 0;
            box-shadow: none;
        }

        .accordion-button::after {
            flex-shrink: 0;
            width: 12px;
            height: 12px;
            margin-left: auto;
            content: "";
            background-image: none;
            background-repeat: no-repeat;
            background-size: 1.25rem;
            transition: transform .2s ease-in-out;
            border-top: 1px solid;
            border-left: 1px solid;
            transform: rotate(-135deg);
        }

        .accordion-button:not(.collapsed)::after {
            background-image: none;
            transform: rotate(45deg);
        }

        .accordion-body {
            padding: 24px 0 0;
            font-weight: 500;
            font-size: 16px;
            line-height: 1.4;
            letter-spacing: 0;
        }
    }
    
    @media screen and (max-width: 991px) {
        padding-bottom: 70px;
    }

    @media screen and (max-width: 580px) {
        padding-bottom: 84px;

        .qa-block-item {

            .accordion-button {
                font-size: 20px;
                line-height: 1.1;
                letter-spacing: 0;
            }

            .accordion-body {
                padding: 24px 0 0;
                font-size: 15px;
            }
        }
    }
}

@media (max-width:768px) {
    .header-title-button-block{
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;

        .btn.btn-default{
            padding: 0.9rem 8px;
        }
        .btn.btn-primary.top-arrow {
            font-size: 15px;
            padding: 0.9rem 26px 0.9rem 8px;
            background-position: right 1px center;
        }
    }
}
/* End */


/* Start:/local/templates/truckprice/components/bitrix/catalog/truckprice/bitrix/catalog.compare.list/.default/style.css?17655462831265*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}
/* End */


/* Start:/local/templates/truckprice/components/bitrix/catalog.element/truck_detail/style.css?176709364910559*/
.bx-catalog-element h1 {
    font-size: 1.98rem;
    letter-spacing: -2px;
    font-weight: 700;
}
.flex-end {
    align-items: flex-end;
}
.compare {
    cursor:pointer;
}
.carousel {
      max-width: 800px;
      /*margin: 40px auto;*/
      margin: 0;
      text-align: center;
    }
    .main-image {
      width: 100%;
      height: auto;
      cursor: pointer;
      display: block;
      margin-bottom: 20px;
      border-radius: 1rem;
    }
    .thumbnails {
      display: flex;
      justify-content: flex-start;
    }
    .thumbnail {
      width: 110px;
      height: 94px;
      object-fit: cover;
      cursor: pointer;
      border-radius: 1rem;
    }
    .thumbnail:hover,
    .thumbnail.active {
      border-color: #007bff;
    }

.price_block {
    background: #F3F5F8;
    padding: 17px 27px 24px;
    margin-bottom:17px;
    border-radius: 20px;
}

.price_block .nds {
    font-size:0.96rem;
    margin-bottom: 0.82rem    
}
.price_block .nds a {display:inline-block}
.price_block .nds a img {position: relative;top: 6px;left: 1px;}

.price_block .price_values {
    margin-bottom: 1.3rem  
}

.price_block .price_values .price_value {
    font-weight: 700;
    font-size: 1.32rem;
}

.price_block .price_values .discont
{    
    background: linear-gradient(90deg, rgba(255, 174, 107, 1) 0%, rgba(255, 79, 79, 1) 100%);
    font-size: 0.7rem;
    color: #FFF;
    padding: 3px 4px;
    border-radius: 5px;
    margin-left: 0.85rem;
    margin-top: 4px;
}

.price_block .price_values .price_old {
    font-weight: 700;
    text-decoration: line-through;
    color: rgba(0,0,0,0.4);
    font-size: 0.95rem;
    margin-left: 0.75rem;
    margin-top: 0.35rem
}

.price_block .order_button a {
    display: block;
    text-align: center;
}

.leasing_block {
  /* Градиент + картинка */
  background: 
    url("/local/templates/truckprice/images/car_leasing.png") no-repeat 100% 32px,
    linear-gradient(90deg, rgba(255, 244, 227, 1), rgba(254, 219, 219, 1)),
     no-repeat center center / contain;  
  min-height: 150px;  
  border-radius: 16px;
  padding-left: 28px;
  padding-top: 23px;
  margin-bottom:16px;
  cursor:pointer;
  padding-bottom: 24px;
}

.leasing_block .leasing_head {
    font-weight: bold;
    font-size: 0.95rem;
}
.leasing_block .leasing_text {
    font-size: 0.824rem;
    margin-top: 6px
}
.leasing_block .leasing_button {
    display: inline-block;
    margin-top:38px;
    color: #FF0032;
    border: 1px solid #FF0032;
    border-radius: 9px;
    padding: 7px 13px;
    font-weight: 500;
}
.leasing_block .leasing_button:hover {
    background: #000;
    border: 1px solid #000;
    color: #FFF;
    text-decoration:none;
    transition: 0.5s;
}

.slider_detail_wrapper a {
    max-height: 235px;
    display: flex;
    overflow: hidden;
    border-radius: 1rem;
    align-items: center;
    justify-content: center;

    img {
        min-height: auto;
    }

}

.bx-catalog-element h4 {font-size: 1.77rem; color: var(--bf-black); font-weight: 700; margin-top: 3px}
.bx-catalog-element ul.nav li {width: 33%;text-align: center;border-bottom: 1px solid var(--bf-black-border-50);}
.bx-catalog-element ul.nav li a {font-size: 1rem; color: var(--bf-black-50);padding-top: 1.1rem; padding-bottom: 0.95rem}

.bx-catalog-element ul li a.active {border-bottom: 1px solid var(--bf-red); color: var(--bf-black); margin-bottom: -1px;}

.bx-catalog-element #detailTabContent {margin-top: 3rem}

.bx-catalog-element #detailTabContent .tab-props div:nth-child(even) {
    padding:  0.95rem 1rem;
    color: var(--bf-full-black);
}

#detail-tab {
    padding-left: 21px
    -webkit-overflow-scrolling: touch;
}
#detail-tab .nav-item {
  scroll-snap-align: start; /* Привязка к элементам при прокрутке */
}

#moredata-tab {padding-left: 26px}

.bx-catalog-element #detailTabContent .tab-props div:nth-child(odd) {
    background-color: var(--bf-grey);
    padding:  0.95rem 1rem;
    color: var(--bf-full-black);
    border-radius: 5px;
}
.downl-button {
    margin-top: -6px
}
a.download_pdf {
    background-color: var(--bf-grey);
    padding: 0.6rem 0.9rem;
    border-radius: 5px;
    font-size: 1rem
}
a.download_pdf:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 0.8rem;
    background-image: url("/local/templates/truckprice/icons/pdf.svg");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: -4px;
}

.feature_line, .feature_mobile {   
    border-radius: 15px;
}

.feature_line h5, .feature_mobile h5{
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.9rem;
}

.feature_mobile h5{
    font-size: 1.25rem;
}    

.feature_line .image{
    background-color: var(--bf-white);
}

.feature_line .image img{
    border-radius: 20px;
}

.feature_mobile .text {
    background-color: var(--bf-grey);
    border-radius: 20px;        
    font-size: 0.94rem;
    line-height: 1.4rem;
}

.feature_mobile .img-responsive {
   border-radius: 20px;
}

.feature_line .text {
     background-color: var(--bf-grey);
    border-radius: 20px;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;    
    font-size: 0.95rem;
    line-height: 1.4rem;
}
.feature_line .text p {
    margin-bottom: 0
}

.mb-18 {
    margin-bottom: 1.8rem !important
}
.mb-19 {
    margin-bottom: 1.9rem !important
}

.mt-421 {
    margin-top: 4.21rem !important
}

#detail {
    font-size: 0.95rem
}
.p-19 {
        padding: 1.9rem !important;
}
.p-11 {
        padding: 1.1rem !important;
}
.w-80 {    
    width: 80% !important;
}

/* Основной контейнер для горизонтальной прокрутки */
        .features-scroll-container {
            display: flex;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            -webkit-overflow-scrolling: touch;
            gap: 10px;
            padding: 10px 0;            
            scrollbar-width: none; /* Firefox */
        }             
        .features-scroll-container::-webkit-scrollbar {display: none;}
        
        .features-scroll-container .feature_mobile{
            flex: 0 0 auto;
            width: 70%;
            max-width: 400px;
            scroll-snap-align: start;            
        }
        
.thumbnails-container {
    position: relative;
    display: flex;
    align-items: center;
}

.thumbnails {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

.thumbnails::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.carousel-arrow:hover {
    background: white;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
    opacity: 1;
}

.carousel-arrow-left {
    left: 15px;
}

.carousel-arrow-right {
    right: 15px;
}

.carousel-arrow svg {
    color: #333;
}

.thumbnail-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.thumbnail-arrow:hover {
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.thumbnail-arrow-left {
    left: 0;
}

.thumbnail-arrow-right {
    right: 0;
}

.thumbnail-arrow svg {
    color: #333;
}


@media (max-width: 767px) {    
    .bx-catalog-element h1 {font-size:28px;}
    .compare_block {margin-top: 1rem !important;}
    .bx-catalog-element ul.nav li {width: 36%;}
    .bx-catalog-element ul.nav li a {font-size: 14px;}
    .nav-scroller .nav {
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }
    .nav-scroller .nav::-webkit-scrollbar {
        display: none;
    }
    
    .nav-scroller .nav {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    
    .nav-scroller .nav-item {
        margin-right: 10px;
    }
    
    .nav-scroller .nav-item:last-child {
        margin-right: 0;
    }
    
    a.download_pdf {
        background-color: var(--bf-white);        
        border: 1px solid var(--bf-red);
        border-radius: 5px;        
        font-size: 1rem;
        width: 100%;
        display: block;
        text-align: center;        
    }

    .slider_detail_wrapper a {
        img {
            min-height: auto;
        }

    }

    .similar_block {
        margin-bottom: 2rem;
    }
    
    .owl-carousel {
        touch-action: pan-y pinch-zoom; /* Оптимизация для тач-устройств */
    }
    
    .gal-images .owl-dots {
        bottom: 10px;
    }
    
    .gal-images .owl-dots button.owl-dot {
        width: 8px;
        height: 8px;
        margin: 0 3px;
    }
    
    .gal-images .owl-dots {
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
        text-align: center;
        margin-top: 0;
    }
    .owl-theme .owl-dots .owl-dot span {
        display:none !important;
    }
    
    .gal-images .owl-dots button.owl-dot {
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.7) !important;
        margin: 0 2px;
        border: 1px solid rgba(0, 0, 0, 0.3);
        transition: all 0.3s ease;
    }
    
    .gal-images .owl-dots button.owl-dot.active {
        background: var(--bf-red) !important;
        transform: scale(1.2);
        border-color: var(--bf-red);
    }
    
    .gal-images .owl-dots button.owl-dot:hover {
        background: var(--bf-red) !important;
    }
}

/* End */


/* Start:/local/templates/truckprice/components/bitrix/system.pagenavigation/.default/style.css?17655462831234*/
.pagenav__wrapper{

    .pagenav-list-block {
        display: flex;
        width: 100%;
        max-width: 330px;
        margin: 0 auto;
        justify-content: center;
        align-content: center;

        .pagenav-item a,
        .pagenav-item span{
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .pagenav-item .active{
            border-radius: 50%;
            background-color: var(--bf-black);
            color: #fff;
        }


        .pagenav-arrow{
            display: flex;
            width: 32px;
            height: 32px;
            align-items: center;
            justify-content: center;
        }

        .pagenav-arrow::before {
            content: '';
            display: block;
            width: 7px;
            height: 7px;
            border-bottom: 1px solid var(--bf-black);
            border-left: 1px solid var(--bf-black);
        }

        .pagenav-arrow.prev::before {
            transform: rotate(45deg);
        }

        .pagenav-arrow.next::before {
            transform: rotate(-135deg);
        }
    }
}

/* End */


/* Start:/local/templates/truckprice/components/bitrix/catalog.section/truckprice.slide_detail/style.css?17749490613204*/
.catalog-main-section__wrapper {
    padding-top: 3rem;
}
.catalog-main-section__wrapper .main-block-title h2 {
    font-size: 1.9rem;    
    letter-spacing: -1.5px;
}

.slider_detail_wrapper img {
    border-radius: 1rem;
    /*min-height: 313px;*/
}

.slider_detail_wrapper .item_name {
    font-size: 0.95rem;
    font-weight: 700;
}

.slider_detail_wrapper .item_desc {
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--bf-black-50);
}

.slider_detail_wrapper .item_price {    
    font-weight: 700;    
}

.slider_detail_wrapper .item_leasing {
    font-size: 0.75rem;
    font-weight: 600;    
}

.mt-065 {
    margin-top: 0.65rem !important;
}

.item_price .discont
{    
    background: linear-gradient(90deg, rgba(255, 174, 107, 1) 0%, rgba(255, 79, 79, 1) 100%);
    font-size: 0.55rem;
    color: #FFF;
    padding: 3px 4px;
    border-radius: 5px;
    margin-left: 0.85rem;
    margin-top: 4px;
}

.item_price .price_old {
    font-weight: 700;
    text-decoration: line-through;
    color: rgba(0,0,0,0.4);
    font-size: 0.85rem;
    margin-left: 0.75rem;
    margin-top: 0.2rem
}

/*Compare*/
.product-item-compare-container {
	position: absolute;
	margin: 0;
	padding: 0;
	min-height: 30px;
	font-size: 12px;
	line-height: 20px;
	width: 30px;
	right: 2px;
	top: 2px;
	display: block;
	border: none;
	background: transparent;
	box-shadow: none;
}

.product-item-compare {
	height: 30px;
	width: 100%;
}

.product-item-compare label{
	height: 30px;
	width: 100%;
	cursor: pointer;
	padding-left: 0;
}

.product-item-compare .compare-icon {
	background-image: url('/local/templates/truckprice/icons/compare-white.svg');
	height: 30px;
	width: 30px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
}

.product-item-compare .compare-icon:hover,
.product-item-compare .checkbox input:checked + .compare-icon {
	background-image: url('/local/templates/truckprice/icons/compare-active.svg');
}

.product-item-compare .catalog-labels.dropdown {
	display: flex;
	flex-direction: column;
	max-width: 88%;
	align-items: flex-start;
}

/*.product-item-compare {*/
/*	position: absolute;*/
/*	top: 50%;*/
/*	left: 50%;*/
/*	transform: translate(-50%, -50%);*/
/*	height: 24px;*/
/*	cursor: pointer;*/
/*}*/

.product-item-compare input{
	display: none;
}

.product-item-line-card .product-item-compare-container {
	margin: 0;
	border: none;
	background-color: transparent;
	box-shadow: none;
	text-align: center;
}

.bx-touch .product-item-compare-container { display: none; }

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container { display: block; }

.product-item-compare .checkbox {
	margin: 0;
	padding: 0;
}

.owl-carousel .owl-nav.disabled {
    display: block !important;
}
.owl-carousel .owl-nav button.owl-next {
    right: -60px !important;
}
.owl-carousel .owl-nav button.owl-prev {
    left: -60px !important;
}

.truck-list__wrapper {
  .owl-carousel .owl-item {
    max-width: max-content !important;
    flex-shrink: 0;
  }
}
/* End */
/* /local/templates/truckprice/components/bitrix/catalog/truckprice/style.css?177496413416855 */
/* /local/templates/truckprice/components/bitrix/catalog/truckprice/bitrix/catalog.compare.list/.default/style.css?17655462831265 */
/* /local/templates/truckprice/components/bitrix/catalog.element/truck_detail/style.css?176709364910559 */
/* /local/templates/truckprice/components/bitrix/system.pagenavigation/.default/style.css?17655462831234 */
/* /local/templates/truckprice/components/bitrix/catalog.section/truckprice.slide_detail/style.css?17749490613204 */
