body {
  margin-top: 0;
}

.mobile-logo {
  display: none;
}

#promo-supre {
  overflow: hidden;
}

.container-promo-supre {
  height: 100vh;
  min-height: 794px;
  display: flex;
  justify-content: space-between;
}
.container-promo-supre .promo-supre-logo {
  display: block;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}
.container-promo-supre .promo-supre-left {
  height: 100vh;
  min-height: 794px;
  flex-basis: 50%;
  padding: 10vw 3.5vw 5.5vw 6.5vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.container-promo-supre .promo-supre-right {
  height: 100vh;
  flex-basis: 50%;
  position: relative;
  background-size: auto;
}
.container-promo-supre a .promo-supre-logo-text {
  font-size: 1.18vw;
  margin-top: 0.6vw;
}
.container-promo-supre a .promo-supre-logo-text span {
  display: none;
}
.container-promo-supre .promo-supre-support {
  font-size: 1.4vw;
}

.promo-test {
  display: none;
  position: absolute;
  z-index: -1;
  top: 0;
  opacity: 0.5;
}

.line-container {
  min-height: 700px;
}

.theline {
  position: absolute;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

.theline-tablet {
  display: none;
}

.sup-about-item {
  position: absolute;
  z-index: 1;
  width: clamp(163px, 11vw, 234px);
  min-height: clamp(130px, 15vh, 140px);
  color: #fff;
  background-color: #5DA4BC;
  padding: 1vw;
}
.sup-about-item .sup-about-item-num {
  font-size: clamp(32px, 2vw, 42px);
  margin-top: 0;
  margin-bottom: 0.2vw;
}
.sup-about-item .sup-about-item-text {
  font-size: clamp(14px, 0.8vw, 16px);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}

#about1 {
  top: 12vw;
  left: 5vw;
  animation-delay: 0.4s;
}

#about2 {
  top: 9vh;
  left: 20vw;
  animation-delay: 0.6s;
}

#about3 {
  top: 17vw;
  right: 4vw;
  animation-delay: 0.8s;
}

#about4 {
  top: 26vw;
  left: 20vw;
  animation-delay: 1s;
}

#about5 {
  top: 41vw;
  left: 8vw;
  animation-delay: 1.2s;
}

.h1-title {
  font-size: 48px;
  line-height: 1.1;
  color: #5DA4BC;
  text-decoration: none;
}

.h1-title:hover {
  color: #5DA4BC;
  text-decoration: none;
}

.title-to-all {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}

.to-all {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 8px;
}

.to-all:hover {
  color: #000;
  text-decoration: none;
}

.to-all i:after {
  display: inline-block;
  content: "";
  margin: 0 6px -2px 5px;
  width: 18px;
  height: 18px;
  background: url(/assets/i/icons/menu-arrow-cold.svg) no-repeat;
  transform: rotate(45deg);
}

@media (max-width: 1328px) {
  #about1 {
    top: 23vh;
  }
  #about2 {
    top: 9vh;
  }
  #about3 {
    top: 38vh;
  }
  #about4 {
    top: 46vh;
    left: 12vw;
  }
  #about5 {
    top: 70vh;
  }
  .theline {
    top: -4px;
    left: -15%;
    right: 0;
    width: auto;
    height: 100%;
  }
}
@media (max-width: 1062px) {
  .promo {
    margin-top: 65px;
  }
  .hamburger {
    top: -4px;
  }
  .mobile-logo {
    display: block;
  }
  .mobile-logo a {
    padding-left: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 65px;
    background-color: #fff;
  }
  .mobile-logo img {
    max-width: 244px;
    margin: 0 auto;
  }
  .theline {
    display: none;
  }
  .theline-tablet {
    display: block;
    position: absolute;
    right: 0;
    width: calc(100% + 21vw);
    top: 0px;
  }
  .container-promo-supre {
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
  }
  .container-promo-supre .promo-supre-left {
    height: auto;
    min-height: auto;
    padding: 25px 25px 15px 25px;
    flex-basis: auto;
  }
  .container-promo-supre .promo-supre-logo {
    text-align: center;
  }
  .container-promo-supre .promo-supre-logo img {
    max-width: 244px;
    margin: 0 auto;
  }
  .container-promo-supre .promo-supre-logo .promo-supre-logo-text {
    font-size: 40px;
    line-height: 1.1;
    margin: 46px auto 0 auto;
    text-align: center;
  }
  .container-promo-supre .promo-supre-logo .promo-supre-logo-text span {
    display: inline;
  }
  .container-promo-supre .promo-supre-support {
    text-align: center;
    font-size: 24px;
    margin: 13px auto 0 auto;
  }
  #about1 {
    top: 17vh;
  }
  #about2 {
    top: 2vh;
    left: 38vw;
  }
  #about3 {
    top: 16vh;
  }
  #about4 {
    top: 31vh;
    left: 30%;
  }
  #about5 {
    top: 38vh;
    left: 55%;
  }
}
@media (max-width: 768px) {
  .promo {
    margin-top: 0;
  }
  header {
    overflow-x: inherit;
  }
  .container-promo-supre {
    height: auto;
  }
  .container-promo-supre .promo-supre-logo {
    text-align: center;
  }
  .container-promo-supre .promo-supre-logo img {
    margin-left: 20px;
  }
  .container-promo-supre .promo-supre-logo .promo-supre-logo-text {
    font-size: 30px;
    margin: 46px auto 0 auto;
    text-align: left;
  }
  .container-promo-supre .promo-supre-logo .promo-supre-logo-text span {
    display: inline;
  }
  .container-promo-supre .promo-supre-support {
    text-align: left;
    font-size: 16px;
    margin: 13px auto 0 auto;
  }
  .container-promo-supre .promo-supre-right {
    height: auto;
  }
  .line-container {
    width: 100%;
    overflow: hidden;
    min-height: 545px;
    position: relative;
  }
  .sup-about-item {
    max-width: 150px;
    min-height: auto;
    padding: 12px;
  }
  .sup-about-item .sup-about-item-num {
    font-size: 23px;
  }
  .sup-about-item .sup-about-item-text {
    font-size: 12px;
  }
  #about1 {
    top: 6vh;
    left: calc(40% - 120px);
  }
  #about2 {
    top: 4vh;
    right: calc(39% - 120px);
    left: inherit;
  }
  #about3 {
    top: 26vh;
    right: calc(39% - 120px);
    left: inherit;
  }
  #about4 {
    top: 44vh;
    right: 31vw;
    left: inherit;
  }
  #about5 {
    top: 24vh;
    left: calc(40% - 120px);
    right: inherit;
  }
  .theline-tablet {
    right: 0;
    width: calc(100% + 21vw);
    top: 0px;
  }
  .supre-razvitie {
    white-space: nowrap;
  }
  .h1-title {
    font-size: 30px;
  }
  .news-date {
    font-size: clamp(11px, 2.8vw, 16px);
  }
  .news-title {
    font-size: clamp(16px, 4vw, 22px);
  }
  .news-description {
    font-size: clamp(11px, 2.8vw, 16px);
  }
  .news-item {
    padding-left: 23px;
  }
  .news-item:before {
    width: 3px;
  }
}/*# sourceMappingURL=style-suprematism.css.map */