

/* Start:/local/components/lpg/car.pick.hl/templates/thule_style/style.css?177200893415231*/
.car-selector__form--hidden {
    display: none;
}

.car-selector__result {
    display: none;
}

.car-selector__result--active {
    display: block;
}

.car-selector__result-body {
    position: relative;
    margin-bottom: 25px;
}

.car-selector__result-change {
    position: absolute;
    right: 0;
    top: 4px;
    cursor: pointer;
    color: #383838;
}

.ico.ico-edit {
    background: url(/bitrix/templates/mshop_adaptive/css/../img/icons/edit.svg);
}

.ico {
    display: block;
    width: 14px;
    height: 14px;
}

.car-selector__result-title {
    margin: 0;
    padding: 15px 0;
    font-weight: 700;
    font-size: 14px;
    color: #383838;
}

.car-selector__result-auto {
    width: 100%;
    padding-right: 18px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: Verdana, Inter, Arial, Helvetica, sans-serif;
    line-height: 22px;
    color: #383838;
    position: relative;
    max-width: 420px;
}

.car-selector__result-show {
    display: none;
}

.car-selector__title {
    font-size: 24px;
    line-height: 29px;
    padding: 20px;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    border-radius: 8px 8px 0 0;
    background: linear-gradient(to right, #F6464C, #D81C1D);
}

.car-selector__controls {
    position: relative;
    display: flex;
    gap: 0px;
    flex-direction: column;
}

.car-selector__block {
    width: 100%;
}

.roof-radio__radio {
    border-bottom: 1px solid #cccccc;
}
.roof-radio__radio input {
    margin-top: 4px;
}
.roof-radio__radio label {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    cursor: pointer;
}
.roof-radio__reset {
    cursor: pointer;
    color: #387ab0;
}
.car-selector__brands {
    border-bottom: 1px solid #cccccc;
    font-family: 'Inter';
    font-size: 14px;
}
.car-selector__brands_checkbox label {
    display: flex;
    gap: 10px;
    cursor: pointer;
}
.car-selector__brands_checkbox label  input {
    display: none;
}
.car-selector__brands_checkbox .checkmark {
    position: relative;
    height: 18px;
    width: 18px;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #333;
}
.car-selector__brands_checkbox input:checked + .checkmark:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 11px;
    border: solid #2fac2f;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.car-selector__colors {
    border-bottom: 1px solid #cccccc;
    font-family: 'Inter';
    font-size: 14px;
}
.car-selector__colors_checkbox {
    display: flex;
    gap: 10px;
    cursor: pointer;
}
.car-selector__colors_checkbox label input {
    display: none;
}
.car-selector__colors_checkbox label div {
	cursor: pointer;
    border: 1px solid #757575;
    height: 20px;
    width: 20px;
    cursor: pointer;
    position: relative;
    background-position-x: center;
    background-color: white;
}
.car-selector__colors_checkbox label div.gray {
	background-image: url('/upload/uf/2f5/2f5a43ad1635255076257ea99f3886a5.jpg');
}
.car-selector__colors_checkbox label div.black {
	background-image: url('/upload/uf/98e/98e240e10528455419f877b7f2436f28.jpg');
}
.car-selector__colors_checkbox label input:checked + div::after {
    content: "";
    position: absolute;
    display: block;
    left: -3px;
    top: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border: 1px solid #474747;
}
.car-selector__colors_checkbox label input:disabled + div {
    opacity: 0.5;
}
.car-selector__title {
    display: flex;
    height: 100px;
    align-items: center;
    position: relative;
    background-image: url(/local/components/lpg/car.pick.hl/templates/thule_style/./images/bkg.png);
    background-position-y: -2vmax;
    background-size: 71%;
    background-repeat: no-repeat;
}

.car-selector__body {
    align-items: end;
    flex-direction: column;
    display: flex;
}

.car-selector__controls {
    width: 100%;
}

.car-selector__block-title {
    font-size: 15px;
    line-height: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #000000;
}

.selection_items__block .designed-select {
    font-size: 14px !important;
    line-height: 110%;
    height: 44px;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-weight: 400;
    color: #383838;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-color: #575757;
    margin-bottom: 10px;
    box-sizing: border-box;
    font-family: Inter, Arial, Helvetica, sans-serif;
}

