

/* Start:/local/templates/agc/components/inerg/search.title/codes/style.css?16980380592131*/
div.title-search-result {
	border:1px solid var(--bg-light);
	display:none;
	overflow:hidden;
	z-index:205;
	max-width: 640px;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width: 100%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid var(--bg-light);
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
	padding: 5px 10px;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:var(--second-default);
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:var(--main-hover);
}

table.title-search-result td.title-search-more {

}

table.title-search-result td.title-search-more a
{
	color: var(--main-default);
	font-weight: 500;
	vertical-align: top;
	display: block;
	padding: 10px 17px 15px 17px;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/agc/components/inerg/search.title/codes/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/local/templates/agc/components/bitrix/catalog/.default/style.css?17222466931151*/
.tags-block{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.tags-block--bottom {
    margin-top: 50px;
}
.tags-block a{
    transition: .3s all;
	display: inline-block;
	padding: 5px 23px;
	border-radius: 3px;
	margin-right: 8px;
	margin-bottom: 8px;
    font-size: 16px;
    background: var(--text-white);
}
.tags-block a:hover{
    background: var(--gradient);
    color: var(--text-white);
}

.sidebar-action-slider {
    box-shadow: 0px 10px 45px rgba(228, 235, 239, 0.5);
}
.sidebar-action-slider  img {
    width: 100%;
}


@media screen and (max-width: 767px){
    .tags-block{
        margin-top: 15px;
        margin-bottom: 7px;
        max-height: 90px;
        overflow: hidden;
    }
    .tags-block.opened{
        max-height: none;
    }
    body .tags-block-toggle-btn{
        font-size: 13px;
        text-decoration: dashed;
        cursor: pointer;
        display: inline-block;
        margin-bottom: 15px;
        margin-top: -5px;
        border-bottom: 1px dashed;
    }
    .tags-block a{
        font-size: 13px;
        padding: 4px 10px;
        margin-right: 6px;
        margin-bottom: 8px;
    }
}


/* End */


/* Start:/local/templates/agc/components/bitrix/catalog.element/.default/style.css?177913879523792*/
.breadcrumb{
    /*display: none !important;*/
}
.breadcrumb .header {
    display: none !important;
}

.catalog-element {
    padding-top: 40px;
}
.catalog-element__header-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.label__hit {
    background: var(--main-default);
    color: var(--text-white);
    font-size: 15px;
    line-height: 130%;
    padding: 5px 15px;
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 8px;
}
.label__hit--not {
    background: #c3c3c3;
}
.catalog-element__header {
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 8px;
}
.compare-icon {
    /*display: none;*/
}
.spinner--disabled {
    border-color: var(--bg-dark) !important;
}
.spinner__btn--disabled {
    background: var(--bg-dark) !important;
    cursor: default;
    user-select: none;
}

.product-item-detail__wrapper--disabled2,
.product-item-detail__wrapper--disabled {
    position: relative;
}
.product-item-detail__wrapper--disabled2:after,
.product-item-detail__wrapper--disabled:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 50px;
    z-index: 1;
}
.product-item-detail__wrapper--disabled2 > * {
    opacity: .7;
}


.catalog-element #search-container {
    display: block;
}
.social-block {
    margin-top: 15px;
}
.social-block .stars__rating {
    background-image: url("/local/templates/agc/components/bitrix/catalog.element/.default/../../../../img/public/star-white.svg");
}
.social-block .stars__count {
    color: var(--text-black);
}

.benefits2__items.benefits2__items--element {
    display: block;
}

.product-item-property {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F4F4F4;
    padding: 6px 0;
    font-size: 14px;
    font-weight: 500;

}
.product-item-property-header {
    color: var(--main-default);
    margin-right: 20px;
}
.product-item-property-text {
    text-align: right;
}
.catalog-element__back svg {
    margin-right: 15px;
}
.catalog-element__back {
    color: #787878;
    font-size: 14px;
    line-height: 120%;
    cursor: pointer;
}


