/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@500;700&display=swap);
@import url(animation-hover.css);


*,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

img {
  caret-color: transparent;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

body {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #2c2d35;
  font-style: normal;
  background: #f4f6f5;
}

.text-color-green {
  color: #598d66;
}

.center {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header {
  margin: 0 0 70px 0;
}

.header__top-wrp {
  background: #e1ede6;
  padding-top: 33px;
  padding-bottom: 32px;
}

.header__top {
  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;
  gap: 15px;
}

.header__logo {
  width: 143px;
  height: 35px;
}

.page-logo-link {
  display: block;
  width: 143px;
  height: 35px;
}

.page-logo-svg {
  fill: #598d66;
}

.header__nav-cart-wrp {
  max-width: 472px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.burger-menu {
  display: none;
}

.header__nav,
.header__nav-list {
  max-width: 388px;
  width: 100%;
}

.header__nav-list {
  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;
}

.header__nav-link {
  font-size: 20px;
  color: #2c2d35;
}

.header__cart {
  width: 24px;
  height: 24px;
}

.header__cart-link {
  display: block;
  width: 24px;
  height: 24px;
  color: #2c2d35;
}


.cart__path-color {
  stroke: currentColor;
}

.header__promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__promo-img {
  max-width: 540px;
  width: 100%;
  min-height: 621px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.header__promo-info {
  max-width: 540px;
  width: 100%;
  min-height: 331px;
}

.header__promo-title {
  font-size: 60px;
  font-weight: 500;
  line-height: 66px;
  margin: 0 0 20px 0;
}

.header__promo-title span {
  text-transform: capitalize;
}

.header__promo-description {
  max-width: 540px;
  width: 100%;
  min-height: 50px;
  line-height: 27px;
  color: #86928b;
  margin: 0 0 60px 0;
}

.header__promo-btn {
  border: 1px solid #598d66;
  max-width: 225px;
  width: 100%;
  min-height: 65px;
  background: transparent;
  font-size: 20px;
}

.products {
  margin: 0 auto 70px;
}

.products__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 30px 0;
  gap: 20px;
}

.products__header-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 44px;
}

.products__header-wrp-btn {
  max-width: 428px;
  width: 100%;
  min-height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.products__header-btn {
  padding: 10px 20px;
  border-radius: 20px;
  background: #d4e8d9;
  color: #2c2d35;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  border: none;
}

.header-btn_active {
  background: #376B44;
  color: #F4F6F5;
}

.products__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 350px) 30px minmax(0, 350px) 30px minmax(0, 350px);
  grid-template-columns: repeat(3, minmax(0, 350px));
  justify-items: center;
  gap: 30px;
}

.products__item {
  max-width: 350px;
  width: 100%;
  background: #e1ede6;
  padding: 19px 20px 30px;
}

.products__item-link {
  display: block;
  margin: 0 0 20px;
}

.products__item-img {
  display: block;
  max-width: 310px;
  width: 100%;
  height: auto;
}

.products__item-description-wrp {
  max-width: 310px;
  min-height: 238px;
  width: 100%;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.products__item-description {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 95px;
  max-width: 310px;
  width: 100%;
}

.products__item-description-author,
.products__item-description-txt {
  line-height: 21px;
  color: #86928b;
  margin: 0 0 1px;
}

.products__item-description-title {
  line-height: 35px;
  font-weight: 500;
  font-size: 30px;
}

.products__item-description-txt {
  color: #2c2d35;
}

.products__item-btn-wrp {
  max-width: 310px;
  width: 100%;
  min-height: 113px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.products__item-description-price {
  line-height: 28px;
  font-weight: 500;
  font-size: 24px;
}

.products__item-btn {
  max-width: 310px;
  width: 100%;
  min-height: 65px;
  border: 1px solid #598d66;
  font-family: "Raleway", sans-serif;
  line-height: 23px;
  font-weight: 500;
  font-size: 20px;
  background: transparent;
}

.promo {
  padding: 70px 0;
  margin: 0 0 70px 0;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top, center;
  background-size: cover;
}

.promo::after {
  position: absolute;
  content: "";
  z-index: 3;
  top: -57px;
  left: -238px;
  width: 1004px;
  height: 687px;
  background: rgba(13, 43, 67, 0.8);
  mix-blend-mode: multiply;
  -webkit-filter: blur(157.5px);
  filter: blur(157.5px);
}

.promo::before {
  position: absolute;
  content: "";
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/collection/collection-background-rectangle.png);
  opacity: 0.7;
  mix-blend-mode: soft-light;
}

.promo__discription-wrp {
  position: relative;
  z-index: 5;
}

.promo__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: 521px;
  width: 100%;
  min-height: 80px;
  margin: 0 0 20px;
}

.promo__star {
  background-image: url(../img/collection/Star.svg);
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.promo__heading-title {
  color: #f4f6f5;
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
  max-width: 421px;
  width: 100%;
}

.promo__info {
  max-width: 580px;
  width: 100%;
  min-height: 209px;
  margin: 0 0 60px 0;
}

.promo__info-txt:first-child {
  margin: 0 0 20px;
}

.promo__info-txt {
  color: #fff;
  line-height: 27px;
}

.promo__btn {
  border: none;
  outline: none;
  background: #eedb6d;
  padding: 20px 60px;
  color: #2c2d35;
  font-size: 20px;
}

.art-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 70px;
}

.art-team__image {
  width: 445px;
  height: 440px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.art-team__info-wrp {
  padding: 124px 0 44px 0;
  max-width: 635px;
  width: 100%;
  min-height: 272px;
}

.art-team__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 20px 0;
}

.art-team__txt {
  margin: 0 0 20px 0;
  line-height: 27px;
  max-width: 635px;
  width: 100%;
}

.art-team__photo-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.art-team__photo {
  border-radius: 100%;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.footer {
  background: #e1ede6;
  padding: 23px 0;
}

.footer__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(170px, 285px) minmax(130px, 190px) minmax(84px, 144px) minmax(108px, 1fr) minmax(15px, 251px) minmax(132px, 1fr);
  grid-template-columns: minmax(170px, 285px) minmax(130px, 190px) minmax(84px, 144px) minmax(108px, 1fr) minmax(15px, 251px) minmax(132px, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.footer__wrapper>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.footer__wrapper>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.footer__wrapper>*:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.footer__wrapper>*:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.footer__wrapper>*:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.footer__wrapper>*:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
}

.footer__wrapper>*:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.footer__wrapper>*:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.footer__wrapper>*:nth-child(9) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.footer__wrapper>*:nth-child(10) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}

.footer__wrapper>*:nth-child(11) {
  -ms-grid-row: 2;
  -ms-grid-column: 5;
}

.footer__wrapper>*:nth-child(12) {
  -ms-grid-row: 2;
  -ms-grid-column: 6;
}

.footer__reproductions,
.footer__new,
.footer__about-us,
.footer__social-wrp {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}

.footer__about-us {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.footer__phone-wrp {
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.footer__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}

.footer-phone {
  max-width: 170px;
  width: 100%;
}

.footer__phone-link {
  color: #2c2d35;
  font-size: 20px;
  line-height: 23px;
}

.footer__phone-name {
  font-size: 18px;
  line-height: 21px;
  color: #86928b;

}

.footer__menu-item {
  font-size: 20px;
  line-height: 23px;
}

.footer__menu-link {
  display: inline-block;
  font-size: 18px;
  line-height: 27px;
  color: #86928b;
}

.footer__social-wrp {
  max-width: 132px;
  width: 100%;
}

.footer__rights span {
  font-size: 12px;
  display: block;
  line-height: 14px;
  color: #86928b;
}

.footer__rights span:nth-child(1) {
  margin: 0 0 6px 0;
}

.social-icon-list {
  max-width: 132px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 10px 0;
  min-height: 24px;
}

.social-icon-item__link svg {
  fill: #2C2D35;
  display: block;
}

@media (max-width: 800px) {
  .center {
    max-width: 768px;
    padding: 0 39px;
  }

  .header__nav-cart-wrp {
    max-width: 446px;
  }

  .header__nav,
  .header__nav-list {
    max-width: 362px;
  }

  .header__nav-link {
    font-size: 18px;
  }

  .header__promo-img {
    max-width: 330px;
    width: 100%;
    min-height: 380px;
  }

  .header__promo-info {
    max-width: 330px;
    min-height: 308px;
  }

  .header__promo-title {
    font-size: 40px;
    line-height: 40px;
  }

  .header__promo-description {
    max-width: 330px;
    width: 100%;
    min-height: 108px;
    margin: 0 0 40px 0;
  }

  .header__promo-btn {
    max-width: 210px;
    min-height: 60px;
  }

  .products__header-title {
    font-size: 30px;
    line-height: 33px;
  }

  .products__header-wrp-btn {
    max-width: 433px;
  }

  .products__list {
    grid-template-columns: repeat(2, minmax(0, 330px));
  }

  .products__item {
    max-width: 330px;
  }

  .promo__heading {
    max-width: 450px;
    width: 100%;
    min-height: 60px;
    margin: 0px 0 30px;
  }

  .promo__star {
    width: 60px;
    height: 60px;
  }

  .promo__heading-title {
    font-size: 30px;
    max-width: 370px;
    line-height: 30px;
  }

  .promo__info {
    max-width: 690px;
    width: 100%;
    min-height: 192px;
    margin: 0 0 16px 0;
  }

  .promo__info-txt {
    font-size: 18px;
  }

  .promo__btn {
    padding: 18.5px 36.5px;
  }

  .art-team {
    gap: 40px;
  }

  .art-team__image {
    max-width: 510px;
    width: 100%;
    height: 504px;
  }

  .art-team__title {
    font-size: 30px;
    line-height: 33px;
    margin: 0 0 30px 0;
  }

  .art-team__info-wrp {
    padding: 0;
  }

  .art-team__txt {
    margin: 0 0 30px 0;
  }

  .footer__wrapper {
    -ms-grid-columns: minmax(143px, 190px) 10px minmax(84px, 144px) 10px minmax(108px, 186px) 10px minmax(170px, 1fr);
    grid-template-columns: minmax(143px, 190px) minmax(84px, 144px) minmax(108px, 186px) minmax(170px, 1fr);
    -ms-grid-rows: min(83px) 1fr;
    grid-template-rows: min(83px) 1fr;
    grid-column-gap: 10px;
  }

  .footer__wrapper>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .footer__wrapper>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .footer__wrapper>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  .footer__wrapper>*:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }

  .footer__wrapper>*:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .footer__wrapper>*:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }

  .footer__wrapper>*:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
  }

  .footer__wrapper>*:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 7;
  }

  .footer__reproductions,
  .footer__new,
  .footer__about-us {
    -ms-grid-row-span: 1;
    grid-row: span 1;
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .footer__logo-wrp {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }

  .footer__phone-wrp {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
}

@media (max-width: 750px) {
  .products__item-link {
    margin: 0 0 15px;
  }

  .products__item-description {
    min-height: 108px;
  }

  .products__item-description-author,
  .products__item-description-txt {
    font-size: 16px;
    margin: 0;
  }

  .products__item-description-txt {
    min-height: 42px;
  }

  .products__item-description-title {
    font-size: 24px;
  }

  .products__item-btn-wrp {
    min-height: 86px;
  }

  .products__item-description-price {
    font-size: 20px;
  }

  .products__item-btn {
    min-height: 50px;
    font-size: 18px;
    line-height: 21px;
  }
}

@media (max-width: 600px) {
  .center {
    max-width: 576px;
    padding: 0 33px;
  }

  .header {
    margin: 0 0 50px 0;
  }

  .header__top-wrp {
    padding-top: 16px;
    padding-bottom: 16px;
    margin: 0 0 50px;
  }

  .header__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .header__logo {
    margin: 0 0 15px;
  }

  .header__nav-cart-wrp {
    max-width: 510px;
    border-top: 1px solid #c3d1c6;
    padding: 17px 0 0;
  }

  .header__promo {
    gap: 30px;
  }

  .header__promo-img {
    max-width: 195px;
    min-height: 239px;
    background-size: 120%;
  }

  .header__promo-info {
    max-width: 285px;
    min-height: 72px;
  }

  .header__promo-title {
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 10px 0;
  }

  .header__promo-description {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 11px 0;
    min-height: 96px;
  }

  .header__promo-btn {
    max-width: 178px;
    min-height: 50px;
    font-size: 18px;
  }

  .products {
    margin: 0 auto 48px;
  }

  .products__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    margin: 0 0 16px 0;
  }

  .products__header-title {
    font-size: 24px;
    line-height: 26px;
  }

  .products__header-wrp-btn {
    max-width: 408px;
  }

  .products__header-btn {
    font-size: 18px;
    line-height: 21px;
  }

  .promo {
    padding: 50px 0;
    margin: 0 0 50px 0;
  }

  .promo__heading {
    min-height: 50px;
    margin: 0 0 21px;
  }

  .promo__star {
    width: 50px;
    height: 50px;
  }

  .promo__heading-title {
    max-width: 260px;
    font-size: 24px;
    line-height: 24px;
  }

  .promo__info {
    margin: 0 0 20px;
    min-height: 170px;
  }

  .promo__info-txt {
    font-size: 16px;
    line-height: 22px;
  }

  .promo__info-txt:first-child {
    margin: 0 0 15px;
  }

  .promo__btn {
    line-height: 21px;
    font-size: 18px;
    padding: 14px 33px;
  }

  .art-team {
    margin: 0 0 50px 0;
    gap: 30px;
  }

  .art-team__image {
    max-width: 375px;
    height: 370px;
  }

  .art-team__info-wrp {
    min-height: 256px;
  }

  .art-team__title {
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 21px;
  }

  .art-team__txt {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 20px;
  }

  .footer__wrapper {
    -ms-grid-columns: minmax(143px, 230px) minmax(23px, 108px) minmax(74px, 1fr) minmax(96px, 1fr);
    grid-template-columns: minmax(143px, 230px) minmax(23px, 108px) minmax(74px, 1fr) minmax(96px, 1fr);
    -ms-grid-rows: minmax(80px, auto) minmax(145px, auto) minmax(48px, auto);
    grid-template-rows: minmax(80px, auto) minmax(145px, auto) minmax(48px, auto);
    position: relative;
  }

  .footer__wrapper>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .footer__wrapper>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .footer__wrapper>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .footer__wrapper>*:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }

  .footer__wrapper>*:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .footer__wrapper>*:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  .footer__wrapper>*:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }

  .footer__wrapper>*:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }

  .footer__wrapper>*:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .footer__wrapper>*:nth-child(10) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }

  .footer__wrapper>*:nth-child(11) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  .footer__wrapper>*:nth-child(12) {
    -ms-grid-row: 3;
    -ms-grid-column: 4;
  }

  .footer__wrapper::after {
    content: "";
    position: absolute;
    height: 1px;
    background: #c3d1c6;
    left: 0;
    right: 0;
    bottom: 65px;
  }

  .footer__logo-wrp {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row-align: start;
    align-self: start;
  }

  .footer__phone-wrp {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  .footer__social-wrp {
    -ms-grid-column-span: 4;
    grid-column: span 4;
    margin: 0 auto;
  }

  .footer__phone-wrp,
  .footer__new {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .footer__phone-name {
    font-size: 16px;
  }

  .footer__menu-link {
    font-size: 16px;
    line-height: 24px;
  }

  .footer__social-wrp {
    max-width: 176px;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__rights {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
  }

  .footer__rights span:first-child {
    margin: 0;
  }
}

@media (max-width: 550px) {
  .products__list {
    grid-template-columns: repeat(1, 1fr);

  }
}

@media (max-width: 430px) {
  .header__promo-img {
    display: none;
  }

  .products__header-wrp-btn {
    padding: 0 0 0 15px;
    overflow-x: scroll;
    scroll-behavior: smooth;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    gap: 20px;
    scrollbar-width: none;
  }

  .products__header-wrp-btn::-webkit-scrollbar {
    height: 2px;
    scroll-padding-right: 100px;
  }

  .products__header-wrp-btn::-webkit-scrollbar-thumb {
    background-color: transparent;
  }

  .products__item {
    max-width: 290px;
  }

  .footer {
    padding: 20px 0;
  }

  .footer__wrapper {
    -ms-grid-columns: minmax(143px, auto) 33px 1fr;
    grid-template-columns: minmax(143px, auto) 1fr;
    -ms-grid-rows: minmax(35px, auto) 20px minmax(109px, auto) 20px minmax(83px, auto) 20px minmax(48px, auto);
    grid-template-rows: minmax(35px, auto) minmax(109px, auto) minmax(83px, auto) minmax(48px, auto);
    grid-row-gap: 20px;
    grid-column-gap: 33px;
  }

  .footer__wrapper>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .footer__wrapper>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .footer__wrapper>*:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .footer__wrapper>*:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  .footer__wrapper>*:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  .footer__wrapper>*:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }

  .footer__wrapper>*:nth-child(7) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  .footer__wrapper>*:nth-child(8) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }

  .footer__wrapper::after {
    bottom: 67px;
  }

  .footer__phone-wrp,
  .footer__new {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .footer__social-wrp {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    margin: 0 auto;
    -ms-grid-row-align: end;
    align-self: end;
  }

  .footer__menu-item_reproductions,
  .footer__phone-link {
    font-size: 16px;
    line-height: 19px;
  }

  .footer-phone,
  .footer__phone-name {
    line-height: 19px;
  }

  .footer__menu-link {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 400px) {
  .center {
    max-width: 320px;
    padding: 0 15px;
  }

  .header {
    margin: 0 0 60px;
  }

  .header__top-wrp {
    margin: 0 0 60px;
    padding-top: 17px;
    position: relative;
  }

  .header__top-wrp::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 68px;
    background-color: #fff;
  }

  .header__logo {
    z-index: 3;
    margin: 0 0 16px;
  }

  .header__nav-cart-wrp {
    padding: 16px 0 0;
    border: 0;
  }

  .header__nav {
    max-width: 30px;
  }

  .header__nav-list {
    display: none;
  }

  /* burger */
  .burger-menu {
    display: block;
  }

  .menu-icon {
    position: relative;
    display: block;
    border-radius: 8px;
    width: 30px;
    height: 30px;
    background: transparent;
    caret-color: transparent;
  }

  .menu-icon:hover {
    cursor: pointer;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
  }

  .menu-icon span,
  .menu-icon span::after,
  .menu-icon span::before {
    position: absolute;
    width: 21px;
    height: 2px;
    border-radius: 8px;
    background: #4c5866;
    left: 0;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
  }

  .menu-icon span {
    top: 13.5px;
    left: 4.5px;
  }

  .menu-icon span::after {
    content: "";
    top: -7px;
  }

  .menu-icon span::before {
    content: "";
    top: 7px;
  }

  #menu-switch {
    display: none;
  }

  #menu-switch:checked~.menu-list-wrp {
    visibility: visible;
    opacity: 1;
  }

  #menu-switch:checked~.menu-icon>span {
    background: transparent;
  }

  #menu-switch:checked~.menu-icon {
    z-index: 3;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #menu-switch:checked~.menu-icon>span::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    background-color: #3c4260;
    opacity: 0.7;
  }

  #menu-switch:checked~.menu-icon>span::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
    background-color: #3c4260;
    opacity: 0.7;
    z-index: 3;
  }

  .menu-list-wrp {
    position: absolute;
    width: 100%;
    height: 365px;
    z-index: 2;
    left: 0px;
    top: 68px;
    background: #e1ede6;
    padding: 76px 20px 20px;
    visibility: hidden;
    opacity: 0.1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
  }

  .menu-list__item {
    max-width: 120px;
    width: 100%;
    min-height: 17px;
  }

  .menu-list__link {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #2c2d35;
  }

  .header__promo-title {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 20px;
  }

  .header__promo-description {
    max-width: 290px;
    min-height: 63px;
    margin: 0 0 40px;
    font-size: 14px;
    line-height: 21px;
  }

  .header__promo-btn {
    max-width: 154px;
    min-height: 50px;
  }

  .products {
    margin: 0 0 60px;
  }

  .promo {
    margin: 0 0 60px;
  }

  .promo__info {
    margin: 0 0 32px;
  }

  .promo__btn {
    padding: 14px 0;
    max-width: 290px;
    width: 100%;
  }

  .art-team {
    margin: 0 auto 94px;
  }

  .art-team__image {
    height: 286px;
  }
}