:root {
  --plyr-video-background: rgba(0, 0, 0, 60%);
  --plyr-range-track-height: 7px;
  --plyr-range-thumb-height: 17px;
  --plyr-range-thumb-shadow: none;
  --plyr-font-size-time: 16px;
}

/* stylelint-disable */ /* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */ /* stylelint-disable */
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/../fonts/HelveticaNeueCyr-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/../fonts/HelveticaNeueCyr-Roman.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/../fonts/HelveticaNeueCyr-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "AlumniSans";
  src: url("../fonts/../fonts/AlumniSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "AlumniSans";
  src: url("../fonts/../fonts/AlumniSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/../fonts/Oswald-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/../fonts/Oswald-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.page {
  height: 100%;
  font-family: "Helvetica", sans-serif;
  -webkit-text-size-adjust: 100%;
}
.page__body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-size: 16px;
  line-height: 1.1;
  color: #e0e4eb;
  background-color: #0c0c0c;
}
.page__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
  overflow: hidden;
}

img,
video {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
  color: inherit;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1270px;
}
.container--lg {
  max-width: 1430px;
}
.container--sm {
  max-width: 1250px;
}

.centered {
  text-align: center;
}

.disable-scroll {
  overflow: hidden;
}
.disable-scroll body {
  overflow: hidden;
}

.section-offset {
  padding: 140px 0;
}
.section-offset-sm {
  padding: 75px 0;
}

.simplebar-scrollbar::before {
  background-color: #fff;
}

.plyr--video .plyr__controls {
  left: 74px;
  right: 74px;
  bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 22.2275px;
  padding: 25px 40px;
  background: rgba(45, 45, 45, 0.65);
  -webkit-backdrop-filter: blur(6.94609px);
  backdrop-filter: blur(6.94609px);
}
.plyr--video .plyr__progress__buffer {
  border-radius: 16.67px;
  background-color: rgba(255, 255, 255, 0.5);
}
.plyr--video .plyr__progress__container {
  margin-left: 45px;
}
.plyr--video .plyr__controls .plyr__controls__item:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  color: rgba(45, 45, 45, 0.65);
  background-color: #fff;
}
.plyr--video .plyr__controls .plyr__controls__item:first-child svg {
  width: 14px;
  height: 14px;
}
.plyr--video input[type=range] {
  color: #fff;
}

.slider-pagination {
  display: none;
}

.section-title {
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 55px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #e0e4eb;
}
.section-title span {
  text-transform: none;
}

.section-subtitle {
  font-size: 20px;
  line-height: 1.4;
  color: #e0e4eb;
}

.block-title {
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  line-height: 1.4;
  text-transform: uppercase;
}

.color-accent {
  color: #d2232a;
}

.color-white {
  color: #fff;
}

.text-medium {
  font-weight: 500;
}

.uppercase {
  text-transform: uppercase;
}

.burger {
  position: relative;
  display: none;
  border: none;
  padding: 0;
  width: 22px;
  height: 22px;
  color: #fff;
  background-color: transparent;
  cursor: pointer;
}
.burger::before, .burger::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: currentcolor;
  -webkit-transition: top 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  transition: top 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, top 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, top 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
.burger::before {
  top: 0;
}
.burger::after {
  top: calc(100% - 3px);
}
.burger__line {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 3px;
  background-color: currentcolor;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.burger.is-active {
  z-index: 9;
}
.burger.is-active::before {
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.burger.is-active::after {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.burger.is-active .burger__line {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .burger {
    display: block;
  }
}

.modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(20, 17, 17, 0.99);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.modal__scroll-wrapper {
  width: 100%;
}
.modal__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  width: 100%;
  height: 100%;
  max-height: 93vh;
}
.modal__inner {
  position: relative;
  overflow: auto;
  margin: auto;
  border-radius: 12px;
  padding: 98px 77px 113px 73px;
  height: 100%;
  max-width: 1270px;
  max-height: 100%;
  background-color: #0c0c0c;
}
.modal__inner--second {
  padding: 100px 184px 115px;
}
.modal__inner--chars {
  padding: 100px 43px 72px 58px;
}
.modal__close {
  position: absolute;
  right: 62px;
  top: 62px;
  outline: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 40px;
  background: 0;
  cursor: pointer;
}
.modal__close svg {
  width: 23px;
  height: 23px;
}
.modal__close path {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
@media (any-hover: hover) {
  .modal__close:hover path {
    stroke: #d2232a;
  }
}
.modal[aria-hidden=true] {
  display: none;
}
.modal[aria-hidden=false] {
  display: block;
}
.modal.is-open {
  opacity: 1;
}

.modal-complect__inner.is-more .modal-complect__item:nth-child(20) ~ .modal-complect__item {
  display: block;
}
.modal-complect__btn {
  margin-top: 30px;
}
.modal-complect__title {
  margin-bottom: 92px;
}
.modal-complect__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal-complect__item {
  position: relative;
  width: 20%;
  -webkit-box-shadow: 0 0 0 1px #535353;
  box-shadow: 0 0 0 1px #535353;
  text-align: center;
  background-color: #141111;
}
.modal-complect__item:nth-child(20) ~ .modal-complect__item {
  display: none;
}
.modal-complect__item--second {
  width: 25%;
}
.modal-complect__item--second:nth-child(16) ~ .modal-complect__item {
  display: none;
}
.modal-complect__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 38px 23px 29px;
  height: 100%;
}
.modal-complect__item-inner--second {
  padding: 35px 19px 19px;
}
.modal-complect__count {
  position: absolute;
  right: 9px;
  top: 14px;
  font-size: 14px;
  color: #535353;
}
.modal-complect__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 24px;
  min-height: 108px;
}
.modal-complect__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 14px;
  line-height: 1.4;
  color: #e0e4eb;
}

.modal-chars__title {
  margin-bottom: 44px;
}
.modal-chars .modal__inner {
  padding: 100px 50px;
}

.modal-table {
  line-height: 1.2;
  width: 100%;
  margin: 0 auto;
}
.modal-table__td-1, .modal-table__td-2 {
  width: 258px;
  padding-right: 50px;
}
.modal-table__title {
  font-family: "AlumniSans", sans-serif;
  font-weight: 500;
  font-size: 40px;
}
.modal-table__title-mob {
  display: none;
}
.modal-table__subtitle {
  font-family: "AlumniSans", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
  color: #d2232a;
  padding-right: 50px;
}
.modal-table tr {
  border-top: 1px solid rgba(83, 83, 83, 0.3);
}
.modal-table tr.modal-table__spoiler {
  border: none;
  border-bottom: 4px solid #0a0a0a;
}
.modal-table tr.modal-table__spoiler td {
  vertical-align: middle;
}
.modal-table thead tr:first-child {
  border: none;
}
.modal-table thead tr:first-child td {
  padding-bottom: 22px;
}
.modal-table td,
.modal-table th {
  vertical-align: middle;
  height: 56px;
  text-align: center;
}
.modal-table td:first-child,
.modal-table th:first-child {
  padding-left: 32px;
  width: 56%;
  text-align: left;
}
.modal-table td.modal-table__item-top,
.modal-table th.modal-table__item-top {
  vertical-align: top;
}
.modal-table th:first-child {
  vertical-align: middle;
}
.modal-table__spoiler {
  background-color: rgba(255, 255, 255, 0.05);
  cursor: pointer;
}
.modal-table__spoiler + tr {
  border: none;
}
.modal-table__spoiler td {
  vertical-align: middle;
  padding: 17px 33px;
}
.modal-table__spoiler img {
  position: relative;
  top: 3px;
  margin-left: 10px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.modal-table__spoiler.is-active img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.modal-table__item-sm {
  font-size: 14px;
}

.modal-video .modal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: auto;
  padding: 30px 100px 0;
  min-height: 86vh;
  max-width: 1200px;
}
.modal-video .modal__content {
  margin: auto;
}

[data-tabs-trigger].is-active {
  background-color: #d2232a;
}

[data-tabs-content] {
  display: none;
}
[data-tabs-content].is-active {
  display: block;
}

.player-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #e0e4eb;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.player-icon path {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
@media (any-hover: hover) {
  .player-icon:hover {
    background-color: #d2232a;
  }
  .player-icon:hover path {
    fill: #fff;
  }
}

.player-icon-sm {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #e0e4eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.player-icon-sm path {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.player-icon-sm svg {
  width: 25px;
  height: 25px;
}
@media (any-hover: hover) {
  .player-icon-sm:hover {
    background-color: #d2232a;
  }
  .player-icon-sm:hover path {
    fill: #fff;
  }
}

.btn {
  display: inline-block;
  border: none;
  border-radius: 5px;
  padding: 16px 30px;
  min-width: 237px;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
  background-color: #d2232a;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  cursor: pointer;
}
.btn .btn__text {
  vertical-align: middle;
}
.btn .btn__img {
  vertical-align: middle;
  margin-left: 5px;
}
.btn:focus, .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #c8070f;
}
@media (any-hover: hover) {
  .btn:hover:hover {
    -webkit-box-shadow: 0 1px 25px rgba(210, 35, 42, 0.8);
    box-shadow: 0 1px 25px rgba(210, 35, 42, 0.8);
  }
}

.btn__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-link {
  border: none;
  padding: 0;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  cursor: pointer;
}
@media (any-hover: hover) {
  .btn-link:hover:hover {
    color: #d2232a;
  }
}

.btn-outline {
  border: 2px solid #e0e4eb;
  padding: 16px 20px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  background-color: #0c0c0c;
}
.btn-outline--accent {
  border-color: #d2232a;
  border-radius: 2px;
  color: #d2232a;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.socials li:not(:last-child) {
  margin-right: 10px;
}
.socials svg {
  width: 22px;
  height: auto;
}
.socials path {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #424348;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
@media (any-hover: hover) {
  .socials a:hover {
    background-color: #e0e4eb;
  }
  .socials a:hover path {
    stroke: #424348;
  }
}

.cards__list {
  counter-reset: cards;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0 50px;
}
.cards__item {
  counter-increment: cards;
  position: relative;
  padding: 100px 54px 53px;
  min-height: 292px;
  background: url("../img/card-panel.svg") top no-repeat;
}
.cards__item::before {
  content: "0" counter(cards) "/";
  position: absolute;
  left: 13px;
  top: -15px;
  font-family: "AlumniSans", sans-serif;
  font-weight: 500;
  font-size: 36px;
  text-transform: uppercase;
  color: #d2232a;
}
.cards__item::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 19px 19px 0;
  border-color: transparent #d2232a transparent transparent;
  content: "";
  position: absolute;
  right: 37px;
  top: 33px;
}
.cards__item ul {
  list-style-type: disc;
  margin-bottom: 40px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.4;
  color: #e0e4eb;
}
.cards__item ul > li:not(:last-child) {
  margin-bottom: 5px;
}
.cards__item--big {
  padding: 88px 63px 63px;
  min-height: 590px;
  background-image: url("../img/card-panel-big.svg");
}
.cards__item--big::after {
  right: 34px;
  top: 24px;
}
.cards__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cards__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 2px solid #535353;
}
.cards__info {
  margin-left: 27px;
  color: #e0e4eb;
}
.cards__info p {
  max-width: 207px;
  font-weight: 500;
  line-height: 1.4;
}
.cards__name {
  margin-bottom: 22px;
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  text-transform: uppercase;
}
.cards__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  padding: 15px;
  background-color: #fff;
}

