body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.dark,
.dark p,
.dark td {
  color: #fff;
  line-height: 1.6;
}

.box-text a:not(.button),
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-family: "BT Beau Sans", sans-serif;
  font-weight: 700;
}

.icon-box-img img,
.icon-box-img svg {
  padding: 0;
}

.flickity-page-dots .dot {
  background-color: #fff;
  opacity: 1;
}

.slider-nav-light .flickity-page-dots .dot.is-selected,
.slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot {
  background-color: var(--fs-color-primary);
  border-color: var(--fs-color-primary);
}

.button {
  margin: 0;
  padding: 12px 24px;
  font-weight: 600;
  text-transform: none;
  border-radius: 5px;
  min-width: 180px;
  font-size: 14px;
  line-height: 22px;
}

.button.is-outline {
  border-width: 1px;
}

.title {
  margin-bottom: 2.5rem;
}

.title h2 {
  font-size: 44px;
  line-height: 56px;
  margin: 0;
}

/* home */
.home2 {
  padding: 4rem 0;
}

.home3 {
  padding: 4rem 0 calc(4rem - 30px);
  background-color: rgb(245, 247, 250);
}

.home3 .section-content {
  padding-top: 60px;
  padding-bottom: 30px;
}

.home3 img {
  border-radius: 16px;
}

.box-content h3 {
  font-size: 24px;
}

.home3 .main-button {
  margin-top: 40px;
}

.home3 .video-button-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-button-wrapper .button.icon.circle {
  background-color: #ffffff;
  min-width: 50px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #ffffff;
  margin: 0;
}

.video-button-wrapper .icon-play {
  font-size: 1.25rem !important;
  color: var(--primary-color);
}

.video-button-wrapper .button.icon.circle::before,
.video-button-wrapper .button.icon.circle::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: var(--fs-color-primary);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 currentColor;
  box-shadow: 0 0 0 0 currentColor;
  -webkit-animation: button-ripple 3s infinite;
  animation: button-ripple 3s infinite;
  opacity: 0.6;
  z-index: -1;
}

@keyframes button-ripple {
  70% {
    -webkit-box-shadow: 0 0 0 var(--glow-size, 15px) currentColor;
    box-shadow: 0 0 0 var(--glow-size, 15px) currentColor;
    opacity: 0;
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    opacity: 0;
  }
}

.home4 {
  padding: 4rem 0;
}

.home4 .box-image {
  border-radius: 16px;
}

.home4 .box-text h3 {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: var(--fs-color-primary);
}

.row-sliders .splide {
  padding: 0 15px;
}

.row-sliders .splide__slide .col {
  flex-basis: 100%;
  max-width: 100%;
  padding: 0;
}

.row-sliders .splide__arrow {
  width: 35px;
  height: 35px;
  min-height: unset;
  background-color: var(--fs-color-secondary);
  margin: 0;
}

.home4 .main-button.button {
  margin: 0 auto;
  display: block;
  width: fit-content;
}

.home4 .main-button.button span {
  color: #fff;
}

.home5 {
  padding: 4rem 0;
  background-color: rgb(245, 247, 250);
}

.feature_list .row {
  cursor: pointer;
}

.feature_list p {
  margin: 0;
}

.feature_list h3 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 0;
  transition: color 0.3s ease;
}

.feature_list .nb4 .col-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14%2014L34%2034%22%20stroke%3D%22%23111827%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M34%2014V34H14%22%20stroke%3D%22%23111827%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E")
    no-repeat center;
  background-size: contain;
  transition: background 0.3s ease;
}

.feature_list .item-content {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

.feature_list .nb3 .img {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

.feature_list .row:hover h3 {
  color: var(--fs-color-primary);
}

.feature_list .active h3 {
  color: var(--fs-color-primary);
  margin-bottom: 24px;
}

.feature_list .active .item-content {
  opacity: 1;
  height: auto;
}

.feature_list .active .nb3 .img {
  opacity: 1;
  height: auto;
}

.feature_list .active .nb4 .col-inner::before {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14%2014H34V34%22%20stroke%3D%22%23F5C400%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M14%2034L34%2014%22%20stroke%3D%22%23F5C400%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E")
    no-repeat center;
}

.feature_list .col {
  padding-bottom: 0 !important;
}

.feature_list .row.row-small {
  padding: 24px 0;
  border-top: 1px solid #e5e7eb;
  background-color: #fff;
}

.home6 .col-imgs .col-inner {
  padding-top: 84%;
}

.home6 .col-tabs .icon-box {
  padding-left: 0;
  padding-right: 0;
  cursor: pointer;
}

.home6 .col-tabs .icon-box.active {
  background: transparent !important;
}

.home6 .col-tabs .icon-box.active h3 {
  color: var(--fs-color-primary);
}

.home6 .col-tabs .icon-box.active p {
  color: #111827;
}

.home6 .col-tabs .icon-box.active::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(data:image/svg+xml,%3Csvg%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10%2024H38%22%20stroke%3D%22%23F5C400%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M24%2010L38%2024L24%2038%22%20stroke%3D%22%23F5C400%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E)
    no-repeat center;
  background-size: contain;
}

.home6 .col-imgs .col-inner .img {
  bottom: 0;
  font-family: "object-fit: cover;";
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.home7 {
  padding: 4rem 0;
  background-color: rgb(245, 247, 250);
}

.home7 .box-image {
  border-radius: 16px;
}

.home8 {
  padding: 4rem 0;
}

.container ol,
.container ul {
  padding-left: 20px;
}

/* product-small */
.product-small.box {
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.product-small .name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  transition: all 0.3s;
}

.product-small .name a {
  min-height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-small .box-text {
  padding: 30px;
}

.product-small span.amount {
  font-size: 16px;
  color: #cd0000;
}

.product-small span.amount > span {
  color: #374151;
}

.shop-page-title {
  display: none;
}

.category-page-row {
  padding-top: 0;
}

/*  */
.contacts {
  position: fixed;
  display: block;
  right: 24px;
  z-index: 999;
  bottom: 10%;
}

.contacts a {
  display: block;
}

.contacts a:hover rect {
  fill: var(--fs-color-primary);
  stroke: var(--fs-color-primary);
}

.contacts a:hover path {
  fill: #fff;
  stroke: #fff;
}

#top-link {
  margin: 0;
  width: 43px;
  height: 43px;
  background-color: #20202033 !important;
  box-shadow: none !important;
  border: none !important;
  color: #fff;
  max-width: 43px;
  max-height: 43px;
  right: 24px;
  bottom: 40px;
}

#footer {
  background-color: var(--fs-color-primary);
}

.main-footer {
  padding-top: 4rem;
}

.main-footer .wpcf7 input {
  margin: 0;
  height: 40px;
  margin-bottom: 15px;
  border-radius: 8px;
}

.main-footer input[type="submit"] {
  margin: 0;
  height: 40px;
  font-size: 15px;
  min-width: 100px;
  background-color: #9ec141;
  text-transform: none;
  font-weight: 600;
  border-radius: 8px;
}

.absolute-footer.dark,
.main-footer .wpcf7-spinner {
  display: none;
}
