.cs-svg {
  min-width: 16px;
  max-width: 16px;
  height: 16px;
}
@media only screen and (max-width: 767px) {
  .show-768 {
    display: none !important;
  }
}
.show-767 {
  display: none;
}
@media only screen and (max-width: 767px) {
  .show-767 {
    display: block !important;
  }
}
.page-product .product-image-thumbs-bottom .product-template-flex {
  display: grid;
  grid-template-columns: 60% auto;
  gap: 40px;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .page-product .product-image-thumbs-bottom .product-template-flex {
    grid-template-columns: 100%;
  }
}
.page-product .product-image-thumbs-bottom .product-template-flex .prod-left,
.page-product .product-image-thumbs-bottom .product-template-flex .prod-right {
  width: 100%;
  padding: 0;
}
.page-product .product-image-thumbs-bottom .product-template-flex .prod-right {
  width: 100%;
  background: var(--white);
  box-shadow: 0px 31px 44px rgba(23, 43, 77, 0.05), 0px 14px 18px rgba(23, 43, 77, 0.04);
  border-radius: 16px;
  padding: 42px 48px;
}
@media only screen and (max-width: 1199px) {
  .page-product .product-image-thumbs-bottom .product-template-flex .prod-right {
    padding: 40px 25px;
  }
}
.page-product .fancybox-overlay {
  overflow: hidden;
}
.page-index .page-home {
  display: flex;
  flex-direction: column;
}
.page-index .page-home .wrapper-1,
.page-index .page-home .wrapper-2 {
  order: 1;
  margin-bottom: 40px;
}
.page-index .page-home .wrapper-3 {
  order: 4;
  margin-bottom: 50px;
}
.page-index .page-home .categories__before {
  order: 7;
}
.page-index .page-home .wrapper-4 {
  order: 8;
}
.page-index .page-home .opinions__before {
  order: 9;
}
.page-index .page-home .wrapper-5 {
  order: 10;
}
.categories {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
  gap: 24px;
  margin-bottom: 40px;
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .categories {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(8, 1fr);
    gap: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .categories {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 20px;
  }
}
.categories .categories-title {
  grid-area: 1 / 1 / 5 / 5;
}
@media only screen and (max-width: 991px) {
  .categories .categories-title {
    grid-area: 1 / 1 / 3 / 4;
  }
}
@media only screen and (max-width: 575px) {
  .categories .categories-title {
    grid-area: unset;
  }
}
.categories .categories__content-1 {
  grid-area: 4 / 1 / 9 / 5;
}
@media only screen and (max-width: 991px) {
  .categories .categories__content-1 {
    grid-area: 2 / 4 / 4 / 7;
  }
}
@media only screen and (max-width: 575px) {
  .categories .categories__content-1 {
    grid-area: unset;
  }
}
.categories .categories__content-2 {
  grid-area: 9 / 2 / 13 / 5;
}
@media only screen and (max-width: 991px) {
  .categories .categories__content-2 {
    grid-area: 3 / 1 / 5 / 4;
  }
}
@media only screen and (max-width: 575px) {
  .categories .categories__content-2 {
    grid-area: unset;
  }
}
.categories .categories__content-3 {
  grid-area: 2 / 5 / 9 / 9;
}
@media only screen and (max-width: 991px) {
  .categories .categories__content-3 {
    grid-area: 4 / 4 / 6 / 7;
  }
}
@media only screen and (max-width: 575px) {
  .categories .categories__content-3 {
    grid-area: unset;
  }
}
.categories .categories__content-4 {
  grid-area: 9 / 5 / 13 / 9;
}
@media only screen and (max-width: 991px) {
  .categories .categories__content-4 {
    grid-area: 5 / 1 / 7 / 4;
  }
}
@media only screen and (max-width: 575px) {
  .categories .categories__content-4 {
    grid-area: unset;
  }
}
.categories .categories__content-5 {
  grid-area: 1 / 9 / 6 / 13;
}
@media only screen and (max-width: 991px) {
  .categories .categories__content-5 {
    grid-area: 6 / 4 / 8 / 7;
  }
}
@media only screen and (max-width: 575px) {
  .categories .categories__content-5 {
    grid-area: unset;
  }
}
.categories .categories__content-6 {
  grid-area: 6 / 9 / 11 / 12;
}
@media only screen and (max-width: 991px) {
  .categories .categories__content-6 {
    grid-area: 7 / 1 / 9 / 4;
  }
}
@media only screen and (max-width: 575px) {
  .categories .categories__content-6 {
    grid-area: unset;
  }
}
.categories-title {
  position: relative;
  z-index: 4;
  pointer-events: none;
}
.categories-title h2 {
  font-family: "Titan One";
  font-weight: 400;
  font-size: 75px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  line-height: 1;
  color: #98C1B6;
}
@media only screen and (max-width: 991px) {
  .categories-title h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .categories-title h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .categories-title h2 {
    font-size: 32px;
  }
}
.categories-title h2 span {
  display: block;
  font-size: 40px;
  color: #2B2B2B;
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .categories-title h2 span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .categories-title h2 span {
    font-size: 24px;
  }
}
.categories__content {
  display: inline-flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  border-radius: 40px;
}
.categories__content-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 991px) {
  .categories__content-img {
    height: 280px;
  }
}
@media only screen and (max-width: 575px) {
  .categories__content-img {
    height: 200px;
  }
}
.categories__content-title {
  font-family: "Titan One";
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  line-height: 1.1;
  color: #fff;
  max-width: 250px;
}
@media only screen and (max-width: 767px) {
  .categories__content-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .categories__content-title {
    max-width: 200px;
  }
}
.categories__content .svg-arrow-right-circle {
  display: block;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  fill: #fff;
  transition: 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.categories__content .svg-blob {
  min-width: 700px;
  max-width: 700px;
  height: 700px;
  fill: #D4EDE8;
  position: absolute;
  z-index: 1;
  transition: 0.5s;
}
.categories__content--left .categories__content-absolute,
.categories__content--right .categories__content-absolute {
  position: absolute;
  z-index: 2;
}
.categories__content--left .categories__content-absolute {
  bottom: 40px;
  left: 40px;
}
@media only screen and (max-width: 991px) {
  .categories__content--left .categories__content-absolute {
    bottom: 20px;
    left: 20px;
  }
}
.categories__content--left .svg-blob {
  bottom: -360px;
  left: -410px;
  transform: rotate(-70deg);
}
@media only screen and (max-width: 991px) {
  .categories__content--left .svg-blob {
    bottom: -400px;
    left: -460px;
  }
}
.categories__content--right .categories__content-absolute {
  top: 40px;
  right: 40px;
}
@media only screen and (max-width: 991px) {
  .categories__content--right .categories__content-absolute {
    top: 20px;
    right: 20px;
  }
}
.categories__content--right .svg-blob {
  top: -380px;
  right: -420px;
  transform: rotate(110deg);
}
@media only screen and (max-width: 991px) {
  .categories__content--right .svg-blob {
    top: -420px;
    right: -470px;
  }
}
.categories__content--right .categories__content-title {
  text-align: right;
}
.categories__content--right .svg-arrow-right-circle {
  margin-left: auto;
}
.categories__content:hover .categories__content-img {
  transform: scale(1.1);
}
.categories__content:hover.categories__content--left .svg-blob,
.categories__content:hover.categories__content--right .svg-blob {
  fill: #caebe4;
}
.categories__content:hover.categories__content--left .svg-blob {
  bottom: -360px;
  left: -390px;
  transform: rotate(-65deg);
}
@media only screen and (max-width: 991px) {
  .categories__content:hover.categories__content--left .svg-blob {
    bottom: -400px;
    left: -460px;
  }
}
.categories__content:hover.categories__content--right .svg-blob {
  top: -400px;
  right: -440px;
  transform: rotate(90deg);
}
@media only screen and (max-width: 991px) {
  .categories__content:hover.categories__content--right .svg-blob {
    top: -450px;
    right: -490px;
  }
}
.opinions {
  display: grid;
  grid-template-columns: 53% auto;
  gap: 40px 0;
  align-items: center;
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .opinions {
    grid-template-columns: 100%;
  }
}
.opinions__before {
  overflow: hidden;
  margin-bottom: 150px;
}
@media only screen and (max-width: 991px) {
  .opinions__before {
    margin-bottom: 70px;
  }
}
.opinions__left img {
  width: 100%;
  height: auto;
  margin-left: -70px;
}
@media only screen and (max-width: 991px) {
  .opinions__left img {
    margin-left: 0;
  }
}
.opinions__right {
  position: relative;
}
.opinions__right::before {
  position: absolute;
  top: 50%;
  left: -2000px;
  transform: translateY(-50%);
  width: 5000px;
  height: 120%;
  content: '';
  z-index: -1;
  background-color: #fafbfb;
}
@media only screen and (max-width: 991px) {
  .opinions__right::before {
    display: none;
  }
}
.opinions__right h2 {
  font-family: "Titan One";
  font-weight: 400;
  font-size: 60px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .opinions__right h2 {
    font-size: 40px;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .opinions__right h2 {
    font-size: 32px;
  }
}
.opinions__right p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .opinions__right p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
  }
}
.opinions__right p:not(:last-child) {
  margin-bottom: 20px;
}
