* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

.center {
  padding-left: calc(50% - 600px);
  padding-right: calc(50% - 600px);
}

.cart-form__item::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0px;
}

.cart-form__item::placeholder,
.cart-form__item:active,
.cart-form__item :hover,
.cart-form__item :focus,
.cart-form__item,
.filter-form__type-item + label,
.filter-form__range-input,
.filter-form__range-text,
.filter-form__delivery-item + label {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0px;
}

.main__title,
.cart__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 59px;
  letter-spacing: 0px;
  color: rgb(0, 0, 0);
  margin-top: 64px;
  margin-bottom: 32px;
}

.main__special-offs,
.main__catalog,
.cart__special-offs {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 32px;
  column-gap: 32px;
}

.cart-form__button,
.cart__button-item {
  box-sizing: border-box;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-align: center;
  transition: 0.4s;
  color: rgb(0, 0, 0);
  background-color: transparent;
}
@media (hover: hover) {
  .cart-form__button:hover,
  .cart__button-item:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    cursor: pointer;
  }
}

.main__cataloglink,
.cart__cataloglink,
.catalog__show-more {
  display: block;
  width: 175px;
  font-size: 16px;
  line-height: 24px;
  color: rgb(0, 0, 0);
  font-weight: 400;
  text-decoration-line: underline;
  letter-spacing: 0px;
  margin-top: 32px;
  margin-bottom: 64px;
  transition: 0.4s;
}
@media (hover: hover) {
  .main__cataloglink:hover,
  .cart__cataloglink:hover,
  .catalog__show-more:hover {
    text-decoration: none;
    color: rgb(136, 136, 136);
  }
}