.stock-item {
    font-size: 14px;
    line-height: 100%;
    border-bottom: 1px solid #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 6px 6px 0;
    font-weight: 500;
}
.stock-info__item--current {
    color: var(--second-default);
}
.stock-item__name {
    color: var(--text-black) !important;
    width: 116px;
    margin-right: 5px;
}
.stock-item__cons {
    color: var(--main-default);
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 3px;
    font-weight: 600;
}
.stock-item__status {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    flex-shrink: 0;
    color: var(--text-black);
    margin-left: auto;
    margin-right: 8px;
}
.stock-item__days {
    color: var(--main-default);
    text-transform: uppercase;
    font-size: 10px;
    min-width: 42px;
    white-space: nowrap;
}
.stock-item__days--hidden {
    min-width: 0;
}
.stock-item__phones {
    display: inline-flex;
    flex-direction: column;
}
.stock-item__phone {
    color: var(--main-default);
    max-width: 120px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.4;
    white-space: nowrap;
    font-size: 13px;
}
.bottom-note {
    margin-top: 15px;
    font-size: 12.5px;
    color: var(--main-default);
    display: block;
    line-height: 1.2;
}
.stock-item__status--null {
    background-color: var(--second-default);
}
.stock-item__status--malo {
    background-color: #F8CB17;
}
.stock-item__status--mnogo {
    background-color: #599D41;
}

.available__status--other-one,
.stock-item__status--one,
.available__status--one {
    border: 1px solid #599D41;
    background-color: transparent;
    position: relative;
}
.stock-item__status--one:after,
.available__status--other-one:after,
.available__status--one:before {
    display: flex;
    align-items: center;
    justify-content: center;
    content: '1';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 10px;
    font-weight: 700;
}
.available__status--other-one {
    border-color: #F8CB17;
}








.catalog-element-top-block .sku-header{
    margin-top: 0;
}
.catalog-element-top-block {
    display: grid;
    grid-template-columns: 465px 1fr 320px;
    column-gap: 70px;
}
.catalog-element-top-block .photo-block {
}
.photos-slider-small {
    flex-shrink: 0;
}
.photos-slider-small.slick-slider {
    width: 88px;
    max-height: 380px;
    margin-right: 15px;
    border: none;
}
.photos-slider-small .slick-track {
    display: block;
}
.photos-slider-small img {
    cursor: pointer;
}
.photos-slider-small .slick-slide {
    height: 88px;
    margin-bottom: 12px;
    /*border: 1px solid var(--gray-border2);*/
    position: relative;
}
.photos-slider-small .slick-slide:after {
    position: absolute;
    /*content: '';*/
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.06);
}
.photos-slider-big {
    overflow: hidden;
    border: none;
    margin-top: 24px;
}
.photos-slider-big .swiper-wrapper {
    height: auto;
}
.photos-slider-big img {
    border: 1px solid lightgray;
}
.photos-slider-big.slick-slider .slick-arrow{
    display: none !important;
}

