@charset "UTF-8";

@font-face {
  font-family: icons;
  font-display: swap;
  src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:active,
:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: var(--dark-blue-txt);
}

input,
textarea,
select,
button {
  font-size: 100%;
  font: inherit;
}

input::-ms-clear {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  margin-top: 0 !important;
}

body {
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 1;
  color: var(--dark-blue-txt);
  height: 100%;
  width: 100%;
  background: var(--white);
}

body._lock {
  overflow-y: hidden;
}

:root {
  --font-family: "Montserrat", sans-serif;
  --second-family: "Involve", sans-serif;
  --green: #50c2a9;
  --blue-green: #2e9583;
  --dark-blue-txt: #2d4157;
  --white: #fff;
  --dark-grey: #484f55;
  --light-grey: #eeeff1;
  --yellow: #dbfc94;
  --dark-green: #04a882;
  --black-text: #000d1b;
}

[class^=icon-]::before,
[class*=" icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon {
  text-decoration: none;
}

.icon-plus:before {
  content: "\e90e";
}

.icon-grid:before {
  content: "\e90f";
}

.icon-rows:before {
  content: "\e910";
}

.icon-remove:before {
  content: "\e911";
}

.icon-email:before {
  content: "\e912";
}

.icon-location-fill:before {
  content: "\e913";
}

.icon-person:before {
  content: "\e914";
}

.icon-login:before {
  content: "\e90c";
}

.icon-burger-open:before {
  content: "\e90d";
}

.icon-arrow:before {
  content: "\e900";
}

.icon-arrow-right:before {
  content: "\e901";
}

.icon-burger:before {
  content: "\e902";
}

.icon-cart:before {
  content: "\e903";
}

.icon-favourites:before {
  content: "\e904";
}

.icon-location:before {
  content: "\e905";
}

.icon-orders:before {
  content: "\e906";
}

.icon-phone:before {
  content: "\e907";
}

.icon-search:before {
  content: "\e908";
}

.icon-star:before {
  content: "\e909";
}

.icon-suitcase:before {
  content: "\e90a";
}

.icon-wa:before {
  content: "\e90b";
}

.title-xl,
h1,
.title-lg,
h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--dark-blue-txt);
}

.title-md,
h3,
.woocommerce-EditAccountForm legend,
.wc-empty-cart-message,
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-info {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--dark-blue-txt);
}

.section-header {
  position: relative;
  z-index: 10;
  margin-bottom: 32px;
}

.section-header span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  border: 1px solid var(--dark-blue-txt);
  border-radius: 100px;
  padding: 8px;
  height: 27px;
}

.section-header h1,
.section-header h2,
.section-header h3,
.section-header h4 {
  margin-bottom: 16px;
}

.section-header p {
  margin-top: 16px;
}

.text-md,
p,
span,
ul > li,
ol > li {
  line-height: 150%;
}

.text-md a,
p a,
span a,
ul > li a,
ol > li a {
  text-decoration: underline;
}

.text-md b,
.text-md strong,
p b,
p strong,
span b,
span strong,
ul > li b,
ul > li strong,
ol > li b,
ol > li strong {
  font-weight: 700;
}

.woocommerce-notices-wrapper {
  margin-bottom: 16px;
}

.woocommerce-notices-wrapper .woocommerce-message {
  margin-bottom: 0 !important;
}

.woocommerce-message {
  margin-bottom: 16px;
  color: var(--green);
  font-weight: 700;
  line-height: 150%;
}

.header__hamburger {
  display: none;
  min-width: 44px;
  height: 44px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1002;
}

.header__hamburger .icon {
  color: var(--green);
}

.btn,
.single_add_to_cart_button,
.woocommerce-EditAccountForm .button,
.wc-backward,
.button.order-again,
#def-login .button,
#def-recovery .button,
#customer_login .button,
.lost_reset_password .button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  height: 40px;
  border-radius: 10px;
  padding: 0px 20px;
  background: var(--green);
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: var(--white);
  text-decoration: none !important;
}

.btn._invert,
.single_add_to_cart_button._invert,
.woocommerce-EditAccountForm .button._invert,
.wc-backward._invert,
.button.order-again._invert,
#def-login .button._invert,
#def-recovery .button._invert,
#customer_login .button._invert,
.lost_reset_password .button._invert {
  background: var(--white);
  color: var(--green);
}

.btn._disabled,
.btn.added,
.single_add_to_cart_button._disabled,
.single_add_to_cart_button.added,
.woocommerce-EditAccountForm .button._disabled,
.woocommerce-EditAccountForm .button.added,
.wc-backward._disabled,
.wc-backward.added,
.button.order-again._disabled,
.button.order-again.added,
#def-login .button._disabled,
#def-login .button.added,
#def-recovery .button._disabled,
#def-recovery .button.added,
#customer_login .button._disabled,
#customer_login .button.added,
.lost_reset_password .button._disabled,
.lost_reset_password .button.added {
  opacity: 0.5;
  pointer-events: none;
}

.btn .icon,
.single_add_to_cart_button .icon,
.woocommerce-EditAccountForm .button .icon,
.wc-backward .icon,
.button.order-again .icon,
#def-login .button .icon,
#def-recovery .button .icon,
#customer_login .button .icon,
.lost_reset_password .button .icon {
  line-height: 100%;
}

.slider {
  z-index: 20;
  padding-top: 80px;
  margin-top: -80px;
}

.slider-btns {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.swiper-button-prev,
.swiper-button-next {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--white);
  color: var(--dark-blue-txt);
  border: 1px solid var(--dark-blue-txt);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none !important;
}

.swiper-button-prev .icon::before,
.swiper-button-next .icon::before {
  display: block;
  font-size: 24px;
}

.swiper-button-prev .icon::before {
  display: block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.js-acc-content {
  height: 0;
  -webkit-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
  overflow: hidden;
}

.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
  padding: 10px;
  width: 101px;
  height: 44px;
  background: var(--white);
}

.quantity input {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--dark-blue-txt);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}

.quantity button {
  min-width: 20px;
  height: 100%;
  background: none;
  cursor: pointer;
}

.input,
.textarea,
#customer_login .form-row,
#def-login .form-row,
#def-recovery .form-row,
.lost_reset_password .form-row {
  display: block;
  width: 100%;
}

.input .wpcf7-form-control-wrap,
.textarea .wpcf7-form-control-wrap,
#customer_login .form-row .wpcf7-form-control-wrap,
#def-login .form-row .wpcf7-form-control-wrap,
#def-recovery .form-row .wpcf7-form-control-wrap,
.lost_reset_password .form-row .wpcf7-form-control-wrap {
  display: block;
}

.input .wpcf7-not-valid-tip,
.textarea .wpcf7-not-valid-tip,
#customer_login .form-row .wpcf7-not-valid-tip,
#def-login .form-row .wpcf7-not-valid-tip,
#def-recovery .form-row .wpcf7-not-valid-tip,
.lost_reset_password .form-row .wpcf7-not-valid-tip {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  background: var(--light-grey);
  padding: 5px 0;
  font-size: 14px;
  width: calc(100% - 30px);
  white-space: nowrap;
  cursor: text;
}

.input input,
.input textarea,
.textarea input,
.textarea textarea,
#customer_login .form-row input,
#customer_login .form-row textarea,
#def-login .form-row input,
#def-login .form-row textarea,
#def-recovery .form-row input,
#def-recovery .form-row textarea,
.lost_reset_password .form-row input,
.lost_reset_password .form-row textarea {
  width: 100%;
  background: var(--light-grey);
  border-radius: 10px;
  padding: 12px 30px;
  height: 48px;
}

.input input.wpcf7-not-valid,
.input textarea.wpcf7-not-valid,
.textarea input.wpcf7-not-valid,
.textarea textarea.wpcf7-not-valid,
#customer_login .form-row input.wpcf7-not-valid,
#customer_login .form-row textarea.wpcf7-not-valid,
#def-login .form-row input.wpcf7-not-valid,
#def-login .form-row textarea.wpcf7-not-valid,
#def-recovery .form-row input.wpcf7-not-valid,
#def-recovery .form-row textarea.wpcf7-not-valid,
.lost_reset_password .form-row input.wpcf7-not-valid,
.lost_reset_password .form-row textarea.wpcf7-not-valid {
  color: #CB1919;
  outline: 1px solid #CB1919;
}

.input input:focus + .wpcf7-not-valid-tip,
.textarea input:focus + .wpcf7-not-valid-tip,
#customer_login .form-row input:focus + .wpcf7-not-valid-tip,
#def-login .form-row input:focus + .wpcf7-not-valid-tip,
#def-recovery .form-row input:focus + .wpcf7-not-valid-tip,
.lost_reset_password .form-row input:focus + .wpcf7-not-valid-tip {
  visibility: hidden;
}

.input textarea,
.textarea textarea,
#customer_login .form-row textarea,
#def-login .form-row textarea,
#def-recovery .form-row textarea,
.lost_reset_password .form-row textarea {
  border-radius: 15px;
  padding: 12px 30px;
  height: 82px;
  resize: none;
}

.wpcf7-spinner {
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 25px;
}

.wpcf7-response-output {
  margin: 0 !important;
  text-align: center;
  line-height: 140%;
  font-size: 12px;
  border-width: 1px;
  -ms-grid-column-span: 2;
  grid-column: span 2;
  display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #CB1919 !important;
  border-width: 1px;
}

.form-card {
  border-radius: 20px;
  padding: 32px 25px;
  background: var(--accent);
}

.form-card form {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.form__title {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 4px;
}

.form__btn {
  padding: 0;
  width: 100%;
}

.form__btn input {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
}

#billing_country_field {
  display: none !important;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-EditAccountForm {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 16px;
}

.woocommerce-billing-fields__field-wrapper .form-row label,
.woocommerce-EditAccountForm .form-row label {
  display: none;
}

.woocommerce-billing-fields__field-wrapper .form-row input,
.woocommerce-EditAccountForm .form-row input {
  border: 1px solid var(--light-grey);
  border-radius: 10px;
  padding: 12px 30px;
  width: 100%;
  height: 48px;
  background: var(--light-grey);
}

.js-account-role {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.js-account-role input {
  opacity: 0;
  position: absolute;
  width: 1px;
  height: 1px;
}

.js-account-role label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  gap: 12px;
  border-radius: 10px;
  padding: 8px 20px;
  min-width: 324px;
  height: 48px;
  background: var(--light-grey);
  font-weight: 600;
  color: var(--dark-grey);
}

.js-account-role input:checked + label {
  background: var(--green);
  color: var(--white);
}

.js-account-role .icon {
  font-size: 32px;
}

.checkbox input {
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute;
}

.checkbox label {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.checkbox label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--dark-blue-txt);
  border-radius: 4px;
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
}

.checkbox input:checked + label::before {
  background-color: var(--green);
  border-color: var(--green);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.5309 0.375341L13.5296 0.376519L5.88778 7.11318L2.47078 4.10089C2.47071 4.10083 2.47064 4.10077 2.47056 4.1007C2.37155 4.0128 2.23682 3.96335 2.09629 3.96335C1.95572 3.96335 1.82098 4.01282 1.72196 4.10075C1.72191 4.1008 1.72186 4.10084 1.7218 4.10089L1.15601 4.59966C1.15595 4.59973 1.15587 4.59979 1.1558 4.59986C1.05608 4.68714 1 4.80591 1 4.92979C1 5.0537 1.05611 5.17249 1.15587 5.25979C1.15592 5.25983 1.15596 5.25987 1.15601 5.25992L5.51733 9.10465C5.51741 9.10474 5.5175 9.10474 5.51758 9.10483C5.61659 9.19273 5.75131 9.24219 5.89183 9.24219C6.03235 9.24219 6.16705 9.19273 6.26606 9.10483C6.26614 9.10474 6.26623 9.10474 6.26631 9.10465L14.844 1.54299C14.844 1.54296 14.8441 1.54294 14.8441 1.54292C14.9439 1.45562 15 1.33681 15 1.21286C15 1.08908 14.944 0.970419 14.8445 0.883152C14.8443 0.883014 14.8442 0.882875 14.844 0.882728L14.2785 0.377057V0.377039L14.2765 0.375341C14.0687 0.197803 13.7386 0.197803 13.5309 0.375341Z' fill='white' stroke='white' stroke-width='0.25' /%3e%3c/svg%3e");
}

