

/* Start:/local/templates/electro/components/bitrix/news.list/islider/style.css?17371164572223*/
.islider {
  position: relative;
}
.islider:before {  
  content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.2);
}
.islider, .islider-swiper, .islider__item {
  max-height: 960px;
}
.islider__item {
  position: relative;
  text-decoration: none;
  max-height: 960px;
}

.islider__image {
  position: relative;
}
.islider__image img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 960px;
}
.banner .container {
  position: relative;
}
.banner .islider__content {
  position: absolute;
  bottom: 162px;
  z-index: 5;
  width: 770px;
  top: unset;
    left: unset;
}
.islider__box {
  position: absolute;
    left: 0;
    bottom: 0;
}
.islider__title {
  font-size: 3rem;
  margin-bottom: 32px;
  color: #fff;
}


.islider .swiper-horizontal .swiper-pagination {
  bottom: 62px;
}
.islider .swiper-pagination-bullet {
  position: relative;
  width: 40px;
  height: auto;
  text-align: left;
  border-radius: 15px;
  opacity: 1;
  margin-right: 10px;
  background-color: transparent;
}

.islider .swiper-pagination-bullet i {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 40px;
  height: 3px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.2);
}
.islider .swiper-pagination-bullet b {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 0%;
  height: 3px;
  background-color: #fff;
}

.islider .swiper-pagination-bullet-active {
  background-color: transparent;
}
.islider .swiper-pagination-bullet-active b {
  animation-name: countingBar;
  animation-duration: 3s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}
.islider:hover b{ 
  -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}
@keyframes countingBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .banner .islider__image img {
    height: 480px;
    height: 350px;
  }
  .islider .islider__title {
    font-size: 22px;
    max-width: 300px;
  }
}
/* End */