.photos-slider-big .slick-slide img {
    width: 100%;
}
.photos-slider-big .slick-slide a{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.element-breadcrumbs {
    font-size: 16px;
    line-height: 110%;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 10px;
}
.element-breadcrumbs * {
    font-size: 13px;
}
.element-breadcrumbs span{
    color: #989898;
}
h1.element-name {
    font-weight: 600;
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 18px;
}
.rating {
    background: url('/local/templates/agc/components/bitrix/catalog.element/.default/../../../../img/public/star.svg') left center repeat-x;
    height: 14px;
    margin: 12px 0;
}
.params{
    margin-bottom: 6px;
}
.params .param{
    padding: 15px 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.params .param a{
    text-decoration: underline;
}
.params .param:not(:last-child){
    border-bottom: 1px solid var(--gray-border2);
}
.params .param .param-name{}
.params .param .param-val{
    font-weight: bold;
}
.catalog-element-top-block .btn-default {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all;
    height: 38px;
}
.btn-default.btn-default__one-click:hover{
    background: #D4D4E0;
}
.catalog-element .btn-default svg{
    margin-right: 14px;
    flex-shrink: 0;
}
.catalog-element-top-block .product-item-detail-info-container{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.catalog-element-top-block .product-item-price-current{
    font-size: 20px;
    display: block;
    padding-top: 0;
    align-self: center;
}
.catalog-element-top-block .btn-one-click {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
}
.catalog-element .sep {
    background: url("/local/templates/agc/components/bitrix/catalog.element/.default/../../../../img/public/separator.svg") no-repeat center center;
    width: 6px;
    height: 10px;
    margin: 0 12px;
    display: block;
}
.blog-detail__share-block .ico_uscl:before {
    font-size: 20px !important;
}
.product-item-detail__wrapper {
    width: 100%;
}
.cars-block{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px 15px;
}
.cars-block a{
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
}
.cars-block .img-container{
    border: 1px solid var(--gray-border);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 125px;
    box-sizing: border-box;
    padding: 10px 15px;
    margin-bottom: 14px;
}
.cars-block .img-container img{
    max-width: 100%;
}
.element-sub-header{
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 22px;
}
.swiper.photos-slider-small {
    margin: 0;
    margin-right: 12px;
    overflow: hidden;
}
.sku-header{
    margin-top: 0;
}
.product-item-properties{
    margin: 14px 0 0 0;
}

.product-item-scu-container{
    width: 100%;
    max-width: 250px;
    margin-bottom: 10px;
}
.photos-slider-small .slick-slide img{
    border-radius: 0;
}
.catalog-element .section-items-slider {
    top: 0;
}
.section.related-positions{
    padding: 0;
    margin-top: 45px;
}
.related-positions .block-header,
.recommended-positions .block-header{
    margin-left: 5px;
}
.product__code {
    font-size: 15px;
    line-height: 120%;
    font-weight: 400;
    color: var(--gray-main);
}
.catalog-element .price-header{
    font-size: 15px;
    line-height: 120%;
    margin-bottom: 3px;
    color: var(--text-black);
}
.catalog-element .product-item-price-old-block {
    margin-bottom: 6px;
}
.catalog-element .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more{
    background: url("/local/templates/agc/components/bitrix/catalog.element/.default/../../../../img/share.svg") no-repeat center left;
    position: relative;
    width: auto;
    padding-left: 26px;
    color: #000;
    font-size: 15px;
    line-height: 24px;
    /*z-index: 2;*/
}
.catalog-element .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more:after {
    content: 'Поделиться';
    /*color: var(--text-black);*/
}
.catalog-element .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
    padding: 0;
    background: transparent;
}
.catalog-element .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item:last-child {
    margin: 0;
}

.social-block {
    display: flex;
    align-items: center;
}
.product-item__share {
    margin-left: 20px;
}


.product-item-amount-description-container {
    display: none !important;
}
.price-current-wrapper {
}
div[data-entity="main-button-container"] {
    margin-top: 20px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.element-tabs {
    margin-bottom: 20px;
}
.element-tabs__headers {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--bg-dark);
}
.element-tabs__header {
    cursor: pointer;
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    padding: 20px;
    transition: .3s all;
    border-bottom: 2px solid transparent;
    position: relative;
}
.element-tabs__header:after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background: var(--main-default);
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    top: 6px;
    transition: .3s all;
    opacity: 0;
}
.element-tabs__header--active:after {
    opacity: 1;
}
.element-tabs__header:hover {
    color: var(--main-default);
    border-color: var(--main-default);
}
.element-tabs__header.element-tabs__header--active {
    cursor: default;
    color: var(--main-default);
    border-color: var(--main-default);
}
.element-tabs__header:not(:last-child) {
    margin-right: 20px;
}
.element-tabs__content {}
.element-tabs__tab {
    display: none;
    font-weight: 300;
}
.element-tabs__tab.element-tabs__tab--active {
    display: block;
}
.element-tabs__detail-text {
    font-weight: 300;
}

.photos-slider-small .swiper-slide {
    border-radius: 5px;
    max-height: 75px;
    background: white;
    position: relative;
}
.photos-slider-small .swiper-slide:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid var(--main-default);
    opacity: 0;
    transition: .3s opacity;
    cursor: pointer;
}
.photos-slider-small .swiper-slide.swiper-slide-thumb-active:after,
.photos-slider-small .swiper-slide:hover:after {
    opacity: 1;
}
.photos-slider-big .swiper-slide {
    text-align: center;
    display: flex;
    align-items: center;
}
.photos-slider-big .swiper-slide a {
    position: relative;
    height: 100%;
    width: 100%;
}
.photos-slider-big .swiper-slide a:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid var(--main-default);
    opacity: 0;
    transition: .3s opacity;
    border-radius: 10px;
    cursor: pointer;
}
.photos-slider-big .swiper-slide a:hover:after {
    opacity: 1;
}
.photos-slider-small img,
.photos-slider-big img {
    max-width: 100%;
    max-height: 100%;
}
.element-tabs__detail {
    display: grid;
    grid-template-columns: 1fr 600px;
    column-gap: 80px;
}
.element-tabs__detail--full {
    grid-template-columns: 1fr;
}
.catalog-element ol {
    list-style: decimal;
    margin-left: 20px;
}
.catalog-element ol li:not(:last-child){
    margin-bottom: 5px;
}
.instr__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.instr__link {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    transition: .3s all;
}
.instr__link:hover {
    color: var(--main-default);
}
.instr__link:not(:last-child){
    margin-bottom: 10px;
}

