

/* Start:/local/templates/geely_shop/components/bitrix/breadcrumb/shop_search/style.css?1734424178914*/
.test{}

.breadcrumbs {
	margin: 4.8rem 0 1.6rem;
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
}

.breadcrumbs__cart {
	margin: 0 0 1.6rem;
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
}

.breadcrumbs__item {
	font-size: 1.6rem;
	color: var(--color-gray);
	position: relative;
	transition: color .3s ease;
}

.breadcrumbs__item:hover {
	color: var(--color-dark-gray);
}

.breadcrumbs__item.active{
	color: var(--color-dark-gray);
}

/*.breadcrumbs__item:not(:last-of-type)::after {
	position: absolute;
	display: block;
	content: '';
	width: 1px;
	height: 16px;
	background: var(--color-gray);
	right: -14px;
	top: 2px;
	transform: rotate(15deg);
}*/

.breadcrumbs__item_arrow {
	position: absolute;
	display: block;
	content: '';
	width: 1px;
	height: 16px;
	background: var(--color-gray);
	right: -14px;
	top: 2px;
	transform: rotate(15deg);
}

@media (max-width: 576px) {
	.breadcrumbs {
		display: none;
	}
}
/* End */


/* Start:/local/templates/geely_shop/components/bitrix/catalog/catalog-accessories/style.min.css?173528643827038*/
/*@import "/local/templates/geely_shop/components/bitrix/catalog/catalog-accessories/../../assets/fonts/fonts.css";*/

h2 {
    font-family: Roboto Flex;
    font-size: 48px;
    font-weight: 500;
    line-height: 48px;
    text-align: left;
    font-variation-settings: "wdth" 140, "GRAD" -100, "slnt" 0, "XTRA" 468,
    "XOPQ" 96, "YOPQ" 79, "YTLC" 514, "YTUC" 712, "YTAS" 750, "YTDE" -203,
    "YTFI" 738;
}