/* Start:/local/templates/electro/components/bitrix/catalog.sections.top/stories/style.css?17277699757207*/
.avilon-stories {
    --swiper-theme-color: #03bfb5;
}
.avilon-stories__slider {
    overflow: hidden;
}
.avilon-stories__slider:not(.swiper-initialized) {
    opacity: 0.66;
}
.avilon-stories__slider .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.avilon-stories__slide.swiper-slide {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.avilon-stories__slide.swiper-slide picture {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.avilon-stories__slide.swiper-slide button {
    position: relative;
    display: block;
    background: none;
    border: none;
    margin: 0;
    padding: 10px;
    cursor: pointer;
}
.avilon-stories__slide.swiper-slide button:hover {
    opacity: 0.9;
    transition: opacity 0.2s ease;
}


.avilon-stories__slide.swiper-slide button img,
.avilon-stories__slide.swiper-slide button picture {
    position: relative;
    display: block;
    overflow: hidden;
    object-fit: cover;
    object-position: center center;
    z-index: 3;
    border-radius: 50%;
}
.avilon-stories img {
    vertical-align: middle;
    max-width: 100%;
    border: 0;
    position: relative;
    height: 100%;
    object-fit: cover;
}

.avilon-stories__item .swiper-slide {
    position: relative;
    
}
.avilon-stories__item .swiper-slide:before{
    content: '';
    display: flex;
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 40%);
    z-index: 2;
}
.avilon-stories__item .swiper-button-next, 
.avilon-stories__item .swiper-button-prev {
    top: 20px;
    height: 100%;
    width: calc(var(--swiper-navigation-size) / 44*40);
    transition: all .2s ease;
}
.avilon-stories__item .swiper-button-next {
    right: 0;
}
.avilon-stories__item .swiper-button-prev {
    left: 0;
}
.avilon-stories__item .swiper-button-next:hover, 
.avilon-stories__item .swiper-button-prev:hover{
    background: linear-gradient(0, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 480px) {
    .avilon-stories__slide.swiper-slide button img,
    .avilon-stories__slide.swiper-slide button picture {
        /* width: 180px; */
    }
    .avilon-stories__slide.swiper-slide button::before,
    .avilon-stories__slide.swiper-slide button::after {
        /* border-radius: 180px; */
    }
}

.avilon-stories__modal {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 0;
    height: 0;
    background: rgba(0,0,0,0.95);
    backdrop-filter: blur(8px);
    opacity: 0;
    z-index: 2147483648;
    transition: opacity 0.2s ease, width 0.2s step-end, height 0.2s step-end;
    overflow: clip;
}
.avilon-stories__modal.opened {
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: opacity 0.2s ease;
}
.avilon-stories__close {
    position: absolute;
    top: 6px;
    right: 6px;
    background: none;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    cursor: pointer;
}
.avilon-stories__modal-slider {
    margin: auto 0;
    height: 90dvh;
    width: 100%;
}
.avilon-stories__modal-slider .swiper-slide {
    display: flex;
    width: auto;
}
.avilon-stories__modal .swiper-button-prev::after,
.avilon-stories__modal .swiper-button-next::after {
    content: '';
    display: none;
}
.swiper-button-next.avilon-stories__modal-next,
.swiper-button-prev.avilon-stories__modal-prev {
    margin: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: calc((100vw - 90vh / 16 * 9) / 2);
    opacity: 0;
}
.swiper-button-next.avilon-stories__modal-next {
    left: auto;
    right: 0;
}

.avilon-stories__item {
    position: relative;
    aspect-ratio: 9 / 16;
    height: 100%;
    width: auto;
    max-width: 100vw;
    margin: auto;
    border-radius: 5px;
    overflow: hidden;
    transform: scale(.75);
    transition: transform 0.4s ease;
}
.swiper-slide-active .avilon-stories__item {
    transform: scale(1);
    max-width: 440px;
}
.avilon-stories__item-slider {
    height: 100%;
}
.avilon-stories__item-slider .swiper-progressbar {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    gap: 10px;
    z-index: 20;
}
.avilon-stories__item-slider .swiper-progressbar.active {
}
.avilon-stories__item-slider .swiper-progressbar span {
position: relative;
height: 3px;
flex: 1 1 auto;
background: rgba(255, 255, 255, 0.2);
}
.avilon-stories__item-slider .swiper-progressbar span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-width: 100%;
    background: #fff;
}
.avilon-stories__item-slider .swiper-progressbar.active span:has(~ .active)::after {
    width: 100%;
}
.avilon-stories__item-slider .swiper-progressbar.active span.active::after {
    width: calc(100% * var(--progress));
}
.avilon-stories__top {
    position: absolute;
    top: 23px;
    left: 10px;
    display: flex;
    align-items: center;
    z-index: 20;
}
.avilon-stories__top img{ 
    margin-right: 10px;
    width: 32px;
    height: 32px;
}
.avilon-stories__top .avilon-stories__name {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #fff;
}
.avilon-stories__controls {
    position: absolute;
    top: 24px;
    right: 8px;
    max-width: calc(100% - 16px);
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    opacity: 0;
}
.swiper-slide-active .avilon-stories__item .avilon-stories__controls {
    opacity: 1;
}
.avilon-stories__controls svg {
    pointer-events: none;
}
.avilon-stories__playpause {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    background: #fff;
    border-radius: 40px;
    border: none;
    z-index: 2;
}
.avilon-stories__playpause::after,
.avilon-stories__playpause::before {
    position: absolute;
    content: "";
    display: block;
    height: 14px;
    width: 4px;
    border-radius: 8px;
    background: var(--black,#1f1f1f);
    transition: transform .2s ease;
}
.avilon-stories__playpause::before {
    left: 55%
}
.avilon-stories__playpause::after {
    right: 55%
}
.avilon-stories__playpause svg {
    transition: transform .2s ease;
    transform: scale(0)
}
.avilon-stories__playpause.paused svg {
    transform: scale(1)
}
.avilon-stories__playpause.paused::after,
.avilon-stories__playpause.paused::before {
    transform: scale(0);
}
.avilon-stories__mute {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    background: #fff;
    border-radius: 40px;
    border: none;
    z-index: 2;
}
.avilon-stories__mute::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 10%;
    margin-top: -1px;
    width: 80%;
    height: 1px;
    background: currentColor;
    transform: rotate(-45deg) scale(0);
    transition: transform 0.2s ease;
}
.avilon-stories__mute.muted::after {
    transform: rotate(-45deg) scale(1);
}
/* End */


/* Start:/local/templates/electro/components/bitrix/catalog.sections.top/model-tabs/style.css?17259760894666*/
.catalog-price {
  color: red;
}
div.catalog-sections-top table td {
  padding-right: 10px;
  padding-top: 10px;
}
.catalog-sections-top a {
  color: #000;
  text-decoration: none;
}
.catalog-sections-top .models-content__item.grow  a.btn-azure {
  color: #fff;
}
.catalog-sections-top .models-content__item.grow  a.btn-azure:hover {
  color: #03bfb5;
  text-decoration: none;
}
.catalog-sections-top .models-content__item.grow  a.btn-azure,
.catalog-sections-top .models-content__item.grow  a.btn-gray {
  width: 48%;
}
.catalog-sections-top img {
  max-width: 100%;
  max-height: 400px;
  object-fit: cover;
}
.models-content {
  overflow: hidden;
}
.models-content__item {
  display: none;
  max-width: 320px;
  max-height: 320px;
  padding-right: 12px;
  padding-left: 12px;
  margin-bottom: 20px;
  background: #fff;
}
.models-content__item.grow {
  /* width: 50%; */
  width: 684px !important;
}
.models-content .swiper-wrapper {
  height: 700px;
  max-width: 676px;
}
.models-content__item.grow  {
  width: 684px !important;
  max-width: 684px !important;
  height: 660px !important;
  max-height: 660px !important;
  margin-right: 32px;
}
.models-content__bottom {
  padding: 26px 16px;
}
.models-content__item.grow .models-content__bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.models-content__name {
  font-size: 16px;
  font-weight: bold;
  line-height: 120%;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
}
.models-content__item.grow  .models-content__name {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  margin-top: 33px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: row;
}

.models-content__name span {
  font-weight: 500;
  margin-top: 5px;
}
.models-content__item.grow .models-content__name span {
  margin-top: 0;
  margin-left: 10px;
}
.catalog-sections-top .models-logo {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  max-height: 30px;
  min-height: 30px;
  max-height: 35px !important;
}
.models-swiper-pagination {
  display: flex;
  justify-content: flex-end;
}
.models-swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  border-radius: 15px;
  color: rgba(0, 0, 0, 0.2);
}
.models-swiper-pagination .swiper-pagination-bullet-active {
  color: #000 !important;
  width: 60px;
  background: #000;
}
.models-content__top {
  min-height: 238px;
  display: flex;
    justify-content: center;
    align-items: center;
}
.models-content__item .tech {
  display: none;
}
.models-content__item.grow .tech {
  display: flex;
}
.models-content__item .btn-azure, 
.models-content__item hr, 
.models-content__item.grow .btn-gray svg, 
.models-content__item .btn-gray span.text {
  display: none;
}
.models-content__item.grow .btn-azure, 
.models-content__item.grow hr, 
.models-content__item.grow .btn-gray span.text{
  display: flex;
}
.models-content__right {
  max-width: 50%;
  overflow: hidden;
  position: relative;
}
.models-content__right:after {
  content: '';
  display: flex;
  width: 280px;
  height: 300px;
  background: url(/upload/images/model-last-img.jpg);
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 50px;
}