.car-selector select:not([disabled]),
.designed-select:not([disabled]) {
    cursor: pointer;
}

.car-selector__group-row {
    display: flex;
    gap: 16px;
}

.car-selector {
    z-index: 2;
    position: relative;
    margin: 0 auto 38px auto;
    width: 100%;
    /* background: #f5f5f5; */
    padding: 0;
}

.selection_items__title_bgr_box {
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #000000 29.12%, rgba(0, 0, 0, 0) 53.29%);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
}

.selection_items__title_text {
    width: 100%;
    padding: 20px 36px 20px 50%;
    text-align: right;
    z-index: 1;
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
}

.car-selector__group {
    width: 100%;
}

.select-block__title {
    font-size: 15px;
    line-height: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #000000;
}

.car-selector__group.disabled {
    opacity: 1;
}

.car-selector__group.disabled .select-block__title {
    color: #6b6b6b;
}

.car-selector__group.disabled .designed-select {
    color: #959595;
}

.car-selector__group.disabled .designed-select option {
    color: #000000;
}

.car-selector__submit {
    background-color: #3e3e3e;
    padding: 15px;
    color: #ffffff !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    width: 100%;
    text-align: center;
    border: 1px solid #3e3e3e;
    margin-top: 10px;
    position: relative;
    text-transform: none;
    cursor: pointer;
    box-sizing: border-box;
}

.car-selector__submit:after {
    content: '';
    display: block;
    position: absolute;
    right: calc(50% - 95px);
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg);
}

.car-selector__submit:hover,
.car-selector__submit:active {
    background-color: #2e2e2e;
    border-color: #2e2e2e;
}

.fitting-widget__btn-car {
    box-sizing: border-box;
}

.product-side-item-info {
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
    position: relative;
}

.product-side-item-info::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid currentColor;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 659px) {
    .selection_items__block .car-selector__body {
        display: none;
    }

    .selection_items__block.is-open .car-selector__body {
        display: block;
    }

    .car-selector__controls {
        flex-direction: column;
    }

    .selection_items__title_text {
        padding: 20px 18px 20px 30%;
        font-size: 14px;
        line-height: 19px;
    }

    .car-selector__title {
        font-size: 15px;
        line-height: 18px;
        padding: 14px;
        border-radius: 4px;
    }

    .car-selector {
        margin-bottom: 10px;
    }

    .car-selector__title {
        font-size: 15px;
        line-height: 18px;
        padding: 14px;
        border-radius: 4px;
    }

    .car-selector__body {
        display: none;
        padding: 16px;
        border-radius: 0 0 4px 4px;
    }

    .car-selector__block-title {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 5px;
    }

    .car-selector__block-content {
        font-size: 14px;
        line-height: 17px;
    }

    .car-selector--opened .car-selector__title {
        border-radius: 4px 4px 0 0;
    }

    .car-selector--opened .car-selector__body {
        display: block;
    }

    .car-selector__result-body {
        display: block;
        padding: 0;
        background-color: transparent;
    }

    .car-selector__result-change {
        border: none;
        font-size: 16px;
        line-height: 19px;
        padding: 0;
        text-decoration: underline;
        padding-bottom: 10px;
    }

    .car-selector__result-info {
        margin-bottom: 10px;
    }

    .car-selector__result-title {
        font-size: 16px;
        line-height: 20px;
    }

    .car-selector__result-auto {
        font-size: 18px;
        line-height: 22px;
    }

    .car-selector__result-show {
        display: inline-block;
        margin-top: 14px;
        font-size: 15px;
        line-height: 15px;
        padding: 14px;
        width: 100%;
    }

    .car-selector__result-show--disabled {
        cursor: default;
        pointer-events: none;
        background: #c6c6c6;
        border: 2px solid #c6c6c6;
        box-shadow: none;
    }
}

@media screen and (max-width: 990px) {
    .car-selector__title {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 0;
        background-size: 91%;
    }

    .car-selector__body {
        display: block;
    }

    .selection_items__block .car-selector__submit {
        margin-top: -4px;
    }
}

@media (max-width: 659px) {
    .car-selector__title {
        font-size: 18px;
        line-height: 21px;
        height: 80px;
        margin-bottom: 0;
    }

    .car-selector__body {
        padding: 16px;
    }
}