.header {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header__phone-mob {
  display: none;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__bottom-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
}
.header__btn {
  display: inline-block;
  margin-left: 70px;
  padding: 24px 30px 24px 67px;
  width: 155px;
  color: #343535;
  background: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 2.41846L3 6.41846V20.4185C3 20.9489 3.21071 21.4576 3.58579 21.8327C3.96086 22.2077 4.46957 22.4185 5 22.4185H19C19.5304 22.4185 20.0391 22.2077 20.4142 21.8327C20.7893 21.4576 21 20.9489 21 20.4185V6.41846L18 2.41846H6Z' stroke='%23343535' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 6.41846H21' stroke='%23343535' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 10.4185C16 11.4793 15.5786 12.4967 14.8284 13.2469C14.0783 13.997 13.0609 14.4185 12 14.4185C10.9391 14.4185 9.92172 13.997 9.17157 13.2469C8.42143 12.4967 8 11.4793 8 10.4185' stroke='%23343535' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") left 29px center/24px no-repeat;
  background-color: #fff;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header__btn:hover {
  color: #d2232a;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 2.41846L3 6.41846V20.4185C3 20.9489 3.21071 21.4576 3.58579 21.8327C3.96086 22.2077 4.46957 22.4185 5 22.4185H19C19.5304 22.4185 20.0391 22.2077 20.4142 21.8327C20.7893 21.4576 21 20.9489 21 20.4185V6.41846L18 2.41846H6Z' stroke='%23D2232A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 6.41846H21' stroke='%23D2232A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 10.4185C16 11.4793 15.5786 12.4967 14.8284 13.2469C14.0783 13.997 13.0609 14.4185 12 14.4185C10.9391 14.4185 9.92172 13.997 9.17157 13.2469C8.42143 12.4967 8 11.4793 8 10.4185' stroke='%23D2232A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.header__top {
  background-color: #d2232a;
}
.header__top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__bottom {
  background-color: rgba(52, 53, 53, 0.3);
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
}
.header__bottom .nav__list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.header__bottom .nav__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 40px;
}
.header__bottom .nav__item:last-child {
  margin-right: 0;
}
.header__bottom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__col {
  width: 270px;
}
.header__phone {
  position: relative;
  margin-right: 71px;
  padding: 5px 0 5px 44px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.01em;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header__phone::before {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #d2232a;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: url("../img/phone-icon.svg") center/20px no-repeat;
  background-color: #d2232a;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (any-hover: hover) {
  .header__phone:hover {
    color: rgba(210, 35, 42, 0.8);
  }
}
.header.is-active .header__top {
  background-color: #0c0c0c;
}
.header.is-active .header__phone-mob {
  opacity: 0;
}

.nav {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 323px;
}
.nav__item {
  margin-right: 30px;
  color: #fff;
}
.nav__item > a {
  display: inline-block;
  padding: 24px 5px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
@media (any-hover: hover) {
  .nav__item > a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
}
.nav__item:last-child {
  margin-right: 0;
}
.nav__item--hover-bg > a {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
@media (any-hover: hover) {
  .nav__item--hover-bg > a:hover {
    color: #d2232a;
    background-color: #fff;
  }
}
.nav__item--hover-accent > a {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
@media (any-hover: hover) {
  .nav__item--hover-accent > a:hover {
    color: #d2232a;
  }
}
.nav__item--submenu {
  position: relative;
  margin-right: 0;
  min-width: 138px;
}
.nav__item--submenu > a > span {
  position: relative;
  padding-right: 20px;
  padding-left: 16px;
}
.nav__item--submenu > a > span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  width: 11px;
  height: 7px;
  background: url("../img/arrow-down-icon.svg") center no-repeat;
}
.nav__item--submenu > ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 3;
  display: none;
  border-radius: 2px;
  padding: 8px;
  width: 100%;
  color: #181818;
  background-color: #fff;
}
.nav__item--submenu > ul > li > a {
  position: relative;
  display: inline-block;
  padding: 8px 0 8px 20px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.nav__item--submenu > ul > li > a::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 11px;
  border-radius: 1px;
  width: 6px;
  height: 6px;
  background-color: #181818;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
@media (any-hover: hover) {
  .nav__item--submenu > ul > li > a:hover {
    color: #d2232a;
  }
  .nav__item--submenu > ul > li > a:hover::before {
    background-color: #d2232a;
  }
}
@media (any-hover: hover) {
  .nav__item--submenu:hover {
    background-color: rgba(0, 0, 0, 0.14);
  }
  .nav__item--submenu:hover > ul {
    display: block;
  }
}

.hero {
  position: relative;
  padding-top: 50px;
}
.hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
  width: 100%;
  height: 480px;
  background: url("../img/bg/bg1.png") center/cover no-repeat;
  background-size: cover;
}
.hero::after {
  content: "";
  position: absolute;
  width: 652px;
  height: 555px;
  left: 444px;
  top: -62px;
  z-index: -1;
  background: rgba(217, 217, 217, 0.1);
  -webkit-filter: blur(150px);
  filter: blur(150px);
}
.hero__circle {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 652px;
  height: 652px;
  background-color: rgba(139, 103, 103, 0.1);
  -webkit-filter: blur(90px);
  filter: blur(90px);
  left: 0;
  right: 0;
  top: -159px;
  z-index: -1;
  margin: 0 auto;
}
.hero__title {
  margin-bottom: 20px;
  color: #fff;
}
.hero__title span {
  font-size: 60px;
}
.hero__subtitle {
  font-size: 26px;
  color: #fff;
  margin-bottom: 47px;
}
.hero__img-mob {
  display: none;
}
.hero__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.hero__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 85px;
  padding: 0 180px;
}
.hero__item {
  position: relative;
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  color: #e0e4eb;
}
.hero__item::before {
  content: "";
  position: absolute;
  top: -76px;
  width: 113px;
  height: 94px;
  background: url("../img/hero-line.svg") center no-repeat;
}
.hero__item:first-child::before {
  left: -140px;
}
.hero__item:last-child::before {
  right: -160px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.hero-benefits__list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-grid-columns: 200px 200px 200px 200px;
  grid-template-columns: 200px 200px 200px 200px;
  gap: 30px 60px;
}
.hero-benefits__list::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  z-index: -1;
  margin: 0 auto;
  width: 800px;
  height: 1px;
  background-color: #424348;
}
.hero-benefits__item {
  text-align: center;
}
.hero-benefits__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #d2232a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 13px;
}
.hero-benefits__text {
  line-height: 1.4;
  color: #e0e4eb;
}

.video {
  position: relative;
  padding-right: 29px;
  padding-left: 29px;
}
.video::before {
  content: "";
  position: absolute;
  width: 581px;
  height: 581px;
  left: 1060px;
  top: 352px;
  z-index: -1;
  background: rgba(139, 103, 103, 0.25);
  -webkit-filter: blur(125px);
  filter: blur(125px);
}
.video__container {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 40px;
  padding: 15px;
  min-height: 570px;
}
.video__container::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 12, 12, 0);
}
.video__container--accent::before {
  background-color: rgba(210, 35, 42, 0.6);
}
.video__container--border {
  border: 8px solid #000;
}
.video__inner {
  z-index: 2;
  text-align: center;
}
.video__play {
  margin: 26px auto 0;
}
.video__title {
  margin: 0 auto 18px;
  max-width: 700px;
  color: #fff;
}
.video__subtitle {
  margin: 0 auto;
  max-width: 420px;
  color: #fff;
}

.cars {
  background: url("../img/complect-bg.png") no-repeat center/cover;
  background-image: -webkit-image-set(url("../img/complect-bg@1x.webp") 1x);
  background-image: image-set(url("../img/complect-bg@1x.webp") 1x);
}
.cars__subtitle {
  margin: 0 auto 50px;
  max-width: 542px;
}
.cars__list {
  counter-reset: complect;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 70px;
  margin-bottom: 50px;
  gap: 15px;
}
.cars__item {
  counter-increment: complect;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px 30px;
  max-width: 361px;
  -webkit-box-shadow: 0 0 0 1px #535353;
  box-shadow: 0 0 0 1px #535353;
  color: #e0e4eb;
  background: rgba(255, 255, 255, 0.03);
  border-bottom: 2px solid #d2232a;
  border-radius: 10px;
}
.cars__show-all {
  display: none;
}
.cars__show-all-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cars__desc {
  position: relative;
  font-size: 14px;
  line-height: 1.4;
}
.cars__desc:not(:last-child) {
  margin-bottom: 15px;
}
.cars__desc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #bcbcbc;
}
.cars .cars__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 280px;
  font-size: 16px;
  line-height: 1.4;
  padding-left: 21px;
}
.cars .cars__desc:not(:last-child) {
  margin-bottom: 15px;
}
.cars .cars__desc::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #bcbcbc;
  margin: 5px;
  margin-top: 8px;
}
.cars__name {
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  line-height: 1.3;
  text-transform: uppercase;
  padding-left: 5px;
}
@supports (-webkit-appearance: none) {
  .cars {
    background-image: url("../img/complect-bg.webp");
  }
}