@media (max-width: 1280px) {
  .models-content__item.grow {
    width: auto !important;
  }
  .models-content__right {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .models-content .models-content__right {
    margin-top: 325px;
  }
  .models-filter {
    overflow-y: scroll;
    padding-bottom: 10px;
  }
  .models-content {
    flex-direction: column;
  }
  .models-logo {
    top: 10px;
    left: 10px;
    max-width: 140px;
  }
  .models-content__top img {
    width: 100%;
  }
  .models-content__item.grow  {
    width: 100% !important;
    height: 100% !important;
    max-width: 346px !important;
    max-height: 253px !important;
    margin-right: 0;
    padding: 0;
  }
  .models-content .swiper-wrapper {
    height: 350px;
    background-color: #fff;
  }
  .models-content__item {
    width: 345px;
    height: 253px;
    background-color: #fff;
  }
  .grow .models-content__name {
  }
  .models-content__item.grow .models-content__name {
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
  }
  .models-content__right:after {
    content: none;
  }
  .models-content__btns {
    display: flex;
    flex-direction: column;
  }
  .models-content__btns a{
    width: 100% !important;
    margin-bottom: 10px;
    min-width: 60px;
  }
  .models-content__bottom {
    padding: 0;
  }
  .tech-list {
    display: flex;  width: 100%;
    justify-content: space-between;
  }
  .tech-list__item {
    width: 24%;
  }
}

/* End */


/* Start:/local/templates/electro/components/bitrix/news.list/advantages/style.css?17259762643881*/
.islider {
  position: relative;
}
.islider:before {  
  content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.2);
}
.islider, .islider-swiper, .islider__item {
  max-height: 960px;
}
.islider__item {
  position: relative;
  text-decoration: none;
  max-height: 960px;
}