.select {
  position: relative;
}

.select .select__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--third-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #3b3b3b;
  padding-right: 16px;
}

.select .select__trigger::after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 4px;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 8.5L5 12.5L9 8.5' stroke='%233B3B3B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3e%3c/svg%3e") no-repeat right top -6px;
  width: 10px;
  height: 9px;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.select .select__trigger.open::after {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}

.select .select__options {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  background: var(--white);
  padding: 6px 15px;
  -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.01);
          box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.01);
  position: absolute;
  z-index: 999;
  top: calc(100% + 10px);
  left: -15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  border-radius: 10px;
}

.select .select__options.show {
  opacity: 1;
  visibility: visible;
}

.select .select__options li {
  line-height: 150%;
  cursor: pointer;
}

.select .select__option {
  padding: 4px 0;
}

.breadcrumbs {
  position: relative;
  z-index: 10;
  padding: 64px 0 0 0;
  margin-bottom: -32px;
}

.breadcrumbs__inner {
  overflow-x: auto;
  scrollbar-width: none;
}

.breadcrumbs__inner .aioseo-breadcrumbs,
.breadcrumbs__inner .rank-math-breadcrumb,
.breadcrumbs__inner .rank-math-breadcrumb p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.breadcrumbs__inner .aioseo-breadcrumb,
.breadcrumbs__inner .rank-math-breadcrumb span:not(.separator) {
  white-space: nowrap;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: var(--dark-blue-txt);
}

.breadcrumbs__inner .aioseo-breadcrumb:last-child,
.breadcrumbs__inner .rank-math-breadcrumb span:not(.separator):last-child {
  color: var(--green);
}

.breadcrumbs__inner .aioseo-breadcrumb a,
.breadcrumbs__inner .rank-math-breadcrumb a {
  font-weight: 600;
  color: var(--dark-blue-txt);
  text-decoration: none;
  white-space: nowrap;
}

.breadcrumbs__inner .aioseo-breadcrumb-separator,
.breadcrumbs__inner .separator {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: var(--dark-blue-txt);
}

.content__text ul.contact-info,
ul.contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding-left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.content__text ul.contact-info li,
ul.contact-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 32px;
  border-radius: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20%;
          flex: 1 0 20%;
  background: url(../img/contact-info-bg.svg) no-repeat top right, var(--light-grey);
}

.content__text ul.contact-info li::before,
ul.contact-info li::before {
  display: none;
}

.content__text ul.contact-info li .icon,
ul.contact-info li .icon {
  margin: 0;
  padding: 0;
  border: none;
  color: var(--green);
  font-size: 32px;
  line-height: 100%;
}

.content__text ul.contact-info li .icon::before,
ul.contact-info li .icon::before {
  display: block;
}

.content__text ul.contact-info li a,
ul.contact-info li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  z-index: 148;
}

.wrapper._lock::after {
  visibility: visible;
  opacity: 1;
}

.container {
  width: 100%;
  max-width: 1384px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.narrow-container .breadcrumbs .container,
.narrow-container .content .container,
.narrow-container .cart .container {
  max-width: 790px;
}

section {
  padding: 64px 0;
}

.scroll-top {
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 20px;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.scroll-top._hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

.scroll-top__btn {
  width: 48px;
  height: 48px;
  padding: 0 !important;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.scroll-top__btn .icon {
  font-size: 20px;
}

.not-found {
  margin-top: 100px;
}

.not-found__inner {
  padding: 100px 0;
}

.not-found__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.not-found__text h1 {
  font-size: 188px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: var(--blue-accent);
}

.not-found__text p {
  font-size: 24px;
  text-align: center;
  line-height: 150%;
}

.not-found__text a {
  text-align: center;
  margin-top: 120px;
}

.content__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.content__text h2,
.content__text h3,
.content__text h4,
.content__text h5,
.content__text h6 {
  margin-top: 16px;
}

.content__text h2:first-child,
.content__text h3:first-child,
.content__text h4:first-child,
.content__text h5:first-child,
.content__text h6:first-child {
  margin-top: 0;
}

.content__text h1 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--dark-blue-txt);
}

.content__text h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--dark-blue-txt);
  margin-top: 48px;
}

.content__text h3 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--dark-blue-txt);
  margin-top: 40px;
}

.content__text h4 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--dark-blue-txt);
}

.content__text table {
  display: block;
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  border: 1px solid var(--light-grey);
  border-radius: 20px;
}

.content__text table thead,
.content__text table tbody,
.content__text table tfoot {
  display: block;
  width: 100%;
}

.content__text table thead tr {
  border: none;
}

.content__text table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-top: 1px solid var(--light-grey);
}

.content__text table th,
.content__text table td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 10%;
          flex: 1 0 10%;
  min-width: 88px;
  padding: 24px;
  line-height: 150%;
  border-right: 1px solid var(--light-grey);
}

.content__text table th:last-child,
.content__text table td:last-child {
  border: none;
}

.content__text table th {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: var(--black-text);
  text-align: left;
  background: rgba(80, 194, 169, 0.15);
}

.content__text table td {
  min-height: 80px;
}

.content__text figure {
  width: 100%;
}

.content__text img {
  width: 100% !important;
  height: auto !important;
}

.content__text p a,
.content__text p b,
.content__text p strong {
  font-weight: 700;
  color: var(--green);
}

.content__text p a {
  text-decoration: underline;
}

.content__text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-left: 32px;
}

.content__text ul li {
  position: relative;
  padding-left: 26px;
}

.content__text ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: var(--green);
  min-width: 10px;
  height: 10px;
  margin-right: 16px;
  margin-bottom: 3px;
}

.content__text ol {
  padding-left: 1.2em;
  list-style: decimal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.page-id-73 .content__text ol {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  counter-reset: guarantee-count;
}

.page-id-73 .content__text ol li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  border-radius: 20px;
  padding: 16px;
  background: var(--light-grey);
  counter-increment: guarantee-count;
}

.page-id-73 .content__text ol li::before {
  content: "0" counter(guarantee-count);
  display: block;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--dark-blue-txt);
}

.d-none {
  display: none !important;
}

.header {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
  background: var(--white);
}

.header__inner {
  position: relative;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  padding: 21px 0;
}

.header__location {
  font-size: 16px;
  font-weight: 700;
}

.header__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

.header__menu-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__menu-list li.icon {
  border-radius: 10px;
  padding: 4px 8px;
  background: var(--light-grey);
  gap: 10px;
}

.header__menu-list li.icon::before {
  font-size: 21px;
}

.header__menu-list li a {
  text-decoration: none;
  font-size: 14px;
}

.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 700;
}

.header__link .icon {
  line-height: 100%;
  font-size: 24px !important;
  color: var(--green);
}

.header__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0;
  gap: 32px;
  position: relative;
}

.header__catalog-open {
  gap: 10px;
  text-transform: uppercase;
  font-size: 16px;
  height: 48px;
}

.header__catalog-open .icon {
  font-size: 18px;
}

.header__search {
  border-radius: 10px;
  padding: 2px;
  background: var(--dark-blue-txt);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.header__search-input {
  display: block;
  width: 100%;
}

.header__search-input input {
  border-radius: 8px;
  height: 44px;
  padding-left: 20px;
  width: 100%;
}

.header__search-btn {
  background: none;
  min-width: 44px;
  height: 44px;
  cursor: pointer;
}

.header__search-btn .icon {
  font-size: 16px;
  color: var(--white);
}

.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.header__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__btn._search {
  display: none;
}

.header__btn._login .icon {
  display: none;
}

.header__btn span {
  font-size: 14px;
}

.header__btn .icon {
  font-size: 30px !important;
  line-height: 100%;
}

.header__btn .btn {
  height: 48px;
  background: var(--light-grey);
  color: var(--dark-blue-txt);
}

.header__btn span {
  line-height: 110%;
}

.header__btn .btn-quantity {
  position: absolute;
  bottom: calc(100% - 12px);
  left: 50%;
  -webkit-transform: translateX(30%);
      -ms-transform: translateX(30%);
          transform: translateX(30%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--white);
  width: 18px;
  height: 18px;
  font-size: 10px;
  font-weight: 600;
  border-radius: 50%;
  background-color: var(--green);
}

.header__menu-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  padding: 16px 0 32px;
  overflow-x: auto;
  scrollbar-width: none;
}

.header__menu-row li a {
  text-decoration: none;
  white-space: nowrap;
}

.intro__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 1fr;
  grid-template-columns: 3fr 1fr;
  grid-gap: 16px;
  margin: 0 -32px;
}

.intro__slider {
  min-width: 0;
  max-width: 100%;
  border-radius: 20px;
  position: relative;
}

.intro__slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--green);
  padding: 32px;
  background-image: url(../img/banner-bg-1.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}

.intro__slider .swiper-slide:last-child {
  background-position: left bottom;
  background-color: var(--blue-green);
  background-image: url(../img/banner-bg-2.png);
}

.intro__slider .slider-btns {
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}

.intro__slider .swiper-slide.tech h1 {
	font-size: 20px;
	margin-bottom: 32px;
}

@media (min-width: 768px) {
	.intro__slider .swiper-slide.tech h1 {
		font-size: 32px;
		margin-bottom: 90px;
	}
}

.intro__slider .swiper-slide.tech span {
	font-size: 14px;
}

@media (min-width: 768px) {
	.intro__slider .swiper-slide.tech span {
		font-size: 16px;
	}
}

.intro__slider .swiper-slide.tech .sorry {
	font-weight: 700;
	color: #fff;
	line-height: 1.5;
}

.intro__slider .swiper-slide.tech p {
	margin: 16px 0 0;
	line-height: 1.5;
	max-width: 90%;
}

@media (min-width: 768px) {
	.intro__slider .swiper-slide.tech p {
		max-width: 528px;
	}
}

.intro__slider .swiper-slide.tech p a {
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}

.intro__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  padding: 32px;
  min-height: 460px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: var(--blue-green);
  background-image: url(../img/banner-image-2.png);
  background-size: 140% auto;
}

.intro__card .intro__text p {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.intro__card .intro__text p:not(:last-child) {
  margin-bottom: 16px;
}

.intro__card .intro__text h2,
.intro__card .intro__text h3,
.intro__card .intro__text h4,
.intro__card .intro__text h5 {
  font-weight: 600;
  font-size: 36px;
  line-height: 110%;
  text-transform: none;
}

.intro__image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.intro__image img {
  display: block;
  height: 100%;
}

.intro__text {
  margin-bottom: 16px;
}

.intro__text h1,
.intro__text h2,
.intro__text h3,
.intro__text h4,
.intro__text p,
.intro__text span {
  color: var(--white);
}

.intro__text span {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  border: 1px solid var(--white);
  border-radius: 100px;
  padding: 8px;
  height: 27px;
}

.intro__text h1,
.intro__text h2,
.intro__text h3,
.intro__text h4 {
  margin-bottom: 32px;
  font-size: 64px;
  line-height: 100%;
}

.intro__text p {
  max-width: 540px;
  margin-bottom: 16px;
}

.intro__text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
}

