/* Цвета */

:root { /* white */ /* dark text */
}

/* Вспомогательные шрифты */

/* Overlays */

/* Тени */

/* z-index */

/* Animations */

/* Цвета */

:root { /* brand color */ /* danger color */ /* dark color */ /* dark color */
}

/* Шрифты */

@-webkit-keyframes moveDown {
  0% {
    opacity:0;
    transform:translateY(-15px)
  }
  35%,
  50%,
  65% {
    opacity:1;
    transform:translateY(0)
  }
  to {
    opacity:0;
    transform:translateY(15px)
  }
}

@keyframes moveDown {
  0% {
    opacity:0;
    transform:translateY(-15px)
  }
  35%,
  50%,
  65% {
    opacity:1;
    transform:translateY(0)
  }
  to {
    opacity:0;
    transform:translateY(15px)
  }
}

@-webkit-keyframes fadeInFromNone {
  0% {
    opacity: 0;
  }

  70% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInFromNone {
  0% {
    opacity: 0;
  }

  70% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes scaleIn {
  from {
    transform: scale(.95);
  }

  to {
    visibility: visible;
    transform: scale(1);
  }
}

@keyframes scaleIn {
  from {
    transform: scale(.95);
  }

  to {
    visibility: visible;
    transform: scale(1);
  }
}

@-webkit-keyframes scaleOut {
  from {
    visibility: visible;
    transform: scale(1);
  }

  to {
    visibility: hidden;
    transform: scale(.95);
  }
}

@keyframes scaleOut {
  from {
    visibility: visible;
    transform: scale(1);
  }

  to {
    visibility: hidden;
    transform: scale(.95);
  }
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

.spinner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner > div {
  width: 1em;
  height: 1em;
  background-color: #fff;
  margin: 0 2px;
  border-radius: 50%;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
          animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -.32s;
          animation-delay: -.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -.16s;
          animation-delay: -.16s;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
    color: #CCC; }

.mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }

.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
    margin-top: -54px; }

.mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }

.mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }

.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */

.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

:root { /* border-radius модального окна */ /* Максимальная ширина модального окна */ /* padding'и модального окна */ /* magrin'ы модального окна */
}

.modal {
  text-align: center;
  max-width: 50rem;
  margin: 0 auto;
  position: relative;
}

#modal-3 {
  max-width: 70rem;
}

.modal::after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.modal__content {
  width: 95%;
  max-width: 64rem;
  margin: 3rem auto;
  padding: 1.6rem 2.4rem;
  border-radius: .6rem;
  position: relative;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal_fullscreen .modal__content {
  padding: 0;
  text-align: right;
  color: hsla(0, 0%, 100%, 1);
  background: transparent;
}

.mfp-bg,
.mfp-wrap {
  opacity: 0;
  transition: opacity ease-out .5s;
}

.mfp-ready {
  opacity: 1;
}

.mfp-ready.mfp-bg {
  background: hsla(0, 0%, 7%, .75);
  -webkit-backdrop-filter: blur(1rem);
          backdrop-filter: blur(1rem);
}

.mfp-removing {
  opacity: 0;
}

.mfp-close {
  position: absolute;
  top: 0;
  right: 1rem;
  padding: 0;
  cursor: pointer;
  opacity: 0.6;
  border: none;
  background: none;
  font-size: 1.6rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: hsla(0, 0%, 100%, 1) !important;
}

.mfp-close:hover {
  opacity: 1;
}

.mfp-close:active,
.mfp-close:focus {
  outline: none;
}

.modal_fullscreen .mfp-close {
  width: auto;
  height: auto;

  font-size: 44px;
}

.mfp-iframe-holder .mfp-close {
  font-size: 44px;
}

.modal__title {
  margin-bottom: 1em;
  text-align: center;
}

.modal .form {
  max-width: 30rem;
  margin: 0 auto;
}

.modal__text {
  text-align: left;
}

.modal__text a {
  color: inherit;
}

.modal__desc {
  text-align: center;
}

/*
Эти стили подключаются последними,
фиксят некоторые фичи (из-за асинхронной подгрузки файла стилей)
например мелькание модального окна
*/

.secondary-screen {
  opacity: 1 !important;
}

.modal {
  display: block;
}

.js-show-modal {
  cursor: pointer;
}

.deg360 {
  width: 100%;
}

.deg360__view {
  position: relative;
  overflow: hidden;
}

.js-loaded {
  cursor: ew-resize;
}

.deg360__load,
.deg360__loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity .25s ease-out;
  visibility: hidden;
  cursor: pointer;
  z-index: 10;
}