.islider__image {
  position: relative;
}
.islider__image img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 960px;
}
.islider__content {
  position: absolute;
  bottom: 162px;
  z-index: 5;
  width: 770px;
}
.islider__box {
  position: absolute;
    left: 0;
    bottom: 0;
}
.islider__title {
  font-size: 3rem;
  margin-bottom: 32px;
}


.islider .swiper-horizontal .swiper-pagination {
  bottom: 62px;
}
.islider .swiper-pagination-bullet {
  position: relative;
  width: 40px;
  height: auto;
  text-align: left;
  border-radius: 15px;
  opacity: 1;
  margin-right: 10px;
  background-color: transparent;
}

.islider .swiper-pagination-bullet i {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 40px;
  height: 3px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.2);
}
.islider .swiper-pagination-bullet b {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 0%;
  height: 3px;
  background-color: #fff;
}

.islider .swiper-pagination-bullet-active {
  background-color: transparent;
}
.islider .swiper-pagination-bullet-active b {
  animation-name: countingBar;
  animation-duration: 3s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}
.islider:hover b{ 
  -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.swiper-advantages {
  position: relative;
}
.advantages-box {
  position: relative;
}
.advantages__manager {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 10;
  color: #fff;
  text-align: right;
}
.advantages__fio {
  font-style: italic;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
.advantages__position {
  font-weight: 600;
  font-style: italic;
  font-size: 12px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.6);
}
.swiper-advantages-pagination {
    position: absolute;
    bottom: 60px !important;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;

}
.swiper-advantages-pagination .swiper-pagination-bullet {
  position: relative;
  width: 40px;
  /* height: auto; */
  text-align: left;
  border-radius: 15px;
  opacity: 1;
  margin-right: 10px;
  background-color: transparent;
}
.swiper-advantages-pagination .swiper-pagination-bullet i {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 40px;
  height: 3px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.2);
}
.swiper-advantages-pagination .swiper-pagination-bullet b {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 0%;
  height: 3px;
  background-color: #fff;
}
.swiper-advantages-pagination .swiper-pagination-bullet-active b {
  animation-name: countingBar;
  animation-duration: 3s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}
.advantages-box:hover b {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
@keyframes countingBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .islider__image img {
    height: 480px;
  }
  .advantages__slide {
    flex-direction: column;
  }
  .advantages__left, .advantages__right {
    width: 100%;
  }
}
/* End */


/* Start:/local/templates/electro/components/bitrix/catalog.section.list/sections-slider/style.css?1722934397215*/
@media (max-width: 767px) {
    .hits a.hits-slide__link img {
        min-width: 250px;
        height: 180px;
    }
    .hits  .imodels .imodels-swiper-pagination {
        bottom: 50px !important;
    }
}
/* End */
/* /local/templates/electro/components/bitrix/news.list/islider/style.css?17371164572223 */
/* /local/templates/electro/components/bitrix/catalog.sections.top/stories/style.css?17277699757207 */
/* /local/templates/electro/components/bitrix/catalog.sections.top/model-tabs/style.css?17259760894666 */
/* /local/templates/electro/components/bitrix/news.list/advantages/style.css?17259762643881 */
/* /local/templates/electro/components/bitrix/catalog.section.list/sections-slider/style.css?1722934397215 */
