@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: 60px;
}
.top .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.top .wrapper .img_top_wr {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 1028px;
  width: 100%;
  height: 590px;
  margin-right: 15px;
  display: block;
  box-sizing: border-box;
}
.top .wrapper .home_top_slider {
  max-width: 332px;
  width: 100%;
  background: #777872;
  padding: 92px 0 24px 0;
  overflow: hidden;
  box-sizing: border-box;
}
.top .wrapper .home_top_slider .home_top_slider_wrapper {
  max-height: 380px;
}
.top .wrapper .home_top_slider .home_top_slider_wrapper .home_top_slider_item {
  max-height: 380px;
  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;
}
.top .wrapper .home_top_slider .home_top_slider_wrapper .home_top_slider_item svg {
  display: block;
  width: 48px;
  height: 48px;
  margin-bottom: 54px;
}
.top .wrapper .home_top_slider .home_top_slider_wrapper .home_top_slider_item .home_top_slider_item_span {
  max-width: 200px;
  width: 100%;
  color: #FEFEFD;
  text-align: center;
  font-family: "Playfair", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
}
.top .wrapper .home_top_slider .home_top_slider_wrapper .home_top_slider_item .home_top_slider_item_link {
  text-decoration: none;
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  margin-top: auto;
}
.top .wrapper .home_top_slider .home_top_slider_wrapper .home_top_slider_item .home_top_slider_item_link span {
  display: block;
  color: #E6E2D9;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.top .wrapper .home_top_slider .home_top_slider_wrapper .slide_W_video .home_top_slider_video {
  margin: -92px 0 -24px 0;
  max-width: 332px;
  width: 100%;
  height: 590px;
}
.top .wrapper .home_top_slider .home_top_slider_wrapper .slide_W_video .home_top_slider_item_span {
  position: absolute;
  top: 90%;
  left: 0;
  width: 100%;
  color: #FEFEFD;
  text-align: center;
  font-family: "Playfair", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  padding: 0 20px;
  box-sizing: border-box;
  text-transform: uppercase;
}
.top .wrapper .home_top_slider .home_top_slider_wrapper .slide_W_video .home_top_slider_item_link {
  text-decoration: none;
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  margin-top: auto;
  position: absolute;
  bottom: -100px;
  left: 0;
  padding: 0 25px;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
}
.top .wrapper .home_top_slider .home_top_slider_wrapper .slide_W_video .home_top_slider_item_link span {
  text-align: center;
  width: 100%;
  display: block;
  color: #E6E2D9;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.top .wrapper .home_top_slider .home_top_slider_pagination {
  bottom: 0;
  top: 0;
  left: 0;
  padding: 0;
  margin-top: 90px;
  width: 210px;
  z-index: 60;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}
