@charset "UTF-8";
/* SOCINFORM COLORS */
/* END VARIABLE FILES */
@font-face {
  font-family: "PTSansRegular";
  src: url("/html/font/PTSansRegular.ttf");
}
html, body {
  scrollbar-gutter: stable;
}

body {
  font-family: "PTSansRegular", serif;
  margin: 0;
  padding: 0;
}

input.general {
  padding: 4px;
  padding-left: 10px;
  border-radius: 0;
  width: 160px;
  border: 1px solid lightgrey;
  height: 20px;
}

.wrapper {
  width: 95vw;
  margin: 7.87vh auto 50px auto;
}

.topHeader {
  background-color: white;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 7.87vh;
  font-size: 22pt;
  font-weight: 900;
  z-index: 999;
  display: flex;
  flex-flow: column;
  justify-content: center;
  /*.topHeader__div{
    margin-top: 3.24vh;
    background-color: white;
    width: 970px;
    display: flex;
    gap: 0.5vh;
    align-items: baseline;

    @media (min-device-width: 1600px) and (orientation: landscape) {
      width: 1600px;
    }

    @media (min-device-width: 1900px) and (orientation: landscape) {
      width: 95vw !important;;
    }
  }*/
}
.topHeader .topHeader__line1 {
  height: 3.7vh;
  z-index: 5;
}
.topHeader .topHeader__line1 .topHeader__wave {
  position: absolute;
  height: 3.7vh;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.topHeader .topHeader__line1 .topHeader__wave svg {
  background: #25619E;
  display: block;
  width: 100%;
  height: 100%;
}
.topHeader .topHeader__line2 {
  height: 4.17vh;
  z-index: 10;
  display: flex;
  gap: 0.5vh;
  align-items: baseline;
  background-color: white;
  margin-top: -3px;
}
.topHeader .topHeader__line2 .topHeader__starLine {
  display: flex;
  align-items: flex-end;
  z-index: 999;
  gap: 0.5vh;
}
.topHeader .topHeader__line2 .topHeader__starLine img {
  height: 3.7vh;
}
.topHeader .topHeader__line2 .topHeader__starLine .topHeader__title {
  margin-bottom: 0.4vh;
}
@media (orientation: landscape) {
  .topHeader .topHeader__line2 {
    padding-left: 2.5vw !important;
  }
}
.topHeader header-element a {
  display: block;
}

/* ==================== */
/* WAVE HEADER :: START */
/* ==================== */
.topHeader__wave svg > g > use {
  animation: wave_move 30s linear infinite;
}

.topHeader__wave svg > g > use:nth-child(2) {
  animation-delay: -2s;
  animation-duration: 17s;
}

.topHeader__wave svg > g > use:nth-child(1) {
  animation-delay: -3s !important;
}

.topHeader__wave svg > g > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 5s;
}

@keyframes wave_move {
  from {
    transform: translate(-90px, 0%);
  }
  to {
    transform: translate(90px, 0%);
  }
}
/* ==================== */
/* WAVE HEADER :: END */
/* ==================== */
.topHeader__logo {
  z-index: 999;
}

.topHeader__span {
  width: 970px;
  margin: 0 auto;
}

/*
.topHeader * {
  vertical-align: middle;
}
*/
.footerHeader {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  background-color: #D9D9D9;
  height: 25px;
  font-size: 12pt;
  font-weight: 900;
}
.footerHeader .footerHeader__div {
  height: 50px;
  width: 970px;
  margin: 0 auto;
}
@media (min-device-width: 1600px) and (orientation: landscape) {
  .footerHeader .footerHeader__div {
    width: 1600px;
  }
}
@media (min-device-width: 1900px) and (orientation: landscape) {
  .footerHeader .footerHeader__div {
    width: 95vw !important;
  }
}
.footerHeader .footerHeader__div2 {
  color: black;
  background-color: white;
}
.footerHeader div span {
  display: inline-block;
  vertical-align: middle;
}

.smallButton {
  cursor: pointer;
  user-select: none;
  background: #25619E;
  display: inline-block;
  font-weight: 900;
  width: 100px;
  height: 25px;
  vertical-align: bottom;
  font-size: 9pt;
  color: white;
  text-align: center;
}

.smallButton span {
  display: inline-block;
  margin-top: 4px;
}

.cursor {
  cursor: pointer;
}

/* Кнопка без фиксированной ширины*/
.specialButton {
  width: auto;
  padding: 0 10px;
}

.mediaBrainDivError, .mediaBrainSpanError {
  background-color: lightpink !important;
  border: 1px solid red;
}

/* Валидация INPUT */
.mediaBrainInputError {
  background-color: lightpink !important;
}

/* Боковое меню */
.iconMenu {
  display: inline-block;
  cursor: pointer;
  height: 43px;
}
.iconMenu span:first-child {
  margin-top: 12px;
}
.iconMenu span {
  display: block;
  border-bottom: 2px solid black;
  height: 1px;
  margin-top: 5px;
}
.iconMenu img {
  height: 2.5vh;
  margin-top: 0.75vh;
}

.leftMenu {
  font-size: 10pt;
  display: flex;
  flex-flow: column;
  width: 180px;
  background: white;
  position: fixed;
  top: unset;
  box-shadow: 0 0 10px #25619E;
}
.leftMenu ul {
  margin: 10px 0 8px 0;
}
.leftMenu ul li {
  margin: 5px 0 5px 0;
}
.leftMenu img {
  width: 100%;
  display: block;
}

/* Стили для iPad */
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  input[type=text], input[type=password] {
    height: 20px;
    padding: 3px;
    border-radius: 0;
    border-color: lightgrey;
    -webkit-appearance: none;
  }
}
/* Portrait iPhone */
@media only screen and (min-device-width: 200px) and (max-device-width: 812px) and (orientation: portrait) {
  left-menu, .leftMenu {
    margin-left: 10px;
  }
  .topHeader__starLine {
    align-items: center;
    font-size: 2.5vh;
  }
  .menu__block {
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;
    top: inherit;
    left: inherit;
    margin-left: inherit;
    width: inherit;
    height: inherit;
  }
  .footerHeader {
    height: 32px !important;
    line-height: 32px;
  }
  .footerHeader .footerHeader__div {
    margin-left: 5px !important;
    height: 32px !important;
  }
  .footerHeader div span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /*
    .footerHeader {
      font-size: 14pt;
      height: auto;
      .footerHeader__div{
        display: flex;
        align-items: center;
        margin-left: 5px !important;
      }
      .footerHeader__div2 {
        display: none;
      }
    }
  */
}

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