.deg360__load {
  border: 1px solid hsla(0, 0%, 7%, .2);
  background-color: hsla(0, 0%, 100%, .7);
  padding: .6rem .6rem .4rem;
  border-radius: 50%;
}

.deg360__load-img {
  width: 48px;
  width: 3rem;
  height: 1.744rem;
}

.js-loading .deg360__loader,
.js-rest .deg360__load {
  visibility: visible;
  opacity: 1;
}

.deg360__images {
  position: relative;
  margin: 0 auto;
  width: 100%;
  /* Соотношение сторон 16:9 (56.25%) */
  padding-bottom: 56.25%;
  background: transparent;
}

.deg360__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.deg360__item img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: none;
}

.deg360__colorpicker {
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 1rem;
  margin-top: 10px;
}

.deg360__colorpicker-color {
  width: 36px;
  height: 36px;
  display: inline-block;
  padding: 0;
  border: 1px solid hsla(0, 0%, 7%, .2);
  margin: .2rem;
  outline: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.deg360__colorpicker-color.active {
  border-color: #00ffff;
}

.deg360__colorpicker-color-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.deg360__colorpicker-color-inner + .deg360__colorpicker-color-inner {
  top: 50%;
}

/* Отключаем анимации для 360, чтобы исключить двойные плавные переходы */

.deg360 .img-responsive.loaded {
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.offer {
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
}

.offer .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 1rem;
}

.countdown {
    display: inline-block;
    text-align: center;
    padding: 2rem;
  }

.countdown__heading {
    display: block;
    font-size: 1.6em;
    padding-bottom: .2em;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin-bottom: .5em;
  }

.countdown__container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: hsla(0, 0%, 100%, 1);
  }

.countdown__item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 3.5em;
    margin-right: .75em;
    border-radius: 4px;
    /* Альтернативное оформление */
    /*border: 1px solid hsla(0,0%,7%,.2);*/
    /*background: linear-gradient(180deg,hsla(0,0%,100%,1),hsla(0,0%,75%,1) 50%,hsla(0,0%,85%,1));*/
  }

.countdown__item:last-child {
    margin-right: 0;
  }

.countdown__item:after {
    content: ":";
    position: absolute;
    right: -.25em;
    top: -.2em;
    font-size: 2.8em;
  }

.countdown__item:last-child:after {
    display: none;
  }

.countdown__value {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 2.8em;
    line-height: 1em;
    text-align: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: relative
  }

@media(min-width: 992px) {

.countdown__value {
  }}

.countdown__title {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1em;
    text-align: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: relative;
  }

.countdown__circle-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    width: 100%;
  }

.countdown__circle {
    stroke-dasharray: 113px;
    stroke-dashoffset: 0px;
    stroke-linecap: round;
    stroke-width: 2px;
    stroke: hsla(25, 100%, 64%, 1);
    fill: none;
    stroke-dashoffset: 0;
  }

.countdown__circle-shadow {
    stroke-dasharray: 113px;
    stroke-dashoffset: 0px;
    stroke-linecap: round;
    stroke-width: 2px;
    stroke: hsla(0, 0%, 35%, 1);
    fill: hsla(0, 0%, 20%, .6);
    stroke-dashoffset: 0;
  }

.range {
    width: 100%;
    overflow: hidden;
}

.range .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: space-between;
    flex-wrap: nowrap;
    grid-gap: 3rem
}

