@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600&display=swap");

:root {
  --background: linear-gradient(rgba(0,1,5,1) 25%, rgba(242,111,15,1) 51%, rgba(230,66,95,1) 81%);
  --primary-color: #FFFFFF;
  --secondary-color: #FFFFFF;
  --accent-color: #E6425F;

  --footer-color: #FFFFFF;

  --spinner-primary-color: #E6425F;
  --spinner-secondary-color: #FF4F12;


  --primary-text-color: #000;
  --secondary-text-color: #000;
  --accent-text-color: #FFF;
  --title-text-color: #000000;

  --font: "Raleway", sans-serif;
  --font-weight-thin: 400;
  --font-weight-wide: 600;

  --slide-background-color: #F0F0F0;
}



* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

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

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*——————————*/

button {
  border-radius: 10px;
  font-size: 20px;
  font-weight: var(--font-weight-wide);
  color: var(--accent-text-color);
  background-color: var(--accent-color);
}

h1, h2 {
  font-size: 24px;
  font-weight: var(--font-weight-wide);
  line-height: 1.75rem;
  text-align: center;
  /*margin: 34px 0 32px 0;*/
  margin: 0;
}

body {
  font-family: var(--font);
  font-size: 14px;
  font-weight: 500;
}

.wrapper {
  min-width: 320px;
  background: var(--background);
  background-size: cover;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 34px;
  margin: 0 0 25px 0;
}

.header__logo {
  height: 78px;
}

.main {
  background-color: var(--primary-color);
  color: var(--primary-text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  overflow-x: hidden;
  padding: 0 10px;
  margin: 0 18px 42px 18px;
  border-radius: 10px;
  /*position: relative;*/
}

.main__title {
  color: var(--title-text-color);
  margin-top: 43px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.main__loader-or-slider {
  position: relative;
  margin-top: 28px;
}

.main__list {
  margin: 25px 0 34px 0;
  min-width: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.main__items {
  padding-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  -ms-flex-item-align: center;
      align-self: center;
}
.main__items:not(:first-child) {
  margin-top: 16px;
}

.main__icon {
  height: 25px;
}

.main__item {
  position: relative;
  padding: 0 0 0 14px;
  min-width: 0;
  font-size: 14px;
  line-height: 1.17rem;
  font-weight: 500;
}

.footer {
  width: 100vw;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  background-color: var(--footer-color);
  color: #000;

  box-shadow: 0 50vh 0 50vh #DEE0E2;
}

.footer a:visited {
  color: #000;
}
.footer a:hover {
  color: #000;
}
.footer a:link {
  color: #000;
}

.swiper {
  min-width: 0;
  cursor: pointer;
  /*padding: 2px 0 28px 0;*/
}

.slide__model-viewer {
  width: 230px;
  min-height: 230px;
}

.slick-slider {
  margin: 0 auto;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  width: 230px;
  border-radius: 10px;
}

.slick-slide.slick-center {
  width: 230px;
}

.slide-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  /*background-color: var(--secondary-color);*/
  background-color: var(--slide-background-color);
  border-radius: 10px;
  margin: 0 10px 0 0;
  /*padding: 20px 37px 20px 37px;*/
}

.slide__btn-wrapper {
  height: 0;
  overflow: visible;
}
.slide__btn {
  /*position: absolute;*/
  padding: 13px 51px 13px 51px;
  border-radius: 10px;
  /*margin-left: 50%;*/
  /*margin-right: 50%;*/
  /*left: -80px;*/
  /*top: 152px;*/
  position: relative;
  top: -78px;
}

.swiper .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
  margin: 10px 0 0 0;
}

.swiper .slick-dots li {
  margin: 0 10px 0 0;
}

.swiper .slick-dots li button {
  font-size: 0;
  width: 6px;
  height: 6px;
  background-color: var(--secondary-color);
  border-radius: 50%;
}

.swiper .slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
}