.roof-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: rgba(0, 0, 0, 0.8);
    overflow-y: auto;
    display: none;
}

.roof-popup-table {
    display: table;
    width: 100%;
    height: 100%;
    padding: 50px 0;
}

.roof-popup-row {
    display: table-row;
}

.roof-popup-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 50px 0;
}

.roof-popup-body {
    width: calc(100% - 40px);
    max-width: 396px;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 18px 30px rgba(0, 0, 0, 0.102956);
    border-radius: 6px;
    text-align: center;
    padding: 65px;
    margin: auto;
}

.roof-popup-body.middle {
    max-width: 524px;
}

.roof-popup-body.big {
    max-width: 646px;
}

.roof-popup-body.super-big {
    max-width: 832px;
}

.roof-popup-body .btn {
    margin-top: 32px;
    line-height: 40px;
}

.roof-popup-close {
    position: absolute;
    top: 19px;
    right: 19px;
    cursor: pointer;
    height: 16px;
    width: 16px;
    z-index: 1;
}

.roof-popup-close:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #8E8E8E;
    position: absolute;
    top: 5px;
    left: 0;
    transform: rotate(45deg);
}

.roof-popup-close:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #8E8E8E;
    position: absolute;
    top: 5px;
    left: 0;
    transform: rotate(-45deg);
}

.roof-popup-img img {
    display: inline-block;
    max-width: 100%;
}

.roof-popup-title {
    font-weight: bold;
    font-size: 28px;
    line-height: 40px;
    color: #000000;
}

.roof-popup-subtitle {
    font-size: 14px;
    line-height: 17px;
    margin-top: 16px;
    color: #8E8E8E;
}

.roof-popup-text {
    font-size: 14px;
    line-height: 17px;
    color: #8E8E8E;
    margin-top: 24px;
}

.roof-popup .input {
    margin-top: 32px;
}

.roof-popup-bottom {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #8E8E8E;
    margin-top: 20px;
}

.roof-popup-bottom a {
    color: #000000;
}

.roof-popup-action {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    border-bottom: 1px solid #D2D2D2;
}

.roof-popup-action.disable {
    opacity: 0.5;
    pointer-events: none;
}

.baggage-type {
    position: relative;
    padding-left: 185px;
    margin-top: 40px;
    text-align: left;
}

.catalog_detail .car-selector__controls {
    flex-direction: column;
}

@media (max-width: 767px) {
    .baggage-type {
        padding-left: 0;
    }

    .baggage-type.active .baggage-type-img,
    .baggage-type.active .baggage-type-text {
        display: block;
    }

    .baggage-type.active .baggage-type-title:after {
        transform: scale(-1);
    }

    .baggage-type-img {
        position: static;
        width: 100%;
        text-align: center;
        display: none;
    }

    .baggage-type-title:after {
        content: '';
        display: block;
        width: 0;
        margin: -1px auto 0;
        border-color: #000000 transparent transparent transparent;
        border-width: 4px 4px 4px 4px;
        border-style: solid;
        position: absolute;
        right: 16px;
        top: 10px;
    }

    .baggage-type-text {
        display: none;
    }

    .baggage-type-buttons {
        display: block;
    }

    .baggage-type-buttons .btn {
        margin: 0 auto 16px;
    }

    .roof-popup-title {
        font-size: 20px;
        line-height: 24px;
    }

    .roof-popup-body {
        padding: 60px 16px 16px;
        width: calc(100% - 20px);
    }
}

.baggage-type-img {
    width: 168px;
    max-height: 100%;
    position: absolute;
    top: 8px;
    left: 0;
}

.baggage-type-img img {
    max-width: 100%;
    max-height: 100%;
}

.baggage-type-title {
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    position: relative;
}

.baggage-type-text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 9px;
}

.baggage-type-buttons {
    margin-top: 100px;
    display: flex;
    justify-content: center;
}

.baggage-type-buttons .btn {
    width: 220px;
    font-size: 16px;
    margin: 0 8px;
}

.overflow_hidden {
    overflow: hidden;
}

