@charset "UTF-8";
@font-face {
  font-family: "Cygre";
  font-weight: 400;
  src: url("../fonts/Cygre-Regular.ttf");
}
@font-face {
  font-family: "Cygre";
  font-weight: 350;
  src: url("../fonts/Cygre-Book.ttf");
}
@font-face {
  font-family: "Cygre";
  font-weight: 300;
  src: url("../fonts/Cygre-Light.ttf");
}
@font-face {
  font-family: "Cygre";
  font-weight: 700;
  src: url("../fonts/Cygre-Bold.ttf");
}
input, button, textarea, select {
  font-family: "Cygre", sans-serif;
}

body {
  font-family: "Cygre", sans-serif;
  color: #212121;
}

html, body {
  padding: 0;
  margin: 0;
  height: 100vh;
  height: var(--doc-height);
  height: calc(100vh - env(safe-area-inset-bottom));
}

.page-wrapper {
  overflow: hidden;
  position: relative;
}

.container {
  width: 1600px;
  max-width: 100%;
  padding: 0 48px;
}

.modal {
  height: 100%;
}

.modal-overlay {
  height: 100%;
}

.modal-list {
  height: 100%;
}

.h1 {
  font-size: 48px;
  font-weight: 350;
  line-height: 56px;
  letter-spacing: 5.12px;
  text-transform: uppercase;
}

.h2 {
  font-size: 48px;
  font-weight: 350;
  line-height: 56px;
  letter-spacing: 3.84px;
  text-transform: uppercase;
}

.h3 {
  font-size: 40px;
  font-weight: 350;
  line-height: 48px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}