/* Header */
.header_light {
    background: url("/local/templates/geely_shop/assets/img/catalog/catalog-header-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 322px;
    min-height: 322px;
}

/*.banner__title {
    padding-top: 100px;
}*/

/* Main */

main {
    margin-top: 4.8rem;
    background-color: var(--color-white);
}

/* Main header */

.main__header {
    color: var(--color-dark-gray);
    margin-top: 1.6rem;
    margin-bottom: 4.8rem;
}

/* Filter */

.catalog-filter {
    width: 31.2rem;
    grid-area: filter;
    margin-right: 25px;
}

.catalog-filter__mobile {
    display: none;
}

.overflow_mobile_filter_custom {
    overflow: auto;
}

.catalog-filter__footer {
    margin-top: auto;
}

.catalog-filter__mobile.active {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    z-index: 1000;
    background: var(--color-white);
    height: 100vh;
    /*width: calc(100vw - 30px);
    padding-bottom: 24px;*/
    width: 100vw;
    left: 0;
    padding: 0 15px 25px 15px;
}

.catalog-filter__btn {
    padding: 0;
}

/* Nav Accordeon */

.nav-accordion .tab-name {
    min-height: 5rem;
    display: flex;
    align-items: center;
    font-size: 2rem;
    border-bottom: 1px solid #d2dde4;
}

.nav-accordion .tab-content {
    color: var(--color-footer-gray);
}

.banner h1 {
    max-width: 1100px;
    color: var(--color-white);
}

.nav-accordion .tab-content ul {
    margin: 2.4rem 0;

    display: flex;
    flex-direction: column;
    gap: 1.6rem;

    max-height: 16.4rem;
    overflow-y: auto;
}

.nav-accordion__item--active {
    color: var(--color-deep-blue);
}

/* Models Accordeon */

.models-accordion .tab-name {
    height: 5rem;
    display: flex;
    align-items: center;
    font-size: 2rem;
    border-bottom: 1px solid #d2dde4;
}

.tab .tab-name .main-text {
    font-family: "Roboto Flex";
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    font-variation-settings: "wdth" 140, "GRAD" -100, "slnt" 0, "XTRA" 468,
    "XOPQ" 96, "YOPQ" 79, "YTLC" 514, "YTUC" 712, "YTAS" 750, "YTDE" -203,
    "YTFI" 738;

    margin-top: 13px;
    margin-bottom: 16px;
}

.models-title {
    display: flex;
    justify-content: space-between;

    margin: 5rem 0 0.8rem 0;
}

.models-accordion ul {
    margin: 1.3rem 0;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.models-accordion-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding: 0 0.5rem;*/
}

.models-accordion-item label {
    display: flex;
    align-items: center;
    gap: 1.2rem;

    font-size: 1.4rem;
    line-height: 2.1rem;
    color: var(--color-dark-gray);

    cursor: pointer;
}

.models-accordion-item span {
    color: var(--color-gray);
}

.models-accordion .label-color {
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;

    border-radius: 50%;

    border: 1px solid var(--color-gray);
}

.filter-size__items {
    margin: 0.8rem 0;
    display: flex;
    gap: 1.6rem;
    flex-wrap: wrap;
}

.filter-btn {
    border-radius: 0.4rem;
    border: 1px solid #dadfe3;
    /*width: 4rem;*/
    height: 4rem;

    display: flex;
    justify-content: center;
    align-items: center;

    text-transform: uppercase;
    color: var(--color-dark-gray);
    font-family: Onest;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
}

.filter-btn.active {
    background-color: var(--color-dark-gray);
    color: var(--color-white);
}

.filter-btn.disabled {
    position: relative;
    color: var(--color-gray);
}

.filter-btn.disabled::after {
    content: "";
    position: absolute;
    width: 130%;
    height: 0;
    border: 2px solid #dadfe3;
    border-top: none;
    border-right: none;
    transform: rotate(45deg);
}

.filter-mobile-title {
    display: none;
    grid-area: filterMobileTitle;
}

.btn-reset {
    margin-top: 1.6rem;
    padding-left: 0;
}

.btn-reset::before {
    padding-right: 1rem;
}

[for="check-21"] .label-color {
    background: var(--color-black);
}

[for="check-31"] .label-color {
    background: var(--color-dark-gray);
}

.catalog__reset {
    grid-area: reset;
    display: none;
}
/* Catalog */
.catalog {
    display: grid;
    grid-template-areas:   "filter search search"
                          "filter models models"
                          "filter sort sort"
                          "filter filterMobileTitle filterMobileTitle"
                          "filter cards cards"
                          "filter pagination pagination"
;
}

.catalog-items {
    flex-grow: 3;

    position: relative;
}

.catalog-items__search {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    grid-area: search;
}

.catalog-items__search .ts-wrapper::before {
    position: absolute;
    top: 8px;
    left: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M14 14L10 10M11.3333 6.66667C11.3333 7.2795 11.2126 7.88634 10.9781 8.45252C10.7436 9.01871 10.3998 9.53316 9.9665 9.9665C9.53316 10.3998 9.01871 10.7436 8.45252 10.9781C7.88634 11.2126 7.2795 11.3333 6.66667 11.3333C6.05383 11.3333 5.447 11.2126 4.88081 10.9781C4.31462 10.7436 3.80018 10.3998 3.36683 9.9665C2.93349 9.53316 2.58975 9.01871 2.35523 8.45252C2.12071 7.88634 2 7.2795 2 6.66667C2 5.42899 2.49167 4.242 3.36683 3.36683C4.242 2.49167 5.42899 2 6.66667 2C7.90434 2 9.09133 2.49167 9.9665 3.36683C10.8417 4.242 11.3333 5.42899 11.3333 6.66667Z" stroke="%23313E48" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    width: 16px;
    height: 16px;
    content: '';
}

.catalog-items__search input {
    padding: 12px 24px 12px 24px;
    border: none;
    width: 100%;
    outline: none;
    border-bottom: 1px solid var(--color-gray);
}

.catalog-items__search input:active {
    border-bottom: 1px solid var(--color-dark-gray);
}

.catalog-items__search input:focus {
    border-bottom: 1px solid var(--color-dark-gray);
}

.catalog-items__search .search-icon {
    font-size: 12px;
    position: absolute;
    left: 0;
    color: var(--color-dark-gray);
}

.catalog-items__search .close-icon {
    display: none;

    color: var(--color-gray);
    font-size: 15px;
    position: absolute;
    right: 0;

    cursor: pointer;
}

.catalog-items__search input:not(:placeholder-shown) + .close-icon {
    display: block;
}

/* Mobile menu */
.catalog__mobile-menu {
    display: none;
    grid-area: mobileMenu;
}

.catalog-items__search-results {
    /*	display: none;*/
    background-color: var(--color-white);
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    z-index: 3;
    box-shadow: 0px 12px 12.5px 0px #0000000D;
    padding: 0 32px 24px;
}

.catalog-items__search-results.active {
    display: block;
}

.catalog-items__search-wrapper.with-search-result
.catalog-items__search-results {
    display: block;
}

.catalog-items__search-results .search-title {
    padding: 16px 0;
    font-family: Onest;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.2px;
    text-align: left;
    color: #8e9ca6;
    background-color: #fff;
}

.search-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    column-gap: 2.4rem;
    row-gap: 1.6rem;

    background-color: #fff;
}

