.section-index {
  padding-top: 72px; }
  .section-index h2 {
    -webkit-text-fill-color: #404040;
    font-size: 64px;
    background: transparent; }
  @media (max-width: 991.98px) {
    .section-index {
      padding-top: 32px; }
      .section-index h2 {
        font-size: 32px; } }

.section-home-slider {
  padding-top: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 0; }
  .section-home-slider .slider-item {
    position: relative; }
    .section-home-slider .slider-item a {
      transition: 0s; }
    .section-home-slider .slider-item .owl-lazy {
      transition: opacity 0.3s ease; }
    .section-home-slider .slider-item .slide--content {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      right: 0;
      width: 100%; }
      .section-home-slider .slider-item .slide--content .container {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap; }
      .section-home-slider .slider-item .slide--content .slide--content-wrapper {
        max-width: 50%;
        flex: 0 0 50%;
        padding-left: 100px; }
        .section-home-slider .slider-item .slide--content .slide--content-wrapper .subtitle {
          font-size: 13px;
          font-weight: 500;
          margin-bottom: 12px; }
        .section-home-slider .slider-item .slide--content .slide--content-wrapper .title {
          font-size: 64px;
          font-weight: 400;
          letter-spacing: -2.5px;
          margin-bottom: 8px;
          line-height: 1; }
        .section-home-slider .slider-item .slide--content .slide--content-wrapper .desc {
          font-size: 20px;
          font-weight: 400;
          letter-spacing: -0.5px; }
        .section-home-slider .slider-item .slide--content .slide--content-wrapper .actions {
          margin-top: 48px;
          display: flex;
          flex-wrap: wrap;
          gap: 8px; }
  .section-home-slider .slider-item.item-video .slide--frame {
    opacity: 0;
    transition: opacity 0.3s ease 0.15s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .section-home-slider .slider-item.item-video .slide--frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    pointer-events: none; }
  .section-home-slider .slider-item.item-video .slide--mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    background: rgba(0, 0, 0, 0.01); }
  .section-home-slider .slider-item.item-video .slide--yticon {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(255, 255, 255, 0);
    width: 50px;
    height: 42px;
    border: 0;
    outline: none; }
    .section-home-slider .slider-item.item-video .slide--yticon svg {
      fill: #ffffff;
      width: 32px;
      height: 100%; }
  .section-home-slider .slider-item.item-video .slide--frame iframe + .slide--yticon {
    opacity: 1; }
  .section-home-slider .owl-item.active .slider-item.item-video .slide--frame {
    opacity: 1; }
  .section-home-slider .owl-carousel:not(.owl-loaded) {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    overflow: hidden; }
  .section-home-slider .owl-carousel:not(.owl-loaded) .slider-item {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%; }
  .section-home-slider .owl-carousel .owl-nav button {
    position: absolute;
    top: calc(50% - 20px);
    padding: 0;
    opacity: 0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    text-align: center;
    color: #444444;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    outline: none;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    display: flex;
    align-items: center;
    justify-content: center; }
    .section-home-slider .owl-carousel .owl-nav button.owl-prev {
      left: 30px; }
    .section-home-slider .owl-carousel .owl-nav button.owl-next {
      right: 30px; }
    .section-home-slider .owl-carousel .owl-nav button svg {
      width: 20px;
      height: 20px; }
  .section-home-slider .owl-carousel .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 4px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .section-home-slider .owl-carousel .owl-dots .owl-dot span {
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #404040;
      opacity: 0.4;
      transition: all 0.5s ease; }
    .section-home-slider .owl-carousel .owl-dots .owl-dot.active span {
      background: #000000;
      border-radius: 16px;
      opacity: 1;
      width: 48px; }
    .section-home-slider .owl-carousel .owl-dots.disabled {
      display: none; }
  .section-home-slider:hover .owl-nav button {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  @media (max-width: 767.98px) {
    .section-home-slider .slider-item .slide--content {
      position: absolute;
      top: auto;
      bottom: 0;
      transform: translateY(0);
      left: 0;
      right: 0;
      width: 100%; }
      .section-home-slider .slider-item .slide--content .container {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap; }
      .section-home-slider .slider-item .slide--content .slide--content-wrapper {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 32px 16px; }
        .section-home-slider .slider-item .slide--content .slide--content-wrapper .title {
          font-size: 24px; }
        .section-home-slider .slider-item .slide--content .slide--content-wrapper .desc {
          font-size: 16px; }
        .section-home-slider .slider-item .slide--content .slide--content-wrapper .actions {
          margin-top: 24px; }
    .section-home-slider .owl-carousel .owl-dots {
      bottom: 10px; }
      .section-home-slider .owl-carousel .owl-dots .owl-dot.active span {
        width: 32px; } }

.section-why .section-why-wrapper .swiper {
  user-select: none;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: 500px;
  padding: 0px 0px; }

.section-why .section-why-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86%;
  height: 100%;
  position: relative;
  box-sizing: border-box; }

.section-why .section-why-wrapper .swiper-slide-bg-image {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: 0; }

.section-why .section-why-wrapper .swiper-slide-aedc {
  background-color: #fff;
  border-radius: 8px; }