@media(min-width: 992px) {

.range .container {
        grid-gap: 5rem
}
    }

.range__item.heading-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 4rem;
}

.model-page.heading-wrap {
    display: none;
}

.range .heading,
.range .subheading {
    text-transform: uppercase;
}

.range .subheading span {
    text-transform: none;
    font-size: .8em;
    opacity: .8;
}

.range .heading__divider {
    height: 2px;
    width: 20rem;
    background-color: hsla(25, 100%, 64%, 1);
}

.range__body {
    text-align: left;
}

.range__item.heading-wrap {
    text-align: center;
}

.range__item.nav-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    grid-gap: 1rem;
    padding-bottom: 4rem;
}

.model-page.nav-wrap {
    display: none;
}

.range .nav {
    width: calc(50% - 1rem);
    max-width: 25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 1rem;
}

.range .nav__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 2rem;
}

.range .nav__subitem.cover-wrap {
    overflow: hidden;
}

.range .nav__subitem.cover-wrap img {
    transition: .25s all ease-out;
}

.range .nav__subitem.cover-wrap:hover img {
    transform: scale(1.05);
}

.range .nav__title {
    font-size: 1.2em;
}

.range__link {
    font-size: 1.8rem;
    font-family: var(--font-2-regular);
    transition: .25s all ease-out;
}

.range__link:hover {
    color: hsla(25, 100%, 64%, 1);
}

.range__nav {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 1.5rem;
}

.range__nav-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    grid-gap: .75rem;
    max-width: 200px;
}

.range .card {
    padding: 3rem 0;
    min-height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    grid-gap: 4rem;
    border-top: 1px solid hsla(0, 0%, 100%, .1)
}

@media(min-width: 768px) {

.range .card {
        align-items: center
}
    }

@media(min-width: 992px) {

.range .card {
        padding: 6rem 0;
        min-height: 700px;
        flex-direction: row;
        flex-wrap: wrap;
        grid-gap: 1rem;
        grid-row-gap: 8rem
}
    }

.range .card:last-child {
    border-bottom-color: transparent;
}

.range .card__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    grid-gap: 1rem;
    max-width: 100%;
}

.range .card__item.model-info {
    width: 100%;
    grid-gap: 1rem
}

@media (min-width: 1200px) {

.range .card__item.model-info {
        width: calc(70% - 1rem)
}
    }

.range .card__title {
    display: block;
    font-size: 2.2rem;
    line-height: 1em;
    opacity: .7
}

@media(min-width: 768px) {

.range .card__title {
        font-size: 5rem
}
    }

.range .card__subtitle {
    font-family: var(--font-1-regular);
    font-size: 1.8rem;
    line-height: 1em;
    opacity: .7
}

@media(min-width: 768px) {

.range .card__subtitle {
        font-size: 3.5rem
}
    }

.range .card__subitem.deg360-wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.range .card__label {
    display: inline-block;
    padding: .25rem .8rem;
    margin-top: .5rem;
    color: hsla(0, 0%, 100%, .75);
    font-family: "TT-Tank-Light", sans-serif;
    font-size: 1em;
    text-align: center;
    background-color: hsla(0, 0%, 100%, .08);
    text-transform: uppercase;
    border-radius: .2rem;


}

.range .card__item.profits-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

@media (min-width: 1200px) {

.range .card__item.profits-wrap {
        width: calc(30% - 1rem)
}
    }

.range .card__img-wrap {
    max-width: 1000px;
}

.range .card__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    grid-gap: 1rem;
    max-width: 100%;
}

.range .card__profit {
    display: flex;
    flex-wrap: nowrap;
    grid-gap: 1.2rem;
}

.range .card__profit-subitem {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: .5rem;
}

.range .card__profit-icon {
    font-size: .8em;
    color: hsla(25, 100%, 64%, 1);
}

.range .card__profit.title-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.range .card__profit.title-wrap .card__subtitle {
    position: relative;
    text-align: left;
    font-family: var(--font-1-regular);
    font-size: 1.6rem;
    line-height: 1.1em;
    color: hsla(0, 0%, 100%, 1);
}

