/* Base */
@import url("https://fonts.cdnfonts.com/css/campton");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@600&display=swap");
@import url("https://fonts.cdnfonts.com/css/sf-pro-display");
body {
  overflow-x: hidden;
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  background: #fff;
}
body.active {
  overflow: hidden;
}

.wrapper-container {
  max-width: 1384px;
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
  height: 100%;
}
@media screen and (max-width: 998px) {
  .wrapper-container {
    padding: 0 24px;
    max-width: 100%;
  }
}

.section {
  padding-top: 160px;
}

/* Reset */
body {
  height: 100%;
  margin: 0;
}

html {
  box-sizing: border-box;
  margin: 0;
  height: 100%;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

ul, ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  font-size: inherit;
}

ul {
  list-style: none;
  padding: 0;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: unset;
  background-color: transparent;
  cursor: pointer;
}

/* ======== Simplify styles ======== */
/* font-size */
.fz-012 {
  font-size: 12px;
  line-height: 18px;
}

.fz-014 {
  font-size: 14px;
  line-height: 20px;
}

.fz-016 {
  font-size: 16px;
  line-height: 19px;
}

.fz-018 {
  font-size: 18px;
  line-height: 25px;
}

.fz-020 {
  font-size: 20px;
  line-height: 20px;
}

.fz-024 {
  font-size: 24px;
  line-height: 34px;
}

.fz-032 {
  font-size: 32px;
  line-height: 45px;
}

.fz-036 {
  font-size: 36px;
  line-height: 43px;
}

.fz-040 {
  font-size: 40px;
  line-height: 56px;
}

.fz-048 {
  font-size: 48px;
  line-height: 67px;
}

/* font-weight */
.fw-light {
  font-weight: 300;
}

