@charset "UTF-8";
/*!
Theme Name: Hurom
Theme URI: http://underscores.me/
Author: ---
Author URI: http://---
Description: ---
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hurom
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Hurom is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&family=Open+Sans:wght@400;500&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

ul[class],
ol[class] {
  padding: 0;
  list-style-type: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

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

button:active, button:focus {
  outline: none;
}

textarea {
  width: 100%;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

button {
  padding: 0;
  border-width: 0;
  background-color: transparent;
  color: inherit;
}

abbr {
  text-decoration: none;
}

@font-face {
  font-family: "Museo Cyrl 500";
  src: url("/wp-content/themes/hurom/fonts/MuseoCyrl/MuseoCyrl-500.woff2") format("woff2"), url("/wp-content/themes/hurom/fonts/MuseoCyrl/MuseoCyrl-500.woff") format("woff"), url("/wp-content/themes/hurom/fonts/MuseoCyrl/MuseoCyrl-500.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1:not(:first-child), h2:not(:first-child), h3:not(:first-child), h4:not(:first-child), h5:not(:first-child), h6:not(:first-child) {
  margin-top: 32px;
}

h1, h2, h3, h4, h5, h6, .font-montserrat {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

h1 {
  margin-bottom: 12px;
  font-size: 36px;
  line-height: 1.25;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) {
  h1 {
    font-size: 50px;
    line-height: 58px;
  }
}

h2 {
  margin-bottom: 30px;
  line-height: 34px;
  letter-spacing: -0.03em;
  font-size: 28px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 36px;
    line-height: 58px;
  }
}

h3 {
  margin-bottom: 8px;
  line-height: 29px;
  letter-spacing: -0.02em;
  font-size: 24px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 30px;
    line-height: 37px;
  }
}

h4 {
  margin-bottom: 6px;
  line-height: 29px;
  font-size: 20px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 768px) {
  h5 {
    font-size: 22px;
    line-height: 27px;
  }
}

main {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  main {
    padding-top: 84px;
    padding-bottom: 120px;
  }
}

.text-link {
  display: flex;
  margin-top: 10px;
  gap: 6px;
  align-items: center;
  color: #81BB27;
  font-size: 16px;
  line-height: 18px;
}

.btn, .button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  border-radius: 3px;
  line-height: 24px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  z-index: 1;
}
.btn:before, .button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  transition-duration: 0.25s;
}
.btn:hover:before, .button:hover:before {
  opacity: 1;
}
.btn.btn-with-icon, .button.btn-with-icon {
  padding-right: 20px;
  padding-left: 20px;
}
.btn.btn-with-icon .icon, .button.btn-with-icon .icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.btn.btn-with-icon-right, .button.btn-with-icon-right {
  padding-right: 20px;
  padding-left: 20px;
}
.btn.btn-with-icon-right .icon, .button.btn-with-icon-right .icon {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
.btn.btn-light, .button.btn-light {
  border: 2px solid #333;
  transition-duration: 0.15s;
}
.btn.btn-light:before, .button.btn-light:before {
  background-color: #333;
}
.btn.btn-light:hover, .button.btn-light:hover {
  color: #fff;
}
.btn.btn-green, .btn.single_add_to_cart_button, .btn.checkout.wc-forward, .btn .wc-backward, .button.btn-green, .button.single_add_to_cart_button, .button.checkout.wc-forward, .button .wc-backward {
  background-color: #81BB27;
  border: 2px solid #81BB27;
  color: #fff;
}
.btn.btn-green:before, .btn.single_add_to_cart_button:before, .btn.checkout.wc-forward:before, .btn .wc-backward:before, .button.btn-green:before, .button.single_add_to_cart_button:before, .button.checkout.wc-forward:before, .button .wc-backward:before {
  background-color: rgba(255, 255, 255, 0.2);
}
.btn.btn-orange, .button.btn-orange {
  background-color: #fc7e37;
  border: 2px solid #fc7e37;
  color: white;
}
.btn.btn-orange:before, .button.btn-orange:before {
  background-color: rgba(255, 255, 255, 0.2);
}
.btn.btn-light-green, .button.btn-light-green {
  border: 2px solid #81BB27;
  color: #81BB27;
}
.btn.btn-light-green:before, .button.btn-light-green:before {
  background-color: #81BB27;
}
.btn.btn-light-green:hover, .button.btn-light-green:hover {
  color: #fff;
}
.btn.btn-black, .button.btn-black {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
.btn.btn-black:before, .button.btn-black:before {
  background-color: rgba(255, 255, 255, 0.2);
}
.btn.btn-secondary, .button.btn-secondary {
  background-color: #BDBDBD;
  border-color: #BDBDBD;
  color: #fff;
}
.btn.btn-secondary:before, .button.btn-secondary:before {
  background-color: rgba(255, 255, 255, 0.2);
}
.btn.btn-gray, .button.btn-gray {
  border: 2px solid #333;
  transition-duration: 0.15s;
  color: #333;
}
.btn.btn-gray:before, .button.btn-gray:before {
  background-color: #333;
}
.btn.btn-gray:hover, .button.btn-gray:hover {
  color: #fff;
}
.btn.btn-transparent-black, .button.btn-transparent-black {
  border: 1px solid #333;
  color: #333;
}
.btn.btn-transparent-black:before, .button.btn-transparent-black:before {
  background-color: #333;
}
.btn.btn-transparent-black:hover, .button.btn-transparent-black:hover {
  color: #fff;
}
.btn.btn-transparent-white, .button.btn-transparent-white {
  border: 1px solid #fff;
  color: #fff;
}
.btn.btn-transparent-white:before, .button.btn-transparent-white:before {
  background-color: #fff;
}
.btn.btn-transparent-white:hover, .button.btn-transparent-white:hover {
  color: #333;
}

.section:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .section.image {
    height: 285px;
    padding-right: 0;
    padding-left: 0;
  }
}
.section.image img {
  height: 100%;
  max-width: inherit;
  object-fit: cover;
}
.section.image.image-right img {
  object-position: right;
}
@media (min-width: 1024px) {
  .section.width-full:not(.related-recipes), .section.section-margin-large:not(.related-recipes) {
    margin-bottom: 120px;
    overflow: hidden;
  }
}

.add-read-more.show-less-content .second-section, .add-read-more.show-less-content .read-less {
  display: none;
}
.add-read-more.show-less-content .read-more {
  display: inline-flex;
  margin-top: 20px;
}
.add-read-more.show-less-content .first-section:after {
  content: "...";
}
.add-read-more.show-more-content .read-more {
  display: none;
}
.add-read-more.show-more-content .read-less {
  display: inline-flex;
  margin-top: 20px;
}

.header-cart-content .price,
.article-nav .price {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: right;
}
.header-cart-content .price del,
.article-nav .price del {
  color: #FF0000;
}
.header-cart-content .price del .amount,
.article-nav .price del .amount {
  color: #8C8C8C;
}
.header-cart-content .price ins,
.article-nav .price ins {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.slick-arrow {
  opacity: 1;
  transition-duration: 0.25s;
  transition-property: opacity;
}
.slick-arrow:hover {
  opacity: 0.6;
}

.scroll-up-btn {
  position: fixed;
  right: 30px;
  bottom: -50px;
  width: 40px;
  height: 40px;
  transition-duration: 0.25s;
  transition-property: bottom;
  z-index: 3;
}
@media (min-width: 1024px) {
  .scroll-up-btn {
    bottom: -90px;
    width: 79px;
    height: 79px;
  }
}
.scroll-up-btn.show {
  bottom: 80px;
}
@media (min-width: 1024px) {
  .scroll-up-btn.show {
    bottom: 30px;
  }
}

.product-section-related-models,
.slider-gray-gradient {
  padding-top: 60px;
}
@media (min-width: 1024px) {
  .product-section-related-models,
  .slider-gray-gradient {
    margin-top: -60px;
  }
}
.product-section-related-models h2,
.slider-gray-gradient h2 {
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  .product-section-related-models h2,
  .slider-gray-gradient h2 {
    font-size: 50px;
    line-height: 58px;
  }
}
.product-section-related-models .list,
.slider-gray-gradient .list {
  position: relative;
  z-index: 1;
}
.product-section-related-models .list:after,
.slider-gray-gradient .list:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 290px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(229, 229, 229, 0) 0%, rgba(229, 229, 229, 0.47) 100%);
  z-index: -1;
}
.product-section-related-models .slick-slide,
.slider-gray-gradient .slick-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-section-related-models .slick-slide .image,
.slider-gray-gradient .slick-slide .image {
  height: 318px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .product-section-related-models .slick-slide .image,
  .slider-gray-gradient .slick-slide .image {
    margin-bottom: 50px;
  }
}
.product-section-related-models .slick-slide .image img,
.slider-gray-gradient .slick-slide .image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.product-section-related-models .slick-slide .title,
.slider-gray-gradient .slick-slide .title {
  margin-bottom: 8px;
  padding-right: 16px;
  padding-left: 16px;
  transition-duration: 0.25s;
  transition-property: color;
  text-align: center;
  font-size: 22px;
  line-height: 27px;
}
@media (min-width: 1024px) {
  .product-section-related-models .slick-slide .title,
  .slider-gray-gradient .slick-slide .title {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
  }
}
.product-section-related-models .slick-slide .price,
.slider-gray-gradient .slick-slide .price {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 32px;
  color: #7E7E7E;
}
@media (min-width: 1024px) {
  .product-section-related-models .slick-slide .price,
  .slider-gray-gradient .slick-slide .price {
    font-size: 22px;
  }
}
.product-section-related-models .slick-slide .price ins,
.slider-gray-gradient .slick-slide .price ins {
  text-decoration: none;
}
.product-section-related-models .slick-slide:hover,
.slider-gray-gradient .slick-slide:hover {
  color: #81BB27;
}
.product-section-related-models .slick-arrow,
.slider-gray-gradient .slick-arrow {
  position: absolute;
  top: 155px;
}
.product-section-related-models .slick-arrow[aria-disabled=true],
.slider-gray-gradient .slick-arrow[aria-disabled=true] {
  opacity: 0;
}
.product-section-related-models .slick-arrow.slick-prev,
.slider-gray-gradient .slick-arrow.slick-prev {
  left: -10px;
}
@media (min-width: 768px) {
  .product-section-related-models .slick-arrow.slick-prev,
  .slider-gray-gradient .slick-arrow.slick-prev {
    left: 0;
  }
}
.product-section-related-models .slick-arrow.slick-next,
.slider-gray-gradient .slick-arrow.slick-next {
  right: -10px;
}
@media (min-width: 768px) {
  .product-section-related-models .slick-arrow.slick-next,
  .slider-gray-gradient .slick-arrow.slick-next {
    right: 0;
  }
}

.price del {
  text-decoration: none;
}
.price del bdi {
  position: relative;
}
.price del bdi::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 82%;
  display: block;
  top: 55%;
  left: 0;
  background-color: #8C8C8C;
}

.bestsellers-section-wrapper .slick-dots {
  margin-top: 32px;
}

@media (min-width: 1024px) {
  .slider-three-items .slick-list {
    margin-right: -24px;
    margin-left: -24px;
  }
}
@media (min-width: 768px) {
  .slider-three-items .slick-track {
    display: flex;
    gap: 24px;
  }
}
.slider-three-items .slick-arrow {
  position: absolute;
  bottom: 0;
}
@media (min-width: 1280px) {
  .slider-three-items .slick-arrow {
    top: 150px;
    bottom: auto;
  }
}
.slider-three-items .slick-arrow.slick-disabled {
  opacity: 0;
  transition-duration: 0.25s;
  transition-property: opacity;
  cursor: none;
}
.slider-three-items .slick-arrow.slick-prev {
  left: 16px;
}
@media (min-width: 1280px) {
  .slider-three-items .slick-arrow.slick-prev {
    left: -40px;
  }
}
.slider-three-items .slick-arrow.slick-next {
  right: 16px;
}
@media (min-width: 1280px) {
  .slider-three-items .slick-arrow.slick-next {
    right: -40px;
  }
}
.slider-three-items.with-dots .slick-list {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .slider-three-items.with-dots .slick-arrow {
    bottom: -18px;
  }
}

.checkbox-wrapper input[type=checkbox], .checkbox-wrapper input[type=radio], .wc_payment_method input[type=checkbox], .wc_payment_method input[type=radio], .woocommerce-shipping-methods input[type=checkbox], .woocommerce-shipping-methods input[type=radio] {
  display: none;
}
.checkbox-wrapper input[type=checkbox]:checked + .label:after, .checkbox-wrapper input[type=radio]:checked + .label:after, .wc_payment_method input[type=checkbox]:checked + .label:after, .wc_payment_method input[type=radio]:checked + .label:after, .woocommerce-shipping-methods input[type=checkbox]:checked + .label:after, .woocommerce-shipping-methods input[type=radio]:checked + .label:after {
  background-color: #333;
}
.checkbox-wrapper input[type=checkbox]:checked + label:before, .checkbox-wrapper input[type=radio]:checked + label:before, .wc_payment_method input[type=checkbox]:checked + label:before, .wc_payment_method input[type=radio]:checked + label:before, .woocommerce-shipping-methods input[type=checkbox]:checked + label:before, .woocommerce-shipping-methods input[type=radio]:checked + label:before {
  transform: scale(1);
}
.checkbox-wrapper .label, .checkbox-wrapper label, .wc_payment_method .label, .wc_payment_method label, .woocommerce-shipping-methods .label, .woocommerce-shipping-methods label {
  position: relative;
  padding-left: 36px;
  cursor: pointer;
}
.checkbox-wrapper .label:before, .checkbox-wrapper .label:after, .checkbox-wrapper label:before, .checkbox-wrapper label:after, .wc_payment_method .label:before, .wc_payment_method .label:after, .wc_payment_method label:before, .wc_payment_method label:after, .woocommerce-shipping-methods .label:before, .woocommerce-shipping-methods .label:after, .woocommerce-shipping-methods label:before, .woocommerce-shipping-methods label:after {
  content: "";
  position: absolute;
}
.checkbox-wrapper .label:before, .checkbox-wrapper label:before, .wc_payment_method .label:before, .wc_payment_method label:before, .woocommerce-shipping-methods .label:before, .woocommerce-shipping-methods label:before {
  z-index: 1;
}
.checkbox-wrapper .label:after, .checkbox-wrapper label:after, .wc_payment_method .label:after, .wc_payment_method label:after, .woocommerce-shipping-methods .label:after, .woocommerce-shipping-methods label:after {
  left: 0;
  top: 0;
  border: 1px solid #BDBDBD;
}

.checkbox-wrapper .label:before {
  left: 4px;
  top: 4px;
  width: 12px;
  height: 12px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/wp-content/themes/hurom/img/icon-check.svg");
}
.checkbox-wrapper .label:after {
  width: 20px;
  height: 20px;
  background-color: transparent;
  transition-duration: 0.25s;
  transition-property: background-color;
}

.wc_payment_method label:before, .cclw-shipping-methods label:before {
  left: 6px;
  top: 4px;
  width: 12px;
  height: 12px;
  background-color: #81BB27;
  border-radius: 100%;
  transform: scale(0);
  transition-duration: 0.25s;
  transition-property: transform;
}
.wc_payment_method label:after, .cclw-shipping-methods label:after {
  left: 0;
  top: -2px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
}

.checkbox-color-wrapper {
  position: relative;
  line-height: 1;
  margin-bottom: 21px;
}
.checkbox-color-wrapper input[type=checkbox] {
  display: none;
}
.checkbox-color-wrapper input[type=checkbox]:checked + .label {
  outline: 2px solid #7E7E7E;
}
.checkbox-color-wrapper .label {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 21px;
  cursor: pointer;
  border-radius: 100%;
  outline: 2px solid transparent;
  transition-duration: 0.25s;
  transition-property: outline-color;
}

.product-archive-header-title {
  margin-bottom: 30px;
}

.select2-container {
  min-width: 200px;
}
@media (min-width: 1024px) {
  .select2-container {
    min-width: 240px;
  }
}

.select2-container--default {
  margin-top: 4px !important;
  color: #333;
}
.select2-container--default .select2-selection--single {
  height: 56px !important;
  margin-top: -14px;
  padding: 14px 30px 14px 15px;
  border: 1px solid transparent;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .select2-container--default .select2-selection--single {
    padding-right: 47px;
    font-size: 16px;
  }
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  color: inherit;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50% !important;
  right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 15px;
  }
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: static;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/themes/hurom/img/icon-arrow-select.svg");
  background-position: center;
  border-width: 0;
  transform: rotate(0);
  transition-duration: 0.25s;
  transition-property: transform;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #F9F9F9 !important;
  color: inherit !important;
  transition-duration: 0.25s;
  transition-property: color;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent !important;
  color: #333 !important;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: none;
}
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #BDBDBD;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0;
  transform: rotate(180deg);
}
.select2-container--default.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-results__options .select2-results__option {
  padding: 14px 15px;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .select2-results__options .select2-results__option {
    font-size: 16px;
  }
}
.select2-results__options .select2-results__option:not(:last-child) {
  border-bottom: 1px solid #BDBDBD;
}

.pagination {
  margin-top: 60px;
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .pagination {
    margin-top: 120px;
  }
}
.pagination a {
  display: block;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.pagination .page-numbers {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: 0.25s;
  transition-property: opacity;
  border-radius: 100%;
}
.pagination .page-numbers:hover {
  opacity: 0.7;
}
.pagination .page-numbers.current {
  background-color: #81BB27;
  color: #fff;
}

.global-search-wrapper {
  padding-top: 60px;
}
@media (min-width: 1024px) {
  .global-search-wrapper {
    padding-top: 100px;
  }
}
.global-search-wrapper .page-content {
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  gap: 16px;
}
@media (min-width: 1024px) {
  .global-search-wrapper .page-content {
    margin-bottom: 60px;
  }
}
.global-search-wrapper .blog-search-btn {
  color: #81BB27;
  font-size: 20px;
}
.global-search-wrapper form {
  position: relative;
  display: block;
  width: 100%;
}
.global-search-wrapper form input[type=text] {
  width: 100%;
  padding: 16px 50px 16px 24px;
  font-size: 17px;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #BDBDBD;
}
.global-search-wrapper form button[type=submit] {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}

.added_to_cart.wc-forward {
  display: none;
}

.info-line-banner {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 60px;
}
@media (min-width: 1024px) {
  .info-line-banner {
    padding-top: 84px;
  }
}
.info-line-banner img {
  height: auto;
  width: 100%;
  max-width: 1440px;
}

.info-line-banner + main, .info-line-banner.product-page {
  margin-top: 0;
  padding-top: 0;
}

.home .info-line-banner {
  background-color: #DBD1C5;
}

.category-seo-content h1, .category-seo-content .h1,
.category-seo-content h2, .category-seo-content .h2,
.category-seo-content h3, .category-seo-content .h3,
.category-seo-content h4, .category-seo-content .h4,
.category-seo-content h5, .category-seo-content .h5,
.category-seo-content h6, .category-seo-content .h6,
.post-article-content h1,
.post-article-content .h1,
.post-article-content h2,
.post-article-content .h2,
.post-article-content h3,
.post-article-content .h3,
.post-article-content h4,
.post-article-content .h4,
.post-article-content h5,
.post-article-content .h5,
.post-article-content h6,
.post-article-content .h6,
.product_seo_bottom_block h1,
.product_seo_bottom_block .h1,
.product_seo_bottom_block h2,
.product_seo_bottom_block .h2,
.product_seo_bottom_block h3,
.product_seo_bottom_block .h3,
.product_seo_bottom_block h4,
.product_seo_bottom_block .h4,
.product_seo_bottom_block h5,
.product_seo_bottom_block .h5,
.product_seo_bottom_block h6,
.product_seo_bottom_block .h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .category-seo-content h2, .category-seo-content .h2,
  .post-article-content h2,
  .post-article-content .h2,
  .product_seo_bottom_block h2,
  .product_seo_bottom_block .h2 {
    font-size: 30px;
  }
}
.category-seo-content b, .category-seo-content strong,
.post-article-content b,
.post-article-content strong,
.product_seo_bottom_block b,
.product_seo_bottom_block strong {
  color: #2B890A;
}
.category-seo-content ul, .category-seo-content ol,
.post-article-content ul,
.post-article-content ol,
.product_seo_bottom_block ul,
.product_seo_bottom_block ol {
  padding-left: 14px;
}
.category-seo-content ul li + li, .category-seo-content ol li + li,
.post-article-content ul li + li,
.post-article-content ol li + li,
.product_seo_bottom_block ul li + li,
.product_seo_bottom_block ol li + li {
  margin-top: 5px;
}
.category-seo-content ul li::marker,
.post-article-content ul li::marker,
.product_seo_bottom_block ul li::marker {
  color: #2B890A;
}
.category-seo-content p + p,
.post-article-content p + p,
.product_seo_bottom_block p + p {
  margin-top: 15px;
}

body #bingc-passive div.bingc-passive-overlay {
  background-color: #F9F9F9 !important;
}

body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-hour,
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-minutes,
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form a.bingc-passive-phone-form-button {
  background: #81BB27 !important;
}
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-hour:hover, body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-hour:active,
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-minutes:hover,
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-minutes:active,
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form a.bingc-passive-phone-form-button:hover,
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form a.bingc-passive-phone-form-button:active {
  background: #82bc27 !important;
}

body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-day:hover, body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-day:active {
  background: #82bc27 !important;
}

body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-day div.bingc-passive-date-selection-select-day-list-of-days-container ul.bingc-passive-date-selection-select-day-list-of-days li,
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-hour div.bingc-passive-date-selection-select-hour-list-of-hours-container ul.bingc-passive-date-selection-select-hour-list-of-hours li,
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-minutes div.bingc-passive-date-selection-select-minutes-list-of-minutes-container ul.bingc-passive-date-selection-select-minutes-list-of-minutes li {
  color: #81BB27 !important;
}
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-day div.bingc-passive-date-selection-select-day-list-of-days-container ul.bingc-passive-date-selection-select-day-list-of-days li:hover, body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-day div.bingc-passive-date-selection-select-day-list-of-days-container ul.bingc-passive-date-selection-select-day-list-of-days li:active,
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-hour div.bingc-passive-date-selection-select-hour-list-of-hours-container ul.bingc-passive-date-selection-select-hour-list-of-hours li:hover,
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-hour div.bingc-passive-date-selection-select-hour-list-of-hours-container ul.bingc-passive-date-selection-select-hour-list-of-hours li:active,
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-minutes div.bingc-passive-date-selection-select-minutes-list-of-minutes-container ul.bingc-passive-date-selection-select-minutes-list-of-minutes li:hover,
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-minutes div.bingc-passive-date-selection-select-minutes-list-of-minutes-container ul.bingc-passive-date-selection-select-minutes-list-of-minutes li:active {
  background: #82bc27 !important;
  color: white !important;
}

body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-phone-sample {
  opacity: 1 !important;
}

body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-phone-sample span {
  color: #706f79 !important;
}

body #bingc-phone-button div.bingc-phone-button-tooltip {
  background: #81BB27 !important;
}

body #bingc-phone-button svg.bingc-phone-button-circle circle.bingc-phone-button-circle-inside,
body #bingc-phone-button:hover svg.bingc-phone-button-circle circle.bingc-phone-button-circle-inside,
body #bingc-phone-button div.bingc-phone-button-tooltip svg.bingc-phone-button-arrow polyline {
  fill: #81BB27 !important;
}

@media (max-width: 1023px) {
  #bingc-phone-button {
    display: none !important;
  }
}
.btn-feedback {
  opacity: 0;
  visibility: hidden;
  border-radius: 3px;
  position: fixed;
  left: 10px;
  bottom: 10px;
  max-width: calc(100% - 20px);
  width: 100%;
  transition: 0.3s;
  z-index: 10;
}
@media (max-width: 1023px) {
  .btn-feedback.show {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 782px) {
  html {
    margin-top: 60px !important;
  }
}
.post-article-content {
  margin-bottom: 32px;
}
.post-article-content:not(:first-child) {
  padding-top: 80px;
}
.post-article-content.recipe-post-content {
  margin-bottom: 0;
}
.post-article-content.recipe-post-content p {
  line-height: 30px;
}
.post-article-content.recipe-post-content blockquote p {
  line-height: inherit;
}
@media (min-width: 768px) {
  .post-article-content {
    padding-right: 90px;
    padding-left: 90px;
  }
}
.post-article-content blockquote {
  position: relative;
  display: block;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 40px 30px;
  border-radius: 30px;
  background-color: #F9F9F9;
  line-height: 1.6;
  font-family: "Museo Cyrl 500", cursive;
  font-size: 18px;
}
@media (min-width: 1024px) {
  .post-article-content blockquote {
    margin: 32px -90px;
    padding-right: 90px;
    padding-left: 90px;
    font-size: 20px;
    line-height: 1.6;
  }
}
.post-article-content blockquote:after {
  content: "";
  position: absolute;
  top: -22px;
  left: 20px;
  width: 54px;
  height: 50px;
  background-image: url("/wp-content/themes/hurom/img/quotes.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (min-width: 1024px) {
  .post-article-content blockquote:after {
    top: 12px;
    left: -18px;
    width: 74px;
    height: 68px;
  }
}
.post-article-content blockquote a {
  color: #81BB27;
  opacity: 1;
}
.post-article-content blockquote a:hover {
  opacity: 0.8;
  transition-duration: 0.25s;
  transition-property: opacity;
}
.post-article-content blockquote .color-green {
  color: #81BB27;
}
.post-article-content h2 {
  margin-bottom: 8px;
}
.post-article-content p img {
  max-width: initial;
  height: auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .post-article-content p img {
    width: calc(100% + 180px);
    margin: 48px -90px;
  }
}
.post-article-content p + p {
  margin-top: 16px;
}
.post-article-content p + .table-wrapper {
  margin-top: 20px;
}
.post-article-content ul, .post-article-content ol {
  margin-top: 8px;
  margin-bottom: 8px;
}
.post-article-content ul li:not(:last-child), .post-article-content ol li:not(:last-child) {
  margin-bottom: 6px;
}
.post-article-content ul {
  padding-left: 8px;
  list-style-type: none;
}
.post-article-content ul li {
  display: flex;
}
.post-article-content ul li:before {
  content: "-";
  margin-right: 10px;
}
.post-article-content ol {
  margin-bottom: 24px;
  padding-left: 26px;
}
.post-article-content iframe {
  width: 100%;
}
@media (max-width: 767px) {
  .post-article-content .table-wrapper {
    margin-right: -30px;
    padding-right: 30px;
    overflow-y: auto;
    padding-bottom: 12px;
  }
}
@media (min-width: 1024px) {
  .post-article-content .table-wrapper {
    margin-right: -90px;
    margin-left: -90px;
  }
}
.post-article-content .table-wrapper table {
  min-width: 500px;
}
.post-article-content table {
  font-size: 14px;
}
@media (min-width: 768px) {
  .post-article-content table {
    font-size: 16px;
  }
}
.post-article-content table tr:first-child {
  height: auto !important;
  background-color: #81BB27;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.post-article-content table tr:first-child td {
  padding: 16px;
}
.post-article-content table td {
  height: auto !important;
  padding: 8px 16px;
}
.post-article-content table td:not(:first-child) {
  text-align: center;
}
.post-article-content table td:first-child strong {
  font-weight: 600;
  color: #81BB27;
}
.post-article-content.seo-bottom-content {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .post-article-content.seo-bottom-content .seo-bottom-content-wrapper {
    padding-left: 284px;
  }
}
.post-article-content.seo-bottom-content blockquote {
  margin-top: 64px;
  margin-right: 0;
  margin-left: 0;
}
.post-article-content.seo-bottom-content p > img {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 1024px) {
  .post-article-content.seo-bottom-content .table-wrapper {
    margin-right: 0;
    margin-left: 0;
  }
}

.post-thumbnail {
  max-width: 1140px;
  height: 503px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 32px;
}
.post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-article-nav {
  display: none;
}
@media (min-width: 1024px) {
  .post-article-nav {
    display: flex;
    justify-content: center;
  }
}

.blog-categories {
  display: flex;
  justify-content: center;
}

.article-nav {
  display: flex;
  margin-bottom: 32px;
  align-items: center;
  overflow-x: auto;
  background-color: #F9F9F9;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .article-nav {
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .article-nav {
    margin-bottom: 60px;
    border-radius: 50px;
  }
}
.article-nav.container {
  max-width: 1140px;
  width: 100%;
}
@media (min-width: 768px) {
  .article-nav.container {
    width: auto;
  }
}
.article-nav li.product-name,
.article-nav li.price-btn {
  display: none;
  align-items: center;
}
.article-nav li.price-btn .quantity {
  display: none;
}
.article-nav .post-article-nav__product-info {
  display: none;
}
.article-nav .post-article-nav__product-info .quantity {
  display: none !important;
}
.article-nav .list {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px;
  text-transform: uppercase;
  line-height: 18px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .article-nav .list {
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media (min-width: 1024px) {
  .article-nav .list {
    padding: 35px 10px;
    line-height: 22px;
    font-size: 18px;
    font-weight: 600;
  }
}
@media (min-width: 1280px) {
  .article-nav .list {
    padding-right: 45px;
    padding-left: 45px;
  }
}
.article-nav .list li {
  position: relative;
}
.article-nav .list li.current-cat {
  color: #81BB27;
}
.article-nav .list li:not(:last-child) {
  margin-right: 40px;
}
@media (min-width: 768px) {
  .article-nav .list li:not(:last-child) {
    margin-right: 16px;
  }
}
@media (min-width: 1024px) {
  .article-nav .list li:not(:last-child) {
    margin-right: 60px;
  }
}
.article-nav .list li a {
  transition-duration: 0.25s;
  transition-property: color;
}
.article-nav .list li a:hover {
  color: #81BB27;
}
.article-nav .list .blog-count {
  position: absolute;
  left: calc(100% + 2px);
  top: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  min-width: 16px;
  padding-right: 2px;
  padding-left: 2px;
  background-color: #81BB27;
  border-radius: 12px;
  line-height: 10px;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
}
.article-nav .product-name {
  display: none;
  margin-right: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .article-nav .product-name {
    margin-left: 35px;
    flex-shrink: 0;
    font-size: 19px;
    font-weight: 600;
  }
}
.article-nav .price del span {
  font-size: 14px;
}
.article-nav .price ins {
  line-height: 60%;
}
.article-nav .price-btn {
  display: flex;
  align-items: center;
}
.article-nav .woocommerce-Price-amount {
  margin-right: 30px;
  font-size: 16px;
  font-weight: 600;
}
.article-nav.fixed {
  position: fixed;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 8;
  max-width: none;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .article-nav.fixed .product-name {
    display: block;
  }
}
.article-nav.fixed .list {
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: flex-start;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .article-nav.fixed .list {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .article-nav.fixed .list {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .article-nav.fixed .list li {
    margin-right: 20px;
  }
}
@media (min-width: 1280px) {
  .article-nav.fixed .list li {
    margin-right: 60px;
  }
}
.article-nav.fixed .post-article-nav__product-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 45px;
}
.article-nav.fixed .quantity {
  display: none;
}
.article-nav.fixed .list {
  margin-right: 32px;
  min-height: 72px;
}
@media (min-width: 768px) {
  .article-nav.fixed .list {
    width: 100%;
    border-radius: 0;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .article-nav.fixed .list {
    margin-right: 32px;
  }
}
.article-nav.fixed .floating-underline:before {
  bottom: 20px;
}
@media (min-width: 1024px) {
  .article-nav.fixed .floating-underline:before {
    bottom: 6px;
  }
}

@media (max-width: 1023px) {
  .product-page .article-nav.fixed .floating-underline:before {
    bottom: 6px;
  }
}

.single-post .article-nav.fixed {
  padding-top: 16px;
  padding-bottom: 16px;
}
.single-post .article-nav.fixed .list {
  justify-content: center;
}
.single-post .article-nav.fixed .floating-underline:before {
  bottom: 8px;
}
@media (min-width: 1024px) {
  .single-post .post-article-faq {
    padding-left: 0;
  }
}

.post-article-meta {
  margin-bottom: 16px;
}
.post-article-meta .top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .post-article-meta .top {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .post-article-meta .top {
    align-items: center;
  }
}
.post-article-meta .author {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .post-article-meta .author {
    margin-bottom: 24px;
  }
}
.post-article-meta .author .image {
  width: 48px;
  height: 48px;
  margin-right: 16px;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid rgba(129, 187, 39, 0.5);
}
.post-article-meta .author .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-article-meta .author .info {
  display: flex;
  flex-direction: column;
}
.post-article-meta .author .author-name {
  margin-bottom: 4px;
  line-height: 20px;
  text-transform: uppercase;
  color: #81BB27;
  font-family: "Montserrat";
  font-weight: 600;
}
.post-article-meta .author .post-data {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #7E7E7E;
}
.post-article-meta .read-time {
  display: grid;
  grid-template-columns: 26px 1fr;
  grid-column-gap: 12px;
  align-items: center;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .post-article-meta .read-time {
    grid-column-gap: 11px;
    font-size: 16px;
  }
}

.post-article-thumbnail-wrapper {
  height: 320px;
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .post-article-thumbnail-wrapper {
    height: 500px;
  }
}
.post-article-thumbnail-wrapper img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-article-tags {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .post-article-tags {
    margin-bottom: 90px;
  }
}

.post-article-menu .list {
  line-height: 32px;
  color: #81BB27;
  font-size: 18px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .post-article-menu .list {
    font-size: 20px;
  }
}
.post-article-menu .list li {
  display: flex;
}
.post-article-menu .list li:not(:last-child) {
  margin-bottom: 14px;
}
.post-article-menu .list li:before {
  content: "";
  width: 24px;
  height: 24px;
  margin-top: 4px;
  margin-right: 10px;
  flex-shrink: 0;
  background-image: url("/wp-content/themes/hurom/img/icon-arrow-green-to-right.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.post-article-banner {
  margin-bottom: 52px;
}
@media (min-width: 768px) {
  .post-article-banner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .post-article-banner {
    margin-top: 82px;
    margin-bottom: 110px;
  }
}
.post-article-banner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-article-banner .text {
  padding: 24px;
  background-color: #F9F9F9;
}
@media (min-width: 1024px) {
  .post-article-banner .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (min-width: 1280px) {
  .post-article-banner .text {
    padding-right: 70px;
    padding-left: 70px;
  }
}
.post-article-banner .btn {
  margin-top: 20px;
}

.home-page {
  padding-top: 0;
}
.home-page h2 {
  text-align: center;
}
@media (max-width: 767px) {
  .home-page h2 {
    font-size: 34px;
    line-height: 41px;
    letter-spacing: -0.03em;
  }
}
.home-page .info h2 {
  text-align: left;
}
@media (min-width: 1024px) {
  .home-page .info h2 {
    line-height: 37px;
  }
}
.home-page .hero-section {
  padding-top: 160px;
  background-color: #DBD1C5;
  background-position: center bottom;
  background-size: cover;
  text-align: center;
}
@media (min-width: 1024px) {
  .home-page .hero-section {
    position: relative;
    min-height: 968px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 160px;
  }
}
@media (min-width: 1024px) {
  .home-page .hero-section .hero-section-wrapper {
    position: relative;
    z-index: 1;
  }
}
.home-page .hero-section h1 {
  max-width: 784px;
  margin-left: auto;
  margin-right: auto;
}
.home-page .hero-section p {
  max-width: 784px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 32px;
}
.home-page .hero-section .btn-wrapper {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .home-page .hero-section .btn-wrapper {
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .home-page .hero-section .bg-image {
    display: block;
    margin-top: -420px;
  }
}
@media (min-width: 1024px) {
  .home-page .hero-section .bg-image img {
    margin-right: auto;
    margin-left: auto;
  }
}
.home-page .about-section {
  padding-top: 90px;
}
.home-page .about-section .intro {
  margin-bottom: 90px;
  text-align: center;
}
.home-page .about-section .intro span {
  color: #81BB27;
}
@media (min-width: 1024px) {
  .home-page .about-section .intro {
    font-size: 20px;
    line-height: 1.6;
  }
}
.home-page .product-section-related-models {
  margin-top: 0;
}
.home-page .product-section-related-models .image {
  margin-bottom: 30px;
}
.home-page .product-section-related-models .slick-dots {
  margin-top: 40px;
}
.home-page .slider-with-dots-by-center .list.container {
  padding-right: 0;
}
.home-page .slider-with-dots-by-center .list .item {
  width: calc(100vw - 105px);
  margin-right: 15px;
}
@media (min-width: 768px) {
  .home-page .slider-with-dots-by-center .list .item {
    width: calc(50vw - 105px);
  }
}
@media (min-width: 1024px) {
  .home-page .slider-with-dots-by-center .list .item {
    width: 33%;
  }
}
.home-page section {
  padding-top: 90px;
}
@media (min-width: 1024px) {
  .home-page section {
    padding-top: 120px;
  }
}

@media (min-width: 768px) {
  .slider-with-dots-by-center-mobile .slider-nav-btn-dots {
    display: none;
  }
}
@media (min-width: 768px) {
  .slider-with-dots-by-center-mobile + .btn-wrapper {
    justify-content: center;
  }
}

.juice-academy-slider-wrapper {
  padding-top: 90px;
}
@media (min-width: 1024px) {
  .juice-academy-slider-wrapper {
    padding-top: 120px;
  }
}
.juice-academy-slider-wrapper.container {
  padding-right: 0;
}
@media (min-width: 1024px) {
  .juice-academy-slider-wrapper.container {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .juice-academy-slider-wrapper .list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 30px;
  }
}
.juice-academy-slider-wrapper .item {
  width: calc(100vw - 105px);
}
@media (max-width: 767px) {
  .juice-academy-slider-wrapper .item {
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .juice-academy-slider-wrapper .item {
    width: 100%;
  }
}
.juice-academy-slider-wrapper .item > a {
  display: flex;
  flex-direction: column;
}

.life-section {
  text-align: center;
}
.life-section .image {
  max-width: 1440px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .life-section .image {
    height: 63vw;
  }
}
@media (min-width: 1024px) {
  .life-section .image {
    margin-top: 60px;
  }
}
.life-section .image img {
  width: 100%;
}
@media (max-width: 767px) {
  .life-section .image img {
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1024px) {
  .life-section .life-section-wrapper {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media (min-width: 1024px) {
  .life-section h2 {
    margin-bottom: 12px;
    font-size: 50px;
    line-height: 58px;
  }
}

.image-text-section .container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .image-text-section .container {
    flex-direction: row;
  }
}
.image-text-section .info {
  padding: 20px 20px 30px;
  background-color: #F9F9F9;
}
@media (min-width: 768px) {
  .image-text-section .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .image-text-section .info {
    padding-left: 70px;
    padding-right: 60px;
  }
}
@media (min-width: 768px) {
  .image-text-section .image {
    width: 50%;
    flex-shrink: 0;
  }
  .image-text-section .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1024px) {
  .image-text-section .image {
    width: 555px;
    height: 415px;
  }
}
.image-text-section .btn-wrapper {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .image-text-section .btn-wrapper {
    justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  .juice-quality-section .image {
    order: 2;
  }
}
@media (min-width: 768px) {
  .juice-quality-section .info {
    order: 1;
  }
}
@media (min-width: 1024px) {
  .juice-quality-section .info {
    padding-left: 80px;
    padding-right: 60px;
  }
}

.exclusive-representatives-section {
  padding-top: 0;
  padding-bottom: 90px;
  background-color: #F9F9F9;
  text-align: center;
}
@media (min-width: 1024px) {
  .exclusive-representatives-section {
    background-color: transparent;
    padding-bottom: 0;
  }
}
.exclusive-representatives-section .image {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .exclusive-representatives-section .image {
    width: 144px;
    margin-left: 78px;
    margin-right: 70px;
    margin-bottom: 0;
    flex-shrink: 0;
  }
}
@media (min-width: 1024px) {
  .exclusive-representatives-section .info {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .exclusive-representatives-section .info h2 {
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 37px;
  }
}
.exclusive-representatives-section .btn-wrapper {
  margin-top: 30px;
}

@media (min-width: 1024px) {
  .exclusive-representatives-section-wrapper {
    display: flex;
    align-items: center;
  }
}

.juice-academy-section .juice-academy-section-wrapper {
  padding-top: 60px;
  text-align: center;
  color: #fff;
  background-color: #44871E;
}
@media (min-width: 1024px) {
  .juice-academy-section .juice-academy-section-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    height: 490px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
    background-color: transparent;
  }
}
.juice-academy-section .btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
@media (min-width: 1024px) {
  .juice-academy-section .text {
    position: relative;
    padding-right: 445px;
    padding-left: 64px;
    font-size: 20px;
    line-height: 32px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .juice-academy-section .text h2 {
    font-size: 50px;
    line-height: 58px;
    letter-spacing: -0.03em;
  }
}
.juice-academy-section .bg-image {
  display: block;
}
@media (max-width: 767px) {
  .juice-academy-section .bg-image {
    margin-top: -200px;
  }
}
@media (min-width: 1024px) {
  .juice-academy-section .bg-image {
    position: absolute;
    top: 0;
    max-width: 1172px;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.juice-academy-section .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

.juice-books-section {
  margin-top: 0;
}
.juice-books-section .slick-arrow {
  position: static;
}
.juice-books-section .desc {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
}
@media (max-width: 1023px) {
  .juice-books-section .desc {
    max-width: calc(100vw - 40px);
  }
}

.recipes-section .text {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.recipes-section .item.post .image {
  height: 329px;
}
.recipes-section .slider-nav-btn-dots .slick-nav {
  justify-content: space-between;
}
@media (min-width: 768px) {
  .recipes-section .slick-slider-dots {
    display: none;
  }
}
@media (min-width: 1024px) {
  .recipes-section .slider-three-items .slick-arrow {
    top: 220px;
  }
}
.recipes-section .slider-with-dots-by-center-padding-left .list .item {
  margin-right: 30px;
}
@media (min-width: 768px) {
  .recipes-section .slider-with-dots-by-center-padding-left .list .item {
    width: calc(50vw - 105px);
  }
}
@media (min-width: 1024px) {
  .recipes-section .slider-with-dots-by-center-padding-left .list .item {
    width: calc(25vw - 105px);
  }
}

.instagram-section {
  margin-top: 90px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F9F9F9;
}

.instagram-section-wrapper > p {
  margin-bottom: 30px;
  text-align: center;
}
.instagram-section-wrapper .btn-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 1023px) {
  .instagram-section-wrapper .btn-wrapper {
    margin-top: 20px;
  }
}

@media (min-width: 1024px) {
  .instagram-slider {
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1023px) {
  .instagram-slider .slide {
    display: flex;
  }
}
.instagram-slider .photo {
  height: 41.333vw;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .instagram-slider .photo {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .instagram-slider .photo {
    height: 300px;
  }
}
.instagram-slider .photo a {
  position: relative;
}
.instagram-slider .photo a:hover .title {
  opacity: 1;
}
.instagram-slider .photo .title {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  opacity: 0;
  transition-duration: 0.25s;
  transition-property: opacity;
}
.instagram-slider .photo .title h3 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 768px) {
  .instagram-slider .photo .title h3 {
    font-size: 20px;
    line-height: 1.5;
  }
}
.instagram-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instagram-slider .slick-arrow {
  position: absolute;
  bottom: -34px;
  width: 40px;
  height: 40px;
  background-image: url("/wp-content/themes/hurom/img/arrow-pagination.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
}
@media (min-width: 1024px) {
  .instagram-slider .slick-arrow {
    bottom: -55px;
  }
}
.instagram-slider .slick-arrow.slick-prev {
  left: 10px;
}
.instagram-slider .slick-arrow.slick-next {
  right: 10px;
  transform: rotate(180deg);
}

.floating-underline {
  --left: 0px;
  --width: 0px;
  position: relative;
  display: inline-flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.floating-underline:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 32px;
  height: 2px;
  left: var(--left);
  width: var(--width);
  background-color: #81BB27;
  transition-duration: 0.4s;
  border-radius: 4px;
}

.post-article-nav .floating-underline:before {
  bottom: 24px;
}

body {
  display: flex;
  flex-direction: column;
  color: #333;
  line-height: 1.5;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

p:empty {
  display: none;
}

button {
  cursor: pointer;
}

@media (min-width: 1024px) {
  .mobile {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .desktop {
    display: none !important;
  }
}

.cursor-pointer {
  cursor: pointer;
}

.container {
  width: 100%;
  max-width: 1172px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.container.container-small {
  max-width: 908px;
}
.container.width-full {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 1024px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.smallest-container {
  max-width: 746px;
  margin-right: auto;
  margin-left: auto;
}
.smallest-container h2 {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .smallest-container h2 {
    font-size: 50px;
  }
}
.smallest-container .list-title {
  margin-bottom: 80px;
}
.smallest-container .item {
  margin-bottom: 20px;
  padding-left: 60px;
  padding-bottom: 20px;
}
.smallest-container .item:not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
}
.smallest-container h5 {
  position: relative;
  margin-bottom: 18px;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
}
.smallest-container h5:before {
  content: "";
  position: absolute;
  left: -60px;
  top: -1px;
  width: 32px;
  height: 32px;
  background-image: url("/wp-content/themes/hurom/img/icon-dash.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.container-padding-left {
  padding-left: 30px;
}
@media (min-width: 1024px) {
  .container-padding-left {
    padding-left: calc((100vw - 1172px) / 2);
  }
}

.overflow-hidden {
  overflow: hidden;
}

.menu-overlay {
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.25s;
  transition-property: opacity;
  z-index: -1;
}

.overlay, .inner-overlay {
  display: none;
  z-index: 9;
}

.menu-overlay, .overlay, .inner-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(51, 51, 51, 0.6);
}

.menu-opened .menu-overlay {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}

.slick-arrow {
  z-index: 1;
}

.slider-nav-btn-dots {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .slider-nav-btn-dots {
    margin-top: 80px;
  }
}
.slider-nav-btn-dots .slick-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1024px) {
  .slider-nav-btn-dots .slick-nav {
    justify-content: center;
  }
}
.slider-nav-btn-dots .slick-arrow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .slider-nav-btn-dots .slick-slider-dots {
    margin-right: 90px;
    margin-left: 90px;
  }
}

.slick-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 22px;
}
.slick-dots li {
  width: 12px;
  height: 12px;
}
.slick-dots button {
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  border-radius: 100%;
  background-color: #E5E5E5;
  transition-duration: 0.25s;
  transition-property: background-color;
}
.slick-dots .slick-active button {
  background-color: #333;
}

.cookie-notice {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 8;
  bottom: 0;
  display: none;
}

.cookie-notice-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background-color: #F9F9F9;
}
@media (max-width: 767px) {
  .cookie-notice-wrapper {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .cookie-notice-wrapper {
    padding: 20px 30px;
  }
}
.cookie-notice-wrapper .image {
  width: 100%;
  max-width: 70px;
  margin-right: 20px;
}
.cookie-notice-wrapper p {
  flex-grow: 1;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
}
@media (min-width: 1024px) {
  .cookie-notice-wrapper p {
    padding-right: 20px;
    font-size: 18px;
    line-height: 32px;
  }
}
.cookie-notice-wrapper p a {
  color: #74A823;
}
.cookie-notice-wrapper .accept-cookies {
  padding: 10px 30px;
  background-color: #333333;
  border-radius: 3px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}
.cookie-notice-wrapper .refuse-cookies {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .cookie-notice-wrapper .refuse-cookies {
    position: absolute;
    top: 8px;
    right: 8px;
  }
}

.icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.icon-user {
  background-image: url("/wp-content/themes/hurom/img/icon-user.svg");
}

.icon-user-dark {
  background-image: url("/wp-content/themes/hurom/img/icon-user-dark.svg");
}

.icon-play {
  position: relative;
}
.icon-play:before, .icon-play:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition-duration: 0.25s;
  transition-property: opacity;
}
.icon-play:before {
  opacity: 1;
  background-image: url("/wp-content/themes/hurom/img/icon-play-btn-green.svg");
}
.icon-play:after {
  opacity: 0;
  background-image: url("/wp-content/themes/hurom/img/icon-play-btn-white.svg");
}

*:hover > .icon-play:before,
*:hover > .icon-link-arrow:before {
  opacity: 0;
}
*:hover > .icon-play:after,
*:hover > .icon-link-arrow:after {
  opacity: 1;
}

.icon-arrow-prev {
  background-image: url("/wp-content/themes/hurom/img/icon-arrow-prev.svg");
}

.icon-arrow-next {
  background-image: url("/wp-content/themes/hurom/img/icon-arrow-next.svg");
}

.icon-arrow-prev-long {
  background-image: url("/wp-content/themes/hurom/img/icon-arrow-next-long.svg");
  transform: rotate(180deg);
}

.icon-arrow-next-long {
  background-image: url("/wp-content/themes/hurom/img/icon-arrow-next-long.svg");
}

.icon-arrow-prev-simple {
  transform: rotate(180deg);
  background-image: url("/wp-content/themes/hurom/img/icon-arrow-next-simple.svg");
}

.icon-arrow-next-simple {
  background-image: url("/wp-content/themes/hurom/img/icon-arrow-next-simple.svg");
}

.icon-guarantee {
  background-image: url("/wp-content/themes/hurom/img/icon-guarantee.png");
}

.icon-box {
  background-image: url("/wp-content/themes/hurom/img/icon-box.png");
}

.icon-plus,
.icon-minus,
.icon-plus-green,
.icon-minus-green {
  position: relative;
  z-index: 1;
}
.icon-plus:before, .icon-plus:after,
.icon-minus:before,
.icon-minus:after,
.icon-plus-green:before,
.icon-plus-green:after,
.icon-minus-green:before,
.icon-minus-green:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition-duration: 0.25s;
  transition-property: opacity;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-plus:before,
.icon-minus:before,
.icon-plus-green:before,
.icon-minus-green:before {
  opacity: 1;
}
.icon-plus:after,
.icon-minus:after,
.icon-plus-green:after,
.icon-minus-green:after {
  opacity: 0;
}
.icon-plus:hover:before,
.icon-minus:hover:before,
.icon-plus-green:hover:before,
.icon-minus-green:hover:before {
  opacity: 0;
}
.icon-plus:hover:after,
.icon-minus:hover:after,
.icon-plus-green:hover:after,
.icon-minus-green:hover:after {
  opacity: 1;
}

.icon-plus-green:before {
  background-image: url("/wp-content/themes/hurom/img/icon-plus-green.svg");
  opacity: 1;
}
.icon-plus-green:after {
  background-image: url("/wp-content/themes/hurom/img/icon-plus-green-hover.svg");
}

.icon-minus-green:before {
  background-image: url("/wp-content/themes/hurom/img/icon-minus-green.svg");
}
.icon-minus-green:after {
  background-image: url("/wp-content/themes/hurom/img/icon-minus-green-hover.svg");
}

.icon-plus:before {
  background-image: url("/wp-content/themes/hurom/img/icon-plus.svg");
  opacity: 1;
}
.icon-plus:after {
  background-image: url("/wp-content/themes/hurom/img/icon-plus-hover.svg");
}

.icon-minus:before {
  background-image: url("/wp-content/themes/hurom/img/icon-minus.svg");
}
.icon-minus:after {
  background-image: url("/wp-content/themes/hurom/img/icon-minus-hover.svg");
}

:disabled .icon-minus-green:before {
  opacity: 0;
}
:disabled .icon-minus-green:after {
  opacity: 1;
  background-image: url("/wp-content/themes/hurom/img/icon-minus-green-disabled.svg");
}

.icon-search-gray {
  background-image: url("/wp-content/themes/hurom/img/icon-search-gray.svg");
}

.icon-tooltip {
  background-image: url("/wp-content/themes/hurom/img/icon-tooltip.svg");
}

.icon-link-arrow {
  position: relative;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.icon-link-arrow:before, .icon-link-arrow:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  transition-duration: 0.25s;
  transition-property: opacity;
}
.icon-link-arrow:before {
  opacity: 1;
  background-image: url("/wp-content/themes/hurom/img/icon-link-arrow-green.svg");
}
.icon-link-arrow:after {
  opacity: 0;
  background-image: url("/wp-content/themes/hurom/img/icon-link-arrow-white.svg");
}

.icon-plus-circle {
  width: 32px;
  height: 32px;
  background-image: url("/wp-content/themes/hurom/img/icon-plus-circle.svg");
}

.icon-exit {
  background-image: url("/wp-content/themes/hurom/img/icon-exit.svg");
}

.icon-order {
  background-image: url("/wp-content/themes/hurom/img/icon-order.svg");
}

.icon-map-marker {
  background-image: url("/wp-content/themes/hurom/img/icon-map-marker.svg");
}

.icon-trash {
  background-image: url("/wp-content/themes/hurom/img/icon-trash.svg");
}

.icon-guaranty {
  background-image: url("/wp-content/themes/hurom/img/icon-guaranty.svg");
}

.icon-present {
  background-image: url("/wp-content/themes/hurom/img/icon-present.svg");
}

.icon-filter {
  background-image: url("/wp-content/themes/hurom/img/icon-filter.svg");
}

.icon-close-big {
  background-image: url("/wp-content/themes/hurom/img/icon-close-big.svg");
}

.icon-magnifier-green {
  background-image: url("/wp-content/themes/hurom/img/icon-magnifier-green.svg");
}

.icon-delivery {
  background-image: url("/wp-content/themes/hurom/img/icon-delivery.svg");
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 60px;
  transition: all 0.3s ease;
  background-color: #333;
}
.header.scrolling_down {
  transform: translateY(-100%);
}
@media (min-width: 1024px) {
  .header {
    height: 84px;
  }
  .header.header-min {
    height: 60px;
  }
}
.header .header-left {
  position: relative;
  height: 100%;
  display: flex;
  z-index: 2;
}
@media (max-width: 1023px) {
  .header .header-left {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
    align-items: center;
    justify-content: space-between;
    background-color: #333;
  }
}
@media (max-width: 1023px) {
  .header .desktop-lang {
    display: none;
  }
}
@media (max-width: 1023px) {
  .header .mobile-lang {
    order: 3;
  }
}
@media (max-width: 1023px) {
  .header .mobile-lang .language-switcher ul {
    padding-top: 26px;
    padding-bottom: 26px;
    display: flex;
  }
}
@media (max-width: 1023px) {
  .header .mobile-lang .language-switcher .lang-item {
    margin-right: 20px;
  }
}
@media (min-width: 1024px) {
  .header .mobile-lang {
    display: none;
  }
}
.header .logo {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .header .logo {
    margin-right: 40px;
  }
}
.header .language-switcher {
  position: relative;
  color: #fff;
  text-transform: uppercase;
}
.header .language-switcher.opened button {
  color: #81BB27;
}
.header .language-switcher.opened button:before, .header .language-switcher.opened button:after {
  transform: rotate(180deg) translateY(-50%);
}
.header .language-switcher.opened button:before {
  opacity: 0;
}
.header .language-switcher.opened button:after {
  opacity: 1;
}
@media (min-width: 1024px) {
  .header .language-switcher {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.header .language-switcher button {
  position: relative;
  height: 100%;
  padding-right: 22px;
  color: inherit;
  text-transform: inherit;
  transition-property: color;
}
.header .language-switcher button:before, .header .language-switcher button:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  transform: rotate(0) translateY(-50%);
  transition-duration: 0.25s;
  transition-property: opacity, transform;
  transform-origin: top;
}
.header .language-switcher button:before {
  opacity: 1;
  background-image: url("/wp-content/themes/hurom/img/icon-arrow-down.svg");
}
.header .language-switcher button:after {
  opacity: 0;
  background-image: url("/wp-content/themes/hurom/img/icon-arrow-down-green.svg");
}
@media (max-width: 1023px) {
  .header .language-switcher button.active:before, .header .language-switcher button.active:after {
    transform: rotate(180deg);
  }
  .header .language-switcher button.active:before {
    opacity: 0;
  }
  .header .language-switcher button.active:after {
    opacity: 1;
  }
}
.header .language-switcher ul {
  position: absolute;
  top: 100%;
  left: -22px;
  margin: 0;
  padding: 4px 24px;
  list-style-type: none;
}
@media (max-width: 1023px) {
  .header .language-switcher ul {
    display: none;
  }
}
@media (min-width: 1024px) {
  .header .language-switcher ul {
    top: calc(100% + 5px);
    padding: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    background-color: #F9F9F9;
  }
}
@media (min-width: 1024px) {
  .header .language-switcher .lang-item {
    width: 65px;
    text-align: center;
    color: #333;
  }
  .header .language-switcher .lang-item:not(:last-child) {
    border-bottom: 1px solid #E5E5E5;
  }
}
@media (max-width: 1023px) {
  .header .language-switcher .lang-item.current-lang a {
    color: #81BB27;
  }
}
@media (min-width: 1024px) {
  .header .language-switcher .lang-item.current-lang a {
    background-color: #fff;
  }
}
.header .language-switcher .lang-item a {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  transition-duration: 0.25s;
  transition-property: background-color;
}
.header .language-switcher .lang-item a:hover {
  background-color: #fff;
}
@media (min-width: 1024px) {
  .header .language-switcher:hover button {
    transition-duration: 0.25s;
    color: #81BB27;
  }
  .header .language-switcher:hover button:before, .header .language-switcher:hover button:after {
    transform: rotate(180deg) translateY(-50%);
  }
  .header .language-switcher:hover button:before {
    opacity: 0;
  }
  .header .language-switcher:hover button:after {
    opacity: 1;
  }
  .header .language-switcher:hover ul {
    visibility: visible;
    top: calc(100% - 16px);
    opacity: 1;
    z-index: 1;
    transition-duration: 0.25s;
    transition-property: opacity, top;
  }
}

.header-wrapper {
  height: 100%;
}
@media (max-width: 1023px) {
  .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .header-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.header-wrapper.container {
  max-width: 1440px;
}
.header-wrapper .menu-item.current_page_item > a {
  color: #81BB27;
}
@media (min-width: 1024px) {
  .header-wrapper .menu-item {
    position: relative;
    height: 100%;
    margin-left: 6px;
  }
}
@media (min-width: 1280px) {
  .header-wrapper .menu-item {
    margin-left: 10px;
  }
}
.header-wrapper .menu-item > a {
  display: block;
  color: #fff;
  transition-property: color;
}
@media (max-width: 1023px) {
  .header-wrapper .menu-item > a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 1024px) {
  .header-wrapper .menu-item > a {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 16px 10px;
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .header-wrapper .menu-item > a {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
  }
}
.header-wrapper .menu-item > a:hover {
  transition-duration: 0.25s;
  color: #81BB27;
}
.header-wrapper .menu-item > a img {
  width: 78px;
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .header-wrapper .menu-item > a img {
    width: 60px;
    margin-right: 24px;
  }
}

@media (max-width: 1023px) {
  .header-nav {
    position: fixed;
    top: 0;
    left: -150vw;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    padding-right: 28px;
    padding-left: 28px;
    padding-top: 80px;
    background-color: #333;
    transition-duration: 0.25s;
    transition-timing-function: ease-out;
    transition-property: left;
    overflow-y: auto;
  }
}
@media (min-width: 1024px) {
  .header-nav {
    display: flex;
    align-items: center;
  }
}
.header-nav .user-nav {
  z-index: 2;
}
@media (max-width: 1023px) {
  .header-nav .user-nav {
    order: 1;
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #fff;
  }
}
@media (min-width: 1024px) {
  .header-nav .user-nav {
    display: flex;
    align-items: center;
    margin-left: 40px;
  }
}
.header-nav .user-nav .user-nav-btn {
  position: relative;
}
@media (max-width: 1023px) {
  .header-nav .user-nav .user-nav-btn {
    display: flex;
    width: 33%;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .header-nav .user-nav .user-nav-btn img {
    width: 44px;
    margin-bottom: 8px;
  }
}
@media (max-width: 1023px) {
  .header-nav .user-nav .user-nav-btn span {
    color: #BDBDBD;
    font-size: 12px;
    line-height: 15px;
  }
}
@media (min-width: 1024px) {
  .header-nav .user-nav .user-nav-btn span {
    display: none;
  }
}
.header-nav .user-nav .user-nav-btn small {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  min-height: 18px;
  border-radius: 50%;
  background-color: #81bb27;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  top: 0;
  right: 25px;
}
@media (min-width: 1024px) {
  .header-nav .user-nav .user-nav-btn small {
    right: -5px;
  }
}
.header-nav .user-nav-btn {
  opacity: 1;
  transition-duration: 0.25s;
  transition-property: opacity;
}
.header-nav .user-nav-btn:hover {
  opacity: 0.7;
}
@media (max-width: 1023px) {
  .header-nav .favorite-btn {
    order: 1;
  }
}
@media (max-width: 1023px) {
  .header-nav .header-cart {
    order: 2;
  }
}
@media (max-width: 1023px) {
  .header-nav .header-login {
    order: 3;
  }
}

@media (max-width: 1023px) {
  .header-menu {
    order: 3;
  }
}
@media (min-width: 1024px) {
  .header-menu {
    height: 100%;
  }
}
.header-menu .menu {
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .header-menu .menu {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1023px) {
  .header-menu .menu > .menu-item {
    border-bottom: 1px solid #8C8C8C;
  }
}
@media (max-width: 1023px) {
  .header-menu .menu > .menu-item a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.header-menu .menu-item-has-children > a {
  position: relative;
  padding-right: 22px;
}
.header-menu .menu-item-has-children > a:before, .header-menu .menu-item-has-children > a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  transform: rotate(-90deg) translateY(-50%);
  transition-duration: 0.25s;
  transition-property: opacity, transform;
  transform-origin: top;
}
@media (min-width: 1024px) {
  .header-menu .menu-item-has-children > a:before, .header-menu .menu-item-has-children > a:after {
    transform: rotate(0) translateY(-50%);
    transition-duration: 0.25s;
  }
}
.header-menu .menu-item-has-children > a:before {
  opacity: 1;
  background-image: url("/wp-content/themes/hurom/img/icon-arrow-down.svg");
}
.header-menu .menu-item-has-children > a:after {
  opacity: 0;
  background-image: url("/wp-content/themes/hurom/img/icon-arrow-down-green.svg");
}
.header-menu .menu-item-has-children:hover > a {
  color: #81BB27;
}
.header-menu .menu-item-has-children:hover > a:before {
  opacity: 0;
  transform: rotate(180deg) translateY(-50%);
}
.header-menu .menu-item-has-children:hover > a:after {
  opacity: 1;
  transform: rotate(180deg) translateY(-50%);
}
@media (min-width: 1024px) {
  .header-menu .menu-item-has-children:hover .sub-menu {
    top: calc(100% - 16px);
    visibility: visible;
    opacity: 1;
    z-index: 3;
  }
}
@media (max-width: 1023px) {
  .header-menu .sub-menu {
    position: fixed;
    top: 60px;
    left: -100vw;
    width: 100%;
    height: calc(100svh - 60px);
    padding-left: 28px;
    padding-right: 28px;
    background-color: #F9F9F9;
    z-index: 3;
    transition-duration: 0.25s;
    transition-property: left;
    overflow-y: auto;
  }
}
@media (min-width: 1024px) {
  .header-menu .sub-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 360px;
    justify-content: center;
    background-color: #F9F9F9;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    flex-direction: row;
    transition-duration: 0.25s;
    top: calc(100% + 5px);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
  }
}
.header-menu .sub-menu .menu-item {
  border-bottom: 1px solid #E5E5E5;
}
@media (min-width: 1024px) {
  .header-menu .sub-menu .menu-item {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .header-menu .sub-menu .menu-item a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.header-menu .sub-menu .sub-title {
  padding-top: 45px;
  padding-bottom: 28px;
  border-bottom: 2px solid #BDBDBD;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.03em;
  text-transform: none;
}
@media (min-width: 1024px) {
  .header-menu .sub-menu .sub-title {
    display: none;
  }
}
.header-menu .sub-menu a {
  display: flex;
  font-weight: 600;
  align-items: center;
  color: #555;
  transition-duration: 0.25s;
  transition-property: background-color;
}
.header-menu .sub-menu a:hover {
  background-color: #fff;
}
@media (min-width: 1024px) {
  .header-menu .sub-menu a a {
    flex-direction: column;
    justify-content: center;
    padding: 20px 12px;
    min-width: 195px;
    color: #333;
    background-color: transparent;
    transition-duration: 0.25s;
    transition-property: background-color, color;
  }
}

.header-mobile-sub-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  height: 60px;
  width: calc(100% - 60px);
  padding-right: 28px;
  padding-left: 28px;
  align-items: center;
  background-color: #333;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition-duration: 0.25s;
}
@media (min-width: 1024px) {
  .header-mobile-sub-wrapper {
    display: none;
  }
}
.header-mobile-sub-wrapper .back-sub-menu {
  display: grid;
  height: 100%;
  grid-template-columns: 32px 1fr;
  grid-column-gap: 8px;
  align-items: center;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
}

.menu-opened .header-nav {
  left: 0;
}

.sub-menu-show > .sub-menu {
  left: 0;
}
.sub-menu-show .header-mobile-sub-wrapper {
  visibility: visible;
  opacity: 1;
  z-index: 3;
}

.header-cart-content {
  top: 60px;
  left: -100vw;
  width: 100vw;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  transition-duration: 0.25s;
  transition-property: left, opacity, top;
  overflow-y: auto;
}
@media (max-width: 1023px) {
  .header-cart-content {
    position: fixed;
    height: calc(100svh - 60px);
  }
}
@media (min-width: 1024px) {
  .header-cart-content {
    position: absolute;
    visibility: hidden;
    left: 50%;
    top: 60px;
    width: 944px;
    max-height: calc(100vh - 42px);
    transform: translateX(-50%);
    opacity: 0;
  }
}
@media (max-width: 1023px) {
  .header-cart-content.show {
    left: 0;
  }
}
@media (min-width: 1024px) {
  .header-cart-content.show {
    top: 21px;
    visibility: visible;
    opacity: 1;
  }
}
.header-cart-content .header-cart-title {
  display: flex;
  padding: 24px 28px;
  align-items: center;
  justify-content: space-between;
  background-color: #F9F9F9;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
.header-cart-content .widget_shopping_cart_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 28px;
}
@media (min-width: 1024px) {
  .header-cart-content .widget_shopping_cart_content {
    min-height: calc(100vh - 140px);
  }
}
.header-cart-content .total-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #333;
  margin-right: -28px;
  margin-left: -28px;
  padding: 26px 28px;
  color: #fff;
}
.header-cart-content .total-wrapper .total-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .header-cart-content .total-wrapper .total-item {
    justify-content: flex-end;
    gap: 28px;
  }
}
.header-cart-content .total-wrapper .total {
  flex-shrink: 0;
}
.header-cart-content .total-wrapper .button {
  min-width: auto;
  padding: 14px 20px;
}
.header-cart-content .total-wrapper .btn {
  display: none;
}
@media (min-width: 768px) {
  .header-cart-content .total-wrapper .btn {
    display: inline-flex;
    white-space: nowrap;
  }
}
.header-cart-content .woocommerce-mini-cart .mini_cart_item {
  padding-top: 28px;
  padding-bottom: 28px;
}
.header-cart-content .woocommerce-mini-cart .mini_cart_item:not(:last-child) {
  border-bottom: 1px solid #BDBDBD;
}
.header-cart-content .woocommerce-mini-cart .mini_cart_item:not(:first-child) {
  padding-top: 20px;
}
.header-cart-content .woocommerce-mini-cart .icon-trash {
  width: 100%;
  height: 100%;
}
.header-cart-content .bottom-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
}
@media (min-width: 1024px) {
  .header-cart-content .bottom-controls {
    padding-left: 170px;
  }
}
.header-cart-content .quantity-wrapper {
  display: inline-grid;
  grid-template-columns: 52px 56px 52px;
  height: 45px;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
}
.header-cart-content .quantity-wrapper .btn-quantity {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-cart-content .quantity-wrapper .quantity-down {
  border-right: 1px solid #E5E5E5;
}
.header-cart-content .quantity-wrapper .quantity-up {
  border-left: 1px solid #E5E5E5;
}
.header-cart-content .quantity-wrapper .quantity input {
  width: 100%;
  height: 100%;
  border-width: 0;
  text-align: center;
}
.header-cart-content .quantity-wrapper .quantity input::-webkit-outer-spin-button,
.header-cart-content .quantity-wrapper .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.header-cart-content .quantity-wrapper .quantity input[type=number] {
  -moz-appearance: textfield;
}
.header-cart-content .cart-related-models {
  padding-top: 28px;
  border-top: 1px solid #E5E5E5;
}
@media (min-width: 1024px) {
  .header-cart-content .cart-related-models .list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 26px;
  }
}
.header-cart-content .cart-related-models .list .list-item {
  display: flex;
  margin-bottom: 28px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.header-cart-content .cart-related-models .list .list-item .title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
.header-cart-content .cart-related-models .list .list-item .price {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 22px;
}
.header-cart-content .cart-related-models .list .image {
  height: 140px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  background-color: #F9F9F9;
}
.header-cart-content .cart-related-models .list .image img {
  height: 100%;
}
.header-cart-content .cart-related-models-title {
  margin-bottom: 28px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .header-cart-content .cart-related-models-title {
    font-size: 28px;
    line-height: 29px;
  }
}

.woocommerce-mini-cart-item {
  position: relative;
}
.woocommerce-mini-cart-item .remove {
  height: 24px;
  width: 24px;
}
.woocommerce-mini-cart-item .mini-cart__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1024px) {
  .woocommerce-mini-cart-item .mini-cart__info {
    margin-bottom: 10px;
  }
}
.woocommerce-mini-cart-item .mini-cart__product {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.woocommerce-mini-cart-item .mini-cart__product-link {
  flex-grow: 1;
}
.woocommerce-mini-cart-item .mini-cart__product-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .woocommerce-mini-cart-item .mini-cart__product-wrapper {
    display: grid;
    grid-template-columns: 140px 1fr;
    grid-column-gap: 30px;
  }
}
.woocommerce-mini-cart-item .mini-cart__info-wrapper {
  width: calc(100% - 107px);
}
.woocommerce-mini-cart-item .mini-cart__info-wrapper .product-variation {
  color: #8C8C8C;
  font-weight: 500;
}
.woocommerce-mini-cart-item .mini-cart__info-left {
  display: flex;
  flex-direction: column;
}
.woocommerce-mini-cart-item .mini-cart__additionally {
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .woocommerce-mini-cart-item .mini-cart__additionally {
    display: flex;
    justify-content: space-between;
    gap: 8px;
  }
}
.woocommerce-mini-cart-item .product-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
}
.woocommerce-mini-cart-item .mini-cart__img {
  width: 98px;
  margin-right: 8px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .woocommerce-mini-cart-item .mini-cart__img {
    width: 100%;
    grid-row: span 2;
  }
}
.woocommerce-mini-cart-item .mini-cart__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.woocommerce-mini-cart-item .woocommerce-mini-cart__total {
  margin-top: 12px;
}
.woocommerce-mini-cart-item .quantity {
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  color: #333;
}

.woocommerce-mini-cart__empty-message {
  padding-top: 28px;
  padding-bottom: 28px;
}

.woocommerce-mini-cart__total strong {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .woocommerce-mini-cart__total strong {
    display: none;
  }
}

.woocommerce-mini-cart__buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.woocommerce-mini-cart__buttons .button {
  order: 2;
}
.woocommerce-mini-cart__buttons .button:nth-child(1) {
  display: none;
}
.woocommerce-mini-cart__buttons .button.checkout {
  font-weight: 400;
  order: 1;
}
@media (max-width: 767px) {
  .woocommerce-mini-cart__buttons .button.checkout {
    font-size: 14px;
    padding: 10px;
  }
}

.mini-cart__additionally-item {
  display: flex;
  align-items: center;
  padding: 20px;
  color: #2B890A;
  background-color: rgba(129, 187, 39, 0.1);
}
@media (max-width: 1023px) {
  .mini-cart__additionally-item:not(:last-child) {
    margin-bottom: 8px;
  }
}
.mini-cart__additionally-item .icon {
  margin-right: 20px;
  flex-shrink: 0;
}
.mini-cart__additionally-item strong {
  padding-right: 4px;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .mini-cart__additionally-item strong {
    font-size: 16px;
  }
}

.hamburger {
  height: 32px;
  position: relative;
  width: 32px;
  z-index: 10;
  overflow: hidden;
}
.hamburger:focus, .hamburger:active {
  outline: none;
}
@media (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}
.hamburger:before, .hamburger:after {
  content: "";
  transform: rotate(0);
}
.hamburger:before, .hamburger:after, .hamburger span {
  height: 2px;
  left: 4px;
  position: absolute;
  right: 4px;
  transition-duration: 0.25s;
  width: 24px;
  background-color: #fff;
}
.hamburger:before {
  top: 8px;
}
.hamburger:after {
  bottom: 8px;
}
.hamburger span {
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}

.menu-opened .hamburger:before {
  top: 15px;
  transform: rotate(45deg);
}
.menu-opened .hamburger:after {
  bottom: 15px;
  transform: rotate(-45deg);
}
.menu-opened .hamburger span {
  left: 100%;
  opacity: 0;
}

.footer .footer-top {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #F9F9F9;
}
@media (min-width: 768px) {
  .footer .footer-top {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .footer .footer-top-wrapper {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .footer .footer-top-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 32px 24px;
  }
}
@media (min-width: 1024px) {
  .footer .footer-top-wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .footer .footer-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .footer .footer-logo {
    grid-column: span 3;
  }
}
@media (min-width: 1024px) {
  .footer .footer-logo {
    grid-column: span 1;
  }
}
.footer .footer-logo img {
  width: 210px;
}
@media (max-width: 767px) {
  .footer .footer-item {
    margin-bottom: 30px;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .footer .footer-item.contacts {
    order: 1;
  }
}
.footer .footer-item .language-switcher {
  display: none;
}
@media (min-width: 768px) {
  .footer .footer-item .language-switcher {
    display: block;
    margin-top: 36px;
  }
}
.footer .footer-item .language-switcher ul {
  margin-top: 0;
  margin-bottom: 0;
}
.footer .footer-menu .menu-item a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  transition-property: color;
}
@media (min-width: 768px) {
  .footer .footer-menu .menu-item a {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.footer .footer-menu .menu-item a:hover {
  transition-duration: 0.25s;
  color: #81BB27;
}
.footer .footer-menu .menu-item a img {
  display: none;
}
.footer .footer-menu .menu-item.current-menu-item a {
  color: #81BB27;
}
.footer h4 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .footer h4 {
    margin-bottom: 18px;
  }
}
@media (min-width: 1024px) {
  .footer h4 {
    font-size: 24px;
  }
}
.footer .footer-contacts-list {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .footer .footer-contacts-list {
    margin-bottom: 32px;
  }
}
.footer .footer-contacts-list li {
  margin-bottom: 8px;
}
.footer .footer-contacts-list li a {
  transition-property: color;
}
.footer .footer-contacts-list li a:hover {
  transition-duration: 0.25s;
  color: #81BB27;
}
.footer .footer-contacts-list .email a {
  color: #81BB27;
}
.footer .footer-contacts-list .email a:hover {
  color: #333;
}
.footer .socials {
  display: flex;
  align-items: center;
}
.footer .socials li {
  opacity: 1;
  transition-duration: 0.25s;
  transition-property: opacity;
}
.footer .socials li:not(:last-child) {
  margin-right: 24px;
}
.footer .socials li:hover {
  opacity: 0.8;
}
.footer .footer-bottom {
  padding-top: 42px;
  padding-bottom: 42px;
  font-size: 13px;
  color: #8C8C8C;
  text-align: center;
  line-height: 18px;
}
@media (max-width: 767px) {
  .footer .language-switcher {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .footer .language-switcher {
    display: none;
  }
}
.footer .language-switcher ul {
  display: inline-grid;
  grid-template-columns: repeat(2, auto);
  grid-column-gap: 24px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.footer .language-switcher .current-lang a {
  color: #81BB27;
}
.footer .language-switcher a:hover {
  transition-duration: 0.25s;
  color: #81BB27;
}

.breadcrumbs {
  padding-top: 32px;
  display: flex;
  justify-content: center;
}

.breadcrumbs-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #BDBDBD;
}
.breadcrumbs-wrapper svg {
  stroke: #BDBDBD;
}
.breadcrumbs-wrapper > * {
  margin-right: 6px;
  margin-left: 6px;
}
.breadcrumbs-wrapper a:hover {
  color: #81BB27;
  transition-duration: 0.25s;
  transition-property: color;
}
.breadcrumbs-wrapper a:hover + span svg {
  stroke: #81BB27;
  transition-duration: 0.25s;
  transition-property: color;
}

@media (max-width: 767px) {
  .recipes-filter,
  #secondary {
    position: fixed;
    top: 0;
    left: -100vw;
    height: 100svh;
    width: 100vw;
    padding-right: 28px;
    padding-left: 28px;
    background-color: #fff;
    transition-duration: 0.25s;
    transition-property: left;
    overflow-y: auto;
    z-index: 99;
  }
  .recipes-filter.show,
  #secondary.show {
    left: 0;
  }
}

.archive .blog-control-wrapper, .page-template-page-blog .blog-control-wrapper {
  display: flex;
  width: 100%;
  max-width: 1172px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .archive .blog-control-wrapper, .page-template-page-blog .blog-control-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .archive .blog-search, .page-template-page-blog .blog-search {
    display: none;
  }
}

@media (max-width: 1023px) {
  .page-template-page-blog .blog-control-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.blog-header {
  max-width: 972px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  padding-top: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .blog-header {
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .blog-header {
    margin-bottom: 80px;
  }
}
.blog-header .content {
  font-size: 16px;
  line-height: 30px;
}
@media (min-width: 1024px) {
  .blog-header .content {
    font-size: 20px;
    line-height: 32px;
  }
}

.blog-control {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .blog-control-wrapper {
    display: flex;
    align-content: center;
    justify-content: space-between;
  }
}
.blog-control-wrapper .blog-order-posts {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .blog-control-wrapper .blog-search {
    margin-bottom: 24px;
  }
}

.blog-search {
  position: relative;
  display: flex;
  align-items: baseline;
}
.blog-search .blog-search-btn {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 0;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  transition-duration: 0.25s;
  transition-property: margin-right, color;
}
.blog-search .blog-search-btn:after {
  content: "";
  position: absolute;
  left: 100%;
  width: 50px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.blog-search .blog-search-btn:hover {
  color: #81BB27;
}
.blog-search #searchform {
  display: flex;
  flex-grow: 1;
}
.blog-search #searchform input[type=text] {
  width: 0;
  margin-right: 15px;
  padding: 0;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom: 1px solid #E5E5E5;
  transition-duration: 0.25s;
  transition-property: width, border-bottom-color;
}
.blog-search #searchform input[type=text]:focus, .blog-search #searchform input[type=text]:active {
  outline: none;
  border-bottom-color: #81BB27;
}
.blog-search #searchform #searchsubmit {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("/wp-content/themes/hurom/img/icon-search.svg");
}
.blog-search.opened .blog-search-btn {
  margin-right: 24px;
}
.blog-search.opened .blog-search-btn:after {
  display: none;
}
.blog-search.opened #searchform input[type=text] {
  width: 100%;
}
@media (min-width: 768px) {
  .blog-search.opened #searchform input[type=text] {
    width: 300px;
  }
}

.blog-posts-wrapper {
  display: grid;
  grid-gap: 50px 30px;
}
@media (min-width: 1024px) {
  .blog-posts-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.blog-no-post {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .blog-no-post {
    grid-column: span 3;
  }
}

.blog-all-tags {
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .blog-all-tags {
    margin-top: 120px;
  }
}

.blog-all-tags-wrapper h2 {
  text-align: center;
}
.blog-all-tags-wrapper .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.woof_container_inner h4 {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  transition-duration: 0.25s;
  transition-property: color;
}
.woof_container_inner h4:hover {
  color: rgba(51, 51, 51, 0.7);
}
.woof_container_inner h4:after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/themes/hurom/img/arrow-to-top.svg");
  background-repeat: no-repeat;
  transform: rotate(180deg);
  transition-duration: 0.25s;
}
.woof_container_inner h4.active:after {
  transform: rotate(0);
}
.woof_container_inner .woof_block_html_items,
.woof_container_inner .woof_price_filter_txt_container {
  display: none;
  margin-top: 20px;
}

.accordion {
  margin-bottom: 32px;
}
.accordion .accordion-item:not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
}
.accordion .accordion-header {
  position: relative;
  padding: 20px 20px 20px 56px;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  cursor: pointer;
  transition-duration: 0.25s;
  transition-property: color;
}
.accordion .accordion-header:hover {
  color: #81BB27;
}
@media (min-width: 1024px) {
  .accordion .accordion-header {
    font-size: 22px;
  }
}
.accordion .accordion-header:before, .accordion .accordion-header:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #81BB27;
}
.accordion .accordion-header:before {
  left: 0;
  width: 16px;
  height: 2px;
}
.accordion .accordion-header:after {
  left: 7px;
  width: 2px;
  height: 16px;
  opacity: 1;
  transition-duration: 0.25s;
}
.accordion .accordion-header.active:after {
  top: 100%;
  opacity: 0;
}
.accordion .accordion-main {
  display: none;
  padding-left: 56px;
  padding-bottom: 20px;
}

.archive.tag .page-header,
.search-results .page-header {
  margin-bottom: 60px;
  text-align: center;
}
.archive.tag .page-header h1,
.search-results .page-header h1 {
  text-transform: capitalize;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 768px) {
  .tags {
    justify-content: center;
  }
}
.tags .tag {
  display: inline-grid;
  grid-template-columns: 12px 1fr;
  grid-column-gap: 4px;
  padding: 8px 16px;
  align-items: center;
  background-color: #F9F9F9;
  border-radius: 15px;
  line-height: 15px;
  font-size: 12px;
}
.tags a.tag {
  transition-duration: 0.25s;
  transition-property: background-color, color;
}
.tags a.tag svg path {
  stroke: #333;
  transition-duration: 0.25s;
}
.tags a.tag:hover {
  background-color: #333;
  color: #fff;
}
.tags a.tag:hover svg path {
  stroke: #fff;
}
.tags a.tag:active {
  background-color: #81BB27;
  color: #fff;
}
.tags a.tag:active svg path {
  stroke: #fff;
}

.post-article-related-wrapper h2 {
  margin-bottom: 26px;
  text-align: center;
}
.post-article-related-wrapper > .tags {
  margin-bottom: 40px;
}

.related-list {
  display: grid;
}
@media (min-width: 1024px) {
  .related-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 30px;
  }
}

.item.post .image {
  height: 185px;
  margin-bottom: 12px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .item.post .image {
    height: 245px;
  }
}
.item.post .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition-duration: 0.25s;
}
.item.post .image:hover img {
  transform: scale(1.05);
}
.item.post h3 {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .item.post h3 {
    font-size: 24px;
  }
}
.item.post h3:hover {
  transition-duration: 0.25s;
  transition-property: color;
  color: #81BB27;
}
.item.post .excerpt {
  margin-bottom: 12px;
  line-height: 30px;
}
.item.post .tags {
  justify-content: flex-start;
  margin-top: 12px;
}
.item.post .tags .tag {
  margin-left: 0;
}
.item.post.all-recipes .image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.dropdown {
  position: relative;
}
.dropdown .dropdown-btn {
  display: flex;
  align-items: center;
  padding: 14px 15px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border: 1px solid transparent;
  border-bottom-width: 0;
  transition-duration: 0.15s;
  transition-property: border-color;
}
.dropdown .dropdown-btn:after {
  content: "";
  width: 24px;
  height: 24px;
  margin-left: 10px;
  transform: rotate(0);
  transition-duration: 0.25s;
  background-image: url("/wp-content/themes/hurom/img/order_arrow_down.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.dropdown .dropdown-content {
  visibility: hidden;
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  white-space: nowrap;
}
.dropdown .dropdown-content .list li {
  border-top: 1px solid #BDBDBD;
  border-left: 1px solid #BDBDBD;
  border-right: 1px solid #BDBDBD;
  transition-duration: 0.25s;
  transition-property: background-color;
  overflow: hidden;
}
.dropdown .dropdown-content .list li a {
  display: block;
  padding: 14px;
  background-color: #fff;
}
.dropdown .dropdown-content .list li:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom: 1px solid #BDBDBD;
}
.dropdown .dropdown-content .list li:hover a {
  background-color: #F9F9F9;
}
.dropdown.show .dropdown-btn {
  border-color: #BDBDBD;
}
.dropdown.show .dropdown-btn:after {
  transform: rotate(180deg);
}
.dropdown.show .dropdown-content {
  visibility: visible;
  top: 100%;
  z-index: 1;
  opacity: 1;
  transition-duration: 0.25s;
}

.product-page {
  margin-top: 60px;
  padding-top: 0;
}
@media (min-width: 1024px) {
  .product-page {
    margin-top: 84px;
  }
}
.product-page.mob {
  margin-top: 0;
}
.product-page h1 {
  margin-bottom: 5px;
  line-height: 40px;
  letter-spacing: -0.01em;
  font-size: 36px;
  font-weight: 500;
}
.product-page h2 {
  text-align: center;
}
@media (max-width: 767px) {
  .product-page h2 {
    margin-bottom: 20px;
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  .product-page h2 {
    line-height: 44px;
  }
}
.product-page .intro {
  text-align: center;
  line-height: 28px;
}
@media (min-width: 768px) {
  .product-page .intro {
    line-height: 30px;
  }
}
.product-page .out-of-stock {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .product-page .breadcrumbs {
    display: none;
  }
}
@media (min-width: 1024px) {
  .product-page section._text-white {
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .product-page section._text-black {
    color: #000;
  }
}

@media (max-width: 1023px) {
  .section-accordion-toggler {
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: -20px;
    margin-left: -20px;
    padding: 20px;
    border-bottom: 1px solid #BDBDBD;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #81BB27;
    transition-duration: 0.25s;
    transition-property: color;
  }
  .section-accordion-toggler:after {
    content: "";
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
    transition-duration: 0.25s;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6 13.023 6-5 6 5' stroke='%23B3B3B3' stroke-width='2' stroke-miterlimit='1.45' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  .section-accordion-toggler.open {
    margin-bottom: 20px !important;
    color: #333;
  }
  .section-accordion-toggler.open:after {
    transform: rotate(0deg);
  }
}
@media (min-width: 1024px) {
  .section-accordion-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  #benefits section:last-child {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  #benefits .section-accordion-toggler.open {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  #features {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  #features .section-accordion-toggler.open {
    margin-bottom: -60px;
  }
}

@media (max-width: 767px) {
  #complete_set .product-section-complete-set-wrapper {
    padding-bottom: 60px;
  }
}
#complete_set .product-section-complete-set-wrapper h2 {
  margin-bottom: 5%;
}
#complete_set .product-section-complete-set-wrapper p {
  text-align: center;
  margin-bottom: 5%;
}
@media (max-width: 767px) {
  #complete_set .section-accordion-toggler.open {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  #comments {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  #comments .section-accordion-toggler.open {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  #complete_set {
    margin-bottom: 0;
  }
}

.title-text + .image {
  margin-top: 120px;
}

.product-colors-list {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
}
.product-colors-list > a > span {
  display: block;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 50%;
  transition: 0.15s;
  outline: 1px solid #E5E5E5;
  cursor: pointer;
  transition-duration: 0.15s;
  transition-property: outline-color;
}
@media (min-width: 1024px) {
  .product-colors-list > a > span {
    width: 16px;
    height: 16px;
  }
}
.product-colors-list > a > span.vi-wpvs-option-wrap-selected, .product-colors-list > a > span:hover {
  outline-width: 4px;
  outline-color: #81BB27 !important;
}
.product-colors-list > a > span:not(:last-of-type) {
  margin-right: 13px;
}
.product-colors-list > a.active span {
  outline-width: 4px;
  outline-color: #81BB27 !important;
}

@media (min-width: 768px) {
  .product-header {
    position: relative;
    padding-top: 65px;
  }
}
.product-header .breadcrumbs-wrapper {
  margin-bottom: 30px;
  justify-content: flex-start;
}
.product-header .thumbnail {
  height: 430px;
  width: 78%;
}
@media (min-width: 768px) {
  .product-header .thumbnail {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 1920px;
    height: 555px;
    transform: translateX(-50%);
    z-index: -1;
  }
}
.product-header .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 95%;
}
@media (max-width: 767px) {
  .product-header .product-header-wrapper {
    width: calc(100% - 7px);
    padding: 0;
    margin-right: 7px;
    margin-left: 0;
    box-shadow: 0 -10px 50px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 1024px) {
  .product-header .meta {
    display: grid;
    grid-template-columns: 452px 1fr;
    grid-column-gap: 72px;
    align-items: end;
  }
}
.product-header .info {
  position: relative;
  padding: 32px 24px;
  background-color: #F9F9F9;
}
@media (max-width: 767px) {
  .product-header .info {
    margin-bottom: 32px;
  }
}
@media (min-width: 1024px) {
  .product-header .info {
    height: 602px;
    padding: 62px 60px 60px;
  }
}
.product-header .info h1 {
  margin-top: 0;
}
.product-header .info .single_variation_wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 10px;
  margin-bottom: 15px;
}
.product-header .info .btn {
  width: 100%;
  height: 100%;
  padding-right: 8px;
  padding-left: 8px;
  font-weight: 400;
}
.product-header .info .added_to_cart {
  display: none;
}
.product-header .info .quantity,
.product-header .info .woocommerce-variation.single_variation {
  display: none !important;
}
.product-header .info .single_add_to_cart_button {
  width: 100%;
  min-width: auto;
}
.product-header .info .single_add_to_cart_button.loading {
  pointer-events: none;
  opacity: 0.5;
}
.product-header .single_variation_wrap.disabled .button.single_add_to_cart_button {
  pointer-events: none;
  background-color: #E5E5E5;
  border-color: #E5E5E5;
}
.product-header .product-badge {
  position: absolute;
  left: 26px;
  top: -16px;
  padding: 10px 15px;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .product-header .product-badge {
    left: -62px;
    top: 82px;
    transform: rotate(-90deg);
  }
}
@media (min-width: 1024px) {
  .product-header .product-badge {
    left: -46px;
    top: 90px;
  }
}
.product-header .product-series {
  margin-bottom: 5px;
  line-height: 1;
  color: #7E7E7E;
}
.product-header .stock-status {
  margin-bottom: 20px;
  color: #BDBDBD;
  line-height: 20px;
}
.product-header .price {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
  line-height: 21px;
  font-size: 26px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .product-header .price {
    font-size: 29px;
  }
}
.product-header .price del {
  font-size: 24px;
  line-height: 21px;
  color: #BDBDBD;
}
@media (min-width: 768px) {
  .product-header .price del {
    order: 2;
  }
}
.product-header .price ins {
  text-decoration: none;
}
@media (min-width: 768px) {
  .product-header .price ins {
    order: 1;
  }
}
.product-header .color-attr {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  min-height: 20px;
}
.product-header .one-click-order {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .product-header .one-click-order {
    font-size: 14px;
  }
}
.product-header .one-click-order label {
  display: grid;
  grid-template-columns: 1fr 110px;
  grid-column-gap: 8px;
  justify-content: space-between;
  padding: 7px 10px;
  border: 1px solid #81BB27;
}
@media (min-width: 1024px) {
  .product-header .one-click-order label {
    grid-template-columns: 1fr 120px;
    padding: 7px 15px;
  }
}
.product-header .one-click-order label.error {
  border: 1px solid #FF0000;
}
.product-header .one-click-order label.disabled {
  border: 1px solid #E5E5E5;
  background-color: #E5E5E5;
}
.product-header .one-click-order input {
  border-width: 0;
  background-color: transparent;
}
.product-header .one-click-order input:focus, .product-header .one-click-order input:active {
  outline: none;
}
.product-header .one-click-order input::placeholder {
  color: #BDBDBD;
}
.product-header .one-click-order .text-alert,
.product-header .one-click-order .text-counter,
.product-header .one-click-order .text-calling,
.product-header .one-click-order .text-work-time,
.product-header .one-click-order .text-day-off {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translate(-50%, -100%);
  z-index: 2;
  width: 100%;
  max-width: 250px;
  background: #81BB27;
  box-shadow: 0px -10px 30px rgba(127, 190, 42, 0.6);
  padding: 24px 30px;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
}
.product-header .one-click-order .text-alert:after,
.product-header .one-click-order .text-counter:after,
.product-header .one-click-order .text-calling:after,
.product-header .one-click-order .text-work-time:after,
.product-header .one-click-order .text-day-off:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 16px solid #81BB27;
}
.product-header .one-click-order .text-alert.hide,
.product-header .one-click-order .text-counter.hide,
.product-header .one-click-order .text-calling.hide,
.product-header .one-click-order .text-work-time.hide,
.product-header .one-click-order .text-day-off.hide {
  display: none;
}
.product-header .one-click-order .text-calling,
.product-header .one-click-order .text-counter span {
  display: block;
  font-weight: 600;
  font-size: 35px;
  line-height: 35px;
}
.product-header .one-click-order .text-counter span {
  margin-top: 10px;
}
.product-header .one-click-order .text-counter,
.product-header .one-click-order .text-calling,
.product-header .one-click-order .text-work-time,
.product-header .one-click-order .text-day-off {
  text-align: center;
}
.product-header .one-click-order .bottom-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-header .one-click-order .btn-reject,
.product-header .one-click-order .btn-change-number {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-decoration-line: underline;
  color: #333;
}
.product-header .one-click-order .btn-reject.hide,
.product-header .one-click-order .btn-change-number.hide {
  display: none;
}
.product-header .product-services-text {
  display: grid;
  grid-template-columns: 32px 1fr;
  grid-column-gap: 9px;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
}
.product-header .product-services-text:not(:last-child) {
  margin-bottom: 20px;
}
.product-header .product-services-text .icon {
  width: 100%;
}
.product-header .product-services-text span {
  padding-left: 4px;
  color: #81BB27;
}
.product-header .product-services-text.shipping span {
  padding-left: 4px;
}

@media (max-width: 767px) {
  .product-slider {
    position: absolute;
    top: 60px;
    right: 0;
    height: 430px;
    width: 22%;
    padding-right: 0;
    z-index: 3;
  }
}
@media (min-width: 768px) {
  .product-slider {
    height: 120px;
    padding-right: 40px;
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .product-slider {
    width: calc(100% - 40px);
  }
}
@media (min-width: 1280px) {
  .product-slider {
    position: relative;
    left: -50px;
    width: 730px;
    padding-left: 50px;
  }
}
.product-slider .modal-block-content {
  height: calc(100vh - 40px);
}
.product-slider .slider-wrapper,
.product-slider .slick-list,
.product-slider .slick-track {
  height: 100%;
}
@media (max-width: 767px) {
  .product-slider .slick-list {
    height: 100% !important;
  }
}
.product-slider .slide {
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  height: inherit;
  cursor: pointer;
  background-color: #F9F9F9;
}
@media (max-width: 767px) {
  .product-slider .slide {
    height: 90px;
    margin-left: 8px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .product-slider .slide {
    width: 90px;
    margin-right: 12px;
  }
}
.product-slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-slider .slide.slide-video {
  position: relative;
  display: flex;
  justify-content: center;
}
.product-slider .slide.slide-video:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 16px;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='16' viewBox='0 0 42 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.225 3.916c0 .892-.27 1.65-.81 2.275-.541.625-1.3 1.055-2.276 1.29v.058c1.152.143 2.024.495 2.617 1.055.592.553.889 1.302.889 2.246 0 1.373-.498 2.444-1.495 3.213-.996.761-2.418 1.142-4.267 1.142-1.55 0-2.923-.257-4.121-.771v-2.569c.553.28 1.162.508 1.826.684a7.688 7.688 0 0 0 1.973.264c.996 0 1.731-.17 2.207-.508.475-.339.712-.882.712-1.63 0-.672-.273-1.147-.82-1.427-.547-.28-1.42-.42-2.617-.42H2.959V6.504h1.103c1.107 0 1.915-.143 2.422-.43.515-.293.772-.79.772-1.494 0-1.08-.677-1.621-2.031-1.621-.47 0-.948.078-1.436.234-.482.157-1.019.427-1.611.81L.78 1.924C2.083.987 3.636.519 5.44.519c1.478 0 2.644.3 3.497.898.859.599 1.289 1.432 1.289 2.5Zm1.904 5.02c0-2.826.596-4.929 1.787-6.31 1.198-1.38 2.988-2.07 5.371-2.07.814 0 1.452.05 1.914.147v2.412a7.822 7.822 0 0 0-1.719-.195c-1.035 0-1.881.156-2.539.469a3.156 3.156 0 0 0-1.465 1.386c-.325.612-.517 1.482-.576 2.608h.127c.645-1.107 1.677-1.66 3.096-1.66 1.276 0 2.275.4 2.998 1.2.723.802 1.084 1.908 1.084 3.321 0 1.524-.43 2.731-1.289 3.623-.86.886-2.05 1.328-3.574 1.328-1.055 0-1.976-.244-2.764-.732-.781-.488-1.387-1.201-1.816-2.139-.423-.937-.635-2.067-.635-3.388Zm5.156 3.847c.645 0 1.14-.215 1.485-.644.345-.436.517-1.055.517-1.856 0-.696-.163-1.243-.488-1.64-.32-.404-.804-.606-1.455-.606-.612 0-1.136.199-1.573.596-.43.397-.644.86-.644 1.387 0 .774.202 1.429.605 1.962.41.534.928.801 1.553.801Zm16.27-4.922c0 2.494-.41 4.34-1.23 5.537-.815 1.198-2.071 1.797-3.77 1.797-1.647 0-2.89-.618-3.73-1.855-.834-1.237-1.25-3.063-1.25-5.479 0-2.52.406-4.375 1.22-5.566.814-1.198 2.067-1.797 3.76-1.797 1.647 0 2.89.625 3.73 1.875.847 1.25 1.27 3.08 1.27 5.488Zm-6.983 0c0 1.752.15 3.008.45 3.77.306.755.817 1.133 1.533 1.133.703 0 1.21-.384 1.523-1.153.313-.768.469-2.018.469-3.75 0-1.751-.16-3.007-.479-3.77-.312-.767-.817-1.152-1.513-1.152-.71 0-1.218.385-1.524 1.153-.306.762-.459 2.018-.459 3.77Zm8.604-3.965c0-.598.15-1.158.449-1.68.3-.52.71-.933 1.23-1.24a3.295 3.295 0 0 1 1.7-.458c.599 0 1.159.15 1.68.449.527.3.94.713 1.24 1.24.306.527.459 1.09.459 1.69a3.33 3.33 0 0 1-.46 1.699c-.299.52-.709.927-1.23 1.22-.52.293-1.084.44-1.69.44-.943 0-1.744-.322-2.402-.967-.65-.651-.976-1.449-.976-2.393Zm1.865 0c0 .417.143.772.43 1.065.293.293.654.44 1.084.44.43 0 .79-.15 1.084-.45.293-.3.44-.65.44-1.055 0-.41-.15-.768-.45-1.074a1.43 1.43 0 0 0-1.074-.459c-.417 0-.775.15-1.075.45-.292.299-.439.66-.439 1.083Z' fill='%23fff'/%3E%3C/svg%3E");
  z-index: 1;
  pointer-events: none;
}
.product-slider .slide.slide-video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.08) 100%), #f9f9f9;
  color: #fff;
  opacity: 0.5;
  pointer-events: none;
}
.product-slider .slide video {
  max-height: 100%;
  width: 100%;
}
@media (min-width: 1024px) {
  .product-slider .slide video {
    width: 90px;
  }
}
.product-slider .slick-prev[aria-disabled=true] {
  display: none !important;
}
.product-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.product-slider .slick-prev {
  left: -55px;
}
.product-slider .slick-next {
  right: -40px;
}
.product-slider .modal-product-slider-item {
  max-width: 90vw;
  height: 100%;
}
.product-slider .modal-product-slider-item .modal-block-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.product-slider .modal-product-slider-item .slick-list,
.product-slider .modal-product-slider-item .slick-track {
  height: 100%;
}
.product-slider .modal-product-slider-item .gallery {
  height: calc(100% - 200px);
  margin-bottom: 40px;
}
.product-slider .modal-product-slider-item .gallery .image {
  display: flex;
  width: calc(100vw - 100px);
  justify-content: center;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #E5E5E5;
}
.product-slider .modal-product-slider-item .gallery .image img,
.product-slider .modal-product-slider-item .gallery .image video {
  height: 100%;
  object-fit: contain;
}
.product-slider .modal-product-slider-item .gallery-nav {
  flex-shrink: 0;
  max-width: 610px;
  width: 100%;
  height: 126px;
  margin-right: auto;
  margin-left: auto;
}
.product-slider .modal-product-slider-item .gallery-nav .image {
  position: relative;
  margin-right: 6px;
  margin-left: 6px;
}
.product-slider .modal-product-slider-item .gallery-nav .image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: transparent;
  transition-duration: 0.25s;
}
.product-slider .modal-product-slider-item .gallery-nav .image img {
  object-fit: cover;
  height: 100%;
}
.product-slider .modal-product-slider-item .gallery-nav .image video {
  width: 110px;
}
.product-slider .modal-product-slider-item .gallery-nav .image.slick-current:after {
  background-color: #81BB27;
}
.product-slider .woocommerce-product-gallery__trigger {
  display: none;
}
@media (min-width: 1024px) {
  .product-slider .woocommerce-product-gallery {
    display: grid;
    grid-template-columns: 174px 1fr;
  }
}
.product-slider .woocommerce-product-gallery .flex-control-nav {
  display: flex;
}
.product-slider .woocommerce-product-gallery .flex-control-nav img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .product-slider.product-slider-modal {
    display: none;
    z-index: 10;
  }
}
@media (min-width: 768px) {
  .product-slider.product-slider-modal {
    position: absolute;
  }
}

.product-section-hero {
  margin-bottom: 60px;
  padding-top: 60px;
}
@media (min-width: 1024px) {
  .product-section-hero {
    margin-bottom: 120px;
    padding-top: 112px;
  }
}
.product-section-hero .product-section-hero-wrapper {
  display: grid;
  grid-row-gap: 60px;
}

.awards-list {
  display: grid;
  grid-gap: 30px;
}
@media (min-width: 768px) {
  .awards-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .awards-list {
    display: flex;
    justify-content: center;
    gap: 77px;
  }
}
.awards-list .list-item {
  display: grid;
  grid-row-gap: 16px;
  text-align: center;
}
@media (min-width: 1024px) {
  .awards-list .list-item {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
.awards-list .list-item .awards-img {
  height: 64px;
}
@media (max-width: 1023px) {
  .awards-list .list-item .awards-img {
    display: flex;
    justify-content: center;
  }
}
.awards-list .list-item .awards-img img {
  height: 100%;
  width: auto;
}
.awards-list .list-item .modal-btn {
  display: grid;
  grid-template-columns: 64px 1fr;
  grid-column-gap: 18px;
  align-items: center;
  font-size: 18px;
  line-height: 32px;
  transition-duration: 0.25s;
  transition-property: color;
  text-align: left;
}
.awards-list .list-item .modal-btn:hover {
  color: #81BB27;
}

.product-section-benefits {
  font-size: 18px;
}
.product-section-benefits p {
  line-height: 1.6;
  font-weight: 600;
}
@media (max-width: 767px) {
  .product-section-benefits p {
    font-size: 16px;
    font-weight: 400;
  }
}
.product-section-benefits p span._green {
  color: #81BB27;
}
.product-section-benefits p span._fz22 {
  font-size: 1.22em;
}
@media (max-width: 767px) {
  .product-section-benefits p span._fz22 {
    font-size: 0.88em;
  }
}
.product-section-benefits p span._fz16 {
  font-size: 0.88em;
}
@media (max-width: 767px) {
  .product-section-benefits .video {
    height: 47.4vw;
  }
}
@media (min-width: 768px) {
  .product-section-benefits .video {
    height: 294px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits > .image {
    margin-bottom: 130px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits > .image.margin-bottom-large {
    margin-bottom: 50px;
  }
}
.product-section-benefits > .image.full-width-container {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.product-section-benefits > .image.black-gradient-bg {
  display: flex;
  height: auto;
  margin-top: 0;
  align-items: flex-end;
  justify-content: center;
  background-image: linear-gradient(to bottom, #ffffff 18vw, #333333 18vw, #333333 40%, #181818 100%);
}
@media (min-width: 768px) {
  .product-section-benefits > .image.black-gradient-bg {
    background-image: linear-gradient(to bottom, #ffffff 130px, #333333 130px, #333333 40%, #181818 100%);
  }
}
.product-section-benefits > .image.black-gradient-bg img {
  max-width: 753px;
}
.product-section-benefits > .image img {
  display: block;
  width: 100%;
}
.product-section-benefits .title-text {
  text-align: center;
}
@media (min-width: 1024px) {
  .product-section-benefits .title-text.section-margin {
    margin-bottom: 130px;
  }
}
.product-section-benefits .title-text .link-wrapper {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .product-section-benefits .title-text-image {
    margin-top: 82px;
    margin-bottom: 110px;
  }
}
.product-section-benefits .title-text-image .title-text-image-wrapper {
  display: grid;
}
@media (min-width: 768px) {
  .product-section-benefits .title-text-image .title-text-image-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.product-section-benefits .title-text-image .title-text-image-wrapper .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .product-section-benefits .title-text-image .title-text-image-wrapper .image {
    order: 1;
  }
}
@media (max-width: 767px) {
  .product-section-benefits .title-text-image .title-text-image-wrapper .info {
    padding-top: 20px;
    padding-bottom: 20px;
    order: 1;
  }
}
@media (min-width: 768px) {
  .product-section-benefits .title-text-image .title-text-image-wrapper .info {
    padding: 24px;
    /*
    background-color: $gray-100;
    */
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .title-text-image .title-text-image-wrapper .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    order: 2;
  }
}
@media (min-width: 1280px) {
  .product-section-benefits .title-text-image .title-text-image-wrapper .info {
    padding-right: 20px;
    padding-left: 70px;
  }
}
.product-section-benefits .title-text-image .title-text-image-wrapper .btn-wrapper {
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .product-section-benefits .title-text-image .title-text-image-wrapper .btn-wrapper {
    display: flex;
    justify-content: center;
  }
}
.product-section-benefits .title-text-image .title-text-image-wrapper h2 {
  margin-bottom: 8px;
  text-align: left;
}
@media (max-width: 767px) {
  .product-section-benefits .title-text-image .title-text-image-wrapper h2 {
    text-align: center;
  }
}
.product-section-benefits .title-text-image p {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .product-section-benefits .title-text-image p {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .product-section-benefits .title-text-image.position-right .image {
    order: 2;
  }
}
@media (min-width: 768px) {
  .product-section-benefits .title-text-image.position-right .info {
    order: 1;
  }
}
.product-section-benefits .title-text-image.full-width-with-gradient {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f9f9f9 50.52%);
}
@media (max-width: 767px) {
  .product-section-benefits .title-text-image.full-width-with-gradient {
    padding-bottom: 40px;
  }
}
.product-section-benefits .title-text-image.full-width-with-gradient .title-text-image-wrapper .info {
  background-color: transparent;
}
.product-section-benefits .title-text-image.full-width-with-gradient-top {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #f9f9f9 50.52%);
}
.product-section-benefits .title-text-image.full-width-with-gradient-top .title-text-image-wrapper .info {
  background-color: transparent;
}
.product-section-benefits .title-text-image.full-width-gradient-bottom-margin {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f9f9f9 50.52%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.product-section-benefits .title-text-image.full-width-gradient-bottom-margin .title-text-image-wrapper .info {
  background-color: transparent;
}
.product-section-benefits .title-text-image.info-bg-transparent .info {
  background-color: transparent;
}
@media (min-width: 1024px) {
  .product-section-benefits .title-text-image.info-bg-transparent .info {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.product-section-benefits .title-text-image.img-contain .title-text-image-wrapper .image img {
  object-fit: contain;
}
.product-section-benefits .title-text-image.container-black-bg .title-text-image-wrapper {
  background-color: #333;
}
.product-section-benefits .title-text-image.container-black-bg .title-text-image-wrapper .image {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .product-section-benefits .title-text-image.container-black-bg .title-text-image-wrapper .image {
    margin-bottom: 60px;
  }
}
.product-section-benefits .title-text-image.container-black-bg .title-text-image-wrapper .info {
  background-color: transparent;
  color: #F9F9F9;
}
@media (max-width: 767px) {
  .product-section-benefits .title-text-image.container-black-bg .title-text-image-wrapper .info {
    padding-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .title-text-image.container-black-bg .title-text-image-wrapper .info {
    padding-left: 64px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.product-section-benefits .title-text-image.full-width-black-bg {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #333;
}
@media (min-width: 768px) {
  .product-section-benefits .title-text-image.full-width-black-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.product-section-benefits .title-text-image.full-width-black-bg .info {
  padding-right: 0;
  background-color: transparent;
  color: #F9F9F9;
}
@media (max-width: 767px) {
  .product-section-benefits .title-text-image.full-width-black-bg .info {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .product-section-benefits .title-text-image.full-width-black-bg .info {
    padding-left: 64px;
  }
}
.product-section-benefits .title-text-image.full-width-black-bg.full-width-black-bg-paddings {
  background-image: linear-gradient(to bottom, #ffffff 90px, #333333 90px, #333333 40%, #181818 calc(100% - 100px), #ffffff 100px);
}
.product-section-benefits .title-text-image.full-width-black-bg.full-width-black-bg-paddings .image {
  padding: 0;
}
.product-section-benefits .title-text-image.full-width-black-bg + .full-width-bg-gray {
  margin-top: -110px;
}
.product-section-benefits .title-text-image.container-gray .title-text-image-wrapper {
  background-color: #F9F9F9;
}
.product-section-benefits .title-text-image.container-gray .title-text-image-wrapper .info {
  background-color: transparent;
}
@media (max-width: 767px) {
  .product-section-benefits .title-text-image.container-gray .title-text-image-wrapper .info {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.product-section-benefits .title-text-image.container-gray.image-p-0 .image {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .product-section-benefits .title-text-image.container-gray.image-p-0.position-right .container {
    padding-right: 0;
  }
}
.product-section-benefits .title-text-image.container-gray.image-p-0.position-left .container {
  padding-left: 0;
}
.product-section-benefits .title-text-image.full-width-dark-black-bg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #101010;
}
@media (min-width: 1024px) {
  .product-section-benefits .title-text-image.full-width-dark-black-bg {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.product-section-benefits .title-text-image.full-width-dark-black-bg .image {
  max-height: 400px;
  display: flex;
  justify-content: center;
}
.product-section-benefits .title-text-image.full-width-dark-black-bg .image img {
  width: auto;
  object-fit: inherit;
}
.product-section-benefits .title-text-image.full-width-dark-black-bg .info {
  background-color: transparent;
  color: #fff;
}
@media (min-width: 1024px) {
  .product-section-benefits .title-text-image.full-width-gray-bg {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #F9F9F9;
  }
}
@media (max-width: 1023px) {
  .product-section-benefits .title-text-image.full-width-gray-bg .info {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #F9F9F9;
  }
}
.product-section-benefits .title-text-image.full-width-gray-bg + .full-width-gray-bg {
  padding-top: 0;
}
@media (min-width: 1024px) {
  .product-section-benefits .title-text-image.full-width-gray-bg + .full-width-gray-bg {
    padding-top: 0;
    margin-top: -120px;
  }
}
.product-section-benefits .title-text-image.img-auto .image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-section-benefits .title-text-image.img-auto .image img {
  width: auto;
  height: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-section-benefits .title_text_images_after_text_image .title-text-image-wrapper {
    grid-template-columns: 60% 40%;
  }
}
.product-section-benefits .title_text_images_after_text_image .info {
  padding-bottom: 0 !important;
}
@media (max-width: 991px) {
  .product-section-benefits .title_text_images_after_text_image .info {
    padding-left: 0;
  }
}
.product-section-benefits .title_text_images_after_text_image .images-row {
  display: flex;
  gap: 15px;
  max-width: 100%;
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .product-section-benefits .title_text_images_after_text_image .images-row {
    display: block;
  }
}
.product-section-benefits .title_text_images_after_text_image .images-row .item {
  max-width: 33.3333333333%;
  width: 100%;
  gap: 15px;
}
@media (max-width: 575px) {
  .product-section-benefits .title_text_images_after_text_image .images-row .item {
    max-width: 100%;
  }
}
.product-section-benefits .title_text_images_after_text_image .images-row .item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  max-width: 100px;
  max-height: 100px;
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .product-section-benefits .title_text_images_after_text_image .images-row .item img {
    margin-bottom: 5px;
  }
}
.product-section-benefits .title_text_images_after_text_image .images-row .item h3 {
  font-family: "Open Sans", Sans-Serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 575px) {
  .product-section-benefits .title_text_images_after_text_image .images-row .item h3 {
    margin-top: 5px;
  }
}
.product-section-benefits .grid-images .grid-images-list {
  display: grid;
  grid-gap: 30px;
  grid-template-rows: repeat(auto-fit, minmax(0, 1fr));
}
@media (max-width: 767px) {
  .product-section-benefits .grid-images .grid-images-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.product-section-benefits .grid-images .grid-images-list .grid-item {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product-section-benefits .grid-images .grid-images-list .grid-item.mb-full-width {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .product-section-benefits .grid-images .grid-images-list .grid-item {
    max-width: calc(50% - 5px);
    flex-grow: 1;
  }
}
.product-section-benefits .grid-images .grid-images-list .grid-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 85%;
}
@media (max-width: 767px) {
  .product-section-benefits .grid-images .grid-images-list .grid-item img {
    max-height: 240px;
  }
}
.product-section-benefits .grid-images .grid-images-list .grid-item h3 {
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  z-index: 1;
  margin: 0;
}
@media (max-width: 1199px) {
  .product-section-benefits .grid-images .grid-images-list .grid-item h3 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .product-section-benefits .grid-images .grid-images-list .grid-item h3 {
    font-size: 22px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .product-section-benefits .grid-images .grid-images-list .grid-item h3 {
    font-size: 26px;
    position: static;
    margin-bottom: 30px;
    height: auto;
  }
}
.product-section-benefits .show-full-text-btn {
  margin-top: 20px;
}
.product-section-benefits .full-text-modal {
  width: 100%;
  max-width: 880px;
  background-color: #fff;
  padding: 50px 30px;
  z-index: 10;
}
@media (min-width: 1280px) {
  .product-section-benefits .full-text-modal {
    padding: 80px;
  }
}
.product-section-benefits .full-text-modal .image {
  padding: 24px;
  background-color: #F9F9F9;
}
.product-section-benefits .full-text-modal .inner {
  overflow: auto;
  max-height: calc(90vh - 160px);
  margin-right: -35px;
  padding-right: 35px;
  color: #333;
}
.product-section-benefits .full-text-modal .inner p {
  margin-bottom: 24px;
}
.product-section-benefits .full-text-modal .inner ul {
  padding-left: 24px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .product-section-benefits .image-full-width {
    height: 285px;
  }
}
.product-section-benefits .image-full-width img {
  width: 100%;
}
@media (max-width: 767px) {
  .product-section-benefits .image-full-width img {
    height: 100%;
    max-width: inherit;
    object-fit: cover;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .image-full-width.image-slim {
    height: 590px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .image-full-width.image-slim img {
    height: 100%;
    width: 100%;
    max-width: inherit;
    object-fit: cover;
  }
}
.product-section-benefits .section-video iframe {
  height: 50vw;
  width: 100%;
}
@media (min-width: 1024px) {
  .product-section-benefits .section-video iframe {
    height: 638px;
  }
}
.product-section-benefits .img-title-text {
  /*Это пиздец, если видишь - подумай, прежде чем браться*/
}
.product-section-benefits .img-title-text.container-width .three-col {
  max-width: 1172px;
}
.product-section-benefits .img-title-text .three-col {
  display: grid;
  grid-gap: 30px;
  max-width: 1232px;
}
@media (min-width: 768px) {
  .product-section-benefits .img-title-text .three-col {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .product-section-benefits .img-title-text.two-col .three-col {
    grid-template-columns: 360px 0 360px;
    justify-content: center;
  }
}
.product-section-benefits .img-title-text h3 {
  margin-top: 17px;
}
@media (max-width: 1023px) {
  .product-section-benefits .img-title-text h3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .product-section-benefits .img-title-text h3 br {
    display: none;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .img-title-text.h3-fz24 h3 {
    font-size: 24px;
    line-height: 120%;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .product-section-benefits .img-title-text.h3-fz24 h3 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .img-title-text.h3-fz24 p {
    font-size: 16px;
    font-weight: 400;
  }
}
.product-section-benefits .img-title-text .four-col {
  display: grid;
  grid-gap: 30px;
}
@media (min-width: 768px) {
  .product-section-benefits .img-title-text .four-col {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.product-section-benefits .img-title-text.sieves {
  text-align: center;
}
.product-section-benefits .img-title-text.sieves .img {
  height: 202px;
}
.product-section-benefits .img-title-text.sieves .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-section-benefits .img-title-text .slider-nav-btn-dots {
  display: none;
}
@media (max-width: 767px) {
  .product-section-benefits .img-title-text.slider-with-dots-by-center-mobile .list {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .product-section-benefits .img-title-text.slider-with-dots-by-center-mobile .item {
    width: calc(100vw - 90px);
    margin-right: 20px;
  }
}
.product-section-benefits .img-title-text.slider-with-dots-by-center-mobile .slick-initialized + .slider-nav-btn-dots {
  display: block;
}
.product-section-benefits .img-title-text + .img-title-text {
  margin-top: -30px;
}
@media (min-width: 1024px) {
  .product-section-benefits .img-title-text + .img-title-text {
    margin-top: -90px;
  }
}
.product-section-benefits .icon-title-text {
  padding-top: 110px;
  padding-bottom: 110px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .product-section-benefits .icon-title-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.product-section-benefits .icon-title-text .container {
  max-width: 972px;
}
.product-section-benefits .icon-title-text .icons-list {
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  text-align: center;
}
@media (max-width: 767px) {
  .product-section-benefits .icon-title-text .icons-list {
    gap: 30px 20px;
  }
}
.product-section-benefits .icon-title-text .icons-list .item {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  flex-basis: calc(33.3333333333% - 80px);
  flex-grow: 1;
  flex-shrink: 0;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .product-section-benefits .icon-title-text .icons-list .item {
    flex-basis: calc(50% - 20px);
    max-width: 50%;
  }
}
.product-section-benefits .icon-title-text .icons-list .item p {
  font-weight: inherit;
}
.product-section-benefits .icon-title-text .icons-list .item .img {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .product-section-benefits .icon-title-text .icons-list .item .img {
    width: 80px;
    height: 80px;
  }
}
.product-section-benefits .icon-title-text .icons-list .item .img img {
  max-width: 100%;
  max-height: 100%;
}
.product-section-benefits .icon-title-text .icons-list .item h3 {
  font-family: "Open Sans", "Montserrat", Sans-Serif;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 16px;
  word-wrap: break-word;
  line-height: 1.5;
}
.product-section-benefits .title-text-and-few-image-wrapper {
  display: grid;
  grid-gap: 30px;
}
@media (min-width: 1024px) {
  .product-section-benefits .title-text-and-few-image-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
  }
}
.product-section-benefits .title-text-button-image-black-bg {
  padding-bottom: 40px;
  background-image: linear-gradient(to bottom, #ffffff 8vw, #333333 8vw, #333333 40%, #181818 100%);
  color: #fff;
}
@media (min-width: 768px) {
  .product-section-benefits .title-text-button-image-black-bg {
    margin-top: 100px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .title-text-button-image-black-bg {
    background-image: linear-gradient(to bottom, #ffffff 77px, #333333 77px, #333333 40%, #181818 100%);
  }
}
.product-section-benefits .title-text-button-image-black-bg h2 {
  margin-bottom: 8px;
  text-align: left;
}
.product-section-benefits .title-text-button-image-black-bg .title-text-button-image-black-bg-wrapper {
  display: grid;
  grid-gap: 16px;
}
@media (min-width: 768px) {
  .product-section-benefits .title-text-button-image-black-bg .title-text-button-image-black-bg-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 70px;
  }
}
@media (min-width: 768px) {
  .product-section-benefits .title-text-button-image-black-bg .title-text-button-image-black-bg-wrapper .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 77px;
  }
}
.product-section-benefits .title-text-button-image-black-bg .title-text-button-image-black-bg-wrapper .btn-wrapper {
  margin-top: 20px;
}
.product-section-benefits .image-with-info-list-black {
  padding-top: 180px;
  background-image: linear-gradient(180deg, #333333 0%, #181818 100%);
  color: #fff;
}
@media (min-width: 1024px) {
  .product-section-benefits .image-with-info-list-black {
    padding-top: 0;
    background-image: linear-gradient(to bottom, #ffffff 77px, #333333 77px, #333333 40%, #181818 100%);
  }
}
.product-section-benefits .image-with-info-list-black .item {
  position: relative;
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .product-section-benefits .image-with-info-list-black .item {
    overflow: hidden;
  }
}
.product-section-benefits .image-with-info-list-black .item .info-list {
  position: absolute;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
}
@media (min-width: 1024px) {
  .product-section-benefits .image-with-info-list-black .item .info-list {
    font-weight: 400;
    font-size: 22px;
  }
}
@media (max-width: 1023px) {
  .product-section-benefits .image-with-info-list-black .item .info-list span {
    top: -125px;
    position: absolute;
    display: none;
    width: 210px;
    height: 102px;
    padding: 24px 30px;
    background-color: #81BB27;
    box-shadow: 0px -10px 30px rgba(127, 190, 42, 0.6);
  }
}
@media (max-width: 1023px) {
  .product-section-benefits .image-with-info-list-black .item .info-list span:after {
    content: "";
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 14px solid #81BB27;
  }
}
@media (max-width: 1023px) {
  .product-section-benefits .image-with-info-list-black .item .info-list:hover span {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .image-with-info-list-black.h-200-black .item {
    width: 992px;
  }
}
@media (max-width: 1023px) {
  .product-section-benefits .image-with-info-list-black.h-200-black .info-list {
    width: 64px;
    height: 64px;
    background-image: url("/wp-content/themes/hurom/img/icon-zoom.svg");
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .image-with-info-list-black.h-200-black .info-list {
    padding-left: 50px;
    background-image: url("/wp-content/themes/hurom/img/icon-play-bg-transparent.svg");
    background-repeat: no-repeat;
    background-size: 36px;
    background-position: center left;
  }
}
.product-section-benefits .image-with-info-list-black.h-200-black .info-list:before {
  content: "";
  position: absolute;
}
@media (min-width: 1024px) {
  .product-section-benefits .image-with-info-list-black.h-200-black .info-list:before {
    left: 100%;
    top: 50%;
    height: 1px;
    transform: translateY(-50%);
    background-color: #fff;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .image-with-info-list-black.h-200-black .info-list:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    transform: translateY(-50%);
    border-radius: 100%;
    background-color: #fff;
  }
}
.product-section-benefits .image-with-info-list-black.h-200-black .info-list-0 {
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .product-section-benefits .image-with-info-list-black.h-200-black .info-list-0 {
    top: 130px;
    left: 115px;
    width: 100%;
    max-width: 200px;
  }
}
@media (min-width: 1280px) {
  .product-section-benefits .image-with-info-list-black.h-200-black .info-list-0 {
    left: 100px;
  }
}
@media (max-width: 1023px) {
  .product-section-benefits .image-with-info-list-black.h-200-black .info-list-0 span {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1023px) {
  .product-section-benefits .image-with-info-list-black.h-200-black .info-list-0 span:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .image-with-info-list-black.h-200-black .info-list-0:before {
    width: 278px;
  }
}
@media (min-width: 1280px) {
  .product-section-benefits .image-with-info-list-black.h-200-black .info-list-0:before {
    width: 265px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .image-with-info-list-black.h-200-black .info-list-0:after {
    right: -280px;
  }
}
@media (min-width: 1280px) {
  .product-section-benefits .image-with-info-list-black.h-200-black .info-list-0:after {
    right: -265px;
  }
}
.product-section-benefits .image-with-info-list-black.h-200-black .info-list-1 {
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .product-section-benefits .image-with-info-list-black.h-200-black .info-list-1 {
    left: 115px;
    top: 270px;
    width: 100%;
    max-width: 200px;
  }
}
@media (min-width: 1280px) {
  .product-section-benefits .image-with-info-list-black.h-200-black .info-list-1 {
    left: 100px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .image-with-info-list-black.h-200-black .info-list-1:before {
    width: 260px;
  }
}
@media (min-width: 1280px) {
  .product-section-benefits .image-with-info-list-black.h-200-black .info-list-1:before {
    width: 270px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .image-with-info-list-black.h-200-black .info-list-1:after {
    right: -265px;
  }
}
@media (min-width: 1280px) {
  .product-section-benefits .image-with-info-list-black.h-200-black .info-list-1:after {
    right: -270px;
  }
}
@media (max-width: 1023px) {
  .product-section-benefits .image-with-info-list-black.h-200-black .info-list-1 span {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1023px) {
  .product-section-benefits .image-with-info-list-black.h-200-black .info-list-1 span:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.product-section-benefits .image-with-info-list-black.h-200-black .info-list-2 {
  top: 75%;
  right: calc(100% - 21vw);
}
@media (min-width: 1024px) {
  .product-section-benefits .image-with-info-list-black.h-200-black .info-list-2 {
    left: 15px;
    right: auto;
    top: 395px;
    width: 100%;
    max-width: 185px;
  }
}
@media (min-width: 1280px) {
  .product-section-benefits .image-with-info-list-black.h-200-black .info-list-2 {
    left: 0;
  }
}
@media (max-width: 1023px) {
  .product-section-benefits .image-with-info-list-black.h-200-black .info-list-2 span:after {
    transform: translateX(-50%);
  }
}
@media (max-width: 1023px) {
  .product-section-benefits .image-with-info-list-black.h-200-black .info-list-2 span {
    left: 50%;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .image-with-info-list-black.h-200-black .info-list-2:before {
    width: 125px;
  }
}
@media (min-width: 1280px) {
  .product-section-benefits .image-with-info-list-black.h-200-black .info-list-2:before {
    width: 140px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .image-with-info-list-black.h-200-black .info-list-2:after {
    right: -127px;
  }
}
@media (min-width: 1280px) {
  .product-section-benefits .image-with-info-list-black.h-200-black .info-list-2:after {
    right: -140px;
  }
}
.product-section-benefits .image-with-info-list-black.h-200-black .info-list-3 {
  top: 60%;
  left: 72%;
}
@media (min-width: 1024px) {
  .product-section-benefits .image-with-info-list-black.h-200-black .info-list-3 {
    left: 75%;
    top: 425px;
    width: 100%;
    max-width: 200px;
    padding-right: 50px;
    padding-left: 0;
    background-position: center right;
  }
}
@media (min-width: 1280px) {
  .product-section-benefits .image-with-info-list-black.h-200-black .info-list-3 {
    right: 0;
    left: 80%;
  }
}
@media (max-width: 1023px) {
  .product-section-benefits .image-with-info-list-black.h-200-black .info-list-3 span {
    right: 0;
  }
}
@media (max-width: 1023px) {
  .product-section-benefits .image-with-info-list-black.h-200-black .info-list-3 span:after {
    right: 23px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .image-with-info-list-black.h-200-black .info-list-3:before {
    left: auto;
    right: calc(100% + 12px);
    width: 65px;
  }
}
@media (min-width: 1280px) {
  .product-section-benefits .image-with-info-list-black.h-200-black .info-list-3:before {
    width: 110px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .image-with-info-list-black.h-200-black .info-list-3:after {
    left: -80px;
  }
}
@media (min-width: 1280px) {
  .product-section-benefits .image-with-info-list-black.h-200-black .info-list-3:after {
    left: -125px;
  }
}
.product-section-benefits .title-text-button-image-top-padding-black-bg {
  padding-bottom: 60px;
  background-image: linear-gradient(to bottom, #ffffff 20%, #333333 20%, #333333 40%, #181818 100%);
  color: #fff;
}
@media (min-width: 768px) {
  .product-section-benefits .title-text-button-image-top-padding-black-bg {
    background-image: linear-gradient(to bottom, #ffffff 280px, #333333 280px, #333333 40%, #181818 100%);
  }
}
.product-section-benefits .title-text-button-image-top-padding-black-bg .image {
  /*max-width: 80%;*/
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .product-section-benefits .title-text-button-image-top-padding-black-bg .image {
    margin-right: -20px;
    margin-left: -20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .product-section-benefits .title-text-button-image-top-padding-black-bg .image {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .product-section-benefits .title-text-button-image-top-padding-black-bg .image img {
    width: 150%;
    max-width: none;
  }
}
.product-section-benefits .title-text-button-image-top-padding-black-bg .info {
  text-align: center;
}
.product-section-benefits .title-text-button-image-top-padding-black-bg .info p {
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
.product-section-benefits .image-slider.bg-full-gray {
  background-color: #F9F9F9;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .product-section-benefits .image-slider.bg-full-gray {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.product-section-benefits .image-slider-wrapper {
  display: grid;
  grid-row-gap: 40px;
}
@media (min-width: 768px) {
  .product-section-benefits .image-slider-wrapper {
    grid-row-gap: 80px;
  }
}
.product-section-benefits .image-slider-wrapper .slides {
  width: calc(100vw - 60px);
}
@media (max-width: 767px) {
  .product-section-benefits .image-slider-wrapper .slides {
    padding-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .image-slider-wrapper .slides {
    max-width: 1180px;
    width: calc(100vw - 40px);
    margin-right: auto;
    margin-left: auto;
  }
}
.product-section-benefits .image-slider-wrapper .slides:not(.slick-initialized) .item:not(:first-child) {
  display: none;
}
.product-section-benefits .image-slider-wrapper .item {
  height: inherit;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .product-section-benefits .image-slider-wrapper .item {
    gap: 20px;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .product-section-benefits .image-slider-wrapper .item {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .product-section-benefits .image-slider-wrapper .item .left-text + .image {
    width: 100%;
    order: 2;
  }
}
@media (min-width: 768px) {
  .product-section-benefits .image-slider-wrapper .item .left-text + .image {
    width: 33%;
  }
}
@media (max-width: 767px) {
  .product-section-benefits .image-slider-wrapper .item .container-small {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .product-section-benefits .image-slider-wrapper .item .container-small {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .image-slider-wrapper .item .container-small {
    margin-bottom: 80px;
  }
}
.product-section-benefits .image-slider-wrapper .item .container-small > * {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
}
.product-section-benefits .image-slider-wrapper .left-text {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .product-section-benefits .image-slider-wrapper .left-text {
    order: 3;
  }
}
@media (min-width: 768px) {
  .product-section-benefits .image-slider-wrapper .left-text {
    width: 33%;
    text-align: right;
    padding-top: 8px;
    padding-right: 30px;
    padding-left: 45px;
  }
}
.product-section-benefits .image-slider-wrapper .right-text {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .product-section-benefits .image-slider-wrapper .right-text {
    order: 4;
  }
}
@media (min-width: 768px) {
  .product-section-benefits .image-slider-wrapper .right-text {
    width: 33%;
    padding-top: 8px;
    padding-right: 45px;
    padding-left: 30px;
  }
}
.product-section-benefits .image-slider-wrapper .slick-arrow {
  position: absolute;
}
@media (max-width: 767px) {
  .product-section-benefits .image-slider-wrapper .slick-arrow {
    bottom: 0;
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 768px) {
  .product-section-benefits .image-slider-wrapper .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
  }
}
.product-section-benefits .image-slider-wrapper .slick-prev {
  left: 30px;
}
@media (min-width: 1024px) {
  .product-section-benefits .image-slider-wrapper .slick-prev {
    left: 0;
  }
}
.product-section-benefits .image-slider-wrapper .slick-next {
  right: 30px;
}
@media (min-width: 1024px) {
  .product-section-benefits .image-slider-wrapper .slick-next {
    right: 0;
  }
}
.product-section-benefits .image-slider-wrapper .slick-dots {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  width: 270px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  background-color: #BDBDBD;
  transition-duration: 0.25s;
  transition-property: background-color;
}
.product-section-benefits .image-slider-wrapper .slick-dots:hover {
  background-color: #8C8C8C;
}
.product-section-benefits .image-slider-wrapper .slick-dots li {
  height: 2px;
  width: auto;
  margin-right: 0;
  margin-left: 0;
}
.product-section-benefits .image-slider-wrapper .slick-dots .slick-active button {
  border-radius: 0;
  background-color: #333;
}
.product-section-benefits .image-slider-wrapper .slick-dots button {
  height: 100%;
  width: 100%;
  text-indent: -200vw;
  background-color: transparent;
  transition-duration: 0.25s;
  transition-property: background-color;
}
@media (min-width: 1024px) {
  .product-section-benefits .title-text.text-left-desktop {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .title-text.text-left-desktop h2 {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .title-text h2 {
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 1.1;
    /*
    font-size: 50px;
    line-height: 58px;
    */
  }
}
.product-section-benefits .title-text-button-video.full-width-bg-gray {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F9F9F9;
}
.product-section-benefits .title-text-button-video.full-width-bg-gray + .full-width-black-bg-paddings {
  background-image: linear-gradient(to bottom, #fff 90px, #333333 90px, #333333 40%, #181818 100%, #ffffff 100px);
}
@media (min-width: 1024px) {
  .product-section-benefits .title-text-button-video.full-width-bg-gray + .full-width-black-bg-paddings {
    margin-top: -190px;
    background-image: linear-gradient(to bottom, #F9F9F9 90px, #333333 90px, #333333 40%, #181818 calc(100% - 100px), #ffffff 100px);
  }
}
@media (max-width: 767px) {
  .product-section-benefits .title-text-button-video.full-width-bg-gray + .full-width-black-bg-paddings .info {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .product-section-benefits .title-text-button-video.position-left .video {
    order: 1;
  }
}
@media (min-width: 768px) {
  .product-section-benefits .title-text-button-video.position-left .info {
    order: 2;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .title-text-button-video.position-left .title-text-button-video-wrapper {
    grid-template-columns: 526px 1fr;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .title-text-button-video.position-right .title-text-button-video-wrapper {
    grid-template-columns: 1fr 526px;
  }
}
.product-section-benefits .title-text-button-video h2 {
  margin-bottom: 8px;
  text-align: left;
}
@media (max-width: 767px) {
  .product-section-benefits .title-text-button-video h2 {
    font-size: 24px;
  }
}
.product-section-benefits .title-text-button-video-wrapper {
  display: grid;
  grid-gap: 32px;
}
@media (min-width: 1024px) {
  .product-section-benefits .title-text-button-video-wrapper {
    grid-gap: 90px;
  }
}
@media (min-width: 768px) {
  .product-section-benefits .title-text-button-video-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.product-section-benefits .title-text-button-video-wrapper .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .product-section-benefits .title-text-button-video-wrapper .info {
    order: 1;
  }
}
.product-section-benefits .title-text-button-video-wrapper .btn-wrapper {
  margin-top: 20px;
}
.product-section-benefits .title-text-button-two-columns .section-header {
  max-width: 944px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .product-section-benefits .title-text-button-two-columns .section-header {
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .title-text-button-two-columns h2 {
    margin-bottom: 12px;
    font-size: 50px;
    line-height: 58px;
  }
}
.product-section-benefits .title-text-button-two-columns .intro {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .product-section-benefits .title-text-button-two-columns .intro {
    margin-bottom: 100px;
  }
}
.product-section-benefits .title-text-button-two-columns .btn-wrapper {
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .product-section-benefits .title-text-button-two-columns .list {
    background-image: linear-gradient(360deg, #070506 76%, #fff 76%);
  }
}
@media (min-width: 768px) {
  .product-section-benefits .title-text-button-two-columns .list-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .title-text-button-two-columns .list-wrapper {
    margin-top: -120px;
  }
}
.product-section-benefits .title-text-button-two-columns .list-wrapper .item {
  position: relative;
  background-image: linear-gradient(360deg, #070506 78%, #fff 78%);
}
@media (max-width: 767px) {
  .product-section-benefits .title-text-button-two-columns .list-wrapper .item {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .title-text-button-two-columns .list-wrapper .item {
    background-image: linear-gradient(360deg, #070506 76%, #fff 76%);
  }
}
.product-section-benefits .title-text-button-two-columns .text {
  color: #fff;
}
@media (max-width: 767px) {
  .product-section-benefits .title-text-button-two-columns .text {
    margin-top: -100px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .product-section-benefits .title-text-button-two-columns .text {
    position: absolute;
    top: 75%;
    left: 50%;
    width: 100%;
    max-width: 412px;
    padding-right: 16px;
    padding-left: 16px;
    transform: translateX(-50%);
    text-align: center;
  }
}
.product-section-benefits .video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-section-benefits .image-compare .bottom-text {
  margin-top: 16px;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}
.product-section-benefits .image-compare-content {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .product-section-benefits .image-compare-content {
    height: 500px;
  }
}
.product-section-benefits .image-compare-content .compare-image {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 0;
  overflow: hidden;
}
.product-section-benefits .image-compare-content .compare-image img {
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.product-section-benefits .image-compare-content .old-image > img {
  position: relative;
  width: 100%;
}
.product-section-benefits .image-compare-content .new-image {
  position: absolute;
  top: 0;
  left: 0;
}
.product-section-benefits .image-compare-content .new-image > img {
  position: absolute;
  width: auto;
  height: 100%;
  max-width: none;
}
@media (max-width: 767px) {
  .product-section-benefits .image-compare-content .new-image > img {
    width: calc(100vw - 115px);
  }
}
.product-section-benefits .image-compare-content .left-title,
.product-section-benefits .image-compare-content .right-title {
  position: absolute;
  z-index: 1;
}
.product-section-benefits .image-compare-content .left-title h4,
.product-section-benefits .image-compare-content .right-title h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .product-section-benefits .image-compare-content .left-title h4,
  .product-section-benefits .image-compare-content .right-title h4 {
    background-color: #fff;
    padding: 4px;
  }
}
@media (min-width: 768px) {
  .product-section-benefits .image-compare-content .left-title h4,
  .product-section-benefits .image-compare-content .right-title h4 {
    font-size: 24px;
  }
}
.product-section-benefits .image-compare-content .left-title {
  left: 20px;
  top: 20px;
}
@media (min-width: 1024px) {
  .product-section-benefits .image-compare-content .left-title {
    left: 40px;
    top: 40px;
  }
}
.product-section-benefits .image-compare-content .right-title {
  top: 20px;
  right: 20px;
}
@media (min-width: 1024px) {
  .product-section-benefits .image-compare-content .right-title {
    top: 40px;
    right: 40px;
  }
}
.product-section-benefits .image-compare-content input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: 50%;
  left: -42px;
  z-index: 1;
  transform: translateY(-50%);
  width: calc(100% + 84px);
  height: 100%;
  margin: 0;
  background-color: rgba(255, 255, 255, 0);
}
.product-section-benefits .image-compare-content input[type=range]:focus {
  outline: none;
}
.product-section-benefits .image-compare-content input[type=range]:active {
  outline: none;
  border: none;
}
.product-section-benefits .image-compare-content input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
  outline: none;
}
.product-section-benefits .image-compare-content input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 64px;
  height: 64px;
  background-color: #81BB27;
  background-image: url("/wp-content/themes/hurom/img/image-compare.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .product-section-benefits .image-compare-content input[type=range]::-webkit-slider-thumb {
    width: 84px;
    height: 84px;
  }
}
.product-section-benefits .image-compare-content input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  width: 84px;
  height: 84px;
  background-color: #81BB27;
  background-image: url("/wp-content/themes/hurom/img/image-compare.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
.product-section-benefits .image-compare-content input[type=range]:focus::-webkit-slider-thumb {
  background-color: rgba(129, 187, 39, 0.8);
}
.product-section-benefits .image-compare-content input[type=range]:focus::-moz-range-thumb {
  background: rgba(255, 255, 255, 0.5);
}
@media (min-width: 1024px) {
  .product-section-benefits .slider-with-title-text-image-wrapper {
    position: relative;
  }
}
.product-section-benefits .slider-with-title-text-image-wrapper.container {
  padding-right: 0;
}
@media (min-width: 1024px) {
  .product-section-benefits .slider-with-title-text-image-wrapper.container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  .product-section-benefits .slider-with-title-text-image-wrapper.container {
    padding-right: 0;
    padding-left: calc((100vw - 1165px) / 2);
  }
}
.product-section-benefits .slider-with-title-text-image-wrapper .slick-track {
  display: flex;
}
@media (min-width: 1024px) {
  .product-section-benefits .slider-with-title-text-image-wrapper .slick-list {
    overflow: visible;
    margin-left: 30%;
  }
}
.product-section-benefits .slider-with-title-text-image-wrapper .slick-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.product-section-benefits .slider-with-title-text-image-wrapper .list:not(.slick-initialized) .item:not(:first-child) {
  display: none;
}
.product-section-benefits .slider-with-title-text-image-wrapper .item {
  height: inherit;
  width: calc(100vw - 60px);
}
@media (max-width: 767px) {
  .product-section-benefits .slider-with-title-text-image-wrapper .item {
    display: flex;
    flex-direction: column;
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media (min-width: 768px) {
  .product-section-benefits .slider-with-title-text-image-wrapper .item {
    position: relative;
    width: calc(100vw - 50px);
    margin-right: 20px;
    padding-left: 100px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .slider-with-title-text-image-wrapper .item {
    position: relative;
    width: 860px;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .slider-with-title-text-image-wrapper .item:not(.slick-active):not(.slick-active + .item):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgba(230, 229, 229, 0.8) 100%);
    z-index: 1;
  }
}
.product-section-benefits .slider-with-title-text-image-wrapper .item .info {
  padding: 20px;
  background-color: #333;
  color: #fff;
}
@media (max-width: 767px) {
  .product-section-benefits .slider-with-title-text-image-wrapper .item .info {
    order: 2;
    flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .product-section-benefits .slider-with-title-text-image-wrapper .item .info {
    position: absolute;
    left: 0;
    top: 50%;
    max-width: 540px;
    padding: 60px;
    transform: translateY(-50%);
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .slider-with-title-text-image-wrapper .item .info {
    left: 365px;
    width: 514px;
    opacity: 0;
    transition-duration: 0.5s;
  }
}
.product-section-benefits .slider-with-title-text-image-wrapper .item .info p {
  line-height: 30px;
}
@media (max-width: 767px) {
  .product-section-benefits .slider-with-title-text-image-wrapper .item .image {
    height: 210px;
    order: 1;
  }
}
@media (min-width: 768px) {
  .product-section-benefits .slider-with-title-text-image-wrapper .item .image {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .slider-with-title-text-image-wrapper .item .image {
    width: 100%;
    height: 510px;
    padding-left: 0;
    transition-duration: 0.5s;
    transition-property: padding-left;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .slider-with-title-text-image-wrapper .slick-current .info {
    left: -365px;
    opacity: 1;
    z-index: 3;
  }
}
@media (min-width: 1024px) and (min-width: 1360px) {
  .product-section-benefits .slider-with-title-text-image-wrapper .slick-current .info {
    left: -50%;
  }
}
.product-section-benefits .image-info-list .list {
  display: grid;
  grid-gap: 60px 30px;
}
@media (min-width: 768px) {
  .product-section-benefits .image-info-list .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.product-section-benefits .image-info-list .list .item {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 35% 1fr;
  align-items: start;
}
@media (min-width: 768px) {
  .product-section-benefits .image-info-list .list .item {
    grid-template-columns: 165px 1fr;
    grid-gap: 32px;
  }
}
.product-section-benefits .image-info-list .list .image {
  border-radius: 100%;
  overflow: hidden;
}
.product-section-benefits .image-info-list .list .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-section-benefits .title-text-list-named-images .title-text-list-named-header {
  margin-bottom: 40px;
  text-align: center;
}
.product-section-benefits .title-text-list-named-images .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .product-section-benefits .title-text-list-named-images .list {
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .product-section-benefits .title-text-list-named-images .list {
    grid-gap: 30px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .title-text-list-named-images .list {
    grid-gap: 0;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .title-text-list-named-images .list.four-in-row .item {
    width: 25%;
  }
}
.product-section-benefits .title-text-list-named-images .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .product-section-benefits .title-text-list-named-images .list .item {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .title-text-list-named-images .list .item {
    padding-right: 8px;
    padding-left: 8px;
    width: 33.3333333333%;
  }
}
.product-section-benefits .title-text-list-named-images .list .image {
  max-width: 180px;
  margin-bottom: 20px;
}
.product-section-benefits .title-text-list-named-images .list .description {
  font-size: 18px;
  line-height: 32px;
}
.product-section-benefits .title-text-list-named-images .list h4 {
  margin-top: 0;
}
.product-section-benefits .title-text-list-named-images.bg-gray {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F9F9F9;
}
.product-section-benefits .title-text-list-named-images.img-circle .image img {
  border-radius: 100%;
}
@media (min-width: 1024px) {
  .product-section-benefits .title-text-list-named-images.four-in-row .list .item {
    width: 25%;
  }
}
.product-section-benefits .full-width-video-slider-wrapper .list:not(.slick-initialized) .item:not(:first-child) {
  display: none;
}
.product-section-benefits .full-width-video-slider-wrapper .iframe,
.product-section-benefits .full-width-video-slider-wrapper iframe {
  width: 100%;
  height: 176px;
}
@media (min-width: 768px) {
  .product-section-benefits .full-width-video-slider-wrapper .iframe,
  .product-section-benefits .full-width-video-slider-wrapper iframe {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .product-section-benefits .full-width-video-slider-wrapper .item {
    display: flex;
    flex-direction: column;
    width: calc(100vw - 60px);
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media (min-width: 768px) {
  .product-section-benefits .full-width-video-slider-wrapper .item {
    position: relative;
    height: 524px;
    width: calc(100vw - 60px);
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .full-width-video-slider-wrapper .item {
    height: 41.35vw;
    width: 73.45vw;
    max-height: 554px;
    max-width: 984px;
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .product-section-benefits .full-width-video-slider-wrapper .title {
    margin-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    order: 1;
  }
}
@media (min-width: 768px) {
  .product-section-benefits .full-width-video-slider-wrapper .title {
    position: absolute;
    bottom: 50px;
    left: 60px;
    right: 60px;
    color: #fff;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .product-section-benefits .full-width-video-slider-wrapper .title h3 {
    margin-bottom: 0;
  }
}
.product-section-benefits .full-width-video-slider-wrapper .video {
  height: 52.564vw;
  min-height: auto;
  color: #fff;
}
@media (max-width: 767px) {
  .product-section-benefits .full-width-video-slider-wrapper .video {
    position: relative;
  }
}
@media (min-width: 768px) {
  .product-section-benefits .full-width-video-slider-wrapper .video {
    height: 100%;
  }
}
.product-section-benefits .full-width-video-slider-wrapper .video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, rgba(0, 0, 0, 0) 60.03%, rgba(0, 0, 0, 0.3) 100%);
}
.product-section-benefits .full-width-video-slider-wrapper .video img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.product-section-benefits .full-width-video-slider-wrapper .video .play-video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  background-image: url("/wp-content/themes/hurom/img/icon-play.svg");
  background-size: 100%;
  z-index: 2;
}
@media (min-width: 768px) {
  .product-section-benefits .full-width-video-slider-wrapper .video .play-video-btn {
    width: 136px;
    height: 136px;
  }
}
.product-section-benefits .big-centered-image-four-small {
  position: relative;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f9f9f9 50.52%);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (min-width: 1024px) {
  .product-section-benefits .big-centered-image-four-small .container {
    display: grid;
    grid-template-columns: 1fr 534px 1fr;
  }
}
.product-section-benefits .big-centered-image-four-small .modal-button {
  width: 64px;
  height: 64px;
  background-image: url("/wp-content/themes/hurom/img/icon-zoom-green.svg");
  opacity: 1;
  transition-duration: 0.25s;
}
@media (min-width: 1024px) {
  .product-section-benefits .big-centered-image-four-small .modal-button {
    display: none;
  }
}
@media (max-width: 1023px) {
  .product-section-benefits .big-centered-image-four-small .modal-wrapper {
    display: none;
    height: 100svh;
    max-width: 330px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 24px;
    overflow-y: auto;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .big-centered-image-four-small .modal-wrapper {
    display: block;
  }
}
.product-section-benefits .big-centered-image-four-small .modal-wrapper .text {
  padding: 20px 20px 40px;
}
@media (max-width: 1023px) {
  .product-section-benefits .big-centered-image-four-small .modal-wrapper .text {
    background-color: #fff;
  }
}
.product-section-benefits .big-centered-image-four-small .item {
  position: absolute;
}
@media (max-width: 1023px) {
  .product-section-benefits .big-centered-image-four-small .item.show {
    position: fixed;
    left: 50% !important;
    right: auto !important;
    top: 50% !important;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    width: calc(100% - 40px);
    height: auto;
    background-image: none;
    transform: translate(-50%, -50%);
    z-index: 10;
  }
}
.product-section-benefits .big-centered-image-four-small .item.show .modal-wrapper {
  display: block;
}
.product-section-benefits .big-centered-image-four-small .item.show .modal-button {
  display: none;
}
@media (min-width: 1024px) {
  .product-section-benefits .big-centered-image-four-small .item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 195px;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .big-centered-image-four-small .left-top {
    order: 1;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .big-centered-image-four-small .left-bottom {
    order: 4;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .big-centered-image-four-small .right-top {
    order: 3;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .big-centered-image-four-small .right-bottom {
    order: 5;
  }
}
.product-section-benefits .big-centered-image-four-small .label {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.03em;
}
@media (min-width: 1024px) {
  .product-section-benefits .big-centered-image-four-small .label {
    margin-top: 20px;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
  }
}
@media (max-width: 1023px) {
  .product-section-benefits .big-centered-image-four-small .description {
    margin-top: 8px;
    font-size: 16px;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .big-centered-image-four-small .description {
    display: none;
    margin-top: 4px;
    font-size: 12px;
    line-height: 15px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .big-centered-image-four-small .img {
    width: 165px;
    height: 165px;
    border-radius: 100%;
    overflow: hidden;
  }
}
.product-section-benefits .big-centered-image-four-small .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .product-section-benefits .big-centered-image-four-small .img-center {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (min-width: 768px) {
  .product-section-benefits .big-centered-image-four-small .img-center {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .big-centered-image-four-small .img-center {
    order: 2;
    grid-row: span 2;
    max-width: none;
  }
}
.product-section-benefits .big-centered-image-four-small .big-centered-image-close {
  display: block;
  width: 85px;
  height: 85px;
  margin: 40px auto;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .product-section-benefits .big-centered-image-four-small .big-centered-image-close {
    display: none;
  }
}
.product-section-benefits .big-centered-image-four-small .big-centered-image-close.show {
  display: block;
}
.product-section-benefits .big-centered-image-four-small .big-centered-image-close .icon {
  width: 100%;
  height: 100%;
}
.product-section-benefits .big-centered-image-four-small.body-parts .left-top {
  top: 60vw;
  left: 20vw;
}
@media (min-width: 768px) {
  .product-section-benefits .big-centered-image-four-small.body-parts .left-top {
    top: 390px;
    left: 28vw;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .big-centered-image-four-small.body-parts .left-top {
    top: 60px;
    left: 24px;
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .big-centered-image-four-small.body-parts .left-top:after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 16px;
    width: 127px;
    height: 102px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='134' height='108' viewBox='0 0 134 108' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m38.5 102.5-.94.341.239.659h.701v-1Zm84.667 0a5.332 5.332 0 0 0 5.333 5.333 5.333 5.333 0 1 0-5.333-5.333ZM.56.841l37 102 1.88-.682-37-102L.56.841ZM38.5 103.5h90v-2h-90v2Z' fill='%2381BB27'/%3E%3C/svg%3E");
  }
}
.product-section-benefits .big-centered-image-four-small.body-parts .left-bottom {
  top: 75vw;
  left: 33vw;
}
@media (min-width: 768px) {
  .product-section-benefits .big-centered-image-four-small.body-parts .left-bottom {
    top: 395px;
    left: 41vw;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .big-centered-image-four-small.body-parts .left-bottom {
    top: 30px;
    left: auto;
    margin-left: 26px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .big-centered-image-four-small.body-parts .left-bottom:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 106px;
    width: 310px;
    height: 53px;
    background-repeat: no-repeat;
    background-position: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='317' height='54' viewBox='0 0 317 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M72 5.5v-1h-.303l-.252.168L72 5.5Zm233.667 0a5.333 5.333 0 1 0 10.666 0 5.333 5.333 0 1 0-10.666 0ZM2.055 53.332l70.5-47-1.11-1.664-70.5 47 1.11 1.664ZM72 6.5h239v-2H72v2Z' fill='%2381BB27'/%3E%3C/svg%3E");
  }
}
.product-section-benefits .big-centered-image-four-small.body-parts .right-top {
  top: 35px;
  right: 25vw;
}
@media (min-width: 768px) {
  .product-section-benefits .big-centered-image-four-small.body-parts .right-top {
    top: 8vw;
    right: 35vw;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .big-centered-image-four-small.body-parts .right-top {
    top: 26px;
    right: 32px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .big-centered-image-four-small.body-parts .right-top:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 80px;
    width: 99px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='99' height='12' viewBox='0 0 99 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.667 6a5.333 5.333 0 1 0 10.666 0A5.333 5.333 0 0 0 .667 6ZM6 7h93V5H6v2Z' fill='%2381BB27'/%3E%3C/svg%3E");
  }
}
.product-section-benefits .big-centered-image-four-small.body-parts .right-bottom {
  top: 70vw;
  right: 10vw;
}
@media (min-width: 768px) {
  .product-section-benefits .big-centered-image-four-small.body-parts .right-bottom {
    top: 42vw;
    right: 27vw;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .big-centered-image-four-small.body-parts .right-bottom {
    left: 40px;
    top: 22px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .big-centered-image-four-small.body-parts .right-bottom:after {
    content: "";
    position: absolute;
    top: 80px;
    right: 100%;
    width: 135px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='135' height='12' viewBox='0 0 135 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.666667 6C0.666666 8.94552 3.05448 11.3333 6 11.3333C8.94552 11.3333 11.3333 8.94552 11.3333 6C11.3333 3.05448 8.94552 0.666667 6 0.666667C3.05448 0.666666 0.666667 3.05448 0.666667 6ZM6 7L135 7.00001L135 5.00001L6 5L6 7Z' fill='%2381BB27'/%3E%3C/svg%3E%0A");
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .big-centered-image-four-small.hzs-bowl {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .product-section-benefits .big-centered-image-four-small.hzs-bowl .left-top {
    top: 79vw;
    left: 12vw;
  }
}
@media (min-width: 768px) {
  .product-section-benefits .big-centered-image-four-small.hzs-bowl .left-top {
    top: 420px;
    left: 25vw;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .big-centered-image-four-small.hzs-bowl .left-top {
    margin-top: -20px;
    top: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .product-section-benefits .big-centered-image-four-small.hzs-bowl .left-bottom {
    top: 72vw;
    left: 42vw;
  }
}
@media (min-width: 768px) {
  .product-section-benefits .big-centered-image-four-small.hzs-bowl .left-bottom {
    top: 385px;
    left: 47vw;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .big-centered-image-four-small.hzs-bowl .left-bottom {
    top: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .product-section-benefits .big-centered-image-four-small.hzs-bowl .right-top {
    top: 47vw;
    left: 36vw;
  }
}
@media (min-width: 768px) {
  .product-section-benefits .big-centered-image-four-small.hzs-bowl .right-top {
    top: 256px;
    left: 42vw;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .big-centered-image-four-small.hzs-bowl .right-top {
    top: 0;
    left: 0;
    margin-top: -20px;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .product-section-benefits .big-centered-image-four-small.hzs-bowl .right-bottom {
    top: 62vw;
    left: 24vw;
  }
}
@media (min-width: 768px) {
  .product-section-benefits .big-centered-image-four-small.hzs-bowl .right-bottom {
    top: 335px;
    left: 34vw;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .big-centered-image-four-small.hzs-bowl .right-bottom {
    top: 0;
    left: 0;
    margin-left: auto;
  }
}
.product-section-benefits .big-centered-image-four-small.hz-alpha .left-top {
  top: 50vw;
  left: 18vw;
}
@media (min-width: 768px) {
  .product-section-benefits .big-centered-image-four-small.hz-alpha .left-top {
    top: 255px;
    left: 30vw;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .big-centered-image-four-small.hz-alpha .left-top {
    top: 60px;
    left: 24px;
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .big-centered-image-four-small.hz-alpha .left-top:after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 16px;
    width: 127px;
    height: 102px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='134' height='66' viewBox='0 0 134 66' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M38.5 60.5L37.6528 61.0313L37.9467 61.5H38.5V60.5ZM123.167 60.5C123.167 63.4455 125.554 65.8333 128.5 65.8333C131.446 65.8333 133.833 63.4455 133.833 60.5C133.833 57.5545 131.446 55.1667 128.5 55.1667C125.554 55.1667 123.167 57.5545 123.167 60.5ZM0.652809 2.03129L37.6528 61.0313L39.3472 59.9687L2.34719 0.968711L0.652809 2.03129ZM38.5 61.5H128.5V59.5H38.5V61.5Z' fill='%2381BB27'/%3E%3C/svg%3E%0A");
  }
}
.product-section-benefits .big-centered-image-four-small.hz-alpha .left-bottom {
  top: 75vw;
  left: 33vw;
}
@media (min-width: 768px) {
  .product-section-benefits .big-centered-image-four-small.hz-alpha .left-bottom {
    top: 372px;
    left: 42.4vw;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .big-centered-image-four-small.hz-alpha .left-bottom {
    top: 30px;
    left: auto;
    margin-left: 26px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .big-centered-image-four-small.hz-alpha .left-bottom:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 106px;
    width: 310px;
    height: 53px;
    background-repeat: no-repeat;
    background-position: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='317' height='54' viewBox='0 0 317 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M72 5.5v-1h-.303l-.252.168L72 5.5Zm233.667 0a5.333 5.333 0 1 0 10.666 0 5.333 5.333 0 1 0-10.666 0ZM2.055 53.332l70.5-47-1.11-1.664-70.5 47 1.11 1.664ZM72 6.5h239v-2H72v2Z' fill='%2381BB27'/%3E%3C/svg%3E");
  }
}
.product-section-benefits .big-centered-image-four-small.hz-alpha .right-top {
  top: 228px;
  right: 7vw;
}
@media (min-width: 768px) {
  .product-section-benefits .big-centered-image-four-small.hz-alpha .right-top {
    top: 41vw;
    right: 23vw;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .big-centered-image-four-small.hz-alpha .right-top {
    top: 270px;
    right: -55px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .big-centered-image-four-small.hz-alpha .right-top:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 80px;
    width: 140px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='135' height='12' viewBox='0 0 135 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.667 6a5.333 5.333 0 1 0 10.666 0A5.333 5.333 0 0 0 .667 6ZM6 7h129V5H6v2Z' fill='%2381BB27'/%3E%3C/svg%3E");
  }
}
.product-section-benefits .circle-image-title-text-show-more .second-section {
  display: none;
}
.product-section-benefits .circle-image-title-text-show-more .list {
  display: grid;
  grid-row-gap: 30px;
}
@media (min-width: 1024px) {
  .product-section-benefits .circle-image-title-text-show-more .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 60px 30px;
  }
}
.product-section-benefits .circle-image-title-text-show-more .item {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-column-gap: 20px;
}
@media (min-width: 768px) {
  .product-section-benefits .circle-image-title-text-show-more .item {
    grid-template-columns: 165px 1fr;
    grid-column-gap: 32px;
  }
}
.product-section-benefits .circle-image-title-text-show-more .item .image {
  height: 120px;
  border-radius: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .product-section-benefits .circle-image-title-text-show-more .item .image {
    height: 165px;
  }
}
.product-section-benefits .circle-image-title-text-show-more .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-section-benefits .circle-image-title-text-show-more .description.show-less-content .dots {
  display: none;
}
.product-section-benefits .circle-image-title-text-show-more .description.show-more-content .second-section {
  display: inline;
}
.product-section-benefits .circle-image-title-text-show-more .btn.btn-transparent-black {
  margin-top: 6px;
  padding: 0;
  font-weight: 400;
  border-width: 0;
  color: #81BB27;
}
.product-section-benefits .circle-image-title-text-show-more .btn.btn-transparent-black:before {
  display: none;
}
.product-section-benefits .about-teamaster-wrapper {
  position: relative;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .product-section-benefits .about-teamaster-wrapper {
    padding-top: 40px;
    padding-bottom: 640px;
    background-size: 1330px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .about-teamaster-wrapper {
    background-size: 1440px;
    padding-top: 90px;
    padding-bottom: 661px;
  }
}
.product-section-benefits .about-teamaster-wrapper .description {
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media (max-width: 1023px) {
  .product-section-benefits .about-teamaster-wrapper .list {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 320px;
    height: 610px;
    transform: translateX(-50%);
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .about-teamaster-wrapper .list {
    position: absolute;
    width: 600px;
    height: 490px;
    bottom: 102px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.product-section-benefits .about-teamaster-wrapper .list .item {
  position: absolute;
  z-index: 1;
}
@media (max-width: 1023px) {
  .product-section-benefits .about-teamaster-wrapper .list .item {
    width: 64px;
    height: 64px;
    background-image: url("/wp-content/themes/hurom/img/icon-zoom.svg");
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .about-teamaster-wrapper .list .item {
    max-width: 224px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .about-teamaster-wrapper .list .item:hover .property-title .icon {
    transform: rotate(180deg);
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .about-teamaster-wrapper .list .item:before, .product-section-benefits .about-teamaster-wrapper .list .item:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .about-teamaster-wrapper .list .item:before {
    height: 1px;
    background-color: #fff;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .about-teamaster-wrapper .list .item:after {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #fff;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .about-teamaster-wrapper .list .mobile-tooltip {
    display: none;
  }
}
.product-section-benefits .about-teamaster-wrapper .list .left-top {
  top: 145px;
  left: 105px;
}
@media (min-width: 1024px) {
  .product-section-benefits .about-teamaster-wrapper .list .left-top {
    top: 135px;
    left: -160px;
  }
}
@media (min-width: 768px) {
  .product-section-benefits .about-teamaster-wrapper .list .left-top:before {
    left: 100%;
    width: 224px;
  }
}
@media (min-width: 768px) {
  .product-section-benefits .about-teamaster-wrapper .list .left-top:after {
    right: -224px;
  }
}
.product-section-benefits .about-teamaster-wrapper .list .left-bottom {
  left: 146px;
  top: 275px;
}
@media (min-width: 1024px) {
  .product-section-benefits .about-teamaster-wrapper .list .left-bottom {
    top: 245px;
    left: -160px;
  }
}
@media (min-width: 768px) {
  .product-section-benefits .about-teamaster-wrapper .list .left-bottom:before {
    left: 100%;
    width: 205px;
  }
}
@media (min-width: 768px) {
  .product-section-benefits .about-teamaster-wrapper .list .left-bottom:after {
    right: -205px;
  }
}
.product-section-benefits .about-teamaster-wrapper .list .right-top {
  left: 175px;
  top: 95px;
}
@media (min-width: 1024px) {
  .product-section-benefits .about-teamaster-wrapper .list .right-top {
    top: 44px;
    right: -160px;
    left: auto;
    padding-left: 7px;
  }
}
@media (min-width: 768px) {
  .product-section-benefits .about-teamaster-wrapper .list .right-top:before {
    right: 100%;
    width: 205px;
  }
}
@media (min-width: 768px) {
  .product-section-benefits .about-teamaster-wrapper .list .right-top:after {
    left: -205px;
  }
}
.product-section-benefits .about-teamaster-wrapper .list .right-bottom {
  left: 260px;
  top: 378px;
}
@media (min-width: 1024px) {
  .product-section-benefits .about-teamaster-wrapper .list .right-bottom {
    max-width: 175px;
    bottom: 80px;
    right: -140px;
    left: auto;
    padding-left: 7px;
    top: auto;
  }
}
@media (min-width: 768px) {
  .product-section-benefits .about-teamaster-wrapper .list .right-bottom:before {
    right: 100%;
    width: 124px;
  }
}
@media (min-width: 768px) {
  .product-section-benefits .about-teamaster-wrapper .list .right-bottom:after {
    left: -124px;
  }
}
.product-section-benefits .about-teamaster-wrapper .list .property-title {
  display: none;
}
@media (min-width: 1024px) {
  .product-section-benefits .about-teamaster-wrapper .list .property-title {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #fff;
  }
}
.product-section-benefits .about-teamaster-wrapper .list .property-title .icon {
  flex-shrink: 0;
  margin-right: 10px;
  transform: rotate(0deg);
  transition-duration: 0.25s;
}
.product-section-benefits .about-teamaster-wrapper .list .property-image {
  margin-bottom: 16px;
}
.product-section-benefits .about-teamaster-wrapper .list .modal-button .property-title {
  cursor: pointer;
}
.product-section-benefits .about-teamaster-wrapper .list .modal-block h3 {
  margin-top: 0;
  padding-right: 30px;
}
.product-section-benefits .full_image_title_text_button {
  position: relative;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button p {
    line-height: 26px;
  }
}
.product-section-benefits .full_image_title_text_button .title {
  text-align: left;
  font-weight: 600;
}
@media (max-width: 767px) {
  .product-section-benefits .full_image_title_text_button .title {
    font-size: 22px;
    letter-spacing: -0.66px;
    font-weight: 500;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button .title {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -1.08px;
  }
}
.product-section-benefits .full_image_title_text_button .title span {
  color: #81BB27;
}
.product-section-benefits .full_image_title_text_button .img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.product-section-benefits .full_image_title_text_button .img img {
  width: 100%;
}
@media (max-width: 1023px) {
  .product-section-benefits .full_image_title_text_button .btn {
    width: 100%;
  }
}
.product-section-benefits .full_image_title_text_button .button-wrapper {
  margin-top: 20px;
}
.product-section-benefits .full_image_title_text_button + .full_image_title_text_button {
  margin-top: -60px;
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button + .full_image_title_text_button {
    margin-top: -120px;
  }
}
.product-section-benefits .full_image_title_text_button.h310-simplicity {
  position: relative;
  color: #fff;
}
@media (max-width: 1023px) {
  .product-section-benefits .full_image_title_text_button.h310-simplicity .full_image_title_text_button-wrapper {
    padding-top: 30px;
    background-image: url("/wp-content/uploads/2023/08/image-150.png");
    background-size: cover;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button.h310-simplicity .full_image_title_text_button-wrapper {
    position: absolute;
    top: 120px;
    left: 50%;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button.h310-simplicity .inner {
    max-width: 500px;
  }
}
.product-section-benefits .full_image_title_text_button.h310-simplicity .description {
  line-height: 1.6;
}
.product-section-benefits .full_image_title_text_button.h310-multi-screw {
  background-color: #FBF5EC;
}
.product-section-benefits .full_image_title_text_button.h310-multi-screw .full_image_title_text_button-wrapper {
  padding-top: 30px;
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button.h310-multi-screw .full_image_title_text_button-wrapper {
    padding-top: 120px;
  }
}
.product-section-benefits .full_image_title_text_button.h310-multi-screw .inner {
  max-width: 710px;
}
.product-section-benefits .full_image_title_text_button.h310-small-weight {
  color: #fff;
}
@media (max-width: 1023px) {
  .product-section-benefits .full_image_title_text_button.h310-small-weight .full_image_title_text_button-wrapper {
    position: relative;
    padding-top: 30px;
    background-image: url("/wp-content/uploads/2023/08/image-153.jpg");
    background-size: cover;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button.h310-small-weight .full_image_title_text_button-wrapper {
    position: absolute;
    top: 120px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button.h310-small-weight .inner {
    max-width: 490px;
  }
}
.product-section-benefits .full_image_title_text_button.h310-small-weight .description {
  margin-bottom: -5px;
  padding-bottom: 25px;
  line-height: 1.6;
  font-weight: 500;
}
.product-section-benefits .full_image_title_text_button.h310-more-time {
  background: linear-gradient(180deg, #eecb67 0%, #efcd68 100%);
}
.product-section-benefits .full_image_title_text_button.h310-more-time img {
  width: 100%;
}
@media (max-width: 1023px) {
  .product-section-benefits .full_image_title_text_button.h310-more-time .full_image_title_text_button-wrapper {
    position: relative;
    padding-top: 30px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button.h310-more-time .full_image_title_text_button-wrapper {
    position: absolute;
    top: 120px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button.h310-more-time .inner {
    max-width: 490px;
  }
}
.product-section-benefits .full_image_title_text_button.h310-more-time .description {
  margin-bottom: -5px;
  padding-bottom: 25px;
  line-height: 1.6;
  font-weight: 500;
}
.product-section-benefits .full_image_title_text_button.h310-loud {
  padding-top: 30px;
  background-color: #DBD0C6;
}
.product-section-benefits .full_image_title_text_button.h310-loud .full_image_title_text_button-wrapper {
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button.h310-loud .full_image_title_text_button-wrapper {
    position: absolute;
    top: 220px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button.h310-loud .inner {
    max-width: 515px;
  }
}
.product-section-benefits .full_image_title_text_button.h310-colors {
  background-color: #DBD0C6;
}
@media (max-width: 1023px) {
  .product-section-benefits .full_image_title_text_button.h310-colors {
    padding-top: 30px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button.h310-colors .full_image_title_text_button-wrapper {
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button.h310-colors .inner {
    max-width: 590px;
  }
}
.product-section-benefits .full_image_title_text_button.h310-colors img {
  width: 100%;
}
.product-section-benefits .full_image_title_text_button.h310-components {
  background-color: #DBD0C6;
}
@media (max-width: 1023px) {
  .product-section-benefits .full_image_title_text_button.h310-components {
    padding-top: 30px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button.h310-components .full_image_title_text_button-wrapper {
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button.h310-components .inner {
    max-width: 590px;
  }
}
.product-section-benefits .full_image_title_text_button.h310-components img {
  width: 100%;
}
@media (max-width: 1023px) {
  .product-section-benefits .full_image_title_text_button.h320-technology {
    padding-top: 30px;
  }
}
@media (max-width: 1023px) {
  .product-section-benefits .full_image_title_text_button.h320-technology .full_image_title_text_button-wrapper {
    padding-top: 30px;
    background: linear-gradient(180deg, #ffe199 0%, #ffe39a 100%);
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button.h320-technology .full_image_title_text_button-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 1023px) {
  .product-section-benefits .full_image_title_text_button.h320-technology .inner {
    margin-bottom: -2px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button.h320-technology .inner {
    max-width: 400px;
  }
}
@media (max-width: 1023px) {
  .product-section-benefits .full_image_title_text_button.h320-technology .button-wrapper {
    position: relative;
    padding-top: 4px;
    z-index: 1;
  }
}
@media (max-width: 1023px) {
  .product-section-benefits .full_image_title_text_button.h320-technology .button-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: -65px;
    left: -20px;
    right: -20px;
    background: linear-gradient(180deg, #ffe199 0%, #ffe39a 100%);
    filter: blur(25px);
    z-index: -1;
  }
}
.product-section-benefits .full_image_title_text_button.h320-technology img {
  width: 100%;
}
.product-section-benefits .full_image_title_text_button.h320-volume {
  color: #fff;
}
@media (max-width: 1023px) {
  .product-section-benefits .full_image_title_text_button.h320-volume {
    padding-top: 30px;
    color: #333;
  }
}
@media (max-width: 1023px) {
  .product-section-benefits .full_image_title_text_button.h320-volume .full_image_title_text_button-wrapper {
    padding-top: 50px;
    padding-bottom: 20px;
    background: linear-gradient(180deg, #d5cec6 0%, #d5cec6 100%);
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button.h320-volume .full_image_title_text_button-wrapper {
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button.h320-volume .inner {
    max-width: 495px;
  }
}
@media (max-width: 1023px) {
  .product-section-benefits .full_image_title_text_button.h320-volume .img {
    position: relative;
  }
}
@media (max-width: 1023px) {
  .product-section-benefits .full_image_title_text_button.h320-volume .img:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(180deg, #d4cdc5 0%, #d3cbc3 100%);
    filter: blur(7px);
  }
}
.product-section-benefits .full_image_title_text_button.h310-rotating-brush {
  background-color: #F9E3C4;
}
@media (max-width: 1023px) {
  .product-section-benefits .full_image_title_text_button.h310-rotating-brush .full_image_title_text_button-wrapper {
    padding-top: 30px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button.h310-rotating-brush .full_image_title_text_button-wrapper {
    position: absolute;
    top: 120px;
    left: 50%;
    display: flex;
    justify-content: flex-end;
    transform: translateX(-50%);
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button.h310-rotating-brush .inner {
    max-width: 495px;
  }
}
.product-section-benefits .full_image_title_text_button.h310-rotating-brush .img {
  max-width: 804px;
  margin: 0;
}
@media (max-width: 1023px) {
  .product-section-benefits .full_image_title_text_button.h310-rotating-brush .img {
    position: relative;
    padding-top: 20px;
  }
}
@media (max-width: 1023px) {
  .product-section-benefits .full_image_title_text_button.h310-rotating-brush .img:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    right: 0;
    height: 40px;
    background-color: #f9e3c4;
    filter: blur(8px);
  }
}
.product-section-benefits .full_image_title_text_button.h310-mesh-sieve {
  background-color: #000;
  color: #fff;
}
@media (max-width: 1023px) {
  .product-section-benefits .full_image_title_text_button.h310-mesh-sieve .full_image_title_text_button-wrapper {
    margin-bottom: -60px;
    padding-top: 50px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button.h310-mesh-sieve .full_image_title_text_button-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button.h310-mesh-sieve .inner {
    max-width: 500px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button.h310-mesh-sieve .title {
    margin-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button.h310-mesh-sieve .img {
    max-width: 690px;
    margin-right: 0;
  }
}
.product-section-benefits .full_image_title_text_button.h320-ultem {
  background-color: #000;
  color: #fff;
}
@media (max-width: 1023px) {
  .product-section-benefits .full_image_title_text_button.h320-ultem .full_image_title_text_button-wrapper {
    padding-top: 50px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button.h320-ultem .full_image_title_text_button-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button.h320-ultem .inner {
    max-width: 455px;
  }
}
.product-section-benefits .full_image_title_text_button.h320-ultem .title {
  margin-bottom: 4%;
}
.product-section-benefits .full_image_title_text_button.h320-colors {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #DAD0C4;
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button.h320-colors {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.product-section-benefits .full_image_title_text_button.h320-colors .inner {
  max-width: 652px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button.h320-colors .inner {
    margin-bottom: 60px;
    text-align: center;
  }
}
.product-section-benefits .full_image_title_text_button.h320-colors .img {
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button.h320-colors .img {
    max-width: 945px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1023px) {
  .product-section-benefits .full_image_title_text_button.h320-components .full_image_title_text_button-wrapper {
    position: relative;
    margin-bottom: -40px;
    padding-top: 50px;
    background-image: url("/wp-content/uploads/2023/08/IMG_1400-2.jpg");
    background-size: cover;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button.h320-components .full_image_title_text_button-wrapper {
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button.h320-components .inner {
    max-width: 590px;
  }
}
.product-section-benefits .full_image_title_text_button.text-center .full_image_title_text_button-wrapper {
  top: 35%;
}
.product-section-benefits .full_image_title_text_button.text-center .full_image_title_text_button-wrapper .inner {
  margin: 0 auto;
  text-align: center;
}
.product-section-benefits .full_image_title_text_button.text-center .full_image_title_text_button-wrapper .inner .title {
  text-align: center;
}
.product-section-benefits .full_image_title_text_button.text-center .full_image_title_text_button-wrapper .inner .description span {
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 767px) {
  .product-section-benefits .full_image_title_text_button.text-center .full_image_title_text_button-wrapper .inner .description span {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button.inner-470 .inner {
    max-width: 470px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button.inner-460 .inner {
    max-width: 460px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button.inner-465 .inner {
    max-width: 465px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button.inner-430 .inner {
    max-width: 430px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button.inner-420 .inner {
    max-width: 420px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button.inner-410 .inner {
    max-width: 410px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button.text-right .full_image_title_text_button-wrapper {
    left: 100%;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button.top-35 > div {
    top: 35% !important;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button.top-30 > div {
    top: 30% !important;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_title_text_button.top-25 > div {
    top: 25% !important;
  }
}
@media (max-width: 767px) {
  .product-section-benefits .full_image_title_text_button.mobile-reverse {
    display: flex;
    flex-direction: column;
    background-color: transparent;
    color: #000;
  }
}
@media (max-width: 767px) {
  .product-section-benefits .full_image_title_text_button.mobile-reverse .full_image_title_text_button-wrapper {
    position: static;
    margin-bottom: 0;
    padding-top: 0;
    background-image: none;
    order: 2;
    padding-bottom: 5%;
  }
}
@media (max-width: 767px) {
  .product-section-benefits .full_image_title_text_button.mobile-reverse .full_image_title_text_button-wrapper .title {
    font-size: 26px;
    text-align: center;
    font-weight: 500;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .product-section-benefits .full_image_title_text_button.mobile-reverse .full_image_title_text_button-wrapper .description {
    font-weight: 400;
    text-align: center;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .product-section-benefits .full_image_title_text_button.mobile-reverse .full_image_title_text_button-wrapper .description br {
    height: 0;
  }
}
@media (max-width: 767px) {
  .product-section-benefits .full_image_title_text_button.mobile-reverse .img {
    margin: 10% 20px 0 20px;
  }
}
@media (max-width: 767px) {
  .product-section-benefits .full_image_title_text_button.mobile-text-on-image .full_image_title_text_button-wrapper {
    position: absolute;
    z-index: 1;
    background: none;
    top: 23%;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .product-section-benefits .full_image_title_text_button.mobile-text-on-image .full_image_title_text_button-wrapper .inner {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .product-section-benefits .full_image_title_text_button.mobile-text-on-image .full_image_title_text_button-wrapper .inner .title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .product-section-benefits .full_image_title_text_button.mobile-text-on-image .full_image_title_text_button-wrapper .inner .description {
    font-size: 16px;
  }
}
.product-section-benefits .full_image_title_text_button.mobile-text-on-image .full_image_title_text_button-wrapper .inner .description br {
  height: 0;
}
.product-section-benefits .full_image_title_text_button.mobile-text-on-image .full_image_title_text_button-wrapper .inner .description span {
  font-size: 18px;
}
.product-section-benefits .full_image_title_text_button.mobile-text-on-image .img:before {
  content: none;
}
@media (max-width: 767px) {
  .product-section-benefits .full_image_title_text_button.mobile-text-on-image-0 {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .product-section-benefits .full_image_title_text_button.mobile-text-on-image-0 .full_image_title_text_button-wrapper {
    position: absolute;
    z-index: 1;
    background: none;
    top: 0%;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .product-section-benefits .full_image_title_text_button.mobile-text-on-image-0 .full_image_title_text_button-wrapper .inner .title {
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .product-section-benefits .full_image_title_text_button.mobile-text-on-image-0 .full_image_title_text_button-wrapper .inner .description {
    font-size: 16px;
    font-weight: 400;
  }
}
.product-section-benefits .full_image_title_text_button.mobile-text-on-image-0 .full_image_title_text_button-wrapper .inner .description br {
  height: 0;
}
.product-section-benefits .full_image_title_text_button.mobile-text-on-image-0 .full_image_title_text_button-wrapper .inner .description span {
  font-size: 18px;
}
@media (max-width: 767px) {
  .product-section-benefits .full_image_title_text_button.mobile-text-on-image-0 .full_image_title_text_button-wrapper .inner .description span {
    font-size: 16px;
  }
}
.product-section-benefits .full_image_title_text_button.mobile-text-on-image-0 .img:before {
  content: none;
}
.product-section-benefits .full_image_title_text_button .show-on-mobile {
  display: none;
}
@media (max-width: 767px) {
  .product-section-benefits .full_image_title_text_button .show-on-mobile {
    display: inline;
  }
}
.product-section-benefits .gallery_four_images_and_text .image:not(:last-child) {
  margin-bottom: 4px;
}
@media (min-width: 1024px) {
  .product-section-benefits .gallery_four_images_and_text .image:not(:last-child) {
    margin-bottom: 6px;
  }
}
.product-section-benefits .gallery_four_images_and_text .image img {
  width: 100%;
}
.product-section-benefits .gallery_four_images_and_text .text {
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  text-align: center;
}
@media (max-width: 1023px) {
  .product-section-benefits .gallery_four_images_and_text .text {
    position: relative;
    margin-bottom: -40px;
    padding-bottom: 40px;
    background-image: url("/wp-content/uploads/2023/08/con11_img01.jpg");
    background-size: cover;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .gallery_four_images_and_text .text {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 100%;
    max-width: 652px;
    transform: translateX(-50%);
  }
}
.product-section-benefits .gallery_four_images_and_text .text .description {
  line-height: 1.6;
}
@media (max-width: 767px) {
  .product-section-benefits .gallery_four_images_and_text .title {
    font-size: 22px;
    letter-spacing: -0.66px;
  }
}
.product-section-benefits .gallery_four_images_and_text .image-1 {
  position: relative;
}
@media (max-width: 1023px) {
  .product-section-benefits .gallery_four_images_and_text.h320-recipe-variety .text {
    background-image: url("/wp-content/uploads/2023/11/image-54.svg");
    /*
    margin-bottom: -122px;
    background-image: url("/wp-content/uploads/2023/08/con11_img01-2-1.jpg");
    */
  }
}
.product-section-benefits .big_image_with_tips .big-image-with-tip-wrapper {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: -30px;
}
@media (min-width: 1024px) {
  .product-section-benefits .big_image_with_tips .big-image-with-tip-wrapper {
    position: relative;
  }
}
.product-section-benefits .big_image_with_tips .title {
  margin-bottom: 10px;
  font-size: 22px;
  letter-spacing: -0.66px;
  line-height: normal;
}
@media (min-width: 1024px) {
  .product-section-benefits .big_image_with_tips .title {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 600;
  }
}
.product-section-benefits .big_image_with_tips .text {
  line-height: 1.6;
}
.product-section-benefits .big_image_with_tips .img {
  display: block;
  width: 100%;
}
.product-section-benefits .big_image_with_tips .img img {
  width: 100%;
}
.product-section-benefits .big_image_with_tips.h320 .big-image-with-tip-wrapper {
  padding-top: 50px;
  background-color: #feedcf;
}
@media (max-width: 1023px) {
  .product-section-benefits .big_image_with_tips.h320 .item {
    margin-bottom: 30px;
  }
  .product-section-benefits .big_image_with_tips.h320 .item:last-child {
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .big_image_with_tips.h320 .item {
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .big_image_with_tips.h320 .item.left-top {
    top: 24.5%;
    right: 65%;
    max-width: 300px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .big_image_with_tips.h320 .item.left-bottom {
    top: 40%;
    right: 70%;
    max-width: 230px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .big_image_with_tips.h320 .item.right-top {
    top: 38%;
    left: 67%;
    max-width: 340px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits .big_image_with_tips.h320 .item.right-bottom {
    top: 59.5%;
    left: 67%;
    max-width: 340px;
  }
}
@media (max-width: 1023px) {
  .product-section-benefits .big_image_with_tips.h320 .item br {
    display: none;
  }
}
.product-section-benefits section.section.image-p-0 .image {
  padding-top: 0;
  padding-bottom: 0;
}
.product-section-benefits section.section.pb-0 .container > * {
  padding-bottom: 0;
}
.product-section-benefits .full_image_with_inner_title {
  position: relative;
}
.product-section-benefits .full_image_with_inner_title .container {
  position: absolute;
  top: 0;
  left: 50%;
  padding-top: 60px;
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .product-section-benefits .full_image_with_inner_title .container {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .product-section-benefits .title_and_2col_text.color-bg {
    background-color: #D39600;
    color: #fff;
  }
}
.product-section-benefits .title_and_2col_text .description-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 767px) {
  .product-section-benefits .title_and_2col_text .description-wrap {
    gap: 10px;
    padding: 10% 0;
  }
  .product-section-benefits .title_and_2col_text .description-wrap:has(button) {
    max-height: 330px;
  }
}
.product-section-benefits .title_and_2col_text .description-wrap .description-wrap__col {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  flex: 1 0;
}
@media (min-width: 1024px) {
  .product-section-benefits .title_and_2col_text .description-wrap .description-wrap__col {
    font-size: 22px;
    font-weight: 600;
    padding: 10px 40px;
  }
}
@media (max-width: 767px) {
  .product-section-benefits .title_and_2col_text .description-wrap .description-wrap__col {
    flex: 1 0 100%;
  }
}
@media (max-width: 767px) {
  .product-section-benefits .title_and_2col_text .description-wrap .description-wrap__col span {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.1;
    display: block;
    margin-bottom: 10px;
  }
}
.product-section-benefits .title_and_2col_text .description-wrap .description-wrap__col button {
  display: none;
}
@media (max-width: 767px) {
  .product-section-benefits .title_and_2col_text .description-wrap .description-wrap__col button {
    display: block;
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
.product-section-benefits .title_and_2col_text .description-wrap .description-wrap__col button i {
  font-style: normal;
  transform: rotate(90deg);
  display: inline-block;
  margin-left: 10px;
  font-size: 22px;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .product-section-benefits .mobile-hide {
    display: none;
  }
}
@media (max-width: 767px) {
  .product-section-benefits .section-video {
    margin-top: 10%;
  }
}
.product-section-benefits.text-center .full_image_title_text_button-wrapper {
  top: 35%;
}
.product-section-benefits.text-center .full_image_title_text_button-wrapper .inner {
  margin: 0 auto;
  text-align: center;
}
.product-section-benefits.text-center .full_image_title_text_button-wrapper .inner .title {
  text-align: center;
}
.product-section-benefits.text-center .full_image_title_text_button-wrapper .inner .description span {
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 767px) {
  .product-section-benefits.text-center .full_image_title_text_button-wrapper .inner .description span {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits.inner-470 .inner {
    max-width: 470px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits.inner-460 .inner {
    max-width: 460px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits.inner-465 .inner {
    max-width: 465px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits.inner-430 .inner {
    max-width: 430px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits.inner-420 .inner {
    max-width: 420px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits.inner-410 .inner {
    max-width: 410px;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits.text-right .full_image_title_text_button-wrapper {
    left: 100%;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits.top-35 > div {
    top: 35% !important;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits.top-30 > div {
    top: 30% !important;
  }
}
@media (min-width: 1024px) {
  .product-section-benefits.top-25 > div {
    top: 25% !important;
  }
}
@media (max-width: 767px) {
  .product-section-benefits.mobile-reverse {
    display: flex;
    flex-direction: column;
    background-color: transparent;
    color: #000;
  }
}
@media (max-width: 767px) {
  .product-section-benefits.mobile-reverse .full_image_title_text_button-wrapper {
    position: static;
    margin-bottom: 0;
    padding-top: 0;
    background-image: none;
    order: 2;
    padding-bottom: 5%;
  }
}
@media (max-width: 767px) {
  .product-section-benefits.mobile-reverse .full_image_title_text_button-wrapper .title {
    font-size: 26px;
    text-align: center;
    font-weight: 500;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .product-section-benefits.mobile-reverse .full_image_title_text_button-wrapper .description {
    font-weight: 400;
    text-align: center;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .product-section-benefits.mobile-reverse .full_image_title_text_button-wrapper .description br {
    height: 0;
  }
}
@media (max-width: 767px) {
  .product-section-benefits.mobile-reverse .img {
    margin: 10% 20px 0 20px;
  }
}
@media (max-width: 767px) {
  .product-section-benefits.mobile-text-on-image .full_image_title_text_button-wrapper {
    position: absolute;
    z-index: 1;
    background: none;
    top: 23%;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .product-section-benefits.mobile-text-on-image .full_image_title_text_button-wrapper .inner {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .product-section-benefits.mobile-text-on-image .full_image_title_text_button-wrapper .inner .title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .product-section-benefits.mobile-text-on-image .full_image_title_text_button-wrapper .inner .description {
    font-size: 16px;
  }
}
.product-section-benefits.mobile-text-on-image .full_image_title_text_button-wrapper .inner .description br {
  height: 0;
}
.product-section-benefits.mobile-text-on-image .full_image_title_text_button-wrapper .inner .description span {
  font-size: 18px;
}
.product-section-benefits.mobile-text-on-image .img:before {
  content: none;
}
@media (max-width: 767px) {
  .product-section-benefits.mobile-text-on-image-0 {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .product-section-benefits.mobile-text-on-image-0 .full_image_title_text_button-wrapper {
    position: absolute;
    z-index: 1;
    background: none;
    top: 0%;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .product-section-benefits.mobile-text-on-image-0 .full_image_title_text_button-wrapper .inner .title {
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .product-section-benefits.mobile-text-on-image-0 .full_image_title_text_button-wrapper .inner .description {
    font-size: 16px;
    font-weight: 400;
  }
}
.product-section-benefits.mobile-text-on-image-0 .full_image_title_text_button-wrapper .inner .description br {
  height: 0;
}
.product-section-benefits.mobile-text-on-image-0 .full_image_title_text_button-wrapper .inner .description span {
  font-size: 18px;
}
@media (max-width: 767px) {
  .product-section-benefits.mobile-text-on-image-0 .full_image_title_text_button-wrapper .inner .description span {
    font-size: 16px;
  }
}
.product-section-benefits.mobile-text-on-image-0 .img:before {
  content: none;
}
.product-section-benefits .show-on-mobile {
  display: none;
}
@media (max-width: 767px) {
  .product-section-benefits .show-on-mobile {
    display: inline;
  }
}

.additional-information {
  margin-bottom: 60px;
  padding-top: 60px;
}
@media (min-width: 1024px) {
  .additional-information h2 {
    margin-bottom: 88px;
    font-size: 50px;
    line-height: 58px;
  }
}
.additional-information table {
  width: 100%;
  border-collapse: collapse;
}
.additional-information table tr {
  border-bottom: 1px solid #BDBDBD;
  line-height: 37px;
  transition-duration: 0.25s;
  transition-property: border-bottom-color;
}
.additional-information table tr:last-child {
  border-width: 0;
}
.additional-information table tr:hover {
  border-bottom-color: #7E7E7E;
}
.additional-information table th {
  text-align: left;
}
.additional-information table th,
.additional-information table td {
  width: 50%;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (min-width: 1024px) {
  .product-section-complete-set h2 {
    margin-bottom: 70px;
    font-size: 50px;
    line-height: 58px;
  }
}
.product-section-complete-set .list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 30px 20px;
}
@media (min-width: 1024px) {
  .product-section-complete-set .list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 40px;
  }
}
.product-section-complete-set .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.product-section-complete-set .list .image {
  height: 190px;
}
.product-section-complete-set .list .image img {
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.pre-footer-wrapper {
  display: grid;
  grid-row-gap: 60px;
}
@media (min-width: 1024px) {
  .pre-footer-wrapper {
    grid-template-columns: 1fr 458px;
    grid-column-gap: 180px;
  }
}
.pre-footer-wrapper .title {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.03em;
}
@media (min-width: 1024px) {
  .pre-footer-wrapper .title {
    margin-bottom: 18px;
    font-size: 36px;
    line-height: 49px;
  }
}
.pre-footer-wrapper .seo-blocks {
  display: grid;
  grid-row-gap: 28px;
}
@media (max-width: 767px) {
  .pre-footer-wrapper .seo-blocks {
    order: 2;
  }
}
@media (min-width: 1024px) {
  .pre-footer-wrapper .seo-blocks {
    grid-row-gap: 66px;
  }
}
.pre-footer-wrapper .seo-blocks .content {
  line-height: 30px;
}
.pre-footer-wrapper .seo-blocks .read-more.btn-transparent-black,
.pre-footer-wrapper .seo-blocks .read-less.btn-transparent-black {
  margin-top: 16px;
  padding: 0;
  justify-content: flex-start;
  border-width: 0;
  color: #81BB27;
}
.pre-footer-wrapper .seo-blocks .read-more.btn-transparent-black:before,
.pre-footer-wrapper .seo-blocks .read-less.btn-transparent-black:before {
  display: none;
}
.pre-footer-wrapper .subscription-form {
  position: relative;
}
.pre-footer-wrapper .subscription-form::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(229, 229, 229, 0.5) 0%, rgba(229, 229, 229, 0) 100%);
}
@media (max-width: 767px) {
  .pre-footer-wrapper .subscription-form {
    order: 1;
    margin-right: -20px;
    margin-left: -20px;
  }
}
.pre-footer-wrapper .subscription-form .inner {
  position: relative;
  z-index: 2;
  padding-top: 60px;
  padding-right: 56px;
  padding-left: 56px;
}
@media (min-width: 1024px) {
  .pre-footer-wrapper .subscription-form .inner {
    padding: 68px 66px 0;
  }
}
.pre-footer-wrapper .subscription-form .inner p {
  color: #333;
  font-size: 19px;
  font-weight: 400;
  line-height: 31px; /* 163.158% */
}
.pre-footer-wrapper .subscription-form .sp-form[sp-id="225525"] {
  padding: 0;
}
.pre-footer-wrapper .subscription-form .sp-form .sp-field {
  padding-right: 0;
  padding-left: 0;
}

.product_seo_bottom_block {
  padding: 60px 0 0;
}

@media (max-width: 767px) {
  #benefits > .section,
  #features > .additional-information-wrapper,
  #complete_set > .product-section-complete-set-wrapper {
    display: none;
  }
}

@media (max-width: 767px) {
  #features {
    margin-bottom: 0 !important;
  }
}

.comments-section {
  padding-top: 60px;
}
@media (min-width: 1024px) {
  .comments-section {
    padding-top: 120px;
  }
}
.comments-section .comments-form {
  display: none;
}
.comments-section h3 {
  text-align: center;
}
@media (min-width: 1024px) {
  .comments-section h3 {
    margin-bottom: 54px;
    font-size: 50px;
    line-height: 58px;
  }
}
.comments-section .review:not(:last-child) {
  margin-bottom: 66px;
}
.comments-section .comment_container {
  position: relative;
  display: grid;
  grid-gap: 20px 26px;
}
@media (min-width: 768px) {
  .comments-section .comment_container {
    grid-template-columns: 100px 1fr;
  }
}
.comments-section .avatar {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.comments-section .avatar-circle {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}
.comments-section .comment-text {
  display: grid;
}
@media (min-width: 1024px) {
  .comments-section .comment-text {
    grid-template-columns: 246px 1fr;
  }
}
.comments-section .description {
  font-size: 16px;
}
@media (min-width: 1024px) {
  .comments-section .description {
    font-size: 18px;
  }
}
.comments-section .meta {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .comments-section .meta {
    position: absolute;
    top: 0;
    left: 120px;
    height: 100px;
    justify-content: center;
  }
}
.comments-section .woocommerce-review__author {
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}
.comments-section .woocommerce-review__dash, .comments-section .comment-uploads p {
  color: #BDBDBD;
}
.comments-section .comment:not(:last-of-type) {
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .comments-section .comment:not(:last-of-type) {
    padding-bottom: 40px;
  }
}
.comments-section .comment-uploads {
  display: flex;
  flex-wrap: wrap;
}
.comments-section .comment-uploads p {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 20px;
}
.comments-section .comment-uploads .images {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-right: 20px;
}
.comments-section .comment-uploads .img-item {
  width: 100px;
  height: 100px;
}
.comments-section .comment-uploads .img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comments-section .comment-uploads .video {
  height: 100px;
  width: 200px;
}
.comments-section .comment-uploads .video iframe {
  height: 100%;
  width: 100%;
}
.comments-section .comment-rating,
.comments-section .comment-rating-star {
  position: relative;
  height: 21px;
  width: 150px;
  background-repeat: no-repeat;
}
.comments-section .comment-rating {
  position: relative;
  margin-bottom: 4px;
  background-image: url("/wp-content/themes/hurom/img/rating-gray.svg");
}
.comments-section .comment-rating-star {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-image: url("/wp-content/themes/hurom/img/rating-green.svg");
}
.comments-section .comment-rating--1 .comment-rating-star {
  width: 28px;
}
.comments-section .comment-rating--2 .comment-rating-star {
  width: 56px;
}
.comments-section .comment-rating--3 .comment-rating-star {
  width: 84px;
}
.comments-section .comment-rating--4 .comment-rating-star {
  width: 122px;
}
.comments-section .comment-rating--5 .comment-rating-star {
  width: 100%;
}
.comments-section .woocommerce-review__published-date {
  color: #BDBDBD;
}
.comments-section .children {
  margin-top: 34px;
  padding-left: 30px;
}
@media (min-width: 1024px) {
  .comments-section .children {
    padding-left: 376px;
  }
}
.comments-section .children .avatar {
  height: 50px;
  width: 50px;
}
@media (max-width: 767px) {
  .comments-section .children .meta {
    left: 70px;
    height: 50px;
  }
}
@media (min-width: 768px) {
  .comments-section .children .comment_container {
    margin-bottom: 60px;
    grid-template-columns: 50px 1fr;
  }
}
.comments-section .children .woocommerce-review__author {
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .comments-section .children .woocommerce-review__author {
    font-size: 22px;
  }
}
.comments-section .children .description {
  font-size: 16px;
}
@media (min-width: 768px) {
  .comments-section .children .description {
    grid-column: span 2;
    margin-left: -80px;
    padding-top: 12px;
  }
}

.modal-block {
  position: fixed;
  top: -100%;
  left: 50%;
  max-height: 90vh;
  transform: translate(-50%, -50%);
  width: 100%;
  min-height: 363px;
  max-width: 587px;
  padding: 27px;
  background-color: #F9F9F9;
  box-shadow: 0px -5px 20px rgba(51, 51, 51, 0.3);
  z-index: 10;
  transition-duration: 0.25s;
  transition-property: top;
}
.modal-block.show-modal {
  top: 50%;
}
.modal-block h3:not(:first-child) {
  margin-top: 0;
}
.modal-block .modal-close-btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 1;
  transition-duration: 0.25s;
  transition-property: opacity;
}
@media (min-width: 1024px) {
  .modal-block .modal-close-btn {
    top: 5px;
    right: 5px;
  }
}
.modal-block .modal-close-btn:hover {
  opacity: 0.6;
}
.modal-block .overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #333333;
  opacity: 0.8;
  z-index: 4;
}
@media (min-width: 1024px) {
  .modal-block.modal-awards {
    padding: 57px 88px 57px 160px;
  }
}
.modal-block.modal-awards .modal-block-content {
  max-height: calc(90vh - 114px);
  padding-right: 24px;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .modal-block.modal-awards .image {
    display: flex;
    justify-content: center;
    height: 150px;
    margin-bottom: 24px;
  }
  .modal-block.modal-awards .image img {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .modal-block.modal-awards .image {
    position: absolute;
    left: -104px;
    top: 50%;
    width: 208px;
    transform: translateY(-50%);
  }
}
.modal-block.modal-awards .text {
  line-height: 30px;
}
@media (min-width: 1024px) {
  .modal-block.modal-awards .modal-close-btn {
    right: 8px;
  }
}
.modal-block.modal-start-info {
  min-height: auto;
  max-width: 1024px;
}
@media (min-width: 1024px) {
  .modal-block.modal-start-info .modal-close-btn {
    top: 0;
    right: 0;
  }
}
.modal-block.modal-start-info .btn-wrapper {
  display: flex;
  margin-top: 26px;
  justify-content: center;
}

.product-section-hero-wrapper .modal-close-btn {
  top: 50%;
  transform: translateY(-50%);
}

.product-archive-header {
  text-align: center;
}
@media (min-width: 1024px) {
  .product-archive-header {
    margin-bottom: 90px;
  }
}
.product-archive-header .product-archive-description {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 24px;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .product-archive-header .product-archive-description {
    margin-bottom: 0;
    font-size: 20px;
  }
}

.product-archive-banner {
  margin-bottom: 40px;
}

.product-archive-controls {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .product-archive-controls {
    justify-content: space-between;
  }
}

.product-archive-products-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.product-archive-content {
  display: grid;
}
@media (min-width: 1024px) {
  .product-archive-content {
    grid-template-columns: 260px 1fr;
    grid-column-gap: 24px;
  }
}
.product-archive-content.d-bl {
  display: block;
}
.product-archive-content .product-archive-orderby {
  display: flex;
  justify-content: flex-end;
}
.product-archive-content .product-archive-orderby select {
  border-width: 0;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .product-archive-content .product-archive-orderby select {
    font-size: 16px;
  }
}
.product-archive-content .product-archive-orderby select:focus, .product-archive-content .product-archive-orderby select:active {
  outline: 1px solid #81BB27;
}
.product-archive-content .product-archive-products-list {
  display: grid;
  grid-row-gap: 40px;
}
@media (min-width: 1024px) {
  .product-archive-content .product-archive-products-list {
    grid-column: span 2;
  }
}
@media (min-width: 1024px) {
  .product-archive-content .product-archive-products-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 60px 30px;
  }
}
.product-archive-content .product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 0 15px;
  text-align: center;
}
@media (min-width: 1024px) {
  .product-archive-content .product:after {
    content: "";
    position: absolute;
    top: 0;
    right: -16px;
    bottom: -30px;
    left: -16px;
    padding: 20px 20px 30px;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
    z-index: -1;
    opacity: 0;
    transition-duration: 0.25s;
  }
}
.product-archive-content .product .top, .product-archive-content .product .product-archive-price {
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .product-archive-content .product .product-archive-price {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
.product-archive-content .product .product-archive-price ins {
  text-decoration: none;
}
.product-archive-content .product .product-archive-price del {
  margin-right: 14px;
  color: #8C8C8C;
}
.product-archive-content .product .woocommerce-loop-product__link {
  position: relative;
  transition-duration: 0.25s;
  transition-property: color;
}
.product-archive-content .product .woocommerce-loop-product__link:hover {
  color: #81BB27;
}
.product-archive-content .product .product-archive-image {
  width: auto;
  height: 330px;
  display: flex;
  justify-content: center;
  margin-right: -16px;
  margin-left: -16px;
  background-color: #F9F9F9;
  transition-duration: 0.25s;
  transition-property: background-color;
}
.product-archive-content .product .product-archive-image img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
.product-archive-content .product .product-archive-image .product-archive-image-slider .slide {
  display: none;
  height: 100%;
  width: 100%;
  background-color: #f9f9f9;
}
.product-archive-content .product .product-archive-image .product-archive-image-slider .slide.active {
  display: block;
}
.product-archive-content .product .product-archive-variations {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.product-archive-content .product .product-archive-variations .item {
  margin-right: 6px;
  margin-left: 6px;
  border: 3px solid transparent;
  border-radius: 50%;
}
.product-archive-content .product .product-archive-variations .item.active {
  border: 3px solid #81BB27;
}
.product-archive-content .product .product-archive-variations span {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.product-archive-content .product .price {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
@media (min-width: 1024px) {
  .product-archive-content .product .btn_wrapper {
    position: relative;
    width: 100%;
    padding-top: 12px;
    z-index: 2;
  }
}
@media (min-width: 1024px) {
  .product-archive-content .product:hover {
    z-index: 3;
  }
  .product-archive-content .product:hover:after {
    z-index: 1;
    opacity: 1;
  }
  .product-archive-content .product:hover .product-archive-image {
    background-color: transparent;
  }
}
.product-archive-content .product .product-colors-list {
  justify-content: center;
}
.product-archive-content .product-archive-title {
  margin-top: 20px;
  margin-bottom: 14px;
  line-height: 28px;
  font-family: "Montserrat";
  font-size: 22px;
  font-weight: 500;
}
.product-archive-content .woocommerce-loop-product__link {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-archive-content .widget-woof {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .product-archive-content .woof_sid {
    order: 3;
  }
}
.product-archive-content .woof_container {
  padding-bottom: 25px;
  border-bottom: 1px solid #E5E5E5;
}
.product-archive-content .woof_container:not(:first-child) {
  padding-top: 25px;
}
.product-archive-content .woof_container h4 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.product-archive-content .woof_price_filter_txt_container {
  margin-top: 20px;
}
.product-archive-content .woof_container_pa_kolir .woof_color_term {
  width: 24px;
  height: 24px;
  border-radius: 100%;
}
.product-archive-content .woof_container_pa_kolir .woof_color_term:hover {
  border-color: #81BB27;
}
.product-archive-content .woof_container_pa_kolir .woof_color_term.checked {
  border-color: #81BB27;
}
.product-archive-content .woof_container_pa_kolir ul.woof_list_color li {
  margin-right: 10px !important;
}
.product-archive-content .woof_list {
  display: flex;
  flex-direction: column;
}
.product-archive-content .woof_list.woof_list_color {
  flex-direction: row;
  flex-wrap: wrap;
}
.product-archive-content .woof_list li {
  position: relative;
  order: 2;
}
.product-archive-content .woof_list li.woof_term_191, .product-archive-content .woof_list li.woof_term_122 {
  order: 1;
}
.product-archive-content .woof_list .label {
  padding-right: 20px;
}
.product-archive-content .checkbox_description {
  display: inline-block;
}
.product-archive-content .checkbox_description .tooltip-btn {
  position: relative;
  top: 3px;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  cursor: pointer;
  opacity: 1;
  transition-duration: 0.25s;
  transition-property: opacity;
}
.product-archive-content .checkbox_description .tooltip-btn:hover {
  opacity: 0.75;
}
.product-archive-content .checkbox_description .tooltip-btn:hover + .content {
  display: block;
}
.product-archive-content .checkbox_description .tooltip-btn.show + .content {
  display: block;
}
.product-archive-content .checkbox_description .content {
  display: none;
  position: absolute;
  bottom: 47px;
  right: 0;
  width: 211px;
  padding: 24px 30px;
  background-color: #81BB27;
  z-index: 1;
  color: #fff;
  box-shadow: 0px -5px 20px #7FBE2A;
  font-size: 13px;
  line-height: 20px;
}
.product-archive-content .checkbox_description .content:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 25px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 14px solid #81BB27;
}
.product-archive-content .woof_checkbox_label_selected {
  font-weight: normal;
}

.widget-woof h2.widget-title, .widget-woof h2.filter-title, .recipes-filter h2.widget-title, .recipes-filter h2.filter-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .widget-woof h2.widget-title, .widget-woof h2.filter-title, .recipes-filter h2.widget-title, .recipes-filter h2.filter-title {
    order: 1;
  }
}
@media (min-width: 1024px) {
  .widget-woof h2.widget-title, .widget-woof h2.filter-title, .recipes-filter h2.widget-title, .recipes-filter h2.filter-title {
    margin-top: 0;
    margin-bottom: 24px;
  }
}
.widget-woof h2.widget-title:after, .widget-woof h2.filter-title:after, .recipes-filter h2.widget-title:after, .recipes-filter h2.filter-title:after {
  content: "";
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("/wp-content/themes/hurom/img/close-modal.svg");
  opacity: 0.5;
}
@media (min-width: 1024px) {
  .widget-woof h2.widget-title:after, .widget-woof h2.filter-title:after, .recipes-filter h2.widget-title:after, .recipes-filter h2.filter-title:after {
    background-image: url("/wp-content/themes/hurom/img/icon-filter.svg");
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .widget-woof h2, .recipes-filter h2 {
    margin-right: -30px;
    margin-left: -30px;
    margin-top: 0;
    padding: 24px 28px;
    background-color: #F9F9F9;
  }
}

@media (max-width: 1023px) {
  .product-archive-filter-active {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
    order: 2;
  }
}
@media (min-width: 1024px) {
  .product-archive-filter-active {
    margin-right: 16px;
  }
}
.product-archive-filter-active ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.product-archive-filter-active li {
  display: flex;
  align-items: center;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 8px 15px;
  border-radius: 15px;
  font-size: 12px;
  line-height: 15px;
}
.product-archive-filter-active li:not(:last-child) {
  background-color: #81BB27;
  color: #fff;
}
.product-archive-filter-active li:last-child {
  background-color: #F9F9F9;
}
.product-archive-filter-active .filter-remove-button {
  width: 12px;
  height: 12px;
  margin-left: 10px;
}
.product-archive-filter-active .filter-reset-button {
  display: flex;
  align-items: center;
  border-radius: 15px;
}
.product-archive-filter-active .filter-reset-button img {
  width: 12px;
  height: 12px;
  margin-left: 10px;
}

.product-archive-products .product-badge {
  position: absolute;
  top: 20px;
  left: calc(100% - 17px);
  padding: 15px 10px;
  line-height: 13px;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 13px;
  font-weight: 600;
  z-index: 3;
}

.woof_price_filter .woof_price_filter_txt_container:after {
  content: "";
  clear: both;
  display: table;
}
.woof_price_filter .woof_price_filter_txt_container .woof_price_filter_txt_from {
  float: left;
}
.woof_price_filter .woof_price_filter_txt_container .woof_price_filter_txt_to {
  float: right;
}
.woof_price_filter .woof_price_filter_txt {
  width: 40% !important;
  text-align: center;
}

.woof_submit_search_form_container {
  display: none;
}

.woof_list_checkbox li div {
  margin: 0;
}

input.woof_price_filter_txt {
  padding: 2px 6px;
  border: 0;
  border-bottom: 1px solid #E5E5E5 !important;
  transition-duration: 0.25s;
  transition-property: border-color;
}
input.woof_price_filter_txt:focus, input.woof_price_filter_txt:active {
  outline: none;
  border-color: #81BB27 !important;
}

.icheckbox_square-blue {
  position: relative;
  width: 20px;
  height: 20px;
  background: none;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  transition-duration: 0.25s;
  transition-property: border-color;
}
.icheckbox_square-blue:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/wp-content/themes/hurom/img/icon-check.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icheckbox_square-blue.hover {
  border-color: #81BB27;
}
.icheckbox_square-blue.checked {
  background-color: #333;
}

@media (min-width: 1024px) {
  .post-article-faq {
    padding-left: 284px;
  }
}

.product-archive-no-items .product-archive-products p {
  grid-column: span 2;
  color: #81BB27;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}

.product-archive-page .shop-seo-block + * {
  margin-top: 60px;
  padding-top: 0;
}
@media (min-width: 1024px) {
  .product-archive-page .shop-seo-block .shop-seo-block-wrapper {
    padding-left: 284px;
  }
}

.term-knizhki-ta-kursi .product .product-archive-image {
  height: 440px;
}

.loan_alarm {
  color: #81BB27;
  font-size: 26px;
}

.page-template-page-cart-php .select2-container--default.select2-container--open .select2-dropdown {
  top: 24px;
}
.page-template-page-cart-php .select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
}
.page-template-page-cart-php #customer_address_details .select2-selection__arrow {
  top: 0;
}
.page-template-page-cart-php #cclw_payment_section {
  background-color: #F9F9F9;
}
@media (min-width: 1024px) {
  .page-template-page-cart-php #cclw_payment_section {
    padding: 0;
  }
}
.page-template-page-cart-php .cclw-shipping-methods {
  background-color: #F9F9F9;
}
@media (min-width: 1024px) {
  .page-template-page-cart-php .cclw-shipping-methods {
    max-width: calc(100% - 420px);
    padding: 0;
  }
}
.page-template-page-cart-php .cclw-shipping-methods {
  padding-bottom: 10px;
  margin-bottom: 8px;
}
.page-template-page-cart-php #customer_address_details span.select2-selection {
  height: 37px;
  border-color: #BDBDBD;
  border-radius: 3px;
}
.page-template-page-cart-php #cclw_payment_section #payment ul.payment_methods,
.page-template-page-cart-php #shipping_method {
  border-bottom-width: 0;
}
.page-template-page-cart-php #cclw_payment_section #payment ul.payment_methods li,
.page-template-page-cart-php #shipping_method li {
  padding-top: 20px;
  padding-left: 28px;
}
.page-template-page-cart-php #cclw_payment_section #payment ul.payment_methods li:not(:last-child),
.page-template-page-cart-php #shipping_method li:not(:last-child) {
  padding-bottom: 0;
}
.page-template-page-cart-php #cclw_payment_section #payment ul.payment_methods li:last-child,
.page-template-page-cart-php #shipping_method li:last-child {
  padding-bottom: 30px;
}
.page-template-page-cart-php .woocommerce ul#shipping_method {
  margin-left: 0;
  text-align: left;
}
.page-template-page-cart-php .woocommerce-NoticeGroup-checkout {
  position: fixed;
  top: 12px;
  display: inline-block;
  padding: 12px;
  background-color: #FF0000;
  color: #fff;
  z-index: 10;
  font-size: 13px;
}
@media (min-width: 1024px) {
  .page-template-page-cart-php .woocommerce-NoticeGroup-checkout {
    right: calc((100% - 1440px) / 2);
  }
}
.page-template-page-cart-php .woocommerce-NoticeGroup-checkout .woocommerce-error {
  margin-bottom: 0;
}
.page-template-page-cart-php .woocommerce-NoticeGroup-checkout .woocommerce-error li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-template-page-cart-php .woocommerce-NoticeGroup-checkout .woocommerce-error li:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='20' height='20'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.167 17.917 10 2.084.833 17.917h18.334Zm-10-2.5v-1.666h1.666v1.666H9.167Zm0-3.333h1.666V8.751H9.167v3.333Z' fill='%23333'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/g%3E%3C/svg%3E");
}
.page-template-page-cart-php .woocommerce-NoticeGroup-checkout button.close {
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.page-template-page-cart-php .cclw_order_review_table table tr .total .inner {
  display: flex;
  align-items: center;
  gap: 16px;
}
.page-template-page-cart-php .cclw_order_review_table table tr .total a {
  display: flex;
  align-items: center;
}
.page-template-page-cart-php .cclw_order_review_table table tr .total .icon {
  width: 24px;
  height: 24px;
}

li.wc_payment_method.payment_method_bacs {
  display: none !important;
}

.clear-cart-header {
  padding-top: 64px;
  padding-bottom: 64px;
}
.clear-cart-header.container {
  max-width: 1292px;
}
.clear-cart-header h1 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 50px;
  line-height: 58px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #333333;
}
.clear-cart-header p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #333333;
}

.clear-cart-wrapper .woocommerce-notices-wrapper {
  display: none;
}
.clear-cart-wrapper input {
  width: 100%;
  padding: 18px 12px;
  margin: 16px 0 0;
  background-color: #FFFFFF;
  border: 1px solid #BDBDBD;
  border-radius: 3px;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  color: #8C8C8C;
}
.clear-cart-wrapper .place-order .btn,
.clear-cart-wrapper button {
  width: 100%;
  padding: 19px 30px;
  margin-top: 16px;
  background-color: #81BB27;
  border-radius: 3px;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
  border-color: #81BB27;
}
.clear-cart-wrapper.container {
  max-width: 1292px;
}
.clear-cart-wrapper #customer_address_details {
  max-width: 785px;
  margin-top: 8px;
  padding: 40px 28px;
  background-color: #F9F9F9;
}
@media (min-width: 1024px) {
  .clear-cart-wrapper #customer_address_details {
    max-width: calc(100% - 420px);
  }
}
.clear-cart-wrapper #customer_address_details .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.clear-cart-wrapper #customer_address_details .woocommerce-billing-fields__field-wrapper #billing_first_name_field {
  order: 1;
}
.clear-cart-wrapper #customer_address_details .woocommerce-billing-fields__field-wrapper #billing_last_name_field {
  order: 2;
}
.clear-cart-wrapper #customer_address_details .woocommerce-billing-fields__field-wrapper #billing_phone_field {
  order: 3;
}
.clear-cart-wrapper #customer_address_details .woocommerce-billing-fields__field-wrapper #billing_email_field {
  order: 4;
}
.clear-cart-wrapper #customer_address_details .woocommerce-billing-fields__field-wrapper #billing_country_field {
  order: 5;
  padding-bottom: 14px;
}
.clear-cart-wrapper #customer_address_details .woocommerce-billing-fields__field-wrapper #billing_state_field {
  order: 6;
  padding-bottom: 14px;
}
.clear-cart-wrapper #customer_address_details .woocommerce-billing-fields__field-wrapper #billing_city_field {
  order: 7;
}
.clear-cart-wrapper #customer_address_details .woocommerce-billing-fields__field-wrapper #billing_address_1_field {
  order: 8;
}
.clear-cart-wrapper #customer_address_details .border_html {
  padding: 0 0 20px;
}
.clear-cart-wrapper .cclw_opc_main p.form-row {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .clear-cart-wrapper .cclw_opc_main p.form-row {
    max-width: calc(50% - 8px);
  }
}
.clear-cart-wrapper .cclw_opc_main p.form-row.address-field, .clear-cart-wrapper .cclw_opc_main p.form-row#billing_company_field {
  display: none !important;
}
.clear-cart-wrapper .cclw_opc_main p.form-row label {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 8px;
  color: #8C8C8C;
  transition-duration: 0.25s;
  transition-property: top, font-size;
  font-size: 13px;
  z-index: 1;
}
.clear-cart-wrapper .cclw_opc_main p.form-row input.input-text {
  height: 60px !important;
  margin-top: 0;
  padding: 20px 12px 10px;
  color: #333;
}
.clear-cart-wrapper .cclw_opc_main p.form-row span.woocommerce-input-wrapper {
  display: flex;
  flex-direction: column;
}
.clear-cart-wrapper .cclw_opc_main p.form-row span.select2-container {
  flex-grow: 1;
  width: auto !important;
}
.clear-cart-wrapper .cclw_opc_main p.form-row span.select2-selection {
  margin-top: 0;
}
.clear-cart-wrapper .cclw_opc_main p.form-row.move-label label {
  top: 17px;
  font-size: 17px;
}
.clear-cart-wrapper .cclw_opc_main p.form-row span.error {
  align-items: center;
  margin-top: 4px;
  font-size: 13px;
  line-height: 150%;
  color: #FF0000;
}
.clear-cart-wrapper .cclw_opc_main p.form-row span.error:before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background-image: url("/wp-content/themes/hurom/img/icon-attention.svg");
}
.clear-cart-wrapper .cclw_opc_main p.form-row .error-slug {
  text-transform: lowercase;
  padding-left: 4px;
}
.clear-cart-wrapper .cclw_opc_main p.form-row.woocommerce-invalid label {
  color: #FF0000;
}
.clear-cart-wrapper .cclw_opc_main p.form-row.woocommerce-invalid input.input-text {
  border-color: #FF0000;
}
.clear-cart-wrapper .cclw_opc_main p.form-row.woocommerce-invalid .error {
  display: flex !important;
}
.clear-cart-wrapper .cclw_opc_main .checkout_coupon p.form-row {
  max-width: 100%;
}
.clear-cart-wrapper .cclw_opc_main .checkout_coupon p.form-row input {
  margin-top: 16px;
  padding-top: 10px;
}
.clear-cart-wrapper #cclw_order_details_table {
  position: relative;
  padding: 0;
  background-color: transparent;
}
.clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table table {
  display: flex;
  flex-direction: column;
  max-width: 785px;
  padding: 20px 28px 40px;
  background-color: #F9F9F9;
}
@media (min-width: 1024px) {
  .clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table table {
    max-width: calc(100% - 420px);
  }
}
.clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table table tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #BDBDBD !important;
}
.clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table table tr .thumb, .clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table table td .thumb {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #333333;
}
.clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table table tr .thumb a, .clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table table td .thumb a {
  margin-right: 30px;
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  transition-duration: 0.25s;
  transition-property: color;
}
.clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table table tr .thumb a:first-of-type, .clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table table td .thumb a:first-of-type {
  display: flex;
  width: 72px;
  height: 72px;
  justify-content: center;
  flex-shrink: 0;
}
.clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table table tr .thumb a:hover, .clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table table td .thumb a:hover {
  text-decoration: none;
  color: #81BB27;
}
.clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table table tr .thumb a img, .clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table table td .thumb a img {
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table table tr .total, .clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table table td .total {
  font-weight: 600;
  text-align: right;
}
.clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table .cart_totals div {
  padding: 0;
}
@media (min-width: 1024px) {
  .clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table .cart_totals.cclw_cart_totals {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 360px;
  }
}
.clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table .cart_totals.cclw_cart_totals .cart_totals-promo {
  margin-bottom: 8px;
  padding: 28px;
  background-color: #F9F9F9;
}
.clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table .cart_totals.cclw_cart_totals .cart_totals-promo .checkout_coupon {
  display: none;
}
.clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table .cart_totals.cclw_cart_totals .cart_totals-promo .woocommerce-form-coupon-toggle {
  padding: 0;
}
.clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table .cart_totals.cclw_cart_totals .cart_totals-promo .woocommerce-form-coupon-toggle .woocommerce-info {
  padding: 0;
}
.clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table .cart_totals.cclw_cart_totals .cart_totals-promo .woocommerce-form-coupon-toggle .woocommerce-info a {
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table .cart_totals.cclw_cart_totals .cart_totals-promo .woocommerce-form-coupon-toggle .woocommerce-info a:hover {
  text-decoration: none;
}
.clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table .cart_totals.cclw_cart_totals .cart_totals-promo .woocommerce-form-coupon-toggle .woocommerce-info a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/themes/hurom/img/arrow-to-top.svg");
  background-position: center;
  background-size: cover;
  transform: rotate(180deg);
}
.clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table .cart_totals.cclw_cart_totals .cart_totals-title {
  padding: 28px;
  background-color: #F9F9F9;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #333333;
}
.clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table .cart_totals.cclw_cart_totals .cart_totals-list {
  padding: 6px 28px 0;
  background-color: #F9F9F9;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #333333;
}
.clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table .cart_totals.cclw_cart_totals .cart_totals-list > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table .cart_totals.cclw_cart_totals .cart_totals-list > li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #BDBDBD;
}
.clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table .cart_totals.cclw_cart_totals .cart_totals-list > li .val, .clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table .cart_totals.cclw_cart_totals .cart_totals-list > li #shipping_method {
  font-weight: 600;
  text-align: right;
  color: #333333;
}
.clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table .cart_totals.cclw_cart_totals .result {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 20px 28px 16px;
  background-color: #F9F9F9;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #333333;
}
.clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table .cart_totals.cclw_cart_totals .result .total-price {
  font-weight: 600;
  font-size: 23px;
  line-height: 18px;
  text-align: right;
  color: #333333;
}
.clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table .cart_totals.cclw_cart_totals .cart_totals-button {
  padding: 0 28px 28px;
  background-color: #F9F9F9;
}
.clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table .cart_totals.cclw_cart_totals .cart_totals-button .woocommerce-privacy-policy-text {
  margin-top: 32px;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #333333;
}
.clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table .cart_totals.cclw_cart_totals .cart_totals-button .woocommerce-privacy-policy-text a {
  color: #2B890A;
}
.clear-cart-wrapper #shipping_nova_poshta_for_woocommerce_city_field,
.clear-cart-wrapper #shipping_nova_poshta_for_woocommerce_warehouse_field {
  position: relative;
  max-width: calc(100% - 28px);
  margin-top: 20px;
}
.clear-cart-wrapper #shipping_nova_poshta_for_woocommerce_city_field .select2-container--default .select2-selection--single,
.clear-cart-wrapper #shipping_nova_poshta_for_woocommerce_warehouse_field .select2-container--default .select2-selection--single {
  height: 60px;
  margin-top: 0;
}
.clear-cart-wrapper #shipping_nova_poshta_for_woocommerce_city_field .select2-container--default .select2-selection--single .select2-selection__placeholder,
.clear-cart-wrapper #shipping_nova_poshta_for_woocommerce_warehouse_field .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #333;
  font-size: 17px;
}
.clear-cart-wrapper #shipping_nova_poshta_for_woocommerce_city_field .select2-selection__arrow,
.clear-cart-wrapper #shipping_nova_poshta_for_woocommerce_warehouse_field .select2-selection__arrow {
  top: 18px;
}
.clear-cart-wrapper #shipping_nova_poshta_for_woocommerce_city_field label,
.clear-cart-wrapper #shipping_nova_poshta_for_woocommerce_warehouse_field label {
  top: 17px;
  padding-left: 5px;
  font-size: 17px;
  transition-duration: 0.25s;
  pointer-events: none;
}
.clear-cart-wrapper #shipping_nova_poshta_for_woocommerce_city_field label:before, .clear-cart-wrapper #shipping_nova_poshta_for_woocommerce_city_field label:after,
.clear-cart-wrapper #shipping_nova_poshta_for_woocommerce_warehouse_field label:before,
.clear-cart-wrapper #shipping_nova_poshta_for_woocommerce_warehouse_field label:after {
  display: none;
}
.clear-cart-wrapper #shipping_nova_poshta_for_woocommerce_city_field .select2-selection__placeholder,
.clear-cart-wrapper #shipping_nova_poshta_for_woocommerce_warehouse_field .select2-selection__placeholder {
  display: none;
}
.clear-cart-wrapper #shipping_nova_poshta_for_woocommerce_warehouse_field {
  margin-bottom: 14px;
}
.clear-cart-wrapper .woocommerce-checkout .cclw_opc_main #cclw_order_details_table .border_html {
  max-width: 785px;
}
@media (min-width: 1024px) {
  .clear-cart-wrapper .woocommerce-checkout .cclw_opc_main #cclw_order_details_table .border_html {
    max-width: calc(100% - 420px);
  }
}
.clear-cart-wrapper .woocommerce-checkout .cclw_opc_main .border_html {
  margin-bottom: 0 !important;
  padding: 40px 28px 0;
  border: none;
  font-weight: 600;
  font-size: 24px !important;
  line-height: 29px;
  color: #333333;
  text-transform: capitalize;
  background-color: #F9F9F9;
}
.clear-cart-wrapper #cclw_payment_section #payment ul.payment_methods li .payment_box {
  background-color: #fff;
  padding: 20px !important;
  margin: 16px 0 0 0 !important;
  height: auto !important;
}
.clear-cart-wrapper #cclw_payment_section #payment ul.payment_methods li .payment_box ul {
  padding-left: 0;
  list-style-type: none;
}
.clear-cart-wrapper #cclw_payment_section #payment ul.payment_methods li .payment_box ul li {
  padding-top: 0;
  padding-left: 0;
}
.clear-cart-wrapper #cclw_payment_section #payment ul.payment_methods li .payment_box ul li:not(:last-of-type) {
  padding-bottom: 20px;
}
.clear-cart-wrapper #cclw_payment_section #payment ul.payment_methods li .payment_box ul li:last-of-type {
  padding-bottom: 0;
}
.clear-cart-wrapper .payment_method_bacs {
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
}
.clear-cart-wrapper .payment_method_bacs:before, .clear-cart-wrapper .payment_method_bacs:after {
  content: "";
  display: block;
  width: 44px;
  height: 28px;
}
.clear-cart-wrapper .payment_method_bacs:before {
  order: 1;
  background-image: url("/wp-content/themes/hurom/img/icon-master.svg");
}
.clear-cart-wrapper .payment_method_bacs:after {
  order: 2;
  background-image: url("/wp-content/themes/hurom/img/icon-visa.svg");
}
.clear-cart-wrapper .payment_method_liqpay-webplus {
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
}
.clear-cart-wrapper .payment_method_liqpay-webplus:after {
  content: "";
  display: block;
  width: 76px;
  height: 16px;
  background-image: url("/wp-content/themes/hurom/img/icon-liqpay.svg");
}
.clear-cart-wrapper .payment_method_liqpay-webplus label img {
  display: none;
}
.clear-cart-wrapper .woocommerce-error {
  margin-bottom: 30px;
}
.clear-cart-wrapper .woocommerce-error strong {
  color: red;
}
.clear-cart-wrapper .cart-empty.woocommerce-info {
  margin-bottom: 60px;
  font-size: 20px;
  text-align: center;
}
.clear-cart-wrapper .return-to-shop {
  display: flex;
  justify-content: center;
}
.clear-cart-wrapper .cclw_opc_main .woocommerce-terms-and-conditions-wrapper {
  margin-top: 20px;
}
.clear-cart-wrapper .cclw_opc_main .woocommerce-terms-and-conditions-wrapper p.form-row {
  max-width: 100%;
}
.clear-cart-wrapper .cclw_opc_main .woocommerce-terms-and-conditions-wrapper p.form-row label {
  position: static;
  font-size: 15px;
}
.clear-cart-wrapper .cclw_opc_main .woocommerce-terms-and-conditions-wrapper p.form-row .label {
  display: inline-block;
}
.clear-cart-wrapper .cclw_opc_main .woocommerce-terms-and-conditions-wrapper p.form-row a {
  color: #81BB27;
  font-weight: normal;
}
.clear-cart-wrapper .woocommerce-checkout-payment ul.payment_methods li p.loan-split-price {
  font-size: 14px;
}
.clear-cart-wrapper .woocommerce-checkout-payment ul.payment_methods li p.loan-split-price span {
  font-size: 20px;
}
.clear-cart-wrapper .woocommerce-checkout-payment .select2-container--default.select2-container--open .select2-dropdown {
  top: 0;
}
.clear-cart-wrapper .woocommerce-checkout-payment .select2-results__options .select2-results__option {
  padding: 8px 16px !important;
}
.clear-cart-wrapper .woocommerce-checkout-payment .loan-price-wrapper .btn {
  margin-top: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}

.woocommerce-order {
  max-width: 600px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.woocommerce-order .woocommerce-thankyou-order-received {
  margin-bottom: 16px;
  font-size: 24px;
}
.woocommerce-order .woocommerce-order-overview li {
  margin-bottom: 8px;
}
.woocommerce-order .woocommerce-order-overview li strong {
  padding-left: 16px;
}
.woocommerce-order .woocommerce-table {
  width: 100%;
  margin-bottom: 24px;
  border-collapse: collapse;
  border-left: 1px solid #E5E5E5;
}
.woocommerce-order .woocommerce-table th {
  text-align: left;
}
.woocommerce-order .woocommerce-table th, .woocommerce-order .woocommerce-table td {
  padding: 8px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
}

.loan-info,
.modal-loan-wrapper {
  max-width: 1280px;
  z-index: 11;
}
@media (min-width: 1024px) {
  .loan-info,
  .modal-loan-wrapper {
    width: 90vw;
  }
}
.loan-info h2,
.modal-loan-wrapper h2 {
  text-align: left;
  margin-bottom: 32px;
}
.loan-info .description,
.modal-loan-wrapper .description {
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .loan-info .select-wrapper,
  .modal-loan-wrapper .select-wrapper {
    display: block;
    margin-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .loan-info .select-wrapper,
  .modal-loan-wrapper .select-wrapper {
    display: flex;
    justify-content: center;
  }
}
.loan-info .select-wrapper .select2,
.modal-loan-wrapper .select-wrapper .select2 {
  margin-top: 14px;
}
@media (max-width: 1023px) {
  .loan-info .select-wrapper .select2,
  .modal-loan-wrapper .select-wrapper .select2 {
    width: 100% !important;
  }
}
.loan-info .bank-info,
.modal-loan-wrapper .bank-info {
  display: flex;
  gap: 16px;
}
@media (max-width: 1023px) {
  .loan-info .bank-info,
  .modal-loan-wrapper .bank-info {
    margin-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .loan-info .bank-info,
  .modal-loan-wrapper .bank-info {
    align-items: center;
  }
}
.loan-info .bank-info-logo,
.modal-loan-wrapper .bank-info-logo {
  width: 40px;
  border-radius: 4px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .loan-info .bank-info-logo,
  .modal-loan-wrapper .bank-info-logo {
    width: 50px;
  }
}
.loan-info .bank-info-text .title,
.modal-loan-wrapper .bank-info-text .title {
  font-weight: 500;
  line-height: 1.25;
}
.loan-info .bank-info-text .payment-periods,
.modal-loan-wrapper .bank-info-text .payment-periods {
  font-size: 14px;
  color: #7E7E7E;
}
.loan-info .loan-split-price,
.modal-loan-wrapper .loan-split-price {
  font-size: 18px;
}
@media (max-width: 1023px) {
  .loan-info .loan-split-price,
  .modal-loan-wrapper .loan-split-price {
    margin-bottom: 16px;
  }
}
.loan-info .loan-split-price span,
.modal-loan-wrapper .loan-split-price span {
  font-size: 22px;
}
@media (min-width: 1024px) {
  .loan-info .loan-form,
  .modal-loan-wrapper .loan-form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .loan-info .loan-form .btn,
  .modal-loan-wrapper .loan-form .btn {
    width: auto;
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (min-width: 1024px) {
  .loan-info .loan-price-wrapper,
  .modal-loan-wrapper .loan-price-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
  }
}
.loan-info.received-token,
.modal-loan-wrapper.received-token {
  max-width: 98vw;
  height: 90vh;
  padding-top: 44px;
}
@media (min-width: 1024px) {
  .loan-info.received-token,
  .modal-loan-wrapper.received-token {
    max-width: 90vw;
  }
}
.loan-info.received-token .modal-block-content,
.modal-loan-wrapper.received-token .modal-block-content {
  height: 100%;
}
.loan-info.received-token iframe,
.modal-loan-wrapper.received-token iframe {
  width: 100%;
  height: 100%;
  border-width: 0;
}

@media (min-width: 1024px) {
  .loan-info {
    width: 100%;
  }
}
.loan-info label:after,
.loan-info label:before {
  display: none;
}
.loan-info .select2-container--default .select2-selection--single {
  position: relative;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.loan-info .loan-form {
  align-items: center;
}
.loan-info .select2-container {
  min-width: 150px;
}

.clear-loan-wrapper {
  display: grid;
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .clear-loan-wrapper {
    grid-row-gap: 8px;
  }
}
@media (min-width: 1024px) {
  .clear-loan-wrapper {
    grid-template-columns: 1fr 360px;
    grid-column-gap: 60px;
  }
}
.clear-loan-wrapper h3 {
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .clear-loan-wrapper h3 {
    grid-column: span 2;
    margin-bottom: 24px;
  }
}
.clear-loan-wrapper .list {
  padding: 28px;
  background-color: #F9F9F9;
}
.clear-loan-wrapper ul {
  margin: 0;
  padding-left: 0;
}
.clear-loan-wrapper ul li {
  display: flex;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
.clear-loan-wrapper ul li:not(:last-of-type) {
  border-bottom: 1px solid #BDBDBD !important;
}
.clear-loan-wrapper ul li a {
  transition-duration: 0.25s;
  transition-property: color;
}
.clear-loan-wrapper ul li a:hover {
  color: #81BB27;
}
.clear-loan-wrapper ul .woocommerce-LoopProduct-link {
  display: flex;
  width: 72px;
  height: 72px;
  margin-right: 30px;
  justify-content: center;
}
.clear-loan-wrapper ul .woocommerce-LoopProduct-link img {
  height: 100%;
}
.clear-loan-wrapper ul .title {
  flex-grow: 1;
}
.clear-loan-wrapper ul .price {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.clear-loan-wrapper ul .remove {
  margin-left: 8px;
}
.clear-loan-wrapper ul .remove button {
  margin-top: 0;
  padding: 4px;
  background-color: transparent;
}
.clear-loan-wrapper ul .remove .icon {
  width: 24px;
  height: 24px;
}
.clear-loan-wrapper .clear-loan-right-wrapper {
  padding: 28px;
  background-color: #F9F9F9;
}
.clear-loan-wrapper .clear-loan-right-wrapper h3 {
  margin-bottom: 28px;
  background-color: #F9F9F9;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #333;
}
.clear-loan-wrapper .clear-loan-right-wrapper .price {
  font-weight: 600;
  white-space: nowrap;
}
.clear-loan-wrapper .clear-loan-right-wrapper .price span {
  margin-right: 8px;
  font-weight: normal;
}
.clear-loan-wrapper .clear-loan-right-wrapper .button:not(.received-token) {
  background-color: #E5E5E5;
  color: #7E7E7E;
  pointer-events: none;
  cursor: none;
}

.clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table .cart_totals.cclw_cart_totals.fixed {
  position: fixed;
  top: 35px;
  left: calc(50% + 270px);
  max-width: 360px;
  right: auto;
  transition: 1s;
}

.clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table .cart_totals.cclw_cart_totals.fixed.see_footer {
  top: -130px;
  transition: 2s;
}

#cclw_additional_fields {
  max-width: 840px;
}

@media (max-width: 780px) {
  .one-column-layout {
    display: flex;
    flex-direction: column;
  }
  #cclw_order_details_table {
    order: 9;
  }
  .clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table .cart_totals.cclw_cart_totals.fixed {
    left: auto;
    right: 15px;
  }
  #cclw_additional_fields {
    max-width: 100%;
  }
  .additional_fields_custom p {
    max-width: 100%;
  }
  .page-template-page-cart-php .cclw-shipping-methods {
    margin-bottom: 0;
  }
}
@media (max-width: 1190px) {
  .clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table .cart_totals.cclw_cart_totals.fixed {
    left: auto;
    right: 15px;
  }
}
@media (max-width: 1390px) {
  .clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table .cart_totals.cclw_cart_totals.fixed {
    left: auto;
    right: 15px;
  }
}
.mini-cart__additionally-item {
  display: flex;
  align-items: center;
  padding: 10px;
  color: #2B890A;
  background-color: rgba(129, 187, 39, 0.1);
}

.clear-cart-wrapper #cclw_order_details_table .cclw_order_review_table table tr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #BDBDBD !important;
}

.removepro {
  grid-column: span 3;
}

.shop-seo-block + * {
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .shop-seo-block + * {
    margin-top: 120px;
  }
}

.shop-seo-block-wrapper {
  display: grid;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .shop-seo-block-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .shop-seo-block-wrapper {
    margin-top: 110px;
    padding-right: 0;
    padding-left: 0;
    grid-template-columns: 488px 1fr;
  }
}
.shop-seo-block-wrapper .info {
  padding: 28px;
  background-color: #333;
  color: #fff;
}
@media (max-width: 767px) {
  .shop-seo-block-wrapper .info {
    order: 2;
  }
}
@media (min-width: 1024px) {
  .shop-seo-block-wrapper .info {
    padding: 70px 60px;
  }
}
.shop-seo-block-wrapper .info h4 {
  margin-bottom: 21px;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}
@media (min-width: 1024px) {
  .shop-seo-block-wrapper .info h4 {
    font-size: 34px;
    line-height: 38px;
  }
}
.shop-seo-block-wrapper .btn-wrapper {
  margin-top: 20px;
}
.shop-seo-block-wrapper .btn-wrapper a {
  color: #81BB27;
  transition-duration: 0.25s;
  transition-property: opacity;
}
.shop-seo-block-wrapper .btn-wrapper a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .shop-seo-block-wrapper .image {
    order: 1;
  }
}
.shop-seo-block-wrapper .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seo-blocks-hide {
  max-height: 120px;
  overflow: hidden;
}

.seo-blocks-close {
  display: block;
}

.seo-blocks-btn-hide {
  display: none;
}

.post-type-archive-recipes .page-header {
  margin-bottom: 80px;
  text-align: center;
}
.post-type-archive-recipes .item.post h3 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 29px;
}
.post-type-archive-recipes .item.post .image {
  height: 330px;
}
@media (min-width: 1024px) {
  .post-type-archive-recipes .item.post .image {
    height: 420px;
  }
}
.post-type-archive-recipes .recipes-filter .filter-item:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E5E5E5;
}
.post-type-archive-recipes .recipes-filter .inner {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  padding-bottom: 0;
}
.post-type-archive-recipes .recipes-filter .checkbox-wrapper {
  position: relative;
}
.post-type-archive-recipes .recipes-filter .checkbox-wrapper:not(:first-of-type) {
  margin-top: 16px;
}
.post-type-archive-recipes .recipes-filter .checkbox-wrapper.hide {
  display: none !important;
}
.post-type-archive-recipes .recipes-filter .recipes-filter-btn {
  position: absolute;
  left: calc(100% - 10px);
  top: 50%;
  transform: translateY(-50%);
  background-color: #81BB27;
  padding: 6px 10px;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  white-space: nowrap;
  cursor: pointer;
  z-index: 1;
}
.post-type-archive-recipes .recipes-filter .recipes-filter-btn:before {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #81BB27;
  transform: translateY(-50%);
}
.post-type-archive-recipes .recipes-filter .with-tooltip {
  position: relative;
}
.post-type-archive-recipes .recipes-filter .with-tooltip:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .post-type-archive-recipes .recipes-filter .filter-title {
    margin-top: 10px;
  }
}
.post-type-archive-recipes .recipes-filter .subtitle {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
.post-type-archive-recipes .recipes-filter .search-form {
  margin-bottom: 30px;
}
.post-type-archive-recipes .recipes-filter .search-form .description {
  font-size: 12px;
  line-height: 20px;
  color: #7E7E7E;
}
.post-type-archive-recipes .recipes-filter .search-wrapper {
  position: relative;
  margin-bottom: 4px;
}
.post-type-archive-recipes .recipes-filter .search-wrapper input {
  height: 52px;
  width: 100%;
  padding-left: 10px;
  padding-right: 45px;
  font-size: 16px;
  line-height: 16px;
  border: 1px solid #BDBDBD;
  border-radius: 2px;
}
.post-type-archive-recipes .recipes-filter .search-wrapper input::placeholder {
  color: #BDBDBD;
}
.post-type-archive-recipes .recipes-filter .search-wrapper input:focus, .post-type-archive-recipes .recipes-filter .search-wrapper input:active {
  outline: none;
}
.post-type-archive-recipes .recipes-filter .search-wrapper .btn-search {
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
}
.post-type-archive-recipes .show-more-wrapper {
  display: flex;
  flex-direction: column;
}
.post-type-archive-recipes .show-more-wrapper .checkbox-wrapper {
  display: none;
}
.post-type-archive-recipes #showMoreProducts {
  display: none;
  align-items: baseline;
  margin-top: 20px;
  color: #81BB27;
  text-align: left;
}
.post-type-archive-recipes #showMoreProducts.show {
  display: flex;
}
.post-type-archive-recipes #showMoreProducts .dots {
  margin-right: 4px;
}
.post-type-archive-recipes #showMoreProducts .count {
  position: relative;
  top: -5px;
  margin-left: 4px;
  font-size: 12px;
}
.post-type-archive-recipes .opened + #showMoreProducts .text-hide {
  display: inline-block;
}
.post-type-archive-recipes .opened + #showMoreProducts .text-show, .post-type-archive-recipes .opened + #showMoreProducts .count {
  display: none;
}
.post-type-archive-recipes .text-hide {
  display: none;
}
.post-type-archive-recipes .filter-colors-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -21px;
}
.post-type-archive-recipes .filter-colors-wrapper .recipes-filter-btn {
  top: calc(50% - 12px);
}
.post-type-archive-recipes .recipes-wrapper {
  display: grid;
  grid-column-gap: 30px;
}
@media (min-width: 768px) {
  .post-type-archive-recipes .recipes-wrapper {
    grid-template-columns: 260px 1fr;
  }
}
.post-type-archive-recipes .tooltip-btn {
  width: 12px;
  height: 12px;
  margin-left: 8px;
  cursor: pointer;
  opacity: 1;
  transition-duration: 0.25s;
  transition-property: opacity;
}
.post-type-archive-recipes .tooltip-btn:hover {
  opacity: 0.75;
}
.post-type-archive-recipes .tooltip-btn:hover + .tooltip-text {
  display: block;
}
.post-type-archive-recipes .tooltip-btn.show + .tooltip-text {
  display: block;
}
.post-type-archive-recipes .tooltip-text {
  display: none;
  position: absolute;
  bottom: 47px;
  right: calc(100% - 225px);
  width: 211px;
  padding: 24px 30px;
  background-color: #81BB27;
  z-index: 1;
  color: #fff;
  box-shadow: 0px -5px 20px #7FBE2A;
  font-size: 13px;
  line-height: 20px;
}
@media (min-width: 1024px) {
  .post-type-archive-recipes .tooltip-text {
    right: 0;
  }
}
.post-type-archive-recipes .tooltip-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 25px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 14px solid #81BB27;
}
.post-type-archive-recipes .accordion-title {
  position: relative;
  cursor: pointer;
}
.post-type-archive-recipes .accordion-title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%) rotate(180deg);
  transition-duration: 0.25s;
  background-image: url("/wp-content/themes/hurom/img/arrow-to-top.svg");
}
.post-type-archive-recipes .accordion-title.active:after {
  transform: translateY(-50%) rotate(0deg);
}
.post-type-archive-recipes .accordion-main {
  padding-left: 0;
}

@media (min-width: 1024px) {
  .recipes-template-default h2 {
    margin-bottom: 50px;
    text-align: center;
    font-size: 50px;
  }
}
.recipes-template-default .article-nav.fixed .floating-underline:before {
  bottom: 8px;
}

.recipe-short-info {
  display: flex;
}
@media (max-width: 767px) {
  .recipe-short-info {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .recipe-short-info {
    align-items: center;
  }
}
.recipe-short-info .color {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 12px;
  border-radius: 100%;
}
.recipe-short-info .juice-color {
  display: flex;
  align-items: center;
  margin-right: 33px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .recipe-short-info .juice-color {
    margin-bottom: 15px;
  }
}

.ingredients h2 {
  text-align: center;
}
.ingredients .ingredient-row {
  position: relative;
  display: flex;
  align-items: flex-end;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
@media (min-width: 768px) {
  .ingredients .ingredient-row {
    align-items: baseline;
  }
}
@media (min-width: 1024px) {
  .ingredients .ingredient-row {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .ingredients .ingredient-row {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .ingredients .ingredient-row .ingredient-quantity {
    flex-shrink: 0;
    padding-left: 20px;
  }
}
.ingredients .ingredient-row:not(:last-child) {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .ingredients .ingredient-row:not(:last-child) {
    margin-bottom: 10px;
  }
}
.ingredients .ingredient-row:hover .border {
  border-color: #7E7E7E;
}
.ingredients .border {
  margin-right: 4px;
  margin-left: 4px;
  flex-grow: 1;
  border-bottom: 1px dashed #E5E5E5;
  transition-duration: 0.25s;
  transition-property: border-bottom-color;
}
@media (max-width: 767px) {
  .ingredients .border {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.ingredients .small-description {
  margin-top: 30px;
  color: #7E7E7E;
  font-size: 12px;
}
.ingredients .small-description a {
  color: #81BB27;
  transition-duration: 0.25s;
  transition-property: color;
}
.ingredients .small-description a:hover {
  color: #2B890A;
}
.ingredients .portions {
  display: grid;
  grid-gap: 20px;
  margin-bottom: 50px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .ingredients .portions {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .ingredients .portions {
    grid-template-columns: 1fr 140px 1fr;
  }
}
.ingredients .portions .label {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .ingredients .portions .label {
    text-align: right;
  }
}
.ingredients .portions-quantity {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 8px 16px;
  border: 2px solid #81BB27;
  border-radius: 3px;
}
.ingredients .portions-quantity .icon {
  width: 24px;
  height: 24px;
}
.ingredients .portions-quantity button {
  width: 24px;
  height: 24px;
  opacity: 1;
  transition-duration: 0.25s;
}
.ingredients .portions-quantity button:hover {
  opacity: 0.8;
}
.ingredients .portions-quantity input {
  width: 100%;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #81BB27;
  border-width: 0;
  -moz-appearance: textfield;
}
.ingredients .portions-quantity input::-webkit-outer-spin-button, .ingredients .portions-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ingredients .portions-quantity input:focus, .ingredients .portions-quantity input:active {
  outline: none;
}

.recipe-info {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .recipe-info {
    display: grid;
    grid-template-columns: 360px 1fr;
    grid-gap: 26px;
  }
}
@media (min-width: 1024px) {
  .recipe-info {
    grid-gap: 26px 40px;
  }
}
@media (min-width: 768px) {
  .recipe-info .post-article-thumbnail-wrapper {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .recipe-info .post-article-thumbnail {
    order: 1;
  }
}
@media (min-width: 768px) {
  .recipe-info .ingredients {
    order: 2;
  }
}
.recipe-info .post-article-tags {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .recipe-info .post-article-tags {
    order: 3;
    grid-column: span 2;
  }
}

.instructions {
  padding-top: 32px;
  counter-reset: instructions-counter;
}
@media (min-width: 768px) {
  .instructions {
    padding-top: 80px;
  }
}
.instructions .title {
  margin-bottom: 18px;
  padding-left: 56px;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
}
.instructions .instructions-list .list-item {
  position: relative;
  margin-bottom: 22px;
  padding-bottom: 22px;
}
.instructions .instructions-list .list-item:not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
}
.instructions .instructions-list .list-item:before {
  counter-increment: instructions-counter;
  content: counter(instructions-counter);
  position: absolute;
  left: 0;
  top: -3px;
  width: 34px;
  text-align: center;
  color: #81BB27;
  font-family: "Bellota Text", cursive;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
}
.instructions .instructions-list .img {
  margin-bottom: 8px;
}
.instructions .instructions-list .img-description {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 12px;
  line-height: 15px;
  color: #7E7E7E;
}
@media (max-width: 767px) {
  .instructions .instructions-list .img-description {
    flex-direction: column;
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .instructions .instructions-list .img-description.img-description-between {
    justify-content: space-between;
  }
}
.instructions .instructions-list .instruction-description {
  padding-left: 60px;
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .instructions .instructions-list .instruction-description {
    padding-right: 60px;
  }
}
@media (min-width: 1024px) {
  .instructions .instructions-list .instruction-description {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .instructions .instructions-list .instruction-description ol {
    padding-left: 17px;
  }
}
.instructions .instructions-list .instruction-description ol li {
  margin-bottom: 2px;
}

.energy-value {
  padding-top: 80px;
}
.energy-value h2 {
  margin-bottom: 12px;
}
.energy-value .description {
  font-size: 20px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 32px;
}

.energy-value-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 1023px) {
  .energy-value-list {
    padding: 24px 40px;
    background-color: #F9F9F9;
  }
}
.energy-value-list .list-item {
  text-align: center;
}
@media (max-width: 767px) {
  .energy-value-list .list-item:first-child {
    width: 100%;
  }
}
.energy-value-list .title {
  margin-bottom: 10px;
  color: #BDBDBD;
}
.energy-value-list .value strong {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -0.03em;
}
.energy-value-list .value span {
  padding-left: 8px;
}

.related-recipes {
  padding-top: 80px;
}
.related-recipes h2 {
  margin-bottom: 26px;
}
.related-recipes .post-article-tags {
  margin-bottom: 40px;
}
.related-recipes .list {
  display: grid;
  grid-column-gap: 30px;
}
@media (min-width: 768px) {
  .related-recipes .list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.related-recipes .recipe-item {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  color: #333;
  transition-duration: 0.25s;
  transition-property: color;
}
.related-recipes .recipe-item .image {
  height: 430px;
  margin-bottom: 12px;
}
.related-recipes .recipe-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related-recipes .recipe-item:hover {
  color: #81BB27;
}

@media (max-width: 1023px) {
  .header-login-menu-content {
    padding-right: 28px;
    padding-left: 28px;
  }
}
.header-login-menu-content .header-login-menu-content-name {
  padding-top: 45px;
  padding-bottom: 28px;
  border-bottom: 2px solid #BDBDBD;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.03em;
}
@media (min-width: 1024px) {
  .header-login-menu-content .header-login-menu-content-name {
    display: none;
  }
}
.header-login-menu-content.show {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1023px) {
  .header-login-menu-content.show {
    left: 0;
  }
}
@media (min-width: 1024px) {
  .header-login-menu-content.show {
    top: calc(100% + 5px);
  }
}
.header-login-menu-content .header-login-menu-item {
  display: flex;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  align-items: center;
  text-transform: uppercase;
  color: #333;
  white-space: nowrap;
  text-align: left;
  transition-duration: 0.25s;
  transition-property: background-color;
}
@media (min-width: 1024px) {
  .header-login-menu-content .header-login-menu-item {
    padding: 16px;
  }
}
.header-login-menu-content .header-login-menu-item:not(:last-child) {
  border-bottom: 1px solid #BDBDBD;
}
.header-login-menu-content .header-login-menu-item:hover {
  background-color: #fff;
}
.header-login-menu-content .header-login-menu-item .icon {
  width: 36px;
  height: 36px;
  margin-right: 4px;
}
.header-login-menu-content .woocommerce-mini-cart .mini_cart_item {
  padding-bottom: 20px;
  border-bottom: 1px solid #BDBDBD;
}
.header-login-menu-content .woocommerce-mini-cart .mini_cart_item:not(:first-child) {
  padding-top: 20px;
}

@media (min-width: 1024px) {
  .header-min .header-login-menu-content.show {
    top: calc(100% + 11px);
  }
}

.popup-auth-modal {
  position: fixed;
  z-index: 10;
  left: -100vw;
  width: 100%;
  background-color: #FFFFFF;
  transition-duration: 0.25s;
  transition-property: left;
}
@media (max-width: 1023px) {
  .popup-auth-modal {
    height: calc(100svh - 60px);
    top: 60px;
    overflow-y: auto;
  }
}
@media (max-width: 1023px) {
  .popup-auth-modal.show {
    left: 0;
  }
}
@media (min-width: 1024px) {
  .popup-auth-modal {
    left: 50%;
    top: 50%;
    display: none;
    max-width: 460px;
    box-shadow: 0 1px 13px rgba(0, 0, 0, 0.1);
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1024px) {
  .popup-auth-modal.popup-logged {
    display: block;
    position: absolute;
    left: calc(50vw + 220px);
    top: 110px;
    right: auto;
    transform: translate(0, 0);
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.25s;
    transition-property: top;
  }
  .popup-auth-modal.popup-logged.show {
    top: 68px;
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .popup-auth-modal.popup-logged .header-login-menu-item {
    background-color: #F9F9F9;
    transition-duration: 0.25s;
    transition-property: background-color;
  }
  .popup-auth-modal.popup-logged .header-login-menu-item:not(:last-child) {
    border-bottom-color: #E5E5E5;
  }
  .popup-auth-modal.popup-logged .header-login-menu-item:hover {
    background-color: #fff;
  }
}
.popup-auth-modal .close {
  position: absolute;
  right: 12px;
  top: 12px;
}
@media (max-width: 1023px) {
  .popup-auth-modal .close {
    display: none;
  }
}

.popup-auth-nav {
  padding: 40px 40px 0;
  background-color: #F9F9F9;
}
.popup-auth-nav .list {
  display: flex;
}
.popup-auth-nav .tabs__item {
  margin-right: 20px;
  padding-bottom: 16px;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  border-bottom: 2px solid transparent;
  color: #8C8C8C;
  transition-duration: 0.25s;
  cursor: pointer;
}
.popup-auth-nav .tabs__item:hover {
  color: #333;
}
.popup-auth-nav .tabs__item.active {
  color: #333;
  border-bottom-color: #81BB27;
}

.popup-auth-modal-wrapper form {
  padding-top: 32px;
  padding-left: 40px;
  padding-right: 40px;
}
.popup-auth-modal-wrapper form .label {
  position: relative;
  display: block;
}
.popup-auth-modal-wrapper form .label span {
  position: absolute;
  top: 10px;
  left: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7E7E7E;
  transition: 0.25s;
}
.popup-auth-modal-wrapper form .label input {
  display: block;
  width: 100%;
  padding: 17px 12px;
  border: 1px solid #BDBDBD;
  border-radius: 3px;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.3px;
  color: #333333;
}
.popup-auth-modal-wrapper form .label input:focus, .popup-auth-modal-wrapper form .label input:valid {
  outline: none;
}
.popup-auth-modal-wrapper form .label input:focus + span, .popup-auth-modal-wrapper form .label input:valid + span {
  transform: translateY(-17px);
}
.popup-auth-modal-wrapper form .label:not(:last-of-type) {
  margin-bottom: 12px;
}
.popup-auth-modal-wrapper form .label:last-of-type {
  margin-bottom: 10px;
}
.popup-auth-modal-wrapper form .btn-wrapper .btn {
  width: 100%;
  padding: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  color: #FFFFFF;
  background-color: #81BB27;
  border-radius: 3px;
}
.popup-auth-modal-wrapper form .form-links {
  display: none;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.popup-auth-modal-wrapper form .form-links label {
  position: relative;
}
.popup-auth-modal-wrapper form .form-links label span {
  display: block;
  padding-left: 28px;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #333333;
}
.popup-auth-modal-wrapper form .form-links label span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #7E7E7E;
}
.popup-auth-modal-wrapper form .form-links label input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0px;
  height: 0px;
  padding: 0;
  margin: 0;
  border: none;
}
.popup-auth-modal-wrapper form .form-links label input[type=checkbox]:checked + span:after {
  content: "x";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  text-transform: uppercase;
  font-weight: bolder;
  font-family: cursive;
}
.popup-auth-modal-wrapper form .link .header-forgot-password-btn {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #81BB27;
}
.popup-auth-modal-wrapper .social-login-wrapper,
.popup-auth-modal-wrapper .social-register-wrapper {
  padding: 20px 40px 40px;
}
.popup-auth-modal-wrapper .social-login-wrapper p,
.popup-auth-modal-wrapper .social-register-wrapper p {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #8C8C8C;
}
.popup-auth-modal-wrapper .social-login-wrapper .buttons,
.popup-auth-modal-wrapper .social-register-wrapper .buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 12px;
}
.popup-auth-modal-wrapper .social-login-wrapper .social-login-btn,
.popup-auth-modal-wrapper .social-login-wrapper .social-register-btn,
.popup-auth-modal-wrapper .social-register-wrapper .social-login-btn,
.popup-auth-modal-wrapper .social-register-wrapper .social-register-btn {
  min-width: 1px;
  padding: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #8C8C8C;
  background-color: #E5E5E5;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  transition-duration: 0.25s;
  transition-property: background-color;
}
.popup-auth-modal-wrapper .social-login-wrapper .social-login-btn:hover,
.popup-auth-modal-wrapper .social-login-wrapper .social-register-btn:hover,
.popup-auth-modal-wrapper .social-register-wrapper .social-login-btn:hover,
.popup-auth-modal-wrapper .social-register-wrapper .social-register-btn:hover {
  background-color: #F9F9F9;
}
.popup-auth-modal-wrapper .bottom-login-wrapper,
.popup-auth-modal-wrapper .bottom-register-wrapper {
  padding: 30px 45px 40px;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  background-color: #F4F4F4;
}
.popup-auth-modal-wrapper .bottom-login-wrapper p,
.popup-auth-modal-wrapper .bottom-register-wrapper p {
  margin-bottom: 10px;
}
.popup-auth-modal-wrapper .bottom-login-wrapper .login-register-btn,
.popup-auth-modal-wrapper .bottom-login-wrapper .register-login-btn,
.popup-auth-modal-wrapper .bottom-register-wrapper .login-register-btn,
.popup-auth-modal-wrapper .bottom-register-wrapper .register-login-btn {
  width: 100%;
  padding: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #81BB27;
  border: 1px solid transparent;
  border-radius: 0px;
}
.popup-auth-modal-wrapper .bottom-register-wrapper {
  color: #fff;
  background-color: #81BB27;
}
.popup-auth-modal-wrapper .bottom-register-wrapper .login-register-btn,
.popup-auth-modal-wrapper .bottom-register-wrapper .register-login-btn {
  color: #FFFFFF;
  background-color: #81BB27;
  border: 1px solid #FFFFFF;
}

.header-min .popup-auth-modal.popup-logged {
  top: 46px;
}

.my-account .woocommerce-notices-wrapper {
  display: none;
}
.my-account * {
  font-family: "Ubuntu", sans-serif;
}
.my-account h1 {
  margin-top: 48px;
  font-weight: 300;
}
.my-account .woocommerce-MyAccount-navigation {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .my-account .woocommerce-MyAccount-navigation {
    margin-bottom: 115px;
  }
}
.my-account .woocommerce-MyAccount-navigation ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.my-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link {
  position: relative;
}
.my-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: #333333;
  transition: 0.25s;
}
.my-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background-color: #81BB27;
  transform: scaleX(0);
  transition: 0.25s;
}
.my-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a:hover {
  color: #81BB27;
}
.my-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a:hover:after {
  transform: scaleX(100%);
}
.my-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link:not(:last-of-type) {
  margin-right: 7%;
}
.my-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active a {
  color: #81BB27;
}
.my-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active a:after {
  transform: scaleX(100%);
}
.my-account .woocommerce-MyAccount-content {
  overflow-x: auto;
}
.my-account .woocommerce-MyAccount-content h5 {
  margin-bottom: 50px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #1A1A1A;
}
.my-account .woocommerce-MyAccount-content .fields-section {
  max-width: 865px;
  margin-bottom: 36px;
}
.my-account .woocommerce-MyAccount-content .fields-section:not(.last-section) {
  border-bottom: 1px solid rgba(84, 84, 84, 0.15);
}
.my-account .woocommerce-MyAccount-content .fields-section .fields-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .my-account .woocommerce-MyAccount-content .fields-section .fields-wrapper {
    margin-right: -60px;
  }
}
.my-account .woocommerce-MyAccount-content .fields-section .fields-wrapper .label {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .my-account .woocommerce-MyAccount-content .fields-section .fields-wrapper .label {
    max-width: 26%;
    margin-right: 7%;
  }
}
.my-account .woocommerce-MyAccount-content .fields-section .fields-wrapper .label > span:not(.select2, .password-input) {
  position: absolute;
  top: 7px;
  left: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  transition: 0.25s;
}
.my-account .woocommerce-MyAccount-content .fields-section .fields-wrapper .label.focus span {
  transform: translateY(-30px);
}
.my-account .woocommerce-MyAccount-content .fields-section .fields-wrapper .label > .select2 {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  border: 1px solid rgba(84, 84, 84, 0.15);
}
.my-account .woocommerce-MyAccount-content .fields-section .fields-wrapper .label > .select2 + span {
  transform: translateY(-30px);
}
.my-account .woocommerce-MyAccount-content .fields-section .fields-wrapper .label > .select2 .select2-selection {
  margin: 0;
  padding: 0;
}
.my-account .woocommerce-MyAccount-content .fields-section .fields-wrapper .label > .select2 .select2-selection .select2-selection__rendered {
  display: flex;
  align-items: center;
  height: 38px;
  padding: 10px;
}
.my-account .woocommerce-MyAccount-content .fields-section .fields-wrapper .label > .select2 .select2-selection .select2-selection__arrow {
  top: 10px;
  right: 10px;
}
.my-account .woocommerce-MyAccount-content .fields-section .fields-wrapper .label input {
  width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #7E7E7E;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.my-account .woocommerce-MyAccount-content .fields-section .fields-wrapper .label input:focus {
  outline: none;
}
.my-account .woocommerce-MyAccount-content .send-section {
  margin-top: -20px;
}
.my-account .woocommerce-MyAccount-content .send-section .button {
  min-width: 180px;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  color: #81BB27;
  border: 1px solid #81BB27;
  border-radius: 0px;
}
.my-account .woocommerce-MyAccount-content .send-section .personal-data {
  margin-top: 17px;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #7E7E7E;
}
.my-account .woocommerce-MyAccount-content .send-section .personal-data a {
  color: #81BB27;
}
.my-account .woocommerce-MyAccount-content .adress-desc-text {
  margin-top: -20px;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}
.my-account .woocommerce-MyAccount-content .adress-desc-text mark {
  background-color: transparent;
  border-bottom: 2px solid #81bb27;
}
.my-account .woocommerce-MyAccount-content .woocommerce-Addresses {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.my-account .woocommerce-MyAccount-content .woocommerce-Addresses h5 {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .my-account .woocommerce-MyAccount-content .woocommerce-Addresses h5 {
    margin-bottom: 40px;
  }
}
.my-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  width: 100%;
}
@media (min-width: 768px) {
  .my-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
    width: calc(50% - 20px);
  }
}
.my-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .btn-edit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  padding: 13px 20px;
  margin-top: 40px;
  background-color: #81BB27;
  border-radius: 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.my-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .btn-edit:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  background-image: url("/wp-content/themes/hurom/img/btn_plus_icon.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.my-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
  padding: 23px 30px;
  background-color: #F2F2F2;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #333333;
}
.my-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address a {
  display: inline-block;
  margin-left: 23px;
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  color: #81BB27;
}
.my-account .woocommerce-MyAccount-content .woocommerce-orders-table {
  width: 100%;
}
.my-account .woocommerce-MyAccount-content .woocommerce-orders-table tr {
  position: relative;
}
.my-account .woocommerce-MyAccount-content .woocommerce-orders-table tr:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #7E7E7E;
}
.my-account .woocommerce-MyAccount-content .woocommerce-orders-table tr th {
  padding-bottom: 19px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #7E7E7E;
}
.my-account .woocommerce-MyAccount-content .woocommerce-orders-table tr th:not(:last-of-type) {
  padding-right: 40px;
}
.my-account .woocommerce-MyAccount-content .woocommerce-orders-table tr td {
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
  color: #333333;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .my-account .woocommerce-MyAccount-content .woocommerce-orders-table tr td {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.my-account .woocommerce-MyAccount-content .woocommerce-orders-table tr td:not(:last-of-type) {
  padding-right: 40px;
}
.my-account .woocommerce-MyAccount-content .woocommerce-orders-table tr td .amount {
  margin-right: 8px;
  margin-left: 8px;
}
.my-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr:after {
  background-color: rgba(84, 84, 84, 0.15);
}
.my-account .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.my-account .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .woocommerce-button {
  min-width: 180px;
  padding: 6px 14px;
  border: 1px solid #81BB27;
  background-color: #81BB27;
  border-radius: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;
}
.my-account .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .woocommerce-button:not(:last-of-type) {
  margin-bottom: 10px;
}
.my-account .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .woocommerce-button.view {
  border: 1px solid #81BB27;
  background-color: #fff;
  color: #81BB27;
}
.my-account .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .woocommerce-button.cancel {
  border: 1px solid #FF0000;
  background-color: #fff;
  color: #FF0000;
}
.my-account .woocommerce-table {
  padding: 23px 30px;
  background-color: #F2F2F2;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #333333;
}
.my-account .woocommerce-table thead {
  text-align: center;
}
.my-account .woocommerce-table td {
  padding: 8px 5px;
}
.my-account .woocommerce-table .wc-item-meta li {
  display: flex;
}
.my-account .woocommerce-table .wc-item-meta li p {
  margin-left: 8px;
  font-size: 14px;
  line-height: 27px;
}
.my-account .myaccount-order-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.my-account .myaccount-order-empty .icon {
  width: 64px;
  margin-bottom: 20px;
}
.my-account .myaccount-order-empty h3 {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #7E7E7E;
}
.my-account .myaccount-order-empty p {
  max-width: 275px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #7E7E7E;
}

.html-sitemap .blog-header {
  margin-bottom: 48px;
}
.html-sitemap .search-form {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 945px;
}
.html-sitemap .search-form form {
  position: relative;
  margin-bottom: 4px;
}
.html-sitemap .search-form form input {
  width: 100%;
  border: 1px solid #BDBDBD;
  border-radius: 2px;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #BDBDBD;
  padding: 14px 10px;
}
.html-sitemap .search-form form button[type=submit] {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.html-sitemap .search-form .label {
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: #7E7E7E;
}

.html-sitemap-wrapper .parent .title {
  margin-bottom: 21px;
}
.html-sitemap-wrapper .parent .title a {
  position: relative;
  display: inline-block;
  padding-left: 42px;
  background-image: url("/wp-content/themes/hurom/img/sitemap-list-decor.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: left center;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #74A823;
}
.html-sitemap-wrapper .parent .inner-list {
  display: flex;
  margin-bottom: 37px;
  padding-left: 50px;
}
@media (max-width: 767px) {
  .html-sitemap-wrapper .parent .inner-list {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .html-sitemap-wrapper .parent .inner-list {
    flex-wrap: wrap;
  }
}
.html-sitemap-wrapper .parent .inner-list .inner-item {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .html-sitemap-wrapper .parent .inner-list .inner-item {
    width: calc(33% - 30px);
  }
}
.html-sitemap-wrapper .parent .inner-list .inner-item a {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #74A823;
}
.html-sitemap-wrapper .parent .inner-list .inner-item .inner-title {
  margin-bottom: 14px;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #333333;
}
.html-sitemap-wrapper .parent .inner-list .inner-item .inner-title > *:before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-repeat: no-repeat;
}
.html-sitemap-wrapper .parent .inner-list .inner-item .inner-title a {
  display: flex;
  align-items: center;
  color: #74A823;
}
.html-sitemap-wrapper .parent .inner-list .inner-item .inner-title a:before {
  background-image: url("/wp-content/themes/hurom/img/icon-arrow-green-to-right.svg");
}
.html-sitemap-wrapper .parent .inner-list .inner-item .inner-title span {
  display: flex;
  align-items: center;
}
.html-sitemap-wrapper .parent .inner-list .inner-item .inner-title span:before {
  background-image: url("/wp-content/themes/hurom/img/icon-arrow-gray-to-right.svg");
}
.html-sitemap-wrapper .parent .inner-list .inner-item .list {
  padding-left: 35px;
}
.html-sitemap-wrapper .parent .inner-list .inner-item .list li:before {
  content: "•";
  color: #74A823;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.html-sitemap-wrapper .parent .hide {
  display: none !important;
}
.html-sitemap-wrapper .parent .hide.hide-half {
  display: block !important;
}
.html-sitemap-wrapper .parent .hide.hide-half a, .html-sitemap-wrapper .parent .hide.hide-half span {
  color: #BDBDBD !important;
}
.html-sitemap-wrapper .parent .hide.hide-half a:before, .html-sitemap-wrapper .parent .hide.hide-half span:before {
  background-image: url("/wp-content/themes/hurom/img/icon-arrow-gray-to-right_gray.svg") !important;
}
.html-sitemap-wrapper .parent .hide.hide-half.title a {
  background-image: url("/wp-content/themes/hurom/img/sitemap-list-decor_gray.svg") !important;
}
.html-sitemap-wrapper .parent.search-error-text {
  display: none;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #333333;
}
.html-sitemap-wrapper .parent.search-error-text a {
  color: #74A823;
}

.contacts-page .contacts-nav {
  position: relative;
  max-width: 343px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
}
.contacts-page .contacts-nav .btn-select {
  position: relative;
  width: 100%;
  padding: 8px 48px 8px 12px;
  border: 1px solid #7E7E7E;
  outline: 0 solid #81BB27;
  border-radius: 4px;
  font-size: 17px;
  line-height: 1.3;
  text-align: left;
  transition-duration: 0.25s;
}
.contacts-page .contacts-nav .btn-select .label {
  font-size: 13px;
  line-height: 130%;
  color: #8C8C8C;
  transition-duration: 0.25s;
  transition-property: color;
}
.contacts-page .contacts-nav .btn-select .city {
  line-height: inherit;
}
.contacts-page .contacts-nav .btn-select:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 40px;
  height: 40px;
  background-image: url("/wp-content/themes/hurom/img/icon-arrow-select-black.svg");
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(0);
  transition-duration: 0.25s;
}
.contacts-page .contacts-nav .ul-select {
  position: absolute;
  left: 0;
  top: calc(100% + 20px);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  font-size: 18px;
  line-height: 1.7;
  z-index: 1;
  transition-duration: 0.25s;
  transition-property: top;
  overflow: hidden;
}
.contacts-page .contacts-nav .ul-select li {
  padding: 8px 12px;
  cursor: pointer;
  transition-duration: 0.25s;
  transition-property: background-color;
}
.contacts-page .contacts-nav .ul-select li:not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
}
.contacts-page .contacts-nav .ul-select li:hover {
  background-color: #E5E5E5;
}
.contacts-page .contacts-nav.show .btn-select {
  outline-width: 1px;
  border-color: #81BB27;
}
.contacts-page .contacts-nav.show .btn-select .label {
  color: #81BB27;
}
.contacts-page .contacts-nav.show .btn-select:after {
  transform: translateY(-50%) rotate(180deg);
}
.contacts-page .contacts-nav.show .ul-select {
  top: calc(100% + 4px);
  visibility: visible;
  opacity: 1;
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.contacts-page .contacts-list {
  margin-bottom: 80px;
}
.contacts-page .contacts-list .list-item:not(:first-of-type) {
  display: none;
}
.contacts-page .map-code {
  height: 455px;
  margin-bottom: 20px;
}
.contacts-page .map-code .modal-close-btn {
  display: none;
}
.contacts-page .map-code iframe {
  height: 100%;
  width: 100%;
}
.contacts-page .map-code iframe.full-screen {
  position: fixed;
  top: 40px;
  left: 40px;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  z-index: 11;
}
.contacts-page .map-code iframe.full-screen + .modal-close-btn {
  display: inline-block;
  position: fixed;
  z-index: 12;
  background-color: #fff;
  top: 30px;
  right: 30px;
}
.contacts-page .info {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .contacts-page .info {
    flex-direction: column;
  }
}
.contacts-page .info .icon {
  height: 64px;
  width: 64px;
}
@media (max-width: 767px) {
  .contacts-page .info .icon {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .contacts-page .info .icon {
    margin-right: 12px;
  }
}
.contacts-page .info .icon img {
  height: 100%;
}
.contacts-page .info .text {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  line-height: 15px;
}
.contacts-page .info .text a {
  font-family: "Museo Cyrl 500", sans-serif;
  font-size: 22px;
  line-height: 28px;
  transition-duration: 0.25s;
  transition-property: color;
}
@media (min-width: 768px) {
  .contacts-page .info .text a {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .contacts-page .info .text a {
    font-size: 22px;
  }
}
.contacts-page .info .text a:hover {
  color: #81BB27;
}
.contacts-page .info .text span {
  color: #8C8C8C;
}
.contacts-page .info-item {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .contacts-page .info-item {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .contacts-page .phones {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .contacts-page .phones {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .contacts-page .phones .item:not(:first-of-type) {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #E5E5E5;
  }
}
@media (min-width: 768px) {
  .contacts-page .phones .item:not(:first-of-type) {
    margin-left: 24px;
    padding-left: 24px;
    border-left: 1px solid #E5E5E5;
  }
}
.contacts-page .nat-title {
  margin-bottom: 20px;
  font-family: "Museo Cyrl 500", sans-serif;
  font-size: 22px;
  line-height: 26px;
  color: #000;
  text-align: center;
}
@media (min-width: 1024px) {
  .contacts-page .nat-title {
    font-size: 30px;
    line-height: 50px;
  }
}
.contacts-page .form-wrapper .wpcf7-form input:not(.wpcf7-submit):not(.wpcf7-file), .contacts-page .form-wrapper .wpcf7-form textarea:not(.wpcf7-submit):not(.wpcf7-file) {
  padding: 27px 12px 10px;
  border: 1px solid #BDBDBD;
  font-size: 17px;
  line-height: 1.3;
  border-radius: 3px;
}
.contacts-page .form-wrapper .wpcf7-form input:not(.wpcf7-submit):not(.wpcf7-file):focus, .contacts-page .form-wrapper .wpcf7-form input:not(.wpcf7-submit):not(.wpcf7-file):active, .contacts-page .form-wrapper .wpcf7-form textarea:not(.wpcf7-submit):not(.wpcf7-file):focus, .contacts-page .form-wrapper .wpcf7-form textarea:not(.wpcf7-submit):not(.wpcf7-file):active {
  border-color: #81BB27;
}
.contacts-page .form-wrapper .wpcf7-form input::placeholder, .contacts-page .form-wrapper .wpcf7-form textarea::placeholder {
  color: #fff !important;
}
.contacts-page .form-wrapper .wpcf7-submit {
  width: 100%;
}
@media (min-width: 1024px) {
  .contacts-page .form-wrapper .wpcf7-submit {
    height: 58px;
  }
}

.form-wrapper {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}
.form-wrapper h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 28px;
  text-align: center;
  line-height: 34px;
}
@media (min-width: 1024px) {
  .form-wrapper h3 {
    font-size: 50px;
    line-height: 58px;
  }
}
.form-wrapper .simple-text {
  margin-bottom: 50px;
  text-align: center;
}
.form-wrapper .wpcf7-form label, .form-wrapper .wpcf7-form span {
  display: block;
}
.form-wrapper .wpcf7-form span {
  margin: 0;
}
.form-wrapper .wpcf7-form label {
  position: relative;
  margin-bottom: 24px;
}
.form-wrapper .wpcf7-form label .placeholder {
  position: absolute;
  left: 12px;
  top: 18px;
  z-index: 1;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  color: #8C8C8C;
  transition: 0.25s;
}
.form-wrapper .wpcf7-form label .placeholder.error {
  color: #FF0000;
}
.form-wrapper .wpcf7-form label .placeholder.move {
  font-size: 13px;
  top: 10px;
}
.form-wrapper .wpcf7-form input:not(.wpcf7-submit):not(.wpcf7-file), .form-wrapper .wpcf7-form textarea:not(.wpcf7-submit):not(.wpcf7-file) {
  width: 100%;
  padding-bottom: 2px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom: 2px solid #555;
  transition-duration: 0.25s;
  transition-property: border-bottom-color;
  font-size: 18px;
  line-height: 1.7;
}
.form-wrapper .wpcf7-form input:not(.wpcf7-submit):not(.wpcf7-file):focus, .form-wrapper .wpcf7-form input:not(.wpcf7-submit):not(.wpcf7-file):active, .form-wrapper .wpcf7-form textarea:not(.wpcf7-submit):not(.wpcf7-file):focus, .form-wrapper .wpcf7-form textarea:not(.wpcf7-submit):not(.wpcf7-file):active {
  border-bottom-color: #81BB27;
  outline: none;
}
.form-wrapper .wpcf7-form input:not(.wpcf7-submit):not(.wpcf7-file)::placeholder, .form-wrapper .wpcf7-form textarea:not(.wpcf7-submit):not(.wpcf7-file)::placeholder {
  color: #BDBDBD;
}
.form-wrapper .wpcf7-form input.wpcf7-not-valid, .form-wrapper .wpcf7-form textarea.wpcf7-not-valid {
  border-color: #FF0000 !important;
  color: #CD0606 !important;
}
.form-wrapper .wpcf7-form textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 60px;
}
.form-wrapper .wpcf7-form .after-text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 160%;
  color: #7E7E7E;
}
.form-wrapper .wpcf7-form .codedropz-upload-wrapper .codedropz-upload-container {
  padding: 30px 15px;
}
@media (min-width: 1024px) {
  .form-wrapper .wpcf7-form .codedropz-upload-wrapper .codedropz-upload-container {
    padding: 50px 120px;
  }
}
.form-wrapper .wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler {
  position: relative;
  border: 2px dashed #BDBDBD;
  border-radius: 3px;
  text-align: center;
  background-color: #F9F9F9;
  transition-duration: 0.25s;
  transition-property: background-color, border-color;
}
.form-wrapper .wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler.codedropz-dragover {
  background-color: #EFFFD6;
  border-color: #81BB27;
}
.form-wrapper .wpcf7-form .dnd-upload-status {
  margin-top: 12px;
}
.form-wrapper .wpcf7-form .codedropz-upload-handler {
  margin-bottom: 0;
  padding: 0;
  border-width: 0;
}
.form-wrapper .wpcf7-form .codedropz-upload-handler h3 {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.4;
}
.form-wrapper .wpcf7-form .codedropz-upload-handler h3 + span {
  display: block;
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 15px;
  color: #7E7E7E;
}
.form-wrapper .wpcf7-form .codedropz-upload-handler .wpcf7-file {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.form-wrapper .wpcf7-form .codedropz-upload-handler .cd-upload-btn {
  display: block;
  max-width: 190px;
  margin-right: auto;
  margin-left: auto;
  padding: 11px 12px;
  border: 2px solid #333;
  border-radius: 3px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  transition-duration: 0.25s;
  transition-property: background-color, color;
}
.form-wrapper .wpcf7-form .codedropz-upload-handler .cd-upload-btn:hover {
  background-color: #333;
  color: #fff;
}
.form-wrapper .wpcf7-form .codedropz-upload-handler .dnd-upload-counter {
  display: none;
}
.form-wrapper .wpcf7-form .dnd-upload-status {
  margin-right: 30px;
  margin-left: 30px;
  padding-bottom: 12px;
}
.form-wrapper .wpcf7-form .dnd-upload-status:not(:last-child) {
  border-bottom: 2px dashed #BDBDBD;
}
.form-wrapper .wpcf7-form .dnd-upload-status .dnd-upload-details {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 48px;
}
.form-wrapper .wpcf7-form .dnd-upload-status .dnd-upload-details .remove-file {
  top: 50%;
  transform: translateY(-50%);
}
.form-wrapper .wpcf7-form .dnd-upload-status .dnd-upload-details .remove-file span {
  opacity: 0.8;
  transition-duration: 0.25s;
}
.form-wrapper .wpcf7-form .dnd-upload-status .dnd-upload-details .remove-file span:hover {
  opacity: 1;
}
.form-wrapper .wpcf7-form .dnd-upload-status .dnd-upload-details .remove-file span:after {
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='32' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.15 22.89 23.38 9.65M23.38 22.89 10.15 9.65' stroke='%23333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.form-wrapper .wpcf7-form .dnd-upload-status .has-error {
  font-size: 12px;
}
.form-wrapper .wpcf7-form .dnd-upload-status .name {
  display: flex;
  overflow: hidden;
  max-width: 75%;
  color: #333;
  font-size: 18px;
  line-height: 140%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.form-wrapper .wpcf7-form .dnd-upload-status .dnd-upload-image {
  width: 32px;
  height: 32px;
  border-width: 0;
}
.form-wrapper .wpcf7-form .dnd-upload-status .dnd-upload-image span.file {
  width: 100%;
  height: 100%;
  margin-right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='32' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m17.78 3.65-.14-.15H7.5A1.5 1.5 0 0 0 6 5v22a1.5 1.5 0 0 0 1.5 1.5h18A1.5 1.5 0 0 0 27 27V12.86l-.15-.14-9.07-9.07Z' stroke='%23000' stroke-linecap='round'/%3E%3Cpath d='M17.5 12V3.5L27 13h-8.5a1 1 0 0 1-1-1Z' stroke='%23000' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}
.form-wrapper .wpcf7-form .dnd-upload-status .dnd-progress-bar {
  height: auto;
  background-color: transparent;
}
.form-wrapper .wpcf7-form .dnd-upload-status .dnd-progress-bar span {
  position: relative;
  top: 2px;
  font-size: 16px;
  line-height: 30px;
  background-color: transparent;
  color: #333;
}
.form-wrapper .wpcf7-not-valid-tip {
  position: relative;
  margin-top: 8px;
  padding-left: 24px;
  font-size: 14px;
  line-height: 1.6;
  color: #FF0000;
}
.form-wrapper .wpcf7-not-valid-tip:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2871_51525' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='20' height='20'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.732 3C10.9622 1.66667 9.03768 1.66667 8.26788 3L1.62836 14.5C0.858555 15.8333 1.8208 17.5 3.3604 17.5H16.6395C18.1791 17.5 19.1413 15.8333 18.3715 14.5L11.732 3ZM9.1666 6.66667H10.8333V11.6667H9.1666V6.66667ZM9.1666 13.3333H10.8333V15H9.1666V13.3333Z' fill='black'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2871_51525)'%3E%3Crect width='20' height='20' fill='%23FF0000'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}
.form-wrapper .checkbox-input input[type=checkbox] {
  display: none;
}
.form-wrapper .checkbox-input input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background-color: #555;
  border-color: #555;
}
.form-wrapper .checkbox-input .wpcf7-list-item-label {
  position: relative;
  padding-left: 34px;
  font-size: 18px;
  line-height: 140%;
  cursor: pointer;
  transition-duration: 0.25s;
  transition-property: color;
}
.form-wrapper .checkbox-input .wpcf7-list-item-label:hover {
  color: #81BB27;
}
.form-wrapper .checkbox-input .wpcf7-list-item-label:before, .form-wrapper .checkbox-input .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
}
.form-wrapper .checkbox-input .wpcf7-list-item-label:before {
  top: 0;
}
.form-wrapper .checkbox-input .wpcf7-list-item-label:after {
  top: 4px;
}
.form-wrapper .checkbox-input .wpcf7-list-item-label:before {
  left: 0;
  height: 24px;
  width: 24px;
  border: 2px solid #BDBDBD;
  background-color: transparent;
  transition-duration: 0.25s;
  transition-property: background-color;
}
.form-wrapper .checkbox-input .wpcf7-list-item-label:after {
  left: 4px;
  width: 16px;
  height: 16px;
  margin-top: -1px;
  background-image: url("/wp-content/themes/hurom/img/icon-check.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.form-wrapper .checkboxes-wrapper {
  margin-top: 42px;
}
.form-wrapper .checkboxes-wrapper .wpcf7-list-item {
  margin: 0;
}
.form-wrapper .checkboxes-wrapper br {
  display: none;
}
.form-wrapper .checkboxes-wrapper .checkbox-input {
  margin-bottom: 52px;
}
.form-wrapper .checkboxes-wrapper .checkbox-input:not(:last-of-type) {
  margin-bottom: 20px;
}
.form-wrapper .checkboxes-wrapper .checkbox-input label {
  justify-content: flex-start;
}
.form-wrapper .wpcf7-submit {
  display: block;
  height: 42px;
  margin-right: auto;
  margin-left: auto;
  padding: 7px 30px;
  line-height: 24px;
  cursor: pointer;
  background-color: #81BB27;
  border: 2px solid #81BB27;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
}
.form-wrapper .wpcf7-submit:disabled {
  border-color: #BDBDBD;
  background-color: #BDBDBD;
}
.form-wrapper .submit-wrapper {
  position: relative;
}
.form-wrapper .wpcf7-spinner {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}
.form-wrapper .wpcf7 form.invalid .wpcf7-response-output, .form-wrapper .wpcf7 form.unaccepted .wpcf7-response-output, .form-wrapper .wpcf7 form.payment-required .wpcf7-response-output,
.form-wrapper .wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}
.form-wrapper .wpcf7 {
  position: relative;
}
.form-wrapper .wpcf7 .mail-success {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  text-align: center;
  z-index: 2;
}
.form-wrapper .wpcf7 .mail-success p {
  margin-bottom: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  text-align: center;
  letter-spacing: -0.03em;
}
.clear-flexible-article-wrapper .img-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .clear-flexible-article-wrapper .img-wrapper {
    height: 240px;
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media (min-width: 768px) {
  .clear-flexible-article-wrapper .img-wrapper {
    margin-bottom: 80px;
  }
}
.clear-flexible-article-wrapper .img-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: right;
}
.clear-flexible-article-wrapper .simple-text-container {
  margin-top: -22px;
  margin-bottom: 30px;
}
.clear-flexible-article-wrapper .simple-text {
  text-align: center;
  line-height: 30px;
}
.clear-flexible-article-wrapper .list-title .text {
  line-height: 28px;
}
@media (min-width: 768px) {
  .clear-flexible-article-wrapper .list-title .text {
    line-height: 30px;
  }
}
.clear-flexible-article-wrapper .list-info-title-text {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .clear-flexible-article-wrapper .list-info-title-text {
    flex-direction: column;
  }
}
.clear-flexible-article-wrapper .list-info-title-text:not(:last-child) {
  margin-bottom: 48px;
}
.clear-flexible-article-wrapper .list-info-title-text .item {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .clear-flexible-article-wrapper .list-info-title-text .item {
    margin-right: 20px;
    margin-left: 20px;
  }
}
.clear-flexible-article-wrapper .list-info-title-text .icon {
  height: 50px;
  width: 50px;
  flex-shrink: 0;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .clear-flexible-article-wrapper .list-info-title-text .icon {
    height: 64px;
    width: 64px;
  }
}
.clear-flexible-article-wrapper .list-info-title-text .icon img {
  height: 100%;
}
.clear-flexible-article-wrapper .list-info-title-text .info {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  line-height: 15px;
}
.clear-flexible-article-wrapper .list-info-title-text .info a {
  font-family: "Museo Cyrl 500", sans-serif;
  font-size: 20px;
  line-height: 28px;
  transition-duration: 0.25s;
  transition-property: color;
}
@media (min-width: 768px) {
  .clear-flexible-article-wrapper .list-info-title-text .info a {
    font-size: 22px;
    line-height: 28px;
  }
}
.clear-flexible-article-wrapper .list-info-title-text .info a:hover {
  color: #81BB27;
}
.clear-flexible-article-wrapper .list-info-title-text .info .text {
  color: #8C8C8C;
}
.clear-flexible-article-wrapper .form-wrapper {
  margin-bottom: 80px;
}
.clear-flexible-article-wrapper .list-logos {
  display: flex;
  justify-content: center;
  margin-bottom: 53px;
  gap: 10px;
  flex-wrap: wrap;
}
.clear-flexible-article-wrapper .list-logos .list-logos-item {
  width: 96px;
  height: 48px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .clear-flexible-article-wrapper .list-logos .list-logos-item:nth-child(1), .clear-flexible-article-wrapper .list-logos .list-logos-item:nth-child(2) {
    width: calc(50% - 10px);
  }
  .clear-flexible-article-wrapper .list-logos .list-logos-item:nth-child(1) img {
    margin-left: auto;
  }
}
.clear-flexible-article-wrapper .list-logos .list-logos-item img {
  height: 100%;
  width: auto;
}
.clear-flexible-article-wrapper blockquote {
  position: relative;
  display: block;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 50px 32px;
  border-radius: 30px;
  background-color: #F9F9F9;
  line-height: 40px;
  font-family: "Museo Cyrl 500", sans-serif;
  font-size: 24px;
}
@media (min-width: 1024px) {
  .clear-flexible-article-wrapper blockquote {
    margin: 32px 0;
    padding-right: 90px;
    padding-left: 90px;
    font-size: 30px;
    line-height: 50px;
  }
}
.clear-flexible-article-wrapper blockquote:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -12px;
  width: 54px;
  height: 50px;
  background-image: url("/wp-content/themes/hurom/img/quotes.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (min-width: 1024px) {
  .clear-flexible-article-wrapper blockquote:after {
    top: 12px;
    width: 74px;
    height: 68px;
  }
}
.clear-flexible-article-wrapper blockquote a {
  color: #81BB27;
  opacity: 1;
}
.clear-flexible-article-wrapper blockquote a:hover {
  opacity: 0.8;
  transition-duration: 0.25s;
  transition-property: opacity;
}

.page-template-page-clear-page .with-content-list-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 80px;
  font-size: 20px;
  line-height: 32px;
}
.page-template-page-clear-page .with-content-list-nav a {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  color: #81BB27;
}
.page-template-page-clear-page .with-content-list-nav a:before {
  content: "";
  position: relative;
  left: 0;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/hurom/img/icon-arrow-green-to-right.svg");
  transition-duration: 0.25s;
  transition-property: left;
}
.page-template-page-clear-page .with-content-list-nav a:hover:before {
  left: 4px;
}
.page-template-page-clear-page .clear-article-wrapper {
  line-height: 30px;
}
.page-template-page-clear-page .clear-article-wrapper p + p {
  margin-top: 10px;
}
.page-template-page-clear-page .clear-article-wrapper ul {
  list-style-type: "- ";
}
.page-template-page-clear-page .clear-article-wrapper ul li::marker {
  margin-right: 8px;
}
.page-template-page-clear-page .clear-article-wrapper ul, .page-template-page-clear-page .clear-article-wrapper ol {
  margin-top: 30px;
  padding-left: 20px;
}
.page-template-page-clear-page .clear-article-wrapper ul li:not(:last-child), .page-template-page-clear-page .clear-article-wrapper ol li:not(:last-child) {
  margin-bottom: 10px;
}
.page-template-page-clear-page .terms-and-conditions .clear-article-wrapper > ol {
  counter-reset: clear-article-item;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
.page-template-page-clear-page .terms-and-conditions .clear-article-wrapper > ol h2 {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
}
.page-template-page-clear-page .terms-and-conditions .clear-article-wrapper > ol h2:before {
  content: counter(clear-article-item);
  counter-increment: clear-article-item;
  display: inline-block;
  margin-right: 24px;
  line-height: 32px;
  color: #81BB27;
  font-family: "Bellota Text", sans-serif;
  font-size: 30px;
  font-weight: 700;
}
.page-template-page-clear-page .terms-and-conditions .clear-article-wrapper > ol > li {
  margin-bottom: 42px;
  font-size: 18px;
  line-height: 32px;
}
.page-template-page-clear-page .terms-and-conditions .clear-article-wrapper > ol > li > ol {
  margin-top: 0;
  padding-left: 60px;
}
.page-template-page-clear-page .terms-and-conditions .clear-article-wrapper > ol > li > ol li {
  margin-bottom: 0;
}

.tabs__content:not(.active) {
  display: none;
}

.error404 .product-section-related-models {
  margin-top: 0;
}
.error404 h1, .error404 h2 {
  text-align: center;
}

.error-404 {
  padding-top: 40px;
}
@media (min-width: 1024px) {
  .error-404 {
    padding-top: 60px;
  }
}
.error-404 .blog-search {
  padding-top: 40px;
  padding-bottom: 40px;
}

.main-book .breadcrumbs {
  padding-top: 20px;
  justify-content: flex-start;
}
@media (min-width: 1024px) {
  .main-book .breadcrumbs {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.main-book .breadcrumbs-wrapper {
  justify-content: flex-start;
  color: #333;
}
.main-book .breadcrumbs-wrapper svg {
  stroke: #333;
}
.main-book .book-hero {
  display: grid;
  grid-gap: 30px;
}
@media (min-width: 1024px) {
  .main-book .book-hero {
    grid-template-columns: 1fr 400px;
    grid-column-gap: 30px;
  }
}
@media (min-width: 768px) {
  .main-book .book-slider {
    display: grid;
    grid-template-columns: 88px 1fr;
    grid-column-gap: 20px;
  }
}
@media (max-width: 767px) {
  .main-book .book-slider-nav {
    display: none;
  }
}
@media (min-width: 768px) {
  .main-book .book-slider-nav {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .main-book .book-slider-nav .slick-arrow {
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F9F9F9;
  }
}
@media (min-width: 768px) {
  .main-book .book-slider-nav .slick-arrow .icon {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 768px) {
  .main-book .book-slider-nav .slick-prev {
    margin-bottom: 4px;
  }
}
@media (min-width: 768px) {
  .main-book .book-slider-nav .slick-prev .icon {
    transform: rotate(-90deg);
  }
}
@media (min-width: 768px) {
  .main-book .book-slider-nav .slick-next {
    margin-top: 4px;
  }
}
@media (min-width: 768px) {
  .main-book .book-slider-nav .slick-next .icon {
    transform: rotate(90deg);
  }
}
@media (min-width: 768px) {
  .main-book .book-slider-nav .slide-item {
    height: 110px;
    margin-bottom: 3px;
    border: 3px solid transparent;
    transition-duration: 0.25s;
    transition-property: border-color;
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  .main-book .book-slider-nav .slide-item.slick-current {
    border-color: #81BB27;
  }
}
.main-book .book-slider-nav .slide-item img {
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  object-fit: contain;
}
@media (min-width: 768px) {
  .main-book .book-slider-nav .slick-list, .main-book .book-slider-nav .slick-track {
    height: 100%;
  }
}
.main-book .book-slider-main {
  position: relative;
  height: 524px;
  padding-top: 56px;
  border: 1px solid #E5E5E5;
}
.main-book .icon-magnifier-green {
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
}
.main-book .book-slider-nav-for {
  width: calc(100vw - 40px);
}
@media (min-width: 768px) {
  .main-book .book-slider-nav-for {
    width: calc(100vw - 150px);
    height: 455px;
  }
}
@media (min-width: 1024px) {
  .main-book .book-slider-nav-for {
    width: 100%;
    max-width: 602px;
  }
}
.main-book .book-slider-nav-for .slick-track {
  display: flex;
  height: 100%;
  align-items: center;
}
.main-book .book-slider-nav-for .slick-list {
  height: 100%;
}
.main-book .book-slider-nav-for .slide-item {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.main-book .book-slider-nav-for .slide-item img {
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}
.main-book .book-slider-nav-for .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100px;
  width: 40px;
  background-color: #F9F9F9;
}
.main-book .book-slider-nav-for .slick-arrow .icon {
  width: 16px;
  height: 16px;
}
.main-book .book-slider-nav-for .slick-arrow.slick-prev {
  left: 0;
}
.main-book .book-slider-nav-for .slick-arrow.slick-next {
  right: 0;
}
.main-book .book-info {
  padding: 40px 30px;
  background-color: #F9F9F9;
}
@media (min-width: 1024px) {
  .main-book .book-info {
    padding: 65px;
  }
}
.main-book .book-info h1 {
  margin-top: 12px;
  margin-bottom: 12px;
  line-height: 1.1;
  letter-spacing: -0.24px;
  font-size: 24px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .main-book .book-info h1 {
    font-size: 36px;
  }
}
.main-book .book-info .availability {
  margin-bottom: 28px;
  color: #8C8C8C;
}
.main-book .book-info .price {
  display: flex;
  margin-bottom: 40px;
  line-height: 21px;
  font-size: 26px;
  font-weight: 400;
}
.main-book .book-info .buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 16px;
  margin-bottom: 28px;
}
.main-book .book-info .buttons .btn {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}
.main-book .book-info .buttons .quantity {
  display: none;
}
.main-book .book-info .btn-black {
  border-width: 2px;
  border-style: solid;
}
.main-book .book-info .notification {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.main-book .book-info .notification .icon {
  width: 24px;
  height: 24px;
}
.main-book .container-small {
  max-width: 620px;
}
@media (min-width: 1024px) {
  .main-book .post-article-content {
    padding-top: 50px;
  }
}
.main-book .post-article-content > p {
  line-height: 30px;
}
.main-book .post-article-content > p:first-child img {
  margin-top: 0;
}

.book-modal-slider {
  width: 100%;
  height: 100%;
  max-height: 100svh;
  max-width: 100%;
  padding: 0;
  background-color: #fff;
  z-index: 10;
  overflow-y: auto;
}
.book-modal-slider .container {
  max-width: 636px;
}
@media (min-width: 1024px) {
  .book-modal-slider .container {
    padding-right: 0;
    padding-left: 0;
  }
}
.book-modal-slider .slick-arrow {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  background-color: #F9F9F9;
}
.book-modal-slider .slick-arrow .icon {
  width: 16px;
  height: 16px;
}
.book-modal-slider .book-modal-slider-nav-for .slick-list, .book-modal-slider .book-modal-slider-nav-for .slick-track {
  height: 100%;
}
.book-modal-slider .book-modal-slider-nav-for .slick-track {
  display: flex !important;
  align-items: center;
}
.book-modal-slider .book-modal-slider-nav-for .slide-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit !important;
}
.book-modal-slider .book-modal-slider-nav-for .slick-arrow {
  width: 40px;
  height: 50px;
}
.book-modal-slider .book-modal-slider-nav-for .slick-arrow.slick-prev {
  left: -20px;
}
@media (min-width: 768px) {
  .book-modal-slider .book-modal-slider-nav-for .slick-arrow.slick-prev {
    left: 0;
  }
}
.book-modal-slider .book-modal-slider-nav-for .slick-arrow.slick-next {
  right: -20px;
}
@media (min-width: 768px) {
  .book-modal-slider .book-modal-slider-nav-for .slick-arrow.slick-next {
    right: 0;
  }
}
.book-modal-slider .book-modal-slider-nav {
  margin-right: 24px;
  margin-left: 24px;
}
@media (min-width: 768px) {
  .book-modal-slider .book-modal-slider-nav {
    margin-right: 40px;
    margin-left: 44px;
  }
}
.book-modal-slider .book-modal-slider-nav .slick-track {
  display: flex;
  height: 100%;
  align-items: stretch;
}
.book-modal-slider .book-modal-slider-nav .slide-item {
  width: 24.26vw;
  height: auto;
  margin-right: 2px;
  margin-left: 2px;
  border: 3px solid #F9F9F9;
  transition-duration: 0.25s;
  transition-property: border-color;
}
@media (min-width: 768px) {
  .book-modal-slider .book-modal-slider-nav .slide-item {
    width: 88px;
  }
}
.book-modal-slider .book-modal-slider-nav .slide-item img {
  height: 100%;
}
@media (min-width: 768px) {
  .book-modal-slider .book-modal-slider-nav .slide-item.slick-current {
    border-color: #81BB27;
  }
}
.book-modal-slider .book-modal-slider-nav .slick-arrow {
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.book-modal-slider .book-modal-slider-nav .slick-arrow.slick-prev {
  left: -44px;
}
.book-modal-slider .book-modal-slider-nav .slick-arrow.slick-next {
  right: -40px;
}
.book-modal-slider .modal-close-btn {
  display: flex;
  width: 100%;
  padding: 12px;
  justify-content: flex-end;
}

.product-archive-orderby .select2-container {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .why-hurom-page {
    text-align: center;
  }
}
.why-hurom-page section:not(:first-of-type) {
  padding-top: 50px;
}
@media (min-width: 1024px) {
  .why-hurom-page section:not(:first-of-type) {
    padding-top: 120px;
  }
}
.why-hurom-page h1, .why-hurom-page h2, .why-hurom-page h3 {
  margin-bottom: 16px;
  font-size: 26px;
  line-height: normal;
  letter-spacing: -0.78px;
}
@media (min-width: 1024px) {
  .why-hurom-page h1, .why-hurom-page h2, .why-hurom-page h3 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -1.08px;
  }
}
.why-hurom-page .btn-wrapper {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .why-hurom-page .btn {
    width: 100%;
  }
}
.why-hurom-page .why-hurom-gallery {
  padding-top: 50px;
}
@media (max-width: 768px) {
  .why-hurom-page .why-hurom-gallery {
    padding-bottom: 14%;
  }
}

.why-hurom-title-text {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .why-hurom-title-text {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .why-hurom-title-text {
    padding-top: 120px;
  }
}
@media (min-width: 768px) {
  .why-hurom-title-text .why-hurom-title-text-container {
    max-width: 700px;
  }
}
@media (min-width: 1024px) {
  .why-hurom-title-text .why-hurom-title-text-container {
    max-width: 945px;
  }
}
.why-hurom-title-text .description {
  line-height: 1.6;
}
.why-hurom-title-text + section {
  padding-top: 15px;
}
@media (min-width: 1024px) {
  .why-hurom-title-text + section {
    padding-top: 50px !important;
  }
}

@media (min-width: 768px) {
  .why-hurom-hero {
    position: relative;
    height: 300px;
  }
}
@media (min-width: 1024px) {
  .why-hurom-hero {
    position: relative;
    height: 555px;
  }
}
@media (max-width: 767px) {
  .why-hurom-hero .img {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .why-hurom-hero .img {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .why-hurom-hero .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: right;
  }
}
@media (min-width: 768px) {
  .why-hurom-hero .why-hurom-hero-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
  }
}
@media (min-width: 768px) {
  .why-hurom-hero .description {
    max-width: 540px;
  }
}
@media (min-width: 1024px) {
  .why-hurom-hero .description {
    max-width: 495px;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
  }
}

.why-hurom-gallery .slider-nav-btn-dots {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .why-hurom-gallery .slider-nav-btn-dots {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .why-hurom-gallery .slider-nav-btn-dots .slick-nav {
    justify-content: center;
    gap: 72px;
  }
}
@media (min-width: 768px) {
  .why-hurom-gallery + .why-hurom-image-text {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .why-hurom-gallery-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.why-hurom-gallery-wrapper.slide .slick-track {
  display: flex;
  align-items: stretch;
  gap: 24px;
}
@media (min-width: 1024px) {
  .why-hurom-gallery-wrapper.slide .slick-track {
    height: 524px;
    left: 290px;
  }
}
.why-hurom-gallery-wrapper.gallery {
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .why-hurom-gallery-wrapper.gallery {
    max-width: 945px;
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .why-hurom-gallery-wrapper.gallery {
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  .why-hurom-gallery-wrapper.gallery .slick-track {
    height: 524px;
  }
}
.why-hurom-gallery-wrapper .why-hurom-slide {
  height: inherit;
}
@media (min-width: 1024px) {
  .why-hurom-gallery-wrapper .why-hurom-slide {
    width: 555px;
  }
}
.why-hurom-gallery-wrapper .why-hurom-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.why-hurom-gallery-wrapper .why-hurom-slide.why-hurom-slide__gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 29px;
  width: 100%;
  max-width: 1140px;
}
@media (max-width: 767px) {
  .why-hurom-gallery-wrapper .why-hurom-slide.why-hurom-slide__gallery {
    gap: 20px;
    justify-content: center;
  }
}
.why-hurom-gallery-wrapper .why-hurom-slide.why-hurom-slide__gallery img {
  width: 263px;
  height: 263px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .why-hurom-gallery-wrapper .why-hurom-slide.why-hurom-slide__gallery img {
    width: 155px;
    height: 155px;
  }
}

@media (min-width: 768px) {
  .why-hurom-image-text .why-hurom-image-text-container {
    display: flex;
  }
}
@media (min-width: 768px) {
  .why-hurom-image-text .img {
    width: 45%;
    flex-shrink: 0;
  }
}
@media (min-width: 1024px) {
  .why-hurom-image-text .img {
    width: 555px;
  }
}
@media (min-width: 768px) {
  .why-hurom-image-text .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .why-hurom-image-text .text {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .why-hurom-image-text .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .why-hurom-image-text.bg-gray-full {
    padding-bottom: 50px;
    background-color: #F9F9F9;
  }
}
@media (min-width: 1024px) {
  .why-hurom-image-text.bg-gray-full {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .why-hurom-image-text.bg-gray-full .text {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    background-color: #F9F9F9;
  }
}
.why-hurom-image-text.bg-gray .text {
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  background-color: #F9F9F9;
}
@media (min-width: 768px) {
  .why-hurom-image-text.bg-gray .text {
    padding-top: 30px;
  }
}
@media (min-width: 1024px) {
  .why-hurom-image-text.bg-gray .text {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.why-hurom-image-text.bg-gray + .bg-gray {
  padding-top: 0;
}
@media (min-width: 768px) {
  .why-hurom-image-text.bg-gray + .bg-gray {
    margin-top: 50px;
  }
}
@media (min-width: 1024px) {
  .why-hurom-image-text.bg-gray + .bg-gray {
    margin-top: 60px;
  }
}
@media (min-width: 1024px) {
  .why-hurom-image-text.bg-gray.position-left .text {
    padding-right: 30px;
    padding-left: 110px;
  }
}
@media (min-width: 1024px) {
  .why-hurom-image-text.bg-gray.position-right .text {
    padding-right: 60px;
    padding-left: 80px;
  }
}
@media (min-width: 768px) {
  .why-hurom-image-text.position-right .img {
    order: 1;
  }
}
@media (min-width: 768px) {
  .why-hurom-image-text.position-right .text {
    padding-right: 16px;
  }
}
@media (min-width: 1024px) {
  .why-hurom-image-text.position-right .text {
    padding-left: 80px;
  }
}

@media (min-width: 1024px) {
  .why-hurom-video-text.position-left .text {
    padding-left: 70px;
  }
}
@media (min-width: 768px) {
  .why-hurom-video-text .why-hurom-video-text-container {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .why-hurom-video-text .why-hurom-video-text-container {
    display: flex;
    text-align: left;
  }
}
.why-hurom-video-text .video {
  height: 50vw;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .why-hurom-video-text .video {
    height: 294px;
    width: 526px;
    margin-bottom: 0;
    flex-shrink: 0;
  }
}
.why-hurom-video-text iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .why-hurom-video-text iframe {
    object-fit: cover;
  }
}

.why-hurom-compare-container {
  display: grid;
  grid-row-gap: 50px;
}
@media (min-width: 768px) {
  .why-hurom-compare-container {
    position: relative;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .why-hurom-compare-container:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 22vw;
    width: 100px;
    height: 100px;
    transform: translateX(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Ccircle cx='50' cy='50' r='50' fill='%2381BB27'/%3E%3Cpath d='m24 50 22.5-21.65v43.3L24 50ZM75 50 52.5 28.35v43.3L75 50Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h100v100H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-size: 100%;
  }
}
.why-hurom-compare-container .img {
  height: 80vw;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .why-hurom-compare-container .img {
    height: auto;
  }
}
.why-hurom-compare-container .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom right;
}
@media (min-width: 1024px) {
  .why-hurom-compare-container h3 {
    font-size: 24px;
  }
}

.why-hurom-awards-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media (min-width: 768px) {
  .why-hurom-awards-container {
    flex-direction: row;
    justify-content: center;
    padding-top: 50px;
  }
}
.why-hurom-awards-container .why-hurom-award {
  height: 75px;
}
@media (min-width: 768px) {
  .why-hurom-awards-container .why-hurom-award {
    height: 60px;
  }
}
.why-hurom-awards-container .why-hurom-award img {
  height: 100%;
  width: auto;
}

@media (max-width: 1023px) {
  .why-hurom-bg-image-text .why-hurom-bg-image-text-container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .why-hurom-bg-image-text .why-hurom-bg-image-text-container {
    position: relative;
  }
}
.why-hurom-bg-image-text.authoring-programs .text {
  padding: 40px 20px 22px;
  color: #fff;
}
@media (max-width: 767px) {
  .why-hurom-bg-image-text.authoring-programs .text {
    background-image: url("/wp-content/uploads/2023/08/IMG_3448_X-2.jpg");
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .why-hurom-bg-image-text.authoring-programs .text {
    position: absolute;
    left: 20px;
    top: 50%;
    width: 60%;
    padding: 0;
    transform: translateY(-50%);
  }
}
@media (min-width: 1024px) {
  .why-hurom-bg-image-text.authoring-programs .text {
    left: 80px;
    width: 620px;
  }
}
@media (min-width: 1024px) {
  .why-hurom-bg-image-text.authoring-programs h3 {
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 1.16;
    letter-spacing: -1.5px;
  }
}

.why-hurom-text-full-img {
  padding-top: 30px;
  background-color: #E5E5E5;
}
@media (min-width: 768px) {
  .why-hurom-text-full-img {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .why-hurom-text-full-img {
    margin-top: 120px;
    padding-top: 80px;
  }
}
@media (min-width: 1024px) {
  .why-hurom-text-full-img .why-hurom-text-full-img-container {
    max-width: 1440px;
  }
}
.why-hurom-text-full-img .img {
  margin-right: -20px;
  margin-left: -20px;
}
.why-hurom-text-full-img .text {
  max-width: 945px;
  margin-right: auto;
  margin-left: auto;
}

.why-hurom-cta .text {
  margin-bottom: 50px;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.78px;
}
@media (min-width: 768px) {
  .why-hurom-cta .text {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .why-hurom-cta .text {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.6px;
  }
}
.why-hurom-cta .inner {
  display: grid;
  grid-row-gap: 50px;
}
@media (min-width: 768px) {
  .why-hurom-cta .inner {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
  }
}
.why-hurom-cta .btn-wrapper {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .why-hurom-cta .btn {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .why-hurom-cyrle-img-2-col {
    padding: 60px 0 120px;
  }
}
@media (max-width: 767px) {
  .why-hurom-cyrle-img-2-col {
    padding: 40px 0 50px;
  }
}
.why-hurom-cyrle-img-2-col .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 30px;
}
@media (max-width: 767px) {
  .why-hurom-cyrle-img-2-col .inner {
    gap: 40px 17px;
  }
}
.why-hurom-cyrle-img-2-col .inner .item {
  flex: 1 0 48%;
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .why-hurom-cyrle-img-2-col .inner .item {
    flex: 0 1 47.4%;
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
}
.why-hurom-cyrle-img-2-col .inner .item .img {
  flex: 1 0 auto;
  max-width: 165px;
}
@media (max-width: 767px) {
  .why-hurom-cyrle-img-2-col .inner .item .img {
    max-width: 140px;
    flex: 0 1 auto;
  }
}
.why-hurom-cyrle-img-2-col .inner .item .text .title {
  font-size: 30px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .why-hurom-cyrle-img-2-col .inner .item .text .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.why-hurom-inst {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  background-color: #81BB27;
}
.why-hurom-inst .inner {
  color: #fff;
}
.why-hurom-inst .inner .item {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.why-hurom-inst .inner .item .img {
  max-width: 48px;
}
.why-hurom-inst .inner .item .text .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .why-hurom-inst .inner .item .text .title {
    font-size: 20px;
    font-weight: 500;
  }
}
.why-hurom-inst .inner .item .text .link {
  font-size: 18px;
  line-height: 200%;
}

.page-juice-academy .section {
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .page-juice-academy .section {
    margin-top: 120px;
  }
}
.page-juice-academy .section-header {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 1024px) {
  .page-juice-academy .section-header {
    margin-bottom: 40px;
  }
}
.page-juice-academy .section-header h2 {
  margin-bottom: 16px;
}
.page-juice-academy .hero-section .container {
  position: relative;
  max-width: 1440px;
}
@media (max-width: 767px) {
  .page-juice-academy .hero-section .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .page-juice-academy .hero-section .container {
    padding-top: 24px;
  }
}
.page-juice-academy .hero-section .text {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 1;
}
@media (min-width: 1024px) {
  .page-juice-academy .hero-section .text h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (min-width: 1024px) {
  .page-juice-academy .hero-section .text p {
    font-size: 20px;
  }
}
.page-juice-academy .hero-section .bg-image {
  position: relative;
}
.page-juice-academy .hero-section .bg-image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .page-juice-academy .hero-section .bg-image {
    overflow: hidden;
    border-radius: 40px;
  }
}
.page-juice-academy .event-calendar .table-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 16px;
  overflow-x: auto;
}
.page-juice-academy .event-calendar table {
  min-width: 400px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  border-collapse: collapse;
  border-color: #BDBDBD;
  text-align: center;
}
.page-juice-academy .event-calendar table th, .page-juice-academy .event-calendar table td {
  padding: 8px;
}
.page-juice-academy .event-calendar table a {
  color: #81BB27;
  text-decoration: underline;
}
.page-juice-academy .event-calendar table a:hover {
  text-decoration: none;
}
.page-juice-academy .manuals-block .img {
  margin-bottom: 40px;
  border-radius: 30px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .page-juice-academy .manuals-block .img {
    margin-bottom: 80px;
  }
}
.page-juice-academy .manuals-block h3 {
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 1024px) {
  .page-juice-academy .manuals-block h3 {
    margin-bottom: 40px;
  }
}
.page-juice-academy .manuals-block .manuals {
  display: grid;
  grid-gap: 24px;
}
@media (min-width: 768px) {
  .page-juice-academy .manuals-block .manuals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.page-juice-academy .manuals-block .manual-link {
  display: flex;
  align-items: center;
  height: 200px;
  padding: 20px;
  background-color: #81BB27;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  border-radius: 16px;
  transition-duration: 0.25s;
  transition-property: background-color;
  text-align: center;
}
@media (min-width: 1024px) {
  .page-juice-academy .manuals-block .manual-link {
    height: 300px;
    font-size: 33px;
  }
}
.page-juice-academy .manuals-block .manual-link:hover {
  background-color: rgba(129, 187, 39, 0.9);
}
@media (max-width: 767px) {
  .page-juice-academy .books-block .img {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (min-width: 768px) {
  .page-juice-academy .books-block .img {
    overflow: hidden;
    border-radius: 30px;
  }
}
.page-juice-academy .books-block .slider-gray-gradient .slick-slide .price {
  margin-bottom: 0;
}


