@charset "UTF-8";
* {
  font-family: "AGAvalancheC", sans-serif;
}

html {
  scroll-behavior: smooth;
  font-size: 1.3vw;
  line-height: 1.2;
}
@media (min-width: 576px) {
  html {
    font-size: 0.83333333vw;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 16px;
  }
}

body {
  overflow-x: hidden;
  background: #101010;
}

body, .modal-block__content {
  scrollbar-width: thin;
  scrollbar-color: #101010 #6FD0FC;
}
body::-webkit-scrollbar, .modal-block__content::-webkit-scrollbar {
  width: 0.75rem;
  background-color: #101010;
}
body::-webkit-scrollbar-thumb, .modal-block__content::-webkit-scrollbar-thumb {
  border-radius: 0.75rem;
  background-color: #6FD0FC;
  cursor: pointer;
}
body::-webkit-scrollbar-track, .modal-block__content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #101010;
}

.container {
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
}
@media (min-width: 576px) {
  .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 90vw;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1400px !important;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.klinrazbor {
  width: 100%;
  padding-top: 59%;
  background-image: url("./assets/media/klinrazbor_bg.jpg");
}
.klinrazbor .stand__logo {
  width: 19.625rem;
}
.klinrazbor .stand__logo img {
  width: 76%;
}

.digital-doctor {
  width: 100%;
  padding-top: 56%;
  background-image: url("./assets/media/digitaldoctor_bg.png");
}
.digital-doctor .stand__logo {
  width: 13.81rem;
}
.digital-doctor .stand__logo img {
  width: 89%;
}

.promed-cs {
  width: 100%;
  padding-top: 34%;
  background-image: url("./assets/media/promedcs_bg.png");
  margin-top: -4rem;
}
.promed-cs .stand__logo {
  width: 20.9rem;
}
.promed-cs .stand__logo img {
  width: 84%;
}

.ascensia {
  width: 100%;
  padding-top: 28%;
  background-image: url("./assets/media/ascensia_bg.jpg");
}
.ascensia .stand__logo {
  width: 8.1rem;
}
.ascensia .stand__logo img {
  width: 70%;
}

.astra-zeneca {
  width: 100%;
  padding-top: 28%;
  position: relative;
  background-image: url("./assets/media/astrazeneca_bg3.png");
}
.astra-zeneca .stand__logo {
  width: 19.5rem;
}
.astra-zeneca .stand__logo img {
  width: 84%;
  margin-bottom: 2rem;
}

.besedy {
  width: 100%;
  padding-top: 58%;
  background-image: url("./assets/media/besedy.png");
}
.besedy .stand__logo {
  width: 18.9rem;
}
.besedy .stand__logo img {
  width: 87%;
}

.stand {
  position: relative;
  border-radius: 0.3125rem;
  background-position: center;
  background-size: cover;
  z-index: 10;
  transition: all 0.2s ease;
  cursor: pointer;
  display: block;
}
.stand:hover {
  transform: scale(1.05);
}
.stand__logo {
  background: #002739;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -4rem;
  left: 0;
  border-radius: 0.3125rem;
}
.stand__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.3125rem;
}
.stand__play {
  background: #F57141;
  width: 5.5rem;
  height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 1.875rem;
  bottom: -2.25rem;
  transition: all 0.2s ease;
  cursor: pointer;
}
.stand__play img {
  margin-left: 0.156rem;
  height: 1.625rem;
}
.stand__play:hover {
  background: #6FD0FC;
  transform: scale(1.1);
}
.stand:before {
  display: block; /* отображать элемент как блок */
  content: ""; /* содержимое псевдоэлемента */
  width: 100%; /* ширина элемента */
}

.intro {
  padding: 19.25rem 0 10.5rem;
  background: #808080;
  z-index: 1;
  position: relative;
}
@media (min-width: 1920px) {
  .intro {
    padding: 19.25rem 0 5.25rem;
  }
}
.intro__desc {
  margin-top: -5rem;
}
.intro__bg {
  background-image: url("./assets/media/intro_bg.png");
  background-position: center 9rem;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.intro__shad {
  background: linear-gradient(10.79deg, #101010 40.18%, rgba(0, 0, 0, 0) 99.08%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.intro__side {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 3;
  background: linear-gradient(82.12deg, #0B0B0B 48.12%, rgba(0, 0, 0, 0) 76.48%, rgba(255, 255, 255, 0) 133.05%);
  width: 60%;
}
.intro__search {
  position: relative;
  top: -17.25rem;
  width: 42rem;
}
@media (min-width: 576px) {
  .intro__search {
    right: -3.5rem;
  }
}
.intro__content {
  z-index: 4;
  gap: 12.875rem;
  position: relative;
}
.intro__content h2 {
  font-size: 6rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.02rem;
  color: #fff;
  margin: 0;
}
.intro__content h2 span {
  font-family: "Times New Roman", sans-serif;
}
.intro__content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
  margin-top: 3.75rem;
  margin-bottom: 1.25rem;
}
.intro__content p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 9.875rem;
  text-transform: uppercase;
}
.intro__content p span {
  font-family: "Times New Roman", sans-serif;
  font-size: 1.2em;
}
.intro__stands {
  gap: 3.75rem;
  justify-content: space-between;
  margin-top: -17.25rem;
}
.intro__klin {
  width: 60%;
}
.intro__text {
  width: 38%;
  justify-content: end;
}

.comp {
  padding: 0 0 38rem;
  position: relative;
  z-index: 10;
}
.comp__line {
  background: #6FD0FC;
  height: 1.8rem;
  width: 0.3rem;
  margin-right: 2.25rem;
}
.comp h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
  color: #fff;
  margin: 0;
}
.comp__content {
  gap: 13rem;
  position: relative;
}
.comp__small {
  gap: 3.125rem;
}
.comp__small--single {
  width: 100%;
}

.line1 {
  position: absolute;
  left: 0.7rem;
  z-index: 5;
  bottom: -31.5rem;
  width: 68rem;
}
@media (min-width: 1920px) {
  .line1 {
    bottom: -24.5rem;
    width: 60rem;
  }
}

.line2 {
  position: absolute;
  right: -10rem;
  top: 27rem;
  z-index: 5;
  width: 60rem;
}
@media (min-width: 576px) {
  .line2 {
    right: 0;
    top: 39rem;
  }
}
@media (min-width: 1920px) {
  .line2 {
    top: 33rem;
  }
}

.line3 {
  position: absolute;
  right: -26rem;
  top: 69rem;
  z-index: 5;
  width: 60rem;
}
@media (min-width: 576px) {
  .line3 {
    right: -7rem;
    top: 95rem;
  }
}
@media (min-width: 1920px) {
  .line3 {
    top: 82rem;
    right: -16rem;
  }
}

.line4 {
  position: absolute;
  left: -4rem;
  bottom: -34.5rem;
  width: 64rem;
  transform: scaleX(-1);
}

.link {
  font-size: 2.5rem;
  padding: 2rem 3rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-align: center;
  position: absolute;
  left: 45.5rem;
  bottom: -28rem;
  background: #F57141;
  color: #fff;
  z-index: 20;
  transition: all 0.2s ease;
}
.link:hover {
  background: #6FD0FC;
  color: #000;
  text-decoration: none;
  transform: scale(1.1);
}
@media (min-width: 576px) {
  .link {
    font-size: 1.25rem;
    padding: 1.2rem 1.7rem;
    left: 51.5rem;
    bottom: -25rem;
  }
}

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