

/* Start:/local/templates/html/assets/components-template/compare/style.css?17412529352086*/
.compare-header {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 40px; }
  .compare-header__right {
    color: #969696;
    fill: #969696; }
    @media (min-width: 1024px) {
      .compare-header__right:hover {
        fill: #2B2A29;
        color: #2B2A29; } }

.compare-delete-item .icon {
  transition: all ease .3s; }

@media (min-width: 1024px) {
  .compare-delete-item:hover .icon {
    transform: rotate(180deg);
    fill: #2B2A29; } }

.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr; }

.compare-slide {
  flex: 0 0 25%; }
  @media (max-width: 1579px) {
    .compare-slide {
      flex: 0 0 33.34%; } }
  @media (max-width: 1023px) {
    .compare-slide {
      flex: 0 0 50%; } }
  .compare-slide__tr {
    padding: 16px 28px;
    border: 1px solid #e4e4e4;
    border-top: none; }
    @media (max-width: 1023px) {
      .compare-slide__tr {
        padding: 12px 14px; } }
    .compare-slide__tr--th {
      border-color: #f6f6f6;
      background-color: #f6f6f6;
      font-weight: 600; }
  .compare-slide__prop {
    font-weight: 600;
    color: #969696;
    opacity: 0;
    transition: all 1s ease;
    display: flex;
    align-items: center;
    gap: 5px; }
  .compare-slide .product-card {
    padding: 0px;
    border: none;
    height: auto; }
    @media (min-width: 1024px) {
      .compare-slide .product-card:hover .product-card__inner {
        box-shadow: none; } }
  .compare-slide.swiper-slide-active .compare-slide__prop {
    opacity: 1; }
  .compare-slide:not(.swiper-slide-active) .compare-slide__tr {
    border-left: none; }
  .compare-slide:not(.swiper-slide-active) .compare-slide__tr--th span {
    display: none; }

.compare-slider--length-2:not(.inited) .compare-slide {
  flex: 0 0 50%; }

.compare-slider--length-3:not(.inited) .compare-slide {
  flex: 0 0 33.33%; }

.compare-slider:not(.inited) .compare-slide:first-child .compare-slide__tr--th span {
  display: block; }

.compare-slider .swiper-button-prev,
.compare-slider .swiper-button-next {
  top: 180px; }

/* End */


/* Start:/local/templates/html/assets/components-template/form-mixin/switch/style.css?17412529361863*/
.switch {
  display: flex;
  width: 100%; }
  .switch:not(:last-child) {
    margin-bottom: 2rem; }
    @media (max-width: 1023px) {
      .switch:not(:last-child) {
        margin-bottom: 18px; } }
  .switch__item {
    width: 100%; }
    .switch__item input {
      opacity: 0;
      width: 0px;
      height: 0px;
      position: absolute;
      height: 100%;
      visibility: hidden;
      cursor: pointer; }
    .switch__item label {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .switch__item input:checked {
      cursor: default; }
    .switch__item input:checked ~ label .toggler {
      background-color: #0540D5; }
      .switch__item input:checked ~ label .toggler:before {
        left: 1.3rem; }
        @media (max-width: 1023px) {
          .switch__item input:checked ~ label .toggler:before {
            left: 18px; } }
    .switch__item .toggler {
      background: #CFD2D4;
      margin-left: auto;
      border-radius: 999px;
      width: 3rem;
      height: 2rem;
      display: block;
      position: relative;
      flex: 0 0 auto;
      pointer-events: none;
      transition: all .3s ease; }
      @media (max-width: 1023px) {
        .switch__item .toggler {
          width: 38px;
          height: 24px; } }
      .switch__item .toggler:before {
        position: absolute;
        content: "";
        width: 1.4rem;
        height: 1.4rem;
        border-radius: 50%;
        background-color: #fff;
        left: 0.3rem;
        top: calc(50% - 0.7rem);
        transition: all .3s ease; }
        @media (max-width: 1023px) {
          .switch__item .toggler:before {
            width: 16px;
            height: 16px;
            left: 3px;
            top: calc(50% - 8px); } }
    .switch__item .descr {
      display: block;
      white-space: nowrap;
      font-weight: 600; }

/* End */


/* Start:/local/templates/html/assets/components-template/mixin__tabs/style.css?17412529362424*/
.alpine-tabs__header {
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-bottom: 3rem;
  position: relative;
  overflow: auto; }
  @media (max-width: 1199px) {
    .alpine-tabs__header {
      gap: 20px;
      margin-bottom: 30px;
      padding-bottom: 6px; } }
  .alpine-tabs__header:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.3rem;
    border-radius: .2rem;
    background-color: #F2F2F2;
    z-index: -1; }
    @media (max-width: 1199px) {
      .alpine-tabs__header:after {
        height: 3px;
        border-radius: 2px;
        bottom: 6px; } }

.alpine-tabs__item {
  padding-bottom: 2rem;
  position: relative;
  white-space: nowrap;
  font-weight: 500;
  color: #6F7682; }
  @media (min-width: 1024px) {
    .alpine-tabs__item:hover {
      cursor: pointer;
      color: #0540D5; }
      .alpine-tabs__item:hover:after {
        right: 0; } }
  .alpine-tabs__item.active {
    color: #0540D5; }
    .alpine-tabs__item.active:after {
      right: 0; }
  .alpine-tabs__item:after {
    position: absolute;
    content: "";
    left: 0;
    right: 100%;
    bottom: 0;
    height: 0.3rem;
    border-radius: .4rem;
    background-color: #0540D5;
    transition: all 0.3s ease; }
    @media (max-width: 1199px) {
      .alpine-tabs__item:after {
        height: 3px;
        border-radius: 2px; } }

.alpine-tabs__content {
  display: none; }
  .alpine-tabs__content.active {
    display: block; }

@media (max-width: 767px) {
  .alpine-tabs__mobile {
    padding: 18px 0px;
    border-top: 1px solid #e4e4e4; }
    .alpine-tabs__mobile:last-child {
      border-bottom: 1px solid #e4e4e4; } }

@media (max-width: 575px) {
  .alpine-tabs__mobile {
    padding: 11px 0px; } }

@media (max-width: 767px) {
  .alpine-tabs--v2 .alpine-tabs__content {
    margin-top: 22px; } }

@media (max-width: 767px) {
  .alpine-tabs--v2 .alpine-tabs__header {
    display: none; } }

@media (max-width: 767px) {
  .alpine-tabs--v2 .alpine-tabs__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: 600; }
    .alpine-tabs--v2 .alpine-tabs__item:after {
      display: none; }
    .alpine-tabs--v2 .alpine-tabs__item .icon {
      transform: rotate(90deg); } }

.alpine-tabs--v2 .alpine-tabs__item.active .icon {
  transform: rotate(-90deg);
  fill: #0540D5; }

/* End */
/* /local/templates/html/assets/components-template/compare/style.css?17412529352086 */
/* /local/templates/html/assets/components-template/form-mixin/switch/style.css?17412529361863 */
/* /local/templates/html/assets/components-template/mixin__tabs/style.css?17412529362424 */