.range .card__desc {
    text-align: left;
    font-size: 1.8em;
    color: hsla(25, 100%, 64%, 1);
}

.range .card__desc b {
    font-family: "TT-Tank-Medium", sans-serif;
}

.range .card__profit.card-profit-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.range .card__text {
    display: inline-block;
    font-size: 1.8rem
}

@media(min-width: 992px) {

.range .card__text {
        font-size: 2rem
}
    }

.range .card__text b {
    font-family: "TT-Tank-Medium", sans-serif;
    color: hsla(0, 0%, 100%, 1);
}

.range .card__button {
    width: 100%;
}

.range .card__checkbox-img {
    max-width: 20px;
}

.range .card__item.model-info .card__subitem.item3 {
    max-width: 100%;
    overflow-x: auto
}

@media(min-width: 768px) {

.range .card__item.model-info .card__subitem.item3 {
        margin: 0 auto
}
    }

.range .card__item.model-info .card__subitem.tech-wrap {
    width: 100%;
}

.range .card__item.model-info .card__subitem.tech-wrap .card__tech {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    grid-gap: 1.5rem;
    overflow-x: auto
}

@media (min-width: 768px) {

.range .card__item.model-info .card__subitem.tech-wrap .card__tech {
        justify-content: center;
        grid-gap: 2.5rem
}
    }

.range .card__item.model-info .card__subitem.tech-wrap .card__tech::-webkit-scrollbar {
    height: 2px;
}

.range .card__item.model-info .card__subitem.tech-wrap .tech-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem 0;
}

.range .tech-item.delimiter {
    flex-shrink: 0;
    width: 1px;
    background-color: hsla(0, 0%, 100%, 1);
    opacity: .2;
}

.range .tech-title {
    line-height: 1em;
    font-family: "TT-Tank-Light", sans-serif;
    font-size: 1.4rem;
    text-transform: uppercase;
    opacity: .8
}

@media (min-width: 992px) {

.range .tech-title {
        font-size: 1.4rem
}
    }

.range .tech-value {
    font-family: var(--font-1-regular);
    font-size: 3rem;
    line-height: 1em;
    opacity: .7
}

@media (min-width: 992px) {

.range .tech-value {
        font-size: 3rem
}
    }

.range .card__item.profits-wrap {
    display: flex;
    flex-direction: column;
    grid-gap: 2rem;
}

.range .card__profit.card-profit-wrap {
    display: flex;
    flex-direction: column;
    grid-gap: 1.5rem;
}

.range .card__profit.title-wrap .card__subtitle {
    font-size: 2.5rem;
    font-family: "TT-Tank-Light", sans-serif;
    color: hsla(0, 0%, 100%, 1)
}

@media(min-width: 1441px) {

.range .card__profit.title-wrap .card__subtitle {
        font-size: 3rem
}
    }

.range .card__profit-subitem {
    display: flex;
    flex-wrap: nowrap;
    grid-gap: .8rem;
}

.range .card__profit.buttons-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    grid-gap: 1rem;
}

.range .card__profit-subitem.buttons-wrap {
    display: flex;
    flex-direction: column;
    grid-gap: 1rem
}

@media(min-width: 1441px) {

.range .card__profit-subitem.buttons-wrap {
        flex-direction: row
}
    }

.range .card__item.complectations-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 6rem;
}

.range .card__subitem.complectations-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 2rem;
    padding: 2rem 0;
    overflow-x: scroll
}

@media(min-width: 992px) {

.range .card__subitem.complectations-wrap {
        overflow-x: unset
}
    }

.range .complectation {
    width: 80vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 2rem;
    flex-shrink: 0
}

@media(min-width: 992px) {

.range .complectation {
        width: calc(25% - 2rem);
        flex-shrink: 1
}
    }

.range .complectation__item.title-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.range .complectation__title {
    font-size: 1.4em;
    color: hsla(25, 100%, 64%, 1);
}