.aife {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/*.section {
  height: 100vh;
}*/
.vh-100 {
  height: 100vh;
}

.main::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  z-index: 2;
}
.main-wrapper {
  padding: 48px 0;
}
.main-subtitle {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  text-transform: uppercase;
}
.main-video {
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.section-end .fp-tableCell {
  vertical-align: bottom;
}

.section-start .fp-tableCell {
  vertical-align: top;
}

.home-about {
  background: #EAEAE9;
}
.home-about__text {
  width: 661px;
  max-width: 100%;
  margin: 0 auto 0;
  color: #838383;
  font-size: 24px;
  font-weight: 350;
  line-height: 140%;
}
.home-about__img {
  margin: 0 auto 75px;
  width: 522px;
  max-width: 100%;
}
.home-about__wrapper {
  padding-bottom: 60px;
}
.home-about__link {
  padding-top: 66px;
  color: #838383;
  font-size: 12px;
  font-weight: 350;
  line-height: 16px;
  background-image: url("../img/about-link.svg");
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  left: 50%;
  bottom: 66px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home-about__link:hover {
  opacity: 0.7;
}

.home-big .home-small__link {
  z-index: 8;
  width: 100% !important;
}

.home-big__text {
  max-width: 672px;
  margin-top: 16px;
  font-size: 20px;
  font-weight: 350;
  line-height: 140%;
}
.home-big__title {
  color: #ddd;
}
.home-big__img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-big__wrapper {
  padding-bottom: 64px;
}

.home-small__img {
  position: absolute;
  left: 0;
  height: 100%;
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
}
.home-small__block {
  width: 50%;
  margin-bottom: 64px;
  padding-right: 48px;
}
.home-small__block::before {
  position: absolute;
  left: 0;
  height: 100%;
  width: 50%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75.94%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 75.94%, rgba(0, 0, 0, 0.7) 100%);
}
.home-small__block:last-child {
  padding-right: 0;
  padding-left: 48px;
}
.home-small__block:last-child .home-small__img, .home-small__block:last-child::before {
  left: auto;
  right: 0;
}

.filter-white {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.section-dark {
  color: #fff;
}

.home-certificate {
  overflow: hidden;
  background: radial-gradient(72.7% 116.29% at 64.93% -19.1%, #262626 0%, #171717 100%);
}
.home-certificate__wrapper {
  width: 661px;
}
.home-certificate__title {
  color: #DEDEDE;
}
.home-certificate__text {
  font-size: 18px;
  font-weight: 350;
  line-height: 30px;
  margin: 56px 0 51px;
}
.home-certificate__img {
  right: -138px;
  bottom: -500px;
}

.btn {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  width: 156px;
  height: 156px;
  border-radius: 100%;
  border: 1px solid #EB3B27;
  color: #090909;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.btn img {
  margin: 0 auto 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn span {
  width: 100%;
}
.btn.white-btn img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.btn.white-btn span {
  color: #fff;
}
.btn:hover {
  background: #EB3B27;
  color: #fff;
}
.btn:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.home-form {
  background: linear-gradient(63deg, rgba(104, 106, 122, 0.64) 2.32%, rgba(234, 234, 234, 0.22) 63.66%, rgba(255, 255, 255, 0) 89.95%), #EBEBEB;
}
.home-form__img {
	/*left: -208px;
	bottom: -204px;*/
	left: -80px;
	bottom: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 1;
	width: 65%;
}
.home-form::before {
  content: "";
  position: absolute;
  bottom: -142px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 2240px;
  opacity: 0.33;
  background: radial-gradient(113.33% 120.95% at 44.6% 100%, #000 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-filter: blur(16px);
          filter: blur(16px);
  width: 2240px;
  height: 328px;
}
.home-form__block {
  width: calc(50% - 6px);
  margin-top: 12px;
}
.home-form__list {
  margin-top: -12px;
}
.home-form__btn {
  margin: 40px auto 0;
}
.home-form__wrapper {
  width: 551px;
  margin-left: auto;
  max-width: 100%;
  margin-right: 56px;
}
.home-form__text {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 350;
  line-height: 140%;
  margin-bottom: 88px;
}
.home-form__input {
  position: relative;
}
.home-form__input input {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  border: 1px solid rgba(71, 71, 71, 0.2);
  background: #FFF;
  padding-left: 15px;
  color: #212121;
  font-size: 14px;
  font-weight: 350;
  line-height: 16px;
  padding-top: 2px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.home-form__input input::-webkit-input-placeholder {
  color: #474747;
}
.home-form__input input::-moz-placeholder {
  color: #474747;
}
.home-form__input input:-ms-input-placeholder {
  color: #474747;
}
.home-form__input input::-ms-input-placeholder {
  color: #474747;
}
.home-form__input input::placeholder {
  color: #474747;
}
.home-form__input input:focus {
  border-color: #fff;
}
.home-form__policy {
  position: absolute;
  bottom: 24px;
  right: 104px;
  z-index: 3;
  color: rgba(33, 33, 33, 0.24);
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
  width: 551px;
  max-width: 100%;
}
.home-form__policy p {
  width: 339px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.home-form__policy a {
  color: rgba(33, 33, 33, 0.24);
  text-decoration: none;
}
.home-form__policy a:hover {
  text-decoration: underline;
}

.home-catalog {
  background: linear-gradient(172deg, #181818 -51.46%, #090909 128.63%);
}
.home-catalog__title {
  width: 700px;
}
.home-catalog__block {
  width: 33.333%;
  margin-top: 39px;
}
.home-catalog__item {
  position: relative;
}
.home-catalog__item-img {
  height: 328px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.home-catalog__item-link {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.home-catalog__item-title {
  margin: 24px 0 16px;
  color: #DDD;
  font-size: 24px;
  font-weight: 350;
  line-height: 140%;
}
.home-catalog__item-text {
  margin-bottom: 16px;
  color: #DDD;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
}
.home-catalog__item-bottom {
  padding-left: 34px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("../img/address.svg");
  color: rgba(221, 221, 221, 0.64);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  min-height: 24px;
}
.home-catalog__mobile {
  text-align: right;
  margin-top: 16px;
}
.home-catalog__mobile-link {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.14px;
  text-transform: uppercase;
}
.home-catalog__mobile-link img {
  margin-left: 8px;
}

.home-catalog__bottom {
  background: linear-gradient(172deg, #181818 -51.46%, #090909 128.63%);
}
.home-catalog__bottom .home-catalog__list {
  margin-top: -39px;
}
.home-catalog__bottom-title {
  margin: 28px auto 27px;
  width: 932px;
  max-width: 100%;
  color: #fff;
  font-size: 48px;
  font-weight: 350;
  line-height: 56px;
  letter-spacing: 3.84px;
  text-transform: uppercase;
}
.home-catalog__bottom-subtitle {
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  font-weight: 350;
  line-height: 140%;
}

.home-experts__text {
  margin: 40px auto 36px;
  width: 600px;
  max-width: 100%;
  font-size: 20px;
  font-weight: 350;
  line-height: 140%;
  text-align: center;
}
.home-experts__img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-experts__logo {
  margin: 0 auto;
}
.home-experts__wrapper {
  padding-bottom: 64px;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
  border-bottom: 1px solid rgba(235, 235, 235, 0.25);
}
.header-logo {
  margin-right: auto;
}
.header-lang {
  color: #000;
  font-size: 12px;
  font-weight: 350;
  line-height: 16px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
.header-lang__current img {
  margin-left: 4px;
}
.header-lang__hover {
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.header-lang__hover-link {
  margin-top: 6px;
  color: #000;
  text-decoration: none;
}
.header-lang__hover-link:hover {
  color: #EB3B27;
}
.header-lang:hover .header-lang__current img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-lang:hover .header-lang__hover {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	width: 100%;
}
.header-list {
  height: 48px;
}
.header-cart {
  margin: 0 24px;
}
.header-cart span {
  right: -2px;
  top: -1px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #EB3B27;
  color: #000;
  font-size: 8px;
  font-weight: normal;
}
.header-cart img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.header-cart:hover img {
  -webkit-filter: none !important;
          filter: none !important;
}
.header-burger {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: url("../img/burger.svg");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}
.header-burger.active {
  background-image: url("../img/burger-close.svg");
}

.header.header-dark, .body-modal-open .header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
}
.header.header-dark .header-logo, .header.header-dark .header-lang__current img, .header.header-dark .header-cart img, .body-modal-open .header .header-logo, .body-modal-open .header .header-lang__current img, .body-modal-open .header .header-cart img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.header.header-dark .header-lang__current span, .body-modal-open .header .header-lang__current span {
  color: #fff;
}
.header.header-dark .header-lang__hover-link, .body-modal-open .header .header-lang__hover-link {
  color: #fff;
}
.header.header-dark .header-lang__hover-link:hover, .body-modal-open .header .header-lang__hover-link:hover {
  color: #EB3B27;
}
.header.header-dark .header-burger, .body-modal-open .header .header-burger {
  background-image: url("../img/burger-white.svg");
}
.header.header-dark .header-burger.active, .body-modal-open .header .header-burger.active {
  background-image: url("../img/burger-close-white.svg");
}

.home-technology__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-technology__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  padding: 124px 0 64px;
}
.home-technology__text {
  margin: 32px 0;
  font-size: 20px;
  font-weight: 350;
  line-height: 140%;
}
.home-technology__logo {
  margin-top: auto;
}

.home-map {
  background: #EBEBEB;
}
.home-map__wrapper {
  padding: 56px 0;
}
.home-map__img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-map__btn {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
}

.home-blog {
  background: linear-gradient(172deg, #181818 -51.46%, #090909 128.63%);
}
.home-blog__list {
  margin-top: 36px;
}
.home-blog__block {
  width: 33.333%;
}
.home-blog__block:last-child {
  width: 0;
}
.home-blog__link {
  position: absolute;
  top: 16px;
  right: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 350;
  line-height: 24px;
  letter-spacing: 1.08px;
  text-transform: uppercase;
}
.home-blog__link img {
  margin-left: 8px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.home-blog__link:hover {
  text-decoration: none;
}
.home-blog__link:hover img {
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
}
.home-blog__item-link {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.home-blog__item-title {
  margin: 24px 0 16px;
  padding: 0 16px;
  color: #fff;
  font-size: 24px;
  font-weight: 350;
  line-height: 34px;
}
.home-blog__item-date {
  padding: 0 16px;
  color: #EBEBEB;
  font-size: 12px;
  font-weight: 350;
  line-height: 16px;
}
.home-blog__item-img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-blog__item-cat {
  left: 16px;
  top: 16px;
  z-index: 2;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(215, 215, 215, 0.2);
  height: 28px;
  color: #FFF;
  font-size: 10px;
  font-weight: 300;
  line-height: 12px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding: 0 15px;
}

.footer {
  background: #EBEBEB;
}
.footer-bottom {
  padding: 24px 0;
  border-top: 1px solid rgba(49, 49, 49, 0.2);
  margin-top: 64px;
}
.footer-bottom__copy {
  opacity: 0.5;
  color: #212121;
  font-size: 14px;
  font-weight: 300;
  line-height: 130%;
}
.footer-bottom__link {
  margin-left: 72px;
  color: #212121;
  font-size: 14px;
  font-weight: 300;
  line-height: 130%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-bottom__link:hover {
  color: #EB3B27;
  text-decoration: underline;
}
.footer-logo {
  margin: 0 auto -24px;
}
.footer-phone {
  color: #212121;
  font-size: 20px;
  font-weight: 350;
  line-height: 24px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.footer-phone:hover {
  color: #EB3B27;
  text-decoration: underline;
}
.footer-soc__item {
  margin: 24px 24px 0 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-soc__item:hover {
  opacity: 0.7;
}
.footer-left {
  padding-top: 92px;
}
.footer-partner {
  margin-top: 36px;
}
.footer-video {
  position: absolute;
  top: -215px;
  left: 0;
  width: 168px;
}
.footer-video video, .footer-video img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  border-radius: 8px;
}
.footer-video__close {
  right: 6px;
  top: 6px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 3;
  background-image: url("../img/footer-close.svg");
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  background-size: 12px;
}
.footer-nav {
  padding: 0;
  margin: 0;
}
.footer-nav ul {
  padding: 0;
  margin: -24px 0 0 0;
  list-style-type: none;
}
.footer-nav ul li {
  margin-top: 24px;
  display: block;
}
.footer-nav ul li a {
  text-decoration: none;
  outline: none;
  color: #212121;
  font-size: 16px;
  font-weight: 350;
  line-height: 24px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-nav ul li a:hover {
  color: #EB3B27;
  text-decoration: underline;
}
.footer-column ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 350px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-column ul li {
  width: 126px;
  min-width: 126px;
  margin-right: 20px;
}

.fixed-buttons {
  position: fixed;
  z-index: 19;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fixed-buttons__item {
  border-radius: 68px 0px 0px 74px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(2px);
  background: rgba(255, 255, 255, 0.2);
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  margin: 16px 0 0 0;
  width: 41px;
  padding: 47px 0;
}
.fixed-buttons__item span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.fixed-buttons__item:first-child {
  margin-top: 0;
}
.fixed-buttons__item:hover {
  background: rgba(255, 255, 255, 0.4);
}
.fixed-buttons.buttons-white .fixed-buttons__item {
  background: rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.2);
}
.fixed-buttons.buttons-white .fixed-buttons__item:hover {
  background: rgba(0, 0, 0, 0.4);
}

.page-header .header-dark-bg, .body-modal-open .header-dark-bg {
  background: #000;
}

.body-modal-open .header {
  background: #000;
}

.seo {
  padding: 48px 0;
  background: #EBEBEB;
}
.seo-content {
  color: rgba(33, 33, 33, 0.64);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: -24px;
}
.seo-content p {
  margin-bottom: 32px;
}
.seo-content h2, .seo-content h3, .seo-content h4, .seo-content h5, .seo-content h6 {
  margin-bottom: 32px;
  color: #212121;
  font-size: 32px;
  font-weight: 350;
  line-height: 40px;
  letter-spacing: 1.92px;
  text-transform: uppercase;
}
.seo-content a {
  text-decoration: underline;
  color: rgba(33, 33, 33, 0.64);
}
.seo-content ul {
  padding-left: 24px;
  list-style-type: disc !important;
}

.faq {
  padding: 120px 0;
  background: #EBEBEB;
}
.faq-item {
  border-bottom: 1px solid rgba(49, 49, 49, 0.2);
}
.faq-item__title {
  padding: 24px 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 48px;
  color: #212121;
  font-size: 32px;
  font-weight: 300;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 40px;
  letter-spacing: 0.64px;
}
.faq-item__title p {
  width: 843px;
}
.faq-item__title::after {
  content: "";
  position: absolute;
  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;
  top: 24px;
  right: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 1px solid #D40000;
  background-image: url("../img/plus.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.faq-item__title span {
  position: absolute;
  top: 24px;
  left: 0;
  color: #212121;
  font-size: 32px;
  font-weight: 350;
  line-height: 40px;
  letter-spacing: 1.92px;
  text-transform: uppercase;
}
.faq-item__text {
  display: none;
  color: #212121;
  font-size: 20px;
  font-weight: 350;
  line-height: 140%;
}
.faq-item__text p {
  width: 664px;
  padding-top: 14px;
  margin-right: 227px;
  margin-left: auto;
  padding-bottom: 24px;
}
.faq-item.open .faq-item__title::after {
  background-image: url("../img/minus.svg");
}

.page-main {
  min-height: 100vh;
  min-height: calc(100vh - env(safe-area-inset-bottom));
}
.page-main__wrapper {
  padding: 64px 0;
}
.page-main__title {
  width: 1000px;
  max-width: 100%;
}

.breadcrumbs {
  padding: 0;
  margin: 0 0 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumbs li {
  color: #EB3B27;
  font-size: 12px;
  font-weight: 350;
  line-height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs li::after {
  content: "/";
  display: block;
  margin: 0 4px;
  color: #666;
}
.breadcrumbs li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  text-decoration: none;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
}
.breadcrumbs li:last-child::after {
  display: none;
}

.kits {
  padding: 96px 0 200px;
  background: #EBEBEB;
}
.kits-text {
  margin: 0 auto 56px;
  color: #212121;
  font-size: 24px;
  font-weight: 350;
  line-height: 140%;
  width: 780px;
  max-width: 100%;
}
.kits-btn {
  margin: 0 auto 96px;
  width: 204px;
  height: 204px;
  font-size: 14px;
}
.kits-btn::before {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/kits-btn.png");
  background-repeat: no-repeat;
  background-position: center;
}
.kits-btn:hover::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.kits-block {
  width: 20%;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 60px;
}
.kits-list {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -60px;
}
.kits-item {
  width: 200px;
  margin: 0 auto;
}
.kits-item img {
  width: 100%;
  margin: 0 auto;
}
.kits-item span {
  margin-top: -4px;
  color: #212121;
  font-size: 24px;
  font-weight: 350;
  line-height: 140%;
  text-transform: uppercase;
}
.kits-item span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../img/kits-arrow.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: calc(100% + 5px);
  top: 2px;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.kits-item:hover span {
  color: #D40000;
}
.kits-item:hover span::before {
  opacity: 1;
}

.reels {
  padding: 161px 0 84px;
  background: #0D0D0D;
}
.reels-slider {
  overflow: visible;
}
.reels-slider__wrapper .cartCatalog-prev {
  left: 50px;
  z-index: 9;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.reels-slider__wrapper .cartCatalog-next {
  right: 50px;
  z-index: 9;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.reels-slider .swiper-slide {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
  pointer-events: none;
}
.reels-slider .swiper-slide.swiper-slide-visible {
  opacity: 1;
  pointer-events: auto;
}
.reels-bottom {
  margin-top: 160px;
}
.reels-title {
  width: 836px;
  max-width: calc(100% - 430px);
}
.reels-text {
  width: 408px;
  font-size: 18px;
  font-weight: 350;
  line-height: 30px;
}
.reels-item {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 12px;
  aspect-ratio: 0.56;
  border: 1px solid #212121;
  cursor: pointer;
}
.reels-item__mute {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 4;
  background-image: url("../img/voice.svg");
}
.reels-item::before, .reels-item::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 3;
  background-image: url("../img/voice.svg");
}
.reels-item::after {
  background-image: url("../img/full.svg");
  left: auto;
  right: 12px;
}
.reels-item img, .reels-item video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.reels-item video {
  opacity: 0;
}
.reels-item:hover {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.reels-block {
  width: 16.6666666667%;
}

.swiper-slide-active .reels-item img {
  opacity: 0;
}
.swiper-slide-active .reels-item video {
  opacity: 1;
}

.kits-row__item {
  width: 33.333%;
  height: 620px;
}
.kits-row__item-link {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.kits-row__item-bg {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kits-row__item-text {
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 40px 24px;
  color: #fff;
  font-size: 32px;
  font-weight: 350;
  line-height: 40px;
  letter-spacing: 1.92px;
  text-transform: uppercase;
}
.kits-row__item:hover img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.kits-big {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 520px;
}

.suggest {
  background: #010101;
  padding: 80px 0 106px;
}
.suggest-img {
  left: -280px;
  bottom: -60px;
}
.suggest-right {
  width: 558px;
}
.suggest-items {
  padding-top: 24px;
  margin-left: -26px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.suggest-item {
  margin-top: 24px;
  width: calc(50% - 26px);
  margin-left: 26px;
}
.suggest-item__title {
  padding-bottom: 15px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 64px;
  font-weight: 350;
  line-height: 64px;
  letter-spacing: 5.12px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(219, 219, 219, 0.3);
  margin-bottom: 16px;
}
.suggest-item__text {
  color: #EBEBEB;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
}
.suggest-text {
  color: #fff;
  font-size: 20px;
  font-weight: 350;
  line-height: 140%;
}

.btn {
  text-transform: uppercase;
}

.kits-benefits {
  padding: 65px 0;
  background: #EBEBEB;
}
.kits-benefits .kits-btn {
  margin: 0;
}
.kits-benefits__title {
  max-width: 826px;
}

.kits-steps__img {
  left: 0;
  bottom: 0;
  height: 100%;
  width: calc(100% - 870px);
  -o-object-fit: cover;
     object-fit: cover;
}
.kits-steps__item {
  width: 290px;
  padding: 64px 16px;
  height: 560px;
  background: linear-gradient(184deg, #3A3A3A -28.37%, #090909 127.09%);
}
.kits-steps__item-number {
  bottom: 40px;
  left: -56px;
  color: #fff;
  font-size: 144px;
  font-weight: 300;
  line-height: 144px;
  letter-spacing: 2.88px;
  position: absolute;
  text-transform: uppercase;
}
.kits-steps__item-title {
  margin-bottom: 24px;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
}
.kits-steps__item-text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
}
.kits-steps__item:nth-child(even) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #D40000;
}
.kits-steps__item:nth-child(even) .kits-steps__item-number {
  top: 64px;
  bottom: auto;
}
.kits-steps__list {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.page-form__wrapper .home-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 100vh;
  padding: 46px 0 120px 0;
}

.brand-text {
	padding: 64px 0;
	background-image: url("../img/bg-brand.png");
	background-size: cover;
	background-position: center;
	min-height: calc(100vh - env(safe-area-inset-bottom));
	position: relative;
}
.brand-text__title {
  width: 1200px;
  max-width: 100%;
}

.setup {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(6.69%, rgba(0, 0, 0, 0.56)), color-stop(37.72%, rgba(0, 0, 0, 0.11)), color-stop(64.6%, rgba(0, 0, 0, 0.11)), color-stop(104.01%, rgba(0, 0, 0, 0.56)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.56) 6.69%, rgba(0, 0, 0, 0.11) 37.72%, rgba(0, 0, 0, 0.11) 64.6%, rgba(0, 0, 0, 0.56) 104.01%);
}
.setup-text {
  width: 716px;
  font-size: 20px;
  font-weight: 350;
  line-height: 140%;
  margin-top: 24px;
}
.setup-wrapper {
  min-height: 100vh;
  padding: 56px 0 90px;
}
.setup-title {
  width: 1000px;
  max-width: 100%;
}
.setup-items {
  margin-top: auto;
}
.setup-item {
  font-size: 24px;
  font-weight: 350;
  line-height: 140%;
}
.setup-line {
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 18px;	
}
.setup-bg {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.brand {
  padding: 64px 0 96px;
  background: linear-gradient(172deg, #181818 -51.46%, #090909 128.63%);
}
.brand-top {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.brand-link {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  padding: 8px;
  border-bottom: 1px solid transparent;
}
.brand-link.active {
  border-bottom: 1px solid #D40000;
}
.brand-list {
  margin-left: -11px;
  margin-right: -11px;
  padding-top: 42px;
}
.brand-block {
  padding-left: 11px;
  padding-right: 11px;
  width: 33.333%;
  margin-top: 22px;
}
.brand-item {
  min-height: 100%;
  border: 1px solid rgba(219, 219, 219, 0.16);
  background: #212121;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.brand-item__link {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.brand-item__img {
  height: 265px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.brand-item__text {
  padding: 24px 20px 20px 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 350;
  line-height: 34px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.brand-item:hover {
  border-color: rgba(255, 255, 255, 0.3);
}
.brand-item:hover .brand-item__text {
  color: #EB3B27;
}

.brand-main {
  position: relative;
}
.brand-main::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.brand-main__bg {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.brand-main__wrapper {
  padding: 64px 0;
}
.brand-main .breadcrumbs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.brand-main .kits-btn {
  margin: 0 auto 48px;
  background: rgba(33, 33, 33, 0.1);
  backdrop-filter: blur(15px);
}
.brand-main .kits-btn::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.brand-main .kits-btn:hover {
  background: #EB3B27;
}

.main-clients::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(89.66%, rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 89.66%);
}

.quality {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(6.69%, rgba(0, 0, 0, 0.56)), color-stop(43.17%, rgba(0, 0, 0, 0.11)), color-stop(62.82%, rgba(0, 0, 0, 0.6)), color-stop(104.01%, rgba(0, 0, 0, 0.7)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.56) 6.69%, rgba(0, 0, 0, 0.11) 43.17%, rgba(0, 0, 0, 0.6) 62.82%, rgba(0, 0, 0, 0.7) 104.01%);
  padding: 64px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.quality-bg {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.quality-btn {
  margin: 0;
  backdrop-filter: blur(15px);
  background: rgba(33, 33, 33, 0.1);
  backdrop-filter: blur(15px);
}
.quality-btn::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.quality-btn:hover {
  background: #EB3B27;
}
.quality-subtitle {
  margin: 24px 0 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: 350;
  line-height: 30px;
  width: 350px;
  max-width: 100%;
}

.select {
  height: 40px;
  width: 100%;
  position: relative;
}
.select select {
  display: none;
}
.select .nice-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  background: transparent;
}
.select .nice-select::after {
  display: none;
}
.select .nice-select::before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  background-image: url("../img/red-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.select .nice-select-dropdown {
  width: 100%;
  border-radius: 0;
  border: none;
}
.select .nice-select .list {
  border-radius: 0;
  background: #171717;
}
.select .nice-select .option {
  font-weight: normal;
}
.select .nice-select .option.selected {
  background: #373737 !important;
}

.pagination {
  margin: 24px 0 0 0;
  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;
}
.pagination a, .pagination span {
  width: 32px;
  height: 32px;
  text-decoration: none;
  outline: none;
  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;
  color: #fff;
  font-size: 18px;
  font-weight: 350;
  line-height: 24px;
  letter-spacing: 1.08px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin: 0 3px;
  position: relative;
  border-radius: 100%;
}
.pagination a.current, .pagination span.current {
  background: #212121;
}
.pagination a.prev, .pagination a.next, .pagination span.prev, .pagination span.next {
  font-size: 0;
}
.pagination a.prev::before, .pagination a.next::before, .pagination span.prev::before, .pagination span.next::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/pagination-next.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.pagination a.prev::before, .pagination span.prev::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pagination a:hover {
  background: #212121;
}

.clients {
  padding: 64px 0 72px;
  background: linear-gradient(172deg, #181818 -51.46%, #090909 128.63%);
}
.clients-select {
  width: 220px;
  margin: 0 16px;
}
.clients-btn {
  margin: 56px auto 0;
}

.blog {
  background: linear-gradient(172deg, #181818 -51.46%, #090909 128.63%);
  padding: 152px 0 96px;
}
.blog-block {
  width: 33.333%;
  margin-top: 48px;
}
.blog-list {
  padding-top: 48px;
}

.innovations {
  padding: 123px 0 24px;
  background-image: url("../img/bg-innovations.png");
  background-size: cover;
}
.innovations-img {
  right: 0;
  bottom: -20px;
}
.innovations-subtitle {
  width: 532px;
  max-width: 100%;
  margin: 24px 0 88px;
}
.innovations-form {
  width: 532px;
  max-width: 100%;
}
.innovations-btn {
  margin: 40px auto 60px;
  background: rgba(255, 255, 255, 0.2);
}
.innovations-policy {
  width: 340px;
  max-width: 100%;
  margin: 0 auto;
  opacity: 0.6;
  color: #212121;
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
}
.innovations-policy a {
  text-decoration: none;
  color: #212121;
}
.innovations-policy a:hover {
  text-decoration: underline;
}

.reels-padding {
  padding: 96px 0;
}

.page-video {
  padding: 103px 0 64px;
  background: #131313;
}

.videoBlock {
  background: linear-gradient(172deg, #181818 -51.46%, #090909 128.63%);
  padding: 64px 0 72px;
}
.videoBlock-block {
  width: 50%;
  margin-top: 32px;
}
.videoBlock-list {
  padding-top: 40px;
}
.videoBlock-item__top {
  aspect-ratio: 2;
  width: 100%;
}
.videoBlock-item__img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.videoBlock-item__title {
  padding: 24px 20px 20px;
  color: #DDD;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
}
.videoBlock-item__btn {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  z-index: 3;
  background: rgba(33, 33, 33, 0.1);
  backdrop-filter: blur(15.1000003815px);
}

.video-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.video-banner__bg {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(6.69%, rgba(0, 0, 0, 0.56)), color-stop(45.58%, rgba(0, 0, 0, 0.11)), color-stop(64.6%, rgba(0, 0, 0, 0.6)), color-stop(104.01%, rgba(0, 0, 0, 0.7)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.56) 6.69%, rgba(0, 0, 0, 0.11) 45.58%, rgba(0, 0, 0, 0.6) 64.6%, rgba(0, 0, 0, 0.7) 104.01%);
}
.video-banner__wrapper {
  padding: 64px 0;
}
.video-banner__title {
  width: 834px;
  max-width: 100%;
}
.video-banner__play {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  z-index: 5;
  background: rgba(33, 33, 33, 0.1);
  backdrop-filter: blur(15.1000003815px);
  width: 156px;
  height: 156px;
}

.dark-type {
  padding: 96px 0;
  background: linear-gradient(172deg, #181818 -51.46%, #090909 128.63%);
}
.dark-type__text {
  color: #fff;
  font-size: 24px;
  font-weight: 350;
  line-height: 140%;
  width: 780px;
  max-width: 100%;
}
.dark-type .kits-btn {
  margin: 64px auto 0;
  background: rgba(33, 33, 33, 0.1);
  backdrop-filter: blur(15px);
}
.dark-type .kits-btn::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.dark-type .kits-btn:hover {
  background: #EB3B27;
}

.type {
  padding: 64px 0 72px;
}
.type-block {
  margin-top: 24px;
  width: 33.333%;
}
.type-list {
  padding-top: 48px;
}
.type-item {
  border: 1px solid transparent;
  padding: 19px;
  min-height: 100%;
}
.type-item:hover {
  border: 1px solid rgba(49, 49, 49, 0.2);
  background: #EBEBEB;
}
.type-item__img {
  height: 210px;
  width: 100%;
}
.type-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.type-item__title {
  margin: 40px 0 16px;
  color: #212121;
  font-size: 20px;
  font-weight: 350;
  line-height: 140%;
}
.type-item__title:hover {
  text-decoration: none;
  color: #D40000;
}
.type-item__price {
  color: #212121;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}
.type-item__btn {
  width: 48px;
  height: 48px;
  border: 1px solid #D40000;
  backdrop-filter: blur(2px);
  border-radius: 100%;
}
.type-item__btn:hover {
  background: #D40000;
}
.type-item__btn:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.type-item__bottom {
  margin-top: auto;
}

.select.dark-select .nice-select {
  color: #212121;
  border-bottom: 1px solid rgba(49, 49, 49, 0.2);
}
.select.dark-select .nice-select .list {
  background: #EBEBEB;
  color: #212121;
}
.select.dark-select .nice-select .option.selected {
  background: #fff !important;
}

.pagination.dark-pagination a, .pagination.dark-pagination span {
  color: #212121;
}
.pagination.dark-pagination a.current, .pagination.dark-pagination span.current {
  background: #EBEBEB;
}
.pagination.dark-pagination a.prev::before, .pagination.dark-pagination a.next::before, .pagination.dark-pagination span.prev::before, .pagination.dark-pagination span.next::before {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.pagination.dark-pagination a:hover {
  color: #212121;
  background: #EBEBEB;
}

.cart {
  padding-bottom: 80px;
  background: #212121;
  padding-top: 96px;
}
.cart-list {
  margin-top: 48px;
}
.cart-right {
  background: linear-gradient(172deg, #181818 -51.46%, #090909 128.63%);
  padding: 20px;
  width: 324px;
}
.cart-right__item {
  margin-bottom: 32px;
  color: #fff;
  font-size: 18px;
  font-weight: 350;
  line-height: 30px;
}
.cart-right__item:last-child {
  margin-bottom: 48px;
}
.cart-right__item-title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 350;
  line-height: 32px;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}
.cart-right__item-price {
  font-size: 36px;
  font-weight: 350;
  line-height: 40px;
  letter-spacing: 2.16px;
  margin-top: 12px;
}
.cart-right__btn {
  margin: 0 auto;
}
.cart-left {
  width: calc(100% - 96px - 324px);
}
.cart-item {
  padding: 16px 0;
  border-top: 1px solid rgba(219, 219, 219, 0.16);
}
.cart-item:first-child {
  border-top: none;
}
.cart-item__left {
  width: 250px;
  min-width: 250px;
  margin-right: 24px;
}
.cart-item__img {
  height: 147px;
  overflow: hidden;
}
.cart-item__img img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cart-item__img:hover img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.cart-item__right {
  margin-left: 32px;
  width: 24px;
  min-width: 24px;
}
.cart-item__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cart-item__title {
  color: #fff;
  font-size: 20px;
  font-weight: 350;
  line-height: 24px;
  letter-spacing: 1.2px;
  max-width: 390px;
  width: 100%;
}
.cart-item__title:hover {
  text-decoration: underline;
}
.cart-item__price {
  margin: 24px 0;
  color: #fff;
  font-size: 24px;
  font-weight: 350;
  line-height: 140%;
}
.cart-item__remove {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cart-item__remove:hover {
  opacity: 0.7;
}

.counter {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.counter-minus, .counter-plus {
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  border: none;
  cursor: pointer;
  background-color: transparent;
}
.counter-minus {
  background-image: url("../img/cart-minus.svg");
}
.counter-plus {
  background-image: url("../img/cart-plus.svg");
}
.counter-result {
  text-align: center;
  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: none;
  background: transparent;
  padding: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 350;
  line-height: 32px;
  letter-spacing: 1.44px;
  width: 40px;
  height: 32px;
}

.cartCatalog {
  padding: 80px 0;
}
.cartCatalog-slider {
  position: static;
}
.cartCatalog-arrows {
  top: 0;
  right: 0;
}
.cartCatalog-arrow {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-left: 20px;
}
.cartCatalog-prev img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cartCatalog-title {
  margin-bottom: 96px;
}
.cartCatalog .cartCatalog-arrow {
  -webkit-filter: brightness(0);
          filter: brightness(0);
  opacity: 0.6;
}
.cartCatalog .cartCatalog-title {
  color: #212121;
}

.card {
  background: linear-gradient(172deg, #181818 -51.46%, #090909 128.63%);
  padding-bottom: 100px;
  padding-top: 68px;
}
.card-wrapper {
  width: calc(50% - 32px);
  margin-left: auto;
}
.card-title {
  color: #fff;
  font-size: 32px;
  font-weight: 350;
  line-height: 40px;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  width: 530px;
  max-width: 100%;
  margin: 40px 0 24px;
}
.card .breadcrumbs {
  margin: 0;
}
.card-thumb {
  margin-top: 16px;
}
.card-thumb .swiper-slide {
  cursor: pointer;
  -webkit-transition: border 0.4s;
  transition: border 0.4s;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 4px;
}
.card-thumb .swiper-slide-thumb-active {
  border-color: #D40000;
}
.card-slider__wrapper {
  position: absolute;
  left: 48px;
  top: 0;
  width: calc(100% - 48px - 48px - 630px);
}
.card-slider__img {
  aspect-ratio: 1.6;
}
.card-slider__img img {
  border-radius: 4px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.card .cartCatalog-arrows {
  top: auto;
  right: 16px;
  bottom: 20px;
}
.card-desc {
  color: #FFF;
  font-size: 18px;
  font-weight: 350;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-desc a {
  color: #fff;
  text-decoration: underline;
}
.card-desc.active {
  -webkit-line-clamp: 999;
}
.card-btn {
  margin-top: 16px;
  color: #EB3B27;
  font-size: 18px;
  font-weight: 350;
  line-height: 24px;
}
.card-brand {
  margin: 24px 0;
  border-radius: 210px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 31px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  text-transform: uppercase;
}
.card-brand img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-height: 50px;
  width: auto;
  max-width: 100%;
}
.card-chars__item {
  margin-top: 24px;
  color: #fff;
}
.card-chars__item-left {
  opacity: 0.3;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  width: 200px;
}
.card-chars__item-right {
  font-size: 18px;
  font-weight: 350;
  line-height: 30px;
  width: 200px;
}
.card-desktop {
  margin-top: 24px;
}
.card-desktop__price {
  color: #fff;
  font-size: 40px;
  font-weight: 350;
  line-height: 48px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}
.card-desktop__left {
  width: 292px;
}
.card-desktop__click {
  margin-top: 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  padding: 8px 0;
  border-bottom: 1px solid #D40000;
}
.card-desktop__click img {
  margin-left: 12px;
}
.card-desktop__click:hover {
  opacity: 0.7;
}
.card-desktop__btn img {
  margin-right: auto;
  margin-left: auto;
}
.card-mobile__btn {
  margin: 32px auto 0;
}
.card-mobile__price {
  margin-top: 48px;
  color: #fff;
  font-size: 20px;
  font-weight: 350;
  line-height: 140%;
}

.drag-hover__cursor {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  z-index: 9;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}
.drag-hover__cursor.active {
  opacity: 1;
}

.articleOther .cartCatalog-title {
  margin-bottom: 32px;
}

.article-main__subtitle {
  margin-top: 48px;
  font-size: 20px;
  font-weight: 350;
  line-height: 140%;
}
.article-main__subtitle span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.article-main__subtitle span:first-child {
  margin-right: 24px;
}

.article {
  background: #EBEBEB;
  padding: 64px 0 88px;
}
.article-content {
  color: #212121;
  font-size: 24px;
  font-weight: 350;
  line-height: 140%;
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
}
.article-content p {
  margin-bottom: 48px;
}
.article-content p.small-margin {
  margin-bottom: 16px;
}
.article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
  width: 810px;
  max-width: 100%;
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 350;
  line-height: 40px;
  letter-spacing: 1.92px;
  text-transform: uppercase;
}
.article-content small {
  font-size: 18px;
  font-weight: 350;
  line-height: 24px;
}
.article-content img {
  position: relative;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: auto;
  display: block;
  margin-bottom: 48px;
}
.article-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin: -10px 0 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  font-weight: 350;
  width: 864px;
  max-width: 100%;
  line-height: 24px;
}
.article-content ul li {
  display: block;
  margin-top: 10px;
  width: calc(50% - 20px);
  padding-left: 24px;
  position: relative;
}
.article-content ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: 1px solid #D40000;
}
.article-content blockquote {
  display: block;
  width: 100%;
  margin-bottom: 28px;
  position: relative;
  padding-left: 63px;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 28px;
  background-image: url("../img/quote.svg");
  background-repeat: no-repeat;
  background-position: top left;
}
.article-bottom {
  color: #212121;
  font-size: 18px;
  font-weight: 350;
  line-height: 24px;
  letter-spacing: 1.08px;
  width: 1120px;
  max-width: 100%;
  margin: 48px auto 0;
}
.article-back {
  color: #212121;
}
.article-back img {
  margin-right: 8px;
}
.article-back:hover {
  text-decoration: underline;
}
.article-soc {
  margin-right: 127px;
}
.article-soc a {
  margin-left: 20px;
}
.article-soc a:hover {
  opacity: 0.7;
}

.article-slider .cartCatalog-prev {
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  margin: 0;
}
.article-slider .cartCatalog-next {
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  margin: 0;
}
.article-slider__wrapper {
  position: relative;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.slider-pagination .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 24px;
  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;
  z-index: 3;
}
.slider-pagination .swiper-pagination-bullet {
  margin: 0 3px;
  width: 77px;
  height: 4px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
}
.slider-pagination .swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0.2);
}

.article-slider__img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.dealers-main {
  background: #242424;
}
.dealers-main__btn {
  margin: 0 auto 48px;
}

.dealersMap {
  padding: 104px 0 32px;
}
.dealersMap-box {
  height: 680px;
}
.dealersMap-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dealersMap-select {
  width: 220px;
}
.dealersMap-select .option:first-child {
  display: none;
}
.dealersMap-item {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  margin-right: 48px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dealersMap-item:hover {
  opacity: 0.7;
}
.dealersMap-item:last-child {
  margin-right: 0;
}
.dealersMap-item img {
  margin-right: 12px;
}
.dealersMap-list {
  margin-bottom: 32px;
}

.dealers-bg {
  background: #212121;
}

.dealersContact {
  padding-bottom: 40px;
  color: #fff;
}
.dealersContact-select {
  width: 220px;
  margin: 0 auto 32px;
}
.dealersContact-select .option:first-child {
  display: none;
}
.dealersContact-block {
  margin-top: 16px;
  width: 25%;
}
.dealersContact-list {
  margin-top: -16px;
}
.dealersContact-item {
  min-height: 100%;
  padding: 24px;
  background: linear-gradient(172deg, #181818 -51.46%, #090909 128.63%);
}
.dealersContact-item__title {
  font-size: 24px;
  font-weight: 350;
  line-height: 32px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
.dealersContact-item__subtitle {
  margin: 16px 0;
  font-size: 18px;
  font-weight: 350;
  line-height: 24px;
  letter-spacing: 1.08px;
}
.dealersContact-item__address {
  font-size: 16px;
  font-weight: 350;
  line-height: 16px;
  margin-bottom: 42px;
}
.dealersContact-item__address img {
  margin-right: 12px;
}
.dealersContact-item__soc {
  margin-top: auto;
}
.dealersContact-item__soc-link {
  margin-right: 20px;
}
.dealersContact-item__soc-link img:last-child {
  left: 0;
  top: 0;
  opacity: 0;
}
.dealersContact-item__soc-link:hover img:last-child {
  opacity: 1;
}
.dealersContact-item__email {
  margin-top: 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 350;
  line-height: 30px;
}
.dealersContact-item__email:hover {
  text-decoration: underline;
}
.dealersContact-item__phone {
  margin-top: 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 350;
  line-height: 140%;
}
.dealersContact-item__phone:hover {
  text-decoration: underline;
}

.dealersInfo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5.84%, rgba(0, 0, 0, 0.56)), color-stop(49.62%, rgba(0, 0, 0, 0.11)), color-stop(61.55%, rgba(0, 0, 0, 0.6)), color-stop(104.01%, rgba(0, 0, 0, 0.7)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.56) 5.84%, rgba(0, 0, 0, 0.11) 49.62%, rgba(0, 0, 0, 0.6) 61.55%, rgba(0, 0, 0, 0.7) 104.01%);
  z-index: 1;
}
.dealersInfo-wrapper {
  padding: 48px 0 72px;
}
.dealersInfo-text {
  color: #fff;
  font-size: 20px;
  font-weight: 350;
  line-height: 140%;
}
.dealersInfo-text p {
  margin-top: 24px;
}
.dealersInfo-text p:first-child {
  margin-top: 0;
}
.dealersInfo-right {
  width: 480px;
  max-width: 100%;
}
.dealersInfo-left {
  width: 600px;
  max-width: 100%;
}
.dealersInfo-btn {
  backdrop-filter: blur(15.1000003815px);
  background: rgba(33, 33, 33, 0.1);
  margin-top: 42px;
}
.dealersInfo-bg {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.dealersInfo-list {
  margin-top: auto;
}
.dealersInfo-item {
  color: #fff;
}
.dealersInfo-item__number {
  font-size: 120px;
  font-weight: 350;
  line-height: 90px;
  position: relative;
}
.dealersInfo-item__number span {
  z-index: 3;
  right: 28px;
  width: 20px;
  text-align: center;
  top: 44%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #D40000;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  display: block;
  line-height: 16px;
}
.dealersInfo-item__desktop {
  margin-left: 14px;
  font-size: 24px;
  font-weight: 350;
  line-height: 140%;
}
.dealersInfo-item__text {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 350;
  line-height: 140%;
}
.dealersInfo-item__text span {
  display: none;
}

.clientBig::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(6.69%, rgba(0, 0, 0, 0.56)), color-stop(37.72%, rgba(0, 0, 0, 0.11)), color-stop(64.6%, rgba(0, 0, 0, 0.6)), color-stop(104.01%, rgba(0, 0, 0, 0.7)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.56) 6.69%, rgba(0, 0, 0, 0.11) 37.72%, rgba(0, 0, 0, 0.6) 64.6%, rgba(0, 0, 0, 0.7) 104.01%);
  z-index: 2;
}
.clientBig img {
  width: 100%;
  height: auto;
  display: block;
}

.clientText {
  padding: 113px 0;
  background: linear-gradient(172deg, #181818 -51.46%, #090909 128.63%);
}
.clientText-item {
  width: 977px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 350;
  line-height: 140%;
}

.clientPortfolio {
  background: linear-gradient(4deg, #6A6A6A 39.02%, #000 89.29%);
  padding: 123px 0 158px;
}
.clientPortfolio-item {
  width: 50%;
  margin-top: 80px;
}
.clientPortfolio-item img {
  width: 100%;
  height: auto;
}
.clientPortfolio-text {
  height: 32px;
  padding: 0 16px;
  border-radius: 30px;
  background: rgba(102, 102, 102, 0.5);
  color: #fff;
  font-size: 12px;
  font-weight: 350;
  line-height: 16px;
}

.clientInfo-wrapper {
  padding: 64px 0;
}
.clientInfo-text {
  width: 777px;
  max-width: 100%;
  margin-left: auto;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}
.clientInfo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(6.69%, rgba(0, 0, 0, 0.56)), color-stop(37.72%, rgba(0, 0, 0, 0.11)), color-stop(64.6%, rgba(0, 0, 0, 0.6)), color-stop(104.01%, rgba(0, 0, 0, 0.7)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.56) 6.69%, rgba(0, 0, 0, 0.11) 37.72%, rgba(0, 0, 0, 0.6) 64.6%, rgba(0, 0, 0, 0.7) 104.01%);
  z-index: 2;
}
.clientInfo-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.home-small__link {
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 3;
}
.home-small .home-small__block {
  padding-bottom: 64px;
}
.home-small .home-big__text {
  width: 555px;
  max-width: 100%;
  color: #DDD;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

.home-small__block:last-child .home-small__link {
  left: auto;
  right: 0;
}

.client-main__left {
  margin-right: 32px;
}
.client-main__btn {
  width: 204px;
  min-width: 204px;
  height: 204px;
  margin-left: 24px;
}
.client-main__subtitle {
  margin: 24px 0;
  color: #FFF;
  font-size: 48px;
  font-weight: 350;
  line-height: 56px;
  letter-spacing: 3.84px;
  text-transform: uppercase;
}
.client-main .kits-btn {
  background: rgba(33, 33, 33, 0.1);
  backdrop-filter: blur(15.1000003815px);
}
.client-main .kits-btn::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.client-main__address {
  color: #fff;
  font-size: 20px;
  font-weight: 350;
  line-height: 140%;
}
.client-main__address img {
  margin-right: 16px;
}
.client-main__list {
  width: 100%;
}

.main-tuning .h1 {
  width: 1050px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.tuning-list {
  padding-top: 60px;
}
.tuning-item {
  width: 25%;
  margin-top: 15px;
  padding: 24px 0;
}
.tuning-item__link {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.tuning-item__img {
  aspect-ratio: 1.5;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tuning-item__text {
  margin-top: 16px;
  color: #212121;
  font-size: 24px;
  font-weight: 350;
  line-height: 140%;
}
.tuning-item:hover {
  background: #EBEBEB;
}

.tuningStyle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(6.69%, rgba(0, 0, 0, 0.56)), color-stop(37.72%, rgba(0, 0, 0, 0.11)), color-stop(64.6%, rgba(0, 0, 0, 0.11)), color-stop(104.01%, rgba(0, 0, 0, 0.56)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.56) 6.69%, rgba(0, 0, 0, 0.11) 37.72%, rgba(0, 0, 0, 0.11) 64.6%, rgba(0, 0, 0, 0.56) 104.01%);
}
.tuningStyle-title {
  width: 100%;
}
.tuningStyle-text {
  margin: 40px 0 0 0;
  width: 560px;
  color: #fff;
  font-size: 18px;
  font-weight: 350;
  line-height: 30px;
}
.tuningStyle-wrapper {
  padding: 64px 0;
}

.tuningComplect {
  background: linear-gradient(172deg, #181818 -51.46%, #090909 128.63%);
  padding: 120px 0;
}
.tuningComplect-text {
  width: 546px;
  max-width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 350;
  line-height: 30px;
}
.tuningComplect-title {
  max-width: calc(100% - 566px);
}
.tuningComplect-item {
  height: 363px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0.48;
  -webkit-transform: scale(0.86);
      -ms-transform: scale(0.86);
          transform: scale(0.86);
}
.tuningComplect-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tuningComplect-slider {
  overflow: visible;
}
.tuningComplect-slider__wrapper {
  margin-top: 100px;
}

.tuningComplect .cartCatalog-arrows, .detailReels .cartCatalog-arrows {
  margin: 0;
}
.tuningComplect .cartCatalog-next, .detailReels .cartCatalog-next {
  position: absolute;
  right: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 4;
  margin: 0;
}
.tuningComplect .cartCatalog-prev, .detailReels .cartCatalog-prev {
  position: absolute;
  left: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 4;
  margin: 0;
}

.swiper-slide-active .tuningComplect-item {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.gradient {
  background: linear-gradient(172deg, #181818 -51.46%, #090909 128.63%);
}

.diskSteps {
  padding: 150px 0 56px;
  background: linear-gradient(172deg, #181818 -51.46%, #090909 128.63%);
  text-align: center;
}

.diskBenefits {
  padding: 64px 0;
}
.diskBenefits-btn {
  background: rgba(33, 33, 33, 0.1);
  backdrop-filter: blur(15.1000003815px);
  margin: 0 auto;
}
.diskBenefits-right {
  width: calc(50% - 15px);
  height: 662px;
  text-align: center;
  padding: 24px 0 48px;
}
.diskBenefits-right__bg {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.diskBenefits-right__title {
  margin-bottom: auto;
}
.diskBenefits-items {
  padding-top: 220px;
}
.diskBenefits-left {
  width: calc(50% - 15px);
}
.diskBenefits-item {
  width: calc(50% - 8px);
  margin-top: 24px;
  color: #fff;
  font-size: 24px;
  font-weight: 350;
  line-height: 140%;
}

.diskDefault::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-13.5%, rgba(0, 0, 0, 0.11)), color-stop(41.8%, rgba(0, 0, 0, 0.11)), color-stop(65.75%, rgba(0, 0, 0, 0.56)), color-stop(104.01%, rgba(0, 0, 0, 0.56)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.11) -13.5%, rgba(0, 0, 0, 0.11) 41.8%, rgba(0, 0, 0, 0.56) 65.75%, rgba(0, 0, 0, 0.56) 104.01%);
}
.diskDefault-wrapper {
  padding: 64px 0;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
.diskDefault-title {
  width: 100%;
}
.diskDefault-text {
  margin-top: 32px;
  width: 664px;
  color: #fff;
  font-size: 20px;
  font-weight: 350;
  line-height: 140%;
}

.diskGray {
  padding: 96px 0;
  background: #EBEBEB;
}
.diskGray-title {
  color: #212121;
  font-size: 24px;
  font-weight: 350;
  line-height: 140%;
  width: 788px;
  max-width: 100%;
  margin: 0 auto;
}
.diskGray-btn {
  margin: 64px auto 0;
}

.disk {
  padding: 72px 0;
}
.disk-title {
  margin-bottom: 24px;
  opacity: 0.64;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.14px;
  text-transform: uppercase;
}
.disk-tab {
  margin: 0 16px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 8px 0;
  border-bottom: 1px solid transparent;
}
.disk-tab.active, .disk-tab:hover {
  border-color: #D40000;
}
.disk-bold {
  width: calc(50% - 8px);
}
.disk-tabs {
  margin-bottom: 56px;
}
.disk-text {
  width: calc(50% - 8px);
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}
.disk-list {
  padding-top: 40px;
}
.disk-block {
  margin-top: 24px;
  width: 33.333%;
}
.disk-item {
	border: 1px solid transparent;
	padding: 19px;
	height: 100%;
}
.disk-item__img {
  height: 210px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.disk-item__title {
  margin: 36px 0 2px;
  color: #fff;
  font-size: 24px;
  font-weight: 350;
  line-height: 140%;
}
.disk-item__text {
  color: #fff;
  font-size: 16px;
  font-weight: 40;
  line-height: 24px;
  letter-spacing: 0.16px;
  text-transform: uppercase;
}
.disk-item__link {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.disk-item:hover {
  border-color: rgba(219, 219, 219, 0.16);
  background: #212121;
}
.disk-content {
  display: none;
}
.disk-content:first-child {
  display: block;
}

.dealersMap-content {
  padding: 64px 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
}
.dealersMap-content__btn {
  min-width: 156px;
  background: rgba(33, 33, 33, 0.1);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  backdrop-filter: blur(15.1000003815px);
}
.dealersMap-content__btn img {
  width: 24px;
  position: static;
  min-width: 24px;
  height: 24px;
}
.dealersMap-content__text {
  width: 731px;
  margin-top: 40px;
  max-width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 350;
  line-height: 140%;
}

.aboutMap {
  padding-top: 40px;
}

.diskDefault-logo {
  z-index: 4;
  right: 48px;
  top: 96px;
}

.aboutDefault-logo {
  margin-top: auto;
}
.aboutDefault .diskDefault-text {
  width: 543px;
}

.about-benefits__title {
  padding: 76px 0 46px;
  width: 850px;
  max-width: 100%;
}
.about-benefits__item {
  width: 33.333%;
  height: 600px;
  padding: 24px 32px;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
.about-benefits__item-img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.about-benefits__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), color-stop(32.39%, rgba(0, 0, 0, 0.11)), color-stop(65.89%, rgba(0, 0, 0, 0.56)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.11) 32.39%, rgba(0, 0, 0, 0.56) 65.89%);
}
.about-benefits__item-text {
  margin-top: 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 350;
  line-height: 24px;
}
.about-benefits__item-title {
  color: #fff;
  font-size: 32px;
  font-weight: 350;
  line-height: 40px;
  letter-spacing: 1.92px;
  text-transform: uppercase;
}

.aboutDefault.white-block::before {
  display: none;
}
.aboutDefault.white-block .diskDefault-text {
  color: #212121;
}
.aboutDefault.white-block .diskDefault-title {
  width: 650px;
  max-width: 100%;
}

.aboutIdea {
  background: #fff;
  padding: 96px 0 72px;
}
.aboutIdea-title {
  margin-bottom: 56px;
  width: 1000px;
  max-width: 100%;
}
.aboutIdea-img {
  left: 0;
  top: 0;
  width: 551px;
  height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  pointer-events: none;
}
.aboutIdea-box {
  width: calc(100% - 551px - 88px);
  border-top: 1px solid rgba(49, 49, 49, 0.2);
  padding-top: 58px;
  margin-left: auto;
}
.aboutIdea-item {
  margin-top: 48px;
  color: rgba(33, 33, 33, 0.12);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.aboutIdea-item:first-child {
  margin-top: 0;
}
.aboutIdea-item__text {
  width: 211px;
  min-width: 211px;
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.16px;
  margin-left: 32px;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.aboutIdea-item__top span {
  font-size: 120px;
  font-weight: 350;
  line-height: 100px;
  margin-right: 18px;
  position: relative;
}
.aboutIdea-item__top span::before {
  content: "+";
  font-size: 16px;
  font-weight: 700;
  color: rgba(33, 33, 33, 0.12);
  line-height: 16px;
  top: 44%;
  text-align: center;
  width: 20px;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
}
.aboutIdea-item__top p {
  font-size: 18px;
  font-weight: 350;
  line-height: 24px;
  letter-spacing: 1.08px;
}
.aboutIdea-item:nth-child(2) {
  color: rgba(33, 33, 33, 0.32);
}
.aboutIdea-item:nth-child(2) .aboutIdea-item__top span::before {
  color: rgba(33, 33, 33, 0.32);
}
.aboutIdea-item:nth-child(1) .aboutIdea-item__top span::before {
  right: 25px;
}
.aboutIdea-item.active {
  color: #212121 !important;
}
.aboutIdea-item.active .aboutIdea-item__text {
  opacity: 1 !important;
}
.aboutIdea-item.active .aboutIdea-item__top span::before {
  color: #D40000 !important;
}

.aboutIdea-img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}

.active .aboutIdea-img {
  opacity: 1;
}

.aboutHistory {
  padding: 64px 0;
}
.aboutHistory-title {
  margin-bottom: 64px;
}
.aboutHistory-img {
  width: 551px;
  height: 323px;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutHistory-item {
  padding-bottom: 200px;
  position: relative;
}
.aboutHistory-item::before {
  content: "";
  position: absolute;
  left: calc(50% - 8px);
  bottom: 63px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: #3D3D3D;
}
.aboutHistory-item__content {
  width: calc(100% - 551px - 64px);
}
.aboutHistory-item__text {
  color: #fff;
  font-size: 18px;
  font-weight: 350;
  line-height: 30px;
  margin-top: 24px;
}
.aboutHistory-item__date {
  padding: 0 12px;
  background: #fff;
  height: 25px;
  color: #212121;
  font-size: 18px;
  font-weight: 350;
  line-height: normal;
}
.aboutHistory-item__year {
  color: #3D3D3D;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  left: 0;
  bottom: 0;
  width: 100%;
}
.aboutHistory-wrapper::before {
  content: "";
  position: absolute;
  width: 3000px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  bottom: 70px;
}
.aboutHistory-slider {
  position: static;
}
.aboutHistory .cartCatalog-next {
  left: calc(100% + 24px);
  right: auto;
  position: absolute;
  z-index: 3;
  top: 151px;
  margin: 0;
}

.swiper-slide-active .aboutHistory-item::before {
  background: #fff;
}
.swiper-slide-active .aboutHistory-item__year {
  color: #fff;
}

.home-catalog__title span {
  display: block;
  margin-top: 24px;
  color: #fff;
  font-size: 18px;
  font-weight: 350;
  line-height: 30px;
  letter-spacing: 0;
}

.main-detail::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.main-detail__btn {
  margin-left: 40px;
  background: rgba(33, 33, 33, 0.1);
  backdrop-filter: blur(15.1000003815px);
}
.main-detail__big {
  margin: 0;
  background: rgba(33, 33, 33, 0.1);
  backdrop-filter: blur(15.1000003815px);
}
.main-detail__big::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.main-detail__subtitle {
  color: #fff;
  font-size: 20px;
  font-weight: 350;
  line-height: 140%;
  width: 723px;
  max-width: 100%;
}
.main-detail__left {
  width: calc(100% - 480px);
}

.page-menu {
  position: fixed;
  right: 0;
  top: 48px;
  width: 100%;
  z-index: 19;
  height: calc(100% - 48px);
  display: none;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow-y: auto;
  pointer-events: none;
}
.page-menu__wrapper {
  pointer-events: auto;
  width: 388px;
  min-width: 388px;
  position: relative;
  z-index: 3;
  margin-left: auto;
}
.page-menu__overlay {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #000;
  opacity: 0.3;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  height: calc(100% - env(safe-area-inset-bottom));
  z-index: 18;
  display: none;
}
.page-menu__container {
  padding: 24px 48px;
  min-height: 100%;
  background: #171717;
}
.page-menu__nav {
  padding: 0;
  margin: 0 0 auto;
}
.page-menu__nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.page-menu__nav ul li {
  display: block;
  margin: 16px -48px 0;
  padding: 0 48px;
}
.page-menu__nav ul li:first-child {
  margin-top: 0;
}
.page-menu__nav ul li a {
  text-decoration: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 4px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 350;
  line-height: 24px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  text-align: right;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.page-menu__nav ul li.menu-item-has-children a::before {
  content: "";
  display: block;
  margin-right: auto;
  width: 16px;
  height: 16px;
  background-image: url("../img/nav-arrow.svg");
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.page-menu__nav ul li ul {
  position: absolute;
  top: 0;
  height: 100%;
  overflow-y: auto;
  width: 240px;
  right: 388px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(12px);
  padding: 24px 48px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: auto;
}
.page-menu__nav ul li ul li {
  display: block;
}
.page-menu__nav ul li ul li a::before {
  display: none !important;
}
.page-menu__nav ul li ul li a:hover {
  color: #D40000;
}
.page-menu__nav ul li:hover > a {
  color: #D40000;
}
.page-menu__nav ul li:hover > a::before {
  -webkit-filter: none !important;
          filter: none !important;
}
.page-menu__nav ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.page-menu__contact {
  margin: 48px 0;
  text-align: right;
}
.page-menu .footer-phone {
  color: #fff;
}
.page-menu .footer-phone:hover {
  color: #D40000;
}
.page-menu .footer-soc {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page-menu .footer-soc__item {
  margin-right: 0;
  margin-left: 20px;
}
.page-menu__bottom {
  margin-top: auto;
}
.page-menu__btn {
  margin-left: auto;
}

.modal {
  opacity: 1;
  top: 48px;
  height: calc(100% - 48px);
  height: calc(100% - 48px - env(safe-area-inset-bottom));
  background: radial-gradient(72.7% 116.29% at 64.93% -19.1%, #262626 0%, #171717 100%), linear-gradient(172deg, #181818 -51.46%, #090909 128.63%);
}
.modal-container {
  margin: 0;
  width: 100%;
  text-align: left;
  background: transparent;
  padding: 50px 0 0;
}
.modal .footer-soc {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.modal .footer-phone {
  margin: 0;
  color: #fff;
}
.modal-contact {
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
}
.modal .footer-soc__item {
  margin-right: 0;
  margin-left: 24px;
}
.modal-left {
  width: 760px;
  max-width: 100%;
}
.modal-subtitle {
  margin: 64px 0;
}
.modal .home-form__wrapper {
  width: 551px;
  margin: 0;
}
.modal .home-form__text {
  margin: 64px 0;
}
.modal-btn {
  margin: 40px auto 0;
}
.modal-left {
  width: 760px;
  max-width: 100%;
}
.modal .modal-btn {
  background: transparent;
}
.modal .modal-btn:hover {
  background: #EB3B27;
}
.modal .home-form__input input {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.modal .home-form__input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.modal .home-form__input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.modal .home-form__input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.modal .home-form__input input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.modal .home-form__input input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.modal .home-form__policy {
  position: static;
  margin: 40px auto 0;
  color: rgba(255, 255, 255, 0.24);
  padding-bottom: 40px;
}
.modal .home-form__policy a {
  color: rgba(255, 255, 255, 0.24);
}

.otherDetail {
  background: #EBEBEB;
  padding: 64px 0 40px;
}
.otherDetail-slider {
  margin-top: 54px;
}
.otherDetail-item {
  padding: 20px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
.otherDetail-item__img {
  margin: 0 auto 20px;
}
.otherDetail-item__text {
  margin-top: auto;
  min-height: 56px;
  color: #212121;
  font-size: 24px;
  font-weight: 350;
  line-height: 140%;
}
.otherDetail-item__link {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.otherDetail .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.otherDetail .swiper-slide {
  height: auto !important;
}
.otherDetail-arrow {
  bottom: 0;
  right: 0;
  z-index: 3;
}
.otherDetail-arrow:hover {
  opacity: 0.8;
}
.otherDetail-prev {
  right: auto;
  left: 0;
}
.otherDetail-prev img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.assortment {
  padding: 96px 0;
}
.assortment-wrapper {
  margin-top: 56px;
}
.assortment-slider {
  position: static;
}
.assortment-item {
  padding: 20px;
}
.assortment-item__link {
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.assortment-item__title {
  color: #fff;
  font-size: 24px;
  font-weight: 350;
  line-height: 140%;
  margin-top: 34px;
}
.assortment-item__text {
  opacity: 0.64;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  text-transform: uppercase;
}
.assortment-item__img {
  padding-top: 62%;
}
.assortment-item__img img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.assortment .cartCatalog-next {
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
.assortment .cartCatalog-prev {
  left: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}

.assortment-arrows.hide {
  display: none;
}

.detail-block__bg {
  background: -webkit-gradient(linear, left bottom, left top, from(#090909), to(#090909));
  background: linear-gradient(0deg, #090909 0%, #090909 100%);
}
.detail-block__bg .home-catalog {
  background: transparent;
  padding: 65px 0 120px;
}

.detailElements {
  background: -webkit-gradient(linear, left bottom, left top, from(#090909), to(#090909));
  background: linear-gradient(0deg, #090909 0%, #090909 100%);
  padding-top: 110px;
}
.detailElements-img {
  width: 100%;
  height: auto;
}
.detailElements-title {
  width: 570px;
  max-width: 100%;
  margin: 0 auto 85px;
  color: #fff;
  font-size: 32px;
  font-weight: 350;
  line-height: 40px;
  letter-spacing: 1.92px;
  text-transform: uppercase;
}
.detailElements-tab {
  margin-right: 40px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  padding-bottom: 12px;
  border-bottom: 2px solid transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.detailElements-tab.active {
  border-color: #D40000;
}
.detailElements-content {
  display: none;
}
.detailElements-content:first-child {
  display: block;
}
.detailElements-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, rgba(0, 0, 0, 0.5)), color-stop(27%, rgba(0, 0, 0, 0.0)), color-stop(73%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 2%, rgba(0, 0, 0, 0.0) 27%, rgba(0, 0, 0, 0) 73%, rgba(0, 0, 0, 0.5) 100%);
}

.detailElements .clientPortfolio-text {
  position: absolute;
  top: 32px;
  z-index: 5;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.detailElements-mobile img {
  margin: 0 auto;
}
.detailElements-item {
  width: 5.83%;
  z-index: 5;
}
.detailElements-item__icon {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.detailElements-item__wrapper {
  width: 280px;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: -webkit-gradient(linear, left bottom, left top, from(#090909), to(#090909));
  background: linear-gradient(0deg, #090909 0%, #090909 100%);
  -webkit-box-shadow: 14px 16px 30px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 14px 16px 30px 0px rgba(0, 0, 0, 0.25);
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  pointer-events: none;
}
.detailElements-item__img {
  width: 100%;
}
.detailElements-item__content {
  padding: 24px 20px 20px;
}
.detailElements-item__title {
  color: #FFF;
  font-size: 24px;
  font-weight: 350;
  line-height: 140%;
}
.detailElements-item__text {
  color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
  font-weight: 350;
  line-height: 16px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
.detailElements-item__text a, .detailElements-item__text span {
  color: #fff;
  text-decoration: none;
}
.detailElements-item__text a:hover {
  text-decoration: underline;
}
.detailElements-item:hover .detailElements-item__wrapper {
  opacity: 1;
  pointer-events: auto;
}

.twentytwenty-overlay {
  display: none;
}

.twentytwenty-handle {
  width: 47px;
  height: 35px;
  background: url("../img/mouse.svg");
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-filter: none;
          filter: none;
}
.twentytwenty-handle span, .twentytwenty-handle::after, .twentytwenty-handle::before {
  display: none;
}

.twentytwenty-horizontal .twentytwenty-handle::after {
  display: none;
}

.twentytwenty-horizontal .twentytwenty-handle::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 400px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-filter: none;
          filter: none;
  background: radial-gradient(77.02% 50% at 50% 50%, #F00 0%, rgba(255, 43, 43, 0) 100%);
}

.detailBenefits {
  padding: 104px 0 99px;
  background: radial-gradient(72.7% 116.29% at 64.93% -19.1%, #262626 0%, #171717 100%);
}
.detailBenefits-title {
  width: 833px;
}
.detailBenefits-bottom {
  width: 564px;
  padding: 15px 47px;
  border-radius: 210px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  margin-top: 165px;
}
.detailBenefits-item {
  margin-top: 48px;
  width: 300px;
  margin-right: 48px;
  font-size: 20px;
  font-weight: 350;
  line-height: 140%;
}
.detailBenefits-items {
  padding-top: 24px;
  width: 800px;
  max-width: 100%;
}

.detailReels .reels-bottom {
  width: 621px;
  margin: 160px auto 90px;
}
.detailReels-title {
  font-size: 32px;
  font-weight: 350;
  line-height: 40px;
  letter-spacing: 1.92px;
  text-transform: uppercase;
}
.detailReels-center {
  margin: 140px auto 90px;
  width: 621px;
  max-width: 100%;
}
.detailReels-text {
  font-size: 18px;
  font-weight: 350;
  line-height: 30px;
  margin-top: 16px;
}
.detailReels-colors {
  padding: 22px 16px;
  border-radius: 48px;
  background: #212121;
  margin-bottom: 56px;
}
.detailReels-color {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 100%;
  margin: 0 24px 0 0;
}
.detailReels-color::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border: 1px solid #EB3B27;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 100%;
}
.detailReels-color.active::before {
  opacity: 1;
}
.detailReels-color:last-child {
  margin-right: 0;
}
.detailReels .tuningComplect-slider__wrapper {
  margin: 0 !important;
}

.diskDefault .main-detail__big {
  position: absolute;
  right: 48px;
  bottom: 64px;
  margin: 0;
}

.detailMobile {
  padding: 24px 0 60px;
  background: -webkit-gradient(linear, left bottom, left top, from(#090909), to(#090909));
  background: linear-gradient(0deg, #090909 0%, #090909 100%);
}
.detailMobile-text {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.14px;
  margin-bottom: 32px;
}
.detailMobile-btn {
  height: 64px;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  border-radius: 100px;
  border: 1px solid #EB3B27;
}
.detailMobile-btn img {
  margin-left: 16px;
}
.detailMobile-btn small {
  display: block;
  width: 100%;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.2);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.14px;
  text-transform: none;
}
.detailMobile-config {
  height: 42px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  margin: 16px 0 60px;
}
.detailMobile-config img {
  margin-left: 24px;
}
.detailMobile-items {
  margin-right: -16px;
}
.detailMobile-item {
  width: calc(33.333% - 16px);
  margin-right: 16px;
  background: #212121;
}
.detailMobile-item__wrapper {
  padding: 12px 12px 24px;
}
.detailMobile-item__img {
  width: 100%;
  height: auto;
  margin-top: auto;
}
.detailMobile-item__title {
  color: #fff;
  font-size: 20px;
  font-weight: 350;
  line-height: 24px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.detailMobile-item__text {
  margin-top: 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
}

.detailReels-zoom {
  width: 24px;
  height: 24px;
  z-index: 4;
  left: 16px;
  top: 16px;
  background-image: url("../img/full.svg");
  background-size: 24px;
}

.detailReels-slider__box {
  max-width: 100%;
  margin: 0 auto;
  width: 690px;
}

.config {
  background: -webkit-gradient(linear, left bottom, left top, from(#090909), to(#090909));
  background: linear-gradient(0deg, #090909 0%, #090909 100%);
}
.config-top {
  padding: 95px 0 86px;
}
.config-bg {
  background: #212121;
  padding: 48px 0 66px;
}
.config-right {
  width: 484px;
  min-width: 484px;
  margin-left: 60px;
  padding: 32px;
  background: -webkit-gradient(linear, left bottom, left top, from(#090909), to(#090909));
  background: linear-gradient(0deg, #090909 0%, #090909 100%);
}
.config-right__title {
  padding-bottom: 16px;
  color: #fff;
  font-size: 32px;
  font-weight: 350;
  line-height: 40px;
  letter-spacing: 1.92px;
  text-transform: uppercase;
}
.config-right__item {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.config-right__item p, .config-right__item span {
  width: calc(50% - 8px);
  color: #fff;
  font-size: 18px;
  font-weight: 350;
  line-height: 30px;
}
.config-right__item p {
  opacity: 0.3;
  text-transform: uppercase;
}
.config-right__btn {
  margin: 50px auto 0;
  background: rgba(33, 33, 33, 0.1);
  backdrop-filter: blur(15.1000003815px);
}
.config-left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.config-content {
  display: none;
}
.config-content:first-child {
  display: block;
}
.config-item {
  width: 360px;
  margin-top: 40px;
}
.config-item__mobile-title {
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  margin-bottom: 20px;
}
.config-item__mobile-dots span {
  background: rgba(219, 219, 219, 0.16);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin: 0 12px 32px;
}
.config-item__mobile-dots span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 6px;
  border-radius: 100%;
  background: #D9D9D9;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.config-item__mobile-dots span.active {
  background: rgba(49, 49, 49, 0.2);
}
.config-item__mobile-dots span.active::before {
  background: #D40000;
}
.config-item__next {
  height: 34px;
  margin: 48px auto 0;
  width: 400px;
  max-width: 100%;
  border-radius: 100px;
  border: 1px solid #EB3B27;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  position: relative;
}
.config-item__next::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../img/next-arrow-2.svg");
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
}
.config-item__block-title {
  color: #fff;
  font-size: 24px;
  font-weight: 350;
  line-height: 140%;
  margin-bottom: 24px;
}
.config-item__block-label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 350;
  line-height: 24px;
  cursor: pointer;
  position: relative;
}
.config-item__block-label input {
  display: none;
}
.config-item__block-label b {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 18px;
}
.config-item__block-label b::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #D40000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
.config-item__block-label input:checked + b::before {
  opacity: 1;
}

.tooltip {
  position: relative;
  width: 20px;
  top: 4px;
  height: 20px;
  background-image: url("../img/tooltip.svg");
  background-repeat: no-repeat;
}
.tooltip::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 120px;
  background: #212121;
  border: 1px solid #eb3b27;
  text-align: center;
  padding: 9px;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.tooltip:hover::before {
  opacity: 1;
}

.absolute-desktop {
  position: absolute;
  top: 50vh;
}

.about-benefits__item-text {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  overflow: hidden;
  max-height: 0px;
  opacity: 0;
}

.about-benefits__item:hover .about-benefits__item-text {
  max-height: 400px;
  opacity: 1;
}

.home-form__input input:focus {
  border-color: rgba(33, 33, 33, 0.5);
}

.aboutMap {
  padding-bottom: 0;
}

.dealersMap-box {
  margin: 0;
}

.dealersMap-item {
  margin-top: 48px;
}

.dealersMap {
  padding-top: 0;
}

.dealersMap-select {
  display: none;
}

.home-catalog__bottom-title {
  margin-top: 92px;
}

.home-technology::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(162deg, rgba(0, 0, 0, 0) 64.08%, rgba(0, 0, 0, 0.7) 92.93%);
}

.home-small__block {
  margin-bottom: 0 !important;
}

.homeExperts::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(112deg, rgba(0, 0, 0, 0) 44.57%, rgba(0, 0, 0, 0.3) 85.82%);
  z-index: 2;
}
.homeExperts__wrapper {
  padding-bottom: 64px;
  width: 525px;
  max-width: 100%;
}
.homeExperts__text {
  margin: 26px 0;
  color: #fff;
  font-size: 20px;
  font-weight: 350;
  line-height: 140%;
}
.homeExperts__logo {
  top: 48px;
  right: 48px;
  opacity: 0.2;
}
.homeExperts .container {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.main-detail__subtitle {
  margin-top: 40px !important;
}

.reels-item::before {
  display: none;
}

.page-video .main-subtitle, .main-clients .main-subtitle {
  text-transform: none;
}

.clients .home-catalog__block {
  width: 50%;
}
.clients .home-catalog__item-img {
  height: 360px;
}
.clients .clients-btn img {
  -webkit-transform: rotate(135px);
      -ms-transform: rotate(135px);
          transform: rotate(135px);
  margin: 0;
}
.clients .clients-btn span {
  margin-top: 12px;
}

.clients-block__wrapper {
  padding: 23px 19px;
  border: 1px solid transparent;
  background: transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-top: none;
}
.clients-block__wrapper .home-catalog__item-text {
  margin: 0;
}
.clients-block__wrapper .home-catalog__item-title {
  margin-top: 8px;
}

.home-catalog__item:hover .clients-block__wrapper {
  border: 1px solid rgba(219, 219, 219, 0.16);
  background: #212121;
}

.mobileBlur::before {
  content: "";
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(167deg, rgba(23, 23, 23, 0.4) -0.55%, rgba(53, 53, 53, 0) 68.87%);
  backdrop-filter: blur(4px);
}

.about__only-mobile-text {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.14px;
  color: #090909;
}

.disk-show {
  display: none !important;
}

.home-experts__img.only-mobile {
  display: none !important;
}

.home-blog .cartCatalog-slider {
  margin-top: 32px;
}
.home-blog .cartCatalog-arrows {
  display: none;
}

.quality-mobile {
  display: none !important;
}

.page-info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.page-info .brand-main__wrapper {
  padding: 64px 0;
}
.page-info__buttons {
  margin-bottom: 50px;
}
.page-info__btn.btn {
  margin: 0 70px 0 0;
}
.page-info__scroll {
  background: rgba(33, 33, 33, 0.1);
  backdrop-filter: blur(15.1000003815px);
}
.page-info__scroll img {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.infoColors {
  padding: 96px 0;
}
.infoColors-wrapper {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}
.infoColors-list {
  padding-top: 16px;
}
.infoColors-item {
  width: 94px;
  margin: 0 auto;
}
.infoColors-item p {
  margin-top: 13px;
  color: #212121;
  font-size: 20px;
  font-weight: 350;
  line-height: 140%;
  text-align: center;
}
.infoColors-block {
  width: 16.6666666667%;
  margin: 40px 0 0;
}

.infoDetailReels.transparent {
  background: transparent !important;
}
.infoDetailReels .detailReels-slider__box {
  width: 426px;
}
.infoDetailReels .swiper-slide {
  width: 426px !important;
  min-width: 426px !important;
}

.info-bg {
  background: -webkit-gradient(linear, left bottom, left top, from(#090909), to(#090909));
  background: linear-gradient(0deg, #090909 0%, #090909 100%);
}

.infoTopReels {
  padding: 124px 0 115px !important;
}
.infoTopReels .tuningComplect-slider__wrapper {
  margin: 0 !important;
}

.infoVisual-wrapper {
  width: 777px;
  max-width: 100%;
  margin-left: auto;
  min-height: 615px;
  padding-top: 47px;
}
.infoVisual-subtitle {
  margin: 52px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 350;
  line-height: 30px;
}
.infoVisual-title {
  color: #DEDEDE;
}
.infoVisual-btn {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  padding: 8px 0;
  border-bottom: 1px solid #D40000;
}
.infoVisual-btn img {
  margin-left: 12px;
}
.infoVisual-img {
  left: 0;
  top: 0;
}

.infoDesktop-img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.infoDesktop-wrapper {
  width: 766px;
  padding: 72px 0;
  max-width: 100%;
}
.infoDesktop-wrapper.ml {
  margin-left: auto;
}
.infoDesktop-title {
  color: #fff;
}
.infoDesktop-text {
  margin-top: 40px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

.infoConfig {
  background: #0D0D0D;
}
.infoConfig-title {
  width: 600px;
  max-width: 100%;
  color: #fff;
  font-size: 32px;
  font-weight: 350;
  line-height: 40px;
  letter-spacing: 1.92px;
  text-transform: uppercase;
}
.infoConfig-subtitle {
  margin: 24px 0 39px;
  width: 550px;
  max-width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 350;
  line-height: 30px;
}
.infoConfig-gray {
  padding: 56px 0 156px;
  background: #212121;
}
.infoConfig-tabs {
  width: 170px;
  margin-right: 48px;
  min-width: 170px;
}
.infoConfig-tab {
  height: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  text-transform: uppercase;
}
.infoConfig-tab.active {
  background: -webkit-gradient(linear, left bottom, left top, from(#090909), to(#090909));
  background: linear-gradient(0deg, #090909 0%, #090909 100%);
}
.infoConfig-btn {
  margin: 42px auto 0;
}
.infoConfig-result {
  width: 484px;
  min-width: 484px;
  margin-left: 32px;
  padding: 32px;
  background: -webkit-gradient(linear, left bottom, left top, from(#090909), to(#090909));
  background: linear-gradient(0deg, #090909 0%, #090909 100%);
}
.infoConfig-result__title {
  color: #fff;
  font-size: 32px;
  font-weight: 350;
  line-height: 40px;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.infoConfig-result__item {
  margin-top: 30px;
}
.infoConfig-result__item p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  opacity: 0.3;
}
.infoConfig-result__item span {
  text-align: right;
  color: #fff;
  font-size: 18px;
  font-weight: 350;
  line-height: 30px;
}
.infoConfig-labels {
  margin-top: -32px;
}
.infoConfig-label {
  width: 33.333%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  margin-top: 32px;
}
.infoConfig-label input {
  display: none;
}
.infoConfig-label img {
  width: 80px;
}
.infoConfig-label p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 350;
  line-height: 24px;
  margin-top: 24px;
}
.infoConfig-label p span {
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
}
.infoConfig-label p span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #D40000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
.infoConfig-label input:checked + img + p span::before {
  opacity: 1;
}
.infoConfig-content {
  display: none;
}
.infoConfig-content:first-child {
  display: block;
}

.reels-wrapper {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.reels-wrapper.full-size {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: linear-gradient(172deg, #181818 -51.46%, #090909 128.63%);
  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;
}

.reels-wrapper__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}

.reels .cartCatalog-arrow {
  margin: 0;
}

.reels-wrapper__close {
  z-index: 5;
  right: 24px;
  top: 24px;
  display: none;
}

.full-size .reels-wrapper__overlay, .full-size .reels-wrapper__close {
  display: block;
}
.full-size .reels-slider {
  z-index: 7;
}
.full-size .reels-slider .swiper-slide {
  opacity: 1;
}

.card-slider .cartCatalog-arrow {
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
.card-slider .cartCatalog-prev {
  left: 2px;
}
.card-slider .cartCatalog-next {
  right: 2px;
}

.card-zoom {
  right: 16px;
  bottom: 16px;
  z-index: 3;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 360px;
  border: 1px solid #EB3B27;
  background: rgba(33, 33, 33, 0.4);
  backdrop-filter: blur(15px);
  width: 48px;
  height: 48px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.card-zoom img {
  width: 24px;
}
.card-zoom:hover {
  background: rgba(33, 33, 33, 0.1);
}

.cardModal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  display: none;
  background: -webkit-gradient(linear, left bottom, left top, from(#090909), to(#090909));
  background: linear-gradient(0deg, #090909 0%, #090909 100%);
  padding: 12px 0;
  overflow-y: auto;
}
.cardModal-top {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 12px;
}
.cardModal-close {
  margin-left: 24px;
}
.cardModal-close:hover, .cardModal-play:hover {
  opacity: 0.7;
}
.cardModal-play.active img.db {
  display: none;
}
.cardModal-play.active img.hide {
  display: block;
}

.infoGrayBlock {
  padding: 96px 0;
}
.infoGrayBlock-left {
  width: 369px;
  min-width: 396px;
  margin-right: 85px;
}
.infoGrayBlock-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.infoGrayBlock-text {
  margin-top: 32px;
  color: #FFF;
  font-size: 20px;
  font-weight: 350;
  line-height: 140%;
}
.infoGrayBlock-text b {
  font-weight: 350;
}
.infoGrayBlock-price {
  padding: 16px 32px;
  border-radius: 8px;
  background: #212121;
  color: #fff;
  font-size: 18px;
  font-weight: 350;
  line-height: 30px;
}
.infoGrayBlock-price span {
  font-size: 40px;
  font-weight: 350;
  line-height: 48px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}
.infoGrayBlock .page-info__btn, .infoGrayBlock .page-info__scroll {
  width: 100%;
  height: 46px;
  border-radius: 100px;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0;
}
.infoGrayBlock .page-info__btn span, .infoGrayBlock .page-info__scroll span {
  width: auto;
}
.infoGrayBlock .page-info__btn img, .infoGrayBlock .page-info__scroll img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 0 0 16px;
  width: 14px;
}
.infoGrayBlock .page-info__scroll {
  border-color: rgba(255, 255, 255, 0.5);
}
.infoGrayBlock .page-info__btn {
  font-size: 14px;
  height: 64px;
  padding-bottom: 18px;
  margin-top: 24px;
}
.infoGrayBlock .page-info__btn img {
  width: 14px;
  margin-left: 12px;
}
.infoGrayBlock .page-info__btn::before {
  display: none;
}
.infoGrayBlock .page-info__btn::after {
  content: "с доставкой под ключ в вашем городе";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 12px;
  text-transform: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.14px;
  white-space: nowrap;
}

.infoBlockBg {
  background: -webkit-gradient(linear, left bottom, left top, from(#090909), to(#090909));
  background: linear-gradient(0deg, #090909 0%, #090909 100%);
}
.infoBlockBg .detailReels {
  padding-top: 0 !important;
}

.infoGrayBlock-detailPrice {
  margin-top: 56px;
}
.infoGrayBlock-detailPrice__left {
  color: #fff;
  font-size: 40px;
  font-weight: 350;
  line-height: 48px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}
.infoGrayBlock-detailPrice__left b {
  color: #fff;
  font-size: 18px;
  font-weight: 350;
  line-height: 30px;
}
.infoGrayBlock-detailPrice__gray {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  text-transform: uppercase;
}
.infoGrayBlock-detailPrice .card-desktop__click {
  margin: 0;
}

.infoGrayBlock-text.mt0 {
  margin-top: 0;
}

.home-form__input input {
  border: 1px solid rgba(71, 71, 71, 0.2);
  outline: none;
}
.home-form__input input::-webkit-input-placeholder {
  color: rgba(71, 71, 71, 0.5);
}
.home-form__input input::-moz-placeholder {
  color: rgba(71, 71, 71, 0.5);
}
.home-form__input input:-ms-input-placeholder {
  color: rgba(71, 71, 71, 0.5);
}
.home-form__input input::-ms-input-placeholder {
  color: rgba(71, 71, 71, 0.5);
}
.home-form__input input::placeholder {
  color: rgba(71, 71, 71, 0.5);
}

.reels-slide__next {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.modal-cart {
  background: transparent !important;
}
.modal-cart__close {
  width: 24px;
  height: 24px;
  background-image: url("../img/card-close.svg");
  background-repeat: no-repeat;
}
.modal-cart__title {
  color: #fff;
  font-size: 32px;
  font-weight: 350;
  line-height: 40px;
  letter-spacing: 1.92px;
  text-transform: uppercase;
}
.modal-cart__top {
  margin-bottom: 56px;
}
.modal-cart__wrapper {
  padding: 40px;
  background: #171717;
}
.modal-cart__other-title {
  margin: 32px 0 24px;
  color: #fff;
  font-size: 24px;
  font-weight: 350;
  line-height: 140%;
  text-transform: uppercase;
}
.modal-cart__other-block {
  width: 33.333%;
}
.modal-cart .card-desktop__btn {
  margin: 0 auto;
}
.modal-cart__price {
  margin: 0;
}
.modal-cart .card-desktop__click {
  margin: 0;
  border: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: static !important;
}
.modal-cart .card-desktop__click img {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -2px;
}
.modal-cart__bottom {
  margin-top: 24px;
}
.modal-cart__item {
  padding: 16px 0;
  border-bottom: 1px solid rgba(219, 219, 219, 0.16);
}
.modal-cart__item-img {
  width: 250px;
  min-width: 250px;
  margin-right: 24px;
}
.modal-cart__item-img img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-cart__item-right {
  width: 24px;
  min-width: 24px;
  margin-left: 24px;
}
.modal-cart__item-right img {
  width: 24px;
}
.modal-cart__item-center {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.modal-cart__item-name {
  color: #FFF;
  font-size: 20px;
  font-weight: 350;
  line-height: 24px;
  letter-spacing: 1.2px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  max-width: 400px;
  margin-bottom: 16px;
}
.modal-cart__item-name:hover {
  color: #EB3B27;
  text-decoration: underline;
}
.modal-cart__item-price {
  color: #fff;
  font-size: 24px;
  font-weight: 350;
  line-height: 140%;
  margin-top: auto;
}

.modal-cart .modal-container {
  width: 1050px;
  margin-left: auto;
  background: transparent;
  padding: 0 !important;
}

.video-banner__bg, .video-banner__play {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.video-banner.active .video-banner__bg, .video-banner.active .video-banner__play {
  opacity: 0;
  pointer-events: none;
}

.infoDesktop::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(297deg, rgba(0, 0, 0, 0) 0.4%, rgba(0, 0, 0, 0.85) 72.07%);
  z-index: 1;
}

.infoColors-block {
  width: 20%;
}

.type-item:hover {
  background: transparent !important;
}

@media screen and (min-width: 1201px) and (max-height: 700px) {
  .section, .page-main, .setup-wrapper, .vh-100 {
    min-height: 750px;
  }
 /* .page-form__wrapper .home-form {
    height: 750px;
  }*/
}
@media (min-width: 993px) {
  body.hide-cursor, .home-small__link:hover, .home-small__link {
    cursor: none !important;
  }
  .drag-hover__cursor {
    display: block;
  }
  .tuningComplect .swiper-slide, .detailReels .swiper-slide {
    width: 690px;
    min-width: 690px;
  }
  .home-catalog__block {
    padding-left: 8px;
    padding-right: 8px;
  }
  .home-catalog__list {
    margin-left: -8px;
    margin-right: -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home-catalog.fp-section {
    padding-top: 60px;
  }
  .card-brand {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .card-brand img {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .card-wrapper {
    width: 600px;
  }
  .cardModal .card-thumb {
    margin: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 153px;
    min-width: 153px;
    margin-right: 51px;
  }
  .cardModal .card-slider {
    width: calc(100% - 153px - 51px);
  }
  .cardModal .cartCatalog-arrow {
    display: none;
  }
  .cardModal .card-thumb {
    height: 756px !important;
  }
  .cardModal .card-thumb .swiper-slide {
    height: 98px !important;
  }
  .cardModal .card-thumb .card-slider__img {
    aspect-ratio: auto;
    height: 100% !important;
  }
  .infoGrayBlock .page-info__btn {
    height: 88px;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .infoGrayBlock .page-info__scroll {
    height: 56px;
  }
  .infoGrayBlock .page-info__btn::after {
    bottom: 20px;
  }
  .footer-center {
    margin-left: auto;
    margin-right: auto;
  }
  .footer-right {
    margin-right: auto;
  }
}
@media (max-height: 850px) {
  .footer-logo {
    height: 360px;
  }
}
@media (max-height: 800px) {
  .home-catalog__item-img {
    height: 260px;
  }
  .home-blog__item-img {
    height: 350px;
  }
  .footer-logo {
    height: 320px;
  }
  .footer-nav ul li {
    margin-top: 20px;
  }
}
@media (min-width: 1601px) {
  .home-form__policy {
    right: auto;
    left: calc(50% + 145px);
  }
}
@media (max-width: 2000px) {
  .innovations-img {
    right: auto;
    left: calc(50% - 200px);
  }
}
@media (max-width: 1700px) {
  .aboutHistory .cartCatalog-next {
    left: auto;
    right: -48px;
  }
  .aboutHistory-item {
    padding-right: 24px;
  }
}
@media (max-width: 1600px) {
  .dealersMap-item {
    margin-right: 32px;
  }
  .clientPortfolio {
    padding: 80px 0;
  }
  .assortment .cartCatalog-prev {
    left: 0;
  }
  .assortment .cartCatalog-next {
    right: 0;
  }
  .clients .home-catalog__item-img {
    height: 280px;
  }
}
@media (max-width: 1400px) {
	.home-form__img {
		left: auto;
		right: calc(50% - 100px);
		width: unset;
	}
  .home-form__wrapper {
    margin-right: 0;
  }
  .home-form__policy {
    right: 48px;
  }
  .suggest-img {
    left: -460px;
  }
  .cart-left {
    width: calc(100% - 24px - 324px);
  }
  .card-brand img {
    margin-left: 92px;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .dealersMap-item {
    font-size: 14px;
    margin-right: 24px;
  }
  .dealersMap-item img {
    width: 20px;
    height: auto;
  }
  .dealersInfo-item__number {
    font-size: 90px;
    line-height: 80px;
  }
  .dealersInfo-item__desktop {
    font-size: 20px;
  }
  .dealersInfo-item__text {
    font-size: 20px;
  }
  .tuningComplect .cartCatalog-next, .detailReels .cartCatalog-next {
    right: 20px;
  }
  .tuningComplect .cartCatalog-prev, .detailReels .cartCatalog-prev {
    left: 20px;
  }
  .diskBenefits-right {
    width: calc(40% - 15px);
  }
  .diskBenefits-left {
    width: calc(60% - 15px);
  }
  .aboutIdea-item__top span {
    font-size: 100px;
    line-height: 90px;
  }
  .aboutIdea-img {
    width: 400px;
    height: 500px;
  }
  .aboutIdea-box {
    width: calc(100% - 440px);
  }
  .aboutIdea-item__top span::before {
    right: 22px;
  }
  .aboutIdea-item:nth-child(1) .aboutIdea-item__top span::before {
    right: 19px;
  }
  .detailBenefits-item {
    width: 240px;
    margin-right: 32px;
  }
  .config-items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .config-item {
    margin-right: 0;
    width: calc(50% - 12px);
  }
  .config-right {
    width: 400px;
    min-width: 400px;
    margin-left: 32px;
  }
  .infoConfig-label {
    width: 50%;
    padding-right: 16px;
  }
  .infoConfig-result {
    width: 340px;
    min-width: 340px;
  }
  .infoConfig-tabs {
    width: 140px;
    min-width: 140px;
  }
  .infoGrayBlock-left {
    width: 300px;
    min-width: 300px;
    margin-right: 40px;
  }
}
@media (max-width: 1200px) {
  .section, .setup-wrapper, .vh-100 {
    min-height: 750px;
  }
/*  .page-form__wrapper .home-form {
    height: 750px;
	
  }*/
  .card-brand img {
    margin-left: auto;
  }
  .kits-item img {
    width: 140px;
  }
  .home-certificate__img {
    width: 900px;
    bottom: -350px;
    right: -100px;
  }
  .home-catalog__item-img {
    height: 260px;
  }
  .header, .header-dark {
    background: #000 !important;
    border-bottom: 1px solid #000 !important;
    backdrop-filter: blur(2px);
  }
  .header .header-logo, .header .header-lang__current img, .header .header-cart img, .header-dark .header-logo, .header-dark .header-lang__current img, .header-dark .header-cart img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .header .header-lang__current span, .header-dark .header-lang__current span {
    color: #fff;
  }
  .header .header-lang__hover-link, .header-dark .header-lang__hover-link {
    color: #fff;
  }
  .header .header-lang__hover-link:hover, .header-dark .header-lang__hover-link:hover {
    color: #EB3B27;
  }
  .header .header-burger, .header-dark .header-burger {
    background-image: url("../img/burger-white.svg");
  }
  .faq-item__text p {
    width: 100%;
  }
  .faq-item__title {
    padding-right: 0;
  }
  .faq-item__title p {
    width: 100%;
    padding-right: 48px;
  }
  .faq-item__title span {
    display: none;
  }
  .page-main {
    min-height: 700px;
    height: 100vh;
  }
  .reels-bottom {
    display: block;
  }
  .reels-title {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .reels-text {
    width: 100%;
    margin: 16px 0 0 0;
  }
  .kits-row__item-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.2px;
  }
  .kits-row__item {
    height: 440px;
  }
  .suggest-img {
    left: -360px;
    width: 900px;
  }
  .kits-benefits__title {
    max-width: calc(100% - 240px);
  }
  .setup-item {
    font-size: 18px;
  }
  .brand-list {
    margin-left: -4px;
    margin-right: -4px;
  }
  .brand-block {
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 24px;
  }
  .brand-item__text {
    font-size: 18px;
    font-weight: 350;
    line-height: 24px;
    letter-spacing: 1.08px;
  }
  .brand-item__img {
    height: 167px;
  }
  .clients-select {
    width: 200px;
    margin: 0;
  }
  .clients-top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .innovations-img {
    right: auto;
    left: calc(50% - 100px);
  }
  .videoBlock-item__btn {
    width: 96px;
    height: 96px;
    font-size: 14px;
  }
  .type-item__img {
    height: 140px;
  }
  .card-desktop__left {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .article-soc {
    margin-right: 0;
  }
  .article-bottom, .article-content {
    width: 100%;
  }
  .dealersMap-list {
    display: block;
  }
  .dealersMap-items {
    width: 100%;
  }
  .dealersMap-select {
    margin: 16px auto 0;
  }
  .dealersContact-block {
    width: 33.333%;
  }
  .dealersInfo-item__number {
    font-size: 80px;
    line-height: 70px;
  }
  .dealersInfo-item__desktop {
    font-size: 18px;
    margin-left: 6px;
  }
  .dealersInfo-item__text {
    font-size: 18px;
  }
  .dealersInfo-text {
    font-size: 16px;
  }
  .dealersInfo-right {
    width: 320px;
  }
  .dealersInfo-left {
    width: 500px;
  }
  .clientInfo-text {
    width: 100%;
  }
  .home-small .home-big__text {
    width: 100%;
  }
  .tuningComplect-title {
    max-width: 100%;
    width: 50%;
  }
  .tuningComplect-text {
    max-width: 100%;
    width: 50%;
  }
  .tuningComplect .cartCatalog-next, .detailReels .cartCatalog-next {
    right: 0px;
  }
  .tuningComplect .cartCatalog-prev, .detailReels .cartCatalog-prev {
    left: 0px;
  }
  .diskBenefits {
    padding: 56px 0 0 0;
  }
  .diskBenefits-list {
    display: block;
  }
  .diskBenefits-items {
    padding-top: 16px;
  }
  .diskBenefits-item {
    padding: 24px 0;
    border-bottom: 1px solid rgba(219, 219, 219, 0.3);
    color: #EBEBEB;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.14px;
  }
  .diskBenefits-right {
    width: 100%;
    margin-top: 24px;
    padding: 40px 20px 52px;
    height: 533px;
  }
  .diskBenefits-left {
    width: 100%;
  }
  .disk-top {
    display: block;
  }
  .disk-bold {
    width: 100%;
  }
  .disk-text {
    width: 100%;
    margin: 24px 0 0 0;
  }
  .aboutIdea-item {
    display: block;
    margin-top: 16px;
  }
  .aboutIdea-item__text {
    width: 100%;
    margin: 16px 0 0 0;
  }
  .modal-left {
    width: 660px;
  }
  .detailBenefits-bottom {
    width: 440px;
  }
  .infoVisual-img {
    margin: 40px auto 0;
    width: 100%;
    position: static;
    -o-object-fit: cover;
       object-fit: cover;
    height: 420px;
  }
  .infoVisual-wrapper {
    width: 100%;
    min-height: 100px;
    width: 100%;
    padding: 64px 0 0 0;
  }
  .infoDesktop-wrapper {
    width: 600px;
  }
  .card-slider__wrapper {
    width: calc(50% - 70px);
  }
  .card-wrapper {
    width: 50%;
  }
  .infoGrayBlock-detailPrice .card-desktop__click {
    display: none;
  }
}
@media (max-width: 992px) {
  .container, .card-top__container {
    width: 730px;
    padding: 0;
  }
  .header-logo {
    width: 80px;
  }
  .home-small__container {
    width: 730px;
    max-width: 100%;
    margin: 0 auto;
  }
  .mobile-h1 {
    font-size: 26px;
    font-weight: 350;
    line-height: 32px;
    letter-spacing: 2.08px;
    text-transform: uppercase;
  }
  .mobile-h2 {
    font-size: 20px;
    font-weight: 350;
    line-height: 24px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
  }
  .mobile-h3 {
    font-size: 18px;
    font-weight: 350;
    line-height: 24px;
    letter-spacing: 0.9px;
    text-transform: uppercase;
  }
  .section, .setup-wrapper {
    min-height: auto;
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }
  .fp-tableCell {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }
  .main-subtitle {
    margin-top: 16px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.14px;
  }
  .page-wrapper {
    padding-top: 48px;
  }
  .main-wrapper {
    min-height: 520px;
    padding: 80px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .home-about__img {
    display: none;
  }
  .home-about__wrapper {
    height: 520px;
    padding: 187px 0;
    min-height: 520px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .home-about__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
  }
  .home-about__link {
    bottom: 56px;
  }
  .home-big__wrapper {
    min-height: 520px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 24px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .home-big__text {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.14px;
  }
  .page-form__wrapper .home-form {
    height: 150px;
  }
  .home-form__wrapper {
    width: 100%;
  }
  .home-form__img {
    display: none;
  }
  .home-form {
    background: linear-gradient(63deg, rgba(104, 106, 122, 0.64) 2.32%, rgba(234, 234, 234, 0.22) 63.66%, rgba(255, 255, 255, 0) 89.95%), #EBEBEB;
  }
  .home-form::before {
    display: none;
  }
  .home-form__policy {
    position: static;
    margin: 15px 0 0 0;
    width: 100%;
  }
  .home-form__wrapper {
    padding: 0;
    margin: 0;
  }
  .home-form {
    padding: 56px 0 44px;
  }
  .home-form__text {
    margin: 24px 0 41px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
  }
  .home-form__input input::-webkit-input-placeholder {
    color: rgba(71, 71, 71, 0.5);
  }
  .home-form__input input::-moz-placeholder {
    color: rgba(71, 71, 71, 0.5);
  }
  .home-form__input input:-ms-input-placeholder {
    color: rgba(71, 71, 71, 0.5);
  }
  .home-form__input input::-ms-input-placeholder {
    color: rgba(71, 71, 71, 0.5);
  }
  .home-form__input input::placeholder {
    color: rgba(71, 71, 71, 0.5);
  }
  .home-small .container {
    width: 100% !important;
    padding: 0 !important;
  }
  .home-small__list {
    display: block;
  }
  .home-small__block {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0 !important;
  }
  .home-small__block::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(33.08%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.08%, rgba(0, 0, 0, 0.7) 100%);
  }
  .home-small__img {
    width: 100%;
  }
  .home-small__container {
    min-height: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 24px;
    padding-bottom: 24px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .home-big__text {
    width: 100%;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.14px;
  }
  .home-certificate__img {
    width: 450px;
    bottom: -200px;
    right: -71px;
  }
  .home-certificate__text {
    margin: 16px 0 48px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.14px;
  }
  .home-certificate__logo {
    width: 156px;
  }
  .home-certificate__wrapper {
    width: 100%;
    padding: 39px 0 120px;
  }
  .home-catalog__top {
    display: block;
  }
  .home-catalog {
    padding: 56px 0 48px;
  }
  .home-catalog__mobile {
    display: block;
  }
  .home-catalog__btn {
    display: none;
  }
  .home-catalog__list {
    margin: -8px auto 0;
    width: 500px;
    max-width: 100%;
  }
  .home-catalog__block {
    width: 100%;
    margin-top: 24px;
  }
  .home-catalog__item-bottom {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.14px;
  }
  .home-catalog__item-text {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.14px;
  }
  .home-catalog__item-title {
    margin: 16px 0 8px;
    font-size: 18px;
    font-weight: 350;
    line-height: 24px;
    letter-spacing: 1.08px;
  }
  .home-catalog {
    background: #090909;
  }
  .home-catalog__item-img {
    height: 257px;
  }
  .home-catalog__bottom {
    padding-bottom: 56px;
    background: #090909;
  }
  .home-catalog__bottom .home-catalog__list {
    margin-top: -24px;
  }
  .home-catalog__bottom-title {
    margin: 55px 0 16px;
  }
  .home-catalog__bottom-subtitle {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.14px;
  }
  .home-experts__wrapper {
    padding-bottom: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    min-height: 520px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .home-experts__text {
    margin: 16px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.14px;
    width: 100%;
  }
  .home-technology__text {
    margin: 16px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.14px;
  }
  .home-technology::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-22.6%, #000), color-stop(82.21%, rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, #000 -22.6%, rgba(0, 0, 0, 0) 82.21%);
  }
  .home-technology__wrapper {
    min-height: 520px;
    padding: 32px 0 24px;
  }
  .home-map__wrapper {
    padding-bottom: 48px;
    display: block;
  }
  .home-map__btn {
    margin: 0 auto;
  }
  .home-map__img {
    margin: 27px 0 14px;
    width: 100%;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .home-blog__list {
    margin-left: -4px;
    margin-right: -4px;
    padding-top: 23px;
    margin-top: 0;
  }
  .home-blog__block {
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 8px;
    width: 50%;
  }
  .home-blog__block:last-child {
    width: 50%;
    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;
  }
  .home-blog__wrapper {
    padding: 56px 0;
  }
  .home-blog__item-title {
    margin: 16px 0 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.14px;
    padding: 0;
  }
  .home-blog__item-img {
    height: 250px;
  }
  .home-blog__item-cat {
    display: none;
  }
  .home-blog__link {
    position: static;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.14px;
  }
  .home-blog__link img {
    width: 16px;
  }
  .home-blog__item-date {
    font-size: 12px;
    padding: 0;
    font-weight: 350;
    line-height: 16px;
  }
  .footer-logo {
    height: auto;
    margin: 0 auto;
    width: 100%;
  }
  .footer-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-left {
    width: 100%;
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-phone {
    font-size: 20px;
    font-weight: 350;
    line-height: 140%;
    letter-spacing: 0;
  }
  .footer-soc__item {
    margin: 0 0 0 12px;
  }
  .footer-center {
    width: 100%;
  }
  .footer-right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 56px 0 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(49, 49, 49, 0.2);
  }
  .footer-nav ul li {
    margin-top: 24px;
  }
  .footer-nav ul li a {
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
    letter-spacing: 0.64px;
  }
  .footer-bottom__copy {
    width: calc(50% - 16px);
    text-align: right;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 14px;
    letter-spacing: 0;
    line-height: normal;
  }
  .footer-bottom__links {
    display: block;
    margin: -24px 0 0 0;
  }
  .footer {
    padding-bottom: 56px;
  }
  .footer-bottom {
    border-bottom: 1px solid rgba(49, 49, 49, 0.2);
    padding-top: 32px;
    margin-top: 32px;
  }
  .footer-bottom__link {
    margin: 24px 0 0 0;
    font-size: 14px;
    display: block;
    letter-spacing: 0;
    line-height: normal;
  }
  .footer-column ul li {
    min-width: 50%;
    width: 50%;
    margin-right: 0;
  }
  .footer-partner {
    margin: 0;
    position: absolute;
    top: calc(100% + 322px);
    right: 0;
    margin: 0;
    width: 122px;
  }
  .footer-left {
    position: relative;
  }
  .footer-video {
    width: 121px;
    left: auto;
    top: calc(100% + 58px);
    right: 0;
  }
  .footer-video__close {
    width: 10px;
    height: 10px;
    background-size: 10px;
    right: 5px;
    top: 5px;
  }
  .footer-right .footer-nav ul li {
    max-width: 50%;
  }
  .footer-left {
    padding-top: 0;
  }
  .seo {
    padding: 56px 0 24px;
  }
  .seo h2, .seo h3, .seo h4, .seo h5, .seo h6 {
    margin-bottom: 32px;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 1.2px;
  }
  .faq-item__title {
    font-size: 24px;
    font-weight: 350;
    line-height: 140%;
    letter-spacing: 0;
  }
  .faq-item__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.14px;
  }
  .faq-item__title::after {
    top: 28px;
  }
  .faq {
    padding: 56px 0;
  }
  .page-main {
    min-height: 520px;
    height: auto;
  }
  .page-main__wrapper {
    padding: 40px 0;
  }
  .breadcrumbs {
    margin-bottom: 16px;
  }
  .kits {
    padding: 85px 0;
  }
  .kits-text {
    margin: 0 auto 72px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
  }
  .kits-btn.btn {
    margin: 0 auto;
  }
  .kits-slider {
    display: block;
    overflow: visible;
    margin: 31px 0 0;
  }
  .kits-slider .swiper-slide {
    width: 80px !important;
    min-width: 80px !important;
  }
  .kits-item img {
    width: 80px;
  }
  .kits-item span {
    font-size: 10px;
    line-height: 140%;
    letter-spacing: 0;
    margin-top: -4px;
  }
  .reels {
    padding: 56px 0 48px;
  }
  .reels-list {
    display: none;
  }
  .reels-bottom {
    margin: 0;
  }
  .reels-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.14px;
  }
  .kits-row__item {
    height: 276px;
  }
  .suggest {
    padding: 56px 0 280px;
  }
  .suggest-list {
    display: block;
  }
  .suggest-right {
    width: 100%;
    min-width: 100%;
  }
  .suggest-text {
    padding: 24px 0 40px;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
  }
  .suggest-items {
    margin: 0;
    padding: 0;
    display: block;
  }
  .suggest-item {
    display: block;
    width: 100%;
    margin: 0;
    padding: 24px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid rgba(219, 219, 219, 0.3);
  }
  .suggest-item__title {
    width: 58px;
    min-width: 58px;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 26px;
    font-weight: 350;
    line-height: 32px;
    letter-spacing: 2.08px;
  }
  .suggest-item__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.14px;
  }
  .suggest-img {
    width: 400px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -80px;
  }
  .kits-benefits {
    padding: 72px 0 54px;
  }
  .kits-benefits__list {
    display: block;
  }
  .kits-benefits .kits-btn {
    margin: 0 auto;
  }
  .kits-benefits__title {
    max-width: 100%;
    width: 100%;
    margin: 0 0 54px 0;
  }
  .kits-steps__img {
    height: 381px;
    position: static;
    width: 100%;
  }
  .kits-steps__item {
    width: 100%;
    padding: 32px 16px;
    height: auto;
  }
  .kits-steps__item-number {
    position: static;
    font-size: 26px;
    font-weight: 350;
    line-height: 32px;
    letter-spacing: 2.08px;
  }
  .kits-steps__item-title {
    margin: 24px 0;
    font-size: 28px;
    font-weight: 400;
    line-height: 120%;
  }
  .kits-steps__item-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
    margin: 0;
  }
  .kits-steps__list {
    display: block;
  }
  .page-form__wrapper .home-form {
    padding-bottom: 44px;
  }
  .brand-text {
    height: 520px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 56px 0;
  }
  .setup {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(6.69%, rgba(0, 0, 0, 0.56)), color-stop(37.72%, rgba(0, 0, 0, 0.11)), color-stop(64.6%, rgba(0, 0, 0, 0.11)), color-stop(104.01%, rgba(0, 0, 0, 0.56)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.56) 6.69%, rgba(0, 0, 0, 0.11) 37.72%, rgba(0, 0, 0, 0.11) 64.6%, rgba(0, 0, 0, 0.56) 104.01%);
  }
  .setup-items {
    display: none;
  }
  .setup-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
  }
  .brand {
    padding: 38px 0 70px;
  }
  .brand-top {
    display: none;
  }
  .brand-list {
    padding: 0;
    margin-top: -24px;
  }
  .brand-item__text {
    padding: 20px;
  }
  .brand-main {
    height: 520px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .brand-main__wrapper {
    padding: 68px 0;
    text-align: left;
  }
  .brand-main .breadcrumbs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .brand-main .kits-btn {
    margin: 0 auto 16px;
  }
  .main-clients::before {
    background: rgba(0, 0, 0, 0.2);
  }
  .vh-100 {
    height: auto !important;
    min-height: auto !important;
  }
  .mobile-min-520 {
    min-height: 520px !important;
  }
  .quality {
    padding: 0;
  }
  .quality-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 56px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .quality-subtitle {
    margin: 12px 0 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
  }
  .quality-right {
    margin-top: auto;
    width: 100%;
  }
  .quality-btn {
    margin: 0 auto;
  }
  .clients-select {
    width: calc(50% - 16px);
    margin: 8px 0 0 0;
  }
  .clients-top {
    margin: -8px 0 0 0;
  }
  .select {
    height: 38px;
  }
  .select .nice-select {
    font-size: 14px;
  }
  .clients {
    padding: 20px 0 56px;
  }
  .clients-btn {
    margin: 24px auto 0;
  }
  .blog-block {
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 8px;
    width: 50%;
  }
  .blog {
    padding-top: 16px;
  }
  .blog-list {
    margin-left: -4px;
    margin-right: -4px;
    padding-top: 24px;
  }
  .innovations-img {
    display: none;
  }
  .innovations {
    background: linear-gradient(63deg, rgba(104, 106, 122, 0.64) 2.32%, rgba(234, 234, 234, 0.22) 63.66%, rgba(255, 255, 255, 0) 89.95%), #EBEBEB;
    padding: 56px 0;
  }
  .innovations-form {
    width: 100%;
  }
  .innovations-subtitle {
    margin: 24px 0;
  }
  .innovations-btn {
    margin: 24px auto;
  }
  .blog .breadcrumbs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .blog .h1 {
    text-align: left;
  }
  .reels-padding {
    display: none;
  }
  .page-video {
    background-image: url("../img/mobile-video.png");
    background-size: cover;
    background-position: center bottom;
    padding: 0 0 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    min-height: 520px;
    text-align: left;
  }
  .page-video .breadcrumbs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .videoBlock {
    padding: 32px 0 56px;
  }
  .videoBlock-list {
    padding-top: 8px;
  }
  .videoBlock-block {
    margin-top: 24px;
  }
  .videoBlock-item__top {
    min-height: 180px;
  }
  .videoBlock-item__title {
    padding: 24px 8px 20px;
    font-size: 18px;
    font-weight: 350;
    line-height: 24px;
    letter-spacing: 1.08px;
  }
  .video-banner {
    padding: 0;
    display: block;
  }
  .video-banner__wrapper {
    padding: 56px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .video-banner__title {
    width: 300px;
  }
  .video-banner::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(6.84%, rgba(0, 0, 0, 0.56)), color-stop(39.48%, rgba(0, 0, 0, 0.11)), color-stop(55.44%, rgba(0, 0, 0, 0.6)), color-stop(88.52%, rgba(0, 0, 0, 0.7)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.56) 6.84%, rgba(0, 0, 0, 0.11) 39.48%, rgba(0, 0, 0, 0.6) 55.44%, rgba(0, 0, 0, 0.7) 88.52%);
  }
  .dark-type {
    padding: 64px 0;
  }
  .dark-type__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
    width: 100%;
  }
  .dark-type .kits-btn {
    margin: 48px auto 0;
  }
  .type {
    padding: 32px 0 56px;
  }
  .type-block {
    width: 50%;
    padding-left: 4px;
    padding-right: 4px;
  }
  .type-list {
    margin-left: -4px;
    margin-right: -4px;
    padding-top: 8px;
  }
  .type-item {
    padding: 9px;
  }
  .type-item__img {
    height: 105px;
  }
  .type-item__title {
    margin: 20px 0 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.14px;
  }
  .type-item__bottom {
    display: block;
  }
  .type-item__price {
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
  }
  .type-item__btn {
    margin: 0;
  }
  .cart {
    padding: 64px 0 12px;
  }
  .cart-left {
    width: 100%;
  }
  .cart-right {
    width: 100%;
    margin-top: 40px;
    padding: 16px;
  }
  .cart-right__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
  }
  .cart-right__item {
    width: calc(50% - 12px);
    font-size: 12px;
    font-weight: 350;
    line-height: 16px;
    margin: 0 0 48px 0;
  }
  .cart-right__item-title {
    font-size: 12px;
    font-weight: 350;
    line-height: 16px;
    margin: 0;
  }
  .cart-right__item-mobile, .cart-right__item-price {
    margin: 8px 0 0 0;
    font-size: 20px;
    font-weight: 350;
    line-height: 140%;
  }
  .cart-list {
    margin-top: 12px;
  }
  .cartCatalog {
    padding: 56px 0 74px;
  }
  .cartCatalog-title {
    margin-bottom: 32px;
  }
  .cartCatalog-arrows {
    right: auto;
    left: 50%;
    top: auto;
    bottom: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .cartCatalog-arrow {
    margin: 0 14px;
    width: 40px;
  }
  .cartCatalog-arrow img {
    width: 100%;
  }
  .cartCatalog-wrapper {
    padding-bottom: 72px;
  }
  .card-brand {
    font-size: 12px;
    font-weight: 350;
    line-height: 16px;
    letter-spacing: 0.96px;
    margin: 32px 0 48px;
  }
  .card-brand img {
    max-height: 37px;
  }
  .card-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
  }
  .card-btn {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
  }
  .card-mobile {
    display: block;
  }
  .card {
    padding-top: 520px;
    padding-bottom: 84px;
  }
  .card-wrapper {
    width: 100%;
  }
  .card-slider__wrapper {
    width: 100%;
    left: auto;
  }
  .card-desktop {
    display: none;
  }
  .card-chars__item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .card-chars__item-left {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
    text-transform: uppercase;
    width: 145px;
    margin-right: 32px;
  }
  .card-chars__item-right {
    letter-spacing: 0;
    font-size: 18px;
    font-weight: 350;
    line-height: 30px;
    width: 145px;
  }
  .card-wrapper {
    position: static;
  }
  .card-chars__item:first-child {
    margin-top: 32px;
  }
  .card-title {
    margin: 16px 0 0 0;
    font-size: 26px;
    font-weight: 350;
    line-height: 32px;
    letter-spacing: 2.08px;
    width: 460px;
    max-width: 100%;
  }
  .card-top__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    height: 520px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 3;
    -ms-flex-line-pack: end;
        align-content: flex-end;
    padding: 18px 0;
  }
  .card-slider__img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  }
  .article-main__subtitle {
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.14px;
    margin-top: 16px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .article {
    padding: 40px 0 56px;
  }
  .article-content {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.16px;
  }
  .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 350;
    line-height: 24px;
    letter-spacing: 1.6px;
  }
  .article-content p {
    margin-bottom: 40px;
  }
  .article-content small, .article-content ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.14px;
  }
  .article-content img {
    margin-bottom: 40px;
  }
  .article-content ul {
    margin-top: -4px;
    margin-bottom: 40px;
  }
  .article-content ul li {
    margin-top: 4px;
  }
  .article-content ul li::before {
    top: 4px;
  }
  .article-content blockquote {
    padding-left: 44px;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 24px;
    background-size: 35px 27px;
  }
  .article-soc a {
    width: 32px;
    margin-left: 8px;
  }
  .article-soc a img {
    width: 100%;
  }
  .article-back img {
    width: 16px;
  }
  .article-bottom {
    margin-top: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.14px;
  }
  .article-slider {
    overflow: visible;
  }
  .article-slider .swiper-slide {
    -webkit-transform: scale(0.93);
        -ms-transform: scale(0.93);
            transform: scale(0.93);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .article-slider .swiper-slide.swiper-slide-active {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .article-slider .cartCatalog-prev {
    left: 8px;
    width: 26px;
  }
  .article-slider .cartCatalog-prev img {
    width: 26px;
  }
  .article-slider .cartCatalog-next {
    right: 8px;
    width: 26px;
  }
  .article-slider .cartCatalog-next img {
    width: 26px;
  }
  .article-slider__wrapper {
    width: calc(100% - 12px);
  }
  .article-slider .swiper-pagination {
    display: none;
  }
  .dealers-main__btn {
    margin-bottom: 40px;
  }
  .dealersMap {
    padding: 24px 0;
  }
  .dealersMap-items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .dealersMap-item {
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.14px;
    margin: 0 8px;
  }
  .dealersMap-item img {
    width: 24px;
  }
  .dealersMap-box {
    height: 520px;
  }
  .dealersContact {
    padding: 24px 0 56px;
  }
  .dealersContact-item {
    padding: 12px;
  }
  .dealersContact-item__title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
  }
  .dealersContact-item__subtitle {
    margin: 16px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.14px;
  }
  .dealersContact-item__address {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 45px;
  }
  .dealersContact-item__email {
    font-size: 14px;
    line-height: 140%;
  }
  .dealersContact-item__phone {
    font-size: 14px;
    line-height: 140%;
  }
  .dealersContact-block {
    width: 50%;
  }
  .dealersContact-select {
    margin-bottom: 16px;
  }
  .dealersInfo-wrapper {
    padding: 40px 0;
  }
  .dealersInfo-top {
    display: block;
    margin: 0 0 40px;
  }
  .dealersInfo-btn {
    margin: 40px auto 50px;
  }
  .dealersInfo-title {
    width: 300px;
  }
  .dealersInfo-left {
    width: 100%;
  }
  .dealersInfo-top {
    display: block;
  }
  .dealersInfo-right {
    width: 100%;
  }
  .dealersInfo-text {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.14px;
  }
  .dealersInfo-list {
    margin-top: -24px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dealersInfo-item {
    width: calc(50% - 12px);
    margin-top: 24px;
  }
  .dealersInfo-item__desktop {
    display: none;
  }
  .dealersInfo-item__number {
    letter-spacing: 0;
    font-size: 67px;
    font-weight: 350;
    line-height: 67px;
  }
  .dealersInfo-item__number span {
    right: 16px;
    width: 10px;
    font-size: 9px;
    line-height: 9px;
  }
  .dealersInfo-item__text {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.14px;
  }
  .dealersInfo-item__text span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .dealersInfo::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5.84%, rgba(0, 0, 0, 0.8)), color-stop(43.69%, rgba(0, 0, 0, 0.15)), color-stop(54%, rgba(0, 0, 0, 0.85)), color-stop(90.72%, #000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 5.84%, rgba(0, 0, 0, 0.15) 43.69%, rgba(0, 0, 0, 0.85) 54%, #000 90.72%);
  }
  .clientPortfolio {
    padding: 40px 0;
  }
  .clientPortfolio-text {
    display: none;
  }
  .clientPortfolio-item {
    margin: 0;
  }
  .clientText {
    padding: 64px 0;
  }
  .clientText-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
  }
  .clientInfo::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(6.69%, rgba(0, 0, 0, 0.56)), color-stop(37.72%, rgba(0, 0, 0, 0.11)), color-stop(64.6%, rgba(0, 0, 0, 0.52)), color-stop(104.01%, rgba(0, 0, 0, 0.7)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.56) 6.69%, rgba(0, 0, 0, 0.11) 37.72%, rgba(0, 0, 0, 0.52) 64.6%, rgba(0, 0, 0, 0.7) 104.01%);
  }
  .clientInfo-wrapper {
    padding: 24px 0;
  }
  .clientInfo-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.14px;
  }
  .home-small .home-big__text {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.14px;
  }
  .home-small__link {
    width: 100%;
  }
  .clientHomeSmall-mobile {
    display: block;
    z-index: 2;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .client-main .kits-btn {
    display: none;
  }
  .client-main {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 20px 0 !important;
  }
  .client-main::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  }
  .client-main__address {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.14px;
  }
  .client-main__subtitle {
    margin: 8px 0 16px;
    font-size: 20px;
    font-weight: 350;
    line-height: 24px;
    letter-spacing: 1.6px;
  }
  .tuning .clients-select:last-child {
    width: 100%;
  }
  .tuning-item {
    width: calc(50% - 4px);
    margin-top: 24px;
    padding: 0 0 20px;
  }
  .tuning-item__text {
    font-size: 20px;
    font-weight: 350;
    line-height: 140%;
  }
  .tuning-list {
    margin-top: -24px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 40px;
  }
  .tuningStyle::before {
    display: none;
  }
  .tuningStyle-wrapper {
    padding: 24px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .tuningStyle-text {
    margin-top: 8px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.14px;
  }
  .tuningComplect-title {
    width: 100%;
  }
  .tuningComplect-text {
    width: 100%;
    margin-top: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
  }
  .tuningComplect-item {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1;
    height: 192px;
  }
  .tuningComplect-slider {
    overflow: hidden;
  }
  .tuningComplect .cartCatalog-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 32px 0 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: static;
  }
  .tuningComplect .cartCatalog-arrow {
    position: static !important;
    margin: 0 7px !important;
  }
  .tuningComplect {
    padding: 48px 0 56px;
  }
  .tuningComplect-top {
    display: block;
  }
  .tuningComplect-slider__wrapper {
    margin-top: 32px;
  }
  .diskSteps {
    background: #212121;
    padding: 56px 0 32px;
    text-align: left;
  }
  .diskDefault-wrapper {
    padding: 40px 0;
  }
  .diskDefault-text {
    margin-top: 24px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
  }
  .diskGray {
    padding: 64px 0 90px;
  }
  .diskGray-title {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
  }
  .diskGray-btn {
    margin-top: 64px;
  }
  .disk {
    padding-top: 0;
    padding-bottom: 56px;
  }
  .disk-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
  }
  .disk-list {
    padding-top: 42px;
    margin-left: -4px;
    margin-right: -4px;
  }
  .disk-block {
    padding-left: 4px;
    padding-right: 4px;
  }
  .disk-item {
    border: 1px solid rgba(219, 219, 219, 0.16);
    background: #212121;
  }
  .disk-item__img {
    height: 120px;
  }
  .disk-item__title {
    margin: 24px 0 8px;
    letter-spacing: 0;
    font-size: 20px;
    font-weight: 350;
    line-height: 140%;
  }
  .disk-item__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
  }
  .disk-tabs {
    margin-bottom: 56px;
    position: relative;
  }
  .disk-tab {
    padding: 24px;
    font-size: 12px;
    font-weight: 350;
    line-height: 16px;
    letter-spacing: 0.96px;
    margin: 0 16px;
  }
  .disk-title {
    display: none;
  }
  .dealersMap-content {
    padding: 24px 0;
  }
  .dealersMap-content__list {
    display: block;
  }
  .dealersMap-content__text {
    width: 100%;
    margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.14px;
  }
  .dealersMap-content__btn {
    margin: 0 auto 56px;
  }
  .diskDefault-logo {
    display: none;
  }
  .aboutDefault-logo {
    display: none;
  }
  .about-benefits__item {
    width: 100%;
    height: 320px;
  }
  .about-benefits__title {
    padding: 56px 0 32px;
  }
  .aboutDefault.white-block {
    display: none;
  }
  .aboutIdea {
    padding: 56px 0;
  }
  .aboutIdea-box {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .aboutIdea-title {
    margin-bottom: 164px;
  }
  .aboutIdea-img {
    position: static;
    width: 100%;
    margin: 16px 0 0 0;
    height: 200px;
  }
  .aboutIdea-item {
    padding-bottom: 20px;
    padding-top: 16px;
    margin: 0;
    border-top: 1px solid rgba(49, 49, 49, 0.2);
    color: #212121;
  }
  .aboutIdea-item:last-child {
    padding-bottom: 0;
  }
  .aboutIdea-item:first-child {
    border: none;
  }
  .aboutIdea-item__text {
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.14px;
    margin: 8px 0 0 0;
  }
  .aboutIdea-item__top span {
    font-size: 67px;
    line-height: 60px;
    margin-right: 0;
  }
  .aboutIdea-item__top span::before {
    font-size: 15px;
    line-height: 15px;
    right: 12px;
    color: #D40000 !important;
  }
  .aboutIdea-item__top p {
    margin-left: 9px;
    font-size: 18px;
    font-weight: 350;
    line-height: 24px;
    letter-spacing: 1.08px;
  }
  .aboutIdea-item:nth-child(1) .aboutIdea-item__top span::before {
    right: 9px;
    top: 54%;
  }
  .aboutHistory {
    padding: 56px 0 72px;
  }
  .aboutHistory-title {
    text-align: left;
    margin-bottom: 24px;
  }
  .aboutHistory-img {
    height: 200px;
    width: 100%;
    margin: 24px 0 0 0;
    position: static;
  }
  .aboutHistory-item {
    padding-bottom: 70px;
    display: block;
    padding-right: 22px;
  }
  .aboutHistory-item__content {
    width: 100%;
  }
  .aboutHistory-item__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.14px;
    width: 100%;
    padding-left: 1px;
  }
  .aboutHistory-item__date {
    padding: 0 12px;
    font-size: 14px;
  }
  .aboutHistory-item__year {
    font-size: 26px;
    font-weight: 350;
    line-height: 32px;
    letter-spacing: 2.08px;
    text-transform: uppercase;
  }
  .aboutHistory-wrapper::before {
    bottom: 50px;
  }
  .aboutHistory-item::before {
    bottom: 44px;
  }
  .aboutHistory .cartCatalog-next {
    right: -24px;
    top: 200px;
  }
  .home-catalog__title span {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
  }
  .detailDefault .diskDefault-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .main-detail {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .main-detail .brand-main__wrapper {
    padding: 40px 0;
  }
  .main-detail::before {
    background: #000;
    opacity: 0.2;
  }
  .main-detail__left {
    width: 100%;
  }
  .main-detail__right {
    display: none;
  }
  .main-detail__subtitle {
    width: 100%;
    margin-top: 16px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.14px;
  }
  .page-menu__overlay {
    display: none !important;
  }
  .page-menu__wrapper {
    width: 100%;
    min-width: 100%;
  }
  .page-menu__container {
    padding: 24px 16px;
  }
  .page-menu__nav ul li.menu-item-has-children a::before {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .page-menu__nav ul li.menu-item-has-children.open a::before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .page-menu__nav ul li.menu-item-has-children ul {
    position: static;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    background: transparent;
    backdrop-filter: blur(0px);
    width: 100%;
    padding: 0;
    overflow: visible;
    display: none;
  }
  .page-menu__nav ul li.menu-item-has-children ul li {
    margin: 6px 0 0 0;
    padding: 0;
  }
  .page-menu__nav ul li.menu-item-has-children ul li a {
    font-size: 10px;
    padding: 0;
    margin: 0;
  }
  .page-menu__nav ul li.menu-item-has-children.open ul {
    display: block;
  }
  .modal-contact {
    position: static;
    text-align: left;
    margin-top: 32px;
  }
  .modal .footer-soc {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .modal .footer-soc__item {
    margin-right: 16px;
    margin-left: 0;
  }
  .modal .home-form__text {
    margin: 24px 0;
  }
  .otherDetail {
    padding: 56px 0 32px;
  }
  .otherDetail-arrow {
    width: 26px;
  }
  .otherDetail-arrow img {
    width: 26px;
  }
  .otherDetail-item {
    padding: 15px 0 0 0;
  }
  .otherDetail-item__text {
    font-size: 18px;
    line-height: 140%;
    min-height: 26px;
  }
  .otherDetail-slider {
    margin-top: 34px;
  }
  .detail-block__bg .home-catalog {
    padding: 56px 0;
  }
  .assortment {
    padding: 56px 0;
  }
  .assortment-item {
    padding: 0 0 20px 0;
  }
  .assortment-item__title {
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0;
    margin-top: 20px;
  }
  .assortment-item__text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    margin-top: 4px;
  }
  .assortment-arrows {
    margin-top: 32px;
    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;
  }
  .assortment .cartCatalog-arrow {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: static;
    margin: 0 7px;
  }
  .detail-block__bg .home-catalog__list {
    width: auto;
    margin: 0;
    max-width: none;
  }
  .detail-block__bg .home-catalog .container {
    padding-bottom: 60px;
  }
  .detail-block__bg .home-catalog .home-catalog__mobile, .detail-block__bg .home-container .home-catalog__mobile {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .detail-block__bg .home-catalog .home-catalog__mobile-link, .detail-block__bg .home-container .home-catalog__mobile-link {
    border-bottom: 1px solid #D40000;
    padding: 8px 0;
  }
  .detail-block__bg .home-catalog .assortment-arrows, .detail-block__bg .home-container .assortment-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
  }
  .detail-block__bg .home-catalog .cartCatalog-arrow, .detail-block__bg .home-container .cartCatalog-arrow {
    margin: 0 4px;
  }
  .detailElements .clientPortfolio-text {
    display: none;
  }
  .detailElements-items, .detailElements-img {
    display: none;
  }
  .detailElements {
    background: #fff;
    padding-top: 48px;
  }
  .detailElements-content {
    background: #fff;
  }
  .detailElements-content::before {
    display: none;
  }
  .detailElements-title {
    margin: 0 0 36px;
    text-align: left;
    width: 320px;
    color: #212121;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1.6px;
  }
  .detailElements-tab {
    margin-right: 32px;
    font-size: 12px;
    letter-spacing: 0.96px;
    padding-bottom: 6px;
    color: #212121;
  }
  .detailElements-top {
    background: #fff;
  }
  .detailElements-mobile {
    display: block;
    margin-top: 12px;
  }
  .detailBenefits-title {
    padding-bottom: 12px;
  }
  .detailBenefits {
    padding: 39px 0 220px;
  }
  .detailBenefits-item {
    padding: 24px 0;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.14px;
    border-bottom: 1px solid rgba(219, 219, 219, 0.3);
    width: 100%;
    margin: 0;
  }
  .detailBenefits-items {
    display: block;
    padding: 0;
    margin: 0;
  }
  .detailBenefits-bottom {
    width: 440px;
    max-width: 100%;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.96px;
    margin-top: 46px;
  }
  .detailReels-center {
    margin: 80px auto 66px;
  }
  .detailReels-text {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
  }
  .detailReels-title {
    font-size: 18px;
    font-weight: 350;
    line-height: 24px;
    letter-spacing: 0.9px;
  }
  .detailReels-colors {
    padding: 16px 12px;
    margin-bottom: 32px;
  }
  /*.detailReels-color {
    width: 21px;
    height: 21px;
    min-width: 21px;
    margin-right: 10px;
  }*/
  .detailReels-color::before {
    width: 30px;
    height: 30px;
  }
  .detailMobile {
    display: block;
  }
  .mobile-hide {
    display: none;
  }
  .detailReels .tuningComplect-item {
    height: auto;
  }
  .detailReels .tuningComplect-item img {
    height: auto;
    position: static;
  }
  .detailReels .cartCatalog-arrows {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .detailReels .cartCatalog-prev {
    left: 8px;
    right: auto;
    width: 27px;
  }
  .detailReels .cartCatalog-prev img {
    width: 27px;
  }
  .detailReels .cartCatalog-next {
    right: 8px;
    left: auto;
    width: 27px;
  }
  .detailReels .cartCatalog-next img {
    width: 27px;
  }
  .detailReels-zoom {
    left: 8px;
    top: 8px;
    width: 12px;
    background-size: 12px;
    height: 12px;
  }
  .detailReels-slider__box {
    width: 100%;
  }
  .detailReels-slider__box .swiper-slide {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    -webkit-transform: scale(0.98);
        -ms-transform: scale(0.98);
            transform: scale(0.98);
    opacity: 0.5;
  }
  .detailReels-slider__box .swiper-slide-active {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1;
  }
  .detailReels-slider__box .tuningComplect-slider {
    overflow: visible;
  }
  .aboutIdea-img {
    opacity: 1;
  }
  .aboutIdea-item, .aboutIdea-item:nth-child(2) {
    color: #000 !important;
  }
  .aboutIdea-title {
    padding-bottom: 20px;
    border: none;
    margin: 0;
  }
  .aboutIdea-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    border: none;
  }
  .aboutIdea-item {
    width: calc(50% - 10px);
    margin-top: 20px;
    padding: 0;
    border: none;
  }
  .page-main__about.page-main {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .config {
    background: #fff;
  }
  .config-subtitle {
    margin: 24px 0 43px;
  }
  .config-top {
    padding: 56px 0 0 0;
    background: #fff;
  }
  .config-title {
    color: #212121;
    font-size: 20px;
    font-weight: 350;
    line-height: 24px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
  }
  .config-subtitle {
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
    display: block;
  }
  .config-list {
    display: block;
  }
  .config-left {
    width: 100%;
  }
  .config-right {
    width: 100%;
    min-width: 100%;
    margin: 0;
  }
  .config-bg {
    padding: 0 0 56px;
    background: #fff;
  }
  .config-right__item p, .config-right__item span {
    color: #212121;
  }
  .config-item__next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .config-item__mobile {
    display: block;
  }
  .config-item__block-title {
    color: #212121;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 14px;
  }
  .config-item__block-label {
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
  }
  .config-item__block-label b {
    border-color: rgba(49, 49, 49, 0.2);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .config-item__block-label input:checked + b {
    background: rgba(49, 49, 49, 0.2);
    border-color: transparent;
  }
  .config-right {
    display: none;
    margin-top: 32px;
    background: #fff;
    border: 1px solid rgba(33, 33, 33, 0.2);
    padding: 15px;
  }
  .config-right__title {
    color: #212121;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 0;
  }
  .config-right__item {
    margin-top: 16px;
  }
  .config-right__item p, .config-right__item span {
    font-size: 14px;
    line-height: 22px;
  }
  .config-item {
    margin: 32px 0 0 0;
    display: none;
    width: 100%;
  }
  .config-item.active {
    display: block;
  }
  .config-right__btn {
    color: #090909;
    background: transparent;
  }
  .config-right__btn span {
    color: #090909 !important;
  }
  .config-right__btn img {
    -webkit-filter: none !important;
            filter: none !important;
  }
  .absolute-desktop, .fixed-buttons {
    position: fixed;
    top: auto;
    bottom: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 0;
    right: auto;
    width: 100%;
    height: 48px;
    background: #000;
    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: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .fixed-buttons__item {
    width: auto;
    height: auto;
    border: none;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4px;
    position: relative;
    width: 148px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #FFF;
    font-size: 10px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
  }
  .fixed-buttons__item:last-child {
    margin-right: 32px;
  }
  .fixed-buttons__item:last-child::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: calc(100% + 11px);
    background: #3E3E3E;
  }
  .fixed-buttons__item:last-child {
    margin: 0;
  }
  .fixed-buttons__item span {
    -webkit-writing-mode: lr;
        -ms-writing-mode: lr;
            writing-mode: lr;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .footer {
    margin-bottom: 48px;
  }
  .about-benefits__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about-benefits__item {
    width: calc(33.333% - 12px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    background: #212121;
    height: auto;
  }
  .about-benefits__item::before {
    display: none;
  }
  .about-benefits__item-text {
    max-height: 100%;
    padding: 16px 12px 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
    opacity: 1;
    margin: 0;
  }
  .about-benefits__item-title {
    text-align: left;
    font-size: 18px;
    font-weight: 350;
    line-height: 24px;
    letter-spacing: 0.9px;
    width: 100%;
    padding: 12px 12px 0;
    margin: 0;
  }
  .about-benefits__item-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: static;
    height: 420px;
    margin-top: auto;
    width: 100%;
  }
  .about-benefits__title {
    text-align: left;
    padding: 56px 0;
    display: block;
  }
  .dealersMap-items {
    display: none;
  }
  .dealersMap-select {
    display: block;
  }
  .dealersMap-list {
    margin: 0;
  }
  .page-dealers__main {
    background: none;
    background: -webkit-gradient(linear, left bottom, left top, from(#090909), to(#090909));
    background: linear-gradient(0deg, #090909 0%, #090909 100%);
    height: auto;
    min-height: 100px;
    padding: 32px 0 24px;
  }
  .dealersMap-box {
    height: 420px;
  }
  .dealersMap {
    padding-bottom: 0;
  }
  .home-about__img {
    margin-bottom: 60px;
    display: block;
  }
  .home-about__wrapper {
    display: block;
    text-align: center;
    height: auto !important;
    padding-top: 90px !important;
  }
  .home-technology::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-22.6%, #000), color-stop(82.21%, rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, #000 -22.6%, rgba(0, 0, 0, 0) 82.21%);
  }
  .home-technology__logo img.img {
    display: none;
  }
  .home-technology__logo img.hide {
    display: block;
    max-width: 100%;
  }
  .homeExperts {
    padding: 40px 0;
    min-height: 520px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .homeExperts::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55.38%, rgba(0, 0, 0, 0)), color-stop(82.21%, #000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55.38%, #000 82.21%);
  }
  .homeExperts__logo {
    position: static;
    opacity: 1;
    margin: 16px auto 0;
  }
  .homeExperts__text {
    margin: 16px auto 0;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.14px;
  }
  .homeExperts__wrapper {
    text-align: center;
    width: 100%;
    padding-bottom: 0;
  }
  .main-detail__subtitle {
    display: none;
  }
  .clients .home-catalog__item-img {
    height: 260px;
  }
  .clients .home-catalog__list {
    margin: 0 -8px;
    width: auto;
  }
  .clients .home-catalog__block {
    width: 50%;
    padding: 0 8px;
  }
  .about__only-desktop {
    display: none !important;
  }
  .about__only-mobile {
    display: block;
  }
  .detail-block__bg.about__only-mobile {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
    background: transparent;
  }
  .detail-block__bg.about__only-mobile::before, .detail-block__bg.about__only-mobile::after {
    display: none;
  }
  .detail-block__bg.about__only-mobile .home-catalog__mobile-link {
    bottom: -50px;
    position: relative;
  }
  .footer-bottom {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer-video {
    top: -216px;
    width: 85px;
  }
  .footer-center {
    padding-bottom: 30px;
  }
  .footer-partner {
    top: calc(100% + 558px);
    right: auto;
    left: 50%;
  }
  .breadcrumbs {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    max-width: 100%;
  }
  .breadcrumbs li:last-child {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .article-content ul {
    margin-bottom: 32px;
  }
  .article-innovations_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .article-innovations_form .innovations-policy {
    margin: 16px 0;
  }
  .article-innovations_form .innovations-btn.btn, .clients-btn, .home-form__btn.btn, .card-desktop__btn.btn, .cart-right__btn.btn, .diskGray-btn.btn, .disk-show.btn, .page-kits__mobile-block .kits-btn.btn, .kits-benefits .kits-btn, .tuning-mobile__btn .btn, .dark-type .kits-btn.btn, .quality-mobile.btn, .quality-btn.btn, .infoConfig-btn.btn {
    width: 100%;
    height: 46px;
    border-radius: 100px;
    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: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
  }
  .article-innovations_form .innovations-btn.btn span, .clients-btn span, .home-form__btn.btn span, .card-desktop__btn.btn span, .cart-right__btn.btn span, .diskGray-btn.btn span, .disk-show.btn span, .page-kits__mobile-block .kits-btn.btn span, .kits-benefits .kits-btn span, .tuning-mobile__btn .btn span, .dark-type .kits-btn.btn span, .quality-mobile.btn span, .quality-btn.btn span, .infoConfig-btn.btn span {
    width: auto;
  }
  .article-innovations_form .innovations-btn.btn img, .clients-btn img, .home-form__btn.btn img, .card-desktop__btn.btn img, .cart-right__btn.btn img, .diskGray-btn.btn img, .disk-show.btn img, .page-kits__mobile-block .kits-btn.btn img, .kits-benefits .kits-btn img, .tuning-mobile__btn .btn img, .dark-type .kits-btn.btn img, .quality-mobile.btn img, .quality-btn.btn img, .infoConfig-btn.btn img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 0 16px;
  }
  .clients-btn {
    margin-top: 40px;
  }
  .clients-btn img {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .blog {
    padding-top: 30px;
  }
  .blog-block {
    margin-top: 32px;
  }
  .blog-list {
    padding-top: 0;
  }
  .pagination {
    display: none;
  }
  .brand-main__wrapper {
    padding: 32px 0;
  }
  .brand-main__wrapper .kits-btn {
    display: none;
  }
  .brand-text {
    background: -webkit-gradient(linear, left bottom, left top, from(#090909), to(#090909));
    background: linear-gradient(0deg, #090909 0%, #090909 100%);
    height: auto !important;
    min-height: auto !important;
    padding: 0 0 40px;
  }
  .setup {
    background: -webkit-gradient(linear, left bottom, left top, from(#090909), to(#090909));
    background: linear-gradient(0deg, #090909 0%, #090909 100%);
  }
  .setup-bg {
    position: static;
    height: 420px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .setup-wrapper {
    padding: 56px 0;
  }
  .setup-items {
    display: block;
  }
  .setup-item {
    width: 100%;
    padding: 24px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.14px;
    border-bottom: 1px solid rgba(235, 235, 235, 0.3);
  }
  .setup-item:first-child {
    padding-top: 0;
  }
  .home-form {
    padding-bottom: 340px !important;
    min-height: auto !important;
    height: auto !important;
  }
  .home-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-form .home-form__img {
    display: block;
    width: 485px;
    left: 50%;
    right: auto;
    bottom: -40px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .home-form .home-form__policy {
    margin-top: -90px;
  }
  .home-form .home-form__btn.btn {
    margin-top: 70px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .home-form .mobile-h2 {
    width: 200px;
  }
  .card {
    padding-top: 0 !important;
  }
  .card .breadcrumbs {
    pointer-events: auto;
  }
  .card-slider__wrapper {
    position: relative;
    -webkit-box-ordinal-group: -2;
        -ms-flex-order: -3;
            order: -3;
  }
  .card ul.breadcrumbs {
    position: absolute;
    left: 0;
    top: 0;
  }
  .card-top__container {
    pointer-events: none;
  }
  .card-slider__img {
    height: auto !important;
  }
  .card-desktop {
    display: block;
    margin: 0;
  }
  .card-top__container {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    min-height: auto !important;
    height: auto !important;
    padding: 24px 0 22px;
  }
  .card-desktop__left {
    position: relative;
  }
  .card-desktop__price {
    letter-spacing: 0;
    font-size: 24px;
    font-weight: 350;
    line-height: 140%;
  }
  .card-desktop__click {
    margin: 0;
    position: absolute;
    right: 0;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.14px;
    padding: 8px 0 7px;
    top: -2px;
  }
  .card-desktop__btn.btn {
    margin-top: 24px;
  }
  .card-top__container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .video-banner .video-banner__play {
    display: none;
  }
  .video-banner__wrapper {
    min-height: 250px !important;
  }
  .card-reels, .infoDetailReels {
    display: block;
  }
  .card-reels .reels-list, .infoDetailReels .reels-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -20px;
  }
  .card-reels .reels-block, .infoDetailReels .reels-block {
    width: 33.333%;
    margin-top: 20px;
  }
  .cart-item__title {
    width: 87%;
  }
  .cart {
    padding-top: 32px;
    padding-bottom: 25px;
  }
  .cart-right__item {
    margin-bottom: 32px !important;
  }
  .cart-right__btn.btn br {
    display: none;
  }
  .cart-right {
    padding-bottom: 48px;
  }
  .clientBig img {
    min-height: 520px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .clientText-item {
    text-align: left;
  }
  .client-main__address img {
    display: none;
  }
  .client-main__address::before {
    content: "";
    display: block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-right: 8px;
    background-image: url("../img/address-2.svg");
    background-repeat: no-repeat;
  }
  .clientInfo-text {
    display: none;
  }
  .clientInfo::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(6.69%, rgba(0, 0, 0, 0.56)), color-stop(37.72%, rgba(0, 0, 0, 0.11)), color-stop(64.6%, rgba(0, 0, 0, 0.52)), color-stop(104.01%, rgba(0, 0, 0, 0.7)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.56) 6.69%, rgba(0, 0, 0, 0.11) 37.72%, rgba(0, 0, 0, 0.52) 64.6%, rgba(0, 0, 0, 0.7) 104.01%);
  }
  .mobile-hide {
    display: none !important;
  }
  .clientHomeSmall .mobile-min-520 {
    min-height: auto !important;
    height: auto !important;
  }
  .clientHomeSmall .home-small__img {
    position: static;
    width: 100%;
    height: 260px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .clientHomeSmall .home-small__block {
    display: block;
  }
  .clientHomeSmall .home-small__container {
    min-height: auto !important;
    height: auto !important;
    background: -webkit-gradient(linear, left bottom, left top, from(#090909), to(#090909));
    background: linear-gradient(0deg, #090909 0%, #090909 100%);
    padding: 40px 14px;
  }
  .diskGray-btn.btn {
    margin-top: 24px;
  }
  .diskGray-btn.btn br {
    display: none;
  }
  .disk-item {
    background: transparent !important;
    border: none;
  }
  .disk-show.btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 24px auto 0;
    border-color: #fff;
  }
  .disk-show.btn img {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .kits-steps {
    position: relative;
    padding-bottom: 380px;
  }
  .kits-steps__img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 380px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .diskSteps {
    background: #EBEBEB;
    padding: 56px 0 32px;
  }
  .diskSteps .mobile-h2 {
    color: #212121;
  }
  .diskDefault-box {
    padding: 56px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .diskDefault {
    width: calc(50% - 8px);
    padding-bottom: 436px;
  }
  .diskDefault .container {
    padding: 0 0 0 16px !important;
    width: 100% !important;
  }
  .diskDefault .brand-main__bg {
    height: 420px;
    left: 0;
    bottom: 0;
    width: 100%;
    top: auto;
  }
  .diskDefault .mobile-h2 {
    color: #212121;
  }
  .diskDefault .diskDefault-text {
    color: #212121;
    margin: 16px 0 0;
    font-size: 16px;
  }
  .diskDefault-wrapper {
    padding: 0 !important;
    min-height: auto !important;
    height: auto !important;
  }
  .diskDefault::before {
    height: 420px;
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
  }
  .diskBenefits-right__title {
    white-space: nowrap;
  }
  .diskBenefits-right__title br {
    display: none;
  }
  .main-wrapper {
    padding: 32px 0;
  }
  .home-big__title {
    padding: 8px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #D40000;
  }
  .home-big__title::after {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    margin-left: 8px;
    background-image: url("../img/title-arrow.svg");
    background-repeat: no-repeat;
  }
  .home-small__link {
    z-index: 5;
  }
  .home-experts__img {
    display: none;
  }
  .home-experts__img.only-mobile {
    display: block !important;
  }
  .home-blog .cartCatalog-slider {
    margin-top: 40px;
    position: relative;
    padding-bottom: 66px;
  }
  .home-blog .cartCatalog-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home-blog .home-blog__link {
    position: absolute;
    top: 95px;
    right: 0;
    width: auto;
    margin: 0;
  }
  .home-blog .home-blog__title {
    width: 200px;
  }
  .kits .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .kits-list {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 40px;
  }
  .kits-text {
    margin-bottom: 56px;
  }
  .kits-item {
    width: 80px;
  }
  .kits-block {
    width: 33.333%;
    margin: 25px 0 0 0;
  }
  .page-kits__mobile-block .kits-btn.btn, .kits-benefits .kits-btn, .tuning-mobile__btn .btn, .dark-type .kits-btn.btn, .quality-mobile.btn {
    font-size: 14px;
    height: 64px;
    padding-bottom: 18px;
  }
  .page-kits__mobile-block .kits-btn.btn img, .kits-benefits .kits-btn img, .tuning-mobile__btn .btn img, .dark-type .kits-btn.btn img, .quality-mobile.btn img {
    width: 14px;
    margin-left: 12px;
  }
  .page-kits__mobile-block .kits-btn.btn::before, .kits-benefits .kits-btn::before, .tuning-mobile__btn .btn::before, .dark-type .kits-btn.btn::before, .quality-mobile.btn::before {
    display: none;
  }
  .page-kits__mobile-block .kits-btn.btn::after, .kits-benefits .kits-btn::after, .tuning-mobile__btn .btn::after, .dark-type .kits-btn.btn::after, .quality-mobile.btn::after {
    content: "с доставкой под ключ в вашем городе";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 12px;
    text-transform: none;
    color: rgba(49, 49, 49, 0.2);
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.14px;
    white-space: nowrap;
  }
  .reels-bottom {
    margin-top: 64px;
  }
  .kits-row__item-text {
    width: 100%;
    background: #212121;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .kits-big {
    display: none;
  }
  .kits-benefits .kits-btn, .dark-type .kits-btn.btn {
    margin-top: 32px;
  }
  .kits-benefits__title {
    margin-bottom: 0;
  }
  .tuning-mobile__btn {
    display: block;
  }
  .tuning-mobile__btn .btn {
    margin-bottom: 32px;
  }
  .tuningStyle {
    background: -webkit-gradient(linear, left bottom, left top, from(#090909), to(#090909));
    background: linear-gradient(0deg, #090909 0%, #090909 100%);
    padding-bottom: 444px;
  }
  .tuningStyle .brand-main__bg {
    top: auto;
    bottom: 0;
    height: 420px;
  }
  .tuningStyle-wrapper {
    min-height: auto !important;
    height: auto !important;
    padding: 32px 0 0 0;
  }
  .dark-type .kits-btn.btn::after, .quality-mobile.btn::after {
    color: rgba(255, 255, 255, 0.2);
  }
  .type .clients-btn {
    border-color: #212121;
  }
  .type .clients-btn img {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .videoBlock .clients-btn {
    border-color: #fff;
  }
  .video-section__bg {
    background: -webkit-gradient(linear, left bottom, left top, from(#090909), to(#090909));
    background: linear-gradient(0deg, #090909 0%, #090909 100%);
  }
  .top-video {
    padding: 32px 0 40px;
    background: transparent;
    min-height: auto !important;
    height: auto !important;
  }
  .top-video__banner .video-banner__play {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 122px;
    height: 122px;
    top: -120px;
  }
  .top-video__banner .video-banner__title {
    margin: 12px 0 43px;
  }
  .top-video__banner .video-banner__wrapper {
    min-height: auto !important;
    height: auto !important;
    padding: 0;
    margin-top: 244px;
  }
  .top-video__banner .video-banner__bg {
    height: 244px;
    top: auto;
    bottom: 100%;
  }
  .top-video__banner.video-banner::before {
    height: 244px;
    top: auto;
    bottom: 100%;
  }
  .quality-mobile.btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .quality {
    background: #090909;
  }
  .quality .quality-right {
    margin-top: 24px;
  }
  .quality-btn {
    display: none;
  }
  .quality-bg {
    top: auto;
    bottom: 0;
    height: 420px;
    z-index: 3;
  }
  .quality-list {
    height: auto !important;
    display: block;
    min-height: auto !important;
    padding: 56px 0 444px;
  }
  .page-info__buttons {
    display: none;
  }
  .page-info .brand-main__wrapper {
    padding: 32px 0;
  }
  .page-info__mobile {
    display: block;
    padding: 32px 0;
  }
  .page-info__mobile .quality-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    border-color: #fff;
  }
  .page-info__mobile .quality-btn img {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    width: 14px;
  }
  .page-info__mobile .quality-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 16px 0;
  }
  .info-bg {
    background: -webkit-gradient(linear, left bottom, left top, from(#090909), to(#090909));
    background: linear-gradient(0deg, #090909 0%, #090909 100%);
  }
  .infoColors {
    padding: 40px 0;
  }
  .infoColors-block {
    margin-top: 16px;
    width: 25%;
  }
  .infoColors-list {
    padding-top: 8px;
  }
  .infoColors-item {
    width: 56px;
  }
  .infoColors-item p {
    margin-top: 7px;
    font-size: 12px;
    font-weight: 350;
    line-height: 16px;
  }
  .infoTopReels {
    padding: 64px 0 !important;
  }
  .infoVisual-subtitle {
    margin: 40px 0 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.14px;
  }
  .infoVisual-btn {
    font-size: 14px;
  }
  .infoVisual-img {
    height: 300px;
  }
  .infoMobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .infoMobile-item {
    width: calc(50% - 8px);
    background: #212121;
  }
  .infoMobile-item__title {
    padding: 12px 12px 16px;
    color: #fff;
    font-size: 18px;
    font-weight: 350;
    line-height: 24px;
    letter-spacing: 0.9px;
    text-transform: uppercase;
  }
  .infoMobile-item__text {
    padding: 0 12px 26px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.14px;
  }
  .infoMobile-item__img {
    margin-top: auto;
    width: 100%;
    height: 420px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .infoDesktop {
    display: none;
  }
  .infoConfig {
    background: #fff;
    padding: 56px 0 64px;
  }
  .infoConfig-title {
    color: #212121;
    font-size: 20px;
    font-weight: 350;
    line-height: 24px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
  }
  .infoConfig-subtitle {
    margin: 24px 0 72px;
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
  }
  .infoConfig-list {
    display: block;
  }
  .infoConfig-tabs {
    width: 100%;
    border-radius: 8px;
    background: #EBEBEB;
    padding: 6px 12px;
    margin: 0 0 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .infoConfig-tab {
    height: 28px;
    width: 50%;
    background-color: transparent;
    background-image: url("../img/tab-1.svg");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
  }
  .infoConfig-tab.active {
    background-color: transparent;
    background-image: url("../img/tab-2.svg");
    background-repeat: no-repeat;
    background-position: left center;
  }
  .infoConfig-labels {
    margin: 0;
  }
  .infoConfig-label {
    margin: 0 -8px;
  }
  .infoConfig-label {
    width: 25%;
    padding: 0 8px;
    margin: 20px 0 0 0;
  }
  .infoConfig-label img {
    margin: 0 auto;
  }
  .infoConfig-label p {
    text-align: center;
    display: block;
    padding-bottom: 30px;
    position: relative;
    color: #212121;
    font-size: 12px;
    font-weight: 350;
    line-height: 16px;
  }
  .infoConfig-label p span {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-color: rgba(49, 49, 49, 0.2);
    margin: 0;
  }
  .infoConfig-gray {
    background: transparent;
    padding: 0;
  }
  .infoConfig-result {
    margin: 24px auto 0;
    width: 100%;
    min-width: 100%;
    background: #EBEBEB;
    padding: 24px 16px;
    border-radius: 0;
    display: none;
  }
  .infoConfig-result__title {
    color: #212121;
    font-size: 20px;
    font-weight: 350;
    line-height: 24px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    padding: 0;
  }
  .infoConfig-result__item {
    margin-top: 16px;
  }
  .infoConfig-result__item p {
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #212121;
    opacity: 0.5;
  }
  .infoConfig-result__item span {
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #212121;
  }
  .infoConfig-btn {
    margin-top: 24px;
  }
  .infoConfig-btn.btn {
    color: #212121;
    margin-top: 24px;
  }
  .infoConfig-btn.btn img {
    -webkit-filter: none;
            filter: none;
  }
  .infoConfig-btn.btn span {
    color: #212121;
  }
  .infoConfig-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 48px auto 0;
    height: 34px;
    color: #212121;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.14px;
    text-transform: uppercase;
    border: 1px solid #EB3B27;
    border-radius: 100px;
  }
  .infoConfig-next::after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: calc(50% - 6px);
    width: 12px;
    height: 12px;
    background-image: url("../img/arrow.svg");
    background-repeat: no-repeat;
    background-size: 12px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .card .container {
    padding-top: 61px !important;
  }
  .card-title {
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
  }
  .card-desktop__price {
    font-size: 24px;
  }
  .card ul.breadcrumbs {
    top: 31px;
  }
  .card-thumb .swiper-slide, .card-slider__img img {
    border-radius: 2px;
  }
  .card-thumb .swiper-slide {
    border-width: 1px;
  }
  .reels-slider__wrapper .cartCatalog-next {
    right: 20px;
    width: 26px;
  }
  .reels-slider__wrapper .cartCatalog-prev {
    left: 20px;
    width: 26px;
  }
  .card-zoom {
    right: 8px;
    bottom: 8px;
    width: 40px;
    height: 40px;
  }
  .card-zoom img {
    width: 20px;
  }
  .card-slider .cartCatalog-next {
    right: -16px;
    width: 64px;
  }
  .card-slider .cartCatalog-prev {
    left: -16px;
    width: 64px;
  }
  .cardModal-wrapper {
    display: block;
  }
  .cardModal-close {
    margin-left: 16px;
  }
  .cardModal-top {
    margin-bottom: 80px;
  }
  .cardModal-number {
    display: block;
    margin-right: auto;
    color: #FFF;
    font-size: 12px;
    font-weight: 350;
    line-height: 16px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
  }
  .footer-right {
    padding-top: 24px;
    margin-top: 24px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
    border-top: 1px solid rgba(49, 49, 49, 0.2);
  }
  .footer-right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 290px;
  }
  .footer-right ul li {
    display: block;
    width: 50%;
  }
  .footer-right ul li a {
    max-width: 120px;
    display: block;
  }
  .footer-center {
    padding-top: 24px;
    margin-top: 24px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
    border-top: 1px solid rgba(49, 49, 49, 0.2);
  }
  .infoGrayBlock {
    padding: 40px 0 27px;
  }
  .infoGrayBlock-list {
    display: block;
    padding-bottom: 100px;
  }
  .infoGrayBlock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
    margin: 0;
  }
  .infoGrayBlock-left {
    width: 100%;
    min-width: 100%;
    margin: 24px 0 0 0;
  }
  .infoGrayBlock-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 12px 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .infoGrayBlock-price small {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.14px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px;
  }
  .infoGrayBlock-price b {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
  }
  .infoGrayBlock-price b span {
    margin-top: 4px;
    font-size: 24px;
    font-weight: 350;
    line-height: 100%;
  }
  .infoGrayBlock-detailPrice {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 16px;
    background: #212121;
    border-radius: 8px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .infoGrayBlock-detailPrice__left {
    white-space: nowrap;
  }
  .infoGrayBlock-detailPrice__left b {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
    text-transform: none;
  }
  .infoGrayBlock-detailPrice__left span {
    font-size: 24px;
    font-weight: 350;
    letter-spacing: 0;
    line-height: 140%;
  }
  .infoGrayBlock-detailPrice__gray {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.14px;
    white-space: nowrap;
    position: absolute;
    right: 17px;
    top: 27px;
  }
  .pb-big.infoGrayBlock-list {
    padding-bottom: 130px;
  }
  .modal-cart .modal-container {
    width: 500px;
    margin: auto;
  }
  .modal-cart .modal-list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal-cart__wrapper {
    padding: 24px 10px 48px;
  }
  .modal-cart .card-desktop__btn br {
    display: none;
  }
  .modal-cart__other {
    display: none;
  }
  .modal-cart__title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
  }
  .modal-cart__item-img {
    width: 124px;
    min-width: 125px;
    margin-right: 8px;
  }
  .modal-cart__item-right {
    margin-left: 8px;
  }
  .modal-cart__item-price {
    color: #fff;
    font-size: 18px;
    font-weight: 350;
    line-height: 24px;
    letter-spacing: 1.08px;
  }
  .modal-cart__item-name {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.14px;
  }
  .modal-cart__top {
    margin-bottom: 16px;
  }
  .infoDesktop::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(6.84%, rgba(0, 0, 0, 0.56)), color-stop(39.48%, rgba(0, 0, 0, 0.11)), color-stop(55.44%, rgba(0, 0, 0, 0.6)), color-stop(88.52%, rgba(0, 0, 0, 0.7)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.56) 6.84%, rgba(0, 0, 0, 0.11) 39.48%, rgba(0, 0, 0, 0.6) 55.44%, rgba(0, 0, 0, 0.7) 88.52%);
  }
}
@media (max-width: 767px) {
  .container, .home-small__container, .card-top__container {
    width: 540px;
  }
  .article-content ul li {
    width: 100%;
  }
  .kits-row__item {
    width: 100%;
  }
  .kits-row__item-text {
    padding: 24px;
  }
  .brand-block {
    width: 50%;
  }
  .videoBlock-block {
    width: 100%;
  }
  .cart-item__left {
    margin-right: 8px;
    width: 124px;
    min-width: 124px;
  }
  .cart-item__img {
    height: 73px;
  }
  .cart-item__right {
    margin-left: 8px;
  }
  .cart-item__title {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.14px;
  }
  .cart-item__price {
    margin: 16px 0;
    font-size: 18px;
    font-weight: 350;
    line-height: 24px;
    letter-spacing: 1.08px;
  }
  .counter-minus, .counter-plus {
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-size: 24px;
  }
  .counter-result {
    width: 40px;
    min-width: 40px;
    font-size: 12px;
    font-weight: 350;
    line-height: 16px;
    height: 24px;
  }
  .dealersMap-list {
    position: relative;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
  }
  .dealersMap-item {
    margin: 0 16px 0 0;
  }
  .dealersMap-items {
    padding-left: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: auto;
  }
  .dealersMap-items::-webkit-scrollbar {
    display: none;
  }
  .dealersContact-list {
    margin-top: -8px;
    margin-left: -4px;
    margin-right: -4px;
  }
  .dealersContact-block {
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 8px;
  }
  .clientPortfolio {
    padding: 0;
    background: transparent;
  }
  .clientPortfolio-list {
    display: block;
  }
  .clientPortfolio-item {
    width: 100%;
    padding: 32px 16px;
    background: linear-gradient(4deg, #6A6A6A 39.02%, #000 89.29%);
  }
  .clientPortfolio .container {
    width: 100% !important;
    padding: 0 !important;
  }
  .disk-block {
    width: 50%;
  }
  .detailMobile-scroll {
    overflow-x: scroll;
  }
  .detailMobile-scroll::-webkit-scrollbar {
    display: none;
  }
  .detailMobile-item {
    width: 315px;
    min-width: 315px;
    margin-right: 16px;
  }
  .detailMobile-items {
    margin-right: 0;
  }
  .about-benefits__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .about-benefits__list::-webkit-scrollbar {
    display: none;
  }
  .about-benefits__item {
    width: 315px;
    min-width: 315px;
    margin-right: 16px;
  }
  .clients .home-catalog__block {
    width: 100%;
  }
  .clients-block__wrapper .home-catalog__item-title {
    text-transform: uppercase;
  }
  .clients-select {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .container, .home-small__container, .card-top__container {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .infoMobile {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: auto;
  }
  .infoMobile::-webkit-scrollbar {
    display: none;
  }
  .infoMobile-item {
    margin-right: 16px;
    width: 323px;
    min-width: 323px;
  }
  .diskDefault {
    width: 315px;
    min-width: 315px;
    margin-right: 16px;
  }
  .diskDefault-box {
    overflow-x: auto;
  }
  .diskDefault-box::-webkit-scrollbar {
    display: none;
  }
  .about-benefits__item {
    height: auto !important;
  }
  .detailMobile-scroll {
    padding-left: 16px;
    margin-left: -16px;
    width: calc(100% + 32px);
  }
  .otherDetail-slider {
    overflow: visible;
  }
  .about-benefits__item {
    height: 520px;
  }
  .card-chars__item-left {
    margin-right: auto;
  }
  .home-catalog__list {
    margin-right: -8px;
    margin-left: -8px;
    width: auto;
    max-width: none;
  }
  .home-form__block {
    width: 100%;
  }
  .home-certificate__img {
    right: -90px;
  }
  .home-catalog__list {
    width: auto;
  }
  .home-map__img {
    margin-left: -16px;
    width: calc(100% + 32px);
    max-width: calc(100% + 32px);
  }
  .home-blog__item-img {
    height: 167px;
  }
  .footer-logo {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 120%;
    min-width: 126%;
  }
  .diskBenefits-item {
    width: 100%;
  }
  .diskBenefits-right {
    margin-left: -16px;
    width: calc(100% + 32px);
    max-width: calc(100% + 32px);
  }
  .disk-tab {
    margin: 0;
    padding: 24px 0 20px;
    font-size: 12px;
    font-weight: 350;
    line-height: 16px;
    letter-spacing: 0.96px;
  }
  .disk-tabs {
    background: linear-gradient(172deg, #181818 -51.46%, #090909 128.63%);
    margin-left: -16px;
    width: calc(100% + 32px);
    max-width: calc(100% + 32px);
    padding: 0 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .disk-item {
    padding: 0 0 19px;
  }
  .detail-block__bg .home-catalog .assortment-arrows, .detail-block__bg .home-container .assortment-arrows {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .detail-block__bg .home-catalog__slider {
    width: 588px;
    min-width: 588px;
    position: static;
  }
  .detail-block__bg .home-catalog__slider-wrapper {
    position: relative;
    padding-bottom: 60px;
  }
  .aboutIdea-title {
    padding-bottom: 40px;
    margin: 0;
  }
  .aboutIdea-box {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-left: 16px;
    margin-left: -16px;
    width: calc(100% + 32px);
    overflow-x: auto;
  }
  .aboutIdea-box::-webkit-scrollbar {
    display: none;
  }
  .aboutIdea-item {
    width: 320px;
    min-width: 320px;
    border: none !important;
    margin: 0 20px 0 0;
    padding-top: 15px;
    border-top: 1px solid rgba(49, 49, 49, 0.2) !important;
  }
  .aboutIdea-img {
    height: 144px;
  }
  .aboutHistory-slider {
    overflow: visible;
  }
  .aboutHistory .cartCatalog-next {
    display: none;
  }
  .brand-item__text {
    padding: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.14px;
    text-align: center;
  }
  .card-reels .reels-list, .infoDetailReels .reels-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -16px;
    padding-left: 16px;
    width: calc(100% + 32px);
    max-width: calc(100% + 32px);
    margin-right: 0;
    overflow-x: auto;
  }
  .card-reels .reels-list::-webkit-scrollbar, .infoDetailReels .reels-list::-webkit-scrollbar {
    display: none;
  }
  .card-reels .reels-block, .infoDetailReels .reels-block {
    width: 212px;
    min-width: 212px;
    margin: 0 16px 0 0;
    padding: 0;
  }
  .video-reels {
    background: transparent !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  .videoBlock {
    background: transparent !important;
  }
  .clients .clients-btn {
    border-color: #fff;
  }
  .clients .clients-btn img {
    width: 16px;
    margin-left: 12px;
  }
  .clients .clients-btn span {
    margin-top: 2px;
  }
  .infoDetailReels .detailReels-slider__box {
    width: 210px;
  }
  .infoDetailReels .swiper-slide {
    width: 210px !important;
    min-width: 210px !important;
  }
  .card ul.breadcrumbs {
    left: 16px;
    max-width: calc(100% - 32px);
  }
  .reels-slider {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    min-width: 660px;
  }
  .reels-slider__wrapper {
    position: relative;
  }
}
@media (max-width: 369px) {
  .home-certificate__img {
    right: -140px;
  }
  .brand-item__text {
    padding: 16px 8px;
  }
  .aboutIdea-item {
    width: 280px;
    min-width: 280px;
  }
  .footer-phone {
    font-size: 18px;
  }
  .mobile-h1 {
    font-size: 24px;
  }
  .pagination a, .pagination span {
    width: 26px;
    height: 26px;
    font-size: 14px;
  }
  .article-bottom {
    font-size: 12px;
  }
  .article-soc a {
    width: 24px;
  }
  .dealersContact-block {
    width: 100%;
  }
  .dealersInfo-item__number {
    font-size: 50px;
    line-height: 50px;
  }
  .dealersInfo-item__number span {
    right: 10px;
    width: 12px;
  }
  .tuningComplect-item {
    height: 160px;
  }
  .disk-item__text {
    font-size: 14px;
  }
  .disk-item__title {
    font-size: 18px;
  }
 /* .detailReels-color {
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin-right: 8px;
  }*/
  .detailReels-color::before {
    width: 28px;
    height: 28px;
  }
  .detailMobile-btn small {
    font-size: 12px;
  }
  .card-slider .swiper-slide {
    width: 290px !important;
    min-width: 290px !important;
  }
  .home-blog .home-blog__title {
    font-size: 22px;
  }
  .home-blog .home-blog__link {
    font-size: 12px;
  }
  .card-desktop__price {
    font-size: 20px;
  }
  .card-desktop__click {
    font-size: 13px;
  }
  .infoGrayBlock-price small {
    letter-spacing: 0;
    font-size: 12px;
  }
  .infoGrayBlock-price b span {
    font-size: 20px;
  }
  .infoGrayBlock-detailPrice__gray {
    font-size: 12px;
    letter-spacing: 0;
  }
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    color: #878787;
}

.modal .intl-tel-input .country-list {
    background-color: #3c3c3c;
    border: none;
}

.modal .intl-tel-input .country-list .country-name {
    color: #8b8b8b;
}

.wpcf7 {
	opacity: 1;
    pointer-events: auto;
    transition: .3s all;
}
.wpcf7.wait {
	opacity: .5;
    pointer-events: none;
}

.wpcf7-form.sent > *:not(.wpcf7-response-output) {
    display: none !important;
}

.wpcf7-response-output {
    /* border: none !important; */
    padding: 10px 12px 9px !important;
}

.modal .wpcf7-response-output {
    color: #fff;
}


.goTop {
    position: fixed;
    right: 50px;
    bottom: 50px;
    background: hsl(0deg 0% 0% / 65%);
    border: 1px solid hsl(0deg 0% 100% / 45%);
    width: 50px;
    height: 50px;
    backdrop-filter: blur(7px);
    border-radius: 50%;
    opacity: 0;
    transition: .3s all;
    cursor: pointer;
    pointer-events: none;
    z-index: 90;
}

.goTop:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    background: url(/wp-content/themes/rng/img/arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%) rotate(-45deg);
    filter: brightness(10);
}

.goTop.view,
body:not(.fp-viewing-0) .goTop {
	opacity: 1;
    pointer-events: auto;
}

@media screen and (max-width: 1300px) {
	.goTop {
        right: 30px;
        bottom: 50px;
    }
}

@media screen and (max-width: 780px) {
    .fp-section, .fp-slide, .fp-tableCell {
        height: auto !important;
    }
}

