@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

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

.header {
  height: 76px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.8px solid #d4d0d0;
}

.header_input {
  background-color: transparent;
  border: 1px solid white;
  border-radius: 45px;
  padding-left: 32px;
  padding-right: 32px;
  box-sizing: border-box;
  font-family: inherit;
  width: 288px;
  height: 41px;
}

.header_input::placeholder {
  color: white;
}

.menu-mob {
  display: none;
}

.info {
  display: flex;
  gap: 32px;
}

.cap {
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: white;
}

.cap:hover {
  text-decoration: underline;
}

.bg {
  background-image: url(image/bg.header.jpg);
  background-repeat: no-repeat;
  height: 735px;
  background-size: cover;
  background-position: center;
}

.bg_2 {
  background-image: url(image/bg.2catalog.jpg);
  background-repeat: no-repeat;
  height: 400px;
  box-sizing: content-box;
  background-size: cover;
}

.top-cart {
  background-image: url(image/cart_2.jpg);
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 59px;
  color: #000000;
  margin-bottom: 32px;
  text-align: left;
}

h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-bottom: 8px;
}

h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}

.home {
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 70px;
  color: white;
  margin-top: 64px;
  margin-bottom: 16px;
  max-width: 792px;
}

.home_2 {
  font-weight: 600;
  font-size: 64px;
  line-height: 70px;
  color: white;
  max-width: 790px;
}

.headin-big {
  font-weight: 600;
  font-size: 64px;
  line-height: 70px;
  margin-top: 127px;
  color: #FFFFFF;
}

.order {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
  color: white;
}

.product {
  font-size: 16px;
  line-height: 24px;
  color: white;
  text-align: center;
}

.inform {
  justify-content: space-between;
  display: flex;
  padding-top: 64px;
}

.for_box {
  padding-top: 64px;
}

.for {
  margin-top: 32px;
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(12, 1fr);
}

.for_item {
  height: 415px;
  grid-column: span 4;
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 41px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}

.for_item_big {
  grid-column: span 6;
}

.for_item_1 {
  background-image: url(image/for_1.jpg);
}

.for_item_2 {
  background-image: url(image/for_2.jpg);
}

.for_item_3 {
  background-image: url(image/for_3.jpg);
}

.for_item_4 {
  background-image: url(image/for_4.jpg);
}

.for_item_5 {
  background-image: url(image/for_5.jpg);
}

.product_box {
  padding-top: 64px;
}

.special {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 56px;
}

