html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}
section {
  margin: 0 auto;
}
.t-wrap {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  min-width: 320px;
  background: #ffffff;
  margin-bottom: 50px;
  margin-top: 50px;
}
.t-wrap a {
  text-decoration: none;
}
.t-wrap img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
/* ul li {
    list-style:circle;
  } */
.t-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.t-page {
  padding-bottom: 96px;
}
.t-category__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
.t-page ul {
  list-style: none;
}
.t-services {
  margin-top: 60px;
}
.t-services__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  row-gap: 20px;
  border-bottom: 1px solid #dfdee2;
  padding-bottom: 20px;
}
.bf_prod-icons {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  bottom: 0;
  row-gap: 5px;
}
.bf_prod-icons img {
  width: 30px;
  z-index: 10;
}
.bf_prod-icon {
  display: block;
  width: 40px;
  position: absolute;
  bottom: -5%;
  right: -5%;
  z-index: 5;
}
/* img.bf_prod-icon--ustanovka {
    width: 30px;
  } */
.bf_prod-icon--top {
  bottom: auto;
  top: 0;
  right: 0;
  width: 30px;
}
.bf_prod-icon--middle {
  bottom: auto;
  top: 30%;
  right: 0;
  width: 30px;
}
.bf_prod-icon--middle-center {
  bottom: auto;
  top: 45%;
  right: 0;
  width: 30px;
}

.bf_prod-icon--middle-bottom {
  bottom: auto;
  right: 0;
  top: 55%;
  width: 30px;
}
.bf_prod-icon--left-top {
  bottom: auto;
  right: auto;
  top: 0;
  left: 10%;
  width: 30px;
}
.bf_prod-icon--bottom {
  top: auto;
  right: auto;
  left: 50%;
  bottom: -5%;
  width: 30px;
}
.bf_prod-icon-bottom-left {
  top: auto;
  right: auto;
  left: 30%;
  bottom: -5%;
  width: 30px;
}
.t-services__btn {
  margin-left: auto;
}
.t-category__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 20px;
  align-items: center;
  width: 100%;
}
.t-services__list {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.t-service__top {
  display: flex;
  column-gap: 20px;
  align-items: center;
}
.t-page__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  /* display: flex;
    align-items: center; */
  letter-spacing: 0.1px;
  color: #333333;
  margin-bottom: 24px;
}
.t-category__title {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  line-height: 20px;
  max-width: 200px;
  color: #333333;
}
.t-service__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}
/* modal */
.t-overlay {
  /* Скрываем подложку  */
  opacity: 0;
  visibility: hidden;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  transition: 0.3s all;
}
.t-modal.active,
.t-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Стили для модальных окон */

.t-modal {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: absolute;
  top: 1%;
  left: 0%;
  z-index: 1100;
  box-shadow: 0 3px 10px -0.5px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 30px;
  border-radius: 3px;
  background-color: #fff;
  transition: 0.3s all;
  max-height: 100%;
}

/* Стили для кнопки закрытия */

.t-modal__cross {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 20px;
  right: 20px;
  fill: #444;
  cursor: pointer;
}
.t-modal__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #39393d;
  margin-bottom: 12px;
  text-align: left;
}
.t-modal__subtitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #39393d;
  text-align: left;
  margin-bottom: 10px;
}
.t-modal__item,
.t-modal__subitem {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: left;
  margin-bottom: 12px;
}
.t-modal__list {
  margin-bottom: 32px;
}
.t-modal__descr {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: left;
  margin-bottom: 12px;
}

.t-section {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
}

.t-container {
  padding: 0 20px;
}

.t-banner {
  margin: 0 auto;
  width: calc(100% - 40px);
  height: 440px;
  margin-bottom: 40px;
  background: linear-gradient(
    98.99deg,
    #e31235 8.76%,
    #e31251 54.56%,
    #8c6ddb 88.67%,
    #12a2bf 130.48%
  );
  border-radius: 20px;
  margin-bottom: 40px;
  margin-top: 32px;
}
.t-banner__logo {
  width: 107px;
  margin-bottom: 17px;
}