.range .complectation__price {
    font-size: 1.4em;
    display: flex;
    align-items: center;
    grid-gap: 0.5rem;
}

.range .complectation__tooltip-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.range .complectation__tooltip-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
    border: 1px solid hsla(25, 100%, 64%, 1);
    border-radius: 50%;
    font-size: 1.2rem;
    color: hsla(25, 100%, 64%, 1);
    cursor: pointer;
    font-family: "TT-Tank-Medium", sans-serif;
    transition: all 0.2s ease;
}

.range .complectation__tooltip-icon:hover {
    background-color: hsla(25, 100%, 64%, 1);
    color: hsla(0, 0%, 0%, 1);
}

.range .complectation__tooltip-text {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    padding: 1rem;
    background-color: hsla(180, 7%, 8%, 1);
    color: hsla(0, 0%, 100%, 1);
    font-size: 1.2rem;
    line-height: 1.4;
    border-radius: 0.4rem;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: 1000;
    pointer-events: none;
    margin-bottom: 1rem;
    text-align: center;
    font-family: "TT-Tank-Light", sans-serif;
}

.range .complectation__tooltip-text::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: hsla(180, 7%, 8%, 1) transparent transparent transparent;
}

.range .complectation__tooltip-wrap:hover .complectation__tooltip-text {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.range .complectation .delimiter {
    height: 1px;
    width: 100%;
    background-color: hsla(0, 0%, 100%, .1);
}

.range .complectation__subtitle {
    font-size: 1.1em;
}

.range .complectation__item.list-wrap {
    height: 11rem;
    overflow-y: scroll;
}

.range .complectation ul {
    padding: 0 1.5rem;
    margin: 0;
}

.range .complectation li {
    color: hsla(25, 100%, 64%, 1)
}

.range .complectation li:not(:last-child) {
    margin-bottom: .4rem;
}

.range .complectation li span {
    color: hsla(0, 0%, 100%, .8);
}

.range .card__item.gallery-widget-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    grid-gap: 6rem;
}

.model-page .card__item.gallery-widget-wrap {
    grid-gap: 2rem;
    grid-row-gap: 6rem
}

@media(min-width: 992px) {

.model-page .card__item.gallery-widget-wrap {
        flex-direction: row;
        align-items: stretch;
        grid-gap: 2rem;
        grid-row-gap: 6rem
}
    }

.range .card__item.characteristics-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    grid-gap: 6rem;
}

.range .card__subitem.characteristics-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    grid-gap: 6rem;
}

.range .characteristics-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    grid-gap: 4rem;
    cursor: pointer;
}

.range .characteristics-group.active .characteristics-arrow {
    transform: rotate(180deg);
}

.range .characteristics-group.active .characteristics-items {
    display: flex;
}

.range .characteristics-group-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 2rem;
}

.range .characteristics-title {
    font-size: 2rem
}

@media(min-width: 992px) {

.range .characteristics-title {
        font-size: 3rem
}
    }

.range .characteristics-arrow {
    font-size: 3rem;
    color: hsla(25, 100%, 64%, 1);
    transition: .25s all ease-out;
}

.range .characteristics-item-title-wrap,
.range .characteristics-item-value-wrap {
    width: 100%;
}

.range .characteristics-item-value-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    grid-gap: 2rem;
    overflow-x: scroll
}

@media(min-width: 992px) {

.range .characteristics-item-value-wrap {
        overflow-x: unset
}
    }

.range .characteristics-items {
    width: 100%;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    grid-gap: 4rem;
}

.range .characteristics-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    grid-gap: 2rem;
}

.range .characteristics-item-title {
    font-size: 1.2em;
    color: hsla(0, 0%, 100%, .4);
}

.range .characteristics-item-value {
    width: 80vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    grid-gap: 1rem;
    flex-shrink: 0;
    padding-bottom: 1rem
}

@media(min-width: 992px) {

.range .characteristics-item-value {
        width: calc(25% - 2rem);
        flex-shrink: 1
}
    }