.top .wrapper .home_top_slider .home_top_slider_pagination .swiper-pagination-bullet {
  position: relative;
  border-radius: 100px;
  background: none;
  height: 2px;
  align-self: stretch;
  opacity: 1;
}
.top .wrapper .home_top_slider .home_top_slider_pagination .swiper-pagination-bullet:after {
  top: 4px;
  left: 0;
  content: "";
  width: 100%;
  position: absolute;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.7);
  height: 4px;
  align-self: stretch;
  opacity: 1;
}
.top .wrapper .home_top_slider .home_top_slider_pagination .swiper-pagination-bullet-active:after {
  background: #FFF;
}
.top .wrapper .home_top_slider_inh {
  display: none;
}
@media (max-width: 1425px) {
  .top .wrapper {
    box-sizing: border-box;
  }
  .top .wrapper .home_top_slider {
    min-width: 332px;
  }
}
@media (max-width: 665px) {
  .top .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top .wrapper .img_top_wr {
    display: none;
  }
  .top .wrapper .home_top_slider {
    padding: 0;
    display: none;
    max-width: 665px;
    margin-bottom: 16px;
    order: 1;
    min-width: 300px;
  }
  .top .wrapper .home_top_slider .home_top_slider_wrapper .home_top_slider_item {
    max-height: 450px;
  }
  .top .wrapper .home_top_slider .home_top_slider_wrapper .home_top_slider_item .home_top_slider_item_span {
    max-width: 250px;
  }
  .top .wrapper .home_top_slider .home_top_slider_pagination {
    width: 290px;
  }
  .top .wrapper .home_top_slider_inh {
    position: relative;
    display: block;
    width: 100%;
    background: #777872;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
    max-width: 665px;
    min-width: 300px;
    height: 465px;
  }
  .top .wrapper .home_top_slider_inh .home_top_slider_wrapper {
    max-height: 380px;
  }
  .top .wrapper .home_top_slider_inh .home_top_slider_wrapper .home_top_slider_item {
    max-height: 450px;
    padding-top: 65px;
    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;
  }
  .top .wrapper .home_top_slider_inh .home_top_slider_wrapper .home_top_slider_item svg {
    display: block;
    width: 48px;
    height: 48px;
    margin-bottom: 54px;
  }
  .top .wrapper .home_top_slider_inh .home_top_slider_wrapper .home_top_slider_item .home_top_slider_item_span {
    max-width: 250px;
    width: 100%;
    color: #FEFEFD;
    text-align: center;
    font-family: "Playfair", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
  }
  .top .wrapper .home_top_slider_inh .home_top_slider_wrapper .home_top_slider_item .home_top_slider_item_link {
    text-decoration: none;
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    margin-top: auto;
    margin-bottom: 90px;
  }
  .top .wrapper .home_top_slider_inh .home_top_slider_wrapper .home_top_slider_item .home_top_slider_item_link span {
    display: block;
    color: #E6E2D9;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .top .wrapper .home_top_slider_inh .home_top_slider_wrapper .home_top_slider_video {
    max-width: 665px;
    width: 100%;
    height: 465px;
  }
  .top .wrapper .home_top_slider_inh .home_top_slider_wrapper .slide_W_video .home_top_slider_video {
    max-width: 665px;
    width: 100%;
    height: 465px;
  }
  .top .wrapper .home_top_slider_inh .home_top_slider_wrapper .slide_W_video .home_top_slider_item_span {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    color: #FEFEFD;
    text-align: center;
    font-family: "Playfair", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    padding: 0 20px;
    box-sizing: border-box;
    text-transform: uppercase;
  }
  .top .wrapper .home_top_slider_inh .home_top_slider_wrapper .slide_W_video .home_top_slider_item_link {
    text-decoration: none;
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    margin-top: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 25px;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
  }
  .top .wrapper .home_top_slider_inh .home_top_slider_wrapper .slide_W_video .home_top_slider_item_link span {
    text-align: center;
    width: 100%;
    display: block;
    color: #E6E2D9;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .top .wrapper .home_top_slider_inh .home_top_slider_pagination_inh {
    bottom: 24px;
    padding: 0;
    left: 7%;
    width: 86%;
    height: 3px;
    z-index: 3;
    position: absolute;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
  .top .wrapper .home_top_slider_inh .home_top_slider_pagination_inh .swiper-pagination-bullet {
    position: relative;
    border-radius: 100px;
    background: none;
    height: 2px;
    align-self: stretch;
    opacity: 1;
  }
  .top .wrapper .home_top_slider_inh .home_top_slider_pagination_inh .swiper-pagination-bullet:after {
    top: 4px;
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.7);
    height: 4px;
    align-self: stretch;
    opacity: 1;
  }
  .top .wrapper .home_top_slider_inh .home_top_slider_pagination_inh .swiper-pagination-bullet-active:after {
    background: #FFF;
  }
}
@media (max-width: 665px) {
  .top {
    padding-top: 24px !important;
    padding-bottom: 48px;
  }
}