.intro__text ul li {
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.intro__text ul li::before {
  content: "";
  display: block;
  background: var(--white);
  min-width: 8px;
  height: 8px;
  border-radius: 50%;
}

.intro__btns {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cats__inner .wpc-filters-open-button-container {
  display: none !important;
}

.cats__slider .swiper-slide {
  height: auto;
}

.cat-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px;
  padding: 32px;
  min-height: 268px;
  background: var(--light-grey);
  overflow: hidden;
  height: 100%;
}

.cat-card .title-md::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.cat-card__image {
  overflow: hidden;
  position: relative;
  padding: 0 0 100% 0;
  margin: auto 0 -120px;
  width: 100%;
}

.cat-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.cats__list,
.cats .products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
}

.cat-item {
  position: relative;
  border-radius: 20px;
  padding: 32px;
  background: var(--light-grey);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 1fr;
  grid-template-columns: 200px 1fr;
  grid-gap: 32px;
}

.cat-item._active .cat-item__content .cat-item__subcategories {
  max-height: 1000px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.cat-item__image {
  overflow: hidden;
  position: relative;
  padding: 0 0 144% 0;
}

.cat-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.cat-item__content .title-md {
  text-decoration: none;
}

.cat-item__subcategories {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.cat-item__subcategories li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cat-item__subcategories li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
}

.c-popular__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 32px;
}

.c-popular__list .c-popular-card:nth-child(3n+2) {
  background: rgba(80, 194, 169, 0.15);
}

.c-popular__list .c-popular-card:nth-child(3n) {
  background: rgba(80, 194, 169, 0.2);
}

.c-popular__slider .swiper-slide {
  height: auto;
}

.c-popular__slider .swiper-slide:nth-child(3n+2) .c-popular-card {
  background: rgba(80, 194, 169, 0.15);
}

.c-popular__slider .swiper-slide:nth-child(3n) .c-popular-card {
  background: rgba(80, 194, 169, 0.2);
}

.c-popular__slider .swiper-slide .c-popular-card {
  height: 100%;
}

.c-popular-card {
  border-radius: 10px;
  padding: 30px;
  background: rgba(80, 194, 169, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-popular-card__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 -32px;
  border-radius: 20px;
  padding: 32px;
  min-height: 283px;
  background: url(../img/chemicals-image.png) no-repeat right bottom, url(../img/gpass.svg) no-repeat left 32px top 32px, var(--green);
}

.banner__inner .section-header {
  margin: auto 0 -14px 0 !important;
}

.banner__inner .section-header > * {
  color: var(--white);
}

.collections__slider .swiper-slide {
  height: auto;
}

.collection-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px;
  padding: 23px;
  min-height: 218px;
  background: var(--light-grey);
  overflow: hidden;
  height: 100%;
}

.collection-card .title-md {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  line-height: 150%;
}

.collection-card__image {
  overflow: hidden;
  position: relative;
  padding: 0 0 100% 0;
  margin: auto 0px -40px;
}

.collection-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.products__slider .swiper-slide {
  height: auto;
}

.products__slider .swiper-slide > .product {
  height: 100%;
}

.products__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 288px 1fr;
  grid-template-columns: 288px 1fr;
  grid-gap: 64px;
}

.products__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}

.products__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.products__actions button,
.products__actions a {
  background: none;
  cursor: pointer;
}

.products__actions button .icon,
.products__actions a .icon {
  display: block;
  font-size: 40px;
  line-height: 100%;
  color: var(--light-grey);
}

.products__actions button._active .icon,
.products__actions a._active .icon {
  color: var(--green);
}

.products__list,
.products ul.products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 16px;
}

.products__list.rows,
.products ul.products.rows {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.products__list.rows .product-card,
.products ul.products.rows .product-card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.products__list.rows .product-card__image,
.products ul.products.rows .product-card__image {
  min-width: 136px;
  height: 110px;
  padding: 0;
  margin: 0 16px 0 0;
}

.products__list.rows .product-card__content,
.products ul.products.rows .product-card__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.products__list.rows .product-card__text,
.products ul.products.rows .product-card__text {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.products__list.rows .product-card__btn,
.products ul.products.rows .product-card__btn {
  font-size: 16px;
  margin-top: auto;
}

.products__list.rows .product-card__btn .icon,
.products ul.products.rows .product-card__btn .icon {
  margin-left: 12px;
}

.products__list.rows .product-card__like,
.products ul.products.rows .product-card__like {
  right: auto;
  left: 4px;
}

.product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 16px;
  background: var(--light-grey);
  border-radius: 20px;
}

.product-card__image {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 0 0 87% 0;
  border-radius: 10px;
  margin-bottom: 16px;
  background-color: var(--white);
}

.product-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.product-card__like {
  width: 35px;
  height: 35px;
  position: absolute;
  z-index: 10;
  top: 4px;
  right: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: var(--white);
  cursor: pointer;
}

.product-card__like._liked {
  background-color: var(--yellow);
}

.product-card__like .icon {
  font-size: 20px;
  color: var(--green);
  line-height: 100%;
}

.product-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.product-card__text {
  font-size: 12px;
  line-height: 150%;
}

.product-card__text span,
.product-card__text a {
  display: block;
  text-decoration: none;
}

.product-card__price,
.product__price {
  margin-top: auto;
}

.product-card__price .price,
.product-card__price .amount,
.product__price .price,
.product__price .amount {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
}

.product-card__price .text-md,
.product__price .text-md {
  display: block;
  font-size: 10px;
  line-height: 150%;
  color: var(--dark-blue-txt);
}

.product-card__btn {
  width: 100%;
}

.product-card__btn .icon {
  font-size: 24px !important;
  margin-left: 12px;
}

.product__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.08fr 1fr 328px;
  grid-template-columns: 1.08fr 1fr 328px;
  grid-gap: 32px;
}

.product__body .title-sm {
  font-weight: 700;
}

.product__sliders {
  border-radius: 20px;
  padding: 16px;
  background: var(--light-grey);
  min-width: 0;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.product__images {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  height: 100%;
  max-height: 100%;
  max-height: 496px;
}

.product__images .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding: 0 0 140% 0;
  cursor: pointer;
  background-color: #fff;
}

.product__images .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.product__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.product__image .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding: 0 0 135% 0;
  background-color: #fff;
}

.product__image .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.product__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

.product__content .title-md {
  margin-bottom: 16px;
}

.product__content .title-sm {
  margin-bottom: 8px;
}

.product__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.product__info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: rgba(45, 65, 87, 0.6);
  gap: 10px;
}

.product__info li span {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  text-align: right;
  color: var(--dark-blue-txt);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.product__info li span::before {
  content: "";
  display: block;
  background-image: linear-gradient(to right, var(--green) 4px, transparent 4px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 1px;
}

.product__ps {
  text-align: right;
  margin-top: 8px;
  opacity: 0.6;
  line-height: 150%;
}

.product__sidebar {
  border-radius: 20px;
  padding: 32px;
  background: var(--light-grey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.product__sidebar .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product__sidebar .cart .quantity {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.product__sidebar .cart .button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 44px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.product__price .text-md {
  font-size: 16px;
  margin-top: 8px;
}

.product__availability {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.product__availability .title-sm {
  line-height: 150%;
}

.product__bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
  margin-top: 32px;
}

.product__card {
  border-radius: 20px;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--light-grey);
}

.product__card .title-md {
  text-align: center;
}

.product__card .title-md a {
  color: var(--green);
  text-decoration: underline;
}

.product__card .text-md {
  text-align: center;
  margin-top: 24px;
}

.product__card .btn {
  margin-top: 32px;
}

.partners__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.partners__slider .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.partners__logo img {
  display: block;
  height: 100px;
}

.benefits__slider .swiper-slide {
  height: auto;
  counter-increment: benefits-count;
}

.benefits__slider .swiper-slide:nth-child(2n) .benefits__card {
  background-color: var(--green);
}

.benefits__slider .slider-btns {
  display: none;
}

.benefits__card {
  border-radius: 20px;
  padding: 32px;
  min-height: 234px;
  background-color: var(--blue-green);
  background-position: top right;
  background-repeat: no-repeat;
  background-image: url(../img/benefit-bg.png);
  background-blend-mode: multiply;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.benefits__card::before {
  content: "0" counter(benefits-count);
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: var(--white);
}

.benefits__card p {
  margin-top: 24px;
}

.benefits__card > * {
  color: var(--white);
}

.about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 148px;
}

.about__inner .section-header {
  max-width: 540px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about__inner .section-header .btn {
  margin-top: 40px;
}

.about__images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  grid-gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.about__image {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding: 0 0 84% 0;
}

.about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.s-working__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 335px;
  grid-template-columns: 1fr 335px;
  grid-gap: 16px;
}

.s-working__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  border-radius: 20px;
  padding: 32px;
  background: var(--light-grey);
}

.s-working__card .title-md a,
.s-working__card h2 a,
.s-working__card h3 a,
.s-working__card h4 a,
.s-working__card h5 a,
.s-working__card h6 a {
  text-decoration: underline;
  color: var(--green);
}

.s-working__card ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
  padding-right: 42px;
}

.s-working__card ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  padding: 10px;
  min-height: 83px;
  background: var(--white);
  counter-increment: working-count;
  position: relative;
  z-index: 1;
}

.s-working__card ul li:last-child::after {
  display: none !important;
}

.s-working__card ul li::before {
  content: "0" counter(working-count) ".";
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--green);
  margin-right: 10px;
}

.s-working__card a:last-child,
.s-working__card p:last-child {
  margin-top: auto;
}

.s-working__btn {
  margin-top: auto;
  width: 100%;
}

.payment-methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin: 16px 0;
}

.payment-methods__item {
  border-radius: 20px;
  padding: 16px;
  min-height: 92px;
  background: var(--light-grey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.payment-methods__item b,
.payment-methods__item strong {
  color: var(--dark-blue-txt) !important;
}

.payment-systems {
  border-radius: 20px;
  background: var(--light-grey);
  margin-top: 16px;
}

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

.payment-systems.accordion-open .icon {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.payment-systems .js-acc-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px;
  cursor: pointer;
}

.payment-systems .js-acc-row .icon {
  font-size: 24px;
  line-height: 100%;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.payment-systems .js-acc-row h3,
.payment-systems .js-acc-row h4 {
  font-weight: 700;
}

.payment-systems .js-acc-content .title-sm {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: var(--dark-blue-txt);
  margin-bottom: 16px;
}

.payment-systems .js-acc-content .title-sm:not(:first-child) {
  margin-top: 48px;
}

.payment-systems .js-acc-content b,
.payment-systems .js-acc-content strong {
  display: block;
  color: var(--dark-blue-txt);
  margin-bottom: 8px;
  margin-top: 12px;
}

.payment-systems .js-acc-content .text-md {
  padding: 24px;
}

.payment-systems__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 16px;
}

.delivery-partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}

.delivery-partners__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  background: #f4f4f4;
  border-radius: 20px;
  padding: 23px;
  min-height: 102px;
}

.delivery-partners__item img {
  border-radius: 10px;
  width: 76px;
  height: 54px;
  -webkit-box-shadow: 6px 6px 10px 0 rgba(26, 38, 50, 0.1);
          box-shadow: 6px 6px 10px 0 rgba(26, 38, 50, 0.1);
}

.delivery-partners__item .text-md span {
  display: block;
  font-weight: 700;
}

.delivery-partners__item .text-md a {
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  text-decoration: underline;
  color: var(--dark-blue-txt);
}

.warehouse-addresses {
  border: 2px solid var(--light-grey);
  border-radius: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.2fr 1fr;
  grid-template-columns: 1.2fr 1fr;
}

