@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk6jFO_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59E-_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Museo';
  font-style: normal;
  font-weight: 300;
  src: local('Museo'), url('../fonts/Museo-300.woff') format('woff2');
}
@font-face {
  font-family: 'Museo';
  font-style: normal;
  font-weight: 500;
  src: local('Museo'), url('../fonts/Museo500-Regular.woff') format('woff2');
}
@font-face {
  font-family: 'Museo';
  font-style: normal;
  font-weight: 700;
  src: local('Museo'), url('../fonts/Museo-700.woff') format('woff2');
}
body {
  font-size: 14px;
  background: url(../images/main-bg.png) no-repeat top center / cover;
  background-attachment: fixed;
  color: #fff;
  font-family: 'Manrope', sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
header {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding: 10px 80px;
  margin-bottom: 104px;
}
header .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header nav ul li {
  margin: 0 20px;
  position: relative;
}
header nav ul li.active:before {
  content: "";
  display: block;
  height: 2px;
  background: #B83B26;
  position: absolute;
  top: -38px;
  left: 0;
  width: 100%;
}
header nav ul li a {
  font-size: 14px;
  line-height: 1.7;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
.lang-choose select {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}
.lang-choose select:focus-visible {
  outline: none;
}
.lang-choose select option {
  background-color: transparent;
  color: #000000;
}
#content {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
#main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero-title {
  text-align: center;
  margin-bottom: 30px;
}
.hero-title h1 {
  font-weight: 800;
  font-size: 42px;
  line-height: 1.4;
  letter-spacing: 4.8px;
  margin-bottom: -2px;
}
.hero-title h2 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 3.1px;
}
.hero-title p {
  color: #E2E2E2;
  font-size: 20px;
  line-height: 1.9;
}
.hero-box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px;
  margin-bottom: 50px;
}
.vaccine-item {
  background: #1ba0db url(../images/Vector.svg) no-repeat top left;
  min-height: 314px;
  max-width: 760px;
  width: 100%;
  padding: 30px 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Museo;
}
.vaccine-item .title {
  font-family: 'Museo';
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 0;
}
.vaccine-item .title sup {
  font-size: 50%;
  top: -1em;
  margin-left: 4px;
}
.vaccine-item.green {
  background: #43B02A;
}
.vaccine-item.orange {
  background: #DC970D;
}
.vaccine-item.brown {
  background: #943320;
}
.vaccine-item ul {
  text-align: left;
  display: inline-block;
  padding-left: 22px;
}
.vaccine-item h4 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1.2px;
}
.vaccine-item li {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 1.2px;
  font-weight: 300;
}
.vaccine-item li a {
  color: #fff;
  text-decoration: none;
}
.vaccine-item li a:hover {
  text-decoration: underline;
}
footer {
  background-color: #58585A;
  padding: 40px 0;
  position: relative;
}
footer nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer nav ul li {
  margin: 0 30px;
}
footer nav ul:last-child {
  margin-top: 10px;
}
footer nav ul:last-child li {
  margin: 0 10px;
}
footer nav ul a {
  font-size: 14px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.extra_notice {
  color: #B4B4B6;
  position: absolute;
  left: 15px;
  bottom: 5px;
  font-style: italic;
}
.copy {
  text-align: center;
  margin-top: 40px;
}
.copy p {
  font-size: 14px;
  color: #B4B4B6;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .hero-box-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 22px;
  }
  .extra_notice {
    position: static;
    padding: 15px 15px 0 15px;
    margin-bottom: -10px;
  }
}
@media (max-width: 575px) {
  header .container-fluid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .logo {
    margin-bottom: 32px;
  }
  header nav ul li.active:before {
    top: -10px;
  }
  .vaccine-item {
    padding: 38px 38px 22px 38px;
    height: auto;
    min-height: unset;
  }
  .vaccine-item h4 {
    margin-bottom: 20px;
    letter-spacing: normal;
  }
  .hero-title {
    padding-left: 22px;
    padding-right: 22px;
  }
  .hero-title h2 {
    letter-spacing: normal;
    line-height: 1.2;
  }
  .hero-box-container,
  .hero-title {
    margin-bottom: 54px;
  }
}