.tops {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 665px) {
  .tops .wrapper .title_section {
    padding-right: 24px;
    box-sizing: border-box;
  }
}
.tops .wrapper .wrapper_products {
  width: 100%;
  max-width: 1376px;
  overflow-x: scroll;
}
.tops .wrapper .wrapper_products .products {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  width: max-content;
}
.tops .wrapper .wrapper_products .products .product {
  width: 100%;
  max-width: 332px;
  margin-right: 18px;
  position: relative;
  height: auto;
  padding-bottom: 40px;
  display: block;
}
.tops .wrapper .wrapper_products .products .product .gi {
  width: 100%;
  max-width: 332px;
  height: 384px;
  margin-bottom: 16px;
  display: block;
  overflow: hidden;
}
.tops .wrapper .wrapper_products .products .product .gi .product_img {
  object-fit: cover;
  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;
}
.tops .wrapper .wrapper_products .products .product .gi .product_img:hover {
  transform: scale(1.2);
}
.tops .wrapper .wrapper_products .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;
}
.tops .wrapper .wrapper_products .products .product .product_meta .product_info {
  width: fit-content;
  width: -moz-fit-content;
}
.tops .wrapper .wrapper_products .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;
}
.tops .wrapper .wrapper_products .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;
}
.tops .wrapper .wrapper_products .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;
}
.tops .wrapper .wrapper_products .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;
}
.tops .wrapper .wrapper_products .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;
}
.tops .wrapper .wrapper_products .products .product .product_meta .product_card svg {
  display: block;
  width: 24px;
  height: 24px;
}
.tops .wrapper .wrapper_products .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;
}
.tops .wrapper .wrapper_products .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;
}
.tops .wrapper .wrapper_products .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) {
  .tops .wrapper .wrapper_products .products .product .product_meta .product_card {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    background: #3B403C;
  }
  .tops .wrapper .wrapper_products .products .product .product_meta .product_card svg path {
    fill: #E6E2D9;
  }
}
.tops .wrapper .wrapper_products .products .product .product_meta .wc-forward {
  display: none;
}
.tops .wrapper .wrapper_products .products .product .product_label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  position: absolute;
  top: 16px;
  left: 16px;
}
.tops .wrapper .wrapper_products .products .product .product_label > div {
  margin-right: 8px;
}
.tops .wrapper .wrapper_products .products .product .product_label > div:last-child {
  margin-right: 0;
}
.tops .wrapper .wrapper_products .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;
}
.tops .wrapper .wrapper_products .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;
}
.tops .wrapper .wrapper_products .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;
}
.tops .wrapper .wrapper_products .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;
}
.tops .wrapper .wrapper_products .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;
}
.tops .wrapper .wrapper_products .products .product .product_like svg {
  display: block;
  width: 24px;
  height: 24px;
}
.tops .wrapper .wrapper_products .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;
}
.tops .wrapper .wrapper_products .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;
}
.tops .wrapper .wrapper_products .products .product .active_like svg path {
  fill: #3B403C;
}
.tops .wrapper .wrapper_products .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;
}
.tops .wrapper .wrapper_products .products .product:last-child {
  margin-right: 0;
}
@media (max-width: 400px) {
  .tops .wrapper .wrapper_products .products .product {
    width: 255px;
  }
  .tops .wrapper .wrapper_products .products .product .gi {
    max-width: 255px;
    height: 290px;
  }
  .tops .wrapper .wrapper_products .products .product .gi .product_img {
    max-width: 255px;
    height: 290px;
  }
  .tops .wrapper .wrapper_products .products .product .product_meta .product_info .product_title {
    font-size: 14px;
  }
  .tops .wrapper .wrapper_products .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;
  }
  .tops .wrapper .wrapper_products .products .product .product_meta .product_info .product_price .pr {
    font-size: 20px;
  }
  .tops .wrapper .wrapper_products .products .product .product_label {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    position: absolute;
    top: 16px;
    left: 16px;
  }
  .tops .wrapper .wrapper_products .products .product .product_label > div {
    margin-right: 8px;
  }
  .tops .wrapper .wrapper_products .products .product .product_label > div:last-child {
    margin-right: 0;
  }
}
.tops .wrapper .wrapper_products::-webkit-scrollbar {
  height: 2px;
  background: #E6E2D9;
}
.tops .wrapper .wrapper_products::-webkit-scrollbar-thumb {
  background: #777872;
  border-radius: 20px;
}
@media (max-width: 665px) {
  .tops {
    padding-right: 0;
    padding-top: 12px;
    padding-bottom: 48px;
  }
}