.warehouse-addresses__content {
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.warehouse-addresses__content h2,
.warehouse-addresses__content h3,
.warehouse-addresses__content h4,
.warehouse-addresses__content .title-md {
  margin-bottom: 32px;
}

.warehouse-addresses__content .contacts__list {
  gap: 32px;
}

.warehouse-addresses__content .contacts__city {
  padding-left: 32px;
}

.warehouse-addresses__content .contacts__city::before {
  font-size: 24px;
}

.warehouse-addresses__content .contacts__city .title-sm {
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 150%;
}

.warehouse-addresses__map {
  border-radius: 20px;
  background-color: var(--light-grey);
  overflow: hidden;
  position: relative;
  padding: 0 0 112% 0;
}

.warehouse-addresses__map > * {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.shipping-cost {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  margin-bottom: 16px;
}

.shipping-cost__item {
  background: var(--light-grey);
  border-radius: 20px;
  padding: 32px;
}

.shipping-cost__item ul,
.shipping-cost__item ol {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.posts__cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: 48px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.posts__cats li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.posts__cats li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--light-grey);
  border-radius: 10px;
  padding: 8px 20px;
  min-width: 0px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 37px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.posts__cats li a.active {
  background: var(--green);
  color: var(--white);
}

.posts__slider .swiper-slide {
  height: auto;
}

.posts__slider .swiper-slide .posts__card {
  height: 100%;
}

.posts__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 16px;
}

.post-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border-radius: 20px;
  padding: 16px;
  background: var(--light-grey);
}

.post-card__image {
  overflow: hidden;
  position: relative;
  padding: 0 0 82% 0;
  border-radius: 10px;
  margin-bottom: 24px;
}

.post-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.post-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.post-card__cat {
  margin-bottom: -16px;
}

.post-card__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--dark-blue-txt);
}

.post-card__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  width: 100%;
  height: 100%;
}

.post-card__info {
  margin-top: auto;
}

.post-card__info > span::before {
  content: "•";
  margin: 0 7px;
}

.post-card__more {
  font-weight: 600;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  background: none;
  position: relative;
  z-index: 10;
}

.post-card__more .icon {
  display: block;
  line-height: 100%;
  margin-left: 8px;
}

.post-card__more .icon::before {
  font-size: 24px;
}

.posts__link {
  margin: 48px auto 0;
  min-width: 224px;
}

.post-contents {
  margin: 32px 0;
}

.post-contents .title-md {
  margin-bottom: 24px;
}

.post-contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-left: 16px;
  counter-reset: contents-count;
}

.post-contents ul li {
  counter-increment: contents-count;
}

.post-contents ul li a {
  text-decoration: underline;
}

.post-contents ul li a::before {
  content: counter(contents-count) ". ";
}

.post-image {
  overflow: hidden;
  position: relative;
  padding: 0 0 53.5% 0;
  border-radius: 20px;
  margin-bottom: 64px;
}

.post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.content__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  margin-top: 64px;
}

.post-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 140px;
}

.post-actions .text-md {
  font-weight: 600;
}

.post-actions button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  background-position: top 6px center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='34' height='31' viewBox='0 0 34 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M33.5 14.4287C33.5 13.6331 33.1839 12.87 32.6213 12.3074C32.0587 11.7448 31.2956 11.4287 30.5 11.4287H21.02L22.46 4.57371C22.49 4.42371 22.505 4.25871 22.505 4.09371C22.505 3.47871 22.25 2.90871 21.845 2.50371L20.255 0.928711L10.385 10.7987C9.83 11.3537 9.5 12.1037 9.5 12.9287V27.9287C9.5 28.7244 9.81607 29.4874 10.3787 30.05C10.9413 30.6126 11.7044 30.9287 12.5 30.9287H26C27.245 30.9287 28.31 30.1787 28.76 29.0987L33.29 18.5237C33.425 18.1787 33.5 17.8187 33.5 17.4287V14.4287ZM0.5 30.9287H6.5V12.9287H0.5V30.9287Z' fill='white' /%3e%3c/svg%3e");
  opacity: 0.5;
}

.post-actions button._active {
  opacity: 1;
}

.post-actions .js-like-button {
  background-color: var(--green);
}

.post-actions .js-dislike-button {
  background-color: #f00;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.post-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.post-tags li {
  display: block;
}

.post-tags li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 20px;
  background: var(--light-grey);
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: var(--dark-grey);
  opacity: 0.5;
  border-radius: 10px;
  text-decoration: none;
}

.post-tags li a._active {
  opacity: 1;
}

.card-info__inner {
  border-radius: 20px;
  padding: 32px;
  background: var(--light-grey);
}

.card-info__inner .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
}

.card-info__inner .section-header h2,
.card-info__inner .section-header h3,
.card-info__inner .section-header h4,
.card-info__inner .section-header h5,
.card-info__inner .section-header h6 {
  font-size: 32px;
  font-weight: 400;
}

.history.one-slide .history__content {
  padding-bottom: 0;
}

.history.one-slide .history__image {
  padding: 0 0 68% 0;
}

.history__slider .swiper-slide {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
}

.history__slider .swiper-years {
  margin-top: 64px;
  display: -ms-grid;
  display: grid;
  border-top: 2px solid var(--light-grey);
  padding-top: 32px;
  position: relative;
}

.history__slider .swiper-years::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  background: var(--green);
  width: var(--w);
  height: 2px;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
}

.history__slider .swiper-years .title-md {
  color: var(--light-grey);
  position: relative;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  -ms-grid-row: 1;
      grid-row-start: 1;
  cursor: pointer;
}

.history__slider .swiper-years .title-md::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 999;
  left: 3px;
  bottom: calc(100% + 24px);
  background: var(--light-grey);
  outline: 3px solid rgba(231, 231, 231, 0.2);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
}

.history__slider .swiper-years .title-md:last-child {
  position: absolute;
  left: 100%;
  width: 20%;
}

.history__slider .swiper-years .title-md._active {
  color: var(--green);
}

.history__slider .swiper-years .title-md._active::before {
  background: var(--green);
  outline-color: var(--light-grey);
  outline-width: 10px;
  left: 10px;
}

.history__slider .slider-btns {
  top: auto;
  left: 0;
  right: auto;
  bottom: 120px;
}

@-webkit-keyframes anim {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes anim {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.history__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 80px;
}

.history__content span {
  margin-bottom: 16px;
}

.history__content p:not(:last-child) {
  margin-bottom: 16px;
}

.history__image {
  overflow: hidden;
  position: relative;
  padding: 0 0 79% 0;
  border-radius: 20px;
  margin-top: -80px;
  margin-bottom: 0px;
}

.history__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.requisites__card {
  border-radius: 20px;
  padding: 32px;
  background: var(--light-grey);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 206px 1fr;
  grid-template-columns: 206px 1fr;
  grid-gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.requisites__logo {
  width: 100%;
  padding: 13px;
}

.requisites__logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.requisites__text h3,
.requisites__text h4,
.requisites__text h5,
.requisites__text h6 {
  margin-bottom: 16px;
}

.requisites__text ul,
.requisites__text ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.requisites__text p:not(:last-child) {
  margin-bottom: 8px;
}

.contacts__inner .contact-info {
  margin-top: 32px;
}

.contacts__inner .contact-info li {
  background-size: 70%;
}

.contacts__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.05fr 2fr;
  grid-template-columns: 1.05fr 2fr;
  grid-gap: 80px;
}

.contacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 24px;
}

.contacts__city {
  position: relative;
  padding-left: 50px;
}

.contacts__city:before {
  content: "\e913";
  font-family: "icons" !important;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--green);
  font-size: 28px;
}

.contacts__city .title-md {
  margin-bottom: 24px;
}

.contacts__city .text-md {
  font-size: 16px;
}

.contacts__city .text-md b,
.contacts__city .text-md strong {
  font-weight: 700;
  text-decoration: underline;
  display: block;
  margin-bottom: 8px;
}

.contacts__map {
  overflow: hidden;
  position: relative;
  padding: 0 0 43% 0;
  border-radius: 20px;
}

.contacts__map > * {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.quiz__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 270px 1fr;
  grid-template-columns: 270px 1fr;
  grid-gap: 32px;
}

.quiz__body form,
.quiz__body .wpcf7 {
  min-width: 0;
}

.quiz__logo {
  background: var(--light-grey);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px;
}

.quiz__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.quiz__slider {
  border-radius: 25px;
  padding: 32px;
  background: url(../img/quiz-bg.png) no-repeat right bottom, var(--green);
  background-blend-mode: multiply;
  max-width: 100%;
}

.quiz__slider .swiper-slide * {
  color: var(--white);
}

.quiz__slider .slider-btns {
  top: auto;
  right: auto;
  position: relative;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 32px;
}

.quiz__slider .swiper-pagination {
  left: 0;
  right: auto;
  top: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.quiz__slider .swiper-pagination span {
  background: var(--blue-green);
  opacity: 1;
}

.quiz__slider .swiper-pagination span.swiper-pagination-bullet-active {
  background: var(--white);
}

.quiz__slider .wpcf7-not-valid-tip {
  margin-top: 16px;
  color: #ed3737 !important;
}

.quiz__header {
  margin-bottom: 32px;
  position: relative;
}

.quiz__header::after,
.quiz__header::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--blue-green);
  width: 100%;
  height: 4px;
  border-radius: 10px;
}

.quiz__header::after {
  background: var(--white);
  width: calc(100% / var(--slides) * var(--num));
}

.quiz__header h3,
.quiz__header h4,
.quiz__header h5,
.quiz__header h6 {
  margin-bottom: 16px;
}

.quiz__header span {
  display: inline-block;
  margin: 32px 0;
  font-weight: 700;
}

.quiz__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.quiz__inputs .wpcf7-list-item {
  margin: 0;
}

.quiz__inputs label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quiz__inputs label input {
  width: 18px;
  height: 18px;
}

.quiz__inputs label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 150%;
  margin-left: 12px;
}

.documents__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 16px;
}

.documents__item {
  border-radius: 20px;
  padding: 23px;
  min-height: 218px;
  background: var(--light-grey);
  overflow: hidden;
}

.documents__item .title-md {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  line-height: 150%;
  margin-bottom: 20px;
}

.documents__item-icon {
  display: block;
  width: 188px;
  height: 188px;
  margin: auto auto -68px auto;
  position: relative;
}

.documents__item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.faq__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}

.faq__item {
  border-radius: 20px;
  background: var(--light-grey);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.faq__item.accordion-open .faq__row .icon {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.faq__row {
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
}

.faq__row h2,
.faq__row h3,
.faq__row h4,
.faq__row .title-md {
  text-transform: none;
  font-weight: 600;
}

.faq__row .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  font-size: 24px;
  -webkit-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
  margin-left: auto;
}

.faq__text {
  padding: 0px 32px 32px;
}

.screen-reader-text {
  display: none;
}

.cart-collaterals,
.woocommerce-cart-form {
  padding: 64px 0;
}

.cart__search {
  position: relative;
  margin: 32px 0;
}

.cart__search-input {
  border: 1px solid var(--dark-blue-txt);
  border-radius: 10px;
  padding: 12px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.cart__search-input .icon {
  font-size: 20px;
}

.cart__search-input input {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 16px;
  color: var(--dark-grey);
}

.cart__search-result {
  position: absolute;
  width: 100%;
  z-index: 99;
  top: calc(100% + 10px);
  background-color: var(--white);
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  max-height: 275px;
  overflow-y: auto;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
  padding: 16px;
  border-radius: 12px 0 0 12px;
  scrollbar-width: thin;
}

.cart__search-result._show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart__search-result._searching::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  opacity: 0.2;
  width: 100%;
  height: 100%;
}

.cart__search-result li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart__search-result li a {
  text-decoration: none;
}

.cart__next {
  margin-left: auto;
}

.woocommerce-cart-form .shop_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.woocommerce-cart-form .cart_item {
  border-radius: 20px;
  background: var(--light-grey);
  padding: 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 136px 1fr auto;
  grid-template-columns: 136px 1fr auto;
  grid-gap: 12px 16px;
}

.cart-product__image {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding: 0 0 81% 0;
  -ms-grid-row-span: 3;
  grid-row: span 3;
  background-color: var(--white);
}

.cart-product__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.cart-product__squ {
  font-size: 10px;
  line-height: 150%;
  color: var(--dark-blue-txt);
}

.cart-product__title {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-row: 2;
      grid-row-start: 2;
  line-height: 150%;
}

.cart-product__price {
  -ms-grid-column: 2;
      grid-column-start: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.cart-product__price span {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: var(--dark-blue-txt);
}

.cart-product__price .text-md {
  font-size: 10px;
  font-weight: 400;
  line-height: 150%;
  color: var(--dark-blue-txt);
}

.cart-product__actions {
  -ms-grid-column: 3;
      grid-column-start: 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
}

.cart-product__actions button,
.cart-product__actions a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  width: 36px;
  height: 36px;
  background-color: var(--white);
  cursor: pointer;
}

.cart-product__actions button .icon,
.cart-product__actions a .icon {
  font-size: 20px;
  color: var(--green);
  line-height: 100%;
}

.cart-product__like._liked {
  background: var(--yellow);
}

.cart-product__quantity {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-top: auto;
  -ms-grid-column: 3;
      grid-column-start: 3;
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.cart-product__quantity .amount {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--green);
}

.cart__clear {
  gap: 12px;
  margin-top: 32px;
}

.cart__clear .icon {
  font-size: 20px;
}

.cart__hidden {
  visibility: hidden;
  opacity: 0;
  height: 0px;
  width: 0px;
  overflow: hidden;
}

.cart-collaterals .cart_totals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.cart-collaterals .cart_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}