.top-landing {
  background: url("../images/background-landing.jpeg");
  height: 735px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.top-catalog {
  background: url("../images/background-catalog.jpeg");
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.top-cart {
  background: url("../images/background-cart.jpeg");
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.header {
  box-sizing: border-box;
  min-height: 76px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.8);
}
.header__search {
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid rgb(255, 255, 255);
  background-color: transparent;
  height: 41px;
  width: 288px;
  padding-right: 32px;
  padding-left: 32px;
  color: rgb(255, 255, 255);
  outline: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.header__search::-moz-placeholder {
  color: rgb(255, 255, 255);
}
.header__search::placeholder {
  color: rgb(255, 255, 255);
}
.header__menu-top {
  position: relative;
  box-sizing: border-box;
  display: flex;
  gap: 32px;
}
.header__top-link {
  box-sizing: border-box;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-weight: 400;
  line-height: 20px;
}
.header__top-link_button {
  background: transparent;
  border: none;
}
@media (hover: hover) {
  .header__top-link_button:hover {
    cursor: pointer;
  }
}
.header__modal-cart {
  position: absolute;
  top: 66px;
  left: -404px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 573px;
}
.header__adaptive {
  display: none;
}

.demi-bold {
  font-weight: 600;
}

.modal-cart {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px 48px;
}
.modal-cart__items-container {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 168px 1fr 95px;
  height: 144px;
}
.modal-cart__separate-line {
  box-sizing: border-box;
  border: 0.5px solid rgb(202, 205, 216);
}
.modal-cart__image {
  grid-column: span 1;
  justify-self: start;
  width: 144px;
  height: 144px;
}
.modal-cart__text-box {
  grid-column: span 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 12px;
}
.modal-cart__name {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0px;
  color: rgb(0, 0, 0);
}
.modal-cart__price {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  color: rgb(5, 5, 5);
}
.modal-cart__links-box {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  flex-grow: 1;
  align-items: end;
  gap: 24px;
}
.modal-cart__link {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 400;
  line-height: 210%;
  letter-spacing: 0px;
  text-decoration-line: underline;
}
.modal-cart__quantity {
  grid-column: span 1;
  box-sizing: border-box;
  border-radius: 6px;
  border: none;
  width: 71px;
  height: 51px;
  background: rgb(247, 246, 246);
  outline: none;
  color: rgb(0, 0, 0);
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 210%;
  letter-spacing: 0px;
  text-align: center;
  padding-right: 14px;
  justify-self: end;
}
.modal-cart__results {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.modal-cart__total {
  box-sizing: border-box;
  color: rgb(0, 0, 0);
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -3%;
}
.modal-cart__total_500 {
  font-weight: 500;
}
.modal-cart__button {
  box-sizing: border-box;
  width: 207px;
  height: 40px;
  border: 1px solid rgb(4, 4, 4);
  border-radius: 20px;
  color: rgb(0, 0, 0);
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  padding: 10px;
  transition: 0.4s;
}
@media (hover: hover) {
  .modal-cart__button:hover {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    cursor: pointer;
  }
}

.top-cart__title,
.top-catalog__title {
  color: rgb(255, 255, 255);
  font-size: 64px;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 127px;
}

.product {
  position: relative;
  box-sizing: border-box;
  width: 378px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: 0.5s;
}
@media (hover: hover) {
  .product:hover {
    transform: scale(1.01) translate(-3px, -3px);
    box-shadow: 8px 8px 16px 0px rgba(0, 0, 0, 0.2);
  }
}
@media (hover: hover) {
  .product:hover .product__animation {
    position: absolute;
  }
  .product:hover .product__animation:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(252, 186, 3, 0.7),
      transparent
    );
    animation: product-animate-top 2s linear infinite;
  }
  .product:hover .product__animation:nth-child(2) {
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(
      0,
      transparent,
      rgba(252, 186, 3, 0.7),
      transparent
    );
    animation: product-animate-right 2s linear infinite;
  }
  .product:hover .product__animation:nth-child(3) {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(252, 186, 3, 0.7),
      transparent
    );
    animation: product-animate-bot 2s linear infinite;
  }
  .product:hover .product__animation:nth-child(4) {
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(
      0,
      transparent,
      rgba(252, 186, 3, 0.7),
      transparent
    );
    animation: product-animate-left 2s linear infinite;
  }
}
@media (hover: hover) {
  .product:hover .product__heart-outline,
  .product:hover .product__bag-outline {
    display: block;
  }
}
.product__image {
  width: 100%;
  height: 250px;
}
.product__heart-outline {
  display: none;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 10px;
  right: 10px;
  z-index: 100;
}
@media (hover: hover) {
  .product__heart-outline:hover {
    cursor: pointer;
  }
  .product__heart-outline:hover path {
    fill: rgb(0, 0, 0);
  }
}
.product__bag-outline {
  display: none;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 10px;
  right: 55px;
  z-index: 100;
}
@media (hover: hover) {
  .product__bag-outline:hover {
    cursor: pointer;
  }
  .product__bag-outline:hover path {
    fill: rgb(0, 0, 0);
  }
}
.product__name {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 8px;
}
.product__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #888888;
  margin-bottom: 12px;
  width: inherit;
}
.product__pricesss {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
}
.product__price {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #050505;
}
.product__price_line-throught {
  text-decoration-line: line-through;
  color: #888888;
  padding-left: 32px;
}
.product__animation-box {
  position: absolute;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

@keyframes product-animate-top {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes product-animate-right {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes product-animate-bot {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes product-animate-left {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
.catalog__top-navigation {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 36px;
}
.catalog__container {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 48px 32px;
  justify-content: center;
}
.navigation-box {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.navigation-box__link {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
  text-decoration: none;
  border: none;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  outline: none;
}
.navigation-box__link_extended-filter {
  font-weight: 500;
}
.navigation-box__select {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: start;
  align-items: center;
  border-radius: 20px;
  border: 1px solid rgb(196, 196, 196);
  width: 182px;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 23px;
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
  transition: 0.4s;
  background-image: url(../images/select-icon.svg);
  background-repeat: no-repeat;
  background-position: center right 22px;
  outline: none;
}
@media (hover: hover) {
  .navigation-box__select:hover {
    border: 1px solid rgb(0, 0, 0);
    cursor: pointer;
  }
}
.navigation-box__modal {
  position: absolute;
  left: -360px;
  top: 54px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 32px 65px;
  padding: 40px 48px;
  width: 542px;
  height: 548px;
  box-shadow: 0px 4px 67px -12px rgba(0, 0, 0, 0.32);
  background: rgb(255, 255, 255);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
  transform-origin: top right;
  cursor: default;
}
.navigation-box__modal.open-modal-window {
  visibility: visible;
  opacity: 1;
}
.navigation-box__modal.open-modal-window.navigation-box__modal {
  transform: scale(1);
}

.product-filter {
  width: 227px;
}

.filter-form > fieldset {
  width: 190px;
}
.filter-form__title {
  display: block;
  color: rgb(5, 5, 5);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 14px;
}
.filter-form__title_bigger-margin {
  margin-bottom: 16px;
}

.filter-form__delivery {
  box-sizing: border-box;
  border: none;
  height: 176px;
}
.filter-form__delivery-container {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.filter-form__delivery-item {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  opacity: 0;
  z-index: -1000;
}
.filter-form__delivery-item + label {
  position: relative;
  cursor: pointer;
  padding-left: 29px;
  color: rgb(0, 0, 0);
  text-align: left;
}
.filter-form__delivery-item + label::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid rgb(136, 136, 136);
  border-radius: 50%;
  left: 0;
  top: -1px;
  background-color: rgb(255, 255, 255);
}
.filter-form__delivery-item:checked + label::before {
  border: 1px solid rgb(0, 0, 0);
}
.filter-form__delivery-item:checked + label::after {
  content: "";
  position: absolute;
  border-width: 0 1px 1px 0;
  border-color: rgb(0, 0, 0);
  border-style: solid;
  transform: rotate(45deg) skewX(15deg);
  width: 5px;
  height: 7px;
  left: 5.5px;
  top: 2px;
}

.filter-form__range {
  box-sizing: border-box;
  border: none;
  outline: none;
  height: 73px;
}
.filter-form__text-conatiner {
  display: flex;
  gap: 14px;
}
.filter-form__range-text {
  color: rgb(0, 0, 0);
}
.filter-form__range-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  width: 10px;
}
.filter-form__range-input_big {
  width: 55px;
}
.filter-form__range-input::-webkit-outer-spin-button,
.filter-form__range-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.filter-form__range-input:active,
.filter-form__range-input :hover,
.filter-form__range-input :focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
.filter-form__range-input::-moz-placeholder {
  color: rgb(136, 136, 136);
}
.filter-form__range-input::placeholder {
  color: rgb(136, 136, 136);
}
.filter-form__range-item {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 190px;
  position: relative;
}
.filter-form__range-item::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  width: 190px;
  border: 1px solid rgb(0, 0, 0);
  height: 1px;
}
.filter-form__range-item::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: -4px;
  background-color: rgb(0, 0, 0);
}
.filter-form__range-item::-moz-range-track {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  width: 190px;
  border: 1px solid rgb(0, 0, 0);
  height: 1px;
}
.filter-form__range-item::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: -4px;
  background-color: rgb(0, 0, 0);
}

.filter-form__color {
  box-sizing: border-box;
  border: none;
  height: 78px;
}
.filter-form__color-container {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: 1fr 1fr;
  gap: 14px;
}
.filter-form__color-item {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  opacity: 0;
  z-index: -1000;
}
.filter-form__color-item_white + label::before {
  background-color: rgb(255, 255, 255);
  position: absolute;
  content: "";
  box-sizing: border-box;
  border: none;
  width: 15px;
  height: 15px;
  border: 1px solid rgb(136, 136, 136);
}
.filter-form__color-item_black + label::before {
  background-color: rgb(0, 0, 0);
  position: absolute;
  content: "";
  box-sizing: border-box;
  border: none;
  width: 15px;
  height: 15px;
}
.filter-form__color-item_grey + label::before {
  background-color: rgb(115, 115, 115);
  position: absolute;
  content: "";
  box-sizing: border-box;
  border: none;
  width: 15px;
  height: 15px;
}
.filter-form__color-item_red + label::before {
  background-color: rgb(255, 0, 0);
  position: absolute;
  content: "";
  box-sizing: border-box;
  border: none;
  width: 15px;
  height: 15px;
}
.filter-form__color-item_peach + label::before {
  background-color: rgb(255, 122, 65);
  position: absolute;
  content: "";
  box-sizing: border-box;
  border: none;
  width: 15px;
  height: 15px;
}
.filter-form__color-item_yellow + label::before {
  background-color: rgb(242, 203, 1);
  position: absolute;
  content: "";
  box-sizing: border-box;
  border: none;
  width: 15px;
  height: 15px;
}
.filter-form__color-item_green + label::before {
  background-color: rgb(0, 191, 42);
  position: absolute;
  content: "";
  box-sizing: border-box;
  border: none;
  width: 15px;
  height: 15px;
}
.filter-form__color-item_caribbean-green + label::before {
  background-color: rgb(28, 204, 151);
  position: absolute;
  content: "";
  box-sizing: border-box;
  border: none;
  width: 15px;
  height: 15px;
}
.filter-form__color-item_blue + label::before {
  background-color: rgb(0, 159, 227);
  position: absolute;
  content: "";
  box-sizing: border-box;
  border: none;
  width: 15px;
  height: 15px;
}
.filter-form__color-item_dark-blue + label::before {
  background-color: rgb(0, 10, 248);
  position: absolute;
  content: "";
  box-sizing: border-box;
  border: none;
  width: 15px;
  height: 15px;
}
.filter-form__color-item_purple + label::before {
  background-color: rgb(103, 16, 214);
  position: absolute;
  content: "";
  box-sizing: border-box;
  border: none;
  width: 15px;
  height: 15px;
}
.filter-form__color-item_violet + label::before {
  background-color: rgb(157, 13, 181);
  position: absolute;
  content: "";
  box-sizing: border-box;
  border: none;
  width: 15px;
  height: 15px;
}
.filter-form__color-item_lilac + label::before {
  background-color: rgb(216, 154, 255);
  position: absolute;
  content: "";
  box-sizing: border-box;
  border: none;
  width: 15px;
  height: 15px;
}
.filter-form__color-item_pink + label::before {
  background-color: rgb(255, 101, 166);
  position: absolute;
  content: "";
  box-sizing: border-box;
  border: none;
  width: 15px;
  height: 15px;
}
.filter-form__color-item + label {
  position: relative;
  cursor: pointer;
  width: 15px;
  height: 15px;
}
.filter-form__color-item:checked + label::before {
  border: 1px solid rgb(0, 0, 0);
}
.filter-form__color-item_black:checked + label::before {
  border: 1px solid rgb(255, 0, 0);
}
.filter-form__color-item:checked + label::after {
  content: "";
  position: absolute;
  border-width: 0 1px 1px 0;
  border-color: rgb(0, 0, 0);
  border-style: solid;
  transform: rotate(45deg) skewX(15deg);
  width: 5px;
  height: 7px;
  left: 4.5px;
  top: 1.5px;
}
.filter-form__color-item_black:checked + label::after {
  border-color: rgb(255, 0, 0);
}

.filter-form__type {
  box-sizing: border-box;
  border: none;
  height: 330px;
}
.filter-form__type-container {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.filter-form__type-item {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  opacity: 0;
  z-index: -1000;
}
.filter-form__type-item + label {
  position: relative;
  cursor: pointer;
  padding-left: 29px;
  color: rgb(0, 0, 0);
  text-align: left;
}
.filter-form__type-item + label::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  border: 1px solid rgb(136, 136, 136);
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: rgb(255, 255, 255);
}
.filter-form__type-item:checked + label::before {
  border: 1px solid rgb(0, 0, 0);
}
.filter-form__type-item:checked + label::after {
  content: "";
  position: absolute;
  border-width: 0 1px 1px 0;
  border-color: rgb(0, 0, 0);
  border-style: solid;
  transform: rotate(45deg) skewX(15deg);
  width: 5px;
  height: 7px;
  left: 4.5px;
  top: 2.5px;
}

.filter-form__buttom-confirm {
  position: absolute;
  box-sizing: border-box;
  border: 1px solid rgb(4, 4, 4);
  border-radius: 20px;
  width: 190px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  bottom: 40px;
  right: 48px;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  transition: 0.4s;
}
.filter-form__buttom-confirm:hover {
  border: 1px solid rgb(136, 136, 136);
  color: rgb(136, 136, 136);
}

.cart__content {
  box-sizing: border-box;
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 32px;
  column-gap: 32px;
  margin-top: 64px;
  margin-bottom: 64px;
}
.cart__text-box {
  grid-column: span 2;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.cart__items-container {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.cart__form {
  grid-column: 3 / span 1;
  grid-row: 1 / span 3;
}
.cart__buttons-box {
  box-sizing: border-box;
  display: flex;
  gap: 7px;
  grid-column: span 2;
  margin-top: 50px;
}
.cart__button-item {
  width: 200px;
  height: 37px;
}
.item {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 32px;
  padding-top: 25px;
  border-top: 0.5px solid rgb(202, 205, 216);
}
.item__image {
  grid-column: span 2;
  height: 173px;
  width: 173px;
}
.item__text-box {
  grid-column: span 3;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 16px;
}
.item__name {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: rgb(0, 0, 0);
}
.item__description {
  color: rgb(136, 136, 136);
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0px;
}
.item__price {
  color: rgb(5, 5, 5);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
}
.item__links-box {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}
.item__link {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 400;
  line-height: 210%;
  letter-spacing: 0px;
  text-decoration-line: underline;
}
.item__quantity {
  grid-column-start: 8;
  box-sizing: border-box;
  border-radius: 6px;
  border: none;
  width: 71px;
  height: 51px;
  background: rgb(247, 246, 246);
  outline: none;
  color: rgb(0, 0, 0);
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 210%;
  letter-spacing: 0px;
  text-align: center;
  padding-right: 14px;
}

.cart-form {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  background: rgb(247, 246, 246);
  width: 379px;
  height: 556px;
}
.cart-form__title {
  color: rgb(0, 0, 0);
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0px;
  margin-top: 42px;
}
.cart-form__inputs-box {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  gap: 42px;
  width: 288px;
  margin-top: 35px;
  margin-left: 27px;
}
.cart-form__item {
  border: none;
  border-bottom: 1px solid rgb(202, 205, 216);
  background: rgb(247, 246, 246);
  color: rgb(0, 0, 0);
  text-align: left;
  outline: none;
}
.cart-form__item:active,
.cart-form__item :hover,
.cart-form__item :focus {
  box-sizing: border-box;
  color: rgb(0, 0, 0);
  border: none;
  border-bottom: 1px solid rgb(202, 205, 216);
  background: rgb(247, 246, 246);
  text-align: left;
}
.cart-form__item::-moz-placeholder {
  box-sizing: border-box;
  color: rgb(136, 136, 136);
  background: rgb(247, 246, 246);
  border: none;
  text-align: left;
}
.cart-form__item::placeholder {
  box-sizing: border-box;
  color: rgb(136, 136, 136);
  background: rgb(247, 246, 246);
  border: none;
  text-align: left;
}
.cart-form__total {
  color: rgb(0, 0, 0);
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0px;
  margin-top: 64px;
}
.cart-form__total_500 {
  font-weight: 500;
}
.cart-form__button {
  width: 290px;
  height: 41px;
  border-color: rgb(4, 4, 4);
  border-radius: 20px;
  margin-top: 18px;
}

.titles-bot {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: rgb(0, 0, 0);
}

.footer {
  box-sizing: border-box;
  height: 207px;
  background: rgb(247, 246, 246);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 32px;
}
.footer__navigation {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__form {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.menu-bot {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.menu-bot__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: rgb(136, 136, 136);
  text-decoration: none;
  display: block;
}
.menu-bot__link:hover {
  text-decoration: underline;
}
.menu-bot_socials {
  flex-direction: row;
  gap: 20px;
}
@media (hover: hover) {
  .menu-bot__sociallink > svg:hover path {
    fill: rgb(0, 0, 0);
  }
}

.form__feedback {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  line-height: 16px;
  color: rgb(0, 0, 0);
}
.form__input-area {
  box-sizing: border-box;
  background: rgb(255, 255, 255);
  border: 1px solid #c4c4c4;
  border-radius: 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: rgb(0, 0, 0);
  width: 260px;
  height: 40px;
  padding-left: 17px;
  padding-right: 17px;
}
.form__button {
  box-sizing: border-box;
  background: rgba(222, 215, 215, 0.41);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 16px;
  width: 260px;
  height: 40px;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: rgb(0, 0, 0);
  transition: 0.4s;
}
@media (hover: hover) {
  .form__button:hover {
    color: rgb(255, 255, 255);
    background: rgb(0, 0, 0);
  }
}

.content-top__title {
  max-width: 792px;
  font-weight: 600;
  font-size: 64px;
  line-height: 70px;
  padding-top: 64px;
  padding-bottom: 16px;
  color: rgb(255, 255, 255);
}
.content-top__slogan {
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 16px;
  color: rgb(255, 255, 255);
  font-weight: 400;
}
.content-top__cataloglink {
  font-size: 16px;
  line-height: 24px;
  color: rgb(255, 255, 255);
  font-weight: 400;
  text-decoration-line: underline;
}

.main__catalog {
  row-gap: 56px;
}
.furniture-grid {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
}
.furniture-grid__link {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0px;
}
.furniture-grid__item {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 415px;
  grid-column: span 4;
  transition: 0.5s;
}
@media (hover: hover) {
  .furniture-grid__item:hover {
    transform: scale(1.02);
    overflow: hidden;
  }
}
.furniture-grid__item_rest {
  background-image: url("../images/for-rest.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.furniture-grid__item_work {
  background-image: url("../images/for-work.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.furniture-grid__item_kitchen {
  background-image: url("../images/for-kitchen.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.furniture-grid__item_childroom {
  background-image: url("../images/for-childroom.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.furniture-grid__item_bathroom {
  background-image: url("../images/for-bathroom.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.furniture-grid__item_big {
  grid-column: span 6;
}

@media (max-width: 1199px) {
  .center {
    padding-left: calc(50% - 395px);
    padding-right: calc(50% - 395px);
  }
  .furniture-grid {
    gap: 30px;
  }
  .furniture-grid__item {
    height: 268px;
  }
  .main__special-offs,
  .main__catalog {
    -moz-column-gap: 29px;
    column-gap: 29px;
    row-gap: 38px;
  }
  .navigation-box__modal {
    left: -127px;
    transform-origin: top center;
  }
  .catalog__container {
    -moz-column-gap: 29px;
    column-gap: 29px;
    row-gap: 38px;
  }
  .cart__content {
    grid-template-columns: repeat(2, 1fr);
  }
  .cart__buttons-box {
    margin-top: 32px;
    margin-bottom: 64px;
  }
  .cart__button-item_adaptive {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
  }
  .cart__form {
    grid-column: span 1;
    grid-row: span 1;
  }
  .cart__special-offs {
    gap: 30px 29px;
  }
  .footer__logo {
    display: none;
  }
}
@media (max-width: 833px) {
  .center {
    padding-left: 24px;
    padding-right: 24px;
  }
  .product {
    width: 343px;
  }
}
@media (max-width: 767px) {
  .center {
    padding-left: calc(50% - 172px);
    padding-right: calc(50% - 172px);
  }
  .header {
    border: none;
  }
  .header__logo {
    display: none;
  }
  .header__search {
    display: none;
  }
  .header__menu-top {
    display: none;
  }
  .header__adaptive {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 57px;
    width: 343px;
    min-width: 250px;
    margin-top: 32px;
  }
  .header__menu-top-adaptive {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    gap: 32px;
    width: 127px;
  }
  .header__top-link-adaptive {
    width: 19px;
    height: 19px;
  }
  .header__top-link-adaptive_shadowelement {
    position: relative;
    top: 1px;
  }
  .content-top {
    text-align: center;
  }
  .content-top__title {
    font-size: 48px;
    line-height: 59px;
    letter-spacing: 0px;
    padding-top: 29px;
  }
  .content-top__slogan {
    font-size: 16px;
  }
  .content-top__cataloglink {
    font-size: 14px;
  }
  .top-catalog__title,
  .top-cart__title {
    font-size: 48px;
    line-height: 59px;
    text-align: center;
  }
  .furniture-grid {
    min-width: 336px;
    grid-template-columns: repeat(auto-fit, minmax(336px, 343px));
    gap: 16px;
  }
  .furniture-grid__item {
    grid-column: span 1;
    height: 375px;
  }
  .furniture-grid__item_big {
    height: 244px;
  }
  .furniture-grid__link {
    font-size: 28px;
    line-height: 34px;
  }
  .main__title {
    margin-top: 32px;
    font-size: 24px;
    line-height: 29px;
  }
  .main__special-offs {
    gap: 32px;
  }
  .main__catalog {
    gap: 32px;
  }
  .main__cataloglink {
    margin-bottom: 32px;
  }
  .product__image {
    height: 227px;
  }
  .product__name {
    font-size: 18px;
    line-height: 22px;
  }
  .product__price {
    font-size: 18px;
    line-height: 22px;
  }
  .product__animation-box {
    height: 227px;
  }
  .catalog__top-navigation {
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .catalog__container {
    gap: 32px;
  }
  .catalog__show-more {
    margin-bottom: 32px;
  }
  .navigation-box {
    flex-wrap: wrap;
  }
  .navigation-box__link {
    font-size: 14px;
  }
  .navigation-box__select {
    font-size: 14px;
    line-height: 17px;
    width: 164px;
  }
  .navigation-box__modal {
    width: 287px;
    height: 910px;
    left: -1px;
    transform-origin: top left;
  }
  .product-filter {
    order: -1;
    width: 203px;
  }
  .cart__content {
    display: flex;
    flex-direction: column;
    margin-top: 92px;
    margin-bottom: 0;
  }
  .cart__text-box {
    display: none;
  }
  .cart__items-container {
    gap: 24px;
  }
  .cart__item {
    grid-template-columns: repeat(4, 1fr);
    padding-top: 18px;
  }
  .cart__buttons-box {
    margin-bottom: 48px;
    gap: 14px;
  }
  .cart__button-item {
    font-size: 12px;
    line-height: 15px;
    width: 166px;
    height: 37px;
  }
  .cart__form {
    width: 343px;
  }
  .cart__title {
    margin-top: 48px;
    font-size: 24px;
    line-height: 29px;
  }
  .cart__special-offs {
    gap: 32px;
  }
  .cart__cataloglink {
    margin-bottom: 32px;
  }
  .item__image {
    display: none;
  }
  .item__text-box {
    grid-column: span 3;
    gap: 0px;
  }
  .item__text-box > *:not(:first-child, :last-child) {
    margin-bottom: 15px;
  }
  .item__name {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .item__description {
    font-size: 12px;
    line-height: 15px;
  }
  .item__price {
    font-size: 12px;
    line-height: 15px;
  }
  .item__quantity {
    grid-column-start: 4;
    justify-self: end;
  }
  .footer {
    height: 364px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 118px 118px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 71px;
  }
  .footer__navigation {
    grid-column: span 2;
  }
  .footer__form {
    grid-column: span 4;
    justify-self: center;
  }
}
@media (max-width: 374px) {
  .center {
    padding-left: 16px;
    padding-right: 16px;
  }
  .product__heart-outline,
  .product__bag-outline {
    display: none;
  }
} /*# sourceMappingURL=styles.css.map */