.fw-regular {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

/* colors */
.white {
  color: #fff;
}

.black {
  color: #000;
}

/* font family */
/* display flex */
.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.flex-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.flow-column {
  flex-flow: column;
}

.text-center {
  text-align: center;
}

.ml-auto {
  margin-left: auto;
}

@font-face {
  font-family: "Avenir";
  src: url("../../assets/fonts/AvenirNextCyr-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Avenir";
  src: url("../../assets/fonts/AvenirNextCyr-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Avenir";
  src: url("../../assets/fonts/AvenirNextCyr-Italic.ttf") format("truetype");
  font-style: italic;
}
@font-face {
  font-family: "Avenir";
  src: url("../../assets/fonts/AvenirNextCyr-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Avenir";
  src: url("../../assets/fonts/AvenirNextCyr-Demi.ttf") format("truetype");
  font-style: normal;
  font-weight: 550;
}
.front_banner {
  padding-bottom: 187px;
  position: relative;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .front_banner {
    padding-bottom: 100px;
  }
}
.front_banner .font_banner-img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
}
.front_banner .font_banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.front_banner .font_banner-overlay {
  position: absolute;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 100%), #1F3D83;
  opacity: 0.65;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.front_banner .wrapper-banner {
  padding: 98px 0 0;
  max-width: 872px;
  margin: 0 auto;
}
@media screen and (max-width: 998px) {
  .front_banner .wrapper-banner {
    padding: 98px 24px 0;
  }
}
@media screen and (max-width: 768px) {
  .front_banner .wrapper-banner {
    max-width: 100%;
  }
}
.front_banner .wrapper-banner .front-title {
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .front_banner .wrapper-banner .front-title {
    padding-bottom: 80px;
  }
}
.front_banner .wrapper-banner .front-title h1 {
  text-align: center;
  color: #fff;
  font-family: "Campton", sans-serif;
  font-size: 60px;
  font-weight: 550;
  line-height: 120%;
  text-transform: unset;
}
@media screen and (max-width: 768px) {
  .front_banner .wrapper-banner .front-title h1 {
    font-size: 42px;
  }
}
.front_banner .wrapper-banner .front-search {
  width: 100%;
  padding: 0 112px 0;
}
@media screen and (max-width: 768px) {
  .front_banner .wrapper-banner .front-search {
    padding: 0;
  }
}
.front_banner .wrapper-banner .front-search .front-search-box {
  padding: 40px 0 24px;
}
.front_banner .wrapper-banner .front-search .front-search-title {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}
.front_banner .wrapper-banner .front-search form {
  width: 100%;
  position: relative;
}
.front_banner .wrapper-banner .front-search form svg {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.front_banner .wrapper-banner .front-search form input {
  padding: 12px 56px 12px 16px;
  width: 100%;
  border-radius: 28px;
  border: 1px solid #5C5E5F;
  background: #fff;
  height: 56px;
  color: #5C5E5F;
  font-family: "Avenir", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.front_banner .wrapper-banner .front-search form input::placeholder {
  color: #5C5E5F;
  font-family: "Avenir", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.front_banner .wrapper-banner .front-search form input:focus-visible {
  outline: none;
}
.front_banner .wrapper-banner .front-search .front-search-keywords {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.front_banner .wrapper-banner .front-search .front-search-keywords .search_keywords-list {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.front_banner .wrapper-banner .front-search .front-search-keywords .search_keywords-list .keyword-item, .front_banner .wrapper-banner .front-search .front-search-keywords .search_keywords-list .all-productos-btn a {
  padding: 8px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  min-width: 88px;
  height: 32px;
  border-radius: 22px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  cursor: pointer;
}
.front_banner .wrapper-banner .front-search .front-search-keywords .search_keywords-list .keyword-item:hover, .front_banner .wrapper-banner .front-search .front-search-keywords .search_keywords-list .all-productos-btn a:hover {
  color: #212222;
  background: #fff;
  transition: all 0.2s ease;
}
.front_banner .wrapper-banner .front-search .all-productos-btn {
  padding-top: 3rem;
  display: flex;
  justify-content: center;
}
.front_banner .wrapper-banner .front-search .all-productos-btn a {
  padding: 15px 30px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  min-width: 88px;
  height: 45px;
  border-radius: 22px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  cursor: pointer;
}
.front_banner .wrapper-banner .front-search .all-productos-btn a:hover {
  color: #212222;
  background: #fff;
  transition: all 0.2s ease;
}

.product-section {
  padding: 20px 0 0;
}
.product-section .arrow_back__svg {
  margin-bottom: 20px;
  cursor: pointer;
}
.product-section-wrapper {
  gap: 136px;
}
@media screen and (max-width: 1200px) {
  .product-section-wrapper {
    gap: 60px;
  }
}
@media screen and (max-width: 998px) {
  .product-section-wrapper {
    flex-flow: column;
  }
}
.product-section-wrapper .product_gallery {
  width: 760px;
  min-width: 760px;
  height: 546px;
  gap: 24px;
  z-index: -1;
}
@media screen and (max-width: 998px) {
  .product-section-wrapper .product_gallery {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .product-section-wrapper .product_gallery {
    height: 100%;
    flex-flow: column-reverse;
  }
}
.product-section-wrapper .product_gallery .swiper_main {
  flex: 1;
}
.product-section-wrapper .product_gallery .swiper_main .swiper-wrapper .swiper-slide {
  width: 99% !important;
  height: 544px !important;
  border-radius: 22px;
  border: 1px solid #5c5e5f;
}
@media screen and (max-width: 600px) {
  .product-section-wrapper .product_gallery .swiper_main .swiper-wrapper .swiper-slide {
    height: 394px !important;
  }
}
@media screen and (max-width: 400px) {
  .product-section-wrapper .product_gallery .swiper_main .swiper-wrapper .swiper-slide {
    height: 300px !important;
  }
}
.product-section-wrapper .product_gallery .swiper_main .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-section-wrapper .product_gallery .swiper_thumbnail {
  width: 200px !important;
}
@media screen and (max-width: 600px) {
  .product-section-wrapper .product_gallery .swiper_thumbnail {
    width: 100% !important;
  }
}
.product-section-wrapper .product_gallery .swiper_thumbnail .swiper-wrapper .swiper-slide {
  cursor: pointer;
  width: 198px !important;
  height: 160px !important;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #5c5e5f;
}
@media screen and (max-width: 600px) {
  .product-section-wrapper .product_gallery .swiper_thumbnail .swiper-wrapper .swiper-slide {
    width: 48% !important;
    height: 110px !important;
  }
}
.product-section-wrapper .product_gallery .swiper_thumbnail .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-section-wrapper .product_gallery .swiper_thumbnail .swiper-slide-thumb-active {
  outline: 2px solid #000;
  outline-offset: -2px;
  border-radius: 22px;
}
.product-section-wrapper .product_gallery .swiper_thumbnail:hover .swiper-buttons .swiper-button-prev,
.product-section-wrapper .product_gallery .swiper_thumbnail:hover .swiper-buttons .swiper-button-next {
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 600px) {
  .product-section-wrapper .product_gallery .swiper_thumbnail .swiper-buttons {
    display: none;
  }
}
.product-section-wrapper .product_gallery .swiper_thumbnail .swiper-buttons .swiper-button-prev,
.product-section-wrapper .product_gallery .swiper_thumbnail .swiper-buttons .swiper-button-next {
  left: 45%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
@media screen and (max-width: 600px) {
  .product-section-wrapper .product_gallery .swiper_thumbnail .swiper-buttons .swiper-button-prev,
  .product-section-wrapper .product_gallery .swiper_thumbnail .swiper-buttons .swiper-button-next {
    transform: translate(-50%, 0);
  }
}
.product-section-wrapper .product_gallery .swiper_thumbnail .swiper-buttons .swiper-button-prev {
  top: 20px;
  transform: rotate(90deg);
}
@media screen and (max-width: 600px) {
  .product-section-wrapper .product_gallery .swiper_thumbnail .swiper-buttons .swiper-button-prev {
    transform: unset;
    left: 0;
    top: 50%;
  }
}
.product-section-wrapper .product_gallery .swiper_thumbnail .swiper-buttons .swiper-button-next {
  top: unset;
  bottom: 0;
  transform: rotate(90deg);
}
@media screen and (max-width: 600px) {
  .product-section-wrapper .product_gallery .swiper_thumbnail .swiper-buttons .swiper-button-next {
    transform: unset;
    right: 0;
    left: unset;
    top: 50%;
  }
}
.product-section-wrapper .product_content h1 {
  color: #000;
  font-family: "Campton", sans-serif;
  font-size: 40px;
  font-weight: 550;
  line-height: 120%;
  margin-bottom: 8px;
}
.product-section-wrapper .product_content .term_name {
  color: #000;
  font-family: "Avenir", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 32px;
}
.product-section-wrapper .product_content .characteristics {
  margin-bottom: 32px;
}
.product-section-wrapper .product_content .characteristics .characteristics_title {
  color: #000;
  font-family: "Campton", sans-serif;
  font-size: 24px;
  font-weight: 550;
  line-height: 120%;
  margin-bottom: 8px;
}
.product-section-wrapper .product_content .characteristics p {
  color: #5c5e5f;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
.product-section-wrapper .product_content .attributes .attributes_title {
  color: #000;
  font-family: "Campton", sans-serif;
  font-size: 24px;
  font-weight: 550;
  line-height: 120%;
  margin-bottom: 16px;
}
.product-section-wrapper .product_content .attributes .attributes_variants {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .product-section-wrapper .product_content .attributes .attributes_variants {
    gap: 16px;
  }
}
.product-section-wrapper .product_content .attributes .attributes_variants label {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #212222;
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  text-transform: lowercase;
  cursor: pointer;
  padding: 0 10px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #bcbebe;
  font-family: "Avenir", sans-serif;
  transition: all 0.3s ease;
  background: white;
}
.product-section-wrapper .product_content .attributes .attributes_variants label span {
  font-weight: 625;
  display: block;
  font-family: "Campton", sans-serif;
}
.product-section-wrapper .product_content .attributes .attributes_variants label.active {
  transition: all 0.3s ease;
  background: #1f3d83;
  color: white;
}
.product-section-wrapper .product_content .attributes .attributes_variants input {
  display: none;
}
.product-section-wrapper .product_content .wish {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-section-wrapper .product_content .associations {
  display: flex;
  flex-wrap: wrap;
  column-gap: 57px;
  row-gap: 20px;
}
@media screen and (max-width: 600px) {
  .product-section-wrapper .product_content .associations {
    column-gap: 30px;
  }
}
.product-section-wrapper .product_content .associations .association {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.product-section-wrapper .product_content .associations .association img {
  width: 32px;
  height: 32px;
}

.single-img {
  flex: 1;
  height: 100%;
}
.single-img .img {
  width: 100%;
  height: 100%;
}
.single-img .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wishlist-section {
  padding: 56px 0 0;
}
.wishlist-section .title {
  color: #212222;
  text-align: center;
  font-family: "Campton", sans-serif;
  font-size: 60px;
  font-weight: 550;
  line-height: 120%;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .wishlist-section .title {
    font-size: 42px;
  }
}
.wishlist-section .description {
  color: #212222;
  text-align: center;
  font-family: "Avenir", sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 150%;
  padding-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .wishlist-section .description {
    font-size: 24px;
  }
}
.wishlist-section .wishlist-products {
  gap: 32px;
}
.wishlist-section .wishlist-products .wishlist-item {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid #77797A;
  gap: 56px;
  height: fit-content;
}
@media screen and (max-width: 1164px) {
  .wishlist-section .wishlist-products .wishlist-item {
    flex-flow: column;
    gap: 30px;
  }
}
.wishlist-section .wishlist-products .wishlist-item .featured_img {
  width: 648px;
}
@media screen and (max-width: 1164px) {
  .wishlist-section .wishlist-products .wishlist-item .featured_img {
    width: 100%;
    height: 300px !important;
  }
}
@media screen and (max-width: 768px) {
  .wishlist-section .wishlist-products .wishlist-item .featured_img {
    height: 200px !important;
  }
}
.wishlist-section .wishlist-products .wishlist-item .featured_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wishlist-section .wishlist-products .wishlist-item .content {
  position: relative;
  height: fit-content;
  flex: 1;
  padding: 40px 60px 40px 0;
}
@media screen and (max-width: 1164px) {
  .wishlist-section .wishlist-products .wishlist-item .content {
    padding: 0 30px 30px;
  }
}
.wishlist-section .wishlist-products .wishlist-item .content .remove-from-wishlist {
  position: absolute;
  right: 20px;
  top: 20px;
}
@media screen and (max-width: 1164px) {
  .wishlist-section .wishlist-products .wishlist-item .content .remove-from-wishlist {
    top: -10px;
    right: 10px;
  }
}
.wishlist-section .wishlist-products .wishlist-item .content .product_title {
  color: #000;
  font-family: "Campton", sans-serif;
  font-size: 24px;
  font-weight: 550;
  line-height: 120%;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .wishlist-section .wishlist-products .wishlist-item .content .product_title {
    font-size: 22px;
  }
}
.wishlist-section .wishlist-products .wishlist-item .content p, .wishlist-section .wishlist-products .wishlist-item .content .option {
  color: #77797A;
  font-family: "Avenir", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 8px;
  max-width: 423px;
}
@media screen and (max-width: 768px) {
  .wishlist-section .wishlist-products .wishlist-item .content p, .wishlist-section .wishlist-products .wishlist-item .content .option {
    max-width: 100%;
  }
}
.wishlist-section .wishlist-products .wishlist-item .content .btn {
  margin-top: 24px;
  max-width: 423px;
}
@media screen and (max-width: 768px) {
  .wishlist-section .wishlist-products .wishlist-item .content .btn {
    max-width: 100%;
  }
}
.wishlist-section .wishlist-products .wishlist-item .content .code_product {
  color: #77797A;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
}

.empty-products {
  padding: 60px 10px;
  width: 100%;
  text-align: center;
  font-weight: 500;
}

.wrapper-search {
  max-width: 1504px;
  padding: 48px 32px 0;
  margin: 0 auto;
  display: flex;
  gap: 24px;
}

.sidebar-search {
  width: 260px;
}
@media screen and (max-width: 998px) {
  .sidebar-search {
    position: fixed;
    z-index: 9999;
    height: 100vh;
    background: white;
    top: 0;
    left: -100%;
    width: 300px;
    padding: 60px 16px 30px 16px;
    transition: all 0.4s ease;
  }
}
@media screen and (max-width: 400px) {
  .sidebar-search {
    width: 260px;
  }
}
.sidebar-search.active {
  left: 0;
  transition: all 0.3s ease;
  overflow-y: auto;
}
.sidebar-search h2 {
  color: #000;
  font-family: "Campton", sans-serif;
  font-size: 24px;
  font-weight: 550;
  line-height: 120%;
  padding: 0 34px 0 16px;
}
.sidebar-search .accordion>.title {
  cursor: pointer;
  padding: 18px 34px 18px 16px;
  position: relative;
}
.sidebar-search .accordion>.title:after {
  transition: all 0.3s ease;
  content: url("../images/arrow-accordion.svg");
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar-search .accordion.active>.accordion-content {
  display: block;
  max-height: 1000px;
}
.sidebar-search .accordion.active .accordion-content ul {
  padding-left: 2rem;
}
.sidebar-search .accordion.active>.title:after {
  transition: all 0.3s ease;
  transform: translateY(-50%) rotate(180deg);
}
.sidebar-search .accordion>.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.sidebar-search .accordion>.accordion-content.active {
  max-height: 100%;
}
.sidebar-search .accordion>.accordion-content label {
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.sidebar-search .accordion>.accordion-content label input {
  min-width: 18px;
  max-width: 18px;
  width: 18px;
  height: 18px;
}
.sidebar-search .accordion>.accordion-content ul {
  padding-left: 2rem;
}
.sidebar-search .accordion + .accordion {
  margin-top: 16px;
}

.search-main {
  margin-right: 60px;
  flex: 1;
}
@media screen and (max-width: 998px) {
  .search-main {
    margin-right: 0;
  }
}
.search-main .products-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 50px;
}
.search-main .product-item {
  width: calc(33.3333333333% - 24px);
  margin: 0 12px;
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 1300px) {
  .search-main .product-item {
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 600px) {
  .search-main .product-item {
    width: 100%;
    margin: 0;
  }
}
.search-main .product-item .product__image {
  height: 332px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .search-main .product-item .product__image {
    height: 280px;
  }
}
@media screen and (max-width: 600px) {
  .search-main .product-item .product__image {
    height: 332px;
  }
}
.search-main .product-item .product__image_link {
  border-radius: 23px;
  background: lightgray 50%/contain no-repeat, #FFF;
  overflow: hidden;
  box-shadow: 0 4px 24px 0 rgba(60, 70, 92, 0.16);
  display: block;
  height: 332px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .search-main .product-item .product__image_link {
    height: 280px;
  }
}
@media screen and (max-width: 600px) {
  .search-main .product-item .product__image_link {
    height: 332px;
  }
}
.search-main .product-item .product__image_link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.search-main .product-item .product__content:has(p) .empty-description {
  display: none;
}
.search-main .product-item .product__content {
  padding-top: 16px;
}
.search-main .product-item .product__content h3 {
  color: #212222;
  font-family: "Campton", sans-serif;
  font-size: 24px;
  font-weight: 550;
  line-height: 120%;
  margin-bottom: 8px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 56px;
}
.search-main .product-item .product__content p {
  color: #5C5E5F;
  font-family: "Avenir", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 80px;
}
.search-main .product-item .btn-box {
  width: 100%;
  height: 100%;
  margin-top: auto;
  display: flex;
}
.search-main .product-item .btn-box .btn {
  margin-top: auto;
  height: 60px;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16.992px;
  border: 1.062px solid #1F3D83;
  color: #1F3D83;
  text-align: center;
  font-family: "Campton", sans-serif;
  font-size: 16.992px;
  font-style: normal;
  font-weight: 625;
  line-height: 150%;
}
@media screen and (max-width: 600px) {
  .search-main .product-item .btn-box .btn {
    width: 100%;
  }
}
.search-main .form-section .search-section {
  position: relative;
}
.search-main .form-section #search-keyword {
  position: relative;
  width: 100%;
  padding: 16px;
  border: 1px solid rgb(92, 94, 95);
  border-radius: 30px;
}
.search-main .form-section .icon {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
.search-main .form-section .icon input {
  display: none;
}
.search-main .form-section .search_keys {
  padding-top: 16px;
  padding-bottom: 56px;
}
.search-main .form-section .search_keys .search_keywords {
  color: #5C5E5F;
  font-family: "Avenir", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.search-main .title__select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 32px;
  flex-wrap: wrap;
  gap: 16px;
}
.search-main .title__select h1 {
  color: #212222;
  font-family: "Campton", sans-serif;
  font-size: 60px;
  font-weight: 550;
  line-height: 120%;
}
.search-main .title__select .select-box {
  position: relative;
}
.search-main .title__select .select-box select {
  width: 200px;
  border-radius: 22px;
  border: 1px solid #1F3D83;
  color: #212222;
  font-family: "Avenir", sans-serif;
  font-size: 18px;
  font-weight: 450;
  line-height: 150%;
  padding: 8px 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-main .title__select .select-box svg {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.search-main .page-numbers-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 16px;
  color: #1F3D83;
  font-family: "Campton", sans-serif;
  font-size: 16.992px;
  flex-wrap: wrap;
}
.search-main .page-numbers-box span {
  pointer-events: unset;
}
.search-main .page-numbers-box a {
  cursor: pointer;
}

.filters-mobile {
  display: none;
}
@media screen and (max-width: 998px) {
  .filters-mobile {
    position: fixed;
    bottom: 16px;
    right: 50%;
    transform: translateX(50%);
    height: 50px;
    background: #212222;
    font-size: 18px;
    padding: 16px 0;
    display: flex;
    align-items: center;
    color: white;
    justify-content: center;
    border-radius: 12px;
    width: 180px;
    border: 1px solid white;
  }
}
.filters-mobile.active {
  display: none;
}

#selected-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  margin-top: 10px;
}
#selected-keywords .keyword-item {
  padding: 6px 12px;
  border-radius: 28px;
  border: 1px solid #79747E;
  gap: 8px;
}
#selected-keywords .keyword-item span {
  cursor: pointer;
}
#selected-keywords .keyword-item .cross-keyword {
  height: fit-content;
  display: block;
  margin-top: 1px;
}
#selected-keywords .keyword-item .cross-keyword svg {
  height: 11px;
  min-width: 11px;
  max-width: 11px;
}

.empty-products {
  padding: 60px 10px;
  width: 100%;
  text-align: center;
  font-weight: 500;
}

.footer {
  margin-top: 160px;
  padding: 52px 0;
  background: #212222;
}
.footer .footer_list {
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .footer .footer_list {
    flex-flow: column-reverse;
  }
}
.footer .footer_list .footer_row {
  display: flex;
  column-gap: 136px;
  row-gap: 60px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footer .footer_list .footer_row {
    row-gap: 30px;
  }
}
.footer .footer_list .footer_row .footer_row-box {
  min-width: 200px;
}
.footer .footer_list .footer_row .row_title {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  padding-bottom: 14px;
  border-bottom: 2px solid #fff;
  margin-bottom: 24px;
}
.footer .footer_list .footer_row:last-child {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .footer .footer_list .footer_row:last-child {
    margin: 0;
  }
}
.footer .footer_list .footer_row:last-child .footer_logo {
  min-width: 200px;
  height: 186px;
}
@media screen and (max-width: 768px) {
  .footer .footer_list .footer_row:last-child .footer_logo {
    min-width: 100px;
    height: 120px;
  }
}
.footer .footer_list .footer_row:last-child .footer_logo img {
  width: 100%;
  height: 100%;
}
.footer .footer_list .footer_row .footer-menu ul {
  display: flex;
  flex-flow: column;
  gap: 18px;
}
.footer .footer_list .footer_row .footer-menu ul li a span {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  transition: all 0.3s ease;
  display: block;
  position: relative;
  width: fit-content;
}
.footer .footer_list .footer_row .footer-menu ul li a span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
}
.footer .footer_list .footer_row .footer-menu ul li a span:hover {
  transition: all 0.3s ease;
}
.footer .footer_list .footer_row .footer-menu ul li a span:hover:after {
  width: 100%;
  transition: all 0.3s ease;
}
.footer .footer_list .footer_row .footer-social {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 1;
  position: relative;
  background: #FFF;
  box-shadow: 0 4px 24px 0 rgba(60, 70, 92, 0.16);
}
.header .wrapper-container {
  height: 100%;
}
.header .header-logo-second {
  filter: brightness(0%);
  height: 35px !important;
  width: 202px !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header .header-logo-second a {
  width: 32px !important;
}
.header .header-wrapper {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 998px) {
  .header .header-wrapper {
    justify-content: unset;
  }
}
@media screen and (max-width: 998px) {
  .header .header-wrapper .header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: black;
    justify-content: center;
    flex-flow: column;
    z-index: 2;
    transition: transform 0.4s;
    flex: unset;
    transform: translateX(-100%);
    gap: 40px;
  }
}
.header .header-wrapper .header-menu.active {
  transition: transform 0.4s;
  transform: translateX(0%);
}
.header .header-wrapper .header-menu.active ul li a span {
  color: #fff;
}
.header .header-wrapper .header-menu ul {
  display: flex;
  align-items: center;
  gap: 46px;
}
@media screen and (max-width: 998px) {
  .header .header-wrapper .header-menu ul {
    width: 100%;
    height: 100%;
    justify-content: center;
    flex-flow: column;
  }
}
.header .header-wrapper .header-menu ul li a span {
  color: #1F3D83;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  transition: all 0.2s ease;
}
.header .header-wrapper .header-menu ul li a span:hover {
  color: #212222;
  transition: all 0.2s ease;
}
.header .header-wrapper .header-profile {
  width: 202px;
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 998px) {
  .header .header-wrapper .header-profile {
    margin-left: auto;
    margin-right: 34px;
  }
}
.header .header-wrapper .header-profile a {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #1F3D83;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 998px) {
  .header .header-wrapper .header-profile a {
    flex-flow: unset;
    gap: 4px;
  }
  .header .header-wrapper .header-profile a svg {
    width: 24px;
    height: 24px;
  }
}
.header .header-wrapper .header-logo {
  width: 202px;
  height: 66px;
  z-index: 999;
}
@media screen and (max-width: 998px) {
  .header .header-wrapper .header-logo {
    width: 120px;
    height: 40px;
  }
}
.header .header-wrapper .header-logo:hover {
  animation: unset;
}
.header .header-wrapper .header-logo a {
  width: 100%;
  height: 100%;
}
.header .header-wrapper .header-logo a img {
  width: 100%;
  height: 100%;
}
.header-burger {
  z-index: 3;
  display: none;
  width: 24px;
  height: 16px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 998px) {
  .header-burger {
    display: block;
  }
}
.header-burger.active span {
  background: #fff;
}
.header-burger.active span:nth-child(2) {
  opacity: 0;
}
.header-burger.active span:first-child, .header-burger.active span:last-child {
  top: 6px;
}
.header-burger.active span:first-child {
  transform: rotate(45deg);
}
.header-burger.active span:last-child {
  transform: rotate(-45deg);
}
.header-burger span {
  background-color: #000;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  transition: all 0.3s ease;
}
.header-burger span:first-child {
  top: 0;
}
.header-burger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header-burger span:last-child {
  bottom: 0;
  top: unset;
}

.front-page .header {
  background: transparent;
}
.front-page .header .header-wrapper .header-menu ul li a span {
  color: #fff;
}
.front-page .header .header-wrapper .header-menu ul li a span:hover {
  color: #212222;
  transition: all 0.2s ease;
}
.front-page .header .header-wrapper .header-profile a {
  color: #fff;
}
.front-page .header .header-wrapper .header-logo {
  height: unset;
}
.front-page .header .header-wrapper .header-logo a {
  width: 32px;
  height: 35px;
  display: block;
}
.front-page .header .header-wrapper .header-logo a img {
  width: 100%;
  height: 100%;
}
.front-page .header-burger.active span {
  background: #fff;
}
.front-page .header-burger span {
  background-color: #fff;
}

.btn {
  text-align: center;
  font-family: "Campton", sans-serif;
  font-size: 16px;
  font-weight: 625;
  line-height: 150%;
  width: 100%;
  height: 56px;
  border-radius: 16px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-blue {
  background: #1F3D83;
  color: #FFF;
}
.btn-blue:hover {
  transition: all 0.3s ease;
  background: #142856;
}
.btn-border {
  color: #212222;
  border: 1px solid #212222;
}
.btn-border:hover {
  transition: all 0.3s ease;
  background: whitesmoke;
}

.modal-custom {
  position: fixed;
  left: 50%;
  top: -100%;
  transform: translate(-50%, -50%);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .modal-custom {
    width: 90%;
  }
}
.modal-custom.active {
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.modal-custom-wrapper {
  padding: 40px 112px;
  border-radius: 22px;
  border: 1px solid #5C5E5F;
  background: #FFF;
  width: 648px;
}
@media screen and (max-width: 768px) {
  .modal-custom-wrapper {
    width: 100%;
    padding: 24px 24px;
  }
}
.modal-custom-header {
  text-align: center;
}
.modal-custom-body {
  margin-top: 24px;
  text-align: center;
}
.modal-custom-body .title {
  color: #000;
  font-family: "Campton", sans-serif;
  font-size: 40px;
  font-weight: 550;
  line-height: 120%;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .modal-custom-body .title {
    font-size: 26px;
  }
}
.modal-custom-body .description {
  color: #000;
  font-family: "Avenir", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .modal-custom-body .description {
    font-size: 18px;
  }
}
.modal-custom-footer {
  margin-top: 48px;
  display: flex;
  flex-flow: column;
  gap: 16px;
}

.overlay {
  background: rgba(33, 34, 34, 0.35);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}