@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: all 1s;
}

body {
  font-family: "Montserrat", sans-serif;
}

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

@media (min-width: 1024px) and (max-width: 1264px) {
  .center {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.top {
  height: 735px;
  background-image: url(img/top_back.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.top__text {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 16px;
}
.top__title, .catalog-top__title, .cart-top__title {
  color: #FFF;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px;
  margin-top: 64px;
  margin-bottom: 16px;
  max-width: 768px;
}

.catalog-top {
  height: 400px;
  background-image: url(img/top_catalog_back.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.catalog-top__title, .cart-top__title {
  margin-top: 127px;
}

.header {
  position: relative;
  z-index: 100;
  isolation: isolate;
  height: 77px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.8);
}
.header__input {
  width: 288px;
  height: 41px;
  border-radius: 20px;
  border: 1px solid #FFF;
  box-sizing: border-box;
  background-color: transparent;
  outline: none;
  color: #FFF;
  font-family: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 32px;
  padding-right: 32px;
}
.header__input::-moz-placeholder {
  color: #FFF;
  box-sizing: border-box;
}
.header__input::placeholder {
  color: #FFF;
  box-sizing: border-box;
}

.menu {
  display: flex;
  gap: 32px;
}
.menu__link {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.menu__link:hover {
  text-decoration: underline;
}
.menu-mob {
  display: none;
}

.link {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
}
.link:hover {
  color: #888;
}

/* начало основной части сайта */
.for-box {
  margin-top: 64px;
}
.for-box__title {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 32px;
}

.for {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(12, 1fr);
}
.for__item {
  height: 415px;
  grid-column: span 4;
  color: #FFF;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
}
.for__item_big {
  grid-column: span 6;
}
.for__item1 {
  background-image: url(img/for_rest.jpg);
}
.for__item2 {
  background-image: url(img/for_work.jpg);
}
.for__item3 {
  background-image: url(img/for_kitchen.jpg);
}
.for__item4 {
  background-image: url(img/for_children.jpg);
}
.for__item5 {
  background-image: url(img/for_bath.jpg);
}

.product-box {
  margin-top: 64px;
}
.product-box__title {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 32px;
}
.product-box__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}
.product-box__nav {
  display: flex;
  gap: 10px;
}
.product-box__link {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.product-box__link:hover {
  text-decoration: underline;
}
.product-box__filter {
  position: relative;
  display: flex;
  gap: 10px;
}
.product-box__select {
  font: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='9' viewBox='0 0 18 9' fill='none'%3E%3Cpath d='M9 9L0.339745 0.749998L17.6603 0.75L9 9Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 22px top 13px;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #C4C4C4;
  height: 40px;
  padding-left: 23px;
  padding-right: 56px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-box__select_bold {
  font-weight: 500;
}

.product-content {
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 50px;
  flex-wrap: wrap;
}

.product {
  width: 378px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.product__buttons {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}
.product__button {
  background: transparent;
  border: none;
  cursor: pointer;
}
.product:hover .product__buttons {
  display: flex;
  gap: 21px;
}
.product__img {
  width: 100%;
}
.product__name {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #000;
  margin-bottom: 8px;
  margin-top: 10px;
}
.product__descr {
  font-size: 14px;
  line-height: 17px;
  color: #888;
  margin-bottom: 14px;
  font-weight: 400;
}
.product__price-box {
  display: flex;
  gap: 32px;
  margin-bottom: 8px;
}
.product__price {
  font-weight: 500;
  font-size: 24px;
  line-height: normal;
  color: #050505;
}
.product__price_sale {
  text-decoration: line-through;
  color: #888;
}

.link-box {
  margin-bottom: 64px;
  margin-top: 31px;
}
.link-box__link {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
}
.link-box__link:hover {
  text-decoration: none;
  color: #888;
}

/* начало подвала сайта */
.footer {
  background-color: #F7F6F6;
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 59px;
  flex-wrap: wrap;
}
.footer__content {
  width: 792px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer__info {
  display: flex;
  gap: 129px;
}
.footer__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__title {
  font-weight: 500;
  font-size: 24px;
  line-height: normal;
  font-style: normal;
  color: #000;
}
.footer__link {
  color: #888;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  text-decoration: none;
}
.footer__link:hover {
  text-decoration: underline;
}
.footer__list-social {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer__icon {
  transition: all 1s;
}
.footer__icon:hover {
  /* filter: brightness(0); */
  fill: #000;
}
.footer__form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__text {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer__input {
  display: block;
  height: 40px;
  width: 260px;
  background: #FFF;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  border-radius: 20px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: inherit;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  outline: none;
}
.footer__input::-moz-placeholder {
  color: #c4c4c4;
}
.footer__input::placeholder {
  color: #c4c4c4;
}
.footer__button {
  display: block;
  background: rgba(222, 215, 215, 0.41);
  border: 1px solid #FFF;
  box-sizing: border-box;
  border-radius: 20px;
  width: 260px;
  height: 40px;
  font-family: inherit;
  font-size: 12px;
  line-height: normal;
  font-style: normal;
  font-weight: 400;
  color: #000;
  cursor: pointer;
  transition: all 1s;
}
.footer__button:hover {
  background: #000;
  color: #FFF;
}

.cart-top {
  height: 400px;
  background-image: url(img/top_cart_back.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cart {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
  margin-top: 64px;
}
.cart__content {
  grid-column: span 8;
}
.cart__name-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  margin-right: 27px;
  margin-left: 3px;
}
.cart__item {
  display: grid;
  grid-template-columns: 173px 276px auto 70px;
  gap: 32px;
  align-items: start;
  border-top: 0.5px solid #CACDD8;
  padding-top: 32px;
  padding-bottom: 32px;
}
.cart__item_first {
  padding-top: 25px;
}
.cart__img {
  grid-column: 1;
  width: 100%;
}
.cart__info {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.cart__title, .cart-window__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.cart__discr {
  color: #888;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cart__price, .cart-window__price {
  color: #050505;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.cart__link-box {
  display: flex;
  gap: 30px;
}
.cart__link, .cart-window__link {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 210%;
  letter-spacing: 0px;
  text-align: center;
  text-decoration-line: underline;
}
.cart__link:hover, .cart-window__link:hover {
  text-decoration: none;
  color: #888;
}
.cart__numb {
  grid-column: 4;
  width: 100%;
  font-family: inherit;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 210%;
  letter-spacing: 0px;
  text-align: center;
  border-radius: 6px;
  border: none;
  background: #F7F6F6;
  height: 51px;
}
.cart__button {
  width: 200px;
  height: 37px;
  margin-top: 18px;
  border-radius: 50px;
  border: 1px solid #000;
  background: transparent;
  color: #020202;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0px;
  text-align: center;
  cursor: pointer;
  transition: all 1s;
}
.cart__button:hover {
  background: #000;
  color: #FFF;
}
.cart__form {
  display: flex;
  flex-direction: column;
  height: 556px;
  border-radius: 20px;
  background: #F7F6F6;
  grid-column: span 4;
}
.cart__form-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 40px;
}
.cart__form-input {
  box-sizing: border-box;
  max-width: 288px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #CACDD8;
  font-family: inherit;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 43px;
  margin-left: 27px;
  outline: none;
}
.cart__form-input::-moz-placeholder {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cart__form-input::placeholder {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cart__total {
  text-align: center;
  margin-top: 23px;
  margin-bottom: 18px;
}
.cart__total-price, .cart-window__total-price {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cart__total-price_bold, .cart-window__total-price_bold {
  font-weight: 500;
}
.cart__button-order, .cart-window__button-order {
  width: 290px;
  height: 41px;
  align-self: center;
  border-radius: 20px;
  border: 1px solid #040404;
  background: transparent;
  color: #000;
  font-family: inherit;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  transition: all 2s;
}
.cart__button-order:hover, .cart-window__button-order:hover {
  background: #000;
  color: #FFF;
}

.cart-window {
  display: none;
  padding: 40px 48px;
  position: absolute;
  right: 0;
  top: calc(100% - 11px);
  background-color: #FFF;
  z-index: 101;
}
.cart-window__item {
  display: flex;
  gap: 48px;
  padding-bottom: 24px;
  border-bottom: 0.5px solid #CACDD8;
  margin-bottom: 24px;
  justify-content: space-between;
}
.cart-window__item-last {
  border: none;
  padding-bottom: 0;
}
.cart-window__product {
  display: flex;
  gap: 24px;
}
.cart-window__img {
  width: 144px;
}
.cart-window__info {
  display: flex;
  flex-direction: column;
}
.cart-window__title {
  margin-bottom: 12px;
}
.cart-window__price {
  margin-bottom: 54px;
}
.cart-window__link-box {
  display: flex;
  gap: 24px;
}
.cart-window__link:hover {
  text-decoration: none;
  color: #888;
}
.cart-window__numb {
  width: 71px;
  font-family: inherit;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 210%;
  letter-spacing: 0px;
  text-align: center;
  border-radius: 6px;
  border: none;
  background: #F7F6F6;
  height: 51px;
}
.cart-window__result {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-window__button-order {
  width: 207px;
}

.form-filter {
  display: none;
  flex-direction: column;
  position: absolute;
  top: calc(100% + 14px);
  right: calc(100% - 186px);
  z-index: 2;
  background-color: #FFF;
  box-shadow: 0px 4px 67px -12px rgba(0, 0, 0, 0.32);
  padding: 40px 48px;
  gap: 36px;
}
.form-filter__selectors {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 32px 65px;
  max-height: 468px;
  min-width: 446px;
}
.form-filter__field {
  display: flex;
  flex-direction: column;
  gap: 14px;
  border: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 191px;
}
.form-filter__legend {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
}
.form-filter__element {
  display: flex;
  align-items: center;
  min-height: 15px;
}
.form-filter__radio {
  display: none;
}
.form-filter__radio + label {
  position: relative;
  padding-left: 29px;
  cursor: pointer;
}
.form-filter__radio + label::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 60px;
  border: 1px solid #888;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
}
.form-filter__radio:checked + label::before {
  background-image: url(img/checked.svg);
  background-position: center;
  background-repeat: no-repeat;
  border-color: #000;
}
.form-filter__price-text {
  display: flex;
  gap: 2px;
}
.form-filter__price-input {
  width: 45px;
  border: none;
  font-family: inherit;
}
.form-filter__price-range {
  position: relative;
}
.form-filter__range {
  width: 190px;
  height: 8px;
  position: absolute;
}
.form-filter__range, .form-filter__range::-webkit-slider-runnable-track, .form-filter__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: none;
}
.form-filter__range:nth-child(1)::-webkit-slider-runnable-track {
  background: #000;
}
.form-filter__range::-webkit-slider-runnable-track {
  height: 1px;
  width: 100%;
}
.form-filter__range::-moz-range-track, .form-filter__range::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
  background: none;
}
.form-filter__range::-moz-range-track {
  height: 1px;
  width: 100%;
}
.form-filter__range:nth-child(1)::-moz-range-track {
  background: #000;
}
.form-filter__range::-webkit-slider-thumb {
  position: relative;
  margin-top: -4px;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
}
.form-filter__range:nth-child(1)::-webkit-slider-thumb {
  z-index: 2;
}
.form-filter__range::-webkit-slider-thumb:active {
  cursor: grabbing;
}
.form-filter__range::-moz-range-thumb {
  position: relative;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background: #000;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
}
.form-filter__range:nth-child(1)::-moz-range-thumb {
  z-index: 2;
}
.form-filter__range::-moz-range-thumb:active {
  cursor: grabbing;
}
.form-filter__color {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.form-filter__checkbox {
  display: none;
}
.form-filter__checkbox + label {
  position: relative;
  padding-left: 15px;
  cursor: pointer;
}
.form-filter__checkbox + label::before {
  content: "";
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 1px solid #888;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
}
.form-filter__checkbox:checked + label::before {
  background-image: url(img/checked.svg);
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #000;
}
.form-filter__checkbox_white + label::before {
  background-color: #FFF;
}
.form-filter__checkbox_black + label::before {
  background-color: #000;
  border-color: #000;
}
.form-filter__checkbox_gray + label::before {
  background-color: #737373;
  border-color: #737373;
}
.form-filter__checkbox_red + label::before {
  background-color: #F00;
  border-color: #F00;
}
.form-filter__checkbox_orange + label::before {
  background-color: #FF7A41;
  border-color: #FF7A41;
}
.form-filter__checkbox_yellow + label::before {
  background-color: #F2CB01;
  border-color: #F2CB01;
}
.form-filter__checkbox_green + label::before {
  background-color: #00BF2A;
  border-color: #00BF2A;
}
.form-filter__checkbox_bluegreen + label::before {
  background-color: #1CCC97;
  border-color: #1CCC97;
}
.form-filter__checkbox_lightblue + label::before {
  background-color: #009FE3;
  border-color: #009FE3;
}
.form-filter__checkbox_blue + label::before {
  background-color: #000AF8;
  border-color: #000AF8;
}
.form-filter__checkbox_blueviolet + label::before {
  background-color: #6710D6;
  border-color: #6710D6;
}
.form-filter__checkbox_darkviolet + label::before {
  background-color: #9D0DB5;
  border-color: #9D0DB5;
}
.form-filter__checkbox_violet + label::before {
  background-color: #D89AFF;
  border-color: #D89AFF;
}
.form-filter__checkbox_pink + label::before {
  background-color: #FF65A6;
  border-color: #FF65A6;
}
.form-filter__checkbox_black:checked + label::before, .form-filter__checkbox_blue:checked + label::before, .form-filter__checkbox_blueviolet:checked + label::before {
  background-image: url(img/checked_white.svg);
}
.form-filter__checkbox_room + label {
  padding-left: 29px;
}
.form-filter__button {
  align-self: flex-end;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 20px;
  border: 1px solid #040404;
  background-color: #FFF;
  display: flex;
  width: 190px;
  padding: 10px 76px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.form-filter__button:hover {
  background-color: #000;
  color: #FFF;
}

@media (max-width: 1024px) {
  .center {
    padding-left: calc(50% - 393px);
    padding-right: calc(50% - 393px);
  }
  .for__item {
    height: 268px;
  }
  .product-content {
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 38px;
  }
  .footer__logo {
    display: none;
  }
  .form-filter {
    right: 0;
  }
  .cart {
    grid-template-columns: repeat(8, 1fr);
  }
  .cart__button {
    margin-top: 0px;
  }
}
@media (min-width: 767px) and (max-width: 833px) {
  .center {
    padding-left: 24px;
    padding-right: 24px;
  }
  .product {
    width: 345px;
  }
}
@media (max-width: 767px) {
  .center {
    padding-left: 16px;
    padding-right: 16px;
  }
  .logo {
    width: 99px;
    display: block;
  }
  .top {
    padding-top: 32px;
  }
  .top__title, .catalog-top__title, .cart-top__title {
    text-align: center;
    font-size: 48px;
    line-height: normal;
    margin-top: 29px;
  }
  .top__text {
    text-align: center;
    font-size: 16px;
  }
  .catalog-top {
    padding-top: 32px;
  }
  .catalog-top__title, .cart-top__title {
    margin-top: 82px;
  }
  .cart-top {
    padding-top: 32px;
  }
  .cart-window {
    display: none;
  }
  .link {
    font-size: 14px;
    display: flex;
    justify-content: center;
  }
  .header {
    border: none;
    padding: 16px 0px;
    height: 25px;
  }
  .header__input {
    display: none;
  }
  .menu {
    display: none;
  }
  .menu-mob {
    display: flex;
    gap: 32px;
    justify-content: center;
    align-items: center;
  }
  .menu__img {
    display: block;
  }
  .for-box {
    margin-top: 32px;
  }
  .for-box__title {
    font-size: 24px;
  }
  .for {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .for__item {
    height: 375px;
    grid-column: 1/-1;
    font-size: 28px;
  }
  .for__item_big {
    height: 244px;
  }
  .product-box {
    margin-top: 32px;
  }
  .product-box__title {
    font-size: 24px;
  }
  .product-box__header {
    flex-wrap: wrap;
    margin-bottom: 32px;
    gap: 14px;
  }
  .product-box__filter {
    flex-wrap: wrap-reverse;
  }
  .form-filter {
    left: 0;
    right: auto;
  }
  .form-filter__selectors {
    max-height: none;
    min-width: -moz-min-content;
    min-width: min-content;
  }
  .product-content {
    row-gap: 32px;
  }
  .product__name {
    font-size: 18px;
  }
  .product__price {
    font-size: 18px;
  }
  .cart {
    grid-template-columns: repeat(4, 1fr);
  }
  .cart__content {
    grid-column: span 4;
  }
  .cart__name-box {
    display: none;
  }
  .cart__item {
    padding-top: 18px;
    grid-template-columns: minmax(calc((100vw - 32px - 19px) * 0.75), max-content) 70px;
    gap: 19px;
    justify-content: space-between;
  }
  .cart__img {
    display: none;
  }
  .cart__info {
    grid-column: 1;
    max-width: 253px;
  }
  .cart__numb {
    grid-column: 2;
  }
  .cart__title, .cart-window__title {
    font-size: 18px;
  }
  .cart__discr {
    font-size: 12px;
  }
  .cart__price, .cart-window__price {
    font-size: 12px;
  }
  .cart__button {
    font-size: 12px;
    width: 168px;
  }
  .cart__form-input {
    margin-right: 27px;
  }
  .footer {
    padding-bottom: 32px;
  }
  .footer__logo {
    display: none;
  }
  .footer__content {
    justify-content: center;
    gap: 70px;
  }
  .footer__info {
    gap: 100px;
  }
}
@media (max-width: 340px) {
  .footer__info {
    gap: calc(100vw - 240px);
  }
  .cart__button-order, .cart-window__button-order {
    width: calc(100vw - 50px);
  }
}
@media (max-width: 362px) {
  .top__title, .catalog-top__title, .cart-top__title {
    font-size: 42px;
  }
}/*# sourceMappingURL=style.css.map */