@import url("vars.css");

/* Подсказки */
.tooltipster-content {
  padding: var(--pad_4) var(--pad_5) var(--pad_5) !important;
}

.t300__content-text {
  line-height: 140% !important;
}

a.tooltipstered {
  color: var(--clr__orange_4) !important;
  text-decoration: underline dotted var(--clr__orange_4) 3px !important;
  text-underline-offset: 3px;
}

a.tooltipstered:hover {
  color: var(--clr__red_6) !important;
  text-decoration-color: var(--clr__red_6);
}



/* СРАВНЕНИЕ*/
.uc-compare {
  .t1008__cell_25 {
    width: 33%;
  }

  .t1008__cell_50 {
    width: 34%;
  }

  .t1008__item:first-child {
    margin-bottom: 10px;
  }

  .t-cell {
    vertical-align: top !important;
  }

  .t1008__img {
    max-height: 540px;
    object-fit: contain;
    margin-top: -20px;
  }

  /* Карточки сравнения
  .t1053__col-wrapper {
    display: grid;
    grid-template-areas: 'title' 'text' 'digit';
    grid-template-rows: min-content auto min-content;
    height: 100%;
  }
  
  .t1053__uptitle {
    grid-area: digit;
    padding-bottom: 0;
    letter-spacing: unset;
  }
  
  .t1053__title {
    grid-area: title;
  }
  
  .t1053__descr {
    grid-area: text;
    padding-bottom: var(--pad_7);
  }
   */
}



/* Вкладки */
.t395__col {
  margin: 0 !important;
}

.t395__tab_active {
  border-radius: var(--radius_m) var(--radius_m) 0 0;
  position: relative;

}

.t395__tab_active::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 16px !important;
  bottom: -16px !important;
  background-color: var(--clr__blue_9);
}

.t395__wrapper_mobile {
  overflow: hidden;
  border-radius: var(--radius_l);
  margin-bottom: var(--pad_2);
}

.t1196__slider {
  margin-left: -20px;
}

.t1196__item {
  border-radius: 20px;
  display: grid;
  grid-template-columns: .5fr 1fr;
}

.t1196__imgwrapper {
  height: auto !important;
  padding: 5px !important;
}

.t1196__bgimg_first {
  background-size: 95%;
  background-position: top right;
}


.t1115 .t-col_8,
.t422__wrapper {
  margin-left: 0;
}

.t422__text_left {
  border-radius: var(--radius_l);
}


.t422__col_8 {
  max-width: 760px !important;
}

@media screen and (max-width: 1200px) {
  .t1196__slider {
    margin-left: -10px;
  }

  .t1115 {
    max-height: 600px;
  }

  .t422__col_8 {
    max-width: 620px;
  }
}

@media screen and (max-width: 960px) {
  .t1115 {
    max-height: unset;
  }

  .t1115__col-bottom:not(.t1115__img-mobile) {
    margin-top: 0px !important;
  }

  .t1115__img-mobile {
    margin-bottom: 0px !important;
  }

  .t395__col {
    padding-right: 0 !important;
  }

  .t422__img-mobile {
    display: none;
  }
}







/* .t817__tab_active {
  background: linear-gradient(0, var(--clr__grey_8) 0%, var(--clr__grey_7) 100%) !important;
  border-radius: var(--radius_m) var(--radius_m) 0 0;
}

.t817__wrapper_mobile {
  overflow: hidden;
  border-radius: var(--radius_l);
  margin-bottom: var(--pad_2);
}

.t817__tab_active::before {
  display: none;
}

.t817__tab_active:after {
  height: 16px !important;
  bottom: -16px !important;
}

.t817__content-row {
  border-radius: var(--radius_l);
  overflow: hidden;
}

.t817__content-row .t-img {
  border-radius: var(--radius_m);

} */