.categories {
  padding-top: 60px;
  padding-bottom: 44px;
}
.categories .wrapper .wrapper_categories {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.categories .wrapper .wrapper_categories .categories_video {
  max-width: 332px;
  width: 100%;
  max-height: 504px;
  margin-right: 16px;
  margin-bottom: 16px;
}
@media (max-width: 1365px) {
  .categories .wrapper .wrapper_categories .categories_video {
    max-width: 250px;
    height: 504px;
    object-fit: cover;
  }
}
@media (max-width: 1295px) {
  .categories .wrapper .wrapper_categories .categories_video {
    max-width: 200px;
  }
}
@media (max-width: 1245px) {
  .categories .wrapper .wrapper_categories .categories_video {
    display: none;
  }
}
.categories .wrapper .wrapper_categories .categories_items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1028px;
  width: 100%;
}
.categories .wrapper .wrapper_categories .categories_items .categories_item {
  text-decoration: none;
  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;
  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: #E6E2D9;
  max-width: 332px;
  width: 32.4%;
  height: 244px;
  padding: 24px;
  box-sizing: border-box;
  margin-bottom: 16px;
}
.categories .wrapper .wrapper_categories .categories_items .categories_item .categories_item_gi {
  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;
  background: #F2F0EB;
  width: 148px;
  height: 148px;
  border-radius: 50%;
  margin-bottom: 24px;
}
.categories .wrapper .wrapper_categories .categories_items .categories_item .categories_item_gi .categories_item_img {
  border-radius: 50%;
  display: block;
  width: 148px;
  height: 148px;
}
.categories .wrapper .wrapper_categories .categories_items .categories_item .categories_item_link {
  width: 100%;
  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;
}
.categories .wrapper .wrapper_categories .categories_items .categories_item .categories_item_link .categories_item_link_title {
  color: #161815;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.categories .wrapper .wrapper_categories .categories_items .categories_item .categories_item_link .categories_item_link_arrow {
  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;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 100px;
  background: #777872;
  min-width: 24px;
  width: 24px;
  height: 24px;
}
.categories .wrapper .wrapper_categories .categories_items .categories_item .categories_item_link .categories_item_link_arrow svg {
  display: block;
  width: 16px;
  height: 16px;
}
.categories .wrapper .wrapper_categories .categories_items .categories_item: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: #FFFFFF;
}
.categories .wrapper .wrapper_categories .categories_items .categories_item:hover .categories_item_link .categories_item_link_arrow {
  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;
}
@media (max-width: 1245px) {
  .categories .wrapper .wrapper_categories .categories_items {
    max-width: 1245px;
  }
  .categories .wrapper .wrapper_categories .categories_items .categories_item {
    height: auto;
    max-width: 400px;
  }
  .categories .wrapper .wrapper_categories .categories_items .categories_item .categories_item_link {
    margin-top: auto;
    -webkit-align-items: unset;
    align-items: unset;
  }
}
@media (max-width: 830px) {
  .categories .wrapper .wrapper_categories .categories_items .categories_item {
    width: 48.4%;
  }
}
@media (max-width: 550px) {
  .categories .wrapper .wrapper_categories .categories_items .categories_item {
    width: 100%;
    max-width: 550px;
  }
}
@media (max-width: 665px) {
  .categories {
    padding-top: 48px;
    padding-bottom: 0;
  }
}