.search-card {
    background-color: #f5f8fa;
    display: flex;
    padding: 12px;
}

.search-card:hover {
    cursor: pointer;
    background-color: #e8edf1;
}

.search-card__description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding: 8px;
}

.search-card__description .description__type {
    color: #a3b0ba;
    text-transform: uppercase;

    font-family: Onest;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0.04em;
    text-align: left;
}

.search-card__description .description__title {
    flex-grow: 2;

    font-family: Onest;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
    color: #313e48;
}

.search-card__description .description__price {
    font-family: Onest;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    color: #313e48;
}

.search-result__actions {
    margin-top: 24px;
}

.catalog-items__models {
    margin: 3.5rem 0 5.9rem 0;
    color: var(--color-dark-gray);
    font-size: 1.6rem;
    line-height: 2.6rem;
    grid-area: models;
    display: flex;
    gap: 1.2rem 4.2rem;
    flex-wrap: wrap;
}

.catalog-items__sorting {
    grid-area: sort;
}

.catalog-items__sorting .custom-select {
    width: 220px;
    margin-bottom: 24px;
}

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;

    width: 6px;
    height: 6px;

    border: solid black;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    transition: all 0.3s ease;
}

.catalog-items__sorting .select-selected {
    padding-left: 0;
}

.catalog-items__models .active {
    color: var(--color-deep-blue);
}

.catalog-items__cards {
    grid-area: cards;
    width: 100%;
    display: grid;
    /*grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));*/
    column-gap: 2.4rem;
    row-gap: 4.8rem;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 2.4rem;
}

.catalog-items__cards.searching {
    opacity: 0.5;
}

/* Catalog card */

.catalog-card {
    background-color: var(--color-background);
    padding: 1.6rem;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    height: 100%;
}

.catalog-card__img img {
    width: 100%;
    height: 100%;
}

.catalog-card__description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.6rem;
    height: 100%
}