.cart-collaterals .cart_row .amount {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
}

.cart-collaterals .button {
  margin-left: auto;
}

.wc-empty-cart-message {
  text-align: center;
  margin-top: 80px;
}

.wc-backward {
  margin: 16px auto 0;
}

.woocommerce-checkout .wrapper {
  overflow: visible;
}

.woocommerce-checkout .breadcrumbs {
  margin-bottom: -88px;
  padding-top: 32px;
}

.woocommerce-checkout .breadcrumbs__inner {
  background-color: var(--white);
  border-radius: 20px 20px 0 0;
  padding: 0 32px;
  padding-top: 32px;
}

.woocommerce-checkout .woocommerce-notices-wrapper {
  margin-bottom: 0;
}

section.checkout {
  background: var(--light-grey);
  padding-top: 88px;
}

.checkout__inner > .section-header {
  margin: 0;
  background-color: var(--white);
  padding: 32px;
}

.checkout__inner > .section-header h1,
.checkout__inner > .section-header h2,
.checkout__inner > .section-header h3 {
  margin: 0;
}

form.woocommerce-checkout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 400px;
  grid-template-columns: 1fr 400px;
  grid-gap: 32px;
}

form.woocommerce-checkout .js-account-role {
  margin-bottom: 16px;
}

form.woocommerce-checkout .col2-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

form.woocommerce-checkout .row-1,
form.woocommerce-checkout .row-2,
form.woocommerce-checkout .row-3,
form.woocommerce-checkout .woocommerce-checkout-review-order {
  border-radius: 20px;
  padding: 32px;
  position: relative;
  z-index: 1;
}

form.woocommerce-checkout .row-1::after,
form.woocommerce-checkout .row-2::after,
form.woocommerce-checkout .row-3::after,
form.woocommerce-checkout .woocommerce-checkout-review-order::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 20px;
  background-color: var(--white);
  width: 100%;
  height: 100%;
}

form.woocommerce-checkout .row-1 {
  padding-top: 0;
}

form.woocommerce-checkout .row-1::after {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

form.woocommerce-checkout .woocommerce-checkout-review-order {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  z-index: 100;
}

form.woocommerce-checkout .woocommerce-checkout-review-order .wc_payment_methods {
  display: none;
}

form.woocommerce-checkout .woocommerce-NoticeGroup ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

form.woocommerce-checkout .woocommerce-NoticeGroup li a {
  color: var(--green);
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

form.woocommerce-checkout .form-row .checkout-inline-error-message {
  font-size: 12px;
  color: #ff3737;
  margin-top: 10px;
  text-align: center;
}

.place-order .btn,
.place-order .button {
  margin-top: 16px;
  margin-left: auto;
}

.place-order__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}

.place-order__row .amount {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
}

.wc_payment_methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

.wc_payment_methods li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
  border-radius: 20px;
  padding: 32px;
  min-height: 148px;
  background: var(--light-grey);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
}

.wc_payment_methods li input {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
}

.wc_payment_methods li input:checked + label::before {
  background-color: var(--green);
  border-color: var(--green);
}

.wc_payment_methods li label {
  padding-left: 30px;
  position: relative;
  display: block;
}

.wc_payment_methods li label img {
  display: none !important;
}

.wc_payment_methods li label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  border: 1px solid var(--dark-blue-txt);
  border-radius: 50%;
  width: 18px;
  height: 18px;
}

.wc_payment_methods li .payment_method_cod {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--dark-blue-txt);
}

.wc_payment_methods li .payment_box {
  opacity: 0.8;
}

.woocommerce-shipping-methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
  margin-top: -18px;
  position: relative;
  z-index: 10;
  background-color: var(--white);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.woocommerce-shipping-methods li {
  display: block;
}

.woocommerce-shipping-methods li input {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
}

.woocommerce-shipping-methods li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  padding: 8px 20px;
  min-width: 224px;
  height: 37px;
  background: var(--light-grey);
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  color: var(--dark-grey);
  opacity: 0.5;
}

.woocommerce-shipping-methods li label .amount {
  display: none !important;
}

.woocommerce-shipping-methods li input:checked + label {
  opacity: 1;
}

.woocommerce-shipping-methods-tabs {
  position: relative;
}

.woocommerce-shipping-methods-tab {
  display: none;
  -ms-grid-columns: 1.2fr 1fr;
  grid-template-columns: 1.2fr 1fr;
  grid-gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.woocommerce-shipping-methods-tab._active {
  display: -ms-grid;
  display: grid;
}

.woocommerce-shipping-methods-tab .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.woocommerce-shipping-methods-tab .form-row span {
  width: 100%;
}

.woocommerce-shipping-methods-tab .form-row input {
  border: 1px solid var(--dark-blue-txt);
  border-radius: 10px;
  padding: 12px;
  width: 100%;
  height: 48px;
  padding-left: 44px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19Z' stroke='%232D4157' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' /%3e%3cpath d='M20.9979 21.0023L16.6479 16.6523' stroke='%232D4157' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' /%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left 12px center;
}

.shipping-methods__map {
  overflow: hidden;
  position: relative;
  padding: 0 0 98% 0;
  background-color: #DBDBDB;
  border-radius: 20px;
}

.shipping-methods__map > * {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.shipping-methods__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}

.shipping-methods__info li {
  border-radius: 20px;
  padding: 32px;
  background: var(--light-grey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.shipping-methods__pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin-top: 32px;
}

.shipping-methods__pickup li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
}

.shipping-methods__pickup li label {
  font-weight: 700;
}

.woocommerce-order {
  background: var(--white);
  padding: 0 32px;
  padding-bottom: 32px;
  border-radius: 0 0 20px 20px;
}

.woocommerce-order h2 {
  margin-bottom: 32px;
}

.woocommerce-order section {
  padding: 0;
  margin-top: 48px;
}

.woocommerce-order-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin-top: 4px;
}

.woocommerce-order-details table tr th {
  font-weight: 700;
}

.woocommerce-order-details table tr td,
.woocommerce-order-details table tr th {
  line-height: 150%;
  padding: 4px;
}

.woocommerce-order-details table tr th:first-child,
.woocommerce-order-details table tr td:first-child {
  text-align: left;
}

.woocommerce-order-details table tr th:last-child,
.woocommerce-order-details table tr td:last-child {
  text-align: right;
}

.woocommerce-order-details table tr th:last-child a,
.woocommerce-order-details table tr td:last-child a {
  margin-left: auto;
}

.woocommerce-order-details table tfoot .shipped_via {
  font-size: 12px;
  line-height: 140%;
  display: block;
}

.woocommerce-order-details table tfoot th,
.woocommerce-order-details table tfoot td {
  line-height: 100%;
}

.woocommerce-order-details table tfoot tr:first-child th,
.woocommerce-order-details table tfoot tr:first-child td {
  padding-top: 16px;
}

.woocommerce-order-details table tfoot tr:nth-child(2) .amount {
  margin-right: -4px;
}

.woocommerce-customer-details address {
  line-height: 140%;
}

.woocommerce-customer-details address p {
  line-height: 140%;
}

.woocommerce-dashboard .woocommerce-MyAccount-content > *:not(.account-intro) {
  display: none;
}

.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-info {
  text-align: center;
  margin-top: 80px;
}

.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-info a {
  text-decoration: underline;
  color: var(--green);
}

.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-pagination {
  gap: 16px;
  max-width: 800px;
}

.woocommerce-MyAccount-navigation {
  margin-bottom: 32px;
}

.woocommerce-MyAccount-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}

.woocommerce-MyAccount-navigation-link {
  display: block;
}

.woocommerce-MyAccount-navigation-link a {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: var(--dark-grey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  min-width: 224px;
  height: 37px;
  border-radius: 10px;
  background: var(--light-grey);
  text-decoration: none;
  text-align: center;
}

.woocommerce-MyAccount-navigation-link.is-active a {
  background: var(--green);
  color: var(--white);
}

.account-intro {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}

.account-intro__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  border-radius: 20px;
  padding: 32px;
  background: rgba(80, 194, 169, 0.1);
}

.account-intro__item ol {
  padding-left: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  counter-reset: account-intro-steps;
}

.account-intro__item ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  counter-increment: account-intro-steps;
}

.account-intro__item ol li::before {
  content: "0" counter(account-intro-steps);
  display: inline-block;
  margin-right: 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--green);
}

.account-intro__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.woocommerce-MyAccount-orders {
  display: block;
  max-width: 800px;
  width: 100%;
}

.woocommerce-MyAccount-orders thead {
  display: none;
}

.woocommerce-MyAccount-orders tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.woocommerce-MyAccount-orders tbody td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce-orders-table__row {
  border-radius: 20px;
  background: var(--light-grey);
  padding: 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto 1fr auto;
  grid-template-columns: auto auto 1fr auto;
  grid-gap: 12px 16px;
}

.woocommerce-orders-table__cell {
  line-height: 150%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.woocommerce-orders-table__cell-order_photo {
  border-radius: 10px;
  min-width: 138px;
  min-height: 112px;
  background-color: var(--white);
  overflow: hidden;
  position: relative;
  padding: 0 0 55% 0;
  -ms-grid-row-span: 3;
  grid-row: span 3;
}

.woocommerce-orders-table__cell-order_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.woocommerce-orders-table__cell-order_number {
  font-weight: 700;
}

.woocommerce-orders-table__cell-order-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
  font-size: 10px;
  line-height: 150%;
  color: var(--dark-blue-txt);
}

.woocommerce-orders-table__cell-order-total .amount {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--dark-blue-txt);
  margin-bottom: -4px;
  margin-top: -4px;
  white-space: nowrap;
}

.woocommerce-orders-table__cell-order_address {
  opacity: 0.5;
}

.woocommerce-orders-table__cell-order-actions {
  height: auto;
}

.woocommerce-orders-table__cell-order-actions .button {
  margin-top: auto;
}

.woocommerce-orders-table__cell-order_dmethod {
  opacity: 0.5;
}

.woocommerce-orders-table__row--status-processing .woocommerce-orders-table__cell-order-actions,
.woocommerce-orders-table__row--status-on-hold .woocommerce-orders-table__cell-order-actions {
  pointer-events: none !important;
  opacity: 0.5;
}

.account__favorites,
.search .products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 16px;
}

.woocommerce-EditAccountForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

