.model-head {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 64px;
}
.model-head .page-head {
  margin-bottom: 20px;
}
.model-head__left {
  width: 50%;
  padding-right: 15px;
}
.model-head__right {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 50%;
  padding-left: 15px;
}
.model-head__images {
  position: relative;
  height: 100%;
  padding: 32px;
  background-color: #F0F6F8;
  border-radius: 20px;
  overflow: hidden;
}
.model-head__images-label {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 32px;
  right: 32px;
  z-index: 20;
}
.model-head__images-label img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
}
.model-head__info {
  font-size: 14px;
  line-height: 1.7142857143;
}
.model-head__info__bottom {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 64px;
}
.model-head__info__more {
  margin-top: 54px;
}
.model-head__info__more a {
  position: relative;
  display: inline-block;
  border-bottom: 0;
  padding-right: 42px;
}
.model-head__info__more a:before {
  position: absolute;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  top: 50%;
  right: 0;
  background-image: url("../../img/arrow-down.svg");
  content: "";
}
.model-head__desc h4 {
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1.5555555556;
}
.model-head__desc ul:not([class]) li:before {
  top: 4.5px;
}
.model-head__desc .text-big {
  margin-bottom: 32px;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.3636363636;
}
.model-head__desc .text-big:last-child {
  margin-bottom: 0;
}
.model-head__prod {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 12px;
  padding: 12px;
}
.model-head__prod-item {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 12px;
}
.model-head__prod-img {
  width: 100%;
  max-width: 62px;
}
.model-head__prod-img img {
  display: block;
  width: 100%;
}
.model-head__prod-title {
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
.model-head__prod-text {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.25;
}
.model-head__prod-ru {
  width: 206px;
  height: 60px;
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 206px;
  -ms-flex: 0 0 206px;
  flex: 0 0 206px;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid #E7E7E7;
  border-radius: 9px;
}
.model-head__btns {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-top: auto;
}

@media (max-width: 1019px) {
  .model-head {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .model-head__left {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
  .model-head__images {
    margin: 0 auto;
  }
  .model-head__right {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .model-head .breadcrumbs {
    margin-bottom: 12px;
  }
  .model-head .main-title {
    margin-bottom: 12px;
  }
  .model-head__left {
    margin-bottom: 16px;
  }
  .model-head__images {
    padding: 12px;
    border-radius: 10px;
  }
  .model-head__images-label {
    top: 12px;
    right: 12px;
  }
  .model-head__desc p {
    margin-bottom: 12px;
  }
  .model-head__prod {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .model-head__prod-ru {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.model-images-slider {
  position: relative;
  z-index: 0;
}
.model-images-slider__item {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 560px;
}
.model-images-slider__item img {
  max-width: 100%;
  max-height: 100%;
}
.model-images-slider .swiper-pagination {
  display: none;
}

.model-images-thumbs-wrap {
  position: relative;
  padding: 0 59px;
  margin-top: 20px;
}
.model-images-thumbs-wrap:before, .model-images-thumbs-wrap:after {
  position: absolute;
  top: 0;
  width: 59px;
  bottom: 0;
  content: '';
  z-index: 20;
}
.model-images-thumbs-wrap:before {
  left: 0;
}
.model-images-thumbs-wrap:after {
  right: 0;
}
.model-images-thumbs-wrap .swiper-container {
  overflow: visible;
}
.model-images-thumbs-wrap .swiper-button-prev {
  left: 0;
  z-index: 30;
}
.model-images-thumbs-wrap .swiper-button-next {
  right: 0;
  z-index: 30;
}
.model-images-thumbs-wrap .swiper-scrollbar.custom {
  display: none;
}

.model-images-thumbs {
  margin: 0 -10px;
}
.model-images-thumbs__item-wrap {
  padding: 0 10px;
  opacity: 0;
}
.model-images-thumbs__item-wrap.swiper-slide-visible {
  opacity: 1;
}
.model-images-thumbs__item-wrap.swiper-slide-visible.swiper-slide-thumb-active {
  opacity: 1;
}
.model-images-thumbs__item {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 2px solid #fff;
  max-width: 94px;
  margin: 0 auto;
  height: 70px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.swiper-slide-thumb-active .model-images-thumbs__item {
  border: 2px solid #006FFF;
  -moz-box-shadow: 0px 20px 45px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 20px 45px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 20px 45px rgba(0, 0, 0, 0.15);
}
.model-images-thumbs__item img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 767px) {
  .model-images-slider__item {
    height: 326px;
    width: 326px;
    margin: 0 auto;
    padding: 0;
  }

  .model-images-thumbs-wrap {
    margin-top: 12px;
    padding: 0;
  }
  .model-images-thumbs-wrap:before, .model-images-thumbs-wrap:after {
    display: none;
  }
  .model-images-thumbs-wrap .swiper-button-next.custom,
  .model-images-thumbs-wrap .swiper-button-prev.custom {
    display: none !important;
  }
  .model-images-thumbs-wrap .swiper-scrollbar.custom {
    display: block;
  }

  .model-images-thumbs__item {
    height: 54px;
  }
}
.model-slider {
  position: relative;
  margin-bottom: 24px;
  padding: 12px 64px;
  background: #F0F6F8;
  border-radius: 20px;
  overflow: hidden;
}
.model-slider .swiper-container {
  overflow: hidden;
}
.model-slider .swiper-scrollbar {
  display: none !important;
}
.model-slider__item-wrap {
  padding: 0 6px;
}
.model-slider__item-wrap.swiper-slide {
  width: auto;
}
.model-slider__item {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 294px;
  border: 1px solid #fff;
  padding: 7px 15px;
  background: #fff;
  border-radius: 15px;
  color: #0080DC;
  transition: border-color 0.2s ease-out;
}
.model-slider__item.is-active {
  border-color: #fff !important;
  color: #303030 !important;
}
.model-slider__item:hover {
  border-color: #006FFF;
}
.model-slider__title {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.5;
}
.model-slider__title-val {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5;
  max-height: 48px;
  text-overflow: ellipsis;
}
.model-slider__img {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 60px;
  height: 60px;
  margin-right: 8px;
  border-bottom: 0 !important;
}
.model-slider__img img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 1019px) {
  .model-slider {
    padding: 12px;
  }
  .model-slider .swiper-button-next.custom,
  .model-slider .swiper-button-prev.custom {
    display: none !important;
  }
  .model-slider .swiper-scrollbar {
    display: block;
    position: static;
    margin: 12px 6px 0;
  }
}
@media (max-width: 767px) {
  .model-slider {
    margin-bottom: 16px;
    padding: 12px;
    border-radius: 10px;
  }
  .model-slider__item {
    min-height: 56px;
    max-width: 222px;
  }
  .model-slider__img {
    display: none;
  }
  .model-slider__title {
    font-size: 16px;
    line-height: 1.25;
  }
  .model-slider__title-val {
    line-height: 1.25;
    max-height: 40px;
  }
}
.model-tabs__nav {
  padding: 6px;
  background: #F0F6F8;
  border-radius: 20px;
}
.model-tabs__nav .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.model-tabs__nav__item-wrap {
  width: auto !important;
  padding: 6px;
}
.model-tabs__nav__item a {
  display: block;
  padding: 7px 11px;
  border: 1px solid #E7E7E7;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #303030;
  background: #fff;
  border-radius: 10px;
  transition: border-color 0.2s ease-out, color 0.2s ease-out;
}
.model-tabs__nav__item a.is-active {
  color: #006FFF;
  border-color: #006FFF;
}
.model-tabs__nav__item a:hover {
  color: #5A3BFE;
  border-color: #5A3BFE;
}
.model-tabs__item {
  display: none;
}
.model-tabs__item-left {
  padding: 24px;
  font-size: 14px;
  line-height: 1.7142857143;
  background: #F0F6F8;
  border-radius: 20px;
}
.model-tabs__item.is-active {
  display: block;
}
.model-tabs__item img {
  border-radius: 20px;
}

@media (max-width: 767px) {
  .model-tabs__nav {
    padding: 4px;
    border-radius: 10px;
  }
  .model-tabs__nav__item-wrap {
    padding: 3px;
  }
  .model-tabs__nav__item a {
    padding: 4px 8px;
  }
  .model-tabs__item-left {
    padding: 12px;
    border-radius: 10px;
  }
  .model-tabs__item-left h3, .model-tabs__item-left .h3 {
    margin-bottom: 12px;
  }
  .model-tabs__item img {
    border-radius: 10px;
  }
  .model-tabs .model-content:first-child {
    margin-top: 16px;
  }
  .model-tabs .model-content__left {
    margin-bottom: 20px;
  }
}
.model-video {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.model-video__img {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 48.1043%;
  -ms-flex: 0 0 48.1043%;
  flex: 0 0 48.1043%;
  width: 48.1043%;
}
.model-video__content {
  padding-left: 64px;
  font-size: 18px;
  line-height: 28px;
}
.model-video__content h4, .model-video__content .h4 {
  position: relative;
  padding-top: 20px;
}
.model-video__content h4:before, .model-video__content .h4:before {
  position: absolute;
  width: 94px;
  border-bottom: 2px solid #0080DC;
  top: 0;
  left: 0;
  content: "";
}

table.infotable {
  border: 1px solid #D4DEE8;
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.7142857143;
}
table.infotable td, table.infotable th {
  padding: 9px 30px;
  vertical-align: top;
}
table.infotable th {
  width: 298px;
  font-weight: 500;
  color: #000;
  background-color: #F0F6F8;
  vertical-align: top;
}
table.infotable ul:not([class]) {
  margin-left: -6px;
}
table.infotable ul:not([class]) li:before {
  top: 5px;
}

.infotable-legend {
  margin-top: 16px;
  margin-bottom: 80px;
  color: #979797;
}
.infotable-legend p {
  margin-bottom: 12px;
}

.model-points {
  position: relative;
}
.model-points__point {
  position: absolute;
  width: 50px;
  height: 50px;
}
.model-points__point_1 {
  top: 38.33333%;
  left: 6.48438%;
}
.model-points__point_2 {
  top: 20.55556%;
  left: 33.82813%;
}
.model-points__point_3 {
  top: 46.25%;
  left: 75.78125%;
}
.model-points__point__button {
  width: 50px;
  height: 50px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: url("../../img/model-points.svg") center no-repeat;
  border-radius: 100%;
  cursor: pointer;
}
.model-points__point__content {
  display: none;
  position: absolute;
  width: 408px;
  bottom: 100%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  margin-bottom: 26px;
  padding: 21px 34px 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #303030;
  border-radius: 10px;
  background-color: #fff;
  -moz-box-shadow: 0px 15px 60px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 15px 60px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 15px 60px rgba(0, 0, 0, 0.15);
}
.model-points__point__content:before {
  position: absolute;
  width: 28px;
  height: 28px;
  margin-left: -14px;
  left: 50%;
  bottom: -14px;
  background-color: #fff;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  content: '';
}
.model-points__point__content__close {
  position: absolute;
  width: 29px;
  height: 29px;
  top: 5px;
  right: 4px;
  background-image: url("../../img/model-points-close.svg");
  cursor: pointer;
}
.model-points__point__content__title {
  font-weight: bold;
}
.model-points__point__content__title_center {
  text-align: center;
}
.model-points__point__content__img {
  margin-top: 20px;
}
.model-points__point__content__img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.model-points__point__content__desc {
  margin-top: 20px;
}
.model-points__point_left .model-points__point__content {
  margin-top: -25px;
  margin-left: 26px;
  bottom: auto;
  left: 50px;
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
}
.model-points__point_left .model-points__point__content:before {
  margin-top: -14px;
  margin-left: 0;
  top: 50%;
  left: -14px;
  bottom: auto;
}
.model-points__point_right .model-points__point__content {
  margin-top: -25px;
  margin-right: 26px;
  margin-left: 0;
  bottom: auto;
  left: auto;
  right: 50px;
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
}
.model-points__point_right .model-points__point__content:before {
  margin-top: -14px;
  margin-left: 0;
  top: 50%;
  right: -14px;
  left: auto;
  bottom: auto;
}
.model-points__point.is-active {
  z-index: 50;
}
.model-points__point.is-active .model-points__point__content {
  display: block;
}

@media (max-width: 1199px) {
  .model-title {
    margin-bottom: 16px;
    font-size: 38px;
    line-height: 42px;
  }
}
@media (max-width: 1019px) {
  .model-video {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .model-video__img {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 215px;
    -ms-flex: 0 0 215px;
    flex: 0 0 215px;
    height: auto;
  }
  .model-video__content {
    font-size: 14px;
    line-height: 22px;
  }

  table.infotable {
    font-size: 16px;
    line-height: 1.625;
  }
  table.infotable th {
    width: 230px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .infotable-legend {
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .model-video {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .model-video__img {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 24px;
  }
  .model-video__content {
    padding-left: 0;
  }

  table.infotable {
    border: 0;
    font-size: 14px;
  }
  table.infotable,
  table.infotable tbody,
  table.infotable thead,
  table.infotable tr,
  table.infotable td,
  table.infotable th {
    display: block;
    width: 100%;
  }
  table.infotable tr {
    margin-bottom: 8px;
  }
  table.infotable tr:last-child {
    margin-bottom: 0;
  }
  table.infotable th {
    padding: 12px 8px;
    line-height: 18px;
  }
  table.infotable td {
    padding: 8px;
    line-height: 24px;
  }
  table.infotable ul:not([class]) {
    margin-left: 0;
  }

  .infotable-legend {
    margin-top: 56px;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.25;
  }

  .model-points__point__content {
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 21px 15px 29px;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .model-points__point__content:before {
    display: none;
    content: normal;
  }
  .model-points__point.is-active .model-points__point__content {
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
