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

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

a {
  text-decoration: none;
}

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

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

.header {
  left: 120px;
  box-sizing: border-box;
  border: 1px #fff;
  border-bottom-style: solid;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.header__image {
  height: 44px;
  color: rgb(255, 255, 255);
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  text-align: left;
  margin-top: 16px;
  margin-bottom: 16px;
}
.header__input {
  height: 41px;
  box-sizing: border-box;
  border-radius: 20px;
  background-color: transparent;
  border: 1px solid #fff;
  outline: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 20px;
  text-align: left;
  padding-left: 32px;
  padding-right: 32px;
}
.header__input::-moz-placeholder {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
.header__input::placeholder {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}

.header-nav {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.header-nav__link {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
}
.header-nav__link:hover {
  text-decoration: underline;
}
.header-nav .link-cart {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
}
.header-nav .mini-cart {
  display: none;
  background-color: #fff;
  top: 64px;
  right: 330px;
  position: absolute;
}
.header-nav .link-cart:hover .mini-cart {
  display: flex;
}

.nav-mobile {
  display: none;
}

.title {
  box-sizing: border-box;
  margin-top: 63px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: flex-start;
}
.title__headline {
  max-width: 792px;
  color: rgb(255, 255, 255);
  font-size: 64px;
  font-weight: 600;
  line-height: 70px;
  text-align: left;
}
.title__slogan {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  padding-top: 16px;
}
.title__link {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-decoration-line: underline;
  padding-top: 16px;
}
.title__link:hover {
  text-decoration: none;
}
.title__link_catalog {
  color: #000;
}

.for-box {
  padding-top: 64px;
}
.for-box__heading {
  color: rgb(0, 0, 0);
  font-size: 48px;
  font-weight: 600;
  line-height: 59px;
  text-align: left;
}

.for {
  margin-top: 32px;
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(12, 1fr);
}
.for__item {
  height: 415px;
  grid-column: span 4;
  color: rgb(255, 255, 255);
  font-size: 34px;
  font-weight: 600;
  line-height: 41px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.for__item_big {
  grid-column: span 6;
}
.for__item_1 {
  background-image: url(img/for_1.jpeg);
}
.for__item_2 {
  background-image: url(img/for_2.jpeg);
}
.for__item_3 {
  background-image: url(img/for_3.jpeg);
}
.for__item_4 {
  background-image: url(img/for_4.jpeg);
}
.for__item_5 {
  background-image: url(img/for_5.jpeg);
}

.section-special {
  box-sizing: border-box;
  margin-top: 60px;
}

.section-title-catalog {
  color: rgb(0, 0, 0);
  font-size: 48px;
  font-weight: 600;
  line-height: 59px;
  text-align: left;
}

.section-items {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 56px;
  justify-content: space-between;
  margin-top: 32px;
}
.section-items__hover-imgs {
  display: none;
}
.section-items__hover-cart:hover path {
  fill: #000;
  cursor: pointer;
}
.section-items__hover-like:hover path {
  fill: #000;
  cursor: pointer;
}
.section-items .section-items__card {
  position: relative;
  width: 378px;
  display: flex;
  flex-direction: column;
}
.section-items .section-items__card:hover .section-items__hover-imgs {
  display: flex;
  top: 12px;
  right: 12px;
  gap: 21px;
  position: absolute;
}
.section-items .section-items__pic {
  width: 100%;
  height: 250px;
  background: rgb(196, 196, 196);
}
.section-items .section-items__title {
  color: rgb(0, 0, 0);
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 9px;
}
.section-items .section-items__text {
  color: rgb(136, 136, 136);
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-align: left;
  margin-bottom: 12px;
}
.section-items .section-items__box-price {
  display: flex;
  gap: 32px;
}
.section-items .section-items__price {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #050505;
  text-decoration: none;
}
.section-items .section-items__price_sale {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-decoration-line: line-through;
  color: #888;
}

.catalog-items {
  box-sizing: border-box;
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 56px;
  justify-content: space-between;
  margin-top: 32px;
  flex-wrap: wrap;
}

.section-catalog {
  box-sizing: border-box;
  margin-top: 60px;
}

.catalog-link {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-decoration-line: underline;
  padding-top: 16px;
  transition: all 1s;
}
.catalog-link:hover {
  text-decoration: none;
}

.footer {
  background: rgb(247, 246, 246);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 23px;
  padding-bottom: 54px;
  margin-top: 64px;
}
.footer__logo {
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  text-align: left;
}
.footer__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #000;
}
.footer__contact {
  color: rgb(136, 136, 136);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.footer__menu-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #888;
  text-decoration: none;
}
.footer__menu-link:hover {
  text-decoration: underline;
}

.footer-items {
  display: flex;
  justify-content: space-between;
  gap: 129px;
}

.footer-items-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 179px;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  align-items: self-start;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-box-contact {
  display: flex;
  flex-direction: column;
  color: #c4c4c4;
  gap: 12px;
  align-items: self-start;
  flex-wrap: wrap;
}

.footer-icon {
  width: 137px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  gap: 20px;
}
.footer-icon__link:hover path {
  fill: black;
}
.footer-icon__link path {
  transition: all 1s;
}

.footer-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.footer-form__news-updates {
  width: 251px;
  height: 15px;
  color: rgb(0, 0, 0);
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}
.footer-form__subscribe {
  width: 260px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid rgb(196, 196, 196);
  border-radius: 16px;
  background: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  text-align: left;
  padding-left: 17px;
  padding-right: 17px;
}
.footer-form__subscribe::-moz-placeholder {
  color: #c4c4c4;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  text-align: left;
}
.footer-form__subscribe::placeholder {
  color: #c4c4c4;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  text-align: left;
}
.footer-form__button {
  width: 260px;
  height: 40px;
  left: 1063px;
  top: 3486px;
  border-radius: 16px;
  border: none;
  background: rgba(222, 215, 215, 0.41);
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  transition: all 1s;
}
.footer-form__button:hover {
  background: #000;
  color: #fff;
}

.top-catalog {
  height: 400px;
  background-image: url(img/catalog_header.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.catalog-title {
  padding-top: 127px;
}

.middle-menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 64px;
}

.middle-menu-nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 240px;
}
.middle-menu-nav__link {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.box-catalog {
  box-sizing: border-box;
}

.catalog-items_triple {
  box-sizing: border-box;
  row-gap: 64px;
}

.adition-link {
  margin-top: 32px;
}

.adition-link__text {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
}

.select-img {
  background-image: url(img/select.svg);
  background-repeat: no-repeat;
  background-position: 95%;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

input[type=radio] {
  display: none;
}

input[type=radio] + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

input[type=radio] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: #fff;
  background-image: url(img/round_flag_before.svg);
}

input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: #fff;
  background-image: url(img/round_flag_after.svg);
}

input[type=range]::-webkit-slider-thumb {
  /* Убираем стандартный вид бегунка в WebKit-браузерах: */
  -webkit-appearance: none;
  appearance: none; /* Убираем стандартный вид бегунка */
  width: 15px; /* Ширина бегунка */
  height: 15px; /* Высота бегунка */
  background: #000; /* Черный фон бегунка */
  border-radius: 50%; /* Скругленные углы бегунка до состояния круга */
  cursor: pointer; /* Меняем курсор мыши при наведении на бегунок */
}

.modal {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.range__container {
  position: relative;
  width: 200px;
}

.middle-menu-filter {
  display: flex;
  flex-wrap: wrap-reverse;
  gap: 10px;
  align-content: center;
  position: relative;
}
.middle-menu-filter__border {
  height: 41px;
  width: 182px;
  box-sizing: border-box;
  border-radius: 20px;
  background-color: transparent;
  border: 1px solid rgb(196, 196, 196);
  text-align: center;
  font-family: Montserrat;
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}
.middle-menu-filter__border-popular {
  width: 227px;
  box-sizing: border-box;
  border: 1px solid rgb(196, 196, 196);
  border-radius: 20px;
  height: 40px;
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  /*   text-align: center; */
  padding-left: 19px;
  font-family: Montserrat;
}
.middle-menu-filter__box {
  padding: 40px 48px;
  border: none;
  top: 50px;
  left: -360px;
  position: absolute;
  z-index: 1;
  box-shadow: 0px 4px 67px -12px rgba(0, 0, 0, 0.32);
  background: rgb(255, 255, 255);
}
.middle-menu-filter__points {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 65px;
}
.middle-menu-filter__points-left {
  width: 190px;
  height: 392px;
  position: static;
  /* Auto layout */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.middle-menu-filter__points-right {
  position: static;
  width: 190px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0px;
}
.middle-menu-filter__delivery {
  position: static;
  width: 136px;
  height: 177px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px;
}
.middle-menu-filter__delivery-date {
  position: static;
  width: 102px;
  height: 141px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px;
}
.middle-menu-filter__heading {
  color: rgb(5, 5, 5);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: left;
}
.middle-menu-filter__delivery-radio {
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0%;
  text-align: left;
}
.middle-menu-filter__price-range {
  position: static;
  width: 190.5px;
  height: 73px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 32px;
  gap: 14px;
}
.middle-menu-filter__price-range-value {
  display: flex;
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0%;
  text-align: left;
  gap: 14px;
}
.middle-menu-filter__price-range-scale {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.middle-menu-filter__price-range-scale::-webkit-slider-runnable-track {
  height: 1px;
  background-color: #000;
}
.middle-menu-filter__price-range-scale::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
}
.middle-menu-filter__price-range-scale::-webkit-slider-thumb {
  background-color: #000;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  cursor: pointer;
  margin-top: -6px;
  position: relative;
}
.middle-menu-filter__price-range-scale_back {
  top: 50%;
  width: 190px;
  z-index: 2;
  position: absolute;
}
.middle-menu-filter__color-box {
  width: 189px;
  height: 78px;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 32px;
}
.middle-menu-filter__color-items {
  margin-top: 14px;
}
.middle-menu-filter .filtering-form__button {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 36px;
}
.middle-menu-filter .color-options {
  display: flex; /* Flex-контейнер */
  flex-wrap: wrap; /* Перенос содержимого */
  max-width: 190px; /* Максимальная ширина 190px */
  gap: 14px;
  /* Цвета чекбоксов */
  /* Поле формы фильтрации */
}
.middle-menu-filter .color-options__checkbox {
  width: 15px;
  height: 15px;
}
.middle-menu-filter .color-options .checkbox__label--white::before {
  background-color: #fff; /* Белый фон */
  border-color: #808080; /* Серая рамка */
}
.middle-menu-filter .color-options .checkbox__label--black::before {
  background-color: #000; /* Черный фон */
  border-color: #000; /* Черная рамка */
}
.middle-menu-filter .color-options .checkbox__label--gray::before {
  background-color: #737373; /* Серый фон */
  border-color: #737373; /* Серая рамка */
}
.middle-menu-filter .color-options .checkbox__label--red::before {
  background-color: #f00; /* Красный фон */
  border-color: #f00; /* Красная рамка */
}
.middle-menu-filter .color-options .checkbox__label--orange::before {
  background-color: #ff7a41; /* Оранжевый фон */
  border-color: #ff7a41; /* Оранжевая рамка */
}
.middle-menu-filter .color-options .checkbox__label--yellow::before {
  background-color: #f2cb01; /* Желтый фон */
  border-color: #f2cb01; /* Желтая рамка */
}
.middle-menu-filter .color-options .checkbox__label--green::before {
  background-color: #008000; /* Зеленый фон */
  border-color: #008000; /* Зеленая рамка */
}
.middle-menu-filter .color-options .checkbox__label--teal::before {
  background-color: #40e0d0; /* Бирюзовый фон */
  border-color: #40e0d0; /* Бирюзовая рамка */
}
.middle-menu-filter .color-options .checkbox__label--light-blue::before {
  background-color: #009fe3; /* Светло-синий фон */
  border-color: #009fe3; /* Светло-синяя рамка */
}
.middle-menu-filter .color-options .checkbox__label--blue::before {
  background-color: #00f; /* Синий фон */
  border-color: #00f; /* Синяя рамка */
}
.middle-menu-filter .color-options .checkbox__label--purple::before {
  background-color: #800080; /* Пурпурный фон */
  border-color: #800080; /* Пурпурная рамка */
}
.middle-menu-filter .color-options .checkbox__label--violet::before {
  background-color: #8a2be2; /* Фиолетовый фон */
  border-color: #8a2be2; /* Фиолетовая рамка */
}
.middle-menu-filter .color-options .checkbox__label--lavender::before {
  background-color: #d89aff; /* Лавандовый фон */
  border-color: #d89aff; /* Лавандовая рамка */
}
.middle-menu-filter .color-options .checkbox__label--pink::before {
  background-color: #ff65a6; /* Розовый фон */
  border-color: #ff65a6; /* Розовая рамка */
}
.middle-menu-filter .color-options .checkbox__input:checked + .checkbox__label--black::before,
.middle-menu-filter .color-options .checkbox__input:checked + .checkbox__label--blue::before,
.middle-menu-filter .color-options .checkbox__input:checked + .checkbox__label--purple::before {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3L4.5 6.5L9 1' stroke='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}
.middle-menu-filter .checkbox__input:checked + .checkbox__label::before {
  background-image: url(img/gals_form.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-color: #000;
}
.middle-menu-filter .filtering-form__fieldset {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  border: none;
}
.middle-menu-filter .checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
}
.middle-menu-filter .checkbox__input {
  display: none;
}
.middle-menu-filter .checkbox__label {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
}
.middle-menu-filter .checkbox__label::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #888888;
  position: absolute;
  left: 0;
  background-color: #fff;
}
.middle-menu-filter .filtering-form__legend {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}
.middle-menu-filter .filtering-form__button {
  align-self: flex-end;
  max-width: 190px;
}

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

.heading-big {
  color: rgb(255, 255, 255);
  font-size: 64px;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: 0%;
  margin-top: 127px;
}

.cart {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
  margin-top: 64px;
}
.cart__name-box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 14px;
  padding-right: 27px;
}
.cart__form-box {
  border-radius: 20px;
  background: rgb(247, 246, 246);
  width: 376px;
  height: 556px;
  grid-column: span 4;
}
.cart__form-heading {
  color: rgb(0, 0, 0);
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
  padding-top: 42px;
  margin-bottom: 32px;
}
.cart__form {
  width: 288px;
  height: 143px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
  padding-left: 27px;
  gap: 42px;
}
.cart__form-input {
  width: 288px;
  border: none;
  border-bottom: 1px solid rgb(202, 205, 216);
  background-color: transparent;
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-align: left;
  font-family: Montserrat;
}
.cart__content {
  grid-column: span 8;
}
.cart__item {
  border-top: 0.5px solid rgb(202, 205, 216);
  padding-top: 25px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.cart__item_mini {
  border-top: none;
  padding-top: 0px;
}
.cart__info {
  width: 276px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cart__info-heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
}
.cart__info-notes {
  color: rgb(136, 136, 136);
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  font-family: Montserrat;
}
.cart__info-price {
  color: rgb(5, 5, 5);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: left;
}
.cart__left {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
.cart__link-box {
  display: flex;
  gap: 30px;
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-decoration-line: underline;
}
.cart__number {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 71px;
  height: 51px;
  border-radius: 6px;
  background: rgb(247, 246, 246);
}
.cart__number_seq {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 47px;
  height: 27px;
  color: rgb(0, 0, 0);
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  line-height: 210%;
  letter-spacing: 0px;
  text-align: center;
  border: none;
  /* Скрываем кнопки величения и уменьшения количества*/
}
.cart__number_seq::-webkit-inner-spin-button, .cart__number_seq::-webkit-outer-spin-button {
  /*   -webkit-appearance: none;  временно не скрыто*/
  margin: 0;
}
.cart__number_seq input[type=number] {
  -moz-appearance: textfield;
}
.cart__number_seq input[type=number]::-ms-clear {
  display: none;
}
.cart .cart__number_seq-down {
  position: absolute;
  right: 11px;
  top: 24px;
}
.cart .cart__number_seq-up {
  position: absolute;
  right: 11px;
  top: 11px;
}
.cart__total-price {
  display: flex;
  gap: 7px;
  color: rgb(0, 0, 0);
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  text-align: center;
  color: rgb(0, 0, 0);
  justify-content: center;
  margin-top: 64px;
}
.cart__total-price_mini {
  margin-top: 0px;
}
.cart__total {
  font-weight: 400;
}
.cart__button {
  margin-top: 18px;
  margin-left: 45px;
  box-sizing: border-box;
  border: 1px solid rgb(4, 4, 4);
  border-radius: 20px;
  width: 290px;
  height: 41px;
  align-items: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 19px;
  background-color: transparent;
}
.cart__button_mini {
  margin: 0px;
  width: 207px;
  box-sizing: border-box;
  background-color: #fff;
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
}
.cart__button-box {
  display: flex;
  gap: 7px;
  margin-top: 18px;
}
.cart__buttons {
  box-sizing: border-box;
  border: 1px solid rgb(4, 4, 4);
  border-radius: 50px;
  width: 200px;
  height: 37px;
  background-color: transparent;
  color: rgb(2, 2, 2);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-align: center;
  transition: all 1s;
}
.cart__buttons:hover {
  background: #000;
  color: #fff;
}

.mini-cart {
  width: 573px;
  height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24;
  padding: 40px 48px 40px 48px;
}
.mini-cart__form-box {
  display: flex;
  gap: 48px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1360px) {
  .center {
    padding-left: calc(50% - 493px);
    padding-right: calc(50% - 493px);
  }
  .footer-items-box {
    gap: 112px;
  }
}
@media (max-width: 1024px) {
  .center {
    padding-left: calc(50% - 393px);
    padding-right: calc(50% - 393px);
  }
  .cart {
    grid-template-columns: repeat(auto-fill, minmax(85px, 1fr));
  }
  .cart__buttons_mobile {
    background: rgb(0, 0, 0);
    color: #fff;
  }
  .for__item {
    height: 268px;
  }
  .middle-menu-filter__box {
    left: -130px;
  }
  .section-items {
    -moz-column-gap: 29px;
         column-gap: 29px;
    row-gap: 39px;
  }
  .catalog-items {
    -moz-column-gap: 29px;
         column-gap: 29px;
    row-gap: 39px;
  }
  .footer__logo {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 833px) {
  .center {
    padding-left: 24px;
    padding-right: 24px;
  }
  .section-items__card {
    width: 345px;
  }
}
@media (max-width: 824px) {
  .footer {
    justify-content: center;
  }
  .footer-items-box {
    gap: 128px;
  }
}
@media (min-width: 375px) and (max-width: 767px) {
  .center {
    /*      padding-left: calc(50% - 348px/2);
          padding-right: calc(50% - 348px/2); */
    padding-left: 16px;
    padding-right: 16px;
  }
  .header {
    border: none;
    padding-top: 32px;
  }
  .header__input {
    display: none;
  }
  .header__image {
    width: 99px;
  }
  .heading-big {
    font-size: 48px;
    line-height: 59px;
    text-align: center;
  }
  .header-nav {
    display: none;
  }
  .nav-mobile {
    display: flex;
    align-items: center;
    gap: 32px;
  }
  .title {
    align-items: center;
  }
  .title__headline {
    font-size: 48px;
    line-height: 59px;
    text-align: center;
  }
  .title__slogan {
    font-size: 16px;
    text-align: center;
  }
  .title__link {
    font-size: 14px;
    text-align: center;
    padding-top: 16px;
  }
  .middle-menu-filter__border {
    height: 40px;
    width: 164px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
  }
  .middle-menu-filter__border-popular {
    font-size: 14px;
    line-height: 17px;
    width: 203px;
  }
  .middle-menu-filter__points {
    flex-direction: column;
  }
  .middle-menu-filter__box {
    top: 100px;
    left: 0px;
  }
  .filtering-form__button {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }
  .for-box__heading {
    font-size: 24px;
    line-height: 29px;
  }
  .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;
  }
  .section-special__title {
    font-size: 24px;
    line-height: 29px;
  }
  .section-special .section-title-catalog {
    font-size: 24px;
    line-height: 29px;
  }
  .section-items__card .section-items__title {
    font-size: 18px;
    line-height: 22px;
  }
  .section-items__card .section-items__price {
    font-size: 18px;
    line-height: 22px;
  }
  .section-catalog__title {
    font-size: 24px;
    line-height: 29px;
  }
  .cart {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0px;
    row-gap: 32px;
  }
  .cart__buttons_mobile {
    background: rgb(0, 0, 0);
    color: #fff;
  }
  .cart__content {
    grid-column: 1/-1;
  }
  .cart__left img {
    display: none;
  }
  .cart__name-box {
    display: none;
  }
  .cart__info-heading {
    font-size: 18px;
    line-height: 22px;
  }
  .cart__info-notes {
    font-size: 12px;
    line-height: 15px;
  }
  .cart__info-price {
    font-size: 12px;
    line-height: 15px;
  }
  .cart__buttons {
    width: 166px;
    font-size: 12px;
    line-height: 15px;
  }
  .cart__button {
    width: 290px;
    height: 41px;
    margin-left: 26px;
  }
  .cart__form-box {
    width: 343px;
    grid-column: 1/-1;
  }
  .cart__button-box {
    gap: 14px;
  }
  .footer {
    padding-bottom: 32px;
  }
  .footer-items-box {
    justify-content: center;
    gap: 68px;
  }
  .footer-items {
    gap: 100px;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  .center {
    /*      padding-left: calc(50% - 348px/2);
          padding-right: calc(50% - 348px/2); */
    padding-left: 16px;
    padding-right: 16px;
  }
  .header {
    border: none;
    padding-top: 32px;
  }
  .header__input {
    display: none;
  }
  .header__image {
    width: 99px;
  }
  .heading-big {
    font-size: 48px;
    line-height: 59px;
    text-align: center;
  }
  .header-nav {
    display: none;
  }
  .nav-mobile {
    display: flex;
    align-items: center;
    gap: 32px;
  }
  .title {
    align-items: center;
  }
  .title__headline {
    font-size: 48px;
    line-height: 59px;
    text-align: center;
  }
  .title__slogan {
    font-size: 16px;
    text-align: center;
  }
  .title__link {
    font-size: 14px;
    text-align: center;
    padding-top: 16px;
  }
  .middle-menu-filter__border {
    height: 40px;
    width: 164px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
  }
  .middle-menu-filter__border-popular {
    font-size: 14px;
    line-height: 17px;
    width: 203px;
  }
  .middle-menu-filter__points {
    flex-direction: column;
  }
  .middle-menu-filter__box {
    top: 100px;
    left: 0px;
  }
  .filtering-form__button {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }
  .for-box__heading {
    font-size: 24px;
    line-height: 29px;
  }
  .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;
  }
  .section-special__title {
    font-size: 24px;
    line-height: 29px;
  }
  .section-special .section-title-catalog {
    font-size: 24px;
    line-height: 29px;
  }
  .section-items__card .section-items__title {
    font-size: 18px;
    line-height: 22px;
  }
  .section-items__card .section-items__price {
    font-size: 18px;
    line-height: 22px;
  }
  .section-catalog__title {
    font-size: 18px;
    line-height: 29px;
  }
  .cart {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0px;
    row-gap: 32px;
  }
  .cart__buttons_mobile {
    background: rgb(0, 0, 0);
    color: #fff;
  }
  .cart__content {
    grid-column: 1/-1;
  }
  .cart__left img {
    display: none;
  }
  .cart__name-box {
    display: none;
  }
  .cart__info {
    width: 200px;
  }
  .cart__info-heading {
    font-size: 18px;
    line-height: 22px;
  }
  .cart__info-notes {
    font-size: 12px;
    line-height: 15px;
  }
  .cart__info-price {
    font-size: 12px;
    line-height: 15px;
  }
  .cart__buttons {
    width: 166px;
    font-size: 10px;
    line-height: 15px;
  }
  .cart__button {
    width: 244px;
    height: 41px;
    margin-left: 26px;
  }
  .cart__form {
    width: 244px;
  }
  .cart__form-box {
    width: 288px;
    grid-column: 1/-1;
  }
  .cart__form-input {
    width: 234px;
  }
  .cart__button-box {
    gap: 14px;
  }
  .footer {
    padding-bottom: 32px;
  }
  .footer-items-box {
    justify-content: center;
    gap: 68px;
  }
  .footer-items {
    gap: 100px;
  }
}/*# sourceMappingURL=style.css.map */