@media(min-width: 992px) {

.range .characteristics-item-value {
        width: calc(25% - 2rem);
        max-width: none
}
    }

.range .characteristics-item-divider {
    width: 100%;
    height: 1px;
    background-color: hsla(0, 0%, 100%, .2);
}

.index-page .card__item.characteristics-wrap {
    display: none;
}

.index-page .card__subitem.widget-wrap {
    display: none;
}

.model-page .gallery-widget-wrap .card__subitem.heading-wrap {
    width: 100%;
}

.range .card__subitem.widget-wrap {
    width: 100%;
    order: 2;
    flex-shrink: 0
}

@media(min-width: 992px) {

.range .card__subitem.widget-wrap {
        width: calc(38% - 2rem);
        order: 1
}
    }

.range .widget {
    width: 100%;
    height: 49rem;
}

.index-page .gallery-wrap {
    width: 100%;
}

.model-page .gallery-wrap {
    width: 100%;
    order: 1;
    flex-shrink: 0
}

@media(min-width: 992px) {

.model-page .gallery-wrap {
        width: 62%;
        min-height: 50rem;
        order: 2
}
    }

.range .gallery {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 2rem;
    overflow-x: auto;
}

@media(min-width: 992px) {

.index-page .gallery {
        flex-wrap: wrap;
        overflow-x: unset
}
    }

@media(min-width: 992px) {

.model-page .gallery {
        display: grid;
        grid-template:
            "1fr 1fr 1fr"
            "1fr 1fr 1fr";
        grid-template-areas:
            "slide1 slide1 slide2"
            "slide1 slide1 slide3"
            "slide4 slide5 slide6";
        grid-gap: 0;
        border-radius: .8rem;
        overflow-x: hidden
}
    }

.range .gallery__item {
    position: relative;
    width: 80vw;
    flex-shrink: 0;
    cursor: pointer;
    overflow: hidden;
}

@media(min-width: 768px) {

.index-page .gallery__item {
        width: calc(33.33% - 2rem)
}
    }

@media(min-width: 768px) {

.model-page .gallery__item {
        width: auto
}
    }

.range .gallery__item.item1 {
    grid-area: slide1;
}

.range .gallery__item.item2 {
    grid-area: slide2;
}

.range .gallery__item.item3 {
    grid-area: slide3;
}

.range .gallery__item.item4 {
    grid-area: slide4;
}

.range .gallery__item.item5 {
    grid-area: slide5;
}

.range .gallery__item.item6 {
    grid-area: slide6;
}

.range .gallery__item img {
    transition: .25s all ease-out;
}

.range .gallery__item:hover img {
    transform: scale(1.05);
}

.range .gallery__item::after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: hsla(180, 7%, 8%, .2);
    pointer-events: none;
}

.range .card__item.stocks-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 6rem;
}

.range .card__subitem.stocks-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 2rem;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 2rem
}

@media(min-width: 992px) {

.range .card__subitem.stocks-wrap {
        grid-row-gap: 4rem
}
    }

.range .stock {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    grid-gap: 1rem;
    flex-shrink: 0;
    width: 100%;
    background: hsla(0, 0%, 100%, .025)
}

@media(min-width: 992px) {

.range .stock {
        width: calc(25% - 2rem)
}
    }

.range .stock__item.cover-wrap {
    position: relative;
    flex-shrink: 0;
}

.range .stock .cover-icon {
    position: absolute;
    left: 1.5rem;
    top: 1.5rem;
    font-size: 3rem;
    color: hsla(0, 0%, 7%, .5);
    pointer-events: none;
}

.range .stock__item.title-wrap {
    padding: 0 2rem;
    padding-top: .5rem;
}

.range .stock__item.row-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 2rem;
}

.range .stock__subitem.info-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.range .stock__item.button-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem 1rem 1rem;
}

.range .stock__item.divider {
    width: calc(100% - 4rem);
    height: 1px;
    margin: 0 auto;
    background: hsla(0, 0%, 100%, .2);
}