.birds {
  padding-top: 60px;
  padding-bottom: 60px;
}
.birds .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.birds .wrapper .birds_title {
  max-width: 680px;
  width: 100%;
  margin-right: 15px;
  color: #3B403C;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  text-transform: uppercase;
}
.birds .wrapper .birds_content {
  max-width: 450px;
  width: 100%;
}
.birds .wrapper .birds_content p {
  display: block;
  color: #777872;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}
.birds .wrapper .birds_content .birds_links {
  padding-top: 13px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.birds .wrapper .birds_content .birds_links .birds_link {
  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;
  text-decoration: none;
  color: #161815;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-right: 24px;
}
.birds .wrapper .birds_content .birds_links .birds_link: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;
  text-decoration: underline;
}
.birds .wrapper .birds_content .birds_links .birds_link:last-child {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .birds .wrapper .birds_title {
    font-size: 38px;
  }
}
@media (max-width: 1000px) {
  .birds .wrapper .birds_title {
    font-size: 36px;
  }
}
@media (max-width: 950px) {
  .birds .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .birds .wrapper .birds_title {
    max-width: 950px;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .birds .wrapper .birds_content {
    max-width: 950px;
  }
  .birds .wrapper .birds_content .birds_links {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 850px) {
  .birds {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.sales {
  padding-top: 60px;
  padding-bottom: 20px;
}
.sales .wrapper .sales_items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sales .wrapper .sales_items .sales_label {
  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;
  width: 24%;
  max-width: 332px;
  box-sizing: border-box;
  padding: 97px 56px;
  background: #777872;
  margin-bottom: 40px;
}
.sales .wrapper .sales_items .sales_label svg {
  display: block;
  width: 48px;
  height: 48px;
}
.sales .wrapper .sales_items .sales_label span {
  display: block;
  margin-top: auto;
  color: #FEFEFD;
  text-align: center;
  font-family: "Playfair", serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
}
.sales .wrapper .sales_items .product {
  width: 24%;
  max-width: 332px;
  position: relative;
  height: auto;
  margin-bottom: 40px;
  display: block;
}
.sales .wrapper .sales_items .product .gi {
  width: 100%;
  max-width: 332px;
  height: 384px;
  margin-bottom: 16px;
  display: block;
  overflow: hidden;
}
.sales .wrapper .sales_items .product .gi .product_img {
  object-fit: cover;
  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;
}
.sales .wrapper .sales_items .product .gi .product_img:hover {
  transform: scale(1.2);
}
.sales .wrapper .sales_items .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;
}
.sales .wrapper .sales_items .product .product_meta .product_info {
  width: fit-content;
  width: -moz-fit-content;
}
.sales .wrapper .sales_items .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;
}
.sales .wrapper .sales_items .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;
}
.sales .wrapper .sales_items .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;
}
.sales .wrapper .sales_items .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;
}
.sales .wrapper .sales_items .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;
}
.sales .wrapper .sales_items .product .product_meta .product_card svg {
  display: block;
  width: 24px;
  height: 24px;
}
.sales .wrapper .sales_items .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;
}
.sales .wrapper .sales_items .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;
}
.sales .wrapper .sales_items .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) {
  .sales .wrapper .sales_items .product .product_meta .product_card {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    background: #3B403C;
  }
  .sales .wrapper .sales_items .product .product_meta .product_card svg path {
    fill: #E6E2D9;
  }
}
.sales .wrapper .sales_items .product .product_label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  position: absolute;
  top: 16px;
  left: 16px;
}
.sales .wrapper .sales_items .product .product_label > div {
  margin-right: 8px;
}
.sales .wrapper .sales_items .product .product_label > div:last-child {
  margin-right: 0;
}
.sales .wrapper .sales_items .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;
}
.sales .wrapper .sales_items .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;
}
.sales .wrapper .sales_items .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;
}
.sales .wrapper .sales_items .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;
}
.sales .wrapper .sales_items .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;
}
.sales .wrapper .sales_items .product .product_like svg {
  display: block;
  width: 24px;
  height: 24px;
}
.sales .wrapper .sales_items .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;
}
.sales .wrapper .sales_items .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;
}
.sales .wrapper .sales_items .product .active_like svg path {
  fill: #3B403C;
}
.sales .wrapper .sales_items .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;
}
.sales .wrapper .sales_items .inh_pro {
  display: none;
}
@media (max-width: 950px) {
  .sales .wrapper .sales_items {
    flex-wrap: unset;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sales .wrapper .sales_items .product {
    display: none;
  }
  .sales .wrapper .sales_items .inh_pro {
    display: block;
    order: 1;
    width: 100%;
    max-width: 1376px;
    overflow-x: scroll;
  }
  .sales .wrapper .sales_items .inh_pro::-webkit-scrollbar {
    height: 2px;
    background: #E6E2D9;
  }
  .sales .wrapper .sales_items .inh_pro::-webkit-scrollbar-thumb {
    background: #777872;
    border-radius: 20px;
  }
  .sales .wrapper .sales_items .inh_pro .inh_pro_cont {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    width: max-content;
  }
  .sales .wrapper .sales_items .inh_pro .inh_pro_cont .product {
    width: 100%;
    max-width: 253px;
    position: relative;
    height: auto;
    display: block;
    margin-right: 16px;
    margin-bottom: 40px;
  }
  .sales .wrapper .sales_items .inh_pro .inh_pro_cont .product .gi {
    width: 100%;
    max-width: 253px;
    height: 293px;
    margin-bottom: 16px;
    display: block;
    overflow: hidden;
  }
  .sales .wrapper .sales_items .inh_pro .inh_pro_cont .product .gi .product_img {
    object-fit: cover;
    display: block;
    width: 100%;
    max-width: 253px;
    height: 293px;
    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;
  }
  .sales .wrapper .sales_items .inh_pro .inh_pro_cont .product .gi .product_img:hover {
    transform: scale(1.2);
  }
  .sales .wrapper .sales_items .inh_pro .inh_pro_cont .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;
  }
  .sales .wrapper .sales_items .inh_pro .inh_pro_cont .product .product_meta .product_info {
    width: fit-content;
    width: -moz-fit-content;
  }
  .sales .wrapper .sales_items .inh_pro .inh_pro_cont .product .product_meta .product_info .product_title {
    display: block;
    text-decoration: none;
    color: #161815;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .sales .wrapper .sales_items .inh_pro .inh_pro_cont .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;
  }
  .sales .wrapper .sales_items .inh_pro .inh_pro_cont .product .product_meta .product_info .product_price .pr {
    color: #161815;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .sales .wrapper .sales_items .inh_pro .inh_pro_cont .product .product_meta .product_info .product_price .sl {
    margin-left: 8px;
    color: #969892;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: line-through;
  }
  .sales .wrapper .sales_items .inh_pro .inh_pro_cont .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;
  }
  .sales .wrapper .sales_items .inh_pro .inh_pro_cont .product .product_meta .product_card svg {
    display: block;
    width: 24px;
    height: 24px;
  }
  .sales .wrapper .sales_items .inh_pro .inh_pro_cont .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;
  }
  .sales .wrapper .sales_items .inh_pro .inh_pro_cont .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;
  }
  .sales .wrapper .sales_items .inh_pro .inh_pro_cont .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: 950px) and (max-width: 500px) {
  .sales .wrapper .sales_items .inh_pro .inh_pro_cont .product .product_meta .product_card {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    background: #3B403C;
  }
  .sales .wrapper .sales_items .inh_pro .inh_pro_cont .product .product_meta .product_card svg path {
    fill: #E6E2D9;
  }
}
@media (max-width: 950px) {
  .sales .wrapper .sales_items .inh_pro .inh_pro_cont .product .product_label {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    position: absolute;
    top: 16px;
    left: 16px;
  }
  .sales .wrapper .sales_items .inh_pro .inh_pro_cont .product .product_label > div {
    margin-right: 8px;
  }
  .sales .wrapper .sales_items .inh_pro .inh_pro_cont .product .product_label > div:last-child {
    margin-right: 0;
  }
  .sales .wrapper .sales_items .inh_pro .inh_pro_cont .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;
  }
  .sales .wrapper .sales_items .inh_pro .inh_pro_cont .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;
  }
  .sales .wrapper .sales_items .inh_pro .inh_pro_cont .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;
  }
  .sales .wrapper .sales_items .inh_pro .inh_pro_cont .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;
  }
  .sales .wrapper .sales_items .inh_pro .inh_pro_cont .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;
  }
  .sales .wrapper .sales_items .inh_pro .inh_pro_cont .product .product_like svg {
    display: block;
    width: 24px;
    height: 24px;
  }
  .sales .wrapper .sales_items .inh_pro .inh_pro_cont .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;
  }
  .sales .wrapper .sales_items .inh_pro .inh_pro_cont .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;
  }
  .sales .wrapper .sales_items .inh_pro .inh_pro_cont .product .active_like svg path {
    fill: #3B403C;
  }
  .sales .wrapper .sales_items .inh_pro .inh_pro_cont .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;
  }
  .sales .wrapper .sales_items .inh_pro .inh_pro_cont .product:last-child {
    margin-right: 0;
  }
  .sales .wrapper .sales_items .sales_label {
    margin-right: 24px;
    box-sizing: border-box;
    order: 2;
    margin-top: 40px;
    width: auto;
    max-width: 950px;
    margin-bottom: 0;
  }
}
@media (max-width: 950px) {
  .sales {
    padding-right: 0;
    padding-bottom: 0;
  }
}