.t-banner__title {
  font-weight: bold;
  font-size: 22.5px;
  line-height: 101%;
  color: #000000;
}
.t-banner__wrap {
  display: flex;
  flex-direction: column;
  padding: 30px 0 0 0;
}
.t-banner__left {
  width: 50%;
  padding-top: 36px;
}

.t-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 101%;
  color: #ffffff;
  margin-bottom: 10px;
}
.t-caption {
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  color: #ffffff;
}
.t-banner__text {
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  margin-bottom: 57px;
}
.t-pers__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.t-product__prices {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 40px;
}
.t-subtitle {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #333333;
}
.t-pers {
  background: #f5f5f6
    url(//static.mvideo.ru/media/Promotions/Promo_Page/2022/June/uslugi-i-akssesuary-na-stranice-tovara/img/promo_label.svg)
    no-repeat center right -20px;
  background-size: contain;
  border-radius: 8px;
  height: 86px;
  margin: 0 auto;
  width: 100%;

  overflow: hidden;
}
.t-blue {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;

  color: #007aff;
}
.t-product__reviews {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.t-product__raiting {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 50px;
}
.t-product__raiting p {
  margin-left: 5px;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;

  color: #007aff;
}
.t-product__review-img img {
  width: 100px;
}
.t-product__raiting img {
  width: 16px;
}
.t-pers__wrap {
  padding: 24px;
}
/* .t-pers img {
    align-self: center;
    margin-left: auto;
    width: 30%;
    margin-right: -5rem;
    margin-top: 0.5rem;
  } */
.t-product__images {
  margin-bottom: 25px;
}
/* .t-product__image {
      margin-bottom: 20px;
  } */
.t-product__plus {
  width: 33px;
  margin-bottom: 5px;
}
.t-category__img {
  width: 50%;
}
.t-services__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0.1px;
  color: #333333;
}
.t-services__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
}
.t-services__arrow img {
  width: 72px;
}
.t-services__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.t-accessories__left {
  margin-right: 5px;
}
.t-services__top img {
  width: 32px;
}
.t-services__item {
  margin-bottom: 16px;
}
.t-services__main {
  background: #f5f5f6;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 40px;
}
.t-list__header {
  background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2022/June/uslugi-i-akssesuary-na-stranice-tovara/img/marker.png)
    no-repeat center left;
  background-size: 5px;
  padding-left: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 5px;
}
.t-list__descr {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  padding-left: 8px;
}
.t-services__subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #333333;
}
.t-services__right img {
  width: 8px;
}
.t-services__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #007aff;
}
.t-btn {
  display: block;
  margin: 0 auto;
  max-width: 320px;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  padding: 13px 24px;
  border-radius: 4px;
  background-color: #e31235;
}

.t-btn:hover {
  background-color: #bd0f2c;
  color: #ffffff !important;
}

.t-btn:active {
  background-color: #9c0c24;
  color: #ffffff !important;
}
.t-services__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}

.t-accessories__left img {
  width: 100%;
}
.t-accessories__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}
.t-accessories__price {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 5px;
}
.t-accessories__list {
  margin-bottom: 30px;
}
.t-price__new {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  margin-right: 5px;
}
.t-price__old {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.2px;
  text-decoration-line: line-through;
  color: #8e8e93;
}
.t-accessories__caption {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

.t-text__title {
  font-weight: normal;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #333333;
}
.t-text__title--bold {
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #333333;
}
.t-text {
  margin-bottom: 28px;
}
.t-timer {
  margin-bottom: 37px;
}
.t-timer__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #333333;
  margin-bottom: 24px;
}
.t-timer__items {
  display: flex;
  justify-content: center;
  font-weight: bold;
  font-size: 39.6091px;
  line-height: 1;
  /* text-align: center; */
  color: #333333;
}