.section-why .section-why-wrapper .swiper-slide-bg-image-c61b {
  object-fit: cover;
  border-radius: inherit;
  opacity: 0.4 !important; }

.section-why .section-why-wrapper .swiper-slide-active .swiper-slide-bg-image-c61b {
  opacity: 1 !important; }

.section-why .section-why-wrapper .section-why-pagination {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px; }
  .section-why .section-why-wrapper .section-why-pagination span {
    margin: 0;
    opacity: 0.4;
    background: #404040;
    transition: all 0.5s ease; }
    .section-why .section-why-wrapper .section-why-pagination span.swiper-pagination-bullet-active {
      width: 48px;
      border-radius: 20px;
      opacity: 1; }

@media (min-width: 768px) {
  .section-why .section-why-wrapper .swiper {
    width: 100%;
    height: 500px;
    padding: 0px 0px; }
  .section-why .section-why-wrapper .swiper-slide {
    width: 50%;
    height: 100%; } }

.section-list-products .section-list-products-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  .section-list-products .section-list-products-wrapper .item {
    flex: 0 0 calc(33.333% - 13.333px);
    max-width: calc(33.333% - 13.333px);
    border-radius: 32px;
    background: #FAFAFA;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    overflow: hidden; }
    .section-list-products .section-list-products-wrapper .item .content {
      padding: 0 40px 54px 40px;
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      flex-direction: column;
      width: 100%; }
      .section-list-products .section-list-products-wrapper .item .content h3 {
        text-align: center;
        font-size: 48px;
        font-weight: 400;
        letter-spacing: -1.7px;
        width: 100%;
        margin: 0;
        line-height: 1; }
      .section-list-products .section-list-products-wrapper .item .content .actions {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        width: 100%;
        justify-content: center; }

@media (max-width: 991.98px) {
  .section-list-products .section-list-products-wrapper .item .content {
    padding: 0 20px 20px 20px; }
    .section-list-products .section-list-products-wrapper .item .content h3 {
      font-size: 24px; } }

@media (max-width: 767.98px) {
  .section-list-products .section-list-products-wrapper .item {
    flex: 0 0 100%;
    max-width: 100%; } }

.section-video .section-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  border-radius: 16px;
  overflow: hidden; }
  .section-video .section-video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.section-kol .section-kol-slidermobile {
  display: none;
  position: relative; }
  .section-kol .section-kol-slidermobile .swiper:not(.swiper-initialized) {
    display: flex; }
    .section-kol .section-kol-slidermobile .swiper:not(.swiper-initialized) .swiper-slide {
      flex: 0 0 calc((100% - 8px) / 1.5);
      max-width: calc((100% - 8px) / 1.5);
      margin-right: 16px; }
  .section-kol .section-kol-slidermobile .swiper-nav .swiper-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    display: inline-flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    border: 1px solid #404040;
    background: #404040; }
    .section-kol .section-kol-slidermobile .swiper-nav .swiper-button.swiper-prev {
      background: #fff;
      left: 0; }
    .section-kol .section-kol-slidermobile .swiper-nav .swiper-button.swiper-next {
      right: 0; }

@media (max-width: 767.98px) {
  .section-kol .hidemobilex {
    display: none !important; }
  .section-kol .section-kol-slidermobile {
    display: block; } }

.section-kol .button-control {
  bottom: 40px;
  top: auto !important;
  z-index: 99;
  grid-gap: 10px !important; }
  .section-kol .button-control .previous wtc-svg-loader, .section-kol .button-control .next wtc-svg-loader {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    border: 1px solid #404040;
    background: #404040; }
  .section-kol .button-control .previous wtc-svg-loader {
    background: #fff; }

.section-kol .section-kol-slide-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden; }
  .section-kol .section-kol-slide-item .content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    padding: 160px 20px 20px 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, transparent 100%);
    width: 100%; }
    .section-kol .section-kol-slide-item .content h3 {
      color: #fff;
      font-size: 32px;
      font-weight: 400;
      margin-bottom: 4px; }
    .section-kol .section-kol-slide-item .content .desc {
      color: #fff; }

.section-buynow .section-buynow-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px; }
  .section-buynow .section-buynow-wrapper .item {
    flex: 0 0 calc(50% - 4px);
    max-width: calc(50% - 4px);
    position: relative;
    border-radius: 16px;
    overflow: hidden; }
    .section-buynow .section-buynow-wrapper .item img {
      width: 100%; }
    .section-buynow .section-buynow-wrapper .item .content {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
      text-align: center;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      padding: 20px;
      flex-direction: column;
      justify-content: flex-end;
      height: 214px;
      align-items: center; }
      .section-buynow .section-buynow-wrapper .item .content a {
        position: relative;
        display: inline-flex;
        z-index: 1;
        overflow: hidden;
        padding: 10px 24px;
        line-height: normal;
        color: #fff;
        border-radius: 100px;
        font-size: 14px;
        font-weight: 500;
        justify-content: center;
        align-items: center;
        background-color: var(--shop-color-hover);
        border: 1px solid #404040;
        text-align: center;
        outline: none !important;
        -webkit-transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

@media (max-width: 991.98px) {
  .section-buynow .section-buynow-wrapper .item {
    flex: 0 0 100%;
    max-width: 100%; } }