.work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.work__box {
  position: relative;
}
.work__box::before {
  content: "";
  position: absolute;
  left: -400px;
  top: -140px;
  z-index: 1;
  width: 716px;
  height: 716px;
  border-radius: 50%;
  z-index: -1;
  background: rgba(139, 103, 103, 0.1);
  -webkit-filter: blur(125px);
  filter: blur(125px);
}
.work__title {
  width: 645px;
}
.work__subtitle {
  margin-bottom: 40px;
}
.work__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 40px;
  width: 619px;
}
.work__item {
  padding: 15px 30px;
  background-color: rgba(46, 46, 46, 0.3);
  border: 1px solid #424348;
  border-radius: 10px;
  width: 302px;
}
.work__value {
  margin-bottom: 5px;
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  line-height: 1.1;
  color: #d2232a;
}
.work__value--desc {
  font-family: "HelveticaNeueCyr-Roman", sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
.work__img > picture {
  position: absolute;
  width: 848px;
  height: 702px;
  top: -143px;
  right: -148px;
}
.work__img::before {
  content: "";
  position: absolute;
  right: 0;
  top: -27px;
  z-index: 1;
  width: 576px;
  height: 576px;
  background: rgba(139, 103, 103, 0.1);
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.remote {
  position: relative;
  background-color: rgba(139, 103, 103, 0.07);
}
.remote::after {
  content: "";
  position: absolute;
  width: 716px;
  height: 716px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 160px;
  z-index: -1;
  background: rgba(139, 103, 103, 0.1);
  -webkit-filter: blur(125px);
  filter: blur(125px);
}
.remote__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.remote__content {
  width: 100%;
}
.remote__title {
  margin-bottom: 50px;
  width: 599px;
}
.remote__subtitle {
  display: none;
}
.remote__img {
  position: relative;
}
.remote__img::after {
  content: "";
  position: absolute;
  width: 589px;
  height: 195px;
  left: -8px;
  top: 125px;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#0c0c0c), to(rgba(12, 12, 12, 0)));
  background: linear-gradient(180deg, #0c0c0c 0%, rgba(12, 12, 12, 0) 100%);
  border-radius: 9px;
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
  -ms-transform: matrix(1, 0, 0, -1, 0, 0);
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.remote__list {
  width: 569px;
  margin-top: 12px;
  margin-bottom: 64px;
}
.remote__item {
  background-color: #181414;
  border: 1px solid #535353;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 15px;
  border: 1px solid #424348;
  border-radius: 10px;
  padding: 26px 20px;
  line-height: 1.3;
  color: #e0e4eb;
}
.remote__item:not(:last-child) {
  margin-bottom: 14px;
}
.remote__value {
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  line-height: 1.1;
  color: #d2232a;
}
.remote__value--desc {
  font-family: "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}

.compare {
  position: relative;
}
.compare::before {
  content: "";
  position: absolute;
  width: 581px;
  height: 581px;
  left: -340px;
  top: -62px;
  z-index: -1;
  background: rgba(139, 103, 103, 0.1);
  -webkit-filter: blur(125px);
  filter: blur(125px);
}
.compare__subtitle {
  margin: 0 auto 70px;
}
.compare__desc-item {
  margin-bottom: 8px;
}
.compare__desc-item:last-child {
  margin-bottom: 0;
}
.compare__table {
  font-size: 16px;
  line-height: 1.4;
  color: #e0e4eb;
}
.compare__table table {
  border-style: hidden;
  border-radius: 10px;
  width: 87%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 0 1px rgba(83, 83, 83, 0.4);
  box-shadow: 0 0 0 1px rgba(83, 83, 83, 0.4);
}
.compare__table tr:first-child td:last-child {
  border-top-right-radius: 10px;
}
.compare__table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.compare__table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.compare__table td {
  vertical-align: middle;
  border: 1px solid rgba(83, 83, 83, 0.3);
  padding: 15px 38px;
  width: 33%;
  text-align: center;
}
.compare__table td:first-child {
  text-align: left;
}
.compare__table td:last-child {
  color: #0c0c0c;
  background-color: #fff;
}
.compare .compare__time {
  vertical-align: middle;
}
.compare__time-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.compare__time-mob {
  display: none;
}
.compare__time-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.compare__time-item:first-child {
  margin-right: 18px;
  padding-left: 22px;
}
.compare__time-item:last-child {
  margin-left: 30px;
}
.compare .compare__table-bottom .compare__table-title {
  text-transform: uppercase;
}
.compare .compare__table-bottom td {
  border: none;
  border-top: 2px solid #d2232a;
  background-color: #d2232a;
}
.compare .compare__table-empty {
  border: none;
}
.compare .compare__table-sm {
  font-size: 14px;
}
.compare .compare__table-title {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  line-height: 1.1;
}
.compare .compare__table-title.color-accent {
  color: #d2232a;
}
.compare .compare__table-title.color-white {
  color: #fff;
}

.complect__subtitle {
  margin: 0 auto 70px;
  max-width: 542px;
}
.complect__list {
  counter-reset: complect;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 87%;
  margin-bottom: 40px;
}
.complect__item {
  counter-increment: complect;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 35px 24px;
  width: 33.3333333333%;
  -webkit-box-shadow: 0 0 0 1px #535353;
  box-shadow: 0 0 0 1px #535353;
  color: #e0e4eb;
}
.complect__item::before {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #d2232a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  content: "0" counter(complect);
  position: absolute;
  right: 24px;
  top: 24px;
  font-family: "AlumniSans", sans-serif;
  font-weight: 500;
}
.complect__item p {
  font-size: 14px;
  line-height: 1.4;
}
.complect__item p:not(:last-child) {
  margin-bottom: 15px;
}
.complect__item p span {
  font-weight: 550;
  color: #d2232a;
}
.complect__item:first-child {
  border-radius: 20px 0 0;
  width: 48%;
}
.complect__item:last-child {
  border-radius: 0 0 20px;
}
.complect__item:nth-child(3) {
  border-radius: 0 0 0 20px;
}
.complect__item:nth-child(2) {
  padding-right: 72px;
  border-radius: 0 20px 0 0;
}
.complect__name {
  margin-bottom: 16px;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

.reviews {
 
  background: url("../img/reviews-background.png") no-repeat center/cover;
  position: relative;
  overflow: hidden;
  padding-bottom: 140px;
}
.reviews::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 700px;
  height: 700px;
  background-color: rgba(139, 103, 103, 0.1);
  -webkit-filter: blur(90px);
  filter: blur(90px);
  right: -350px;
  top: -74px;
  background-color: rgba(139, 103, 103, 0.1);
  -webkit-filter: blur(125px);
  filter: blur(125px);
}
.reviews::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 800px;
  height: 800px;
  background-color: rgba(139, 103, 103, 0.1);
  -webkit-filter: blur(90px);
  filter: blur(90px);
  -webkit-filter: blur(125px);
  filter: blur(125px);
  left: -350px;
  bottom: -74px;
}
.reviews__inner {
  margin: 0 auto;
}
.reviews__title {
  margin-bottom: 50px;
}
.reviews__subtitle {
  margin: 0 auto 50px;
  max-width: 500px;
}
.reviews ul {
  margin-bottom: 36px;
}
.reviews__item {
  max-width: 362px;
  min-height: 340px;
  border-radius: 10px;
  color: #e0e4eb;
  background-color: #1d1d1d;
}
.reviews__item p {
  font-size: 14px;
  line-height: 1.4;
  margin-left: 24px;
  margin-right: 20px;
}
.reviews__img {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}
.reviews__img picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reviews__img img {
  border-radius: 10px;
}
.reviews__name {
  margin-bottom: 13px;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  line-height: 1.3;
 
  margin-left: 24px;
  margin-right: 14px;
}
.reviews__play {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 42%;
  left: 42%;
}

.swiper-nav-next {
  top: 47%;
}
.swiper-nav-next::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  right: 18px;
  background: url("../img/swiper-next.png") center/cover no-repeat;
  background-size: contain;
}

.swiper-nav-prev {
  top: 47%;
}
.swiper-nav-prev::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  left: 18px;
  background: url("../img/swiper-next.png") center/cover no-repeat;
  background-size: contain;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  display: none;
}

.swiper-pagination-mb {
  margin-bottom: -10px;
}

.swiper-slide {
  padding-bottom: 26px;
}

.swiper-pagination-bullet {
  background: #e0e4eb;
  opacity: 0.9;
}

.swiper-pagination-bullet-active {
  background: red;
}

.settings {
  background: url("../img/content/settings-1x.png") no-repeat center/cover;
}
.settings__subtitle {
  margin-bottom: 70px;
}
.settings__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  width: 87%;
  margin: 0 auto;
}
.settings__item {
  position: relative;
  padding: 20px;
  -webkit-box-shadow: 0 0 0 0.5px #535353;
  box-shadow: 0 0 0 0.5px #535353;
}
.settings__item::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 16px 0;
  border-color: transparent #d2232a transparent transparent;
  content: "";
  position: absolute;
  right: 18px;
  top: 18px;
}
.settings__item:first-child {
  border-radius: 10px 0 0 10px;
}
.settings__item:last-child {
  border-radius: 0 10px 10px 0;
}
.settings__icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 28px;
  border: 1px solid #535353;
}
.settings__item-text {
  line-height: 1.4;
}
.settings__text-break {
  display: block;
}

.maxiscope {
  position: relative;
  padding-top: 0;
}
.maxiscope::before {
  content: "";
  position: absolute;
  width: 424px;
  height: 424px;
  left: -32px;
  top: -39px;
  z-index: -1;
  background: rgba(139, 103, 103, 0.1);
  -webkit-filter: blur(91.222px);
  filter: blur(91.222px);
}
.maxiscope::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 700px;
  height: 700px;
  top: 26px;
  z-index: -1;
  background: rgba(139, 103, 103, 0.1);
  -webkit-filter: blur(91.222px);
  filter: blur(91.222px);
}
.maxiscope__title {
  margin: 0 auto 70px;
}
.maxiscope__content {
  display: -ms-grid;
  display: grid;
  width: 1078px;
  margin: 0 auto 40px;
  -ms-grid-columns: 235px auto 235px;
  grid-template-columns: 235px auto 235px;
  border: 1px solid #535353;
  border-radius: 10px;
  background-color: rgba(12, 12, 12, 0.5);
}
.maxiscope__col {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.maxiscope__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.maxiscope__item p {
  color: #e0e4eb;
}
.maxiscope__item:first-child {
  border-bottom: 1px solid #535353;
}
.maxiscope__value {
  margin-bottom: 10px;
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  line-height: 1.1;
  color: #d2232a;
}
.maxiscope__value--desc {
  font-family: "HelveticaNeueCyr-Roman", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}
.maxiscope__img {
  margin-top: -1px;
  margin-bottom: -1px;
}
.maxiscope__img img {
  height: calc(100% + 2px);
}
.maxiscope__img picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.report {
  position: relative;
}
.report::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 574px;
  height: 574px;
  background-color: rgba(139, 103, 103, 0.1);
  -webkit-filter: blur(90px);
  filter: blur(90px);
  left: -150px;
  top: 0;
}
.report__subtitle {
  margin-bottom: 70px;
}
.report__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.23fr 1fr;
  grid-template-columns: 1.23fr 1fr;
  gap: 0 80px;
  margin: 0 auto;
}
.report__img {
  margin: 5px 0;
}
.report__img picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.report__img img {
  border-radius: 10px;
}
.report__content-title {
  margin-bottom: 20px;
}
.report__list {
  margin-bottom: 45px;
}
.report__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.report__item:not(:last-child) {
  margin-bottom: 8px;
}
.report__item p {
  line-height: 1.4;
}
.report__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 13px;
  border: 1px solid #535353;
}
.report__codes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  margin-top: 24px;
}
.report__qr-link {
  display: none;
}
.report__qr {
  width: 200px;
}
.report__qr p {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}
.report__qr:last-child {
  margin-left: 22px;
}
.report__text-break {
  display: block;
}
.report__qr-box {
  padding: 14px 15px;
  border: 1px solid #535353;
  margin-bottom: 15px;
  background-color: white;
}
.report__qr-img {
  display: block;
  margin: 0 auto;
  width: 157px;
  height: 156px;
}

.comfort {
  position: relative;
  background-color: #141111;
}
.comfort::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 368px;
  height: 368px;
  background-color: rgba(139, 103, 103, 0.1);
  -webkit-filter: blur(50px);
  filter: blur(50px);
  right: -120px;
  top: 197px;
  z-index: -1;
}
.comfort__subtitle {
  margin-bottom: 50px;
}
.comfort__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 0 28px;
}
.comfort__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.comfort__item::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #d2232a transparent transparent;
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
}
.comfort__name {
  border: 1px solid #535353;
  border-bottom: none;
  padding: 18px;
  line-height: 1.4;
  text-align: center;
  color: #e0e4eb;
}
.comfort__img {
  margin-top: auto;
}
.comfort__img picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comfort__img img {
  width: 100%;
}

.tests {
  background: #141111;
}
.tests__subtitle {
  margin-bottom: 50px;
}
.tests__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 33px;
}
.tests__play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.tests__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #e0e4eb;
}
.tests__item p {
  margin-bottom: 33px;
  font-size: 14px;
  line-height: 1.4;
}
.tests__name {
  margin-bottom: 16px;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  text-transform: uppercase;
}
.tests__preview {
  position: relative;
  margin-bottom: auto;
  cursor: pointer;
}
.tests__preview::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 13px;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 12, 12, 0.55);
}
.tests__preview img {
  border-radius: 13px;
}