.price-sorting {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 5;
}
.price-sorting.active .price-sorting__select {
    display: block;
}
.price-sorting__btn {
    padding: 10px;
    border-radius: 4px;
    height: 36px;
    background: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.price-sorting__btn:after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    margin-top: -3px;
    border-bottom: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(45deg);
}
.price-sorting__select {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    border-radius: 4px;
    background: #ffffff;
    padding: 5px 0px;
    width: 160px;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
    display: none;
}
.price-sorting__select input {
    display: none;
}
.price-sorting__item {
    padding: 10px;
    cursor: pointer;
    white-space: nowrap;
    width: 100%;
}
.price-sorting__item:hover {
    background: #E8EDF3;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/redesigned_line/style.css?17720089357279*/
.row.products-list {
	padding-top: 0px;
	margin: auto;
}
.product {
	margin-bottom: 5px;
	margin-top: 0px;
	width: 100%;
	background: #fff;
}
.product__product-section {
	padding: 5px;
	width: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.product-picture {
	padding: 5px
}
.product-picture .product-labels {
	top: 6px;
	right: 6px;
}
.product-picture__link {
	max-width: 100%;
	height: 180px;
	width: 300px;
	max-width: 300px;
	min-width: 300px;
	overflow: hidden;
}
.product-picture__image {
	max-width: 100%;
	transition: .3s all;
	z-index: 3;
	opacity: 1;
}
.product-picture__image.not-loaded {
	width: 100%;
}
.product-picture__image.loaded:hover {
	transition: .3s all;
	transform: scale(1.2);
}

.product-picture__image.fade-enter-active, .product-picture__image.fade-leave-active {
	transition: .3s opacity;
}
.product-picture__image.fade-enter, .product-picture__image.fade-leave {
	opacity: 0;
}
.product-picture-controls {
	margin: 15px 0 11px;
}
.product-picture__dot-wrap {
	margin: 2px;
	padding: 4px;
	cursor: pointer;
	display: block;
}
.product-picture__dot {
	height: 8px;
	width: 8px;
	background-color: #bbb;
	border-radius: 50%;
	display: block;	
}
.product-picture__dot.active,
.product-picture__dot-wrap:hover .product-picture__dot {
	background-color: #a0a0a0;
}
.product__product-name,
.product__product-description,
.product__product-price,
.product__product-more-link,
.product__product-buy{
	font-family: 'Inter';
}
.product__product-name {
	font-size: 17px;
	line-height: 23px;
	max-height: 48px;
	font-weight: 700;
	/* margin: 20px 0 0 0; */
	color: #397ab0;
	text-decoration: none;
}
.product__product-name:hover {
	text-decoration: none;
	color: #265276;
}
.product__product-description {
	color: #000000;
	font-size: 14px;
	line-height: 22px;
	/* max-height: 88px;
	height: 100%; */
	margin: 10px 0 0 0;

	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product__product-price {
	font-weight: 700;
	font-size: 18px;
	margin: 20px 0 0 0;
	display: flex;
    align-items: center;
	padding: 5px;
	color: #000000;
	min-width: 270px;
	max-width: 270px;
	flex-direction: column;
    justify-content: center;
    gap: 15px;
}
.product__product-more-link {
	color: white;
	background-color: #000000;
	border-radius: 4px;
	padding: 6px 10px;
	text-decoration: none;
	margin: 20px 0 0 0;
}
.product__product-more-link:hover {
	color: white;
	background-color: #616161;
	text-decoration: none;
}
.product__product-toggle {
	display: flex;
	gap: 10px;
	margin-top: 12px;
}
.product__product-toggle_item {
	cursor: pointer;
	border: 4px solid #fff;
    height: 40px;
    width: 40px;
	background-size: contain;
	display: flex;
}
.product__product-toggle_item.active {
	box-shadow: 0 0 0 1px #181818;
}
.product .product__product-buy {
	width: auto;
	padding: 5px 15px;
    line-height: 1;
	display: inline-flex !important;
    align-items: center;
}
.product__product-buy:active {
	transform: translateY(1px);
}
.product__detail-toggle {
	min-height: 32px;
    font-size: 15px;
	border-radius: 4px;
    display: flex;
	cursor: pointer;
	color: #387ab0;
	align-items: center;
    gap: 15px;
    margin-top: 10px;
}
.product__detail-toggle:after {
	content: '';
	display: block;
	margin-top: 5px;
    border-width: 6px 5px;
	border-color: currentColor transparent transparent transparent;
	border-style: solid;
	width: 0;
    height: 0;
}
.show-detail:after {
	margin-top: -9px;
    border-color: transparent transparent currentColor transparent;
}
.product__detail {
	display: none;
}
.file-details {
	vertical-align: top;
}
.product__detail.active {
	display: block;
}

.product__detail-top {
	display: flex;
}
.product__detail-main {
    width: 55%;
	padding: 0 3%;
    margin: 0 0 3%;
}
.product__detail-components {
    width: 45%;
	padding: 0 3%;
    margin: 0 0 3%;
}
.product__detail-title {
	font-size: 24px;
	margin-top: 8px;
    margin-bottom: 4px;
	font-weight: 500;
    line-height: 1.1;
    color: #121212;
}
.product__detail ul {
	font-weight: 400;
    font-size: 14px;
    color: #121212;
	padding-left: 0;
    list-style: none;
	margin-bottom: 0;
	margin-top: 0;
}
.product__detail li {
	margin-bottom: 10px;
}
.product__detail li::before {
	display: none;
}
.product__detail p {
	color: inherit;
}
.solution-info-sku {
	font-size: 12px;
    color: #575757;
}
.product__detail a {
	color: #387ab0;
    text-decoration: none;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    display: inline-block;
}
.product__detail-subtitle {
	font-size: 14px;
    line-height: 1.57142857;
    color: #121212;
}
.product__detail-tech {
	padding: 0 3%;
    margin: 0 0 3%;
}
.product__detail-tech table {
	width: 100%;
}
.short p:nth-child(n+4) {
	display: none;
}
.product__wrapper + .product__wrapper {
	margin-top: 20px;
}
@media screen and (max-width: 1460px){
	.product-picture__link {
		height: 200px;
	}
}
.loading-line-animation {
	position: absolute !important;
	width: calc(100% - 30px) !important;
	left: 15px !important;
}
.products-leave-active {
	position: absolute !important;
}
.products-enter-active, .products-leave-active {
	transition: all 0s;
}
.products-enter {
	opacity: 0;
}
.products-leave-to {
	opacity: 0;
}
.products-move {
	transition: transform 0s;
}
.product__main .product__product-buy {
	display: inline-flex !important;
	gap: 16px;
	line-height: 1;
	padding: 5px 15px;
	padding-left: 0px;
	align-items: center;
	width: max-content;
	max-width: 100%;
}
.product__main .product__product-buy::before {
	content: '';
	display: block;
	width: 50px;
	background-image: url(/local/assets/img/ico/cart.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px;
	border-right: 1px solid #ffffff;
	min-height: inherit;
}
.catalog-sorting {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	/* border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0; */
    height: 60px;
}
.catalog-sorting::after,
.catalog-sorting::before {
	content: '';
	display: block;
	width: 200vw;
	height: 1px;
	background: #e0e0e0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.catalog-sorting::before {
	top: auto;
	bottom: 0;
}
.catalog-sorting__left {
	color: #000000;
}
.catalog-sorting__right {
	display: flex;
	align-items: center;
}
.catalog-sorting select {
	margin-bottom: 0;
	width: auto;
}
@media screen and (max-width: 1300px) {
	.product__product-price {
		min-width: 150px;
		max-width: 150px;
	}
}
@media screen and (max-width: 991px) {
	.row.row--sorting-wrap,
	.row.row--catalog-list-wrap {
		margin-left: -30px;
		margin-right: -30px;
	}
	.smartfilter > .col-12 {
		padding-left: 0;
		padding-right: 0;
	}
}
.product .product__product-description,
.product .product__product-price
{
	margin: 15px 0;
}
@media screen and (max-width: 800px) {
    .product__main {
        flex-direction: column;
    }
    .product-picture__link {
        margin: auto;
		min-width: auto;
		width: 100%;
    }
    .product__product-price,
    .product__product-section,
    .product-picture {
        padding: 10px;
    }
	.product__product-price {
		gap: 15px;
		align-items: normal;
		max-width: none;
	}
}
/* End */
/* /local/components/lpg/car.pick.hl/templates/thule_style/style.css?177200893415231 */
/* /local/templates/.default/components/bitrix/catalog.section/redesigned_line/style.css?17720089357279 */
