

/* Start:/local/templates/truckprice/components/bitrix/catalog/truckprice/style.css?176709209216573*/
.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;
}

.brand-tabs__wrapper .nav-pills .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);
}

.brand-tabs__wrapper .nav-pills .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(45deg);
        }

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

        .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:/bitrix/components/bitrix/system.show_message/templates/.default/style.css?176554613564*/
font.errortext
{
	color:red;
}

font.notetext
{
	color:green;
}

/* End */
/* /local/templates/truckprice/components/bitrix/catalog/truckprice/style.css?176709209216573 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css?176554613564 */
