@font-face {
  font-family: "PragmaticaWebMedium";
  src: url("../font/pragmatica_medium.woff2") format("woff2"), url("../font/pragmatica_medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
nav {
  background-color: transparent;
}

* {
  font-family: "PragmaticaWebMedium", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 17px;
  line-height: 19px;
  box-sizing: border-box;
  background-color: #FFF;
}
*::selection {
  color: #FFF;
  background-color: #000;
}

a {
  text-decoration: none;
  color: #000;
  border-color: transparent;
}

li {
  list-style: none;
}

summary {
  list-style: none;
}

.container {
  max-width: 1350px;
  height: 100%;
}

@media (max-width: 660px) {
  * {
    font-size: 16px;
    line-height: 18px;
  }
}
.menu-frame {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
}

.menu {
  display: flex;
  margin-left: 15px;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  gap: 60px;
  max-width: 1110px;
  background-color: transparent;
}
.menu__item {
  padding: 2px 0;
  cursor: pointer;
  background-color: transparent;
}
.menu__item * {
  background-color: transparent;
}
@media (max-width: 1160px) {
  .menu {
    margin-right: 15px;
  }
}
@media (max-width: 660px) {
  .menu {
    gap: 8px;
  }
}
.about {
  padding: 90px 0 0 15px;
  margin-bottom: 44px;
}
.about__content {
  max-width: 540px;
}

@media (max-width: 1160px) {
  .about {
    margin-right: 15px;
  }
}
@media (max-width: 660px) {
  .about__show {
    max-height: 1400px;
    margin-bottom: 30px;
  }
}
.main {
  padding-top: 70px;
  margin-bottom: 44px;
}

.images {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0 15px 0 15px;
}
.images__block {
  width: 540px;
  height: 540px;
  display: flex;
  align-items: flex-start;
}
.images__block img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@media (max-width: 660px) {
  .images {
    padding: 0 0 0 15px;
  }
  .images__block {
    height: 370px;
    width: 370px;
  }
}
.shop {
  padding: 90px 0 0 15px;
  margin-bottom: 44px;
}

.shop-content {
  display: flex;
  gap: 30px;
}
.shop-content__text {
  width: 570px;
  font-size: 18px;
  line-height: 20px;
}
.shop-content__img {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.shop-content__img_item {
  width: 540px;
  height: 540px;
  display: flex;
  align-items: flex-start;
}
.shop-content__img_item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@media (max-width: 660px) {
  .shop {
    padding: 90px 0 0 15px;
  }
  .shop-content {
    flex-direction: column;
  }
  .shop-content__text {
    width: 100%;
  }
  .shop-content__img_item {
    width: 370px;
    height: 370px;
  }
}
.footer {
  display: flex;
  gap: 30px;
  width: 67%;
  margin-bottom: 30px;
  padding: 0 15px;
}
.footer div {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1160px) {
  .footer {
    flex-direction: column;
    gap: 15px;
  }
}
@media (max-width: 660px) {
  .footer {
    margin-bottom: 15px;
  }
  .footer div {
    margin-bottom: 0;
  }
}
.show-opaque {
  opacity: 1;
  transition: 0.6s ease opacity;
}

.show {
  display: block;
}

/*# sourceMappingURL=style.css.map */
