.form__field--error {
  border-color: #da0000;
}
#qlink-form {
  position: relative;
}
.kibercar-preloader #preloader {
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
}

.kibercar-preloader {
  position: absolute;
  margin: 0 auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 30;
  border-radius: 5px;
}
.kibercar-preloader #spinner {
  position: relative;
  height: 95px;
  width: 95px;
  top: 50%;
  margin-top: -47.5px;
  display: inline-block;
  border-radius: 100%;
  -webkit-animation: rotation 0.75s infinite linear;
  -moz-animation: rotation 0.75s infinite linear;
  -o-animation: rotation 0.75s infinite linear;
  animation: rotation 0.75s infinite linear;
}
.kibercar-preloader #spinner:before {
  content: '';
  display: block;
  position: absolute;
  left: -3px;
  top: -3px;
  height: 100%;
  width: 100%;
  border-top: 3px solid #d92126;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 3px solid transparent;
  border-radius: 100%;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.set__item-desc {
  min-height: 81px;
  align-items: center;
}
.set__item:hover .set__item-desc {
  display: flex;
}
.icon-buy-3 {
  width: 38px;
  height: 38px;
  background-position: 0 0;
  background: url(../images/aliexpress.png) no-repeat;
  background-size: contain;
}
.icon-buy-11 {
  width: 38px;
  height: 38px;
  background-position: 0 0;
  background: url(../images/sbermarket.png) no-repeat;
  background-size: contain;
}

.nice-select .option.disabled {
  display: none;
}
.analog {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 80px;
}
.analog p {
  font-size: 14px;
  line-height: 20px;
}

.header--fly {
  position: fixed;
  top: 0;
  z-index: 99;
  /* box-shadow: 0 2px 32px 0 rgba(51,51,102,.3);*/
  width: 100%;
}

.footer__copyright a {
  color: #fff;
}

@media (max-width: 980px) {
  .buy:after {
    bottom: 80px;
    top: inherit;
  }
}
@media (max-width: 550px) {
  .buy:after {
    bottom: 220px;
  }
}

.reviews__item {
  height: 290px;

  border: 1px solid #b9b9b9;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
}

.reviews__wrap {
  margin-top: 35px;
  margin-bottom: 150px;
}
.reviews__title {
  padding: 38px 35px 5px;
}
.reviews__title a {
  font-family: Circe;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;

  color: #000;

  text-decoration: none;
  overflow: hidden;
  max-height: 60px;
  display: block;
}

.reviews__img {
  position: relative;
  height: 175px;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: block;
}
.reviews__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  margin: 0;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.reviews__item--text:before {
  content: '';
  height: 56px;
  width: 56px;
  border: 3px solid #fff;
  border-radius: 50%;
  top: 140px;
  left: 32px;
  position: absolute;
  background: #2c2c2c url('/images/lines.svg') center center no-repeat;
  z-index: 10;
}
.reviews__item--video:before {
  content: '';
  height: 56px;
  width: 56px;
  border: 3px solid #fff;
  border-radius: 50%;
  top: 140px;
  left: 32px;
  position: absolute;
  background: #da0000 url('/images/video-btn.svg') center center no-repeat;
  background-position: 21px center;
  z-index: 10;
}

.reviews__control {
  display: flex;
  margin-left: auto;
  width: fit-content;
  margin-bottom: 50px;
}
.reviews__control-prev {
  cursor: pointer;
  margin-right: 20px;
  display: block;
}

.reviews__control-next {
  cursor: pointer;
  display: block;
}

.reviews__list {
  display: none;
}

.more__link {
  font-family: Circe;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;

  color: #000000;
  text-align: center;
  border-bottom: 1px dashed #000000;
  text-decoration: none;

  cursor: pointer;
}

.reviews__more {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.faq__video {
  max-width: 588px;
  font-size: 0;
  width: 100%;
  margin: 30px auto 0;
}
.faq-video__desc {
  font-size: 20px;
  line-height: 24px;
  margin-top: 15px;
  font-weight: 700;
  text-align: center;
}

@media all and (max-width: 980px) {
  .reviews {
    max-width: 563px;
    margin-left: auto;
    margin-right: auto;
  }
  #reviews,
  .reviews__control {
    display: none;
  }
  .reviews__list {
    display: block;
  }
  .reviews__item {
    height: 335px;
    margin-bottom: 20px;
  }
  .reviews__img {
    height: 225px;
  }
  .reviews__item--text:before,
  .reviews__item--video:before {
    top: 195px;
  }
}
@media all and (max-width: 550px) {
  .reviews__item {
    height: 282px;
    max-width: 340px;
    margin: 0 auto 20px;
  }
  .reviews__img {
    height: 175px;
  }
  .reviews__item--text:before,
  .reviews__item--video:before {
    top: 140px;
  }
  .reviews h2 {
    font-size: 36px;
    line-height: 48px;
  }

  .video {
    min-height: 190px;
  }
}

.dock {
  padding-left: 0;
}

.gallery-swiper {
  display: flex;
  height: 500px;
  padding-top: 37px;
}

.mySwiper-wrapper {
  width: 56px;
  position: relative;
  padding: 20px 0;
}

.mySwiper {
  height: 100%;
}

.mySwiper .swiper-wrapper {
  height: 500px;
}

.mySwiper .swiper-slide {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 56px;
  justify-content: center;
  width: 56px;
  position: relative;
}

.mySwiper .swiper-slide__img {
  height: 48px;
  width: 48px;
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}

.mySwiper .swiper-slide__img img {
  max-height: 100%;
  max-width: 100%;
}

.gallery-swiper .mySwiper2 {
  height: 500px;
}

.mySwiper2 .swiper-slide {
  background-position: 50% 50%;
  position: relative;
  width: 500px;
  overflow: hidden;
  cursor: pointer;
}

.mySwiper2 .swiper-slide img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);

  max-height: 100%;
  max-width: 100%;

  transition: opacity 0.5s;
  display: block;
}

.mySwiper2 .swiper-slide {
  background-size: 0;
}

.mySwiper2 .swiper-slide:hover {
  background-size: auto;
}

.mySwiper2 .swiper-slide:hover img {
  z-index: -1;
}

.mySwiper2 .swiper-slide img:hover {
  z-index: -1;
}

.mySwiper-wrapper .swiper-button-prev {
  right: 0;
  left: 0;
  margin: auto;
  bottom: auto;
  top: 0;
  height: 30px;
  width: 30px;
  color: inherit;
}

.mySwiper-wrapper .swiper-button-next {
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  top: auto;
  height: 30px;
  width: 30px;
  color: inherit;
}

.mySwiper-wrapper .swiper-button-next:after {
  content: none;
}

.mySwiper-wrapper .swiper-button-prev:after {
  content: none;
}
.gallery-swiper .swiper-pagination {
  display: none;
}

@media (max-width: 520px) {
  .gallery-swiper {
    display: flex;
    height: auto;
    padding-bottom: 40px;
  }

  .gallery-swiper .mySwiper2 {
    height: 500px;
    width: 100%;
  }

  .mySwiper2 .swiper-slide {
  }
  .mySwiper-wrapper {
    display: none;
  }
  .gallery-swiper .swiper-pagination {
    margin-top: 20px;
    display: block;
  }
  .mySwiper2 .swiper-slide img {
    height: 100%;
    width: auto;
  }
}


.contacts__list h3{
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
}


@media all and (max-width: 1220px) {
  .footer-form__wrap{
    margin-top: 30px;
  }
  /*.footer-form__wrap{
    order:1;
  }
  .contacts__left{
    order: 2;
  }*/
}

