@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap");
.wrapper {
  max-width: 1376px;
  width: 100%;
  margin: 0 auto;
}

body {
  background: #F2F0EB;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
}

section {
  padding: 0 24px;
}

.top {
  padding-top: 60px;
  padding-bottom: 40px;
}
.top .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.top .wrapper .title {
  max-width: 1266px;
  width: 100%;
  margin-right: 16px;
  color: #3B403C;
  font-family: "Inter", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}
.top .wrapper .points {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.top .wrapper .points svg {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 20px;
}
.top .wrapper .points svg:last-child {
  margin-right: 0;
}

.catalog {
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  /*padding-left: 0;
  padding-right: 0;*/
}
.catalog .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.catalog .wrapper .filter_content {
  max-width: 300px;
  width: 25%;
}
.catalog .wrapper .filter_content .filter_content_top {
  padding: 18px 0 12px;
  border-bottom: 1px solid rgba(22, 24, 21, 0.2);
  margin-bottom: 30px;
}
.catalog .wrapper .filter_content .filter_content_top span {
  color: #161815;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.catalog .wrapper .filter_content .filter_content_top .filter_close {
  display: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.catalog .wrapper .filter_content .filter_content_top .filter_close svg {
  display: block;
  width: 32px;
  height: 32px;
}
.catalog .wrapper .filter_content .content_filter_items {
  display: none;
}
.catalog .wrapper .filter_content .filter_content_search {
  border-bottom: 1px solid rgba(22, 24, 21, 0.2);
  margin-bottom: 30px;
  padding-bottom: 8px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.catalog .wrapper .filter_content .filter_content_search .filter_input {
  display: block;
  width: 95%;
  height: 24px;
  padding: 0;
  color: #161815;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  background: #F2F0EB;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin-right: 10px;
}
.catalog .wrapper .filter_content .filter_content_search .filter_input::-webkit-input-placeholder {
  color: #161815;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.4;
}
.catalog .wrapper .filter_content .filter_content_search .filter_input::-moz-placeholder {
  color: #161815;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.4;
}
.catalog .wrapper .filter_content .filter_content_search .filter_input:-ms-input-placeholder {
  color: #161815;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.4;
}
.catalog .wrapper .filter_content .filter_content_search .filter_input:-webkit-autofill, .catalog .wrapper .filter_content .filter_content_search .filter_input:focus-visible, .catalog .wrapper .filter_content .filter_content_search .filter_input:-webkit-autofill:hover, .catalog .wrapper .filter_content .filter_content_search .filter_input:-webkit-autofill:focus, .catalog .wrapper .filter_content .filter_content_search .filter_input:-webkit-autofill:focus-visible, .catalog .wrapper .filter_content .filter_content_search .filter_input:-webkit-autofill, .catalog .wrapper .filter_content .filter_content_search .filter_input:-webkit-autofill:hover, .catalog .wrapper .filter_content .filter_content_search .filter_input:-webkit-autofill:focus, .catalog .wrapper .filter_content .filter_content_search .filter_input:-webkit-autofill, .catalog .wrapper .filter_content .filter_content_search .filter_input:-webkit-autofill:hover, .catalog .wrapper .filter_content .filter_content_search .filter_input:-webkit-autofill:focus {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  -webkit-text-fill-color: #161815;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
  outline: none;
}
.catalog .wrapper .filter_content .filter_content_search .filter_content_search_img {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.catalog .wrapper .filter_content .filter_content_search .filter_content_search_img svg {
  width: 16px;
  height: 16px;
  display: block;
}
.catalog .wrapper .filter_content .filter_content_block {
  margin-bottom: 30px;
}
.catalog .wrapper .filter_content .filter_content_block .filter_content_block_title {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(22, 24, 21, 0.2);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.catalog .wrapper .filter_content .filter_content_block .filter_content_block_title span {
  display: block;
  color: #3B403C;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
}
.catalog .wrapper .filter_content .filter_content_block .filter_content_block_title svg {
  width: 14px;
  height: 14px;
  display: block;
}
.catalog .wrapper .filter_content .filter_content_block .filter_content_block_items {
  padding-top: 24px;
}
.catalog .wrapper .filter_content .filter_content_block .filter_content_block_items .filter_content_block_item {
  margin-bottom: 20px;
}
.catalog .wrapper .filter_content .filter_content_block .filter_content_block_items .filter_content_block_item .filter_content_block_item_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 12px;
}
.catalog .wrapper .filter_content .filter_content_block .filter_content_block_items .filter_content_block_item .filter_content_block_item_top span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  color: #3B403C;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.catalog .wrapper .filter_content .filter_content_block .filter_content_block_items .filter_content_block_item .filter_content_block_item_top svg {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  width: 16px;
  height: 16px;
}
.catalog .wrapper .filter_content .filter_content_block .filter_content_block_items .filter_content_block_item .filter_content_block_item_body {
  display: none;
}
.catalog .wrapper .filter_content .filter_content_block .filter_content_block_items .filter_content_block_item .filter_content_block_item_body .block_item_body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  opacity: 0.4;
  margin-bottom: 10px;
}
.catalog .wrapper .filter_content .filter_content_block .filter_content_block_items .filter_content_block_item .filter_content_block_item_body .block_item_body .quarter {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 100px;
  border: 1px solid #161815;
  margin-right: 14px;
}
.catalog .wrapper .filter_content .filter_content_block .filter_content_block_items .filter_content_block_item .filter_content_block_item_body .block_item_body .quarter:after {
  display: none;
}
.catalog .wrapper .filter_content .filter_content_block .filter_content_block_items .filter_content_block_item .filter_content_block_item_body .block_item_body span {
  color: #3B403C;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: block;
}
.catalog .wrapper .filter_content .filter_content_block .filter_content_block_items .filter_content_block_item .filter_content_block_item_body .block_item_body:last-child {
  margin-bottom: 0;
}
.catalog .wrapper .filter_content .filter_content_block .filter_content_block_items .filter_content_block_item .filter_content_block_item_body .active {
  opacity: 1;
}
.catalog .wrapper .filter_content .filter_content_block .filter_content_block_items .filter_content_block_item .filter_content_block_item_body .active .quarter:after {
  border-radius: 100px;
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 3px;
  top: 3px;
  content: "";
  background-color: #161815;
}
.catalog .wrapper .filter_content .filter_content_block .filter_content_block_items .active .filter_content_block_item_body {
  display: block;
}
.catalog .wrapper .filter_content .filter_content_block_q {
  margin-bottom: 30px;
}
.catalog .wrapper .filter_content .filter_content_block_q .filter_content_block_title {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(22, 24, 21, 0.2);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.catalog .wrapper .filter_content .filter_content_block_q .filter_content_block_title span {
  display: block;
  color: #3B403C;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
}
.catalog .wrapper .filter_content .filter_content_block_q .filter_content_block_title svg {
  width: 14px;
  height: 14px;
  display: block;
}
.catalog .wrapper .filter_content .filter_content_block_q .filter_content_block_items {
  padding-top: 24px;
}
.catalog .wrapper .filter_content .filter_content_block_q .filter_content_block_items .filter_content_block_item {
  margin-bottom: 20px;
}
.catalog .wrapper .filter_content .filter_content_block_q .filter_content_block_items .filter_content_block_item .filter_content_block_item_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 12px;
}
.catalog .wrapper .filter_content .filter_content_block_q .filter_content_block_items .filter_content_block_item .filter_content_block_item_top span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  color: #3B403C;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.catalog .wrapper .filter_content .filter_content_block_q .filter_content_block_items .filter_content_block_item .filter_content_block_item_top svg {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  width: 16px;
  height: 16px;
}
.catalog .wrapper .filter_content .filter_content_block_q .filter_content_block_items .filter_content_block_item .filter_content_block_item_body {
  display: none;
}
.catalog .wrapper .filter_content .filter_content_block_q .filter_content_block_items .filter_content_block_item .filter_content_block_item_body .block_item_body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  opacity: 0.4;
  margin-bottom: 10px;
}
.catalog .wrapper .filter_content .filter_content_block_q .filter_content_block_items .filter_content_block_item .filter_content_block_item_body .block_item_body .quarter {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #161815;
  margin-right: 14px;
}
.catalog .wrapper .filter_content .filter_content_block_q .filter_content_block_items .filter_content_block_item .filter_content_block_item_body .block_item_body .quarter:after {
  display: none;
}
.catalog .wrapper .filter_content .filter_content_block_q .filter_content_block_items .filter_content_block_item .filter_content_block_item_body .block_item_body span {
  color: #3B403C;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: block;
}
.catalog .wrapper .filter_content .filter_content_block_q .filter_content_block_items .filter_content_block_item .filter_content_block_item_body .block_item_body:last-child {
  margin-bottom: 0;
}
.catalog .wrapper .filter_content .filter_content_block_q .filter_content_block_items .filter_content_block_item .filter_content_block_item_body .active {
  opacity: 1;
}
.catalog .wrapper .filter_content .filter_content_block_q .filter_content_block_items .filter_content_block_item .filter_content_block_item_body .active .quarter:after {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 3px;
  top: 3px;
  content: "";
  background-color: #161815;
}
.catalog .wrapper .filter_content .filter_content_block_q .filter_content_block_items .active .filter_content_block_item_body {
  display: block;
}
.catalog .wrapper .filter_content .filter_content_block_q .sort {
  padding-top: 24px;
}
.catalog .wrapper .filter_content .filter_content_block_q .sort .block_item_body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  opacity: 0.4;
  margin-bottom: 10px;
}
.catalog .wrapper .filter_content .filter_content_block_q .sort .block_item_body .quarter {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #161815;
  margin-right: 14px;
}
.catalog .wrapper .filter_content .filter_content_block_q .sort .block_item_body .quarter:after {
  display: none;
}
.catalog .wrapper .filter_content .filter_content_block_q .sort .block_item_body span {
  color: #3B403C;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: block;
}
.catalog .wrapper .filter_content .filter_content_block_q .sort .block_item_body:last-child {
  margin-bottom: 0;
}
.catalog .wrapper .filter_content .filter_content_block_q .sort .active {
  opacity: 1;
}
.catalog .wrapper .filter_content .filter_content_block_q .sort .active .quarter:after {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 3px;
  top: 3px;
  content: "";
  background-color: #161815;
}
.catalog .wrapper .content_catalog {
  max-width: 1004px;
  width: 74%;
}
.catalog .wrapper .content_catalog .catalog_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.catalog .wrapper .content_catalog .catalog_top .title {
  margin-right: 16px;
  color: #3B403C;
  font-family: "Inter", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}
