@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/OpenSans-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-slab-v24-latin_cyrillic-regular.eot");
  src: local(""), url("../fonts/roboto-slab-v24-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-slab-v24-latin_cyrillic-regular.woff2") format("woff2"), url("../fonts/roboto-slab-v24-latin_cyrillic-regular.woff") format("woff"), url("../fonts/roboto-slab-v24-latin_cyrillic-regular.ttf") format("truetype"), url("../fonts/roboto-slab-v24-latin_cyrillic-regular.svg#RobotoSlab") format("svg");
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  color: #5A2C1E;
  text-decoration: none;
  border: 0;
  cursor: pointer;
}

img {
  width: 100%;
}

.container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

.header-section {
  background: #0F0F0F;
}

.header-section .container {
  padding: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-section .logo1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
}

.header-section .logo1 img {
  max-width: 61px;
  width: 100%;
}

.logo1 h2 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 125.7%;
  letter-spacing: -0.035em;
  color: #FFFFFF;
}

.logo1 h2 span {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 125.7%;
  letter-spacing: -0.035em;
  color: #FFFFFF;
}

.header-section .logo1 h2 {
  font-size: 28px;
  max-width: 267px;
  line-height: 0.7;
  margin-left: 8px;
}

.header-section .logo1 h2 span {
  font-size: 14px;
  font-weight: normal;
  line-height: 0;
}

.header__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
}

.header__numbers a {
  color: white;
}

.footer__number-item {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__number-item img {
  margin-right: 25px;
}

.footer__number-item img[alt="mail-circle"] {
  max-width: 18px;
}

.footer__number-item img[alt="ua"], .footer__number-item img[alt="us"] {
  max-width: 30px;
}

@media screen and (max-width: 1023px) {
  .header-section {
    margin-top: 0;
  }
}

@media screen and (max-width: 950px) {
  .header-section .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header__numbers {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
}

@media screen and (max-width: 622px) {
  .header__numbers {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  .header-section .logo1 h2 span {
    font-size: 13px;
  }
}
