body {
  background-color: rgb(221, 232, 242);
}

.header__content {
  border-radius: 0 0 20px 20px !important;
  border: 1px solid white !important;
  background: white !important;
  padding: 10px 20px !important;
}
.header .header__content a:not(.header__name) {
  color: #383838 !important;
}
.header .header__content a:not(.header__name):hover {
  text-decoration: underline !important;
}
.header .header__auth svg {
  fill: #383838 !important;
}

.wrapper {
  background: url("assets/bg-wrapper.png");
  background-size: cover;
}
.wrapper .start-block {
  display: flex;
  margin-top: 100px;
  position: relative;
  justify-content: space-between;
  gap: 10px;
}
.wrapper .start-block .left-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  width: 50%;
}
.wrapper .start-block .diagnoz-img {
  width: 100%;
  height: 30%;
}
.wrapper .start-block .start-img {
  width: 49%;
  height: auto;
}

.runString {
  border-radius: 5px;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: white;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 50px;
  margin-bottom: 30px;
  font-size: 25px;
}
.runString__content {
  display: inline-block;
  animation: marquee 20s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.runString--mobile {
  display: none;
}

.runString--desktop {
  display: flex;
}

.soon {
  background-color: rgb(221, 232, 242);
  position: relative;
}
.soon .soon-img {
  width: 35%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.soon span {
  color: rgb(91, 89, 91);
  font-size: 30px;
  font-weight: 500;
}

.wrapper-2 {
  position: relative;
  min-height: 50vh;
  background-color: rgb(221, 232, 242);
}
.wrapper-2 .vector-1 {
  width: 100%;
  height: auto;
  position: absolute;
}

.swiper {
  overflow: hidden;
  position: relative;
  padding-top: 10px;
}
.swiper .swiper-wrapper .swiper-slide {
  cursor: pointer;
  padding-top: 40px;
  transition: transform 0.3s ease;
}
.swiper .swiper-wrapper .swiper-slide:hover {
  transform: translateY(-8px);
}
.swiper .swiper-wrapper .swiper-slide .slide-img {
  width: 100%;
  height: auto;
}

.swiper-button-next,
.swiper-button-prev {
  width: 30px !important;
}

.swiper-button-prev {
  left: -3px !important;
}

.swiper-button-next {
  right: 3px !important;
}

@media screen and (min-width: 1540px) {
  .container {
    max-width: 1400px;
  }
}
@media screen and (max-width: 992px) {
  .wrapper .start-block {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .start-block {
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
    gap: 0;
  }
  .wrapper .start-block .diagnoz-img {
    margin-bottom: 10px;
  }
  .soon .soon-img {
    width: 40%;
  }
  .runString--mobile {
    display: flex;
    font-size: 18px;
    margin-bottom: 20px;
    height: 28px;
  }
  .runString--desktop {
    display: none;
  }
  .swiper .swiper-wrapper .swiper-slide .slide-img {
    top: -20px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*# sourceMappingURL=style.css.map */
