@font-face {
    font-family: 'Poppins';
    src: url('./fonts/poppins/Poppins-Bold.eot');
    src: local('Poppins Bold'), local('Poppins-Bold'),
        url('./fonts/poppins/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/poppins/Poppins-Bold.woff') format('woff'),
        url('./fonts/poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium'), local('Roboto-Medium'), url('./fonts/roboto/Robotomedium.woff2') format('woff2'), url('./fonts/roboto/Robotomedium.woff') format('woff'), url('./fonts/roboto/Robotomedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.fb-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fb-ac {
  display: flex;
  align-items: center;
}

.fb-jc {
  display: flex;
  justify-content: center;
}


.header__red {
  display: flex;
  justify-content: center;
  height: 52px;
  padding: 0 15px;
  background-color: #FF0021;
  background-image: linear-gradient(90deg,#fd2740 0,#ffc527 100%);
  color: #fff;
  font-family: "Poppins", sans-serif;

}
@media only screen and (max-width: 768px) {
  .header__red {
    flex-direction: column;
    align-items: center;
    height: 89px;
  }
}
@media only screen and (max-width: 768px) {
  .header__red .header__title {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
}
.header__red .header__title > span {
  margin-top: 8px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .header__red .header__title > span {
    margin-top: 0;
    line-height: 30px;
  }
}
@media only screen and (max-width: 360px) {
  .header__red .header__title > span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .header__red .header__title > span span {
    display: none;
  }
}
.header__red .header__title img {
  margin-right: 7px;
}
.header__red .header__timer {
  display: flex;
  margin-left: 6px;
}
@media only screen and (max-width: 768px) {
  .header__red .header__timer {
    margin-left: 0;
  }
}
.header__red .header__timer-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-weight: 500;
}
.header__red .header__timer-item:not(:last-child) {
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  .header__red .header__timer-item:not(:last-child) {
    margin-right: 9px;
  }
}
.header__red .header__timer-item span {
  font-size: 22px;
  line-height: 27px;
  font-weight: 900;
}


.header__red + #header {
    padding-top: 52px;
}