.product__cards {
  width: 379px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.product__cards:hover {
  transition: scale(1.03);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.product_img {
  width: 379px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.product__description {
  font-size: 14px;
  line-height: 17px;
  color: #888888;
  margin-bottom: 12px;
}

.product__price {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #050505;
}

.price_1 {
  display: flex;
  flex-direction: row;
}

.twoprice {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-decoration-line: line-through;
  color: #888888;
  margin-left: 34px;
}

.product__icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.product__icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  pointer-events: auto;
  transition: all 0.3s ease;
  opacity: 0;
}

.product__icon--heart {
  top: 10px;
  right: -45px;
}

.product__icon--bag {
  top: 10px;
  right: -55px;
}

.product__cards:hover .product__icon--heart {
  right: 10px;
  opacity: 1;
}

.product__cards:hover .product__icon--bag {
  right: 55px;
  opacity: 1;
}

.product__icon:hover {
  transform: scale(1.1);
}

.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;
  padding-bottom: 14px;
}

.pr {
  padding-right: 12px;
}

.cart_item {
  border-top: 0.5px solid #cacdd8;
  padding-top: 25px;
  padding-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.cart_left {
  display: flex;
  gap: 32px;
}

.cart_info {
  width: 276px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cart_link-box {
  color: black;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  display: flex;
  gap: 30px;
}

.delete {
  color: #000000;
  text-decoration: none;
}

.delete:hover {
  text-decoration: underline;
}

.number {
  width: 71px;
  height: 51px;
  border-radius: 6px;
  background-color: #F7F6F6;
  border: none;
  padding-left: 15px;
  font-family: inherit;
  font-weight: 600;
}

.cart_bt {
  margin-top: 18px;
}

.c_button, .w_button {
  background: transparent;
  border-radius: 50px;
  width: 200px;
  height: 37px;
  font-size: 15px;
  color: #000000;
  font-family: Montserrat;
  border: 1px solid black;
  cursor: pointer;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 1;
}

.c_button:hover {
  background: rgba(0, 0, 0, 0.05);
}

.cart_form {
  border-radius: 20px;
  background: #F7F6F6;
  height: 556px;
  grid-column: span 4;
  padding-left: 27px;
}

.cart_z {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-top: 42px;
  height: 36px;
  color: black;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
}

.form-cart {
  border: 2px solid #F7F6F6;
  padding: 5px;
  line-height: 62px;
  width: 288px;
}

.input_f {
  color: black;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  background: transparent;
  border-color: transparent;
  width: 100%;
  border-bottom: 1px solid #cacdd8;
  padding: 8px 0;
}

.input_f:focus {
  outline: none;
  border-bottom-color: #888888;
}

.cart_price {
  color: black;
  font-family: Montserrat;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin-top: 64px;
}

.itog {
  font-weight: 500;
}

.cart_button {
  background: transparent;
  border-radius: 20px;
  width: 280px;
  height: 41px;
  font-size: 15px;
  line-height: 17px;
  color: #040404;
  font-family: Montserrat;
  margin-top: 18px;
  border: 1px solid black;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cart_button:hover {
  background: rgba(0, 0, 0, 0.05);
}

.carttext {
  color: #888888;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-align: left;
}

.cartprice {
  font-weight: 500;
  font-size: 16px;
}

#filter-select, #sort-select {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  border: 1px solid #000000;
  border-radius: 45px;
  padding: 9px 11px;
  height: 40px;
  -webkit-appearance: none;
  background-image: url(image/Polygon.jpg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 12px;
  cursor: pointer;
  transition: border-color 0.2s ease;
  padding-left: 23px;
}

#filter-select {
  width: 182px;
}

#sort-select {
  width: 227px;
}

.filter-select:hover,
.sort-select:hover {
  border-color: #888888;
}

.filter-select:focus,
.sort-select:focus {
  outline: none;
  border-color: #000000;
}

.forma {
  margin-top: 32px;
  margin-bottom: 64px;
  gap: 10px;
  display: flex;
  width: 419px;
  height: 40px;
}

.select-box {
  position: relative;
}

.form-filter {
  position: absolute;
  background-color: #FFF;
  top: calc(100% + 14px);
  right: 0px;
  padding: 40px 48px;
  box-shadow: 0px 4px 67px -12px rgba(0, 0, 0, 0.32);
  z-index: 10;
}

.form-filter__content {
  display: flex;
  min-width: 446px;
  flex-direction: column;
  max-height: 548px;
  flex-wrap: wrap;
  gap: 32px;
}

.form-filter__fieldset {
  border: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.filtering-form__fieldset {
  border: none;
}

.form-filter__delivery {
  display: none;
}

.form-filter__delivery-label {
  font-size: 14px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  color: #000;
}

.form-filter__delivery-label::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #888888;
  border-radius: 60%;
  position: absolute;
  left: 0;
}

.form-filter__delivery:checked + .form-filter__delivery-label::before {
  border-color: #000;
  background-image: url(./image/check.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.form-filter__room-label {
  font-size: 14px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  color: #000;
}

.form-filter__room-label::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #888888;
  position: absolute;
  left: 0;
}

.form-filter .form-room__wrapper .form-filter__delivery:checked + .form-filter__room-label::before {
  border-color: #000;
  background-image: url(./image/check.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.range {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.range__label {
  font-size: 14px;
}

.range__slider {
  font-family: sans-serif;
  font-size: 14px;
  position: relative;
  height: 20px;
  width: 210px;
  display: inline-block;
  margin-top: -5px;
}

.range__slider input {
  position: absolute;
}

.range__input {
  width: 190px;
  height: 10px;
  overflow: hidden;
  outline: none;
}

.range__input,
.range__input::-webkit-slider-runnable-track,
.range__input::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: none;
}

.range__input::-webkit-slider-runnable-track {
  width: 200px;
  height: 1px;
  background: #000;
}

.range__input:nth-child(2)::-webkit-slider-runnable-track {
  background: none;
}

.range__input::-webkit-slider-thumb {
  position: relative;
  height: 8px;
  width: 8px;
  margin-top: -4px;
  background: #000;
  border: 1px solid #000;
  border-radius: 25px;
  cursor: pointer;
  z-index: 1;
}

.range__input:nth-child(1)::-webkit-slider-thumb {
  z-index: 2;
}

.color-filter {
  font-family: sans-serif;
  width: fit-content;
}

.color-filter h3 {
  margin-bottom: 14px;
  font-size: 16px;
}

.color-grid {
  display: grid;
  grid-template-columns: repeat(7, 20px);
  gap: 6px;
}

.color-grid label {
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}

.color-grid input[type=checkbox] {
  display: none;
}

.color-grid input[type=checkbox]:checked + label,
.color-grid label:has(input[type=checkbox]:checked) {
  border-color: #000;
  background-image: url(./image/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
}

.filtering-form__button {
  width: 190px;
  height: 40px;
  border-radius: 20px;
  background-color: white;
  margin-top: 36px;
  margin-left: auto;
  margin-right: 0;
  display: block;
  border: 1px solid;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  color: #000;
  transition: background-color 0.2s ease;
}

.filtering-form__button:hover {
  background-color: #f5f5f5;
}

.filtering-form__legend {
  margin-bottom: 14px;
  font-family: Montserrat;
}

.footer {
  background-color: #F7F6F6;
  width: 100%;
  margin-top: 30px;
}

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

.footer__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
  padding-top: 32px;
  padding-bottom: 58px;
  width: 100%;
}

.footer__column {
  display: flex;
  flex-direction: column;
}

.footer__logo {
  width: 198px;
  height: 44px;
  display: block;
}

.footer__heading {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-bottom: 12px;
  font-family: "Montserrat", sans-serif;
}

.footer__heading--menu {
  margin-bottom: 12px;
  text-align: center;
}

.footer__list {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0;
}

.footer__list-item {
  margin: 0;
  padding: 0;
}

.footer__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #888888;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
}

.footer__link:hover {
  text-decoration: underline;
}

.footer__contacts-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px;
  margin-top: 12px;
}

.footer__social {
  display: flex;
  gap: 20px;
  margin-top: 8px;
}

.footer__social-link {
  display: inline-block;
  line-height: 0;
}

.footer__social-link:hover {
  opacity: 0.8;
}

.footer__social-icon {
  display: block;
  width: auto;
  height: auto;
}

.footer__form {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.footer__form-text {
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 8px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.footer__form-group {
  margin-bottom: 8px;
  font-family: inherit;
}

.footer__form-input {
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
  border-radius: 20px;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #C4C4C4;
  width: 275px;
  height: 46px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: "Montserrat", sans-serif;
}

.footer__form-input::placeholder {
  color: #C4C4C4;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}

.footer__form-input:focus {
  outline: none;
  border-color: #888888;
}

.footer__form-button {
  background: rgba(222, 215, 215, 0.41);
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 20px;
  width: 275px;
  height: 46px;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
}

.footer__form-button:hover {
  background: rgba(200, 190, 190, 0.6);
}

.footer__form-button:active {
  background: rgba(180, 170, 170, 0.7);
}

.footer__contacts-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer__link--phone,
.footer__link--email {
  display: block;
}

.info-1 {
  margin-top: 32px;
  margin-bottom: 64px;
}

.cap-1 {
  font-family: "Montserrat", sans-serif;
  line-height: 24px;
  color: black;
}

.cap-1:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .center {
    padding-left: calc(50% - 393px);
    padding-right: calc(50% - 393px);
  }
  .header {
    height: 70px;
  }
  .header_input {
    width: 220px;
    height: 38px;
    padding-left: 20px;
    font-size: 14px;
  }
  .info {
    gap: 24px;
  }
  .cap {
    font-size: 15px;
  }
  .bg {
    height: 550px;
  }
  .home {
    font-size: 48px;
    line-height: 56px;
    margin-top: 50px;
    max-width: 600px;
  }
  .order {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 14px;
  }
  .for_box {
    padding-top: 50px;
  }
  h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 28px;
  }
  .for {
    gap: 20px;
  }
  .for_item {
    height: 268px;
    font-size: 28px;
    line-height: 34px;
  }
  .product_box {
    padding-top: 50px;
  }
  .special {
    gap: 30px;
    justify-content: center;
  }
  .product__cards {
    width: 345px;
  }
  .product_img {
    width: 345px;
  }
  h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .product__description {
    font-size: 13px;
    line-height: 16px;
  }
  .product__price {
    font-size: 22px;
    line-height: 26px;
  }
  .twoprice {
    font-size: 22px;
    line-height: 26px;
    margin-left: 20px;
  }
  .info-1 {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .top-cart {
    height: 300px;
  }
  .headin-big {
    font-size: 48px;
    line-height: 56px;
    margin-top: 100px;
  }
  .cart {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 50px;
  }
  .cart_content {
    width: 100%;
  }
  .cart_name-box {
    padding-bottom: 12px;
  }
  .cart_name-box p {
    font-size: 14px;
  }
  .cart_item {
    width: 100%;
    max-width: 786px;
    height: 232px;
    padding-top: 20px;
    padding-bottom: 25px;
    gap: 15px;
  }
  .cart_left {
    gap: 25px;
  }
  .cart_left img {
    width: 120px;
    height: auto;
  }
  .cart_info {
    width: 220px;
    gap: 12px;
  }
  .cart_info h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .carttext {
    font-size: 13px;
    line-height: 16px;
  }
  .cartprice {
    font-size: 15px;
  }
  .cart_link-box {
    gap: 20px;
    font-size: 13px;
  }
  .number {
    width: 65px;
    height: 45px;
    font-size: 14px;
  }
  .cart_bt {
    margin-top: 15px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
  }
  .c_button {
    width: 200px;
    height: 37px;
    font-size: 14px;
  }
  .w_button {
    background-color: black;
    color: white;
  }
  .cart_form {
    width: 100%;
    max-width: 376px;
    height: 556px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    margin-top: 20px;
    align-self: flex-start;
  }
  .cart_z {
    width: 100%;
    font-size: 22px;
    margin-top: 30px;
    height: auto;
  }
  .form-cart {
    width: 100%;
    line-height: 55px;
  }
  .input_f {
    font-size: 13px;
    padding: 6px 0;
  }
  .cart_price {
    margin-top: 40px;
    font-size: 22px;
  }
  .cart_button {
    width: 100%;
    max-width: 260px;
    height: 40px;
    font-size: 14px;
    margin-top: 15px;
  }
  .product_box .special {
    justify-content: center;
    gap: 25px;
  }
  .footer {
    margin-top: 25px;
  }
  .footer__row {
    gap: 40px;
    padding-top: 28px;
    padding-bottom: 45px;
  }
  .footer__column--logo {
    display: none;
  }
  .footer__heading {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .footer__list {
    gap: 10px;
  }
  .footer__link {
    font-size: 13px;
    line-height: 16px;
  }
  .footer__contacts-wrapper {
    gap: 10px;
    margin-top: 10px;
  }
  .footer__social {
    gap: 15px;
  }
  .footer__form-text {
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 6px;
  }
  .footer__form-input {
    width: 240px;
    height: 42px;
    font-size: 14px;
    padding-left: 10px;
  }
  .footer__form-button {
    width: 240px;
    height: 42px;
    font-size: 14px;
  }
  .forma {
    position: relative;
  }
  .select-box {
    position: static;
  }
  .form-filter {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    width: auto !important;
    margin-right: 0;
  }
  #filter-select {
    width: 180px;
    font-size: 15px;
    padding: 8px 16px;
    background-position: right 16px center;
  }
  #sort-select {
    width: 227px;
    font-size: 15px;
    padding: 8px 16px;
    background-position: right 16px center;
  }
  .product__icons {
    display: none;
  }
}

@media (max-width: 767px) {
  .center {
    padding-left: 16px;
    padding-right: 16px;
  }
  .header_input {
    display: none;
    padding-left: 16px;
    font-size: 18px;
  }
  .menu-mob {
    display: flex;
    align-items: center;
    gap: 32px;
  }
  .menu-mob svg {
    width: 20px;
    height: 20px;
  }
  .menu-mob a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header {
    padding-top: 32px;
    border-bottom: none;
    height: auto;
  }
  .logo_img {
    width: 99px;
    height: 22px;
  }
  .cap {
    display: none;
  }
  .bg {
    height: 650px;
  }
  .bg_2 {
    height: 400px;
  }
  .top-cart {
    height: 300px;
  }
  .home {
    font-size: 48px;
    line-height: 59px;
    text-align: center;
    margin-bottom: 24px;
  }
  .home_2 {
    font-size: 48px;
    line-height: 56px;
    margin-top: 60px;
    text-align: center;
  }
  .headin-big {
    font-size: 48px;
    line-height: 56px;
    margin-top: 80px;
    text-align: center;
  }
  .order {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
  }
  .product {
    font-size: 14px;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  h2 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
  }
  .heading {
    font-size: 24px;
    line-height: 29px;
  }
  .cart,
  .product_box,
  .for_box {
    padding-top: 32px;
  }
  .cart_item .cart_left img {
    display: none;
  }
  .cart_item {
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .cart_left {
    gap: 0;
  }
  .cart_info {
    width: 180px;
  }
  .cart_link-box {
    gap: 15px;
    font-size: 12px;
  }
  .delete {
    color: #000000;
    text-decoration: none;
  }
  .delete:hover {
    text-decoration: underline;
  }
  .number {
    width: 60px;
    height: 40px;
    font-size: 14px;
    padding-left: 10px;
  }
  .cart_price {
    font-size: 20px;
    margin-top: 30px;
  }
  .itog {
    font-weight: 500;
  }
  .cart_bt {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    gap: 15px;
    width: 100%;
    margin-top: 20px;
  }
  .cart_form {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  .c_button {
    width: 166px;
    height: 37px;
    font-size: 12px;
    background: transparent;
    border: 1px solid black;
    transition: all 0.3s ease;
  }
  .c_button:hover {
    background: #000000;
    color: #FFFFFF;
    border-color: #000000;
  }
  .w_button {
    width: 163px;
    height: 37px;
    font-size: 12px;
    background: transparent;
    color: #000000;
    border: 1px solid black;
    transition: all 0.3s ease;
  }
  .w_button:hover {
    background: #000000;
    color: #FFFFFF;
    border-color: #000000;
  }
  .cart_button {
    width: 100%;
    max-width: 280px;
    height: 40px;
    font-size: 14px;
    background: transparent;
    border: 1px solid black;
    transition: all 0.3s ease;
  }
  .cart_button:hover {
    background: #000000;
    color: #FFFFFF;
    border-color: #000000;
  }
  .product__cards h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 6px;
  }
  .product__price {
    font-size: 16px;
    line-height: 20px;
  }
  .twoprice {
    font-size: 16px;
    line-height: 20px;
    margin-left: 15px;
  }
  .product__icons {
    display: none;
  }
  .for {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .for_item {
    grid-column: 1 / -1;
    height: 375px;
    font-size: 28px;
    line-height: 34px;
  }
  .for_item_big {
    height: 244px;
  }
  .footer__column--form {
    align-items: center;
    width: 100%;
  }
  .footer__form {
    align-items: center;
    text-align: center;
    width: 100%;
  }
  .footer__form-text {
    text-align: center;
    width: 100%;
  }
  .footer__form-group {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .footer__form-input,
  .footer__form-button {
    margin-left: auto;
    margin-right: auto;
  }
  .footer__form-button {
    width: 240px;
    height: 42px;
    font-size: 14px;
    background: rgba(222, 215, 215, 0.41);
    border: 1px solid #FFFFFF;
    transition: all 0.3s ease;
  }
  .footer__form-button:hover {
    background: #000000;
    color: #FFFFFF;
    border-color: #000000;
  }
  .forma {
    width: 100%;
    height: auto;
    margin-top: 24px;
    margin-bottom: 32px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  #filter-select,
  #sort-select {
    width: 100%;
    max-width: 280px;
    font-size: 14px;
    padding: 8px 14px;
    background-position: right 14px center;
  }
  #sort-select {
    width: 203px;
    height: 41px;
    margin-bottom: 0;
    box-sizing: border-box;
    order: 1;
  }
  .select-box {
    width: 100%;
    position: relative;
    order: 2;
  }
  #filter-select {
    width: 161px;
    height: 41px;
    margin-bottom: 0;
    box-sizing: border-box;
  }
  .form-filter {
    display: block !important;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding: 24px 16px;
    width: 100%;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    margin-top: 16px;
    box-sizing: border-box;
  }
  .form-filter__content {
    min-width: auto;
    width: 100%;
    max-height: none;
    flex-wrap: nowrap;
    gap: 24px;
  }
  .form-filter__fieldset {
    width: 100%;
    gap: 12px;
    padding: 0;
    margin: 0;
  }
  .filtering-form__fieldset {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
  }
  .delivery-legend,
  .filtering-form__legend,
  .form-room__legend {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
  }
  .range {
    width: 100%;
  }
  .range__label {
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
  }
  .range__slider {
    width: 100%;
    margin-top: 0;
  }
  .range__input {
    width: 100%;
    max-width: 100%;
  }
  .color-filter {
    width: 100%;
  }
  .color-filter h3 {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .color-grid {
    display: grid;
    grid-template-columns: repeat(7, 15px);
    gap: 14px;
    width: 100%;
    margin-bottom: 0;
  }
  .color-grid__item {
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    background-color: transparent;
  }
  .color-grid__item:hover {
    transform: none;
    box-shadow: none;
  }
  .color-grid__checkbox {
    display: none;
  }
  .color-grid__item:has(.color-grid__checkbox:checked) {
    border-color: #000;
    background-image: url(./image/check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
  }
  .color-grid__item:has(.color-grid__checkbox:checked)::after {
    display: none;
  }
  .form-room__wrapper {
    margin-bottom: 8px;
  }
  .form-filter__room-label {
    font-size: 14px;
    padding-left: 28px;
  }
  .filtering-form__button {
    width: 100%;
    max-width: 200px;
    height: 40px;
    margin: 24px auto 0;
    border-radius: 20px;
    background-color: white;
    border: 1px solid #000;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease;
  }
  .filtering-form__button:hover {
    background-color: #f5f5f5;
  }
  .inform {
    position: relative;
    padding-top: 24px;
    flex-direction: column;
    align-items: flex-start;
  }
  .inform .info-1 {
    margin-bottom: 8px;
    flex-wrap: wrap;
  }
  .inform > div {
    width: 100%;
  }
  .inputbox {
    padding-left: 16px;
    padding-right: 16px;
  }
  .info-1 {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }
  .cap-1 {
    font-size: 14px;
  }
}