.chars {
  position: relative;
  overflow: hidden;
  background-color: #141111;
}
.chars__btn-mob {
  display: none;
}
.chars::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 581px;
  height: 581px;
  background-color: rgba(139, 103, 103, 0.25);
  -webkit-filter: blur(250px);
  filter: blur(250px);
  right: -157px;
  top: -291px;
}
.chars__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.chars__title {
  margin: 0 auto 22px;
}
.chars__subtitle {
  margin-bottom: 78px;
}
.chars__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}
.chars__item {
  border: 1px solid #535353;
  border-radius: 10px;
  padding: 25px 17px 30px;
  width: 339px;
}
.chars__img {
  margin-bottom: 18px;
  padding: 16px 35px;
  border-radius: 4px;
  background: #e0e4eb;
}
.chars__img > img {
  border-radius: 4px;
}
.chars__img--second {
  padding: 20px 35px 19px;
}
.chars__name {
  margin-bottom: 19px;
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  line-height: 1.1;
  color: #d2232a;
}
.chars__buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
}
.chars__btn {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
}
.chars__btn svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 8px;
  fill: transparent;
}
.chars__btn svg circle {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
@media (any-hover: hover) {
  .chars__btn:hover svg circle {
    fill: #d2232a;
    stroke: transparent;
  }
}

.study {
  position: relative;
}
.study::before {
  content: "";
  position: absolute;
  width: 797px;
  height: 797px;
  left: -290px;
  top: 192px;
  z-index: -1;
  background: rgba(139, 103, 103, 0.1);
  -webkit-filter: blur(125px);
  filter: blur(125px);
}
.study::after {
  content: "";
  position: absolute;
  width: 797px;
  height: 797px;
  left: 973px;
  top: 280px;
  z-index: -1;
  background: rgba(139, 103, 103, 0.1);
  -webkit-filter: blur(125px);
  filter: blur(125px);
}
.study__subtitle {
  margin-bottom: 70px;
}
.study__content {
  position: relative;
  margin: 0 auto;
  max-width: 1077px;
}
.study__items {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  background-color: rgba(8, 8, 8, 0.9);
}
.study__img {
  height: 597px;
  background-color: inherit;
  border-radius: 10px;
  overflow: hidden;
}
.study__img picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.study__img picture > img {
  border-radius: 10px;
}
.study__item {
  position: relative;
  border: 1px solid #424348;
  padding: 24px;
}
.study__item::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 24px 24px 0;
  border-color: transparent #d2232a transparent transparent;
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
}
.study__item p {
  max-width: 240px;
  font-size: 14px;
  line-height: 1.4;
}
.study__item:nth-child(2) {
  border-right: none;
  border-left: none;
}
.study__item:first-child {
  border-radius: 0 0 0 10px;
}
.study__item:last-child {
  border-radius: 0 0 10px 0;
}
.study__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.study__num {
  margin-top: -8px;
  margin-right: 12px;
  font-family: "AlumniSans", sans-serif;
  font-weight: 500;
  font-size: 75px;
  line-height: 1;
  color: #d2232a;
}
.study__name {
  margin-bottom: 12px;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  text-transform: uppercase;
}
.study__name-break {
  display: block;
}

.garanty {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.garanty__inner {
  margin: 0 auto;
}
.garanty__title {
  margin-bottom: 22px;
}
.garanty__subtitle {
  margin: 0 auto 70px;
  max-width: 500px;
}
.garanty__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 0 28px;
}
.garanty__item {
  border: 1px solid #535353;
  border-radius: 10px;
  padding: 27px;
  text-align: center;
  color: #e0e4eb;
}
.garanty__item p {
  font-size: 14px;
  line-height: 1.4;
  max-width: 246px;
  margin: 0 auto;
}
.garanty__img {
  margin-bottom: 20px;
}
.garanty__img picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.garanty__img img {
  border-radius: 10px;
  max-height: 164px;
}
.garanty__name {
  margin-bottom: 13px;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  text-transform: uppercase;
}

.trust {
  position: relative;
  padding-bottom: 0;
}
.trust::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 581px;
  height: 581px;
  background-color: rgba(139, 103, 103, 0.4);
  -webkit-filter: blur(200px);
  filter: blur(200px);
  left: -191px;
  bottom: 0px;
  z-index: -1;
}
.trust__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.19fr;
  grid-template-columns: 1fr 1.19fr;
  gap: 0 38px;
}
.trust__items {
  counter-reset: trust;
  padding-top: 15px;
}
.trust__item {
  counter-increment: trust;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #535353;
  border-radius: 10px;
}
.trust__item:not(:last-child) {
  margin-bottom: 22px;
}
.trust__item p {
  margin-top: 10px;
  max-width: 220px;
  font-size: 14px;
  line-height: 1.4;
}
.trust__title-break {
  display: block;
}
.trust__item-info {
  padding: 33px;
}
.trust__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-right: 1px solid #535353;
  width: 190px;
}
.trust__name {
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #e0e4eb;
}
.trust__name span {
  text-transform: none;
}
.trust__name::before {
  content: "0" counter(trust) "/ ";
  display: block;
  margin-right: 4px;
  color: #d2232a;
}

.partners {
  padding-top: 0;
}
.partners__title {
  margin-bottom: 22px;
}
.partners__subtitle {
  margin-bottom: 70px;
}
.partners__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 292px auto;
  grid-template-columns: 292px auto;
  gap: 0 24px;
}
.partners__tabs-item.is-more .partners__item:nth-child(6) ~ .partners__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.partners__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 30px;
  gap: 24px;
}
.partners__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #535353;
  border-radius: 10px;
  padding: 32px 49px 37px;
}
.partners__item:nth-child(6) ~ .partners__item {
  display: none;
}
.partners__name {
  margin-bottom: 35px;
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #e0e4eb;
}
.partners__contacts {
  margin-bottom: 29px;
}
.partners__contacts-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #535353;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
}
.partners__contacts li {
  line-height: 1.4;
  color: #e0e4eb;
}
.partners__contacts li:not(:last-child) {
  margin-bottom: 8px;
}
.partners__contacts li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.partners__contacts a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.partners__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
  font-size: 14px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.partners__btn::after {
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 8px;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='11.25' fill='%23D2232A' stroke='%23D2232A' stroke-width='1.5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.20007 11.9994C7.20007 11.668 7.4687 11.3994 7.80007 11.3994H16.2001C16.5314 11.3994 16.8001 11.668 16.8001 11.9994C16.8001 12.3308 16.5314 12.5994 16.2001 12.5994H7.80007C7.4687 12.5994 7.20007 12.3308 7.20007 11.9994Z' fill='%23E0E4EB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5758 7.37593C11.8101 7.14162 12.19 7.14162 12.4243 7.37593L16.6243 11.5759C16.8586 11.8102 16.8586 12.1901 16.6243 12.4245L12.4243 16.6245C12.19 16.8588 11.8101 16.8588 11.5758 16.6245C11.3414 16.3901 11.3414 16.0102 11.5758 15.7759L15.3515 12.0002L11.5758 8.22446C11.3414 7.99014 11.3414 7.61025 11.5758 7.37593Z' fill='%23E0E4EB'/%3E%3C/svg%3E%0A") center no-repeat;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
@media (any-hover: hover) {
  .partners__btn:hover {
    color: #d2232a;
  }
  .partners__btn:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='11.25' fill='%23FFFFFF' stroke='%23ffffff' stroke-width='1.5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.20007 11.9994C7.20007 11.668 7.4687 11.3994 7.80007 11.3994H16.2001C16.5314 11.3994 16.8001 11.668 16.8001 11.9994C16.8001 12.3308 16.5314 12.5994 16.2001 12.5994H7.80007C7.4687 12.5994 7.20007 12.3308 7.20007 11.9994Z' fill='%23D2232A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5758 7.37593C11.8101 7.14162 12.19 7.14162 12.4243 7.37593L16.6243 11.5759C16.8586 11.8102 16.8586 12.1901 16.6243 12.4245L12.4243 16.6245C12.19 16.8588 11.8101 16.8588 11.5758 16.6245C11.3414 16.3901 11.3414 16.0102 11.5758 15.7759L15.3515 12.0002L11.5758 8.22446C11.3414 7.99014 11.3414 7.61025 11.5758 7.37593Z' fill='%23D2232A'/%3E%3C/svg%3E%0A");
  }
}
.partners .btn-link {
  font-family: "AlumniSans", sans-serif;
  font-weight: 500;
}