.woocommerce-EditAccountForm .clear,
.woocommerce-EditAccountForm #account_last_name,
.woocommerce-EditAccountForm #account_display_name {
  display: none !important;
}

.woocommerce-EditAccountForm fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  max-width: 850px;
}

.woocommerce-EditAccountForm fieldset legend {
  margin-bottom: 32px;
}

.woocommerce-EditAccountForm fieldset .js-account-role,
.woocommerce-EditAccountForm fieldset legend,
.woocommerce-EditAccountForm fieldset .form-row-button {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.woocommerce-EditAccountForm fieldset:nth-child(2) {
  max-width: 650px;
}

.woocommerce-EditAccountForm fieldset:nth-child(2) .form-row {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.woocommerce-EditAccountForm .form-row {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
}

#account_display_name_description {
  display: none !important;
}

.woocommerce-ordering select {
  font-size: 16px;
  line-height: 150%;
  color: var(--dark-blue-txt);
}

.woocommerce-pagination {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.woocommerce-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.woocommerce-pagination a,
.woocommerce-pagination span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  background: var(--light-grey);
  padding: 0 12px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 150%;
  color: var(--dark-blue-txt);
  text-decoration: none;
  min-width: 38px;
}

.woocommerce-pagination .current {
  background: var(--dark-blue-txt);
  color: var(--white);
  font-weight: 700;
}

body.woocommerce .woocommerce .wpc-filters-open-button-container {
  margin: 0;
}

body.woocommerce .woocommerce .wpc-filters-open-widget {
  padding: 0;
  border: none;
  font-weight: 600;
}

body.woocommerce .woocommerce .wpc-icon-html-wrapper {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

body.woocommerce .woocommerce .wpc-filter-title button {
  margin-bottom: 0;
  padding: 20px 0;
}

body.woocommerce .woocommerce .wpc-filter-title button span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: var(--dark-blue-txt);
}

body.woocommerce .woocommerce .ui-slider {
  background: var(--light-grey);
}

body.woocommerce .woocommerce .ui-slider-range {
  background: var(--dark-blue-txt);
}

body.woocommerce .woocommerce .ui-slider-handle {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
  border: 2px solid var(--dark-blue-txt);
  border-radius: 50px;
  width: 20px;
  height: 20px;
  top: -9px;
}

.products__inner .term-description {
  display: none !important;
}

.fancybox__slide {
  padding: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fancybox__slide::after,
.fancybox__slide::before {
  display: none;
}

.fancybox__backdrop {
  background: rgba(15, 52, 88, 0.6);
}

#callback,
#success,
#def-login,
#def-recovery {
  width: 100%;
  max-width: 536px;
  background: var(--white);
  border-radius: 20px;
  padding: 32px;
}

#callback .f-button.is-close-btn,
#success .f-button.is-close-btn,
#def-login .f-button.is-close-btn,
#def-recovery .f-button.is-close-btn {
  bottom: calc(100% + 8px);
  left: calc(100% + 8px);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  opacity: 1 !important;
  background-color: var(--white);
}

#callback .f-button.is-close-btn svg,
#success .f-button.is-close-btn svg,
#def-login .f-button.is-close-btn svg,
#def-recovery .f-button.is-close-btn svg {
  width: 22px;
  height: 22px;
}

#callback .f-button.is-close-btn svg path,
#success .f-button.is-close-btn svg path,
#def-login .f-button.is-close-btn svg path,
#def-recovery .f-button.is-close-btn svg path {
  stroke: var(--dark-blue-txt);
}

#callback h2,
#success h2,
#def-login h2,
#def-recovery h2 {
  text-align: center;
  margin-bottom: 16px;
}

#callback form,
#success form,
#def-login form,
#def-recovery form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

#callback .form__inputs,
#success .form__inputs,
#def-login .form__inputs,
#def-recovery .form__inputs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}

#callback .form__inputs label:last-child,
#success .form__inputs label:last-child,
#def-login .form__inputs label:last-child,
#def-recovery .form__inputs label:last-child {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

#callback .form__inputs textarea,
#success .form__inputs textarea,
#def-login .form__inputs textarea,
#def-recovery .form__inputs textarea {
  min-height: 82px;
}

#callback .form__btn,
#success .form__btn,
#def-login .form__btn,
#def-recovery .form__btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  position: relative;
  margin-top: 16px;
}

#callback .form__text,
#success .form__text,
#def-login .form__text,
#def-recovery .form__text {
  text-align: center;
  font-size: 14px;
}

#callback .form__text a,
#success .form__text a,
#def-login .form__text a,
#def-recovery .form__text a {
  text-decoration: underline;
}

#success {
  max-width: 457px;
}

#success .modal__text {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

#success .modal__text h2 {
  margin: 0;
}

#cookies {
  margin-top: auto;
  border-radius: 20px;
  padding: 16px 32px;
  max-width: 834px;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 26px;
}

#cookies .f-button.is-close-btn {
  display: none;
}

#cookies img {
  min-width: 52px;
  height: 52px;
}

#cookies .modal__text a {
  font-weight: 700;
  text-decoration: none;
}

#cookies .cookies__btn {
  padding: 0 24px;
}

#def-login .def-login-tabs-nav,
#def-recovery .def-login-tabs-nav,
#customer_login .def-login-tabs-nav,
.lost_reset_password .def-login-tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px;
}

#def-login .def-login-tab,
#def-recovery .def-login-tab,
#customer_login .def-login-tab,
.lost_reset_password .def-login-tab {
  background: var(--light-grey);
  color: var(--dark-grey);
  min-width: 224px;
}

#def-login .def-login-tab._active,
#def-recovery .def-login-tab._active,
#customer_login .def-login-tab._active,
.lost_reset_password .def-login-tab._active {
  background: var(--green);
  color: var(--white);
}

#def-login .def-login-tabs-form,
#def-recovery .def-login-tabs-form,
#customer_login .def-login-tabs-form,
.lost_reset_password .def-login-tabs-form {
  display: none;
}

#def-login .def-login-tabs-form._active,
#def-recovery .def-login-tabs-form._active,
#customer_login .def-login-tabs-form._active,
.lost_reset_password .def-login-tabs-form._active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#def-login form,
#def-recovery form,
#customer_login form,
.lost_reset_password form {
  width: 100%;
}

#def-login .form-row,
#def-recovery .form-row,
#customer_login .form-row,
.lost_reset_password .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

#def-login .form-row label,
#def-recovery .form-row label,
#customer_login .form-row label,
.lost_reset_password .form-row label {
  display: block;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: var(--dark-blue-txt);
}

#def-login .form-row input.woocommerce-form__input-checkbox,
#def-recovery .form-row input.woocommerce-form__input-checkbox,
#customer_login .form-row input.woocommerce-form__input-checkbox,
.lost_reset_password .form-row input.woocommerce-form__input-checkbox {
  width: 16px;
  height: 16px;
}

#def-login button,
#def-login .woocommerce-form-login__rememberme,
#def-login .lost_password,
#def-recovery button,
#def-recovery .woocommerce-form-login__rememberme,
#def-recovery .lost_password,
#customer_login button,
#customer_login .woocommerce-form-login__rememberme,
#customer_login .lost_password,
.lost_reset_password button,
.lost_reset_password .woocommerce-form-login__rememberme,
.lost_reset_password .lost_password {
  margin: 0 auto;
}

#def-login .clear,
#def-recovery .clear,
#customer_login .clear,
.lost_reset_password .clear {
  display: none !important;
}

#def-login .lost_password,
#def-recovery .lost_password,
#customer_login .lost_password,
.lost_reset_password .lost_password {
  font-weight: 600;
}

#def-login button.button,
#def-recovery button.button,
#customer_login button.button,
.lost_reset_password button.button {
  min-width: 225px;
}

#def-login,
#def-recovery {
  max-width: 723px;
}

#customer_login {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
}

#customer_login h2 {
  margin-bottom: 16px;
}

#customer_login wc-order-attribution-inputs {
  display: none !important;
}

.lost_reset_password form,
#customer_login form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.lost_reset_password .form-row {
  margin-top: 16px;
}

.lost_reset_password button.button {
  margin-left: 0;
}

.footer__inner {
  padding: 80px 0;
}

.footer__top {
  margin-bottom: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

.footer__menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  text-decoration: none;
}

.footer__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 130px;
}

.footer__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.footer__info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer__info li a {
  text-decoration: none;
}

.footer__info li span {
  display: block;
  margin-bottom: 4px;
  font-weight: 700;
}

.footer__bottom {
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid #dddddf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__text a {
  text-decoration: underline;
}

@media (min-width: 767px) {
  .s-working__card ul li:nth-child(2n)::after {
    content: "";
    display: block;
    position: absolute;
    left: -32px;
    top: 50%;
    background: transparent;
    border-radius: 200px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border: 6px solid var(--white);
    border-left: none;
    width: calc(100% + 40px + 32px);
    height: 120px;
    z-index: -1;
  }

  .woocommerce-orders-table__cell-order-date {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
  }

  .woocommerce-orders-table__cell-order_number {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
  }

  .woocommerce-orders-table__cell-order-total {
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 4;
        grid-column-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
  }

  .woocommerce-orders-table__cell-order-actions {
    -ms-grid-column: 4;
        grid-column-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
  }

  .woocommerce-orders-table__cell-order_dmethod {
    -ms-grid-row: 3;
        grid-row-start: 3;
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
  }
}

