@font-face {
  font-family: Uninsta; /* Гарнитура шрифта */
  src: url(fonts/uninsta-medium.otf) format("opentype"); /* Путь к файлу со шрифтом */
}

body {
  background-color: #fdfdfc;
  background-image: -webkit-repeating-radial-gradient(
    circle,
    #e6d3b4,
    #e0d0b8 50%,
    #e0d0b8 100%
  );
  background-image: repeating-radial-gradient(circle, #e2e2e2, #ffffff 50%);
  background-size: 10px 10px;
  font-family: sans-serif;
  margin: 0;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.center {
  justify-content: center;
}
.middle {
  align-items: center;
}
.start {
  justify-content: flex-start;
}
.space {
  justify-content: space-between;
}

.wrap {
  flex-wrap: wrap;
}

header {
  /* height: 85vh; */
  min-height: 40rem;
  padding-top: 36px;
  padding-bottom: 75px;

  /* background: url(img/about-us.jpg); */
  /* background-position: 100% 0; */
  /* background-repeat: no-repeat; */
  /* background-attachment: scroll; */
  /* background-size: cover; */
}

.logo {
  display: flex;
}
.logo img {
  height: 100px;
}
.menu {
  padding: 10px;
  font-family: Uninsta;
  font-size: 22px;
}
.menu .elements div a {
  padding: 10px 20px;
  color: #004976;
  text-decoration: none;
}
.about-us {
  font-family: Uninsta;
  font-size: 22px;
  color: #004976;
  padding: 0 50px;
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: rgba(250, 251, 253, 0.5);
}

.about-us h3 {
  color: white;
  font-size: 72px;
  font-family: Uninsta;
  text-align: left;
}

.about-us article {
  position: absolute;
  padding: 10px;
  border-radius: 10px;
  /* width: 50%; */
}
li {
  list-style-type: none;
}

/* @media (min-width: 1160px) {
  .about-us {
    width: 50%;
    float: right;
  }
} */

@media (max-width: 1161px) {
  .about-us {
    display: flex;
  }
}

.btn-to-catalog {
  position: absolute;
  bottom: 0;
  left: 48%;
}
.btn-to-catalog a i {
  font-size: 72px;
  color: #004976;
}

/* section {
  background: #ebd09b;
} */
#catalog {
  background: white;
  position: relative;
}

#category {
  padding: 20px;
  max-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#slider {
  /* flex-grow: 1;
  flex-shrink: 1; */
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 20px;
}
svg {
  max-height: 80px;
  padding: 20px;
}
svg:hover .st0 {
  fill: #004976;
}

footer {
  height: 200px;
  /* min-height: 40rem; */
  padding: 50px;
  padding-top: 75px;
  /* background: rgba(15, 15, 15, 0.3); */
  /* background: url(img/footer.jpg); */
  /* background-position: 30% 0; */
  /* background-repeat: no-repeat; */
  /* background-attachment: scroll; */
  /* background-size: cover; */
}

.footer-logo img {
  height: 270px;
}
.footer-contact img {
  height: 125px;
}

.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.rezk {
  display: flex;
  align-self: center;
  width: 400px;
  text-align: center;
  z-index: 2;
  position: absolute;
  font-size: 3rem;
  color: white;
  background: rgba(15, 15, 15, 0.5);
  border-radius: 20px;
}
