

/* Start:/local/templates/electro/components/bitrix/news.detail/brand/style.css?17369279268718*/
.brand__models-box {
  max-width: 1696px;
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 60px;
  min-height: 850px;
}
.brand-detail {
  margin-top: 40px;
}
.brand__text {
  margin-bottom: 60px;
}
.brand__models {
  display: flex;
  overflow-x: auto;
  align-items: center;
  padding-bottom: 40px;
}
.brand__models-item {
  height: 640px;
  width: 400px;
  min-width: 400px;
  overflow: hidden;
  margin-right: 32px;
  position: relative;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.brand__models-item__left {
  height: 640px;
  position: relative;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  transition: all 0.2s ease;
  min-width: 360px;
}
.brand__models-item img {
  max-height: 260px;
  object-fit: cover;
  width: 100%;
  z-index: 2;
  position: relative;
}

.brand__models__title {
  position: absolute;
  left: 30px;
  bottom: 60px;
  z-index: 2;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
}
.brand__models-desc {
  width: 0;
  height: 100%;
  opacity: 0;
  margin-left: 20px;
  position: relative;
}
.brand__models-desc h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 44px;
}
.brand__models-desc-close {
  position: absolute;
  right: 30px;
  top: 30px;
}
.brand__models-item.active,
.brand__models-item.active .brand__models-item__left {
  height: 800px;
}
.brand__models-item.active {
  min-width: 1056px;
}
.brand__models-item.active .brand__models-item__left {
  min-width: 500px;
}
.brand__models-item.active .brand__models-desc {
  min-width: 536px;
  opacity: 1;
}
.brand__models-desc .model__tech-list {
  margin-top: 60px;
}
.brand__models-desc .model__tech-item {
  margin-top: 16px;
  width: 48%;
}
.brand__models-desc .model__tech-item svg {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.model__tech-value {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}
.model__tech-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: rgba(13, 13, 13, 0.5);
}
.brand__models-desc__box {
  padding: 44px;
  height: 100%;
  max-height: 712px;
  justify-content: space-between;
}
.brand__models-btns a {
  width: 100%;
  margin-top: 16px;
}
.brand__about {
  margin-bottom: 60px;
}
.brand-detail h2,
.brand-detail h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 40px;
}
.brand__text__block,
.brand__about-desc,
.brand__design-desc {
  font-size: 20px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.6);
}
.brand__design-desc {
  margin-bottom: 60px;
}
.brand__design-btns {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}
.brand__design-btns a {
  min-width: 330px;
  margin: 0 12px;
}
.brand__photo {
  position: relative;
}
.brand__photo-container,
.brand__tech-container {
  max-width: 1696px;
  width: 1696px;
  margin: 0 auto;
  padding: 0;
}
.accordion__item.accordion__item_show {
  pointer-events: none;
}
.brand__photo__image img {
  width: 100%;
}
.brand__photo .brand__photo-wrapper {
  height: 900px;
  flex-direction: row;
  justify-content: center;
}
.brandPhotoSwiper {
  position: relative;
  margin-bottom: 60px;
}
.brand__photo-swiper-slide {
  margin-bottom: 32px;
}
.brand__photo-swiper-slide:nth-child(1),
.brand__photo-swiper-slide:nth-child(5),
.brand__photo-swiper-slide:nth-child(9) {
  width: 850px !important;
  height: 600px !important;
}
.brand__photo-swiper-slide:nth-child(2),
.brand__photo-swiper-slide:nth-child(4),
.brand__photo-swiper-slide:nth-child(6) {
  width: 390px !important;
  height: 400px !important;
}
.brand__photo-swiper-slide:nth-child(4) {
  height: 600px !important;
}
.brand__photo-swiper-slide:nth-child(3),
.brand__photo-swiper-slide:nth-child(7) {
  width: 390px !important;
  height: 240px !important;
}
.brand__photo__image {
  height: 100%;
  margin-bottom: 32px;
}
.brand__photo__image img {
  height: 100%;
  object-fit: cover;
}
.brandPhotoSwiper-pagination {
  justify-content: center;
}
.brandPhotoSwiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  border-radius: 15px;
  color: rgba(0, 0, 0, 0.2);
}
.brandPhotoSwiper-pagination .swiper-pagination-bullet-active {
  color: #000 !important;
  width: 60px;
  background: #000;
}
.brand__tech {
  margin-bottom: 60px;
  min-height: 525px;
}
.brand__tech-list {
  padding: 40px;
  border-left: 1px solid #03bfb5;
  position: relative;
  min-height: 350px;
}
.brand__tech .details {
  transition: 0.3s;
}
.brand__tech .details__title::-webkit-details-marker {
  display: none;
}
.brand__tech summary:before,
.brand__tech details[open] summary:before {
  content: none;
}
.brand__tech .details__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px;
  max-width: 50%;
  cursor: pointer;
}
.brand__tech .details__content-text {
  max-width: 50%;
  margin-bottom: 30px;
}
.brand__tech .details__content {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.6);
}
.brand__tech details[open] .details__content {
  /* margin-bottom: 30px; */
}
.brand__tech img {
  position: absolute;
  right: 0;
  top: 0;
  width: 700px;
  height: 430px;
  object-fit: cover;
}
.brand__tech.chips img {
  right: unset;
  left: 0;
  top: 20px;
}
.brand__tech.chips .brand__tech-list {
  border: none;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.brand__tech.chips .brand__tech-list h3 {
  margin-left: 45%;
  margin-top: 0;
}
.brand__tech.chips .detailsChips {
  margin-left: 45%;
  padding-left: 40px;
  border-left: 1px solid #03bfb5;
}
.brand__tech.chips .details__content-text,
.brand__tech.chips .details__title {
  max-width: unset;
}

.interior-adv-box__img {
  width: 100%;
  max-height: 800px;
  object-fit: cover;
}

/* accordeon  */

.accordion__item:not(.accordion__item_show) .accordion__body {
  display: none;
}
/* accordeon  */
@media (max-width: 767px) {
  .brand__models-box {
    min-height: 580px;
  }
  .brand__models-item__left, 
  .brand__models-item {
    height: 570px;
    min-width: 256px;
  }
  .brand__models-item.active {
    height: auto;
  }
  .brand__models-item.active,
  .brand__models-item.active .brand__models-item__left,
  .brand__models-item.active .brand__models-desc {
    min-width: 100%;
  }
  .brand__models-item.active .brand__models-desc {
    margin-left: 0;
  }
  .brand__models-item.active .brand__models-desc__box {
    padding: 20px 15px;
  }
  .brand__models-item.active .brand__models__title {
    left: 20px;
    bottom: 20px;
  }
  .brand__models-item.active .brand__models-desc__box {
    max-height: unset;
  }
  .brand__models-item.active,
  .brand__design-btns {
    flex-direction: column;
  }
  .brand__photo .brand__photo-wrapper {
    height: auto;
  }
  .brand__photo-container,
  .brand__tech-container {
    width: 100%;
  }
  .brand__photo-swiper-slide:nth-child(1),
  .brand__photo-swiper-slide:nth-child(5),
  .brand__photo-swiper-slide:nth-child(9) {
    width: 100% !important;
    min-width: 100vw;
    height: 266px !important;
    margin-right: 0 !important;
  }
  .brand__photo-swiper-slide:nth-child(2),
  .brand__photo-swiper-slide:nth-child(4),
  .brand__photo-swiper-slide:nth-child(6) {
    height: 266px !important;
  }
  .brand__tech img {
    width: 100vw;
    max-width: 345px;
    height: 213px;
    left: 0;
    top: 0;
  }
  .brand__tech {
    padding: 15px;
  }
  .brand__tech-list {
    padding: 0;
    padding-left: 15px;
    padding-top: 230px;
  }
  .brand__tech .details__content-text {
    max-width: 100%;
    font-size: 16px;
    line-height: 25px;
  }
  .brand__tech .details__title {
    margin-bottom: 0;
  }
  .brand__tech.chips .detailsChips,
  .brand__tech.chips .brand__tech-list h3 {
    margin-left: 0;
    padding-left: 0;
  }
  .accordion__item.accordion__item_show.detailsChips {
    padding-top: 230px;
    padding-left: 15px;
  }
  .brand__tech.chips img {
    top: 70px;
  }
  .brand-detail h2,
  .brand-detail h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .row.product-item-list-col-3.swiper-slide.swiper-slide-active {
    max-width: 256px;
  }
}

/* End */


/* Start:/local/templates/electro/components/bitrix/system.pagenavigation/electro_page_nav/style.css?1716880734299*/
.bx-pagination {
	margin-bottom: 100px;
}
.bx-active.btn-azure {
	width: 50px;
	height: 50px;
}
.bx-active.btn-azure:hover {
	color: #03bfb5;
	cursor: auto;
}
.pagination-btn {
	margin: 0 2px;
}
.pagination-btn .btn-gray {
	width: 50px;
	height: 50px;
	border: 1px solid #f4f4f4;
}
/* End */


/* Start:/local/templates/electro/components/bitrix/catalog.section/hits/style.css?17214007653916*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}

.row.product-item-list-col-3 {
	min-width: 100%;
}
.catalog-section .swiper-wrapper {
	overflow: hidden;
}
/* End */


/* Start:/local/templates/electro/components/bitrix/catalog.item/.default/style.css?1770283943782*/
.iinstock__item {
    position: relative;
    max-width: 448px;
}
.iinstock__label{
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    background: #b91319;
    max-width: 150px;
    font-size: 10px;
}
.hits-img {
    width: 326px;
    height: 217px;
}
.-iinstock-row a.hits-slide__link img {
    height: 100%;
    object-fit: cover !important;
    object-fit: scale-down;
}
.stickers {
    position: absolute;
    top: 6px;
    left: 6px;
    display: flex;
    align-items: center;
}
.stickers img {
    max-height: 25px;
    object-fit: contain;
    min-width: auto !important;
    border: 0px solid transparent!important;
}
a.hits-slide__link:hover .stickers img{
    border-radius: 0!important;
    border: 0px solid transparent!important;
}
/* End */


/* Start:/local/templates/electro/components/bitrix/catalog.section/hits/themes/blue/style.css?1717753295825*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.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;}

/* SCU */
.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;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-section-header{border-color:#006cc0;}
/* End */
/* /local/templates/electro/components/bitrix/news.detail/brand/style.css?17369279268718 */
/* /local/templates/electro/components/bitrix/system.pagenavigation/electro_page_nav/style.css?1716880734299 */
/* /local/templates/electro/components/bitrix/catalog.section/hits/style.css?17214007653916 */
/* /local/templates/electro/components/bitrix/catalog.item/.default/style.css?1770283943782 */
/* /local/templates/electro/components/bitrix/catalog.section/hits/themes/blue/style.css?1717753295825 */