.range .stock__label {
    font-size: .8em;
    color: hsla(25, 100%, 64%, 1);
}

.range .stock__subitem.icon-wrap {
    width: 2.6rem;
}

.range .card__subitem.button-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.range .card__item.video-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 6rem;
}

.range .card__subitem.video-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start
}

@media(min-width: 1200px) {

.range .card__subitem.video-wrap {
        width: 50%
}
    }

.range .card__video {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin: -1.5rem 0;
    -o-object-fit: cover;
       object-fit: cover;
}

.features {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 6rem
}

@media(min-width: 1200px) {

.features {
      grid-gap: 8rem
}
    }

.features .card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

@media(min-width: 1200px) {

.features .card {
        flex-direction: row;
        align-items: stretch
}
    }

.features .section__item.cover-wrap {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 30rem
}

@media(min-width: 1200px) {

.features .section__item.cover-wrap {
        width: 60%;
        min-height: 50rem
}
    }

@media(min-width: 1200px) {

.features .card.even .section__item.cover-wrap {
    order: 2
}
  }

.features .cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.features .title-desc-wrap {
  width: 100%;
  padding-top: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  grid-gap: 1rem
}

@media(min-width: 1200px) {

.features .title-desc-wrap {
    width: 40%;
    padding-top: 0;
    justify-content: center;
    grid-gap: 2rem
}
  }

@media(min-width: 1200px) {

.features .card.odd .title-desc-wrap {
    padding-left: 4rem
}
  }

.features .card.even .title-desc-wrap {
  order: 2
}

@media(min-width: 1200px) {

.features .card.even .title-desc-wrap {
    padding-right: 4rem;
    order: 1
}
  }

.features .title-desc-wrap .section__subitem.title-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.features .title {
  font-size: 2em;
  width: 100%;
}

.features .section__subitem.delimiter {
  width: 20rem;
  height: 2px;
  background-color: hsla(25, 100%, 64%, 1);
}

.features .title-desc-wrap .section__subitem.desc-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.features .desc {
  font-size: 1em;
}

.combomap {
}

.combomap .container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    grid-row-gap: 2rem
}

@media (min-width: 1200px) {

.combomap .container {
        grid-row-gap: 4rem
}
    }

.combomap .section__item.cards-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    grid-gap: 4rem;
    overflow-x: scroll
}

@media (min-width: 1200px) {

.combomap .section__item.cards-wrap {
        overflow-x: unset
}
    }

.combomap .section__item.cards-wrap .divider:last-child {
    display: none;
}

.combomap .card {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 2rem;
    flex-shrink: 0
}

@media (min-width: 1200px) {

.combomap .card {
        width: calc(50% - 4rem);
        flex-direction: row;
        grid-gap: 4rem
}
    }

.combomap .card__subitem:nth-last-child(2){
    flex-grow: 1;
}

.combomap .card__item.cover-wrap {
    width: 100%;
    padding-bottom: 45%;
    flex-shrink: 0;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    border-radius: 1rem;
    overflow: hidden
}

@media (min-width: 1200px) {

.combomap .card__item.cover-wrap {
        width: calc(50% - 4rem);
        padding-bottom: 22.5%;
        flex-direction: row
}
    }

.combomap .card__item.block-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 2rem;
}

.combomap .card__subitem.heading-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: .25rem;
}

.combomap .card__subitem.contacts-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: .5rem;
}

.combomap .card__title {
    font-size: 2.2rem
}

@media (min-width: 1200px) {

.combomap .card__title {
        font-size: 3.2rem
}
    }

.combomap .card__link-phone {
    font-size: 1.2em;
}

.combomap .card__subitem.services-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.combomap .card__label {
    font-size: .7em;
}

.combomap .card__tag {
    font-size: .85em;
}

.combomap .uppercase {
    text-transform: uppercase;
}

.combomap .opacity-60 {
    opacity: 0.6;
}

.combomap .opacity-70 {
    opacity: 0.7;
}

.combomap .divider {
    width: .1rem;
    flex-shrink: 0;
    background-color: hsla(0, 0%, 100%, .2);
}