.params-block__header {
    font-weight: 400;
    font-size: 28px;
    line-height: 110%;
    margin-bottom: 10px;
}
.params-block__text {
    line-height: 130%;
    margin-bottom: 10px;
}
.catalog-element .product-item-properties {
    margin-bottom: 0;

}
.catalog-element .product-item-properties > div {
    color: var(--text-black);
}
.catalog-element .benefits2__img {
    width: 51px;
    height: 51px;
    padding: 12px;
}
.catalog-element .benefits2__item:not(:last-child) {
    margin-bottom: 20px;
}
.product-item-properties__more {
    cursor: pointer;
    display: inline-flex;
    margin: 20px 0;
    color: var(--main-default);
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.text-block__inner {
    padding: 25px 18px;
    background: var(--bg-light);
    margin-bottom: 20px;
}
.text-block__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.text-block__icons {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.text-block__icons > *:not(:last-child) {
    margin-right: 8px;
}

.element-delivery {}
.element__available {
    margin-bottom: 12px;
}
.element__available--date {
    font-weight: 500;
}
.element-delivery__city {

}
.element-delivery__city-name {
    font-weight: 500;
    color: var(--main-default);
}
.element-delivery__items {
    margin-bottom: 12px;
    margin-top: 5px;
}
.element-delivery__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DDE6ED;
    padding: 7px 0;
}
.element-delivery__item-name {}
.element-delivery__item-price {}
.element-delivery__more {
    color: var(--main-default);
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.element-tab__header {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.element-docs {}
.element-docs__items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.element-docs__items--sert {
    display: flex;
    flex-direction: row;
}
.element-docs__items--sert .element-docs__item img {
    filter: drop-shadow(0px 10px 45px rgba(228, 235, 239, 0.7));
    border-radius: 5px;
}
.element-docs__items--sert .element-docs__item {
    flex-direction: column;
    flex-shrink: 0;
}
.element-docs__items--sert .element-docs__item:not(:last-child) {
    margin-right: 15px;
    margin-bottom: 0;
    border-bottom: none;

}
.element-docs__items--sert .element-docs__item span {
    margin-left: 0;
    margin-top: 10px;
}
.element-docs__item:not(:last-child) {
    border-bottom: 1px solid #DDE6ED;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.element-docs__item {
    display: flex;
    align-items: center;
}
.element-docs__item svg {
    margin-right: 8px;
    flex-shrink: 0;
}
.element-docs__item span {
    color: var(--main-default);
    margin-left: 15px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
}
.element-komplekt__item {
    display: flex;
    align-items: center;
}
.element-komplekt__item svg {
    margin-right: 11px;
}
.element-komplekt__item:not(:last-child) {
    border-bottom: 1px solid #DDE6ED;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.print-icon {
    cursor: pointer;
}
.price-block {
    display: flex;
    justify-content: space-between;
    max-width: 130px;
    width: 100%;
}
.price__bonus {
    text-align: right;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
}
.price__bonus--value {
    font-weight: 500;
    color: var(--main-default);
    font-size: 18px;
    line-height: 130%;
    margin-top: 3px;
}

.sovmestimost-block {
    grid-column: 2 / 4;
    margin-top: 40px;
}

.vehicles-table {}
.vehicles-table__item {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    background: var(--bg-light);
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
}
.vehicles-table__item:not(:first-child):not(:last-child) {
    margin-bottom: 10px;
}
.vehicles-table__item--header {
    background: none;
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
}

.product-item-detail__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.product-item-detail__wrapper .btn-default {
    margin: 0 15px;
}

.catalog-element .search-form {
    height: 38px;
}

.waitlist__wrapper {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.waitlist__link {
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    transition: .3s color;
}

.waitlist__link:hover {
    color: var(--main-default);
}
.waitlist__link svg {
    margin-right: 10px;
}

.product-item__status-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 6px;
}

/* Подсказки к плашкам OEM / Premium на детальной карточке */
.params-block .tooltip.tooltip--catalog-status-hint {
    margin-left: 0;
    align-items: flex-start;
}
.params-block .tooltip.tooltip--catalog-status-hint .tooltip__text {
    left: 0;
    right: auto;
    transform: none;
    min-width: 210px;
    max-width: min(380px, calc(100vw - 24px));
    padding: 10px 12px;
    white-space: normal;
    line-height: 1.35;
    vertical-align: top;
    box-sizing: border-box;
    overflow-wrap: break-word;
}

.catalog-element__manufacture {
    max-width: 100px;
    max-height: 100px;
    margin: 5px 0;
}

.params-block .tooltip.tooltip--catalog-status-hint:hover .tooltip__text {
    display: inline-block;
    width: auto;
    width: fit-content;
}
.product-item__status.product-item__status--original {
    background-color: #599D41;
}


@media screen and (max-width: 1299px) {
    .catalog-element-top-block {
        column-gap: 40px;
    }
}
@media screen and (max-width: 768px) {
    .catalog-element-top-block {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }
    .product__code {
        margin-bottom: 15px;
    }
    .catalog-element-top-block .bread-block {
        order: 1;
    }
    .catalog-element-top-block .text-block {
        order: 3;
        padding-top: 20px;
    }
    .catalog-element-top-block .photo-block {
        display: block;
        order: inherit;
    }

    .photos-slider-small.slick-slider {
        display: none;
    }
    .params-block {
        margin-top: 15px;
    }
    .params .param {
        font-size: 15px;
    }


    .cars-block {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px 10px;
    }

    .photos-slider-small{
        display: none;
    }

    .photos-slider-big.slick-slider {
        margin-bottom: 20px;
        width: 100%;
        height: auto;
    }
    .photos-slider-big .slick-slide{
        height: auto;
    }
    .catalog-element .sep{
        margin: 0 5px;
    }
    .related-positions .container,
    .recommended-positions .container{
        padding: 0;
    }
    .product-item-scu-container{
        max-width: 100%;
    }
    .photos-slider-big.slick-slider .slick-arrow{
        display: inline-block !important;
    }
    .photos-slider-big.slick-slider .slick-arrow.slick-prev {
        left: 10px;
    }
    .photos-slider-big.slick-slider .slick-arrow.slick-next {
        right: 10px;
    }
    .catalog-element .product-item-detail-info-container{
        flex-wrap: wrap;
    }
    .catalog-element .product-item-detail-info-container .btn-default{
    }
    .product-item-detail__wrapper {
        width: 100%;
    }
    .catalog-element .product-item-detail-info-container .favorites-icon{
        margin-left: auto;
        margin-top: 0;
    }
    .ya-share2{
        margin-right: auto;
    }
    .element-tabs__detail {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
    .photos-slider-big {
        /*height: 100vw;*/
    }
    .photos-slider-big img {
        max-width: 100%;
    }
    .element-tabs__headers {
        overflow-x: scroll;
    }
    .element-tabs__header {
        font-size: 18px;
        padding: 10px;
        flex-shrink: 0;
        white-space: nowrap;
    }
    .element-tabs__header:not(:last-child) {
        margin-right: 10px;
    }
    .element-tabs .video__link img {
        max-height: 100%;
    }

    .element-tabs__headers::-webkit-scrollbar {
        width: 5px;
        height: 1px;
    }

    .element-tabs__headers::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(213, 0, 19, 0);
    }

    .element-tabs__headers::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 5px rgba(213, 0, 19, 0);
    }

    .element-docs__item span {
        flex-shrink: 0;
    }
    .element-docs__item {
        flex-wrap: wrap;
    }
    .catalog-element__header {
        font-size: 16px;
    }
    .product-item__status {
        margin: 8px 0;
    }
    .sovmestimost-block {
        order: 4;
    }
    .default-details summary {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .stock-item__phones {
        margin-left: auto;
    }
}

.favorites-icon.active path {
    fill: var(--second-default);
}





















/* End */


/* Start:/local/templates/agc/components/bitrix/catalog.element/.default/themes/blue/style.min.css?1658925805902*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-selected-scu,.bx-blue .product-item-detail-slider-controls-image:hover,.bx-blue .product-item-detail-slider-controls-image.active{outline-color:#006cc0}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .product-item-detail-slider-progress-bar{background-color:#006cc0}
/* End */
/* /local/templates/agc/components/inerg/search.title/codes/style.css?16980380592131 */
/* /local/templates/agc/components/bitrix/catalog/.default/style.css?17222466931151 */
/* /local/templates/agc/components/bitrix/catalog.element/.default/style.css?177913879523792 */
/* /local/templates/agc/components/bitrix/catalog.element/.default/themes/blue/style.min.css?1658925805902 */