.loader {
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  position: absolute;
  z-index: 100000;
  top: 0;
  left: 0;
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

.loader__circle {
  width: 75px;
  height: 75px;
  border: 10px solid;
  border-color: var(--spinner-secondary-color);
  border-radius: 50%;
  border-left-color: var(--spinner-primary-color);
  -webkit-animation: loader 1.3s linear infinite;
          animation: loader 1.3s linear infinite;
}

@-webkit-keyframes loader {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.hide {
  display: none;
}

.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  z-index: 20000000;
  display: none;
}

.popup__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.popup__body {
  position: relative;
  margin: auto;
  width: 90%;
  color: var(--primary-text-color);
  border-radius: 10px;
  background-color: var(--primary-color);
}

.popup__title {
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  margin: 45px 15px 23px 15px;
  position: relative;
  pointer-events: none;
  color: var(--title-text-color);
}

.help__to-continue-text {
  font-size: 10px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
}

button.popup__close {
  position: absolute;
  right: 17px;
  top: 16px;
  width: 20px;
  height: 20px;
  background: no-repeat center url(../img/x.svg);
}

/*
.popup__title::after {
  content: url("../img/icon8.svg");
  position: absolute;
  top: 15px;
  right: 15px;
  pointer-events: all;
  cursor: pointer;
} */

.popup__list {
  padding: 0 10px 0 10px;
}

.popup__icon {
  color: #111111;
  margin: 0 0 0 10px;
}

.popup__icon2 {
  color: #111111;
  margin: 0 0 0 13px;
}

.popup__item {
  font-weight: var(--font-weight-thin);
  margin: 0 25px 20px 27px;
  line-height: 1.3;
}

.popup__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 12px;
}

.popup__button {
  padding: 13px 39px 13px 39px;
  margin: 0 0 30px 0;
}

.active {
  display: block;
}

@media (max-width: 500px) {
  .popup__item {
    margin-bottom: 13px;
  }
  .popup__item:last-child {
    margin-bottom: 12px;
  }
}

@media (min-width: 500px) {
  .popup__body {
    max-width: 500px;
  }
  .popup-device__body {
    max-width: 500px;
  }
}

@media (max-height: 550px) {
  .popup__item {
    margin-bottom: 10px;
  }
  .popup__item:last-child {
    margin-bottom: 12px;
  }
  .popup__title {
    margin: 30px 15px 25px 15px;
  }
  .popup__button {
    font-weight: var(--font-weight-wide);
    padding: 10px 30px 10px 30px;
    margin: 0 0 15px 0;
  }
}

@media (max-height: 400px) {
  .popup__item {
    margin-bottom: 6px;
  }
  .popup__item:last-child {
    margin-bottom: 12px;
  }
  .popup__button {
    margin: 0 0 10px 0;
  }
  .popup__title {
    margin: 18px 50px 18px 30px;
  }
}

.popup-device {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  z-index: 20000000;
  display: none;
}

.popup-device__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.popup-device__body {
  margin: auto;
  width: 90%;
  color: var(--primary-text-color);
  border-radius: 10px;
  background-color: var(--primary-color);
}

.popup-device__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--title-text-color);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  margin: 45px 40px 23px 40px;
}

.popup-device__list {
  padding: 0 10px 20px 10px;
}

.popup-device__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px 0;
}

.popup-device__list .popup__item:last-child {
  margin-bottom: auto;
}

.popup-device__icon {
  color: #111111;
  margin: 0 0 0 10px;
}

.popup-device__icon2 {
  color: #111111;
  margin: 0 0 0 13px;
}

.popup-device__item {
  font-size: 13px;
  color: #111111;
  padding: 0 0 0 30px;
  margin: 0 10px 0 0;
  line-height: 1.3;
}

.popup-device__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 31px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup-device__button {
  font-weight: var(--font-weight-wide);
  padding: 13px 39px 13px 39px;
  margin: 0 0 30px 0;
}

.active {
  display: block;
}

.nowrap {
  white-space: nowrap;
}


.swiper-slide button.smaller {
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 14px;
}