.combomap .section__item.heading-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.combomap .section__item.widget-wrap {
    height: 45rem;
    width: 100%;
    min-width: 30rem;
    border-radius: 1rem;
    overflow: hidden;
    order: 3
}

@media (min-width: 992px) {

.combomap .section__item.widget-wrap {
        width: calc(30% - 4rem);
        border-radius: 1rem 0 0 1rem;
        order: 2
}
    }

.combomap .section__item.map-wrap {
    width: 100%;
    height: 45rem;
    border-radius: 1rem;
    overflow: hidden;
    order: 2
}

@media(min-width: 992px) {

.combomap .section__item.map-wrap {
        width: calc(70% - 4rem);
        flex-grow: 1;
        border-radius: 0 1rem 1rem 0;
        order: 3
}
    }

#map {
    width: 100%;
    height: 100%;
}

.combomap .balloon {
    padding: 1rem;
    max-width: 32rem;
  }

.ymaps-2-1-74-balloon__layout {
    background: hsla(0, 0%, 88%, 1) !important;
  }

.ymaps-2-1-74-balloon_to_top .ymaps-2-1-74-balloon__tail,
  .ymaps-2-1-74-balloon__content {
    background: transparent !important;
  }

.ymaps-2-1-74-balloon_to_top .ymaps-2-1-74-balloon__tail::after {
    display: none;
  }

.combomap .balloon__link {
    display: block;
    width: 20rem;
  }

.combomap .balloon__link:last-child {
    margin-bottom: 0;
  }

.footer {
}

.footer .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 2rem;
}

.footer .section__item.logo-wrap {
    width: 50px 
}

@media(min-width: 992px) {

.footer .section__item.logo-wrap { 
}

    }

.footer .section__item.line-wrap {
    height: 1px;
    width: 100%;
    background-color: hsla(0, 0%, 89%, 1);
}

.footer .section__item.socials-wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 1.5rem;
}

.footer .section__subitem.social-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Иконка становится чёрной при ховере ссылки */

.footer .footer__link-icon img {
    filter: none;
    transition: filter .2s ease-in-out;
}

.footer .footer__link-icon:hover img {
    filter: brightness(0) saturate(100%);
}

.footer .footer__link-icon {
    width: 4rem;
    height: 4rem;
    padding: .5rem;
    color: #fff; /* белый цвет по умолчанию */
}

/* Для inline SVG: белые иконки по умолчанию, чёрные на ховере */

.footer .footer__link-icon svg {
    transition: all .2s ease-in-out;
}

/* Переопределяем стили SVG для белого цвета по умолчанию */

.footer .footer__link-icon svg *,
.footer .footer__link-icon svg path,
.footer .footer__link-icon svg rect,
.footer .footer__link-icon svg circle,
.footer .footer__link-icon svg polygon,
.footer .footer__link-icon svg use {
    fill: none !important;
    stroke: #fff !important;
    stroke-width: 2px;
}

.footer .footer__link-icon:hover svg *,
.footer .footer__link-icon:hover svg path,
.footer .footer__link-icon:hover svg rect,
.footer .footer__link-icon:hover svg circle,
.footer .footer__link-icon:hover svg polygon,
.footer .footer__link-icon:hover svg use {
    stroke: #000 !important;
}

.footer .section__item.disclaimer-wrap {
    max-width: 100rem;
}

.footer__disclaimer {
    font-size: .9em;
}

.footer .section__item.desc-wrap {
    max-width: 100rem;
}

.footer__desc {
    font-size: .9em;
}

.footer__owner {
    font-size: .9em;
}

.footer__copyright {
}

.footer__link-agree {
    font-size: .9em;
    line-height: 1em;
}

.footer .section__item.nav-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-row-gap: .5rem
}

@media(min-width: 992px) {

.footer .section__item.nav-wrap {
        flex-direction: row;
        grid-column-gap: 2rem
}
    }
      

/*# sourceMappingURL=tank-300.css.map */