.catalog .wrapper .content_catalog .catalog_top .points {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  width: fit-content;
  width: -moz-fit-content;
}
.catalog .wrapper .content_catalog .catalog_top .points svg {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 20px;
}
.catalog .wrapper .content_catalog .catalog_top .points svg:last-child {
  margin-right: 0;
}
.catalog .wrapper .content_catalog .catalog_top .open_filter {
  display: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.catalog .wrapper .content_catalog .catalog_top .open_filter svg {
  display: block;
  width: 32px;
  height: 32px;
}
.catalog .wrapper .content_catalog .content_filter_items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 24px;
}
.catalog .wrapper .content_catalog .content_filter_items .filter_items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  width: fit-content;
  width: -moz-fit-content;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 10px;
}
.catalog .wrapper .content_catalog .content_filter_items .filter_items .filter_item {
  width: fit-content;
  width: -moz-fit-content;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 8px 14px 8px 20px;
  border: 1px solid rgba(22, 24, 21, 0.15);
  margin-right: 10px;
  margin-bottom: 10px;
}
.catalog .wrapper .content_catalog .content_filter_items .filter_items .filter_item span {
  color: #161815;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: block;
  margin-right: 8px;
}
.catalog .wrapper .content_catalog .content_filter_items .filter_items .filter_item .filter_item_close {
  cursor: pointer;
  width: 18px;
  height: 18px;
}
.catalog .wrapper .content_catalog .content_filter_items .filter_items .filter_item .filter_item_close svg {
  display: block;
  width: 18px;
  height: 18px;
}
.catalog .wrapper .content_catalog .content_filter_items .filter_items .filter_item:last-child {
  margin-right: 0;
}
.catalog .wrapper .content_catalog .content_filter_items .filter_items_close {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 115px;
  width: 100%;
  height: 20px;
  padding-top: 7px;
  border-bottom: 1px solid #161815;
  opacity: 0.5;
  cursor: pointer;
  margin-bottom: 10px;
}
.catalog .wrapper .content_catalog .content_filter_items .filter_items_close span {
  text-align: center;
  color: #161815;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.catalog .wrapper .content_catalog .catalog_items {
  padding-top: 30px;
}
.catalog .wrapper .content_catalog .catalog_items .products {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catalog .wrapper .content_catalog .catalog_items .products .product {
  width: 32%;
  max-width: 321px;
  margin-right: 20px;
  position: relative;
  height: auto;
  padding-bottom: 40px;
}
.catalog .wrapper .content_catalog .catalog_items .products .product .gi {
  width: 100%;
  max-width: 332px;
  height: 384px;
  margin-bottom: 16px;
  display: block;
  overflow: hidden;
}
.catalog .wrapper .content_catalog .catalog_items .products .product .gi .product_img {
  display: block;
  width: 100%;
  max-width: 332px;
  height: 384px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.catalog .wrapper .content_catalog .catalog_items .products .product .gi .product_img:hover {
  transform: scale(1.2);
}
.catalog .wrapper .content_catalog .catalog_items .products .product .product_meta {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.catalog .wrapper .content_catalog .catalog_items .products .product .product_meta .product_info {
  width: fit-content;
  width: -moz-fit-content;
}
.catalog .wrapper .content_catalog .catalog_items .products .product .product_meta .product_info .product_title {
  display: block;
  text-decoration: none;
  color: #161815;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 8px;
}
.catalog .wrapper .content_catalog .catalog_items .products .product .product_meta .product_info .product_price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.catalog .wrapper .content_catalog .catalog_items .products .product .product_meta .product_info .product_price .pr {
  color: #161815;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.catalog .wrapper .content_catalog .catalog_items .products .product .product_meta .product_info .product_price .sl {
  margin-left: 8px;
  color: #969892;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: line-through;
}
.catalog .wrapper .content_catalog .catalog_items .products .product .product_meta .product_card {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  display: none;
  cursor: pointer;
  width: 56px;
  height: 56px;
  background: #E6E2D9;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.catalog .wrapper .content_catalog .catalog_items .products .product .product_meta .product_card svg {
  display: block;
  width: 24px;
  height: 24px;
}
.catalog .wrapper .content_catalog .catalog_items .products .product .product_meta .product_card svg path {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  fill: #3B403C;
}
.catalog .wrapper .content_catalog .catalog_items .products .product .product_meta .product_card:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background: #3B403C;
}
.catalog .wrapper .content_catalog .catalog_items .products .product .product_meta .product_card:hover svg path {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  fill: #E6E2D9;
}
@media (max-width: 500px) {
  .catalog .wrapper .content_catalog .catalog_items .products .product .product_meta .product_card {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    background: #3B403C;
    min-width: 35px;
    width: 35px;
    height: 35px;
  }
  .catalog .wrapper .content_catalog .catalog_items .products .product .product_meta .product_card svg {
    width: 15px;
    height: 15px;
  }
  .catalog .wrapper .content_catalog .catalog_items .products .product .product_meta .product_card svg path {
    fill: #E6E2D9;
  }
}
.catalog .wrapper .content_catalog .catalog_items .products .product .product_meta .wc-forward {
  display: none;
}
.catalog .wrapper .content_catalog .catalog_items .products .product .product_label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  position: absolute;
  top: 16px;
  left: 16px;
}
.catalog .wrapper .content_catalog .catalog_items .products .product .product_label > div {
  margin-right: 8px;
}
.catalog .wrapper .content_catalog .catalog_items .products .product .product_label > div:last-child {
  margin-right: 0;
}
.catalog .wrapper .content_catalog .catalog_items .products .product .product_label .product_new {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: fit-content;
  width: -moz-fit-content;
  height: 40px;
  padding: 4px 10px;
  background: #F2F0EB;
  box-sizing: border-box;
}
.catalog .wrapper .content_catalog .catalog_items .products .product .product_label .product_new span {
  color: #777872;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.catalog .wrapper .content_catalog .catalog_items .products .product .product_label .product_sale {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: fit-content;
  width: -moz-fit-content;
  height: 40px;
  padding: 4px 10px;
  background: #F2F0EB;
  box-sizing: border-box;
}
.catalog .wrapper .content_catalog .catalog_items .products .product .product_label .product_sale span {
  color: #F36767;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.catalog .wrapper .content_catalog .catalog_items .products .product .product_like {
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F2F0EB;
  box-sizing: border-box;
}
.catalog .wrapper .content_catalog .catalog_items .products .product .product_like svg {
  display: block;
  width: 24px;
  height: 24px;
}
.catalog .wrapper .content_catalog .catalog_items .products .product .product_like svg path {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  fill: #E6E2D9;
}
.catalog .wrapper .content_catalog .catalog_items .products .product .product_like:hover svg path {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  fill: #3B403C;
}
.catalog .wrapper .content_catalog .catalog_items .products .product .active_like svg path {
  fill: #3B403C;
}
.catalog .wrapper .content_catalog .catalog_items .products .product:hover .product_meta .product_card {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.catalog .wrapper .content_catalog .catalog_items .products .product:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1400px) {
  .catalog .wrapper .content_catalog .catalog_items .products .product {
    width: 31.7%;
  }
}
@media (max-width: 1300px) {
  .catalog .wrapper .content_catalog .catalog_items .products .product {
    max-width: 300px;
  }
  .catalog .wrapper .content_catalog .catalog_items .products .product .gi {
    max-width: 300px;
    height: 320px;
  }
  .catalog .wrapper .content_catalog .catalog_items .products .product .gi .product_img {
    max-width: 300px;
    height: 320px;
  }
  .catalog .wrapper .content_catalog .catalog_items .products .product .product_meta .product_info .product_title {
    font-size: 15px;
  }
  .catalog .wrapper .content_catalog .catalog_items .products .product .product_meta .product_info .product_price {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .catalog .wrapper .content_catalog .catalog_items .products .product .product_meta .product_info .product_price .pr {
    font-size: 21px;
  }
}
@media (max-width: 865px) {
  .catalog .wrapper .content_catalog .catalog_items .products .product {
    width: 31%;
    max-width: 255px;
  }
  .catalog .wrapper .content_catalog .catalog_items .products .product .gi {
    max-width: 255px;
    height: 290px;
  }
  .catalog .wrapper .content_catalog .catalog_items .products .product .gi .product_img {
    max-width: 255px;
    height: 290px;
  }
  .catalog .wrapper .content_catalog .catalog_items .products .product .product_meta .product_info .product_title {
    font-size: 14px;
  }
  .catalog .wrapper .content_catalog .catalog_items .products .product .product_meta .product_info .product_price {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .catalog .wrapper .content_catalog .catalog_items .products .product .product_meta .product_info .product_price .pr {
    font-size: 20px;
  }
  .catalog .wrapper .content_catalog .catalog_items .products .product .product_label {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .catalog .wrapper .content_catalog .catalog_items .products .product .product_label > div {
    margin-right: 5px;
  }
  .catalog .wrapper .content_catalog .catalog_items .products .product .product_label > div:last-child {
    margin-right: 0;
  }
  .catalog .wrapper .content_catalog .catalog_items .products .product .product_label .product_new, .catalog .wrapper .content_catalog .catalog_items .products .product .product_label .product_sale {
    height: 32px;
    padding: 4px 8px;
  }
  .catalog .wrapper .content_catalog .catalog_items .products .product .product_label .product_new span, .catalog .wrapper .content_catalog .catalog_items .products .product .product_label .product_sale span {
    font-size: 12px;
    line-height: 18px;
  }
  .catalog .wrapper .content_catalog .catalog_items .products .product .product_like {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
  }
  .catalog .wrapper .content_catalog .catalog_items .products .product .product_like svg {
    width: 19px;
    height: 19px;
  }
}
@media (max-width: 635px) {
  .catalog .wrapper .content_catalog .catalog_items .products {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .catalog .wrapper .content_catalog .catalog_items .products .product {
    width: 48%;
    max-width: 355px;
    margin-right: 16px;
  }
  .catalog .wrapper .content_catalog .catalog_items .products .product .gi {
    max-width: 355px;
    height: 189px;
  }
  .catalog .wrapper .content_catalog .catalog_items .products .product .gi .product_img {
    object-fit: cover;
    max-width: 355px;
    height: 189px;
  }
  .catalog .wrapper .content_catalog .catalog_items .products .product:nth-child(3n) {
    margin-right: 16px;
  }
  .catalog .wrapper .content_catalog .catalog_items .products .product:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 460px) {
  .catalog .wrapper .content_catalog .catalog_items .products .product {
    width: 47%;
  }
}
.catalog .wrapper .content_catalog .catalog_items:last-child {
  padding-top: 0;
}
.catalog .wrapper .content_catalog .catalog_rec {
  background: #777872;
  margin-bottom: 40px;
  min-height: 112px;
}
.catalog .wrapper .content_catalog .catalog_rec .catalog_rec_body {
  min-height: 112px;
  width: 100%;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 26px;
  background-image: url("../image/base/flower-with-rounded-petals.svg");
  background-size: auto;
  background-position: 85%;
  background-repeat: no-repeat;
}
.catalog .wrapper .content_catalog .catalog_rec .catalog_rec_body svg {
  display: block;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}
.catalog .wrapper .content_catalog .catalog_rec .catalog_rec_body .catalog_rec_title {
  color: #FEFEFD;
  font-family: "Playfair", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
}
.catalog .wrapper .content_catalog .catalog_rec .catalog_rec_body .catalog_rec_link {
  text-decoration: none;
  width: fit-content;
  width: -moz-fit-content;
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.catalog .wrapper .content_catalog .catalog_rec .catalog_rec_body .catalog_rec_link span {
  color: #E6E2D9;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.catalog .wrapper .content_catalog .pagination {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  width: fit-content;
  width: -moz-fit-content;
}
.catalog .wrapper .content_catalog .pagination > a {
  text-decoration: none;
}
.catalog .wrapper .content_catalog .pagination .arrow {
  width: 28px;
  height: 28px;
  margin-right: 16px;
}
.catalog .wrapper .content_catalog .pagination .arrow svg {
  width: 28px;
  height: 28px;
  display: block;
}
.catalog .wrapper .content_catalog .pagination .arrow:last-child {
  margin-right: 0;
  margin-left: 16px;
}
.catalog .wrapper .content_catalog .pagination .empty {
  opacity: 0.3;
}
.catalog .wrapper .content_catalog .pagination .pagination_items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  width: fit-content;
  width: -moz-fit-content;
  -webkit-align-items: center;
  align-items: center;
}
.catalog .wrapper .content_catalog .pagination .pagination_items > a {
  text-decoration: none;
}
.catalog .wrapper .content_catalog .pagination .pagination_items .page-numbers {
  width: 26px;
  height: 23px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0.3;
  margin-right: 10px;
}
.catalog .wrapper .content_catalog .pagination .pagination_items .page-numbers span {
  display: block;
  margin-top: auto;
  color: #161815;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.catalog .wrapper .content_catalog .pagination .pagination_items .page-numbers:last-child {
  margin-right: 0;
}
.catalog .wrapper .content_catalog .pagination .pagination_items .current {
  opacity: 1;
}
@media (max-width: 1200px) {
  .catalog .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog .wrapper .filter_content {
    display: none;
    max-width: 1200px;
    width: 100%;
  }
  .catalog .wrapper .filter_content .content_filter_items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 20px;
  }
  .catalog .wrapper .filter_content .content_filter_items .filter_items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    width: fit-content;
    width: -moz-fit-content;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 10px;
  }
  .catalog .wrapper .filter_content .content_filter_items .filter_items .filter_item {
    width: fit-content;
    width: -moz-fit-content;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 8px 14px 8px 20px;
    border: 1px solid rgba(22, 24, 21, 0.15);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .catalog .wrapper .filter_content .content_filter_items .filter_items .filter_item span {
    color: #161815;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    display: block;
    margin-right: 8px;
  }
  .catalog .wrapper .filter_content .content_filter_items .filter_items .filter_item .filter_item_close {
    cursor: pointer;
    width: 18px;
    height: 18px;
  }
  .catalog .wrapper .filter_content .content_filter_items .filter_items .filter_item .filter_item_close svg {
    display: block;
    width: 18px;
    height: 18px;
  }
  .catalog .wrapper .filter_content .content_filter_items .filter_items .filter_item:last-child {
    margin-right: 0;
  }
  .catalog .wrapper .filter_content .content_filter_items .filter_items_close {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    max-width: 115px;
    width: 100%;
    height: 20px;
    padding-top: 7px;
    border-bottom: 1px solid #161815;
    opacity: 0.5;
    cursor: pointer;
    margin-bottom: 10px;
  }
  .catalog .wrapper .filter_content .content_filter_items .filter_items_close span {
    text-align: center;
    color: #161815;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
@media (max-width: 1200px) and (max-width: 450px) {
  .catalog .wrapper .filter_content .content_filter_items {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  .catalog .wrapper .filter_content .filter_content_top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .catalog .wrapper .filter_content .filter_content_top .filter_close {
    display: block;
  }
  .catalog .wrapper .filter_content_active {
    display: block;
    position: absolute;
    z-index: 10;
    height: 100%;
    background: #F2F0EB;
    box-sizing: border-box;
    width: 95%;
  }
  .catalog .wrapper .content_catalog {
    max-width: 1200px;
    width: 100%;
  }
  .catalog .wrapper .content_catalog .catalog_top .title {
    font-size: 55px;
  }
  .catalog .wrapper .content_catalog .catalog_top .points {
    display: none;
  }
  .catalog .wrapper .content_catalog .catalog_top .open_filter {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
  }
  .catalog .wrapper .content_catalog .content_filter_items {
    display: none;
  }
}

.product:has(.product_like:not(.like)) {
  display: none;
}

/*# sourceMappingURL=fav.css.map */
