

/* Start:/local/templates/bigcenter_locator_2024/components/bitrix/catalog/catalog_search/style.css?17205059872278*/
.catalog_sort {
	margin-bottom: 39px;
	display: none;
	align-items: center;
	justify-content: space-between;
}

@media(min-width:992px) {
	.catalog_sort {
		display: flex;
	}
}

.catalog_sort ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.catalog_sort_list {
	display: flex;
	align-content: center;
	justify-content: flex-start;
}

.catalog_sort_item {
	margin-right: 30px;
}

.catalog_sort_item:last-child {
	margin-right: 0;
}

.catalog_sort_link {
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	color: #8F8F8F;
	letter-spacing: 0.04em;
	text-decoration: none;
}

.catalog_sort_link.is_active {
	font-weight: 700;
}

.catalog_sort_link.is_active,
.catalog_sort_link:hover {
	color: var(--bs-black-color, #2E373E);
}

.catalog_sort_link.is_active svg path,
.catalog_sort_link:hover svg path {
	stroke: var(--bs-black-color, #2E373E);
}

.catalog_toggle {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.catalog_toggle_button {
	display: flex;
	align-items: center;
	margin-left: 24px;
}

.catalog_toggle_button:first-child {
	margin-left: 0;
}

.catalog_toggle_button.is_active svg rect {
	fill: #F03226;
}

.catalog_filter_container {
	display: none;
	margin-bottom: 24px;
}

.catalog_filter_container_top {
	margin-bottom: 30px;
}

.catalog_filter_header_mobile {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
}

.filter_count {
	font-weight: 600;
	font-size: 20px;
	color: var(--bs-black-color, #14121A);
}

.search_result {
	font-weight: 700 !important;
	font-size: 15px !important;
}

@media(min-width: 992px) {
	.catalog_filter_header_mobile {
		display: none;
	}

	.catalog_filter_container {
		display: block;
	}

	.search_result {
		font-size: 32px !important;
		line-height: 45px !important;
	}
}

.estimation_section {
	display: none;
	flex-direction: column;
	align-items: center;
	border: 1px solid rgba(20, 18, 26, 0.1);
	padding: 20px 0;
	border-radius: 4px;
}

@media (min-width:992px) {
	.estimation_section {
		display: flex;
	}
}

.estimation_section_title {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 10px;
}

.estimation_section_sub_title {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 15px;
	text-align: center;
}
/* End */


/* Start:/local/templates/bigcenter_locator_2024/components/bitrix/catalog.element/catalog/style_desktop.css?176337846329433*/
.detail_page_title {}

.detail_page_title_row {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    flex-direction: column;
}

@media (min-width:768px) {
    .detail_page_title_row {
        flex-direction: row;
    }
}

.detail_page_title_row_images {
    position: relative;
    line-height: 0;
    width: 100%;
    overflow-x: hidden;
}

@media (min-width:768px) {
    .detail_page_title_row_images {
        width: 67%;
        /* order: unset; */
    }
}

.detail_page_title_row_images .detail_page-pagination {
    position: absolute;
    left: auto;
    right: 15px;
    width: max-content;
    bottom: 11px;
    z-index: 1;
    font-size: 12px;
    font-weight: 500;
    background-color: #FFF;
    color: #14121A;
    line-height: normal;
    padding: 6px 8px;
    border-radius: 3px;
}

@media(min-width:576px) {
    .detail_page_title_row_images .detail_page-pagination {
        display: none;
    }
}

.detail_page_title_row_images-swiper {
    position: relative;
}

.detail_page_title_row_images-none {
    position: relative;
}

@media (min-width:576px) {
    .detail_page_title_row_images_slider {
        position: relative;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 23px;
        margin-bottom: 20px;
    }
}

.detail_page_title_row_images_slider a:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
}

.detail_page_title_row_images_slider a:first-child {
    aspect-ratio: 4/3;
    width: 100%;
}

.detail_page_slider_item {
    position: relative;
}

.detail_page_slider_item:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;

}

.detail_page_slider_item[data-item="hidden"] {
    display: none;
}

.detail_page_slider_item img {
    width: 100%;
    height: auto;
    /* height: 100%; */
    object-fit: cover;
    aspect-ratio: 4/3;
    background-color: #FFF;
}


.detail_page_btn_show_more {
    display: block;
    text-align: center;
}

.detail_page_images_note {
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    font-size: 10px;
    line-height: 14px;
    color: #8F8F8F;
    background: #fff;
    text-align: center;
    padding: 5px 0;
}

.detail_page_title_row_title_actions {
    top: 140px;
    width: 100%;
}

@media (min-width:768px) {
    .detail_page_title_row_title_actions {
        position: sticky;
        width: 33%;
    }
}

.detail_page_title_row_title_actions_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.detail_page_title_promo_label_wrapper {
    position: relative;
    width: 260px;
    height: 26px;
    border-radius: 3px;
}

@media (max-width:1439px) {
    .detail_page_title_promo_label_wrapper {
        width: 215px;
    }

}

@media (max-width:1200px) {
    .detail_page_title_promo_label {
        width: 180px;
    }
}


.detail_page_title_promo_label {
    position: absolute;
    width: 100%;
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 3px;
    display: flex;
    align-items: center;
}

@media (max-width:1439px) {
    .detail_page_title_promo_label {
        font-size: 11px;
    }
}

@media (max-width:1200px) {
    .detail_page_title_promo_label {
        font-size: 9px;
    }
}

.animate_back_row_back {
    position: absolute;
    border-radius: 3px;
    background-color: #ED1C247F;
    height: 100%;
}

.animate_back_row_front {
    position: absolute;
    border-radius: 3px;
    height: 100%;
    background-color: #ED1C24;
}

.detail_page_title_promo_label .pulse_fire {
    padding-right: 10px;
    animation: pulse_hearth 1s infinite;
    line-height: 0;
}

@keyframes pulse_hearth {
    0% {
        scale: 1;
    }

    40% {
        scale: 1.2;
    }

    50% {
        scale: 1;
    }

    60% {
        scale: 1.2;
    }

    100% {
        scale: 1;
    }
}

.detail_page_title_btn_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

@media (max-width:1439px) {
    .detail_page_title_btn_list {
        gap: 5px;
    }
}

.detail_page_title_btn_list a {
    text-decoration: none;
    line-height: 0;
    position: relative;
}


.detail_page_actions_print {}

.detail_page_title_vendor_row {
    display: grid;
    grid-template-columns: auto 88px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;

}

.detail_page_title_rating {
    display: flex;
    align-items: center;
    gap: 5px;
}

.detail_page_title_rating .bx_stars_rating_votes_container {
    display: none;
}

.detail_page_title_vendor {
    color: #666;
    font-size: 12px;
    font-weight: 500;
}

@media (max-width:1200px) {
    .detail_page_title_vendor {
        font-size: 10px;
    }
}

.detail_page_title_rating a {
    text-decoration: none;
    line-height: 0;
}

.detail_page_title_rating_count {
    font-size: 10px;
    font-weight: 500;
    opacity: .7;
}

@media (min-width:576px) {
    .detail_page_title_rating_count {
        display: none;
    }
}

@media (min-width:1200px) {
    .detail_page_title_rating_count {
        display: block;
    }

    .detail_page_title_vendor_row {
        grid-template-columns: auto 100px;
    }
}

/* .detail_page .product-item-type {
    color: #FFF;
    background-color: #ED1C24;
    border-radius: 2px;
    padding: 3px 5px;
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
} */

.detail_page_product-item-type span {
    padding: 3px 5px;
    text-transform: none;
    font-weight: 600;
    font-size: 14px;
}

.detail_page_product-item-type .metka_rasp_1111,
.detail_page_product-item-type .metka_rasprodazha {
    color: #ED1C24;
}

.detail_page_product-item-type .metka_new_met {
    color: #4D6EF2;
}

.detail_page_product-item-type .metka_black_friday {
    color: #000000;
}




.detail_page_article {
    margin-bottom: 20px;

    color: #666;
    font-size: 10px;
    font-weight: 500;
}




.detail_page_select_complekt {
    margin-top: 10px;
    display: block;
    font-weight: 500;
    font-size: 14px;
    pointer-events: all;
    border-radius: 3px;
    border: 1px solid rgba(20, 18, 26, 0.10);
    background: rgba(255, 255, 255, 0.50);
    position: relative;
    cursor: pointer;
    margin-bottom: 25px;
}

.detail_page_select_complekt_selected {
    padding: 9px 30px 9px 10px;
    color: #14121A;
    position: relative;
}

.detail_page_select_complekt_selected::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    right: 10px;
    top: 50%;
    border-right: 1px solid #14121A;
    border-bottom: 1px solid #14121A;
    transform: rotate(45deg) translate(-50%, -50%);
    ;

}

.detail_page_select_complekt_list {
    display: none;
    position: absolute;
    top: 111%;
    left: 0;
    width: 100%;
    z-index: 40;
}

.detail_page_select_complekt_list.active {
    display: flex;
    flex-direction: column;
}

.detail_page_select_complekt_list span {
    padding: 5px 10px;
    background-color: #FFFFFF;
    color: #14121A;
    border: 1px solid rgba(20, 18, 26, 0.10);
}

.detail_page_select_complekt_list span:hover {
    background-color: #ED1C24;
    color: #FFFFFF;
}


.detail_page_price_row {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.detail_page_row_top {
    color: #14121A;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.detail_page_price_row_bottom {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 15px;
    font-size: 12px;
}

@media (min-width:768px) {
    .detail_page_price_row_bottom {
        font-size: 11px;
    }
}

/* @media (max-width:1200px) {
    .detail_page_price_row_bottom {
        font-size: 11px;
    }
} */

.detail_page_price_economy {
    color: #FFF;
    font-weight: 500;

    padding: 5px;
    /* border-radius: 2px; */
    /* background-color: #ED1C24; */
    border-radius: 12px;
    background-color: #FFD000;


}

.detail_page_price_old {
    color: #666;
    font-weight: 500;
}

.detail_page_price_old span:nth-child(2) {
    padding-left: 10px;
    text-decoration: line-through;
}

.detail_page_avaiable {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 25px;
}

.detail_page_avaiable_current {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 5px;
    color: #43884A;
}

.detail_page_avaiable_current.is_not {
    color: #ED1C24;
}

.detail_page_avaiable_current.is_not svg circle,
.detail_page_avaiable_current.is_not svg path {
    stroke: #ED1C24;
}

.detail_page_avaiable_more {
    padding-left: 28px;
    text-decoration: none;
    color: #14121A;
    transition: 0.3s;
    display: block;
}

.detail_page_avaiable_more:hover {
    color: var(--bs-main-hover-color, #DB1118);
    transform: translateX(5px);
}

.detail_page_action_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    padding-bottom: 15px;
}

@media (max-width:768px) {
    .detail_page_action_top {
        flex-direction: column;
    }

    .detail_page_action_top a {
        width: 100%;
    }
}

.detail_page_action_top .add_basket,
.detail_page_action_top .add_leasing {
    flex: 1 0 auto;
}

.btn_default_border {}

.detail_page_action_bottom {
    padding-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}



.detail_page_action_bottom_btn {
    background-color: #F0F0F0;
    border-radius: 3px;
    /* padding: 15px 25px; */
    padding: 15px 7px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    flex: 1 0 auto;
    transition: all 0.4s;
    text-decoration: none;
    color: #14121A;
}

@media (max-width:1439px) {
    .detail_page_action_bottom_btn {
        padding: 15px 7px;
    }
}

@media (max-width:1200px) {
    .detail_page_action_bottom_btn {
        font-size: 14px;
    }

}

.detail_page_action_bottom_btn:hover {
    background-color: #CDCACA;
}

.detail_page_action_bottom_btn a {
    text-decoration: none;
    color: #666;
    text-wrap: nowrap;
    font-size: 14px;
}

.btn_default_gray {}

.detail_page_title_banner {
    display: block;
}

.detail_page_title_banner img {
    width: 100%;
    height: auto;
}






section.section_detail_page_description {}

.detail_page_description_row {
    display: flex;
    justify-content: space-between;
    gap: 20%;
    flex-direction: column;
}

@media (min-width:768px) {
    .detail_page_description_row {
        flex-direction: row;
    }
}

.detail_page_description_left {}

.detail_page_description_rigth {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: rgba(20, 18, 26, 0.7);
}

.detail_page_description_rigth a {
    color: var(--bs-main-color, #ED1C24);
    text-decoration: underline;
}





section.section_detail_page_warranty {
    position: relative;
    background-position: 70% top;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width:768px) {

    section.section_detail_page_warranty {
        background-image: none !important;
    }

}

.detail_page_warranty_row {
    display: flex;
    align-items: center;
    height: 443px;
    color: var(--bs-black-color, #14121A);
}

@media (max-width:768px) {

    .detail_page_warranty_row {
        height: auto;
    }

}

.detail_page_warranty_left {}

@media (max-width:768px) {

    .detail_page_warranty_left {
        display: none;
    }

    .detail_page_warranty_row {
        justify-content: center;
    }
}

.detail_page_warranty_month {
    position: relative;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
}

.detail_page_warranty_month:before {
    content: "";
    position: absolute;
    top: 100%;
    left: -83px;
    width: 63px;
    height: 3px;
    background: var(--bs-black-color, #14121A);
}

.detail_page_warranty_hours {
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
}

.detail_page_warranty_desc {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    margin-top: 20px;
}

.detail_page_warranty_right {}

.circle_container {
    position: relative;
    width: 150px;
}

.circle_center {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: var(--bs-second-color, #4C5160);
}

.circle_center span {
    display: inline-block;
    width: 100%;
    font-weight: 700;
    font-size: 70px;
    line-height: 60px;
}

.circle_text {
    position: absolute;
    top: -33px;
    left: 0;
    right: 0;
    height: 154px;
    border-radius: 50%;
    animation: circle 20s linear infinite;
    text-align: center;
    margin: 0 auto;
}

.circle_text span {
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: var(--bs-second-color, #4C5160);
    transition: all .5s cubic-bezier(0, 0, 0, 1);
}

@keyframes circle {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

section.section_detail_page_tabs {}

.detail_page_list_menu {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.detail_page_item_menu {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.04em;
    color: var(--bs-second-color, #4C5160);
    background: #f7f7f7;
    border-radius: 2px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 17px 26px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.detail_page_item_menu:hover {
    background: var(--bs-third-color, #eee);
}

section.detail_page_props {}

.detail_page_props_list {

    position: relative;
    max-height: 260px;
    overflow: hidden;
    transition: max-height 0.5s;
}

.detail_page_props_list>div {

    column-gap: 64px;
    position: relative;
}

@media (min-width:768px) {
    .detail_page_props_list>div {
        column-count: 2;
    }
}

.detail_page_props_list.is_active {
    max-height: 5000px;

}

.detail_page_props_list:not(.is_active):before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.detail_page_props_group_title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.detail_page_props_group {
    padding-bottom: 40px;
}

.detail_page_props_group_list dl {
    border-top: 1px solid #14121A19;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 0;
    margin: 0 0;

}

.detail_page_props_group_list dl {
    border-bottom: 1px solid #14121A19;
}

.detail_page_props_group_list dl+dl {
    border-top: none;
}

.detail_page_props_group_list dt {
    font-size: 16px;
    line-height: 1.6;
    opacity: .7;
}

.detail_page_props_group_list dd {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    text-align: right;
    margin-left: 40px;
}

@media (max-width:768px) {
    .detail_page_props_group_list dt {
        font-size: 14px;
        line-height: 1.4;
    }

    .detail_page_props_group_list dd {
        font-size: 14px;
        line-height: 1.4;
    }
}

.detail_page_props_group {
    display: inline-block;
}

@supports (-webkit-appearance:none) {
    .detail_page_props_group {
        width: 100%;
        float: left;
        page-break-inside: avoid;
        break-inside: avoid;
    }
}


section.section_detail_page_accessories {}

.detail_page_accessories_row {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 10%;
}

@media (min-width:768px) {
    .detail_page_accessories_row {
        flex-direction: row;
    }
}

.detail_page_accessories_row ul.list_check {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.detail_page_accessories_row ul.list_check li {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px 0 30px;
    margin-bottom: 15px;
}

.detail_page_accessories_row ul.list_check li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
}

@media(min-width: 576px) {
    .detail_page_accessories_row ul.list_check li {
        width: 50%;
    }
}

@media (max-width:768px) {

    .detail_page_accessories_row ul.list_check li {
        font-size: 14px;
    }

}

section.section_detail_page_accessories {}

.detail_page_accessories_row {}

.detail_page_accessories_left {}

.detail_page_accessories_right {}


section.section_detail_page_options {}

.detail_page_options_row {}

.detail_page_options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    gap: 10%;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .detail_page_options:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 1px;
        height: 100%;
        border-left: 1px dashed var(--bs-third-color, #eee);
        margin-left: -0.5px;
    }
}


.detail_page_options_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    border-bottom: 1px solid var(--bs-third-color, #eee);
    margin: 0;
}

@media (min-width: 768px) {
    .detail_page_options_item {
        flex-direction: row;
        flex: 1 0 auto;
    }
}

.detail_page_options dt {
    position: relative;
    font-weight: 600;
    padding-left: 35px;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--bs-second-color, #4C5160);
    padding: 10px 20px 10px 35px;
}

@media (min-width: 768px) {
    .detail_page_options dt {
        width: 60%;
        padding: 20px 20px 20px 35px;

    }
}


.detail_page_options dt:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
}

.detail_page_options dd {
    font-weight: 700;
    white-space: nowrap;
    margin: 0;
    text-align: left;
    padding: 5px 35px;
    font-size: 14px;
    line-height: 20px;
    color: var(--bs-black-color, #14121A);
    width: 100%;
}

@media (min-width: 768px) {
    .detail_page_options dd {
        width: 40%;
        padding: 20px 0 20px 0;
        text-align: right;

    }
}

section.section_detail_page_attachments {}

.detail_page_attachments_item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

section.section_detail_page_video {}

.detail_page_video_row {
    position: relative;
    display: inline-block;
    line-height: 0;
    max-width: 100%;
}



.detail_page_video_tabs {
    display: flex;
    align-items: center;
    gap: 35px;
}

.detail_page_video_tabs a:hover,
.detail_page_video_tabs a.is_active {
    color: var(--bs-black-color, #14121A);
}

.detail_page_video_tabs a {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.04em;
    color: rgba(76, 81, 96, 0.4);
    white-space: nowrap;
    text-decoration: none;
    padding: 8px 0;
    margin: 0 35px 4px 0;
}

.detail_page_video_item {
    position: relative;
    display: none;
}

.detail_page_video_item.is_active {
    display: block;
}

.detail_page_video_item img {
    width: 100%;
    height: auto;
}

.detail_page_video_item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(20, 18, 26, 0.6), rgba(20, 18, 26, 0.6));
}

.detail_page_video_item:hover svg circle,
.detail_page_video_item:hover svg path {
    stroke: var(--bs-main-color, #ED1C24);
}

.detail_page_video_title {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #fff;
}

.detail_page_video_row svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -34.5px;
    margin-left: -34.5px;
}


section.section_detail_page_special {}

.detail_page_special_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
    flex-direction: column;
}


@media (min-width: 768px) {
    .detail_page_special_row {
        flex-direction: row;
    }
}

.detail_page_special_left {
    max-width: 100%;
}

@media (min-width: 768px) {
    .detail_page_special_left {
        max-width: 50%;
    }
}


.detail_page_special_row:nth-child(2n) .detail_page_special_left {
    padding-left: 10px;
}

.detail_page_special_title {}

.detail_page_special_desc {
    padding: 0 10px;
    font-weight: 500;
    opacity: 0.6;
}



.detail_page_special_right {
    max-width: 100%;
}

@media (min-width: 768px) {
    .detail_page_special_right {
        max-width: 50%;
    }

    .detail_page_special_row:nth-child(2n) .detail_page_special_right {
        order: -1;
    }
}

.detail_page_special_right img {
    width: 100%;
    height: auto;
}

.detail_page_special_img {}

/* section.section_detail_page_leasing {}

.section_detail_page_leasing .ui-widget.ui-widget-content {
    border: none;
    background: rgba(46, 55, 62, 0.2);
}

.section_detail_page_leasing .ui-widget-header {
    background: #D8141B;
}

.section_detail_page_leasing .ui-slider-horizontal {
    height: 2px;
}

.section_detail_page_leasing .ui-slider-horizontal .ui-slider-handle {
    top: 0;
    margin-left: -5px;
    margin-top: -4px;
}

.section_detail_page_leasing .ui-slider .ui-slider-handle {
    width: 10px;
    height: 10px;
}

.section_detail_page_leasing .ui-state-default,
.section_detail_page_leasing .ui-widget-content .ui-state-default {
    background: #ED1C24;
    border: 1px solid #ED1C24;
    box-sizing: border-box;
    border-radius: 50%;
}

.leasing_desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: var(--bs-black-color, #14121A);
    margin-bottom: 10px;
}

.leasing_result {
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    color: var(--bs-main-color, #ED1C24);
    margin-bottom: 25px;
}

.leasing_note {
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    color: rgba(20, 18, 26, 0.7);
    padding-left: 10px;
    margin-top: 20px;
}

.leasing_select {
    position: relative;
    display: inline-block;
    width: 210px;
}

.leasing_select_selected {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    line-height: 1;
    background: #FFFFFF;
    border: 1px solid #F1F1F1;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 0 20px 0 30px;
    cursor: pointer;
}

.leasing_select_list {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(4, 12, 31, 0.06);
    border-radius: 3px;
    padding: 5px 0;
    margin-top: 10px;
    z-index: 3;
}

.leasing_select input {
    display: none;
}

.leasing_select_list input:checked+label {
    display: none;
}

.leasing_select_list label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: rgba(46, 55, 62, 0.6);
    padding: 10px 20px 10px 30px;
    box-sizing: border-box;
}
.leasing_image {
    position: relative;
}
.leasing_image img {
    position: static;
    right: 0;
    bottom: 22px;
}




.detail_page_leasing_title {}

.detail_page_leasing_btn_row {
    display: flex;
    justify-content: center;
}  
.detail_page_label_switcher {
    display: flex;
    align-items: center;

}

.label_switcher span {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: var(--bs-second-color, #4C5160);
}

.label_switcher input[type=checkbox] {
    position: relative !important;
    width: 32px;
    height: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 0;
    margin: 0 16px;
}

.label_switcher input[type=checkbox]:before {
    position: absolute;
    content: "";
    width: 28px;
    height: 12px;
    border-radius: 8px;
    border: 2px solid var(--bs-black-color, #14121A);
}

.label_switcher input[type=checkbox]:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    display: inline-block;
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background-color: var(--bs-main-color, #ED1C24);
    transition: all .2s;
}

.label_switcher input[type=checkbox]:checked:after {
    left: 20px;
    transition: all .2s;
} */

.detail_page_label-top-right {
    position: absolute;
    top: 25px;
    right: 30px;
    display: flex;
    gap: 10px;
}

.detail_page_label-top-right-item {
    position: relative;
}

.detail_page_label-top-right-item-title[data-title]:hover::before {
    content: attr(data-title);
    position: absolute;
    top: calc(100% + 7px);
    right: 10%;
    display: inline-block;
    line-height: normal;
    border-radius: 2px;
    background: #000;
    color: #fff;
    font-size: 11px;
    font-family: sans-serif;
    text-align: center;
    box-sizing: border-box;
    border-radius: 4px;
    text-transform: none;
    padding: 4px 6px;
    z-index: 5;
    max-width: 150px;
    width: 150px;
}

.detail_page_label-top-right-item-title[data-title]:hover::after {
    content: '';
    position: absolute;
    top: calc(100% - 7px);
    left: 46%;
    display: inline-block;
    color: #fff;
    border: 8px solid transparent;
    border-bottom: 6px solid #000;
    margin-left: -8px;
    z-index: 5;
}

.detail_page_label-top-left {
    position: absolute;
    top: 25px;
    left: 30px;
    color: #14121A;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: normal;
}

.detail_page_label-top-left-item {
    padding: 6px 8px;
    border-radius: 3px;
    background-color: #fff;
}

.detail_page_label-bottom-left {
    position: absolute;
    bottom: 35px;
    left: 30px;
    color: #14121A;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: normal;
}

.detail_page_label-bottom-left-item {
    padding: 6px 8px;
    border-radius: 3px;
}

.detail_page_label-top-left-item.backgroung_agro_stiker {
    background-color: #0b8300;
    color: #FFF;
}

.detail_page_label-top-left-item.backgroung_hit {
    background-color: #e76b00;
    color: #FFF;
}

.detail_page_label-top-left-item.backgroung_online_sale {
    background-color: #275c89;
    color: #FFF;
}

.detail_page_label-top-left-item.backgroung_lizing {
    background-color: #4a2566;
    color: #FFF;
}

.detail_page_label-top-left-item.backgroung_gift {
    background-color: #fff;
    color: #14121A;
}

.detail_page_label-top-left-item.backgroung_best {
    background-color: #a11a1a;
    color: #FFF;
}

.detail_page_label-top-left-item.backgroung_sale_dostavka {
    background-color: #275c89;
    color: #FFF;
}

.detail_page_label-top-left-item.backgroung_ {
    background-color: #fff;
    color: #14121A;
}

.detail_page_label-top-left-item.backgroung_CHEAPER {
    background-color: #FF9F00;
    color: #FFF;
}

.detail_page_label-top-left-item.backgroung_by_teh,
.detail_page_label-top-left-item.backgroung_vosstan_teh,
.detail_page_label-top-left-item.backgroung_new_teh {
    background-color: #ED1C24;
    color: #FFF;
}
/* End */


/* Start:/local/templates/bigcenter_locator_2024/components/bitrix/catalog/catalog_search/bitrix/news.list/review_list/style.css?17218095662516*/
.review_list_header {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.review_list_header.empty {
	flex-direction: column;
}
.review_list_header_left {
	display: flex;
	gap: 10px;
	align-items: center;
}
.review_list_header_left .detail_page_title_rating_count{
	font-size: 16px;
}
.review_list_header h2 {
	margin: 0;
}

.review_list_row {
	margin-top: 25px;
}

.review_list_row span:nth-child(1) {
	display: block;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
}

.review_list_row span:nth-child(1) {
	display: block;
	line-height: 1.2;
}

.review_photo span {
	font-size: 20px;
	font-weight: 600;
}

.review_photo_list {
	margin: 10px 0 30px;
}

.review_photo_item {
	height: 100px;
	width: 100px;
	min-width: 100px;
	border-radius: 5px;
	overflow: hidden;
}

.review_photo_item:not(:first-child) {
	margin-left: 20px;
}

.review_photo_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.review_items_list {
	gap: 20px;
}

.review_item {
	width: 100%;
	max-width: 380px;
	height: 412px;
	background-color: var(--bs-five-color);
	padding: 20px;
	border-radius: 5px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	
}

@media (min-width:576px) {
	.review_item {
		min-width: 380px;
	}
}

.review_item_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.review_item_title {
	font-weight: 600;
	line-height: 1.12;
	color: var(--bs-black-color, #14121A);
}

.review_item_date {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.12;
	opacity: .7;
}

.review_item_desc {
	position: relative;
	flex-grow: 1;
	font-size: 16px;
	line-height: 19px;
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}

.review_item_desc_row {
	margin-bottom: 20px;
}

.review_item_desc_title {
	font-weight: 600;
	margin-bottom: 5px;
}

.review_item_desc_row span {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	opacity: .7;
}

.review_item_desc_more {

	flex-grow: 1;
	display: block;
	font-weight: 500;
	color: var(--bs-main-color);
	display: flex;
	align-items: flex-end;
	transition: .3;
}
@media (hover:hover){
	.review_item_desc_more:hover {
		color: var(--bs-main-hover-color);
	}
}

.review_item_stars_list {
	display: inline-flex;
	align-items: center;
	position: relative;
}

.review_item_stars_list svg {
	width: 100%;
	height: auto;
	fill: #dadada;
	stroke: none;
}
.review_item_stars_item.selected svg {
    fill: #ED1C24;
}
/* End */


/* Start:/local/templates/bigcenter_locator_2024/components/bitrix/system.pagenavigation/modern/style.css?1718614969990*/
.navigation{
	text-align: center;
	margin: 16px 0 10px;
}
.navigation_more{
	display: inline-block;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--bs-black-color, #14121A);
	text-decoration: none;
	padding: 10px 0 22px;
}
.navigation_more:hover{
	color: var(--bs-main-color, #ED1C24)
}
.navigation_list{
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
	display: none;
}
@media (min-width:576px){
	.navigation_list{
		display: flex;
	}
}
.navigation_link{
	display: inline-block;
	width: 64px;
	height: 64px;
	line-height: 64px;
	font-weight: 500;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.04em;
	color: var(--bs-black-color, #14121A);
	text-decoration: none;
	border: 1px solid transparent;
}
a.navigation_link:hover{
	border-radius: 50%;
	border: 1px solid #EEEEEE;
}
.navigation_link.is_active{
	color: var(--bs-main-color, #ED1C24);
}
/* End */


/* Start:/local/templates/bigcenter_locator_2024/components/bitrix/catalog.section/row/style.css?17478303133438*/
 .redh2 h2 {
 	color: var(--bs-main-color);
 }

 .link_more_container {
 	color: inherit;
 	text-decoration: none;
 }

 .link_more_container h2:hover {
 	color: var(--bs-main-color, #ED1C24);
 }

 .catalog_section_list {
 	padding: 10px;
 }

 .catalog_section_item {
 	min-width: 240px;
 	max-width: 240px;
 	height: 392px;
 	line-height: 1;
 	margin: 0 3px;
 }

 .catalog_section_item .modal_action {
 	padding-top: 0;
 }

 .catalog_section_item .modal_action .policy_row {
 	margin-top: 10px;
 }

 .catalog_section_item .modal_action .policy_view {
 	font-size: 12px;
 	text-align: center;
 }

 .catalog_section_item .modal_action .policy_view a {

 	color: var(--bs-main-color);
 }


 .link_more_container h2 {
 	margin-bottom: 10px;
 	font-size: 30px;
 }

 @media(max-width: 576px) {
 	.link_more_container h2 {
 		font-size: 20px;
 	}
 }

 .link_more {
 	display: flex;
 	align-items: center;
 	gap: 10px;
 	font-weight: 700;
 	font-size: 12px;
 	line-height: 16px;
 	letter-spacing: 0.04em;
 	text-transform: uppercase;
 	color: var(--bs-black-color, #14121A);
 	text-decoration: none;
 }






 .catalog_section_form.catalog_section_item {
 	background: #FFFFFF;
 	border: 1px solid rgba(76, 81, 96, 0.1);
 	/* box-sizing: border-box; */
 	/* text-align: center; */
 	padding: 0 10px;
 	/* z-index: 4; */
 }

 .catalog_section_form svg {
 	display: block;
 	width: 100%;
 }

 .catalog_section_form_title {
 	font-weight: 700;
 	font-size: 21px;
 	line-height: 22px;
 	text-align: center;
 	color: var(--bs-black-color, #14121A);
 	margin-bottom: 10px;
 }

 .catalog_section_form_desc {
 	font-weight: 400;
 	font-size: 12px;
 	line-height: 16px;
 	text-align: center;
 	color: var(--bs-black-color, #14121A);
 	margin-bottom: 10px;
 }

 .catalog_section_form_btn {
 	width: 100%;
 }

 .catalog_section_form_agree {
 	font-size: 10px;
 	text-align: center;
 	display: block;
 	margin-top: 8px;
 }

 .catalog_section_form_agree a {
 	color: #ED1C24;
 }

 .catalog_section_form [dwk-i-bx] [dwk-crs] {
 	font-size: 10px;
 	margin-top: 2px;
 }


 .catalog_section_banner a {
 	transform: scale(1);
 	-ms-transform: none;
 	transition: transform .5s ease-out;
 }

 .catalog_section_banner a:hover {
 	-ms-transform: scale(1.05);
 	transform: scale(1.05);
 }



 .catalog_section_banner_upper a {
 	position: relative;
 }

 .catalog_section_banner_upper a {
 	display: inline-block;
 	width: 100%;
 	height: 100%;
 	background-size: cover;
 }

 .catalog_section_banner_upper_img {
 	position: absolute;
 	bottom: 21%;
 	left: 0;
 	max-width: 100%;
 }










 .section_preloader .catalog_section_list {
 	display: flex;
 	align-items: center;
 	overflow-x: hidden;
 	padding-left: 0;
 }

 .section_preloader .link_more_container {
 	height: 80px;
 }

 .section_preloader .link_more_container,
 .section_preloader .catalog_section_item {
 	background-color: #f6f6f9;
 	border-radius: 8px;
 	position: relative;
 	overflow: hidden
 }

 .section_preloader .link_more_container::after,
 .section_preloader .catalog_section_item::after {
 	content: '';
 	display: block;
 	width: 120px;
 	height: 100%;
 	position: absolute;
 	top: 0;
 	left: -150px;
 	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .88) 50%, rgba(255, 255, 255, 0) 100%);
 	animation: section_preloader 1.5s ease-in-out 0s infinite
 }


 @keyframes section_preloader {
 	from {
 		left: -150px
 	}

 	to {
 		left: calc(100% + 30px)
 	}
 }
/* End */


/* Start:/local/templates/bigcenter_locator_2024/components/bitrix/catalog.item/row/style_desktop.css?17633779906542*/
.product-item * {
    box-sizing: border-box;
}

.product-item a {
    text-decoration: none;
}

.product-item {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto 54px auto 57px auto;
    border-radius: 3px;
    border: 1px solid #F0F0F0;
    background-color: #FFF;
    max-width: 240px;
    min-width: 240px;
}
.product-item.borderred {
    border: 1px solid #ED1C24;
}
.product-item.borderred .product-item-image-wrapper {
    margin: 1px;
}
.product-item-section {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    color: #666;
    padding: 10px 8px 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.product-item-section a {
    color: #666;
}

.product-item-btns {
    display: flex;
    gap: 5px;
}

.product-item-btns a {
    line-height: 0;
}

.product-item-type span {
    padding: 5px;
    text-transform: none;
    font-weight: 600;
    font-size: 12px;
}

.product-item-type .metka_rasp_1111,
.product-item-type .metka_rasprodazha {
    color: #ED1C24;
}

.product-item-type .metka_new_met {
    color: #4D6EF2;
}

.product-item-type .metka_black_friday {
    color: #000000;
}


.product-item-title-row {
    padding: 4px 8px 8px;
}

.product-item-title {
    font-size: 14px;
    font-weight: 600;
    color: #323232;
}
.product-item-title span {
    max-width: 100%;
}
.product-item-title.red {
    color: #ED1C24;
}



.product-item-image-wrapper {
    position: relative;
    aspect-ratio: 4/3;

}

.product-item-image {
    line-height: 0;
    outline: 1px solid #F0F0F0;
    aspect-ratio: 4/3;
    /* border-bottom: 1px solid #F0F0F0;
    border-top: 1px solid #F0F0F0; */
}

.product-item-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #FFF;
}


.label-top-left {
    position: absolute;
    top: 7px;
    left: 7px;
    background-color: #FFF;
    border-radius: 3px;
    color: #14121A;
    font-size: 10px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    row-gap: 2px;
    padding: 6px 3px 3px;
}

.label-top-left span {
    background-color: #ED1C24;
    color: #FFF;
    padding: 3px 0 2px;
    text-align: center;
    border-radius: 2px;
    font-weight: 700;
}

.label-top-right {
    position: absolute;
    top: 7px;
    right: 7px;
    display: flex;
    gap: 7px;
}

.label-top-right-item {
    position: relative;
}
@media (hover:hover){
    .label-top-right-item-title[data-title]:hover::before {
        content: attr(data-title);
        position: absolute;
        top: calc(100% + 7px);
        right: 10%;
        display: inline-block;
        line-height: normal;
        border-radius: 2px;
        background: #000;
        color: #fff;
        font-size: 11px;
        font-family: sans-serif;
        text-align: center;
        box-sizing: border-box;
        border-radius: 4px;
        text-transform: none;
        padding: 4px 6px;
        z-index: 5;
        max-width: 150px;
        width: 150px;
    }
    
    .label-top-right-item-title[data-title]:hover::after {
        content: '';
        position: absolute;
        top: calc(100% - 7px);
        left: 46%;
        display: inline-block;
        color: #fff;
        border: 8px solid transparent;
        border-bottom: 6px solid #000;
        margin-left: -8px;
        z-index: 5;
    }
}

.label-bottom-left {
    position: absolute;
    bottom: 7px;
    left: 7px;
    color: #14121A;
    font-size: 10px;
    font-weight: 500;
    display: flex;
    gap: 7px;
}
.label-bottom-left-item {
    padding: 5px;
    border-radius: 2px;
    background-color: #FFF;
}
 
.label-bottom-left-item.backgroung_hit {
    background-color: #e76b00;
    color: #FFF;
}
.label-bottom-left-item.backgroung_online_sale {
    background-color: #275c89;
    color: #FFF;
}
.label-bottom-left-item.backgroung_lizing {
    background-color: #4a2566;
    color: #FFF;
}
.label-bottom-left-item.backgroung_gift {
    background-color: #fff;
    color: #14121A;
}
.label-bottom-left-item.backgroung_best {
    background-color: #a11a1a;
    color: #FFF;
}
.label-bottom-left-item.backgroung_sale_dostavka {
    background-color: #275c89;
    color: #FFF;
}
.label-bottom-left-item.backgroung_ {
    background-color: #fff;
    color: #14121A;
}
.label-bottom-left-item.backgroung_by_teh {
    background-color: #ED1C24;
    color: #FFF;
}
.label-bottom-left-item.backgroung_vosstan_teh {
    background-color: #ED1C24;
    color: #FFF;
}
.label-bottom-left-item.backgroung_new_teh {
    background-color: #ED1C24;
    color: #FFF;
}
.label-bottom-left-item.backgroung_CHEAPER {
    background-color: #FF9F00;
    color: #FFF;
}

.product-item-price-container {
    padding: 10px 8px;
}

.product-item-price-dealer {
    color: #666;
    font-size: 10px;
    font-weight: 500;
    display: block;
    padding-top: 7px;
}

.product-item-price-old {
    color: #666;
    font-size: 10px;
    font-weight: 500;
}

.product-item-price-old span {
    text-decoration: line-through;
}

.product-item-price-bottom {
    margin-top: 3px;
    display: flex;
    align-items: center;
    position: relative;
    gap: 15px;
}

.product-item-price-top {
    display: flex;
    align-items: center;
    position: relative;
    gap: 10px;
}

.product-item-price-current {
    color: #14121A;
    font-size: 16px;
    font-weight: 600;
}

.product-item-price-economy {
    color: #FFF;
    background-color: #FF9F00;
    border-radius: 12px;
    /* border-radius: 2px; */
    padding: 4px 5px;
    font-size: 10px;
    font-weight: 500;
}

.product-item-button-container {
    padding: 0 8px 10px 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
@media(hover:hover){

    .product-item-btn-link:hover svg path {
        fill: #FFF;
    }
}

.product-item-button-container .btn {
    flex: 1 0 auto;
}

.snowcap {
    position: relative;
}

.snowcap::after {
    content: '';
    background-image: url(/upload/btn_snow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 106%;
    height: 100%;
    position: absolute;
    top: -12px;
    left: -4px;
}


/* End */
/* /local/templates/bigcenter_locator_2024/components/bitrix/catalog/catalog_search/style.css?17205059872278 */
/* /local/templates/bigcenter_locator_2024/components/bitrix/catalog.element/catalog/style_desktop.css?176337846329433 */
/* /local/templates/bigcenter_locator_2024/components/bitrix/catalog/catalog_search/bitrix/news.list/review_list/style.css?17218095662516 */
/* /local/templates/bigcenter_locator_2024/components/bitrix/system.pagenavigation/modern/style.css?1718614969990 */
/* /local/templates/bigcenter_locator_2024/components/bitrix/catalog.section/row/style.css?17478303133438 */
/* /local/templates/bigcenter_locator_2024/components/bitrix/catalog.item/row/style_desktop.css?17633779906542 */