.delivery {
  padding-top: 60px;
  padding-bottom: 60px;
}
.delivery .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.delivery .wrapper .delivery_item {
  background: #E6E2D9;
  max-width: 448px;
  width: 32.5%;
  height: 342px;
  padding: 24px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.delivery .wrapper .delivery_item .delivery_item_title {
  color: #3B403C;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
}
.delivery .wrapper .delivery_item .delivery_item_info {
  margin-top: 16px;
  color: #777872;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.delivery .wrapper .delivery_item .delivery_item_socials {
  margin-top: 47px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.delivery .wrapper .delivery_item .delivery_item_socials .delivery_item_social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background-color: #F2F0EB;
}
.delivery .wrapper .delivery_item .delivery_item_socials .delivery_item_social svg {
  display: block;
  width: auto;
  height: auto;
}
.delivery .wrapper .delivery_item .delivery_item_socials .delivery_item_social img {
  border-radius: 50%;
  display: block;
  width: 94px;
  height: 94px;
  mix-blend-mode: multiply;
}
.delivery .wrapper .delivery_item .delivery_item_link {
  margin-top: auto;
  text-decoration: none;
  color: #161815;
  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;
}
.delivery .wrapper .delivery_item .delivery_item_link span {
  color: #161815;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.delivery .wrapper .delivery_item .delivery_item_link: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;
  text-decoration: underline;
}
@media (max-width: 1350px) {
  .delivery .wrapper .delivery_item .delivery_item_socials .delivery_item_social {
    width: 69px;
    height: 69px;
  }
  .delivery .wrapper .delivery_item .delivery_item_socials .delivery_item_social svg {
    max-width: 42px;
  }
  .delivery .wrapper .delivery_item .delivery_item_socials .delivery_item_social img {
    width: 69px;
    height: 69px;
  }
}
.delivery .wrapper .delivery_item:last-child {
  background: #777872;
}
.delivery .wrapper .delivery_item:last-child .delivery_item_title {
  color: #F2F0EB;
}
.delivery .wrapper .delivery_item:last-child .delivery_item_info {
  color: #F2F0EB;
}
.delivery .wrapper .delivery_item:last-child .delivery_item_link {
  color: #F2F0EB;
}
.delivery .wrapper .delivery_item:last-child .delivery_item_link span {
  color: #F2F0EB;
}
@media (max-width: 1050px) {
  .delivery .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .delivery .wrapper .delivery_item {
    width: 100%;
    margin-bottom: 14px;
  }
  .delivery .wrapper .delivery_item .delivery_item_socials {
    max-width: 400px;
  }
  .delivery .wrapper .delivery_item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 850px) {
  .delivery {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.sliders {
  padding-top: 60px;
  padding-bottom: 60px;
}
.sliders .wrapper .sliders_contents {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sliders .wrapper .sliders_contents .hidd_cont {
  max-width: 350px;
  width: 100%;
  padding-right: 20px;
  z-index: 3;
  overflow: hidden;
  background: #F2F0EB;
  position: relative;
}
.sliders .wrapper .sliders_contents .hidd_cont .sliders_content_small {
  max-width: 330px;
  min-width: 330px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #F2F0EB;
}
.sliders .wrapper .sliders_contents .hidd_cont .sliders_content_small .sliders_content_small_wrapper .sliders_content_item_small {
  display: block;
  object-fit: cover;
  width: 330px;
  height: 590px;
}
.sliders .wrapper .sliders_contents .hidd_cont .sliders_content_small .sliders_content_small_wrapper .sliders_content_item_small img {
  display: block;
  object-fit: cover;
  width: 330px;
  height: 590px;
}
.sliders .wrapper .sliders_contents .hidd_cont .sliders_content_small .sliders_content_pagination_small {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 24px;
  top: 24px;
  width: 100%;
  max-width: 282px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  z-index: 4;
  background: none;
  height: 2px;
}
.sliders .wrapper .sliders_contents .hidd_cont .sliders_content_small .sliders_content_pagination_small .swiper-pagination-bullet {
  background: #969892;
  height: 2px;
  cursor: pointer;
}
.sliders .wrapper .sliders_contents .hidd_cont .sliders_content_small .sliders_content_pagination_small .swiper-pagination-bullet-active {
  background: #FFFFFF;
}
.sliders .wrapper .sliders_contents .sliders_content {
  max-width: 1600px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: -333px;
}
.sliders .wrapper .sliders_contents .sliders_content .sliders_content_wrapper .sliders_content_item {
  display: block;
  object-fit: cover;
  max-width: 326px;
  width: 326px !important;
  max-height: 332px;
  height: auto;
}
.sliders .wrapper .sliders_contents .sliders_content .sliders_content_wrapper .sliders_content_item img {
  display: block;
  object-fit: cover;
  max-width: 326px;
  width: 100%;
  max-height: 332px;
  height: auto;
}
.sliders .wrapper .sliders_contents .sliders_content .navigations {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: absolute;
  width: 80px;
  height: 30px;
  right: 0;
  bottom: 40px;
  z-index: 4;
}
.sliders .wrapper .sliders_contents .sliders_content .navigations > div {
  position: relative;
  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: 30px;
  height: 30px;
  cursor: pointer;
  left: initial;
  top: initial;
  right: initial;
}
.sliders .wrapper .sliders_contents .sliders_content .navigations > div svg {
  display: block;
  width: 30px;
  height: 30px;
}
.sliders .wrapper .sliders_contents .sliders_content .navigations > div:after {
  display: none;
}
.sliders .wrapper .sliders_contents .sliders_content .sliders_content_pagination {
  position: absolute;
  bottom: 0;
  right: 0;
  left: initial;
  max-width: 1011px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  z-index: 4;
  background: #E6E2D9;
  height: 2px;
}
.sliders .wrapper .sliders_contents .sliders_content .sliders_content_pagination .swiper-pagination-bullet {
  background: #E6E2D9;
  height: 2px;
  cursor: pointer;
}
.sliders .wrapper .sliders_contents .sliders_content .sliders_content_pagination .swiper-pagination-bullet-active {
  background: #777872;
}
@media (max-width: 1420px) {
  .sliders .wrapper .sliders_contents {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sliders .wrapper .sliders_contents .sliders_content {
    order: 1;
    margin-bottom: 40px;
    margin-left: 0;
    padding-bottom: 40px;
  }
  .sliders .wrapper .sliders_contents .sliders_content .navigations {
    display: none;
  }
  .sliders .wrapper .sliders_contents .sliders_content .sliders_content_pagination {
    right: initial;
    left: 0;
  }
  .sliders .wrapper .sliders_contents .hidd_cont {
    order: 2;
    max-width: 330px;
    width: 100%;
    padding-right: 0;
  }
  .sliders .wrapper .sliders_contents .hidd_cont .sliders_content_small {
    min-width: initial;
  }
}
@media (max-width: 450px) {
  .sliders .wrapper .sliders_contents {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sliders .wrapper .sliders_contents .sliders_content {
    display: none;
  }
  .sliders .wrapper .sliders_contents .sliders_content .sliders_content_wrapper .sliders_content_item {
    max-width: 253px;
    width: 253px !important;
    max-height: 253px;
  }
  .sliders .wrapper .sliders_contents .sliders_content .sliders_content_wrapper .sliders_content_item img {
    max-width: 253px;
    max-height: 253px;
  }
  .sliders .wrapper .sliders_contents .hidd_cont {
    order: 2;
    max-width: 450px;
    width: 100%;
    padding-right: 0;
  }
  .sliders .wrapper .sliders_contents .hidd_cont .sliders_content_small {
    max-width: 450px;
    width: 100%;
  }
  .sliders .wrapper .sliders_contents .hidd_cont .sliders_content_small .sliders_content_small_wrapper .sliders_content_item_small {
    max-width: 450px;
    width: 100%;
    height: 605px;
  }
  .sliders .wrapper .sliders_contents .hidd_cont .sliders_content_small .sliders_content_small_wrapper .sliders_content_item_small img {
    display: block;
    object-fit: cover;
    max-width: 450px;
    width: 100%;
    height: 605px;
  }
}
@media (max-width: 850px) {
  .sliders {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.title_section {
  width: 100%;
  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;
  margin-bottom: 40px;
}
.title_section .title {
  width: fit-content;
  width: -moz-fit-content;
  color: #3B403C;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  text-transform: uppercase;
}
.title_section .link_tops {
  text-decoration: none;
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  color: #161815;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  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;
}
.title_section .link_tops: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;
  text-decoration: underline;
}
@media (max-width: 450px) {
  .title_section {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: unset;
    align-items: unset;
  }
  .title_section .title {
    font-size: 36px;
    margin-bottom: 16px;
  }
  .title_section .link_tops {
    font-size: 16px;
  }
}

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