.catalog-card__info {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.catalog-card__type {
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: var(--color-gray);
}

.catalog-card__price {
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: var(--color-dark-blue);
}

.catalog-card__title {
    color: #030303;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.catalog-card__actions {
    width: 100%;
    display: flex;
    gap: 0.8rem;
    margin-top: auto
}

.catalog-card__actions.in-cart .catalog-card__btn {
    display: none;
}

.catalog-card__actions .catalog-card__price {
    display: none;
}

.catalog-card__actions .btn-secondary {
    flex-grow: 2;
}

/* Pagination */

.pagination {
    display: flex;
    justify-content: space-between;
    gap: 1.6rem;
}

.pagination .pag-btns {
    display: flex;
    gap: 1.6rem;
}

.pag-btn {
    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 2px;

    width: 8.9rem;
    height: 4rem;

    font-size: 1.6rem;
    line-height: 1.6rem;

    cursor: pointer;
    transition: ease 0.3s;
}

.pag-btn:active,
.pag-btn:hover {
    background: #4c5963;
    color: var(--color-white);
}

.pag-btn.active {
    color: var(--color-white);
    background-color: var(--color-dark-gray);
}

.catalog__pagination {
    margin-top: 4.8rem;
    margin-bottom: 3.2rem;
    grid-area: pagination;
    justify-content: center;
}

/* Footer */

footer.footer {
    /*height: 477px;*/
    background-color: var(--color-dark-blue);
}

.footer-container {
    padding: 3rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.footer-menu {
    display: flex;
    padding-top: 3.2rem;
}

.footer-base {
    margin-right: 16rem;
    color: var(--color-white);

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-base .item-header {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 1.2rem;
}

[href="tel:+78002000289"] {
    font-size: 1.6rem;
    line-height: 2.6rem;
    text-decoration: underline;
}

.item-social {
    display: flex;
    gap: 3.2rem;
    font-size: 2.75rem;
}

.footer-column {
    width: max-content;
    margin-right: 8rem;
}

.footer-column:last-child {
    margin-right: 0;
}

.footer-column .column-header {
    margin-bottom: 2rem;
    color: var(--color-white);

    font-size: 1.6rem;
    line-height: 2.6rem;
}

.footer-column ul {
    display: flex;
    flex-direction: column;
}

.footer-column ul li > a {
    color: var(--color-footer-gray);
    font-size: 1.4rem;
    line-height: 2.6rem;
    transition: all ease 0.3s;
}

.footer-column ul li > a:hover {
    color: #8e9ca6;
}

.footer-copyright {
    margin-top: 6.4rem;
    display: flex;
    justify-content: space-between;
}

.copyright-label {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    color: var(--color-footer-gray);

    font-size: 1.2rem;
}

.copyright-anchors {
    display: flex;
    gap: 3.2rem;

    color: var(--color-footer-gray);
    font-size: 1.2rem;
}

.card-text .card-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.popup-wrapper {
    display: none;

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    align-items: center;
    justify-content: center;

    /*background-color: rgba(0, 0, 0, 0.5);*/
}

.popup-wrapper.show-news-popup {
    display: flex;
}

.popup-wrapper .catalog__popup {

    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-wrapper .catalog__popup .popup__content {
    display: flex;
    position: relative;
    flex-direction: column;
    background-color: #fff;
    border-radius: 8px;
    width: 564px;
    padding: 48px;
}
.popup-wrapper .catalog__popup .popup__body form {
    display: flex;
    flex-direction: column;
}

.catalog__popup form .custom-input {
    max-width: 400px;
}

.catalog__popup form .custom-input + .custom-input {
    margin-bottom: 32px;
}

.catalog__popup form label {
    margin-bottom: 24px;
    display: flex;
    align-items: flex-start;
    max-width: 330px;
}

.catalog__popup form label input {
    margin-right: 16px;
}

.popup-wrapper .catalog__popup .popup__content .popup__header {
    font-family: "RF Dewi Expanded";
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;

    margin-bottom: 32px;
}

.popup-wrapper .catalog__popup .popup__close {
    position: absolute;
    right: 38px;
    top: 38px;
    cursor: pointer;
}

/*.quantity {
    width: 100%;
    padding: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--color-white);
    gap: 8px;
    border-radius: 2px;
}*/

.quantity__value {
    border: none;
    outline: none;
    font-family: Onest;
    text-align: center;
}

.quantity__btn {
    border: none;
    outline: none;
    font-family: Onest;
    font-size: 0.6rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.2;
    width: 3.2rem;
    height: 3.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-dark-gray);
    background: #F5F8FA;
    cursor: pointer;
    transition: background-color .3s ease;
    border-radius: 4px;
    flex-shrink: 0.5;
}

.quantity__btn:hover{
    background: #E8EDF1;
}

.quantity__btn svg {
    width: 1.2rem;
    height: 1.2rem;
}

.catalog-items__sorting_adaptive {
    display: none;
}

.show-more-btn {
    display: none;
}

.catalog__select-mobile {
    display: none;
    grid-area: catalogSelectMobile;
}

.catalog-card__actions .icon-btn {
    width: 40px;
    height: 40px;
}

.catalog-card__actions .custom-btn {
    font-size: 14px;
    line-height: 1;
    padding: 13px 12px;
}

@media (max-width: 1300px) {
    .pag-btn {
        width: 6.9rem;
    }
}

@media (max-width: 1080px) {
    .catalog {
        grid-template-areas:   "search search search"
                          "models models models"
                            "mobileMenu mobileMenu mobileMenu"
                          "catalogSelectMobile catalogSelectMobile catalogSelectMobile"
                          "sort sort sort"
                          "filter filter filter"
                          "reset reset reset"
                          "cards cards cards"
                          "showMore showMore showMore"
                          "pagination pagination pagination"
    ;
    }
    .catalog-filter {
        width: 100%;
        margin: 0;
    }

    .catalog-filter .btn-reset {
        display: none;
    }

    .catalog {
        width: 100%;
    }

    .catalog-items__search input{
        width: 100%;
    }

    .catalog-items__sorting_adaptive {
        display: block;
    }

    .models-title {
        display: none;
    }

    .catalog-items__sorting {
        display: none;
    }

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

    .catalog__reset .catalog-items__sorting {
        display: block;
    }

    .catalog-items__sorting .custom-select {
        margin: 0;
    }

    .btn-reset {
        margin: 0;
    }

    .catalog__reset {
        display: flex;
    }

    .catalog-items__models {
        margin: 1.5rem 0;
    }
    .banner h1{
        font-size: 40px;
    }

    .catalog__select-mobile {
        display: block;
    }

    .catalog-filter .catalog-filter__header .btn-reset {
        display: block;
    }

    .catalog-filter__header {
        display: flex;
        justify-content: space-between;
    }

    .catalog__reset {
        display: none;
    }

    .catalog-items__sorting {
        display: flex;
        padding: 1.6rem 0;
    }

    .catalog-items__sorting .select-selected {
        padding: 0 16px 0 0;
        font-size: 1.2rem;
    }

    .models-title {
        display: none;
    }

    .catalog-filter {
        display: none;
    }

    /* Mobile menu */
    .catalog__mobile-menu {
        margin: 16px 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        gap: 7px;
    }

    .catalog-items__models {
        display: none;
    }

    .pagination {
        display: none;
    }

    .catalog__mobile-menu .custom-btn {
        width: calc(100% / 2 - 8px);
    }

    .catalog-items__search .search-input {
        border: none;
    }

    .filter-mobile-title {
        display: block;
        margin: 0 0 0 auto;
        font-size: 12px;

    }

    .catalog-items__sorting .custom-select {
        width: auto;
    }

    .select-items {
        box-shadow: 0px 8px 10px 0px #0000000D;
        width: calc(100vw - 3rem);
        border-radius: 4px;
    }

    .catalog-items__sorting .select-items div {
        font-size: 12px;
    }

    .select-selected.select-arrow-active:after {
        top: 6px;
    }

    .select-selected:after {
        top: 3px;
        right: 0;
    }

    .icon-filter-menu {
        margin: 0 4px 0 0;
    }

    .catalog-card__img {
        display: inline-flex;
        justify-content: center;
        background: var(--color-white);
        border-radius: 8px;
    }

    .catalog-card__img img {
        object-fit: cover;
    }

    .catalog-card__type {
        font-size: 1rem;
    }

    .catalog-card__title {
        font-size: 1.2rem;
    }

    .catalog-card__description {
        gap: 1.2rem;
    }
    .catalog-card__price {
        display: none;
    }

    .catalog-card__btn {
        display: none;
    }

    .catalog-card__actions .catalog-card__price {
        display: block;
    }

    .catalog-card__actions {
        align-items: center;
        justify-content: space-between;
    }

    .show-more-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        grid-area: showMore;
        margin: 16px 0 24px;
    }

    .show-more-btn .custom-btn {
        background: none;
        font-size: 1.2rem;
        margin: 15px auto;
    }

    .catalog__custom-select .select-selected:after {
        top: 12px;
        right: 20px;
    }

    .catalog__select-mobile .select-selected:after {
        top: 16px;
        right: 20px;
    }

    .catalog__custom-select .select-items div {
        border: none;
    }

    .quantity {
        width: 50%;
    }

    .quantity__value {
        max-width: 30px;
    }

}

/*@media (max-width: 756px) {
	.banner h1{
		font-size: 40px;
	}

	.catalog__select-mobile {
		display: block;
	}

	.catalog-filter .catalog-filter__header .btn-reset {
		display: block;
	}

	.catalog-filter__header {
		display: flex;
		justify-content: space-between;
	}

	.catalog__reset {
		display: none;
	}

	.catalog-items__sorting {
		display: flex;
		padding: 1.6rem 0;
	}

	.catalog-items__sorting .select-selected {
		padding: 0 16px 0 0;
		font-size: 1.2rem;
	}

	.models-title {
		display: none;
	}

	.catalog-filter {
		display: none;
	}

	!* Mobile menu *!
	.catalog__mobile-menu {
		margin: 16px 0;
		width: 100%;
		display: flex;
		justify-content: space-between;
		gap: 7px;
	}

	.catalog-items__models {
		display: none;
	}

	.pagination {
		display: none;
	}

	.catalog__mobile-menu .custom-btn {
		width: calc(100% / 2 - 8px);
	}

	.catalog-items__search .search-input {
		border: none;
	}

	.filter-mobile-title {
		display: block;
		margin: 0 0 0 auto;
		font-size: 12px;

	}

	.catalog-items__sorting .custom-select {
		width: auto;
	}

	.select-items {
		box-shadow: 0px 8px 10px 0px #0000000D;
		width: calc(100vw - 3rem);
		border-radius: 4px;
	}

	.catalog-items__sorting .select-items div {
		font-size: 12px;
	}

	.select-selected.select-arrow-active:after {
		top: 6px;
	}

	.select-selected:after {
		top: 3px;
		right: 0;
	}

	.icon-filter-menu {
		margin: 0 4px 0 0;
	}

	.catalog-card__img {
		display: inline-flex;
		justify-content: center;
		background: var(--color-white);
		border-radius: 8px;
	}

	.catalog-card__img img {
		object-fit: cover;
	}

	.catalog-card__type {
		font-size: 1rem;
	}

	.catalog-card__title {
		font-size: 1.2rem;
	}

	.catalog-card__description {
		gap: 1.2rem;
	}
	.catalog-card__price {
		display: none;
	}

	.catalog-card__btn {
		display: none;
	}

	.catalog-card__actions .catalog-card__price {
		display: block;
	}

	.catalog-card__actions {
		align-items: center;
		justify-content: space-between;
	}

	.show-more-btn {
		display: flex;
		justify-content: center;
		align-items: center;
		grid-area: showMore;
		margin: 16px 0 24px;
	}

	.show-more-btn .custom-btn {
		background: none;
		font-size: 1.2rem;
		margin: 15px auto;
	}

	.catalog__custom-select .select-selected:after {
		top: 12px;
		right: 20px;
	}

	.catalog__custom-select .select-items div {
		border: none;
	}

	.quantity {
		width: 50%;
	}

	.quantity__value {
		max-width: 20px;
	}
}*/

@media (max-width: 540px) {

    .catalog-card__actions .icon-btn {
        width: 24px;
        height: 24px;
    }

    .quantity__btn {
        width: 1.6rem;
        height: 1.6rem;
        border-radius: 1px;
    }

    .quantity__btn svg {
        width: 6px;
        height: 6px;
    }

    .catalog-card__price {
        font-size: 1.2rem;
    }

    .quantity__value {
        font-size: 1rem;
    }

    .catalog-card {
        padding: 0.8rem;
        border-radius: 2px;
    }

    .catalog-card__img {
        border-radius: 2px;
    }

    .popup__close {
        display: none;
    }

    .popup-wrapper {
        padding: 0 15px;
    }
    .popup-wrapper .catalog__popup .popup__content {
        padding: 2.4rem;
    }

    .banner .header_light {
        min-height: 370px;
    }

}

@media (max-width: 600px) {
    .banner__title {
        display: none;
    }
}

@media screen and (max-width: 376px) {
    main {
        margin: 0;
    }
    h2.main__header {
        display: none;
    }

    .catalog-items__models {
        display: none;
    }

    .catalog-filter__mobile.active {
        height: calc(100vh - 7.2rem);
    }

    .input-prev-icon.search-input {
        font-family: Onest;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        text-align: left;
    }


    .catalog__mobile-menu button {
        min-width: 49%;

        text-transform: uppercase;
    }

    .catalog-items__cards {
        grid-template-columns: repeat(auto-fit, minmax(144px, 1fr));
        column-gap: 1.5rem;
        row-gap: 1.6rem;
    }

    .catalog-items__sorting .custom-select {
        max-width: 50%;
    }

    .select-selected:after {
        top: 4px;
    }

    .select-selected.select-arrow-active:after {
        top: 7px;
    }

    .select-items > div,
    .select-items div:hover,
    div.same-as-selected,
    .select-selected {
        /* styleName: Mobile/Body/Small-text; */
        font-family: Onest;
        font-size: 12px;
        line-height: 16.2px;
        text-align: left;
    }

    .select-selected {
        padding: unset;
    }

    .catalog-items__sorting .custom-select {
        margin-bottom: 16px;
    }

    /* Catalog card */

    .catalog-card {
        gap: 12px;
        padding: 8px;
    }

    .catalog-card__description {
        gap: 12px;
    }

    .catalog-card__type {
        text-transform: uppercase;
        /* styleName: Mobile/Body/Caption; */
        font-family: Onest;
        font-size: 10px;
        font-weight: 400;
        line-height: 10px;
        letter-spacing: 0.04em;
        text-align: left;

        color: var(--color-gray);
    }

    .catalog-card__title.main-text {
        /* styleName: Mobile/Body/Paragraph; */
        font-family: Onest;
        font-size: 12px;
        font-weight: 400;
        line-height: 14.4px;
        text-align: left;
    }

    .catalog-card__actions .custom-btn.btn-secondary {
        display: none;
    }

    .catalog-card__actions .custom-btn.icon-btn {
        width: 24px;
        height: 24px;
    }

    .pagination {
        display: none;
    }
    .container {
        padding: 0 2rem;
    }

    .banner__title {
        display: none;
    }

    .banner {
        background: none;
        min-height: auto;
    }

    .header.header_light path {
        fill: var(--color-dark-gray);
    }
    .header_light .mobile-menu__catalog path {
        fill: var(--color-dark-gray);
    }
    .header.header_light .main-menu__icon path {
        stroke: var(--color-dark-gray);
    }

    .header.header_light {
        background: none;
        min-height: auto;
        height: auto;
    }
}




/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?170547344551*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /local/templates/geely_shop/components/bitrix/breadcrumb/shop_search/style.css?1734424178914 */
/* /local/templates/geely_shop/components/bitrix/catalog/catalog-accessories/style.min.css?173528643827038 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?170547344551 */
