@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;
}

.wrapper {
  margin: 0 15px;
}

.footer {
  padding: 26px 0 26px;
  background: #302D2A;
}

.footer__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
}

.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;
}

.numbers-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 0;
}

.logo {
  max-width: 335px;
  width: 100%;
}

.footer__link img {
  max-width: 226px;
  width: 100%;
}

.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 only screen and (max-width: 1024px) {
  .numbers-block {
    -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;
    gap: 18px;
  }
}

@media only screen and (max-width: 800px) {
  .footer__numbers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo {
    margin: 0 auto;
    margin-bottom: 1px;
  }
}

@media only screen and (max-width: 644px) {
  .footer__link img {
    max-width: 170px;
  }
}

@media only screen and (max-width: 375px) {
  .footer__link img {
    max-width: 150px;
  }
}