@media (min-width: 1024px) {
  .benefits__slider .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 16px;
    counter-reset: benefits-count;
  }

  .benefits__slider .swiper-slide {
    margin: 0 !important;
  }

  .woocommerce-checkout .breadcrumbs__inner {
    margin: 0 -32px;
    max-width: calc(100% - 400px);
  }

  .checkout__inner > .section-header {
    max-width: calc(100% - 400px);
    margin: 0 -32px;
  }

  form.woocommerce-checkout .row-1,
  form.woocommerce-checkout .row-2,
  form.woocommerce-checkout .row-3 {
    margin-left: -32px;
  }

  form.woocommerce-checkout .woocommerce-checkout-review-order {
    position: sticky;
    top: 28px;
    margin-right: -32px;
    margin-top: -168px;
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
  }

  form.woocommerce-checkout .woocommerce-NoticeGroup {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
    margin-right: -32px;
  }

  .woocommerce-shipping-methods-tab .form-row {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .woocommerce-order {
    max-width: calc(100% - 400px);
    margin: 0 -32px;
  }

  .account-intro__item:nth-child(3) {
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }

  .account-intro__item:last-child {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .woocommerce .lost_reset_password {
    max-width: 50%;
  }
}

@media (max-width:1439px) {
  .title-xl,
  h1,
  .title-lg,
  h2 {
    font-size: 36px;
  }

  .woocommerce-billing-fields__field-wrapper,
  .woocommerce-EditAccountForm {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .container {
    max-width: 1160px;
  }

  .header__menu-list {
    gap: 20px;
  }

  .header__link {
    gap: 0;
    font-size: 0;
  }

  .header__middle {
    gap: 24px;
  }

  .header__logo img {
    display: block;
    height: 50px;
  }

  .intro__inner {
    margin: 0 -10px;
  }

  .intro__card {
    min-height: 420px;
  }

  .intro__image img {
    max-height: 330px;
  }

  .intro__text h1,
  .intro__text h2,
  .intro__text h3,
  .intro__text h4 {
    font-size: 48px;
  }

  .c-popular__list {
    grid-gap: 10px;
  }

  .banner__inner {
    margin: 0 -10px;
    background: url(../img/chemicals-image.png) no-repeat right bottom/auto 200px, url(../img/gpass.svg) no-repeat left 32px top 32px, var(--green);
  }

  .products__body {
    grid-gap: 32px;
  }

  .product-card__btn.add_to_cart_button {
    font-size: 0;
  }

  .product-card__btn .icon {
    margin-left: 0;
  }

  .posts__list {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .contacts__body {
    grid-gap: 60px;
    -ms-grid-columns: 1.16fr 2fr;
    grid-template-columns: 1.16fr 2fr;
  }

  .woocommerce-checkout .breadcrumbs__inner {
    max-width: calc(100% - 300px);
  }

  .checkout__inner > .section-header {
    max-width: calc(100% - 300px);
  }

  form.woocommerce-checkout {
    -ms-grid-columns: 1fr 300px;
    grid-template-columns: 1fr 300px;
  }

  form.woocommerce-checkout .js-account-role label {
    min-width: 300px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }

  form.woocommerce-checkout .woocommerce-checkout-review-order {
    margin-top: -163px;
  }

  .woocommerce-shipping-methods li label {
    min-width: 196px;
  }

  .shipping-methods__info li {
    padding: 20px;
  }

  .woocommerce-order {
    max-width: calc(100% - 300px);
  }

  .account-intro__item {
    padding: 24px;
  }

  .account__favorites,
  .search .products {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #callback,
  #success,
  #def-login,
  #def-recovery {
    max-width: 500px;
  }

  .footer__top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .footer__logo img {
    height: 50px;
  }

  .footer__menu {
    gap: 10px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .footer__middle {
    gap: 60px;
  }
}

@media (max-width: 1200px) {
  form.woocommerce-checkout .woocommerce-checkout-review-order {
    margin-right: 0;
  }
}

@media (max-width:1023px) {
  .title-xl,
  h1,
  .title-lg,
  h2 {
    font-size: 34px;
  }

  .title-md,
  h3,
  .woocommerce-EditAccountForm legend,
  .wc-empty-cart-message,
  .woocommerce-orders .woocommerce-MyAccount-content .woocommerce-info {
    font-size: 18px;
  }

  .header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .select .select__trigger {
    color: #fff;
  }

  .select .select__trigger::after {
    -webkit-filter: brightness(10);
            filter: brightness(10);
  }

  .container {
    max-width: 768px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .scroll-top {
    right: 16px;
    bottom: 16px;
  }

  .content__text h1 {
    font-size: 28px;
  }

  .content__text h2 {
    font-size: 24px;
  }

  .content__text h3 {
    font-size: 20px;
  }

  .content__text h4 {
    font-size: 18px;
  }

  .header__top {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 16px 0;
  }

  .header__location {
    display: none;
  }

  .header__menu {
    position: fixed;
    z-index: 1000;
    left: 0;
    bottom: 0;
    width: 320px;
    height: 99.9%;
    background-color: #fff;
    padding: 70px 20px 40px;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: hidden;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
  }

  .header__menu._show {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    visibility: visible;
  }

  .header__menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .header__info {
    margin-left: auto;
  }

  .header__link {
    gap: 8px;
    font-size: 14px;
  }

  .header__logo img {
    height: 40px;
    max-width: 150px;
  }

  .header__btn._orders,
  .header__btn._favourites {
    display: none;
  }

  .header__btn._search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__btn._search .icon {
    font-size: 25px !important;
  }

  .header__btn._login .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__btn._login .btn {
    display: none;
  }

  .header__btn span {
    font-size: 0;
  }

  .header__menu-row {
    margin: 0 -16px;
    padding: 16px 16px 32px;
  }

  .intro__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 0 -8px;
  }

  .intro__card {
    background-size: 80% auto;
  }

  .cats__slider .swiper-slide {
    width: 260px;
  }

  .cats__list,
  .cats .products {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }

  .c-popular__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .banner__inner {
    margin: 0 -8px;
    background: url(../img/chemicals-image.png) no-repeat right -260px bottom/auto 200px, url(../img/gpass.svg) no-repeat left 32px top 32px, var(--green);
  }

  .collections__inner .section-header {
    padding-right: 150px;
  }

  .collections__slider .swiper-slide {
    width: 212px;
  }

  .products__slider .swiper-slide {
    width: 270px;
  }

  .products__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .product__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .product__image .swiper-slide {
    padding: 0 0 80% 0;
  }

  .product__bottom {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .benefits__slider .slider-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }

  .about__inner .section-header .btn {
    margin-top: 32px;
  }

  .about__image {
    padding: 0 0 75% 0;
  }

  .s-working__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .posts__slider .swiper-slide {
    width: 320px;
  }

  .posts__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .history__slider .swiper-slide {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 32px;
  }

  .history__image {
    -ms-grid-row: 1;
        grid-row-start: 1;
    margin-top: 0px;
  }

  .contacts__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 32px;
  }

  .quiz__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .quiz__logo {
    display: none;
  }

  .documents__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .faq__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .woocommerce-checkout .breadcrumbs__inner {
    max-width: 100%;
  }

  .checkout__inner > .section-header {
    max-width: 100%;
  }

  form.woocommerce-checkout {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

  form.woocommerce-checkout .woocommerce-checkout-review-order {
    position: fixed;
    left: 16px;
    z-index: 999;
    bottom: 10px;
    width: calc(100% - 32px);
    background: var(--white);
  }

  form.woocommerce-checkout .woocommerce-checkout-review-order::after {
    background: var(--white);
  }

  form.woocommerce-checkout .woocommerce-checkout-review-order::before {
    content: "";
    display: block;
    position: absolute;
    left: -16px;
    top: -16px;
    z-index: -1;
    background: var(--light-grey);
    width: calc(100% + 32px);
    height: calc(100% + 32px);
  }

  form.woocommerce-checkout .woocommerce-NoticeGroup {
    background-color: var(--white);
    padding: 10px 0;
    padding-bottom: 32px;
  }

  .wc_payment_methods {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .woocommerce-shipping-methods-tab {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .shipping-methods__map {
    padding: 0 0 54% 0;
  }

  .woocommerce-order {
    max-width: 100%;
  }

  .account-intro {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .account__favorites,
  .search .products {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .woocommerce-EditAccountForm .form-row {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }

  .footer__middle {
    gap: 32px;
  }

  .footer__info {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    grid-gap: 24px;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
  }

  .footer__bottom {
    gap: 24px;
  }
}

@media (max-width:767px) {
  .title-xl,
  h1,
  .title-lg,
  h2 {
    font-size: 30px;
  }

  .wpcf7-response-output {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .woocommerce-billing-fields__field-wrapper,
  .woocommerce-EditAccountForm {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .js-account-role {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .js-account-role label {
    min-width: 300px;
  }

  .content__text ul.contact-info,
  ul.contact-info {
    gap: 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .content__text ul.contact-info li,
  ul.contact-info li {
    padding: 16px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    gap: 16px;
  }

  .scroll-top__btn {
    width: 48px;
    height: 48px;
  }

  .not-found__text p {
    font-size: 20px;
  }

  .content__text ul {
    padding-left: 16px;
  }

  .page-id-73 .content__text ol {
    gap: 8px;
  }

  .page-id-73 .content__text ol li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    gap: 16px;
  }

  .page-id-73 .content__text ol li::before {
    font-size: 30px;
    line-height: 100%;
  }

  .header__link {
    gap: 0;
    font-size: 0;
  }

  .header__search {
    position: absolute;
    left: 0;
    top: calc(100% + 0px);
    width: 100%;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: linear 0.2s;
    transition: linear 0.2s;
  }

  .header__search._show {
    opacity: 1;
    visibility: visible;
  }

  .header__search::before {
    content: "";
    display: block;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background: var(--white);
    width: calc(100% + 32px);
    height: 100%;
    z-index: -1;
  }

  .header__search-btn .icon {
    color: var(--dark-blue-txt);
  }

  .header__menu-row {
    padding: 16px;
  }

  .intro__slider .swiper-slide {
    padding: 16px;
  }

  .intro__card {
    min-height: 200px;
    padding: 16px;
  }

  .intro__image img {
    max-height: 300px;
  }

  .intro__text h1,
  .intro__text h2,
  .intro__text h3,
  .intro__text h4 {
    font-size: 35px;
  }

  .intro__text {
    margin-bottom: 32px;
  }

  .intro__btns {
    margin-bottom: 150px;
  }

  .cats__list,
  .cats .products {
    grid-gap: 8px;
  }

  .cat-item._active .title-md {
    -webkit-box-shadow: 6px 6px 10px 0 rgba(26, 38, 50, 0.1);
            box-shadow: 6px 6px 10px 0 rgba(26, 38, 50, 0.1);
  }

  .cat-item {
    padding: 10px 8px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .cat-item__image {
    width: 48px;
    height: 70px;
    position: absolute;
    top: 10px;
    left: 8px;
    padding: 0;
  }

  .cat-item__content .cat-item__subcategories {
    max-height: 0;
    overflow: hidden;
    margin-top: 0;
    padding-left: 72px;
    -webkit-transition: linear 0.5s;
    transition: linear 0.5s;
  }

  .cat-item__content .cat-item__subcategories li:first-child {
    margin-top: 10px;
  }

  .cat-item__content .cat-item__subcategories li:last-child {
    margin-bottom: 10px;
  }

  .cat-item__content .title-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 90px;
    width: auto;
    padding: 10px 8px;
    padding-left: 80px;
    margin: -10px -8px 0;
    border-radius: 20px;
  }

  .c-popular__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .c-popular-card {
    padding: 16px;
  }

  .banner__inner {
    padding: 88px 16px 140px;
    background: url(../img/chemicals-image.png) no-repeat right bottom/auto 122px, url(../img/gpass.svg) no-repeat left 16px top 16px/120px, var(--green);
  }

  .banner__inner .section-header h2 {
    font-size: 24px;
  }

  .collections__inner .section-header {
    padding-right: 0;
  }

  .collections__slider .slider-btns {
    display: none;
  }

  .products__body {
    grid-gap: 16px;
  }

  .products__header {
    margin-bottom: 16px;
    gap: 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .products__list.rows .product-card,
  .products ul.products.rows .product-card {
    padding: 16px;
  }

  .products__list.rows .product-card__image,
  .products ul.products.rows .product-card__image {
    min-width: 88px;
    height: 72px;
  }

  .products__list.rows .product-card__text,
  .products ul.products.rows .product-card__text {
    min-height: 72px;
  }

  .products__list.rows .product-card__btn .icon,
  .products ul.products.rows .product-card__btn .icon {
    margin-left: 0;
  }

  .products__list.rows .product-card__btn.add_to_cart_button,
  .products ul.products.rows .product-card__btn.add_to_cart_button {
    font-size: 0;
  }

  .products__list.rows .product-card__btn,
  .products ul.products.rows .product-card__btn {
    min-width: 135px;
  }

  .products__list.rows .product-card__price,
  .products ul.products.rows .product-card__price {
    margin-left: -104px;
  }

  .products__list,
  .products ul.products {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 8px;
  }

  .product-card {
    padding: 8px;
  }

  .product__body {
    grid-gap: 16px;
  }

  .product__sliders {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .product__images {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    height: 80px;
    width: 100%;
  }

  .product__images .swiper-slide {
    padding: 0 0 26% 0;
  }

  .product__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
  }

  .product__image .swiper-slide {
    padding: 0 0 100% 0;
  }

  .product__bottom {
    grid-gap: 16px;
  }

  .product__card {
    padding: 16px;
  }

  .partners__inner .section-header {
    padding-right: 120px;
  }

  .benefits__inner .section-header {
    padding-right: 120px;
  }

  .benefits__card {
    padding: 16px;
  }

  .about__images {
    grid-gap: 8px;
  }

  .about__image {
    padding: 0 0 100% 0;
  }

  .s-working__card {
    padding: 16px;
  }

  .s-working__card ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    padding-right: 0;
  }

  .s-working__card ul li::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: var(--white);
    width: 6px;
    height: 30px;
  }

  .payment-systems .js-acc-row {
    padding: 16px;
  }

  .payment-systems .js-acc-content .text-md {
    padding: 16px;
  }

  .delivery-partners__item {
    width: 100%;
  }

  .warehouse-addresses {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .warehouse-addresses__content {
    padding: 16px;
  }

  .shipping-cost {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 8px;
  }

  .shipping-cost__item {
    padding: 16px;
  }

  .posts__cats {
    gap: 8px;
    margin-top: 32px;
  }

  .posts__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .posts__link {
    margin: 32px auto 0;
    width: 100%;
  }

  .post-contents .title-md {
    margin-bottom: 12px;
  }

  .post-contents ul {
    padding-left: 8px;
  }

  .content__bottom {
    margin-top: 40px;
  }

  .card-info__inner .section-header h2,
  .card-info__inner .section-header h3,
  .card-info__inner .section-header h4,
  .card-info__inner .section-header h5,
  .card-info__inner .section-header h6 {
    font-size: 24px;
  }

  .history__slider .swiper-years {
    margin-top: 32px;
  }

  .history__slider .swiper-years .title-md._active::before {
    left: 7px;
    outline-width: 7px;
  }

  .history__slider .slider-btns {
    position: relative;
    bottom: auto;
  }

  .requisites__card {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }

  .requisites__logo {
    max-width: 170px;
    margin: 0 auto;
  }

  .contacts__city {
    padding-left: 40px;
  }

  .contacts__map {
    min-height: 280px;
  }

  .documents__list {
    grid-gap: 8px;
  }

  .documents__item {
    min-height: 160px;
  }

  .documents__item-icon {
    width: 88%;
    height: auto;
  }

  .faq__row {
    padding: 16px;
  }

  .faq__row h2,
  .faq__row h3,
  .faq__row h4,
  .faq__row .title-md {
    font-size: 16px;
    font-weight: 400;
  }

  .faq__text {
    padding: 0 16px 16px;
  }

  .cart-collaterals,
  .woocommerce-cart-form {
    padding: 32px 0;
  }

  .cart__search-result li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .woocommerce-cart-form .cart_item {
    -ms-grid-columns: 88px 1fr auto;
    grid-template-columns: 88px 1fr auto;
    padding: 8px;
    grid-gap: 8px 16px;
  }

  .cart-product__image {
    min-height: 82px;
    max-height: 100px;
  }

  .cart-product__title {
    font-size: 12px;
    -ms-grid-column-span: 4;
    grid-column-end: 4;
  }

  .cart-product__price span {
    font-size: 12px;
  }

  .cart-product__actions {
    -ms-grid-row-span: 2;
    grid-row-end: 2;
    gap: 6px;
    margin-bottom: -4px;
  }

  .cart-product__actions button,
  .cart-product__actions a {
    width: 24px;
    height: 24px;
    border-radius: 7px;
  }

  .cart-product__actions button .icon,
  .cart-product__actions a .icon {
    font-size: 14px;
  }

  .cart-product__quantity {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 4;
        grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .cart-product__quantity .amount {
    font-size: 20px;
  }

  .cart-product__quantity .quantity {
    height: 32px;
  }

  .cart__clear {
    margin-top: 16px;
  }

  .woocommerce-checkout .breadcrumbs__inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .checkout__inner > .section-header {
    padding: 16px;
  }

  form.woocommerce-checkout .row-1,
  form.woocommerce-checkout .row-2,
  form.woocommerce-checkout .row-3,
  form.woocommerce-checkout .woocommerce-checkout-review-order {
    padding: 16px;
  }

  form.woocommerce-checkout .woocommerce-NoticeGroup {
    padding-bottom: 10px;
  }

  .wc_payment_methods {
    margin-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .wc_payment_methods li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
  }

  .woocommerce-shipping-methods li label {
    min-width: 0;
  }

  .woocommerce-order {
    padding: 0 16px;
    padding-bottom: 32px;
  }

  .woocommerce-order h2 {
    margin-bottom: 16px;
  }

  .woocommerce-order section {
    margin-top: 32px;
  }

  .woocommerce-MyAccount-navigation-link {
    width: 100%;
  }

  .account-intro__item {
    padding: 8px;
    gap: 16px;
  }

  .woocommerce-orders-table__row {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    padding: 8px;
    grid-gap: 8px 16px;
  }

  .woocommerce-orders-table__cell {
    font-size: 10px;
  }

  .woocommerce-orders-table__cell-order_photo {
    min-width: 88px;
    max-width: 100px;
    min-height: 99px;
    -ms-grid-row-span: 4;
    grid-row: span 4;
  }

  .woocommerce-orders-table__cell-order_number {
    font-size: 12px;
  }

  .woocommerce-orders-table__cell-order-total {
    gap: 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
        grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  .woocommerce-orders-table__cell-order-actions {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 5;
        grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  .woocommerce-orders-table__cell-order-actions .button {
    margin-left: auto;
  }

  .woocommerce-ordering select {
    font-weight: 600;
  }

  #callback,
  #success,
  #def-login,
  #def-recovery {
    padding: 32px 16px;
  }

  #callback .f-button.is-close-btn,
  #success .f-button.is-close-btn,
  #def-login .f-button.is-close-btn,
  #def-recovery .f-button.is-close-btn {
    padding: 3px 8px;
    background: var(--white);
    top: auto;
    bottom: calc(100% + 20px);
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: auto;
    border-radius: 50px;
  }

  #callback .f-button.is-close-btn::before,
  #success .f-button.is-close-btn::before,
  #def-login .f-button.is-close-btn::before,
  #def-recovery .f-button.is-close-btn::before {
    content: "Закрыть";
    line-height: 140%;
    color: var(--dark-blue-txt);
  }

  #callback .f-button.is-close-btn svg,
  #success .f-button.is-close-btn svg,
  #def-login .f-button.is-close-btn svg,
  #def-recovery .f-button.is-close-btn svg {
    width: 12px;
    height: 12px;
    margin-left: 4px;
  }

  #callback form,
  #success form,
  #def-login form,
  #def-recovery form {
    gap: 16px;
  }

  #callback .form__inputs,
  #success .form__inputs,
  #def-login .form__inputs,
  #def-recovery .form__inputs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  #callback .form__inputs label:last-child,
  #success .form__inputs label:last-child,
  #def-login .form__inputs label:last-child,
  #def-recovery .form__inputs label:last-child {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  #callback .form__btn .btn,
  #success .form__btn .btn,
  #def-login .form__btn .btn,
  #def-recovery .form__btn .btn {
    width: 100%;
  }

  #cookies {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    padding: 16px;
  }

  #cookies img {
    min-width: 118px;
    height: 118px;
  }

  #cookies .modal__text {
    text-align: center;
  }

  #def-login .def-login-tabs-nav,
  #def-recovery .def-login-tabs-nav,
  #customer_login .def-login-tabs-nav,
  .lost_reset_password .def-login-tabs-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  #def-login .def-login-tab,
  #def-recovery .def-login-tab,
  #customer_login .def-login-tab,
  .lost_reset_password .def-login-tab {
    width: 100%;
  }

  #def-login,
  #def-recovery {
    padding: 16px;
  }

  #customer_login {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .lost_reset_password form,
  #customer_login form {
    gap: 16px;
  }

  .footer__inner {
    padding: 40px 0;
  }

  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 32px;
  }

  .footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .footer__middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__info {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 8px;
  }

  .footer__bottom {
    gap: 16px;
    margin-top: 16px;
  }
}

@media (max-width: 767px) {
  .content__text table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .content__text table tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .content__text table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    border: none;
  }

  .content__text table th,
  .content__text table td {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 10%;
            flex: 1 1 10%;
    min-height: 80px;
    min-width: 208px;
    border-right: 1px solid var(--light-grey) !important;
    border-bottom: 1px solid var(--light-grey);
  }
}

@media (any-hover: hover) {
  .btn._invert:hover,
  .single_add_to_cart_button._invert:hover,
  .woocommerce-EditAccountForm .button._invert:hover,
  .wc-backward._invert:hover,
  .button.order-again._invert:hover,
  #def-login .button._invert:hover,
  #def-recovery .button._invert:hover,
  #customer_login .button._invert:hover,
  .lost_reset_password .button._invert:hover {
    background: var(--light-grey);
  }

  .btn,
  .single_add_to_cart_button,
  .woocommerce-EditAccountForm .button,
  .wc-backward,
  .button.order-again,
  #def-login .button,
  #def-recovery .button,
  #customer_login .button,
  .lost_reset_password .button {
    -webkit-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
  }

  .btn:hover,
  .single_add_to_cart_button:hover,
  .woocommerce-EditAccountForm .button:hover,
  .wc-backward:hover,
  .button.order-again:hover,
  #def-login .button:hover,
  #def-recovery .button:hover,
  #customer_login .button:hover,
  .lost_reset_password .button:hover {
    background: var(--dark-green);
  }

  .swiper-button-prev,
  .swiper-button-next {
    -webkit-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
  }

  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    border-color: var(--white);
    background: var(--green);
    color: var(--white);
  }

  .input input,
  .input textarea,
  .textarea input,
  .textarea textarea,
  #customer_login .form-row input,
  #customer_login .form-row textarea,
  #def-login .form-row input,
  #def-login .form-row textarea,
  #def-recovery .form-row input,
  #def-recovery .form-row textarea,
  .lost_reset_password .form-row input,
  .lost_reset_password .form-row textarea {
    -webkit-transition: linear 0.2s;
    transition: linear 0.2s;
  }

  .form__btn:hover input {
    color: var(--accent);
  }

  .breadcrumbs__inner .aioseo-breadcrumb a,
  .breadcrumbs__inner .rank-math-breadcrumb a {
    -webkit-transition: linear 0.2s;
    transition: linear 0.2s;
  }

  .header__btn .btn:hover {
    color: var(--white);
  }

  .intro__slider:hover .slider-btns {
    opacity: 1;
    visibility: visible;
  }

  .cat-card .title-md {
    -webkit-transition: linear 0.2s;
    transition: linear 0.2s;
  }

  .cat-card:hover .title-md {
    color: var(--green);
  }

  .cat-item__content a {
    -webkit-transition: linear 0.2s;
    transition: linear 0.2s;
  }

  .cat-item__content a:hover {
    color: var(--green);
  }

  .c-popular-card a {
    -webkit-transition: linear 0.2s;
    transition: linear 0.2s;
  }

  .c-popular-card a:hover {
    color: var(--green);
  }

  .collection-card {
    -webkit-transition: linear 0.2s;
    transition: linear 0.2s;
  }

  .collection-card:hover .title-md {
    color: var(--green);
  }

  .product-card__like {
    -webkit-transition: linear 0.2s;
    transition: linear 0.2s;
  }

  .product-card__like:hover {
    background-color: var(--yellow);
  }

  .s-working__card .title-md a,
  .s-working__card h2 a,
  .s-working__card h3 a,
  .s-working__card h4 a,
  .s-working__card h5 a,
  .s-working__card h6 a {
    -webkit-transition: linear 0.2s;
    transition: linear 0.2s;
  }

  .s-working__card .title-md a:hover,
  .s-working__card h2 a:hover,
  .s-working__card h3 a:hover,
  .s-working__card h4 a:hover,
  .s-working__card h5 a:hover,
  .s-working__card h6 a:hover {
    color: var(--dark-green);
  }

  .post-actions button {
    -webkit-transition: linear 0.2s;
    transition: linear 0.2s;
  }

  .post-actions button:hover {
    opacity: 1;
  }

  #callback .f-button.is-close-btn,
  #success .f-button.is-close-btn,
  #def-login .f-button.is-close-btn,
  #def-recovery .f-button.is-close-btn {
    -webkit-transition: linear 0.2s;
    transition: linear 0.2s;
  }

  .footer__info li a:hover {
    text-decoration: underline;
  }

  .footer__text a:hover {
    text-decoration: none;
  }
}