.search {
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 10px;
  padding: 24px 18px;
  background: rgba(139, 103, 103, 0.1);
}
.search__group {
  position: relative;
}
.search__group:not(:last-child) {
  margin-bottom: 20px;
}
.search__group.is-active .search__list {
  display: block;
}
.search__group.is-active .search__input {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.search__group.is-active .search__btn {
  display: block;
}
.search__item {
  position: relative;
}
.search__btn {
  position: absolute;
  right: 14px;
  top: 50%;
  display: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search__caption {
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.5);
}
.search__input {
  display: block;
  outline: none;
  border: 1px solid rgba(91, 92, 92, 0.5);
  border-radius: 4px;
  padding: 12px 40px 12px 20px;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  background-color: #0c0c0c;
}
.search__list {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 3;
  display: none;
  overflow: auto;
  border-bottom: 1px solid rgba(91, 92, 92, 0.5);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 100%;
  height: 162px;
  background-color: rgb(8, 8, 8);
  /* width */
  /* Track */
  /* Handle */
}
.search__list::-webkit-scrollbar {
  width: 8px;
}
.search__list::-webkit-scrollbar-track {
  background: #313131;
}
.search__list::-webkit-scrollbar-thumb {
  background: #535353;
}
.search__list li {
  border-right: 1px solid rgba(91, 92, 92, 0.5);
  border-left: 1px solid rgba(91, 92, 92, 0.5);
  padding: 15px 23px;
  font-size: 14px;
  line-height: 1.4;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  cursor: pointer;
}
.search__list li:hover {
  background-color: #d2232a;
}

.footer {
  padding-top: 60px;
  background-color: #000;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 362px;
  margin-bottom: 40px;
}
.footer__logo {
  margin-bottom: 24px;
}
.footer__logo--mob {
  display: none;
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 112px;
}
.footer__address {
  font-size: 14px;
  line-height: 1.4;
  color: #535353;
  width: 200px;
}
.footer__list {
  line-height: 1.4;
  color: #f4f4f4;
}
.footer__list li:not(:last-child) {
  margin-bottom: 16px;
}
.footer__list li a {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
@media (any-hover: hover) {
  .footer__list li a:hover {
    color: #d2232a;
  }
}
.footer__socials {
  justify-self: flex-end;
  -ms-grid-column-span: 5;
  grid-column: span 5;
}
.footer__bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto auto;
  grid-template-columns: 1fr auto auto;
  border-top: 1px solid #8b8b8b;
  padding: 25px 0 20px;
  font-size: 12px;
  line-height: 1.4;
  color: #535353;
  gap: 0 33px;
}
.footer__bottom a {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
@media (any-hover: hover) {
  .footer__bottom a:hover {
    color: #e0e4eb;
  }
}



@media (min-width: 1025px) {
  .menu {
    display: none;
  }
}

@media (max-width: 1360px) {
  .nav__list {
    margin-left: 156px;
  }
}

@media (max-width: 1280px) {
  .header__bottom .header__col {
    display: none;
  }
  .header__col {
    width: auto;
  }
  .header__logo {
    margin-right: 30px;
  }
  .header__logo img {
    width: 160px;
  }
  .header__btn {
    margin-left: 30px;
  }
  .nav__item {
    margin-right: 20px;
  }
  .hero__img {
    top: -30px;
    margin-bottom: 0px;
  }
  .hero__img img {
    width: 980px;
  }
  .cards__item {
    padding: 77px 43px 40px;
    min-height: 296px;
    background-position: top 2px center;
    background-size: 95%;
  }
  .cards__item--big {
    padding: 129px 43px 40px;
    min-height: auto;
  }
  .cards__name {
    margin-bottom: 12px;
    font-size: 24px;
  }
  .cards__icon {
    width: 40px;
    height: 40px;
  }
  .cards__icon img {
    width: 20px;
  }
  .trust__img {
    padding: 25px 0;
    width: 170px;
  }
  .trust__item-info {
    padding: 26px 20px;
  }
  .trust__name {
    font-size: 20px;
  }
  .partners__content {
    -ms-grid-columns: 200px auto;
    grid-template-columns: 200px auto;
  }
  .partners__tabs a {
    padding: 12px 30px;
  }
  .partners__item {
    padding: 25px 20px;
  }
  .partners__name {
    font-size: 24px;
  }
  .work__img > picture {
    width: 684px;
    height: 567px;
    top: -17px;
    right: -100px;
  }
  .remote__list {
    width: 100%;
  }
  .chars__btn-lap {
    display: none;
  }
  .chars__btn-mob {
    display: block;
  }
  .chars__inner, .chars__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .chars__title-box {
    text-align: center;
  }
  .chars__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    gap: 20px;
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .chars__item {
    max-width: 343px;
  }
  .chars__btn-box--mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .reviews__shadow::after {
    width: 337px;
    height: 805px;
    right: -196px;
    top: -134px;
  }

  .swiper-slide {
    width: 340px;
  }
}
@media (max-width: 1024px) {
  .section-offset {
    padding: 60px 0;
  }
  .section-title {
    margin-bottom: 14px;
    font-size: 26px;
    line-height: 1.2;
  }
  .block-title {
    font-size: 19px;
  }
  .section-subtitle {
    font-size: 16px;
  }
  .header__bottom {
    overflow: auto;
    background-color: transparent;
  }
  .header__phone-mob {
    position: relative;
    display: block;
    margin-right: 17px;
    margin-left: auto;
    padding-left: 28px;
    font-size: 14px;
    letter-spacing: 0.01em;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .header__phone-mob::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 22px;
    height: 22px;
    background: url("../img/phone-circle-icon.svg") center no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header__top {
    padding: 11px 0;
  }
  .header__top-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header__top .nav {
    display: none;
  }
  .header__logo {
    position: relative;
    z-index: 8;
  }
  .header__btn, .header__phone, .header__link {
    display: none;
  }
  .header__bottom .nav__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav__list {
    margin-left: 0px;
  }
  .menu {
    position: fixed;
    left: 0;
    right: 0;
    top: var(--header-height);
    bottom: 0;
    z-index: 7;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: auto;
    padding: 24px 15px 77px;
    background-color: #0c0c0c;
    opacity: 0;
    -webkit-transition: 0.35s ease;
    transition: 0.35s ease;
  }
  .menu__buttons {
    display: -ms-grid;
    display: grid;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 9px;
  }
  .menu .nav {
    margin: 24px 0 42px;
    width: 100%;
  }
  .menu .nav__list {
    display: block;
  }
  .menu .nav__item {
    margin: 0;
  }
  .menu .nav__item > a {
    position: relative;
    font-size: 20px;
  }
  .menu .nav__item > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    border-radius: 2px;
    width: 12px;
    height: 12px;
    background-color: #e0e4eb;
  }
  .menu .nav__item a {
    display: block;
    padding: 16px 0 16px 31px;
  }
  .menu .nav__item--submenu > a {
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .menu .nav__item--submenu > a::before {
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .menu .nav__item--submenu > a > span {
    padding-right: 35px;
    padding-left: 0;
  }
  .menu .nav__item--submenu > a > span::after {
    top: 6px;
    width: 14px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1.93299L7.11597 7.81705L1.23191 1.93299' stroke='%23fff' stroke-width='2.79318'/%3E%3C/svg%3E%0A");
  }
  .menu .nav__item--submenu > ul {
    position: static;
    color: #fff;
    background-color: transparent;
  }
  .menu .nav__item--submenu > ul > li > a {
    font-size: 16px;
  }
  .menu .nav__item--submenu > ul > li > a::before {
    display: none;
  }
  .menu .nav__item--submenu.is-active > a {
    color: #d2232a;
  }
  .menu .nav__item--submenu.is-active > a::before {
    background-color: #d2232a;
  }
  .menu .nav__item--submenu.is-active > a > span::after {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1.93299L7.11597 7.81705L1.23191 1.93299' stroke='%23D2232A' stroke-width='2.79318'/%3E%3C/svg%3E%0A");
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .menu .nav__item--submenu.is-active ul {
    display: block;
  }
  .menu__phone {
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    color: #f4f4f4;
  }
  .menu__email {
    margin-bottom: 18px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #f4f4f4;
  }
  .menu.is-active {
    opacity: 1;
  }
  .overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: var(--header-height);
    bottom: 0;
    z-index: 5;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
  .overlay.is-active {
    opacity: 1;
  }
  .hero {
    padding-top: 25px;
    padding-bottom: 80px;
  }
  .hero::after {
    display: none;
  }
  .hero__title {
    font-size: 36px;
    line-height: 1.2;
  }
  .hero__title span {
    font-size: 36px;
  }
  .hero__subtitle {
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    line-height: 1.3;
  }
  .hero__items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 30px 0 50px;
  }
  .hero__img {
    top: 0;
    margin-bottom: 20px;
  }
  .hero__item {
    font-size: 20px;
  }
  .hero__item::before {
    top: -50px;
    width: 18px;
    height: 64px;
    background-image: url("../img/hero-line-mob.svg");
  }
  .hero__item:first-child::before {
    left: -25px;
  }
  .hero__item:last-child::before {
    right: -25px;
  }
  .hero-benefits__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-grid-columns: 188px 129px 151px 158px;
    grid-template-columns: 188px 129px 151px 158px;
    gap: 30px;
  }
  .hero-benefits__list::before {
    width: calc(100% - 200px);
  }
  .hero-benefits__text {
    font-size: 14px;
  }
  .maxiscope__content {
    width: auto;
  }
  .work__img::before {
    display: none;
  }
  .work__btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .work__img > picture {
    width: 535px;
    height: 567px;
    top: -89px;
    right: -70px;
  }
  .work__subtitle {
    margin-bottom: 308px;
  }
  .work__list {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .work__item {
    width: auto;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    padding: 10px;
  }
  .remote__list {
    width: auto;
    margin-top: 0;
    margin-bottom: 24px;
  }
  .complect__list {
    width: auto;
  }
  .report::before {
    display: none;
  }
  .report__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 60px;
    width: auto;
  }
  .report__img {
    margin: 0 auto 30px;
    max-width: 600px;
  }
  .report__content-title {
    text-align: center;
  }
  .report__list {
    margin-bottom: 30px;
  }
  .report__subtitle {
    margin-bottom: 30px;
  }
  .report__codes {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .report__text-br {
    display: block;
  }
  .report__text-break {
    display: inline;
  }
  .report__qr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #343535;
    border-radius: 10px;
    padding: 18px 14px;
    width: 160px;
    text-align: center;
  }
  .report__qr p {
    margin-bottom: 16px;
    font-size: 14px;
  }
  .report__qr:last-child {
    margin-left: 0;
  }
  .report__qr-img {
    display: none;
  }
  .report__qr-box {
    display: none;
  }
  .report__qr-link {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #d2232a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: inline-block;
    margin-top: auto;
    background: url("../img/arrow-right-sm.svg") center no-repeat;
    background-color: #d2232a;
  }
  .report__qr-link::after {
    position: relative;
  }
  .settings__col:last-child {
    margin-left: 0;
  }
  .settings__img {
    margin: 0 15px;
  }
  .settings__list-num {
    font-size: 18px;
  }
  .settings__footer-title {
    font-size: 30px;
  }
  .plyr--video .plyr__controls {
    left: 10px;
    right: 10px;
    border-radius: 15px;
    padding: 10px 20px;
  }
  .plyr--video .plyr__progress__container {
    margin-left: 10px;
  }
  .video {
    padding-right: 15px;
    padding-left: 15px;
  }
  .video__container {
    border-radius: 40px;
    min-height: 460px;
  }
  .video__container::before {
    border-radius: 10px;
  }
  .video__container--border {
    border-radius: 47px;
  }
  .video__container--border::before {
    border-radius: 34px;
  }
  .reviews {
    padding: 60px 0;
  }
  .reviews__title {
    margin-bottom: 30px;
  }
  .swiper-nav-next,
  .swiper-nav-prev {
    display: none;
  }
  .modal__close {
    right: 15px;
    top: 15px;
  }
  .modal__inner {
    padding: 60px 40px;
  }
  .modal-table__title {
    font-size: 28px;
  }
  .modal-table__subtitle {
    font-size: 20px;
  }
  .modal-chars .modal__inner {
    padding: 60px 30px;
  }
  .modal-video .modal__inner {
    padding: 60px 20px 0px;
  }
  .compare .compare__table-title {
    font-size: 20px;
  }
  .compare__subtitle {
    margin: 0 auto 34px;
    max-width: 290px;
  }
  .compare__table {
    font-size: 14px;
  }
  .compare__table table {
    width: 100%;
  }
  .compare__table tr:first-child td {
    vertical-align: middle;
    padding: 6px;
  }
  .compare__table tr:first-child td:first-child {
    padding-left: 10px;
  }
  .compare__table td {
    vertical-align: top;
    padding: 10px;
  }
  .compare__table td:first-child {
    padding-left: 10px;
  }
  .compare__table .compare__table tr:last-child td:last-child {
    padding-right: 10px;
    padding-left: 10px;
  }
  .recharge__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .recharge__bottom-title {
    font-size: 24px;
  }
  .recharge__arrow {
    display: none;
  }
  .recharge__list {
    display: block;
  }
  .recharge__list li:not(:first-child) {
    margin-top: 8px;
    margin-left: 0;
  }
  .recharge__item {
    margin-bottom: 24px;
  }
  .recharge__item:last-child {
    margin-bottom: 0;
  }
  .module::before, .module::after {
    display: none;
  }
  .module__inner {
    display: block;
    text-align: center;
  }
  .module__inner::before, .module__inner::after {
    display: none;
  }
  .module__video {
    margin: 0 auto;
  }
  .module__title {
    margin: 0 auto 16px;
    max-width: 515px;
  }
  .module__content {
    margin-bottom: 30px;
  }
  .remote__subtitle {
    display: none;
  }
  .remote__btn-box {
    display: block;
  }
  .remote__video-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .remote__content {
    gap: 20px;
  }
  .remote__inner {
    text-align: center;
  }
  .remote__item {
    padding: 16px 20px;
    font-size: 16px;
  }
  .remote__item::before {
    font-size: 20px;
  }
  .cards__item--big {
    display: inline-block;
    margin-bottom: 34px;
    padding: 65px 43px 33px;
    width: 443px;
    min-height: 470px;
    background-size: contain;
  }
  .cards__item--big:last-child {
    margin-bottom: 0;
  }
  .cards__list--big {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .study__subtitle {
    margin-bottom: 30px;
  }
  .garanty__subtitle {
    margin-bottom: 30px;
  }
  .reviews {
    padding-bottom: 80px;
  }
  .reviews__shadow::after {
    display: none;
  }
  .chars__btn-lap {
    display: none;
  }
  .chars__btn-mob {
    display: block;
  }
  .chars__inner, .chars__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .chars__title-box {
    text-align: center;
  }
  .chars__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    gap: 20px;
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .chars__item {
    max-width: 343px;
  }
  .chars__btn-box--mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .support__list-title {
    font-size: 19px;
  }
  .trust::before {
    display: none;
  }
  .trust__title-break {
    display: inline;
  }
  .trust__title {
    margin: 0 auto 16px;
    max-width: 312px;
  }
  .trust__img {
    height: auto;
  }
  .trust__img img {
    max-height: 92px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .trust__item {
    min-height: 92px;
  }
  .trust__item:not(:last-child) {
    margin-bottom: 14px;
  }
  .trust__item-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 26px 18px 26px 45px;
  }
  .trust__name {
    position: relative;
    font-size: 16px;
  }
  .trust__name::before {
    position: absolute;
    left: -30px;
    top: 0;
  }
  .trust__inner {
    display: block;
  }
  .trust__info {
    margin-bottom: 24px;
    text-align: center;
  }
  .trust__items {
    margin: 0 auto;
    max-width: 600px;
  }
  .partners {
    background-color: transparent;
  }
  .partners__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .partners__item > * {
    width: 190px;
  }
  .partners__subtitle {
    margin-bottom: 24px;
  }
  .partners__content {
    display: block;
  }
  .partners__search {
    margin-bottom: 40px;
  }
  .partners .partners__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    margin-right: -15px;
    margin-bottom: 33px;
    padding-right: 15px;
    padding-bottom: 3px;
  }
  .partners .partners__tabs > li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .partners .partners__tabs > li:not(:last-child) {
    margin-right: 8px;
  }
  .partners .partners__tabs > li > a {
    border: 1px solid rgba(224, 228, 235, 0.5);
    border-radius: 2px;
  }
  .partners__title, .partners__subtitle {
    text-align: center;
  }
  .comlect:nth-child(2) {
    border-radius: 0;
  }
  .comlect__subtitle {
    margin: 0 auto 30px;
  }
  .remote__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .remote__btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .remote__img {
    text-align: center;
  }
  .remote__title {
    margin: 0 auto 14px;
  }
  .remote__subtitle {
    display: block;
    margin-bottom: 30px;
  }
  .cars__list {
    margin-top: 0;
  }
  .report__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .report__content {
    margin: 0 auto;
  }
  .report__content-title {
    text-align: left;
    font-size: 21px;
    line-height: 1.4;
    margin-bottom: 16px;
  }
  .report__item:not(:last-child) {
    margin-bottom: 6px;
  }
  .report__item p {
    font-size: 14px;
  }
  .report__icon {
    width: 34px;
    height: 34px;
  }
  .report__subtitle {
    margin-bottom: 70px;
  }
  .footer__inner {
    -ms-grid-columns: (auto)[5];
    grid-template-columns: repeat(5, auto);
    gap: 25px 50px;
  }
.modal-video .modal__content {
    max-width: 480px;
  }
}
@media (max-width: 768px) {
  .btn-link {
    font-size: 16px;
  }
  .btn {
    padding: 16px 30px;
  }
  .examples__list {
    margin-bottom: 30px;
  }
  .player-icon {
    width: 54px;
    height: 54px;
  }
  .player-icon svg {
    width: 32px;
    height: 32px;
  }
  .cars__show-all {
    display: block;
  }
  .cars__btn {
    display: none;
  }
  .cars__item {
    display: none;
  }
  .cars__item:nth-child(-n+4) {
    display: block;
  }
  .cars__item.show {
    display: block;
  }
  .header__bottom-logo {
    display: none;
  }
  .hero__subtitle {
    line-height: 1.4;
  }
  .hero__items {
    margin-bottom: 45px;
    padding: 0 20px 0 50px;
  }
  .hero__img {
    display: none;
  }
  .hero__img-mob {
    display: block;
    margin: 0;
    text-align: center;
  }
  .hero-benefits__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .hero-benefits__list::before {
    display: none;
  }
  .hero-benefits__item {
    border: 1px solid #343535;
    padding: 20px;
    font-size: 12px;
    text-align: left;
  }
  .hero-benefits__item:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border-bottom-left-radius: 10px;
  }
  .hero-benefits__item:nth-child(2) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    border-bottom: none;
    border-top-left-radius: 10px;
  }
  .hero-benefits__item:nth-child(2) .hero-benefits__text {
    max-width: 104px;
  }
  .hero-benefits__item:nth-child(3) {
    border-bottom: none;
    border-left: none;
    border-top-right-radius: 10px;
  }
  .hero-benefits__item:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    border-left: none;
    border-bottom-right-radius: 10px;
  }
  .hero-benefits__icon {
    margin: 0 0 8px;
    width: 30px;
    height: 30px;
  }
  .hero-benefits__icon img {
    width: 18px;
    height: 18px;
  }
  .chars__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .settings {
    position: relative;
    background: rgba(139, 103, 103, 0.1);
  }
  .settings::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 405px;
    height: 405px;
    background-color: rgba(139, 103, 103, 0.1);
    -webkit-filter: blur(90px);
    filter: blur(90px);
    right: -20px;
    top: 530px;
  }
  .settings::after {
    display: none;
  }
  .settings__inner {
    position: relative;
    z-index: 2;
  }
  .settings__items {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .settings__item:first-child {
    border-radius: 10px 0 0;
  }
  .settings__item:nth-child(2) {
    border-radius: 0 10px 0 0;
  }
  .settings__item:nth-child(3) {
    border-radius: 0 0 0 10px;
  }
  .settings__item:nth-child(4) {
    border-radius: 0 0 10px;
  }
  .settings__text-break {
    display: inline;
  }
  .settings__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .settings__img {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .settings__col:first-child {
    margin-left: 0;
  }
  .settings__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
  }
  .settings__list-item:not(:last-child) {
    margin-bottom: 16px;
  }
  .settings__footer-title {
    font-size: 20px;
  }
  .settings__list-num {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px;
    margin-bottom: 0;
  }
  .settings__list-text {
    max-width: 100%;
  }
  .settings__title {
    margin: 0 auto;
    max-width: 295px;
  }
  .settings__subtitle {
    margin: 16px auto 24px;
    max-width: 310px;
  }
  .settings__footer {
    position: relative;
    margin-top: 0;
    padding-top: 10px;
    background: transparent;
  }
  .settings__footer::before {
    content: "";
    position: absolute;
    left: 0;
    top: -380px;
    z-index: -1;
    width: 100%;
    height: 407px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 4, 4, 0.6)), to(rgba(67, 67, 67, 0)));
    background: linear-gradient(180deg, rgba(5, 4, 4, 0.6) 0%, rgba(67, 67, 67, 0) 100%);
    mix-blend-mode: darken;
    -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(35px);
  }
  .video__container {
    border-radius: 10px;
    min-height: 283px;
  }
  .video__container--border {
    border-radius: 28px;
    min-height: 310px;
  }
  .video__container--border::before {
    border-radius: 18px;
  }
  .cards__list {
    display: block;
  }
  .cards__item {
    margin: 0 auto 25px;
    width: 390px;
    height: 235px;
    min-height: auto;
    background-position: center;
    background-size: 100%;
  }
  .cards__item::before {
    top: -3px;
    font-size: 22px;
  }
  .cards__item::after {
    border-width: 0 10px 10px 0;
  }
  .cards__item p {
    font-size: 14px;
  }
  .cards__item:last-child {
    margin-bottom: 0;
  }
  .cards__item--big {
    display: block;
    padding: 60px 37px 40px;
    width: 437px;
    height: 521px;
    background-position: top;
    background-size: contain;
  }
  .cards__item--big::after {
    display: none;
  }
  .cards__info {
    margin-left: 18px;
  }
  .cards__name {
    font-size: 18px;
    line-height: 1.3;
  }
  .remote::before {
    display: none;
  }
  .remote__subtitle {
    margin-bottom: 24px;
  }
  .remote__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .remote__item {
    font-size: 15px;
  }
  .remote__item:not(:last-child) {
    margin-bottom: 9px;
  }
  .remote__preview {
    display: block;
  }
  .remote__preview img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-height: 300px;
  }
  .remote__list {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .support__preview img {
    min-height: 180px;
  }
  .complect__item {
    border-radius: 0;
    width: 50%;
  }
  .complect__item::before {
    top: 10px;
    right: 16px;
  }
  .complect__item p span {
    display: block;
  }
  .complect__item:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
  }
  .complect__item:nth-child(3) {
    border-radius: 0;
  }
  .complect__item:nth-child(4) {
    border-bottom-left-radius: 10px;
  }
  .complect__item:nth-child(5) {
    border-bottom-right-radius: 10px;
  }
  .maxiscope__content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    border: none;
  }
  .maxiscope__img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -ms-grid-column-span: 2;
    grid-column: span 2;
    margin: 0 auto 14px;
  }
  .maxiscope__img img {
    border-radius: 10px;
  }
  .maxiscope__item {
    border: 1px solid rgba(83, 83, 83, 0.5);
    padding: 22px;
  }
  .maxiscope__item:first-child {
    border-bottom: none;
  }
  .maxiscope__col:nth-child(3) .maxiscope__item:first-child {
    border-left: none;
  }
  .maxiscope__col:nth-child(3) .maxiscope__item:nth-child(2) {
    border-left: none;
    border-bottom-right-radius: 10px;
  }
  .maxiscope__col:nth-child(1) .maxiscope__item:nth-child(2) {
    border-bottom-left-radius: 10px;
  }
  .work__img > picture {
    width: 400px;
    height: auto;
    top: -104px;
    right: -50px;
  }
  .work__box {
    margin: 0 auto;
    width: 100%;
  }
  .work__box::before {
    display: none;
  }
  .work__btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .work__subtitle {
    margin-bottom: 151px;
    width: 300px;
  }
  .work__list {
    width: 100%;
  }
  .work__item {
    width: auto;
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
    padding: 10px;
  }
  .work__item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .work__item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .work__item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .work__item:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .remote__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .remote__btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .remote__img {
    text-align: center;
  }
  .remote__subtitle {
    display: block;
    text-align: center;
  }
  .comfort__item {
    width: 285px;
  }
  .comfort__subtitle {
    margin-bottom: 24px;
  }
  .slider-pagination {
    position: static;
    display: block;
    margin-top: 20px;
  }
  .slider-pagination .swiper-pagination-bullet {
    margin: 0 4px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 1;
  }
  .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #e0e4eb;
  }
  .support {
    padding-bottom: 30px;
  }
  .support__title {
    margin: 0 auto;
    max-width: 320px;
    text-align: center;
  }
  .support__subtitle {
    margin: 16px auto 30px;
    max-width: 265px;
    text-align: center;
  }
  .support__subtitle-break {
    display: inline;
  }
  .support__list-title {
    margin-bottom: 16px;
    text-align: center;
  }
  .support__list:not(:last-child) {
    margin-bottom: 30px;
  }
  .support__list li {
    font-size: 14px;
  }
  .support__list li:not(:last-child) {
    margin-bottom: 7px;
  }
  .support__list li::before {
    width: 28px;
    height: 28px;
    font-family: "Helvetica", sans-serif;
    font-size: 14px;
  }
  .support__video {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 527px;
  }
  .support__videos {
    display: none;
  }
  .support__content {
    display: block;
    margin-bottom: 0;
  }
  #modal-complect-1 .modal-complect__btn {
    display: block;
  }
  .modal-complect__inner.is-more .modal-complect__item:nth-child(20) ~ .modal-complect__item {
    display: block;
  }
  .modal-complect__item {
    width: 50%;
  }
  .modal-complect__item:nth-child(20) ~ .modal-complect__item {
    display: none;
  }
  .modal-table__td-1,
  .modal-table__td-2 {
    padding-right: 0;
  }
  .modal-table {
    font-size: 14px;
  }
  .modal-table .modal-table__title-mob {
    text-align: left;
  }
  .modal-table__title-mob {
    font-size: 26px;
  }
  .modal-chars__title {
    display: none;
  }
  .modal-chars .modal-table {
    position: relative;
    padding-top: 100px;
  }
  .modal-chars .modal-table table {
    width: 100%;
  }
  .modal-chars .modal-table thead {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    margin: 0 auto;
  }
  .modal-chars .modal-table thead tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  .modal-chars .modal-table thead tr td {
    padding: 0;
  }
  .modal-chars .modal-table thead tr td.modal-table__title-mob {
    margin: 0;
    padding: 0;
  }
  .modal-chars .modal-table thead tr:nth-child(2) {
    display: none;
  }
  .modal-chars .modal-table thead td {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto;
  }
  .modal-chars .modal-table thead td:not(:last-child) {
    margin-right: 20px;
    padding: 0;
  }
  .modal-chars .modal-table thead td img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 110px;
  }
  .modal-chars .modal-table .modal-table__title {
    display: none;
  }
  .modal-chars .modal-table .modal-table__title-mob {
    display: block;
  }
  .modal-chars .modal-table td:first-child {
    font-weight: 300;
    color: rgba(224, 228, 235, 0.6);
  }
  .modal-chars .modal-table .modal-table__spoiler td {
    border-bottom: 2px solid #0c0c0c;
    padding: 15px;
    font-weight: 400;
    color: #e0e4eb;
  }
  .modal-chars td {
    padding: 15px;
    height: 50px;
  }
  .modal-chars .modal-table td:first-child,
  .modal-chars .modal-table th:first-child {
    padding: 10px 15px;
  }
  .modal-chars__item-sm {
    font-size: 12px;
  }
  .modal-chars .modal__inner {
    padding: 60px 0;
  }
  .modal-chars.is-active-1 .modal-table__td-2, .modal-chars.is-active-1 .modal-table__td-3 {
    display: none;
  }
  .modal-chars.is-active-2 .modal-table__td-1, .modal-chars.is-active-2 .modal-table__td-3 {
    display: none;
  }
  .modal-chars.is-active-3 .modal-table__td-1, .modal-chars.is-active-3 .modal-table__td-2 {
    display: none;
  }
  .modal-video .modal__inner {
    height: 93vh;
  }
  .compare__time-arrow img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 17px;
    height: 17px;
    -o-object-position: right;
    object-position: right;
  }
  .compare__time-items {
    margin-bottom: 13px;
  }
  .compare__time-mob {
    display: block;
    padding-left: 22px;
    font-size: 10px;
    line-height: 1.4;
    color: #fff;
  }
  .compare__time-item {
    font-size: 18px;
  }
  .compare .compare__table-title {
    font-size: 16px;
    text-transform: none;
  }
  .compare .compare__table-sm {
    font-size: 10px;
  }
  .compare .compare__table-title.color-accent {
    font-size: 12px;
  }
  .compare .compare__time {
    text-align: left;
  }
  .compare .compare__table-bottom td:first-child {
    vertical-align: top;
    padding-top: 20px;
  }
  .compare .compare__table-bottom .compare__table-title {
    padding: 0;
    font-family: "Helvetica", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.4;
    text-transform: none;
  }
  .compare .compare__table-bottom .compare__table-sm {
    display: none;
  }
  .tests {
    padding-bottom: 0;
    text-align: center;
  }
  .tests__subtitle {
    margin: 0 auto 24px;
  }
  .tests__list {
    display: block;
  }
  .tests__item {
    margin: 0 auto 24px;
    max-width: 500px;
  }
  .documentation__subtitle {
    margin-bottom: 32px;
  }
  .study__subtitle {
    margin-bottom: 24px;
  }
  .study__img {
    height: auto;
    margin-bottom: 14px;
  }
  .study__items {
    position: static;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .study__name-break {
    display: inline;
  }
  .study__name {
    text-transform: lowercase;
  }
  .study__num {
    font-size: 62px;
  }
  .study__item:first-child {
    border-radius: 0 0 0 0;
  }
  .study__item:last-child {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    border-top: none;
    border-radius: 0 0 10px 10px;
  }
  .study__item:last-child .study__name {
    max-width: 120px;
  }
  .study__item:last-child .study__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .study__item:last-child p {
    max-width: 157px;
  }
  .study__item:nth-child(2) {
    border-right: 1px solid #424348;
  }
  .garanty::before {
    display: none;
  }
  .garanty__name-break {
    display: block;
  }
  .garanty__name {
    margin-bottom: 8px;
    font-size: 18px;
  }
  .garanty__subtitle {
    margin: 0 auto 34px;
    max-width: 310px;
  }
  .garanty__list {
    display: block;
  }
  .garanty__item {
    margin: 0 auto 24px;
    max-width: 340px;
  }
  .partners__items {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .partners__item:nth-child(4) ~ .partners__item {
    display: none;
  }
  .partners__tabs-item.is-more .partners__item:nth-child(4) ~ .partners__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .chars::after {
    display: none;
  }
  .report__qr {
    width: 160px;
  }
  .report__qr-box {
    padding: 12px 15px;
    margin-bottom: 15px;
  }
  .report__qr-img {
    width: 131px;
    height: 131px;
  }
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -15px;
    padding: 0 15px;
    text-align: center;
    gap: 0;
  }
  .footer__logo {
    margin-bottom: 20px;
  }
  .footer__logo img {
    width: 150px;
  }
  .footer__address {
    margin: 0 auto 24px;
    max-width: 160px;
    font-size: 12px;
  }
  .footer__list li {
    margin-bottom: 20px;
    font-size: 14px;
    color: rgba(244, 244, 244, 0.6);
  }
  .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: auto;
    margin-top: 18px;
    border-top: none;
    padding: 0 15px 24px;
  }
  .footer__bottom * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .footer__col:nth-child(4) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 38px;
    border-bottom: 1px solid rgba(244, 244, 244, 0.1);
    padding-bottom: 8px;
  }
  .footer__col:nth-child(4) li {
    font-weight: 500;
    color: #f4f4f4;
  }
  .footer__col:nth-child(4) li:first-child {
    margin-bottom: 8px;
    font-size: 20px;
  }
  .footer__col:nth-child(4) li:last-child {
    font-size: 16px;
  }
  .footer__col:nth-child(2), .footer__col:nth-child(3) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .footer__socials {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .section-title {
    margin-bottom: 16px;
  }
  .reviews__play {
    top: 38%;
    left: 40%;
  }
  .maxiscope__img {
    margin-bottom: 0;
  }
  .maxiscope__img img {
    border-radius: 10px 10px 0 0;
  }
  .maxiscope__title {
    font-size: 23px;
  }
  .cars__btn {
    display: none;
  }
  .cars__show-all {
    display: block;
    min-width: auto;
  }
  .cars__show-all:active ~ .cars__item {
    display: block;
  }
  .cars__list {
    margin-top: 30px;
    margin-bottom: 56px;
  }
  .work__img > picture {
    width: 400px;
    height: auto;
    top: -48px;
    right: -50px;
  }
  .work__img::before {
    display: none;
  }
  .work__title, .work__subtitle {
    max-width: 186px;
  }
  .work__subtitle {
    margin-bottom: 151px;
  }
  .work__btn-box {
    display: none;
  }
  .work__list {
    width: 100%;
  }
  .work__item {
    width: auto;
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
    padding: 10px;
  }
  .work__value {
    line-height: 1.3;
  }
  .work__value--desc {
    font-size: 15px;
  }
  .btn {
    padding: 16px 30px;
    font-size: 16px;
    line-height: 1.1;
  }
  .header__logo img {
    width: 100px;
  }
  .hero {
    padding-bottom: 60px;
  }
  .hero__subtitle {
    margin-bottom: 30px;
  }
  .hero__item {
    font-size: 18px;
  }
  .hero__img-mob {
    margin-bottom: 30px;
  }
  .hero__items {
    padding: 0 17px 0 37px;
  }
  .tests__title {
    margin: 0 auto 16px;
    max-width: 356px;
  }
  .tests__item {
    text-align: left;
  }
  .tests__item p {
    margin-bottom: 16px;
  }
  .tests__preview picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tests__preview img {
    border-radius: 18px;
    width: 100%;
  }
  .tests__subtitle {
    margin-bottom: 30px;
  }
  .tests__name {
    margin-bottom: 8px;
    font-size: 18px;
  }
  .plyr--video .plyr__controls {
    bottom: 5px;
    padding: 5px 10px;
  }
  .plyr--video .plyr__controls .plyr__volume input[type=range] {
    display: none;
  }
  .plyr--video .plyr__controls .plyr__controls__item:first-child {
    padding: 0;
    width: 20px;
    height: 20px;
  }
  .plyr--video .plyr__controls .plyr__controls__item:first-child svg {
    width: 10px;
  }
  .video {
    padding: 0 15px;
  }
  .compare__time-mob {
    padding-left: 12px;
  }
  .compare__time-item {
    font-size: 16px;
    text-transform: none;
  }
  .compare__time-item:first-child {
    margin-right: 0;
    padding-left: 0;
  }
  .compare__time-item:last-child {
    margin-left: 0;
  }
  .compare__table {
    font-size: 12px;
  }
  .compare__table tr:first-child img {
    width: 120px;
  }
  .compare__table tr:last-child td:last-child {
    padding-right: 5px;
    padding-left: 5px;
  }
  .compare__table td {
    min-width: 105px;
  }
  .compare__table td:nth-child(2) {
    min-width: 120px;
  }
  .compare__table td:nth-child(3) {
    width: 110px;
    min-width: 125px;
  }
  .compare__desc-item {
    margin-bottom: 4px;
  }
  .compare .compare__table-title {
    font-size: 16px;
  }
  .compare tr:last-child td {
    padding-bottom: 17px;
  }
  .support::before {
    display: none;
  }
  .cards__item {
    padding: 60px 37px 37px;
    width: 360px;
    height: 215px;
    background-position: top 5px center;
  }
  .cards__item::after {
    right: 14px;
    top: 14px;
  }
  .cards__item--big {
    padding: 60px 37px 40px;
    width: 437px;
    height: 521px;
  }
  .settings {
    padding-top: 60px;
  }
  .settings__title {
    margin-bottom: 16px;
  }
  .settings__subtitle {
    margin: 0 auto 30px;
  }
  .settings .settings__item {
    border-radius: 0;
  }
  .settings .settings__item:first-child {
    border-radius: 10px 10px 0 0;
  }
  .settings .settings__item:last-child {
    border-radius: 0 0 10px 10px;
  }
  .settings__item-text {
    font-size: 14px;
  }
  .settings__items {
    display: block;
  }
  .settings__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 35px;
  }
  .settings__item::after {
    right: 16px;
    top: 16px;
  }
  .settings__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 17px;
    margin-bottom: 0;
    width: 40px;
    height: 40px;
  }
  .remote__list {
    margin-bottom: 40px;
  }
  .remote__item {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-radius: 7px;
    padding: 16px;
  }
  .remote__item:not(:last-child) {
    margin-bottom: 8px;
  }
  .remote__item::before {
    margin-top: 0;
  }
  .remote__content {
    gap: 24px;
  }
  .remote__box {
    gap: 30px;
  }
  .remote__value {
    font-size: 21px;
    line-height: 1.5;
  }
  .remote__value--desc {
    font-size: 15px;
  }
  .remote__title {
    width: 284px;
    margin: 0 auto 12px;
  }
  .remote__subtitle {
    margin: 0 auto 30px;
  }
  .remote__preview img {
    max-height: 200px;
  }
  .complect__subtitle {
    margin-bottom: 24px;
  }
  .complect__list {
    margin-bottom: 40px;
  }
  .complect__item {
    padding: 20px;
  }
  .complect__item::before {
    font-size: 14px;
  }
  .complect__item p {
    font-size: 12px;
  }
  .complect__item:nth-child(2) {
    padding: 20px;
    padding-right: 40px;
  }
  .complect__name {
    margin-bottom: 8px;
    font-size: 22px;
  }
  .recharge {
    position: relative;
  }
  .recharge::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 342px;
    height: 342px;
    background-color: rgba(139, 103, 103, 0.2);
    -webkit-filter: blur(50px);
    filter: blur(50px);
    left: -220px;
    top: 54px;
    z-index: -1;
  }
  .recharge::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 342px;
    height: 342px;
    background-color: rgba(139, 103, 103, 0.2);
    -webkit-filter: blur(50px);
    filter: blur(50px);
    right: -250px;
    bottom: 58px;
    z-index: -1;
  }
  .recharge__item::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 22px 22px 0;
    border-color: transparent #d2232a transparent transparent;
    right: 20px;
    top: 20px;
  }
  .recharge__name {
    font-size: 20px;
  }
  .recharge__text {
    font-size: 18px;
  }
  .recharge__hours {
    font-size: 57px;
  }
  .recharge__icon img {
    width: 64px;
  }
  .recharge__caption {
    font-size: 12px;
  }
  .recharge__value {
    font-size: 16px;
  }
  .recharge__list {
    font-size: 14px;
    line-height: 1.4;
  }
  .recharge__bottom-title {
    margin-top: 5px;
    margin-bottom: 14px;
    margin-left: 14px;
    font-size: 20px;
  }
  .study {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(34, 34, 34, 0.2)), to(rgba(0, 0, 0, 0))), url("../img/complect-bg.png") no-repeat center/cover;
    background: linear-gradient(360deg, rgba(34, 34, 34, 0.2) 0%, rgba(0, 0, 0, 0) 100%), url("../img/complect-bg.png") no-repeat center/cover;
  }
  .study__content {
    width: 100%;
  }
  .study__img {
    margin-bottom: 0;
  }
  .study__img, .study__img picture, .study__img picture > img {
    border-radius: 10px 10px 0 0;
  }
  .study__name {
    padding-left: 50px;
    font-size: 16px;
  }
  .study__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 13px;
  }
  .study__item::after {
    right: 6px;
    top: 6px;
    border-width: 0 8px 8px 0;
  }
  .study__item p {
    max-width: 110px;
  }
  .study__item:last-child .study__name {
    max-width: 150px;
  }
  .study__item:nth-child(2) .study__name {
    padding-left: 80px;
  }
  .study__item-inner {
    position: relative;
  }
  .study__num {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 56px;
  }
  .trust__img {
    padding: 5px;
    width: 107px;
  }
  .trust__img img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .trust__item:first-child .trust__img img {
    width: 47px;
  }
  .trust__name {
    font-size: 16px;
  }
  .report__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .report__content-title {
    text-align: left;
    font-size: 21px;
    line-height: 1.4;
    margin-bottom: 16px;
  }
  .report__item:not(:last-child) {
    margin-bottom: 6px;
  }
  .report__item p {
    font-size: 14px;
  }
  .report__icon {
    width: 34px;
    height: 34px;
  }
  .chars__btn-lap {
    display: none;
  }
  .chars__btn-mob {
    display: block;
  }
  .chars__inner, .chars__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .chars__title-box {
    text-align: center;
  }
  .chars__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    gap: 20px;
    margin-bottom: 40px;
  }
  .chars__item {
    max-width: 343px;
  }
  .chars__btn-box--mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .partners__tabs li {
    font-size: 20px;
  }
  .partners__tabs li a {
    padding: 5px 18px;
  }
  .partners__item {
    padding: 25px 18px;
  }
  .partners__items {
    gap: 18px 15px;
  }
  .plyr--video .plyr__volume {
    width: auto;
    min-width: auto;
  }
  .plyr--video .plyr__control {
    padding: 5px;
  }
  .plyr--video .plyr__controls .plyr__controls__item.plyr__time {
    font-size: 12px;
  }
  .header__bottom .nav__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .modal__wrapper {
    padding: 0;
  }
  .modal__inner {
    padding: 60px 15px;
  }
  .modal-complect__name {
    font-size: 12px;
  }
  .modal-complect__count {
    top: 10px;
  }
  .modal-complect__item-inner {
    padding: 26px 0 22px;
  }
  .footer {
    padding-top: 48px;
  }
  .footer__inner {
    text-align: left;
  }
  .footer__logo img {
    width: 177px;
  }
  .footer__logo {
    margin: 0;
  }
  .footer__logo--lap {
    display: none;
  }
  .footer__logo--mob {
    display: block;
  }
  .footer__address {
    margin: 16px 0 36px;
    width: 286px;
    max-width: 326px;
  }
  .footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer__bottom--mobile {
    display: block;
  }
}
@media (max-width: 476px) {
  .modal-chars .modal-table thead td {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .modal-table__title-mob {
    font-size: 22px;
  }
  .compare__time-item {
    font-size: 15px;
  }
  .compare__table {
    overflow: auto;
    margin: -3px -15px;
    padding: 3px 15px;
  }
  .compare__table tr:first-child img {
    width: 80px;
  }
  .compare__table td {
    padding: 10px 4px;
    min-width: auto;
  }
  .compare__table td:nth-child(1) {
    width: 80px;
  }
  .compare__table td:nth-child(2), .compare__table td:nth-child(3) {
    min-width: auto;
  }
  .hero__item {
    font-size: 13px;
  }
  .hero__img-mob {
    margin-bottom: 30px;
  }
  .reviews__play {
    top: 35%;
    left: 38%;
  }
  .cards__item {
    padding: 48px 15px 24px;
    width: 290px;
    height: 180px;
  }
  .cards__item ul {
    margin-bottom: 20px;
  }
  .cards__item--big {
    padding: 50px 27px 30px;
    width: 357px;
    height: 426px;
    min-height: auto;
  }
  .cards__item--big::before {
    top: -3px;
  }
  .cards__img img {
    height: 120px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .complect__list {
    display: block;
  }
  .complect__item {
    padding: 16px 40px 16px 16px;
    width: 100%;
  }
  .complect__item::before {
    width: 34px;
    height: 34px;
    font-size: 22px;
  }
  .complect .complect__item {
    border-radius: 0;
    padding: 20px;
  }
  .complect .complect__item:first-child {
    border-radius: 10px 10px 0 0;
    padding-right: 10px;
  }
  .complect .complect__item:last-child {
    border-radius: 0 0 10px 10px;
  }
  .complect .complect__item:nth-child(2) {
    width: 100%;
  }
  .recharge__subtitle {
    margin-bottom: 24px;
  }
  .recharge__item {
    padding: 44px 25px 28px;
    width: 350px;
    height: 222px;
    background-size: cover;
  }
  .complect .btn {
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
  }
  .settings::before {
    top: 238px;
    width: 305px;
    height: 305px;
  }
  .settings::after {
    height: 330px;
  }
  .maxiscope__subtitle {
    margin-bottom: 24px;
  }
  .maxiscope__value {
    font-size: 28px;
  }
  .maxiscope__item {
    text-align: center;
  }
  .maxiscope__item p {
    font-size: 14px;
  }
  .garanty__item {
    padding: 36px;
  }
  .partners__tabs-item.is-more .partners__item:nth-child(3) ~ .partners__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .partners__item:not(:last-child) {
    margin-bottom: 18px;
  }
  .partners__item:nth-child(3) ~ .partners__item {
    display: none;
  }
  .partners__items {
    display: block;
  }
  .remote__inner {
    text-align: center;
  }
  .chars__subtitle {
    width: auto;
  }
  .work__img > picture {
    width: 313px;
    height: 242px;
    top: -11px;
    right: -50px;
  }
  .footer__col--mobile {
    display: block;
  }
  .footer__logo--lap {
    display: none;
  }
  .footer__logo--mob {
    display: block;
  }
  .footer__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px 112px;
  }
  .footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .footer__bottom--mobile {
    display: none;
  }
}
@media (max-width: 376px) {
  .header {
    font-weight: 550;
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: 0.01em;
    color: #fff;
  }
  .header__bottom .nav__item {
    margin-right: 20px;
  }
  .header__bottom .nav__item > a {
    padding: 15px 0 0;
  }
  .maxiscope {
    padding: 0;
  }
  .maxiscope::after {
    display: none;
  }
  .cars {
    background: url("../img/bg/cars-bg-mob.png") no-repeat center/cover;
  }
  .work__img::after {
    width: 313px;
    height: 242px;
    left: -283px;
  }
  .work__item {
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
  }
  .work__list {
    margin-bottom: 0;
  }
  .chars__subtitle {
    width: 255px;
    margin: 0 auto 30px;
  }
  .hero {
    padding-top: 30px;
  }
  .hero__title {
    margin: 0 auto;
    margin-bottom: 8px;
    width: 250px;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.3;
  }
  .hero__title span {
    text-transform: uppercase;
    font-size: 26px;
  }
  .hero__title__subtitle {
    font-size: 15px;
    line-height: 1.4;
    min-width: 304px;
  }
  .hero__img-mob {
    margin-bottom: 30px;
  }
  .hero__items {
    padding: 0 13px 0 27px;
  }
  .cards__item--big {
    padding: 44px 5px 40px 27px;
    width: 100%;
    height: auto;
    background: url("../img/card-panel-top.svg") top/contain no-repeat;
  }
  .cards__item--big::after {
    left: 0;
    right: 0;
    top: 36px;
    display: block;
    border: 1px solid #535353;
    border-top: none;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 100%;
    height: calc(100% - 36px);
  }
  .cards__item--big .cards__img {
    margin-right: 25px;
  }
  .partners__item {
    display: none;
  }
  .partners__search {
    margin-bottom: 0;
  }
  .recharge__item {
    padding-top: 34px;
    width: 307px;
    height: 195px;
  }
  .chars__item {
    padding: 20px 15px;
  }
  .chars__buttons {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px 5px;
  }
  .report__qr {
    width: calc(50% - 6px);
  }
  .report__qr p {
    font-size: 13px;
  }
  .report__qr:last-child {
    margin-left: 12px;
  }
  .trust__name {
    padding-right: 0;
    padding-left: 0;
    font-size: 16px;
  }
  .trust__item-info {
    padding-left: 39px;
  }
  .modal-complect__name {
    padding: 0 18px;
  }
  .cars__btn {
    display: none;
  }
  .cars__show-all {
    display: block;
  }
  .cars__show-all:active ~ .cars__item {
    display: block;
  }
  .footer__logo--lap {
    display: none;
  }
  .footer__logo--mob {
    display: block;
  }
  .footer__bottom {
    font-size: 11px;
    gap: 0 22px;
    padding: 0 0 9px;
  }
  .footer__col--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 41px;
  }
}
/*# sourceMappingURL=main.css.map */