.t-product--desktop {
  display: none;
}
img.t-button {
  width: 50px;
  position: absolute;
  top: 50%;
  right: -20px;
}
.t-product__wrap {
  /* display: flex;
    flex-direction: column;
    flex-wrap: wrap; */
  position: relative;
}
.t-grid {
  display: grid;
  width: 100%;
  grid-template-rows: repeat(7, auto);
  grid-template-columns: 100%;
}
.t-product__price-block,
.t-date {
  background: #f5f5f6;
  border-radius: 8px;
  padding: 24px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.t-price {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
.t-price__new {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #39393d;
}
.t-price__old {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: flex-end;
  text-decoration-line: line-through;
  color: #8e8e93;
}
.t-price__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #39393d;
  display: flex;
  justify-content: space-between;
  column-gap: 8px;
  align-items: flex-start;
  margin-top: 18px;
}
.t-buttons {
  margin-bottom: 24px;
}
.t-buttons__top {
  margin-bottom: 15px;
}

.t-buttons__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 12px;
}
.t-buttons__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.t-product__button {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 13px 16px;
  background: #ffffff;
  border: 1px solid #dfdee2;
  border-radius: 4px;
  color: #333333;
  max-width: 235px;
}
.b_reviewTop {
  justify-content: space-around;
}
.t-product__button--active {
  border: 2px solid #333333;
}
.t-date__wrap {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  border-bottom: 1px solid #dddde1;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.t-date__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #39393d;
  margin-bottom: 12px;
}
.t-date__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 8px;
}
.t-date__descr {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #39393d;
}
.t-date__item img {
  padding-top: 5px;
}
.t-about {
  margin-bottom: 40px;
}
.t-about__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #333333;
  margin-bottom: 12px;
}
.t-about__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 8px;
}
.t-about__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #007aff;
}
.t-raiting__scale {
  margin-bottom: 24px;
}
.t-raiting__stars {
  margin-bottom: 8px;
}
.t-slider__item {
  background: #f5f5f6;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  min-height: 188px;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
}
.t-reviews__tooltip {
  position: absolute;
  top: -10px;
  background: #333333;
  border-radius: 16px;
  padding: 4px 12px;
  z-index: 200;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.2px;
  color: #ffffff;
}
.t-slider__name {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.t-reviews__descr {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.t-slider__img {
  margin-bottom: 12px;
}
.share-buttons {
  width: 50%;
  display: none;
}
.t-share {
  cursor: pointer;
  position: relative;
}
.shared-open {
  position: absolute;
  top: 40px;
  background: #ffffff;
  box-shadow: 0px 1px 20px rgba(4, 6, 28, 0.1);
  padding: 10px 5px;
  border-radius: 4px;
  width: 10%;
  display: flex;
  justify-content: center;
  column-gap: 10px;
  align-items: center;
}
.t-vkontakte {
  background: url(//static.mvideo.ru/media/Static_Pages/services/img/vk.svg)
    no-repeat center;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.t-ok {
  background: url(//static.mvideo.ru/media/Static_Pages/services/img/odnoklassniki.svg)
    no-repeat center;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .t-text {
    margin-bottom: 60px;
  }
  .t-services__item {
    flex-direction: row;
    column-gap: 40px;
  }
  .t-page__title {
    text-align: left;
  }

  .t-modal {
    top: 30%;
  }
  .t-services__btn {
    margin: 0 !important;
  }
  .t-category__wrap {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 60px;
  }
  .t-category__title {
    max-width: 250px;
  }
  .t-category__img {
    width: 108px;
  }
  .t-category__item {
    /* width: calc(50% - 20px); */
    width: auto;
  }
  .t-reviews__tooltip {
    right: 10px;
  }
  .t-banner__image {
    width: 50%;
  }
  .t-product--mobile {
    display: none;
  }
  .t-product--desktop {
    display: block;
  }
  .t-about__title {
    display: none;
  }

  .t-grid {
    grid-template-rows: auto;
    column-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas:
      "b b b b b b b b b b b b b b b b b b b b b b b b"
      "c c c c c c c c c c c c e e e e e e e e e e e e"
      "f f f f f f f f f f f f f f f f f f f f f f f f"
      "d d d d d d d d d d d d d d d d d d d d d d d d"
      "g g g g g g g g g g g g g g g g g g g g g g g g";
  }
  .b_reviewTop {
    flex-direction: column;
    /* justify-content: flex-start; */
    align-items: flex-start !important;
  }
  /* .t-product__wrap {
      display: flex;
      justify-content: space-between;
    } */
  .t-product__subtitle {
    margin-bottom: 10px;
  }
  /* .b_labels {
      grid-area: a;
    } */
  .b_reviewTop {
    grid-area: b;
  }
  .t-product__images {
    grid-area: c;
    max-width: 500px;
  }
  .t-about__text {
    font-size: 16px;
    line-height: 22px;
  }
  .t-product__buttons {
    grid-area: d;
  }
  .t-product__prices {
    grid-area: e;
  }
  .t-product__bottom {
    grid-area: f;
  }
  .t-reviews {
    grid-area: g;
  }

  .t-services__main {
    max-width: 346px;
    position: relative;
  }
  .t-product__characteristic {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    max-width: 380px;
  }
  .t-characteristic__name,
  .t-characteristic__data {
    width: 50%;
  }
  .t-product__price-block {
    background: #f5f5f6;
    border-radius: 8px;
    padding: 24px;

    box-sizing: border-box;
  }
  .t-product__prices {
    max-width: 350px;
  }
  .t-price {
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
  }
  .t-price__new {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.1px;
    color: #333333;
    margin-right: 8px;
  }
  .t-price__old {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: flex-end;
    text-decoration-line: line-through;
    color: #8e8e93;
  }
  .t-about {
    margin-bottom: 0px;
  }
  .t-price__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #333333;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
  }
  .t-product__top {
    margin-bottom: 40px;
  }
  .t-characteristic__item {
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
    color: #8e8e93;
  }
  .t-data__item {
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
    color: #333333;
  }
  .t-characteristic__text {
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #007aff;
  }
  img.t-button {
    width: 50px;
    position: absolute;
    top: 50%;
    right: -20px;
  }
  .t-pers {
    max-width: 300px;
  }
}
@media (min-width: 900px) {
  .t-banner {
    width: calc(100% - 40px);
    background: linear-gradient(
      98.99deg,
      #e31235 8.76%,
      #e31251 54.56%,
      #8c6ddb 88.67%,
      #12a2bf 130.48%
    );
    border-radius: 16px;
    height: 310px;
  }
  .t-slider__item {
    min-height: 250px;
  }
  .swiper-button-next:after,
  .swiper-button-next2:after,
  .swiper-container-rtl .swiper-button-prev2:after,
  .swiper-container-rtl .swiper-button-prev:after {
    content: "";
    background: url(//static.mvideo.ru/media/Static_Pages/services/img/next.svg)
      no-repeat center;
    height: 42px;
    width: 42px;
  }
  .swiper-button-prev:after,
  .swiper-button-prev2:after,
  .swiper-container-rtl .swiper-button-next:after,
  .swiper-container-rtl .swiper-button-next:after {
    content: "";
    background: url(//static.mvideo.ru/media/Static_Pages/services/img/prev.svg)
      no-repeat center;
    height: 42px;
    width: 42px;
  }
  .swiper-button-next,
  .swiper-button-next2,
  .swiper-container-rtl .swiper-button-prev,
  .swiper-container-rtl .swiper-button-prev {
    height: 42px;
    width: 42px;
    background: #ffffff;
    box-shadow: 0px 1px 20px rgba(4, 6, 28, 0.1);
    border-radius: 50%;
    right: -10px;
  }
  .swiper-button-prev,
  .swiper-button-prev2,
  .swiper-container-rtl .swiper-button-next,
  .swiper-container-rtl .swiper-button-next {
    height: 42px;
    width: 42px;
    background: #ffffff;
    box-shadow: 0px 1px 20px rgba(4, 6, 28, 0.1);

    border-radius: 50%;
    left: -10px;
  }
}
@media (min-width: 1024px) {
  .t-container {
    max-width: 940px;
    margin: 0 auto;
    padding: 0;
  }
  .bf_prod-icons img {
    width: 28px;
    z-index: 10;
  }
  .t-category__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
  }
  .t-price__new {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0.1px;
    color: #333333;
    margin-right: 8px;
  }
  .t-product__reviews {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 40px;
  }
  .t-product__bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    column-gap: 20px;
    width: 100%;
  }
  .t-blue {
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;

    color: #007aff;
  }

  .t-banner {
    width: 100%;
    height: 330px;
    max-width: 940px;
    margin: 0 auto;
    margin-bottom: 69px;
  }
  .t-video__wrap {
    padding: 0;
    max-width: 940px;
    margin: 0 auto;
  }
  .t-services__list {
    margin-bottom: 45px;
  }
  .t-price {
    margin-bottom: 0;
  }
  .t-accessories__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
  }
  .t-services__main {
    padding: 24px 24px 16px 24px;
  }
  .t-product__services {
    width: 50%;
  }

  .t-accessories__list {
    margin-bottom: 10px;
  }
  .t-product__right {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 70%;
  }
  .t-product__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .t-product__left {
    width: 30%;
  }
  .t-banner__title {
    font-weight: bold;
    font-size: 38px;
    line-height: 101%;
    color: #000000;
    max-width: 371px;
  }
  .t-banner__logo {
    width: 150px;
  }
  .t-title {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 101%;
    color: #f5f5f6;
  }
  .t-caption {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #f5f5f6;
  }
  .t-characteristic__item {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #8e8e93;
    margin-bottom: 8px;
  }
  .t-data__item {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 8px;
  }
  .t-characteristic__name {
    margin-bottom: 5px;
  }
  .t-characteristic__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #007aff;
  }
  .t-product__subtitle {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    display: flex;
    align-items: center;
    letter-spacing: 0.1px;
    color: #333333;
    margin-bottom: 10px;
  }
  .t-product__prices {
    max-width: 350px;
  }
  .t-product__price-block .t-price {
    margin-bottom: 5px;
  }
  .t-banner__image {
    width: auto;
  }
  .t-modal {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    max-width: 1180px;
    position: absolute;
    top: 10rem;
    left: 50%;
    transform: translate(-50%, 10rem);
    /* top: auto;
    left: 50%;
   transform: translate(-50%, -50%); */
  }
}
@media (min-width: 1280px) {
  :root {
    --grid-col-count: 24;
    --grid-col-gap: 20px;
    --grid-padding: 50px;
  }
  .t-service__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    max-width: 940px;
  }
  .t-category__img {
    width: 158px;
  }
  .bf_prod-icons img {
    width: 35px;
    z-index: 10;
  }
  .t-services__item {
    padding-bottom: 40px;
    row-gap: 0;
  }
  .t-container {
    max-width: 1228px;
    margin: 0 auto;
  }
  .t-about__title {
    display: none;
  }
  .t-category__title {
    font-weight: 700;
    /* font-size: 24px;
      line-height: 34px; */
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    max-width: 340px;
  }

  .t-category__wrap {
    column-gap: 100px;
  }
  .t-page__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    color: #333333;
    margin-bottom: 42px;
  }
  .t-product__prices {
    max-width: 300px;
  }

  .t-modal {
    padding: 24px 50px 60px 50px;
    border-radius: 16px;
  }
  /* .t-modal__list {
      padding-left: 20px!important;
    } */
  .t-modal__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #39393d;
  }
  .t-modal__subtitle {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #39393d;
    text-align: left;
    margin-bottom: 10px;
  }
  /* .t-grid {
      
      grid-template-rows: auto;
      column-gap: 40px;
     grid-template-areas: 
     'a a a a a a a a b b b b b b b b b b e e e e e e'
     'c c c c c c c c b b b b b b b b b b e e e e e e'
     'c c c c c c c c f f f f f f f f f f e e e e e e'
     'c c c c c c c c d d d d d d d d d d e e e e e e'
     'c c c c c c c c d d d d d d d d d d e e e e e e'
     'g g g g g g g g g g g g g g g g g g g g g g g g';
  } */
  .t-grid {
    grid-template-rows: auto;
    column-gap: 40px;
    grid-template-areas:
      "c c c c c c c c c b b b b b b b b b e e e e e e"
      "c c c c c c c c c f f f f f f f f f e e e e e e"
      "c c c c c c c c c f f f f f f f f f e e e e e e"
      "c c c c c c c c c d d d d d d d d d e e e e e e"
      "c c c c c c c c c d d d d d d d d d e e e e e e"
      "g g g g g g g g g g g g g g g g g g g g g g g g";
    /* grid-template-areas: 
   'c c c c c c c c c b b b b b b b b b e e e e e e'
   'c c c c c c c c c b b b b b b b b b e e e e e e'
   'c c c c c c c c c f f f f f f f f f e e e e e e'
   'c c c c c c c c c d d d d d d d d d e e e e e e'
   'c c c c c c c c c d d d d d d d d d e e e e e e'
   'g g g g g g g g g g g g g g g g g g g g g g g g'; */
  }
  .t-btn--close {
    margin-top: 96px;
  }
  .b_reviewTop,
  .t-product__bottom,
  .t-product__buttons {
    max-width: 470px;
  }
  .t-banner__wrap {
    padding: 60px 0 0 0;
  }
  .t-pers__wrap p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
  }
  .t-services__list {
    margin-bottom: 40px;
  }
  .t-text {
    margin-bottom: 80px;
  }
  .t-access .t-services__top {
    margin-bottom: 10px;
  }
  .t-product__price-block .t-price {
    margin-bottom: 5px;
  }
  .t-product__price-block {
    padding: 32px 36px;
    width: auto;
    max-width: none;
    box-sizing: border-box;
  }
  .t-accessories__left {
    margin-right: 5px;
  }
  .t-title {
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 101%;
    color: #f5f5f6;
    margin-bottom: 20px;
  }
  .t-product__services {
    max-width: 346px;
  }
  .t-caption {
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    color: #f5f5f6;
  }
  .t-subtitle {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #333333;
    max-width: 1000px;
    margin: 0 auto;
  }
  .t-product__left {
    width: 40%;
  }
  .t-product__right {
    width: 60%;
  }
  .t-product__subtitle {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    display: flex;
    align-items: center;
    letter-spacing: 0.1px;
    color: #333333;
  }

  .t-banner {
    max-width: 1228px;
    height: 420px;
    background-size: auto;
  }
  .t-banner__text {
    display: flex;
    flex-direction: column;
    padding: 0 50px;
  }
  .t-characteristic__item {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #8e8e93;
  }
  .t-data__item {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
  }
  .t-product__price-block .t-price__new {
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
  }
  .t-price__old {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: flex-end;
    text-decoration-line: line-through;
    color: #8e8e93;
  }
  .t-price__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #333333;
  }
  .t-characteristic__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #007aff;
  }
}
@media (min-width: 1600px) {
  .t-container {
    width: 100%;
    max-width: 1516px;
    margin: 0 auto;
  }
  .bf_prod-icon {
    display: block;
    width: 35px;
    position: absolute;
    bottom: -5%;
    right: 10%;
    z-index: 5;
  }
  .bf_prod-icons {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 20px;
    bottom: 0;
    row-gap: 5px;
  }
  .bf_prod-icon--left {
    right: auto;
    left: 10%;
    width: 35px;
  }
  .bf_prod-icon--top {
    bottom: auto;
    top: 0;
    right: 15%;
    width: 30px;
  }
  .bf_prod-icon--middle {
    bottom: auto;
    top: 30%;
    right: 15%;
    width: 30px;
  }
  .bf_prod-icon--middle-center {
    bottom: auto;
    top: 45%;
    right: 15%;
    width: 30px;
  }

  .bf_prod-icon--middle-bottom {
    bottom: auto;
    right: 15%;
    top: 55%;
    width: 30px;
  }
  .bf_prod-icon--left-top {
    bottom: auto;
    right: auto;
    top: 0;
    left: 10%;
    width: 30px;
  }
  .bf_prod-icon--bottom {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -5%;
    width: 30px;
  }
  .bf_prod-icon-bottom-left {
    top: auto;
    right: auto;
    left: 30%;
    bottom: -5%;
    width: 30px;
  }
  /* .t-video__wrap {
      padding: 0;
      max-width: 1516px;
      margin: 0 auto;
    } */
  .t-banner {
    max-width: 1516px;
    height: 500px;
    background-size: contain;
  }
  .t-product__prices {
    max-width: 364px;
  }
  .b_reviewTop,
  .t-product__bottom,
  .t-product__buttons {
    max-width: 560px;
  }
  .t-video {
    max-width: 1516px;
    margin: 0 auto;
  }
  .t-video__wrap {
    padding: 0;
    max-width: 1516px;
    margin: 0 auto;
  }
}
@media (min-width: 300px) and (max-width: 359px) {
  .t-banner {
    height: 470px;
  }
}
