/* manrope-regular - cyrillic_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/manrope-v20-cyrillic_latin_latin-ext-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* manrope-700 - cyrillic_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/manrope-v20-cyrillic_latin_latin-ext-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  scroll-behavior: smooth;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

:root {
	--black-blue: #0b1f3a;
	--beige-bg: #f6f2ea;
	--black-light-blue: #2d3748;
	--gray: #8e97a7;
	--orange: #f4a261;
	--red: #c84c4c;
	--delider: #eaeef1;
	--white-5: rgba(255, 255, 255, 0.05);
	--white-10: rgba(255, 255, 255, 0.1);
	--white-25: rgba(255, 255, 255, 0.25);
	--white-50: rgba(255, 255, 255, 0.5);
	--white-75: rgba(255, 255, 255, 0.75);
	--white-80: rgba(255, 255, 255, 0.8);
	--white-100: #fff;
	--gray-50: #f5f7fa;
	--gray-100: #eef1f6;
	--gray-200: #e0e5eb;
	--gray-300: #cad0d9;
	--gray-400: #9ca3af;
	--gray-500: #6c727f;
	--gray-600: #4e5562;
	--gray-700: #333d4c;
	--gray-800: #222934;
	--gray-900: #181d25;
	--gray-950: #131920;
	--primary-subtle-background-light: #feeef0;
	--primary-subtle-border-light: #fddce0;
	--primary-subtle-background-dark: #2e222c;
	--primary-subtle-border-dark: #442832;
	--primary-main: #f55266;
	--primary-action: #f2223b;
	--info-subtle-background-light: #eaf0fb;
	--info-subtle-border-light: #d5e2f7;
	--info-subtle-background-dark: #1a2537;
	--info-subtle-border-dark: #1d2d48;
	--info-main: #2f6ed5;
	--info-action: #2358ae;
	--success-subtle-background-light: #ebf7f0;
	--success-subtle-border-light: #d6f0e1;
	--success-subtle-background-dark: #1b2c2c;
	--success-subtle-border-dark: #1d3b33;
	--success-main: #33b36b;
	--success-action: #288b53;
	--warning-subtle-background-light: #fff4ea;
	--warning-subtle-border-light: #fee9d6;
	--warning-subtle-background-dark: #2f2926;
	--warning-subtle-border-dark: #463427;
	--warning-main: #fc9231;
	--warning-action: #f67804;
	--danger-subtle-background-light: #feecec;
	--danger-subtle-border-light: #fcd8d8;
	--danger-subtle-background-dark: #2e2027;
	--danger-subtle-border-dark: #43232a;
	--danger-main: #f03d3d;
	--danger-action: #e81212;
	--dark-10: rgba(36, 48, 66, 0.1);
	--dark-20: rgba(36, 48, 66, 0.2);
	--dark-25: rgba(36, 48, 66, 0.25);
	--dark-100: #243042;
	--dark-action: #171f2b;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
 
main {
  display: block;
  background: #f7f7f5;
}

.home main {
  margin-top: -130px;
  background: #f7f7f5;
}

.site-main {
    padding-top: 50px;
}

.woocommerce-account main {
  background: #fff
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Manropeactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

svg {
  height: auto;
  max-width: 100%;
  overflow: hidden;
  vertical-align: middle;
}

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

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
}

body {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #4E5562;
}

body.woocommerce-page {
    background: #f7f7f5;
}

a {
  text-decoration: none;
  color: #A2845E;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-family: "Manrope", sans-serif;
  color: #0B1F3A;
}

h1,
.h1 {
  font-size: 32px;
}

h2,
.h2 {
  font-size: 28px;
}

h3,
.h3 {
  font-size: 26px;
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 20px;
}

h6,
.h6 {
  font-size: 18px;
}

.page-title {
  font-weight: 700;
    font-size: 50px;
    line-height: 130%;
    text-align: center;
    color: var(--black-blue);
    margin-bottom: 40px;
}

.wpt-body-Product_Table .page-title,
.woocommerce-shop .page-title { 
    margin-top: 0px !important;
    margin-bottom: 24px;
}

.page-template-page-academy .page-title { 
    margin-top: 16px !important;
}

blockquote,
blockquote.wp-block-quote.is-style-large {
  position: relative;
  margin: 1.5em 0;
  padding: 0;
  padding-left: 1em;
  border-left: 2px solid #A2845E;
}

blockquote p,
blockquote.wp-block-quote.is-style-large p {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 500;
}

blockquote cite,
blockquote.wp-block-quote.is-style-large cite {
  font-size: 0.875em;
}

table {
  width: 100%;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/*.no-scroll {*/
/*    overflow: hidden;*/
/*    height: 100vh;*/
/*}*/

.section-title {
  margin-bottom: 1em;
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
}

.section-title strong {
  font-weight: 700;
  background: linear-gradient(135deg, #caa457 0%, #e3be72 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title-white {
  color: #fff;
}

.section-title-center {
  text-align: center;
}

.section-caption-center {
  text-align: center;
}

.section-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.section-header .section-title {
  margin-bottom: 0 !important;
  margin-right: 25px;
}

.section-header-link {
  padding-top: 4px;
  padding-bottom: 4px;
}

#secondary.widget-area {
    display: none;
}

@media screen and (max-width: 1390px) {
  .section-title {
    font-size: 44px;
  }
}

@media screen and (max-width: 992px) {
  .section-title {
    font-size: 38px;
  }
}

@media screen and (max-width: 576px) {

  h1,
  .h1 {
    font-size: 32px;
  }

    .page-title {
      font-size: 32px;
          margin-bottom: 24px;
    }

  h2,
  .h2 {
    font-size: 28px;
  }

  h3,
  .h3 {
    font-size: 26px;
  }

  h4,
  .h4 {
    font-size: 24px;
  }

  h5,
  .h5 {
    font-size: 20px;
  }

  h6,
  .h6 {
    font-size: 18px;
  }

  .section-title {
    font-size: 32px;
  }
  
  .section-header-link {
      padding-top: 4px;
      padding-bottom: 2px;
    }
}

@media screen and (max-width: 576px) {
    html[lang="fr-FR"] .section-title {
        font-size: 30px;
    }
    html[lang="de-DE"] .section-title {
        font-size: 30px;
    }
}

@media screen and (max-width: 410px) {
    .section-title {
        font-size: 30px;
      }
}

button,
input,
optgroup,
select,
textarea {
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  text-align: center;
  cursor: pointer;
}

label {
  display: inline-block;
}

.form-fieldbox {
  margin-bottom: 16px;
}

.form-label {
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: var(--gray-900);
}

.form-input-text,
.form-textarea,
.form-select {
  display: inline-block;
  width: 100%;
  margin: 0;
  background: var(--white-10);
  border: 1px solid  #d0d4d6;
  border-radius: 100px;
  outline: none;
  transition: all 0.4s ease;
}

.form-input-text:hover,
.form-textarea:hover,
.form-select:hover {
  box-shadow: 0 0 0 2px rgba(162, 132, 94, 0.25);
}

.form-input-text:focus,
.form-textarea:focus,
.form-select:focus {
  box-shadow: 0 0 0 2px rgba(162, 132, 94, 0.45);
}

.form-input-text {
  height: 56px;
  padding: 0 18px;
}

.form-input-text::placeholder,
.form-textarea::placeholder {
  color: rgba(24, 29, 37, 0.5);
}

.form-textarea {
  width: 100%;
  vertical-align: middle;
  min-height: 150px;
  padding: 16px;
  border-radius: 24px;
}

.form-fieldbox .form-textarea {
    height: 240px;
}

.form-select {
  height: 56px;
  padding: 0 18px;
  margin-bottom: 5px;
  padding-right: 40px;
  color: #0B1F3A;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 16px top 50%;
  background-size: 0.65em;
  cursor: pointer;
  transition: all 0.4s ease;
}

.form-select:hover {
  box-shadow: 0 0 0 3px rgba(162, 132, 94, 0.25);
}

.form-select:focus {
  box-shadow: 0 0 0 3px rgba(162, 132, 94, 0.45);
}

.form-submitbox {
  position: relative;
  margin-top: 20px;
}

.form-submitbox p {
    margin-bottom: 0;
}

.form-submitbox .btn {
    width: 100%;
}

.form-checkbox {
  margin-bottom: 10px;
}

.form-checkbox .form-checkbox-label {
  margin-right: 10px;
}

.form-checkbox .form-checkbox-default {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.form-checkbox .form-checkbox-caption::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  border: 2px solid #0B1F3A;
  border-radius: 2px;
  transition: all 0.4s ease;
}

.form-checkbox .form-checkbox-default:hover:not(:disabled)+.form-checkbox-caption::before {
  box-shadow: 0 0 0 3px rgba(24, 29, 37, 0.4);
}

.form-checkbox .form-checkbox-default:focus+.form-checkbox-caption::before {
  box-shadow: 0 0 0 3px rgba(24, 29, 37, 0.6);
}

.form-checkbox .form-checkbox-default:checked:hover:not(:disabled)+.form-checkbox-caption::before {
  box-shadow: 0 0 0 3px rgba(162, 132, 94, 0.15);
}

.form-checkbox .form-checkbox-default:checked:focus+.form-checkbox-caption::before {
  box-shadow: 0 0 0 3px rgba(162, 132, 94, 0.25);
}

.form-checkbox .form-checkbox-default:checked+.form-checkbox-caption::before {
  border-color: #A2845E;
  background-color: #A2845E;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' width='800px' height='800px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.998 8.531l-2.134-2.134c-0.394-0.393-1.030-0.393-1.423 0l-12.795 12.795-6.086-6.13c-0.393-0.393-1.029-0.393-1.423 0l-2.134 2.134c-0.393 0.394-0.393 1.030 0 1.423l8.924 8.984c0.393 0.393 1.030 0.393 1.423 0l15.648-15.649c0.393-0.392 0.393-1.030 0-1.423z'%3E%3C/path%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.form-checkbox .form-checkbox-default:disabled+.form-checkbox-caption::before {
  border-color: #ccc;
}

.form-checkbox .form-checkbox-default:disabled:checked+.form-checkbox-caption::before {
  background-color: #ccc;
  border-color: #ccc;
}

.form-radio {
  margin-bottom: 10px;
}

.form-radio .form-radio-label {
  margin-right: 10px;
}

.form-radio .form-radio-default {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.form-radio .form-radio-caption::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  border: 2px solid #0B1F3A;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.form-radio .form-radio-default:hover:not(:disabled)+.form-radio-caption::before {
  box-shadow: 0 0 0 3px rgba(24, 29, 37, 0.4);
}

.form-radio .form-radio-default:focus+.form-radio-caption::before {
  box-shadow: 0 0 0 3px rgba(24, 29, 37, 0.6);
}

.form-radio .form-radio-default:checked:hover:not(:disabled)+.form-radio-caption::before {
  box-shadow: 0 0 0 3px rgba(162, 132, 94, 0.15);
}

.form-radio .form-radio-default:checked:focus+.form-radio-caption::before {
  box-shadow: 0 0 0 3px rgba(162, 132, 94, 0.25);
}

.form-radio .form-radio-default:checked+.form-radio-caption::before {
  border-color: #A2845E;
  background-color: #A2845E;
}

.form-radio .form-radio-default:disabled+.form-radio-caption::before {
  border-color: #ccc;
}

.form-radio .form-radio-default:disabled:checked+.form-radio-caption::before {
  background-color: #ccc;
  border-color: #ccc;
}

.u-text-left {
  text-align: left !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

.u-color-white {
  color: #fff !important;
}

.u-color-black {
  color: #000 !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

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

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

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

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.navigation.pagination .nav-links {
  margin-top: 30px;
  margin-bottom: 30px;
}

.navigation.pagination .page-numbers {
  width: auto;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 4px;
  text-decoration: none;
  color: #000;
  background-color: transparent;
  border: 1px solid #CAD0D9;
  transition: all 0.2s ease;
}

.navigation.pagination .page-numbers:hover {
  color: #fff;
  background-color: #A2845E;
  border-color: #A2845E;
}

.navigation.pagination .page-numbers.current {
  color: #fff;
  background-color: #A2845E;
  border-color: #A2845E;
}

.navigation.pagination .page-numbers.dots {
  color: #0B1F3A !important;
  border: none;
  background: none !important;
}

.posts-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}

.posts-navigation .nav-links .nav-previous {
  margin-right: 30px;
  text-align: left;
}

.posts-navigation .nav-links .nav-next {
  margin-left: auto;
  text-align: right;
}

.posts-navigation .nav-links .nav-previous a,
.posts-navigation .nav-links .nav-next a {
  display: inline-block;
  text-decoration: none;
  color: #0B1F3A;
  border-bottom: 1px dashed #0B1F3A;
}

@media screen and (max-width: 420px) {
  .posts-navigation .nav-links {
    display: block;
  }

  .posts-navigation .nav-links .nav-next {
    margin-top: 5px;
    text-align: left;
  }
}

.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}

.post-navigation .nav-links .nav-previous {
  width: 45%;
}

.post-navigation .nav-links .nav-next {
  width: 45%;
  margin-left: auto;
  text-align: right;
}

.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
  display: inline;
  text-decoration: none;
  color: #A2845E;
}

@media screen and (max-width: 576px) {
  .post-navigation .nav-links {
    display: block;
  }

  .post-navigation .nav-links .nav-previous {
    width: 100%;
  }

  .post-navigation .nav-links .nav-next {
    width: 100%;
    margin-top: 10px;
    text-align: left;
  }
}

.comments-area {
  margin-top: 50px;
}

.comments-area .comments-title {
  font-size: 24px;
}

.comments-area .comment-list {
  margin: 0;
  margin-bottom: 50px;
  padding: 0;
  list-style: none;
}

.comments-area .comment-body {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}

.comments-area .comment-author .avatar {
  margin-right: 5px;
  vertical-align: top;
  border-radius: 50%;
}

.comments-area .comment-author .fn {
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
  text-transform: uppercase;
}

.comments-area .comment-author .says {
  display: none !important;
}

.comments-area .comment-author .url {
  display: inline-block;
  text-decoration: none;
  color: #0B1F3A;
}

.comments-area .comment-metadata {
  position: absolute;
  left: 74px;
  top: 34px;
  margin-top: 8px;
  font-size: 14px;
}

.comments-area .comment-metadata a {
  text-decoration: none;
  color: #0B1F3A;
}

.comments-area .comment-content {
  line-height: 1.7;
}

.comments-area .comment-content a {
  text-decoration: none;
  color: #A2845E;
}

.comments-area .comment-reply-link {
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #0B1F3A;
  background-color: #CAD0D9;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.comments-area .comment-reply-link:hover,
.comments-area .comment-reply-link:focus {
  color: #fff;
  background-color: #0B1F3A;
}

.comments-area .children {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  list-style: none;
}

.comment-respond .comment-reply-title {
  font-size: 24px;
}

.comment-respond .comment-reply-title #cancel-comment-reply-link {
  display: inline-block;
  padding: 0.35em 1em;
  margin-left: 10px;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #0B1F3A;
  border: 1px solid #F6F6F6;
}

.comment-respond .comment-form {
  margin-top: 30px;
  margin-bottom: 30px;
}

.comment-respond .comment-form label {
  display: inline-block;
  margin-bottom: 10px;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
  float: left;
  width: 33.33%;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email {
  padding-right: 30px;
}

.comment-respond .comment-notes,
.comment-respond .logged-in-as {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 14px;
}

.comment-respond .comments-form-field,
.comment-respond .comments-form-textarea {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #F6F6F6;
  outline: none;
  transition: border-color 0.2s ease;
}

.comment-respond .comments-form-field:focus,
.comment-respond .comments-form-textarea:focus {
  border-color: #ccc;
}

.comment-respond .comments-form-field {
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

.comment-respond .comments-form-textarea {
  max-width: 100%;
  min-width: 100%;
  height: 180px;
  padding: 10px;
}

.comment-respond .comments-form-button {
  display: inline-block;
  padding: 14px 26px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #A2845E;
  background-color: #A2845E;
  border-radius: 4px;
}

.comment-respond .logged-in-as a {
  text-decoration: none;
  color: #A2845E;
}

.comment-respond .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {

  .comment-respond .comment-form-author,
  .comment-respond .comment-form-email,
  .comment-respond .comment-form-url {
    float: none;
    width: 100%;
  }

  .comment-respond .comment-form-author,
  .comment-respond .comment-form-email {
    padding-right: 0;
  }
}

.posts-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.posts-list .post-blog {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.posts-list .type-page {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.post-blog {
  margin-bottom: 30px;
}

.post-meta {
  margin-bottom: 15px;
  font-size: 14px;
}

.post-thumbnail {
  margin-bottom: 15px;
}

.post-title {
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 22px;
}

.post-title a {
  text-decoration: none;
  color: #0B1F3A;
}

.post-content {
  font-size: 16px;
  line-height: 1.5;
}

.post-content p {
  margin: 0;
}

@media screen and (max-width: 576px) {
  .posts-list .post-blog {
    width: 100%;
  }
}

.post-single {
    width: 80%;
    margin: 0px auto;
    padding: 40px 60px 40px;
    background: #fff;
    border-radius: 24px;
}

.post-single-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

.bl-strong,
.bl-heading,
.go_bl-single-title {
     color: #1c54a1 !important;
}

p:has(.bl-strong),
p:has(a) {
    margin-bottom: 0px;
}

.go_bl-single-title strong {
    display: inline !important
}

.go_bl-single-title strong,
.post-single-title strong {
     background: linear-gradient(135deg, #caa457 0%, #e3be72 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.post-single .wp-block-heading {
    padding-left: 0px;
    margin-bottom: 10px;
    margin-top: 26px;
}

.single-post .post-single-title {
    color: #1c54a1;
}

.post-single-image {
  margin-top: 24px;
  border-radius: 24px;
}

.post-single-content {
  margin: 30px 0;
}

.post-date {
  margin-right: 15px;
}

.post-categories {
  margin-left: 10px;
  margin-right: 15px;
}

.blog-category-header {
  margin: 0px 0px 0px 0px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #4E5562;
}

.blog-time-header {
  margin: 0px 0px 0px 0px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #9CA3AF;
}

.post-categories a {
  text-decoration: none;
  color: #A2845E;
}

.post-author {
  margin-right: 15px;
}

.post-author-link {
  text-decoration: none;
  color: #A2845E;
}

.post-tags {
  display: block;
  margin-top: 30px;
}

.post-tags a {
  display: inline-block;
  padding: 8px 10px;
  margin-left: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 14px !important;
  text-decoration: none;
  color: #0B1F3A;
  border: 1px solid #CAD0D9;
  transition: all 0.2s ease;
}

.post-tags a:hover,
.post-tags a:focus {
  color: #fff;
  background-color: #0B1F3A;
  border-color: #0B1F3A;
}

.page-content {
  line-height: 1.5;
}

.page-content::after {
  content: "";
  display: table;
  clear: both;
}

.page-content>*:first-child {
  margin-top: 0;
}

.page-content>*:last-child {
  margin-bottom: 0;
}

.page-content ul,
.page-content ol {
  padding-left: 20px;
}

.page-content ul.list-default {
  padding: 0;
  list-style: none;
}

.page-content ul.list-default li {
  position: relative;
  padding-left: 20px;
}

.page-content ul.list-default li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  background-color: #A2845E;
  border-radius: 50%;
}

.page-content ul.list-quad {
  padding: 0;
  list-style: none;
}

.page-content ul.list-quad li {
  position: relative;
  padding-left: 20px;
}

.page-content ul.list-quad li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  display: inline-block;
  width: 0.45em;
  height: 0.45em;
  background-color: #A2845E;
}

.page-content ul.list-checkmark {
  padding: 0;
  list-style: none;
}

.page-content ul.list-checkmark li {
  position: relative;
  padding-left: 20px;
}

.page-content ul.list-checkmark li::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  background-image: url("data:image/svg+xml,%3Csvg fill='%236200dd' width='800px' height='800px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.998 8.531l-2.134-2.134c-0.394-0.393-1.030-0.393-1.423 0l-12.795 12.795-6.086-6.13c-0.393-0.393-1.029-0.393-1.423 0l-2.134 2.134c-0.393 0.394-0.393 1.030 0 1.423l8.924 8.984c0.393 0.393 1.030 0.393 1.423 0l15.648-15.649c0.393-0.392 0.393-1.030 0-1.423z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 0.75em;
}

.searchform {
  display: flex;
}

.searchform .searchform-field {
  display: inline-block;
  width: 100%;
  height: 45px;
  margin-top: -5px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #fff;
  border: 1px solid #CAD0D9;
  outline: none;
  transition: border-color 0.2s ease;
  border-radius: 50px;
}

.searchform .searchform-field::placeholder {
  color: #b1b6c0;
}

.searchform .searchform-field:focus {
  border-color: #0B1F3A;
}

.searchform-field-wrap {
  height: 36px;
  width: 45px;
  display: inline-block;
  margin-top: -5px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  border-radius: 50px;
}

.searchform .searchform-submit {
  position: relative;
  left: 0;
  top: 0;
  display: inline-block;
  height: 45px;
  width: 36px;
  border-radius: 0px 50px 50px 0px;
  background: transparent;
  border: none;
}

.wp-block-search .wp-block-search__label {
  display: none;
}

.wp-block-search .wp-block-search__inside-wrapper {
  display: flex;
}

.wp-block-search .wp-block-search__input {
  display: inline-block;
  width: 100%;
  height: 45px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  border: 1px solid #CAD0D9;
  outline: none;
  transition: border-color 0.2s ease;
}

.wp-block-search .wp-block-search__input:focus {
  border-color: #0B1F3A;
}

.wp-block-search .wp-block-search__button {
  display: inline-block;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0;
  color: #fff;
  border: 1px solid #A2845E;
  background-color: #A2845E;
}

.post-password-form input[type=password] {
  display: inline-block;
  width: 100%;
  height: 45px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  border: 1px solid #CAD0D9;
  outline: none;
  transition: border-color 0.2s ease;
}

.post-password-form input[type=password]:focus {
  border-color: #0B1F3A;
}

.post-password-form input[type=submit] {
  display: inline-block;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0;
  color: #fff;
  border: 1px solid #A2845E;
  background-color: #A2845E;
}

.widget-area .widget {
  margin-bottom: 30px;
}

.widget-area .widget::after {
  content: "";
  display: block;
  clear: both;
}

.widget-area h2 {
  margin-top: 0;
  margin-bottom: 15px;
}

.wp-block-latest-comments {
  padding: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-author {
  text-decoration: none;
  color: #0B1F3A;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-link {
  text-decoration: none;
  color: #A2845E;
}

.widget .wp-block-categories,
.widget .wp-block-archives,
.widget_meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget .wp-block-categories li,
.widget .wp-block-archives li,
.widget_meta ul li {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: right;
  border-bottom: 1px solid #CAD0D9;
}

.widget .wp-block-categories li::after,
.widget .wp-block-archives li::after,
.widget_meta ul li::after {
  content: "";
  display: block;
  clear: both;
}

.widget .wp-block-categories a,
.widget .wp-block-archives a,
.widget_meta ul a {
  float: left;
  text-decoration: none;
  color: #0B1F3A;
}

.widget .wp-block-categories ul.children,
.widget .wp-block-archives ul.children,
.widget_meta ul ul.children {
  margin: 0;
  margin-top: 10px;
  padding: 0;
  padding-left: 20px;
  padding-top: 10px;
  border-top: 1px solid #CAD0D9;
  list-style: none;
}

.widget .wp-block-categories ul.children li:last-child,
.widget .wp-block-archives ul.children li:last-child,
.widget_meta ul ul.children li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.widget.widget_tag_cloud .tag-cloud-link {
  display: inline-block;
  padding: 8px 10px;
  margin-left: 0;
  margin-bottom: 5px;
  font-size: 14px !important;
  text-decoration: none;
  color: #0B1F3A;
  border: 1px solid #CAD0D9;
  transition: all 0.2s ease;
}

.widget.widget_tag_cloud .tag-cloud-link:hover,
.widget.widget_tag_cloud .tag-cloud-link:focus {
  color: #fff;
  background-color: #0B1F3A;
  border-color: #0B1F3A;
}

.wp-block-latest-posts__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wp-block-latest-posts__list li {
  position: relative;
  margin-bottom: 15px;
}

.wp-block-latest-posts__list .wp-block-latest-posts__featured-image {
  position: absolute;
  top: 0;
  left: 0;
}

.wp-block-latest-posts__list .wp-block-latest-posts__featured-image img {
  max-width: 80px;
}

.wp-block-latest-posts__list .wp-block-latest-posts__post-title {
  display: block;
  margin-bottom: 5px;
  text-decoration: none;
  color: #0B1F3A;
}

.wp-block-latest-posts__list .wp-block-latest-posts__post-author,
.wp-block-latest-posts__list .wp-block-latest-posts__post-date {
  margin-bottom: 2px;
  color: #0B1F3A;
}

.wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt {
  margin-top: 5px;
  margin-bottom: 0;
}

.wp-block-page-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wp-block-page-list .wp-block-pages-list__item {
  position: relative;
  margin-bottom: 8px;
  padding-left: 14px;
}

.wp-block-page-list .wp-block-pages-list__item::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #A2845E;
  border-radius: 50%;
}

.wp-block-page-list .wp-block-pages-list__item__link {
  text-decoration: none;
  color: #0B1F3A;
}

.wp-block-page-list .submenu-container {
  margin: 0;
  margin-top: 8px;
  padding: 0;
  padding-left: 10px;
  list-style: none;
}

.wp-block-calendar .wp-calendar-table a {
  font-weight: bold;
  text-decoration: none;
  color: #0B1F3A;
}

.wp-block-calendar .wp-calendar-table caption {
  margin-bottom: 10px;
}

.wp-block-calendar .wp-calendar-nav {
  margin-top: 5px;
}

.wp-block-calendar .wp-calendar-nav a {
  text-decoration: none;
  color: #A2845E;
}

.custom-breadcrumbs {
  margin: 0 0 30px;
  padding: 0;
  font-size: 14px;
  list-style: none;
}

.custom-breadcrumbs li {
  display: inline-block;
}

.custom-breadcrumbs a {
  text-decoration: none;
  color: #0B1F3A;
}

.custom-breadcrumbs .custom-breadcrumbs-separator {
  margin-right: 5px;
  margin-left: 5px;
}

.custom-breadcrumbs strong {
  font-weight: normal;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  white-space: nowrap;
  padding: 0.75em 1.2em;
  font-family: inherit;
  text-align: center;
  line-height: 1;
  color: #0B1F3A;
  background-color: #F6F6F6;
  cursor: pointer;
}

.btn:link {
  text-decoration: none;
}

.btn:disabled,
.btn.disabled {
  color: rgba(51, 51, 51, 0.5);
  background-color: #ccc;
  border: none;
  cursor: default;
}

.btn-small {
  padding: 1em;
  font-size: 14px;
}

.btn-medium {
  padding: 18.5px 49.5px;
  font-size: 16px;
}

.btn-large {
  padding: 1em 1.75em;
  font-size: 18px;
}

.btn-full {
  width: 100%;
}

.btn-link {
  display: inline-block;
  padding-right: 20px;
  text-decoration: none;
  color: #0B1F3A;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.170854 0.170854C0.39866 -0.0569514 0.768006 -0.0569514 0.995812 0.170854L4.99581 4.17085C5.22362 4.39866 5.22362 4.76801 4.99581 4.99581L0.995812 8.99581C0.768006 9.22362 0.39866 9.22362 0.170854 8.99581C-0.0569514 8.76801 -0.0569514 8.39866 0.170854 8.17085L3.75837 4.58333L0.170854 0.995812C-0.0569514 0.768006 -0.0569514 0.39866 0.170854 0.170854Z' fill='%23222934'/%3E%3C/svg%3E%0A");
  background-position: right 6px top 60%;
  background-repeat: no-repeat;
  transition: all 0.4s ease;
}

.btn-link:hover {
  color: #A2845E;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.170854 0.170854C0.39866 -0.0569514 0.768006 -0.0569514 0.995812 0.170854L4.99581 4.17085C5.22362 4.39866 5.22362 4.76801 4.99581 4.99581L0.995812 8.99581C0.768006 9.22362 0.39866 9.22362 0.170854 8.99581C-0.0569514 8.76801 -0.0569514 8.39866 0.170854 8.17085L3.75837 4.58333L0.170854 0.995812C-0.0569514 0.768006 -0.0569514 0.39866 0.170854 0.170854Z' fill='%23A2845E'/%3E%3C/svg%3E%0A");
}

.btn-primary {
  background-color: #A2845E;
  border: 1px solid #A2845E;
  transition: background-color 0.4s ease;
}

.btn-primary:link {
  text-decoration: none;
}

.btn-primary:hover {
  background-color: #A2845E;
  border-color: #A2845E;
}

.btn-dark {
  font-weight: 500;
  color: #fff !important;
  background: linear-gradient(93.02deg, #0B1F3A -0.48%, #0C2445 96.11%) !important;
  border: 1px solid rgba(11, 31, 58, 0.5);
  border-radius: 100px !important;
  transition: all 0.4s ease !important;
}

.btn-dark:link {
  text-decoration: none;
}

.btn-dark:hover {
  opacity: 0.8;
  border-color: #A2845E !important;
}

.btn-dark-line {
  font-weight: 500;
  padding: 18.5px 39px;
  color: #0B1F3A;
  background-color: transparent;
  border: 1px solid rgba(11, 31, 58, 0.5);
  border-radius: 100px;
  transition: background-color 0.4s ease;
}

.btn-dark-line:link {
  text-decoration: none;
}

.btn-dark-line:hover {
  color: #fff!important;
  background-color: #0B1F3A;
}

.btn-white-line {
  font-weight: 500;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 100px;
  transition: all 0.4s ease;
}

.btn-white-line:link {
  text-decoration: none;
}

.btn-white-line:hover {
  color: #fff;
  background-color: #A2845E;
  border-color: #A2845E;
}

.btn-gray {
  font-weight: 500;
  color: #fff;
  background-color: #EEF1F6;
  border: 1px solid #EEF1F6;
  border-radius: 100px;
  transition: background-color 0.4s ease;
}

.btn-gray:link {
  text-decoration: none;
}

.btn-gray:hover {
  background-color: #A2845E;
  border-color: #A2845E;
}

.subscribe {
  max-width: 560px;
}

.subscribe__title {
  margin: 0;
}

.subscribe__caption {
  margin: 0;
  font-size: 14px;
}

.subscribe__form {
  margin-top: 39px;
  display: flex;
  gap: 16px;
  margin-top: 39px;
}

.subscribe__form-field {
  position: relative;
  max-width: 400px;
  width: 100%;
}

.subscribe__fieldbox {
  position: relative;
}

.subscribe__field {
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 0 16px;
  border: 1px solid #CAD0D9;
  border-radius: 100px;
  outline: none;
  background: var(--white-10);
  color: #fff;
}

.subscribe__field:placeholder {
  color: #FFF !important;
}

.subscribe__submit {
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
  width: 38px;
  height: 38px;
  background-image:
    url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.15625 0H0.65625C0.293813 0 0 0.293813 0 0.65625C0 1.01869 0.293813 1.3125 0.65625 1.3125H6.57192L0.192211 7.69221C-0.0640703 7.94849 -0.0640703 8.36401 0.192211 8.62029C0.448493 8.87657 0.864007 8.87657 1.12029 8.62029L7.5 2.24058V8.15625C7.5 8.51869 7.79381 8.8125 8.15625 8.8125C8.51869 8.8125 8.8125 8.51869 8.8125 8.15625V0.65625C8.8125 0.475739 8.73962 0.312251 8.62168 0.193605L8.61889 0.190822C8.5563 0.128593 8.48428 0.0815841 8.40745 0.0497955C8.33008 0.0177092 8.24523 0 8.15625 0Z' fill='%23181D25'/%3E%3C/svg%3E"),
    linear-gradient(135deg, #caa457 0%, #e3be72 100%);

  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px 9px, cover;
  font-size: 0;
  border: none;
  border-radius: 50px;
}

.hidden-fields-container {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.social-icons {
  display: flex;
  gap: 16px;
}

.social-icons__item {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(234, 238, 241, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all .25s ease;
}

.social-icons__item:hover {
  background: rgba(255, 255, 255, .12);
  transform: translateY(-2px);
}

.socials {
  display: flex;
  justify-content: center;
}

.socials__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 2px 4px;
  border: 1px solid #CAD0D9;
  border-radius: 50%;
  transition: background-color 0.4s ease;
}

.socials__item:hover {
  background-color: #CAD0D9;
}

.toplist {
  padding: 10px 0;
  font-size: 14px;
  background: #f7f7f5;
  position: relative;
  z-index: 11;
}

.home .toplist {
  background: transparent;
}

.woocommerce-account .toplist {
  background: #fff
}

#my-account-menu .yith-downloads {
    display: none;
}

.toplist__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.toplist__contacts {
  margin: 0;
  font-weight: 600;
  color: #333D4C;
}

.toplist__contacts a {
  text-decoration: none;
  color: #333D4C;
}

.toplist__contacts a[href^="tel:"] {
  display: inline-block;
  padding-left: 26px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_13744_4282)'%3E%3Cpath d='M0.33829 7.90428C0.337918 9.24859 0.689174 10.5612 1.35708 11.7182L0.274414 15.6712L4.31981 14.6104C5.43872 15.2196 6.69236 15.5387 7.96632 15.5388H7.96967C12.1753 15.5388 15.5987 12.1166 15.6005 7.91029C15.6013 5.87203 14.8082 3.95538 13.3674 2.51339C11.9268 1.07153 10.0108 0.277053 7.96936 0.276123C3.76328 0.276123 0.340088 3.69814 0.338352 7.90428' fill='url(%23paint0_linear_13744_4282)'/%3E%3Cpath d='M0.0663566 7.90177C0.0659225 9.29445 0.429767 10.654 1.12149 11.8524L0 15.9471L4.19045 14.8484C5.34505 15.4779 6.64502 15.8098 7.96781 15.8103H7.97122C12.3277 15.8103 15.8741 12.265 15.876 7.90809C15.8767 5.79659 15.0551 3.81104 13.5628 2.3174C12.0703 0.823938 10.0858 0.000868217 7.97122 0C3.61402 0 0.068093 3.54481 0.0663566 7.90177ZM2.56192 11.646L2.40546 11.3976C1.74772 10.3518 1.40056 9.14326 1.40105 7.90226C1.40242 4.28087 4.34964 1.33457 7.97371 1.33457C9.72874 1.33532 11.3781 2.01947 12.6187 3.26078C13.8592 4.5022 14.5418 6.15243 14.5413 7.9076C14.5397 11.529 11.5924 14.4757 7.97122 14.4757H7.96862C6.78952 14.475 5.63312 14.1584 4.62462 13.56L4.38462 13.4177L1.89792 14.0696L2.56192 11.646Z' fill='url(%23paint1_linear_13744_4282)'/%3E%3Cpath d='M5.99503 4.59831C5.84706 4.26944 5.69134 4.2628 5.55063 4.25704C5.4354 4.25208 5.30368 4.25245 5.17209 4.25245C5.04036 4.25245 4.82635 4.302 4.64545 4.49952C4.46437 4.69722 3.9541 5.17499 3.9541 6.14671C3.9541 7.11843 4.66188 8.0576 4.76055 8.1895C4.85934 8.32116 6.12694 10.3791 8.1345 11.1708C9.80297 11.8287 10.1425 11.6978 10.5046 11.6649C10.8668 11.632 11.6732 11.1872 11.8378 10.726C12.0024 10.2649 12.0024 9.86956 11.953 9.78696C11.9037 9.70466 11.772 9.65524 11.5744 9.55651C11.3769 9.45778 10.4058 8.97989 10.2248 8.91397C10.0437 8.84811 9.91206 8.81524 9.78033 9.01301C9.64861 9.21046 9.27038 9.65524 9.15509 9.78696C9.03993 9.91899 8.92464 9.93542 8.72719 9.83663C8.52954 9.73753 7.89345 9.52922 7.13878 8.85642C6.55162 8.33288 6.15522 7.68637 6.03999 7.4886C5.92477 7.29115 6.02765 7.18411 6.12669 7.08569C6.21544 6.99719 6.32427 6.85505 6.42312 6.73977C6.52161 6.62442 6.55447 6.54212 6.62033 6.4104C6.68626 6.27856 6.65326 6.16321 6.60396 6.06442C6.55447 5.96563 6.17066 4.98882 5.99503 4.59831Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_13744_4282' x1='766.578' y1='1539.78' x2='766.578' y2='0.276123' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%231FAF38'/%3E%3Cstop offset='1' stop-color='%2360D669'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_13744_4282' x1='793.798' y1='1594.71' x2='793.798' y2='0' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F9F9F9'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_13744_4282'%3E%3Crect width='15.876' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: left center;
  background-repeat: no-repeat;
}

.toplist__contacts a[href^="mailto:"] {
  display: inline-block;
  margin-left: 16px;
  border-bottom: 1px solid #333D4C;
}

.toplist__info {
  margin: 0;
  padding-left: 32px;
  color: #2D3748;
}

.toplist__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.toplist__menu li {
  display: inline-block;
  margin-left: 24px;
}

.toplist__menu a {
  color: #333D4C;
}

.only-mobile {
      display: none !important;
  }
  
.lang-switcher {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #0b1f3a;
    cursor: pointer;
    margin-left: auto;
}

.lang-current {
    display: flex;
    align-items: center;
    gap: 3px;
    text-transform: capitalize;

}

.lang-current svg {
    transition: transform 0.3s ease;
}

.lang-switcher.active .lang-current svg {
    transform: rotate(180deg);
}

.lang-dropdown {
    position: absolute;
    top: 120%;
    left: -8px;
    background: rgba(255,255,255,0.8);
    list-style: none;
    border-radius: 6px;
    padding: 6px 0;
    margin: 5px 0 0;
    display: none;
    min-width: 50px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.lang-switcher.active .lang-dropdown {
    display: block;
}

.lang-dropdown li {
    padding: 2px;
}

.lang-dropdown li a {
    display: inline-block;
    text-decoration: none;
    color: #0B1F3A;
    text-transform: capitalize;
    padding: 8px 14px;
    min-width: 46px;
}

.lang-dropdown li:hover {
    background: #f5f5f5;
}

@media screen and (max-width: 992px) {
   .top__nav {
    display: none;
  }
  
  .toplist {
    padding: 14px 0 0;
  }
  
  .toplist__info {
    font-size: 12px;
    padding-left: 4px;
  }
  
  .only-mobile {
        display: list-item !important;
  }
}

@media screen and (max-width: 768px) {
    .post-single {
        width: 98%;
        padding: 20px;
        border-radius: 20px;
    }
    
    .post-single-title {
        font-size: 30px;
        text-align: left;
    }
}

.accordion {
  margin-bottom: 15px;
}

.accordion__heading {
  position: relative;
  display: block;
  width: 100%;
  padding: 1em;
  padding-right: 2em;
  text-align: left !important;
  background-color: #F6F6F6;
  border: none;
  transition: all 0.4s ease;
  appearance: none;
  /* отключаем встроенный стиль Safari */
  color: #0B1F3A;
}

.accordion__heading:hover,
.accordion__heading:focus {
  background-color: rgba(24, 29, 37, 0.25);
}

.accordion__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' width='800px' height='800px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2.43 4.8-2.43 2.422 12 11.978 12-11.978-2.43-2.422-9.57 9.547z'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  transition: all 0.3s ease;
}

/**вращение тоглов*/
.accordion__heading.active::after {
  transform: rotate(180deg);
  top: 46%;
}

.accordion__content {
  display: none;
  padding: 0px 0 20px 0;
}

.accordion__content.show {
  display: block;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 300px;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  background-color: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  left: -300px;
  visibility: hidden;
  opacity: 0;
}

.mobile-menu.open {
  left: 0;
  visibility: visible;
  opacity: 1;
}

.admin-bar .mobile-menu {
  padding-top: 32px;
}

.mobile-menu__heading {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #ccc;
}

.mobile-menu__content {
  padding: 20px;
  border-bottom: 1px solid #ccc;
}

.mobile-menu__footer {
  padding: 20px;
}

.mobile-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-menu__list li:not(:last-child) {
  margin-bottom: 10px;
}

.mobile-menu__list a {
  text-decoration: none;
  color: #0B1F3A;
}

.mobile-menu__list li.menu-item-has-children {
  position: relative;
}

.mobile-menu__list li.menu-item-has-children>.sub-menu-toggle {
  position: absolute;
  top: 2px;
  right: 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' width='64px' height='64px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'/%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='m2.43 4.8-2.43 2.422 12 11.978 12-11.978-2.43-2.422-9.57 9.547z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.mobile-menu__list li.current-menu-item>a {
  color: #A2845E;
}

.mobile-menu__list .sub-menu {
  display: none;
  margin: 0;
  margin-top: 10px;
  padding: 0;
  padding-left: 10px;
  list-style: none;
}

.mobile-menu__close {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  line-height: 20px;
  background-color: transparent;
  border: 0;
}

.mobile-menu__close-icon {
  width: 20px;
}

.mobile-menu__fade {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  z-index: 290;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  cursor: pointer;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
}

.mobile-menu__fade.show {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 992px) {
  .mobile-menu__footer {
    padding: 0px 20px 20px 20px;
  }

  .toplist__nav a {
    font-size: 16px;
  }

  .toplist__menu li:first-child {
    display: none;
  }

  .toplist__nav a {
    font-size: .75rem;
  }
}

@media screen and (max-width: 782px) {
  .admin-bar .mobile-menu {
    padding-top: 24px;
  }
}

.sliderst-nav-prev,
.sliderst-nav-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #E0E5EB;
  border-radius: 50%;
  transition: background-color 0.4s ease;
}

.sliderst-nav-prev:hover,
.sliderst-nav-next:hover {
  background-color: #E0E5EB;
}

svg.sliderst-nav-icon {
  width: 6px;
}

.sliderst-nav-next svg.sliderst-nav-icon {
  margin-left: 2px;
}

.sliderst-pagination .swiper-pagination-bullet {
  transition: background-color 0.4s ease;
}

.sliderst-pagination-static {
  position: static;
}

.product-cats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -12px;
  margin-right: -12px;
}

.product-cats__item {
  width: 33.33%;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}

.product-cats__inner {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 30px 0;
  background-color: #F6F6F6;
  border-radius: 16px;
}

.product-cats__content {
  width: 50%;
  padding-top: 17px;
  padding-left: 32px;
  padding-bottom: 17px;
}

.product-cats__pic {
  display: block;
  width: 50%;
  padding-left: 10px;
  text-align: right;
}

.product-cats__quant {
  display: block;
  margin-bottom: 1em;
  font-size: 12px;
  color: #4E5562;
}

.product-cats__title {
  margin-bottom: 16px;
  font-size: 20px;
}

@media screen and (max-width: 1390px) {
  .product-cats__inner {
    padding: 15px 0;
  }
}

@media screen and (max-width: 992px) {
  .product-cats__item {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .product-cats__item {
    width: 100%;
  }

  .product-cats__content {
    padding-left: 25px;
  }
}

.blog-box__list {
  display: flex;
  flex-wrap: wrap;
}

.blog-box__item {
  width: 25%;
  padding-left: 12px;
  padding-right: 12px;
}

.blog-box__item:first-child {
  width: 50%;
}

.blog-box__pic {
  display: block;
  margin-bottom: 24px;
}

.blog-box__image {
  width: 100%;
  border-radius: 12px;
}

.blog-box__categories {
  margin-bottom: 12px;
}

.blog-box__categories a {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #4E5562;
  transition: color 0.4s ease;
}

.blog-box__categories a:hover {
  color: #A2845E;
}

.blog-box__title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
}

.blog-box__title-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog-box__title a {
  color: #0B1F3A;
  transition: color 0.4s ease;
}

.blog-box__title a:hover {
  color: #A2845E;
}

.blog-box__footer {
  font-size: 12px;
}

.blog-box__footer-item {
  display: inline-block;
  padding: 20px 12px 4px 0;
  font-size: 15px;
  margin-right: 12px;
}

.blog-box__footer-item:not(:last-child) {
  border-right: 1px solid #E0E5EB;
}

.blog-box__footer-item a {
  color: #6C727F;
  transition: color 0.4s ease;
}

.blog-box__footer-item a:hover {
  color: #A2845E;
}

@media screen and (max-width: 992px) {
  .blog-box__item {
    width: 50%;
  }

  .blog-box__item:first-child {
    width: 100%;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 576px) {
  .blog-box__pic {
    margin-bottom: 18px;
  }

  .blog-box__title {
    font-size: 18px;
  }

  .toplist__contacts a[href^="mailto:"] {
    display: none;
  }
  
  .lang-switcher {
    margin-right: 26px;
    width: 40px;
    }
}

.catalog-wrap .xproducts,
.products .xproducts,
.swiper-slide .xproducts {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background: #ffffff;
  padding: 25px;
  box-shadow: 0 6px 24px 0 rgba(103, 111, 123, 0.06);
}

.xproducts__pic {
  display: block;
  text-align: center;
  margin: 0 auto 16px;
  max-width: 185px;
}

.swiper-slide .xproducts__price span {
    line-height: 1;
}

.single-product .xproducts__pic {
  max-width: 361px;
    margin-bottom: 0;
}

.product-image {
    min-height: 258px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xproducts__title {
  flex: 1 1 auto;
  margin-top: 18px;
  margin-bottom: 8px;
  font-size: 18px;
  min-height: 54px;
  font-weight: 500;
}

.xproducts__title h3 {
  height: 100%;
}

.product-col-2-right .xproducts__ratingbox {
  height: 0px;
  margin-bottom: 0px;
}

.product-col-2-right .xproducts__ratingbox:has(.woocommerce-product-rating) {
  flex: 1 1 auto;
  height: 16px;
  margin-bottom: 15px;
}

.xproducts .woocommerce-Price-amount {
    font-size: 20px;
}

.xproducts del .woocommerce-Price-amount {
    font-size: 16px;
    color: var(--gray);
    font-weight: 400;
}

.xproducts del {
    margin: 0 0 2px 10px;
}

.woocommerce-product-rating,
.xproducts__ratingbox_main {
  margin: 0px 0px 5px 0px;
}

.woocommerce-product-rating {
  margin: 0px 0px 14px 0px;
}

.xproducts__ratingbox_main .star-rating {
  display: none;
}

.xproducts__ratingbox svg {
  max-width: 85px;

}

.xproducts__rating-total {
  margin-left: 6px;
  font-size: 12px;
  color: #FC9231 !important;
}

.woocommerce .woocommerce-product-rating .star-rating {
  margin: 1px 4px 0px 0px;
}

.woocommerce .woocommerce-product-rating {
  line-height: 1;
}

.woocommerce .star-rating {
  font-size: 16px;
}

/* WooCommerce star rating fix */
.star-rating {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    width: 78px;
    height: 16px;
    color: transparent;
    font-family: WooCommerce;
}

.star-rating::before {
    content: "★★★★★";
    position: absolute;
    left: 0;
    top: 0;
    color: #d3ced2;
}

.star-rating span {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    height: 100%;
}

.star-rating span::before {
    content: "★★★★★";
    position: absolute;
    left: 0;
    top: 0;
    color: #FC9231; /* твой цвет */
}

.woocommerce .star-rating::before {
  color: #FC9231;
}

.woocommerce .star-rating span {
  color: #FC9231;
}

.woocommerce-no-reviews {
    font-size: 14px;
    margin-bottom: 14px;
}

.woocommerce-review-link {
  font-size: 13px;
  color: #4E5562;
}

.xproducts.catalog-item .xproducts__ratingbox {
    height: 26px;
}

.xproducts__price {
  margin: 0 0 11px;
  font-size: 20px;
  font-weight: 600;
      display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.xproducts__price ins {
    text-decoration: unset;
}

.woocommerce-price-suffix {
    font-size: 60%;
    display: none;
}

.xproducts__footer {
  display: flex;
  align-items: center;
  margin-top: 0px !important;
}

.xproducts__footer .yith-add-to-wishlist-button-block {
    margin: 0 0 0 auto;
}

.xproducts__add {
  flex-grow: 1;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 40px;
}

.added_to_cart {
  font-weight: 700;
  margin-left: 10px !important;
}

.xproducts__favorites {
  width: 40px;
  height: 40px;
  padding: 0;
  margin-left: 8px;
  line-height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.224 0.323703C9.73976 0.109996 10.2926 0 10.8509 0C11.4091 0 11.962 0.109996 12.4777 0.323703C12.9935 0.53741 13.4621 0.850641 13.8568 1.2455C14.2515 1.64014 14.5647 2.10867 14.7784 2.62435C14.9921 3.14011 15.1021 3.69293 15.1021 4.25122C15.1021 4.8095 14.9921 5.36232 14.7784 5.87808C14.5647 6.3938 14.2515 6.86237 13.8567 7.25703C13.8566 7.25706 13.8567 7.257 13.8567 7.25703L7.96334 13.1504C7.73553 13.3782 7.36619 13.3782 7.13838 13.1504L1.24505 7.25703C0.447857 6.45984 0 5.37862 0 4.25122C0 3.12382 0.447857 2.0426 1.24505 1.2454C2.04224 0.448214 3.12346 0.000356515 4.25086 0.000356515C5.37826 0.000356515 6.45948 0.448214 7.25667 1.2454L7.55086 1.53959L7.84495 1.2455C8.23963 0.850642 8.70823 0.53741 9.224 0.323703ZM13.0316 2.07027C12.7453 1.7838 12.4053 1.55655 12.0311 1.40151C11.657 1.24647 11.2559 1.16667 10.8509 1.16667C10.4458 1.16667 10.0448 1.24647 9.67059 1.40151C9.2964 1.55655 8.95644 1.7838 8.6701 2.07027L7.96334 2.77703C7.73553 3.00484 7.36619 3.00484 7.13838 2.77703L6.43172 2.07036C5.85332 1.49196 5.06884 1.16702 4.25086 1.16702C3.43288 1.16702 2.6484 1.49196 2.07001 2.07036C1.49161 2.64876 1.16667 3.43324 1.16667 4.25122C1.16667 5.0692 1.49161 5.85367 2.07001 6.43207L7.55086 11.9129L13.0317 6.43207C13.3182 6.14574 13.5455 5.80567 13.7006 5.43149C13.8556 5.05731 13.9354 4.65625 13.9354 4.25122C13.9354 3.84619 13.8556 3.44512 13.7006 3.07094C13.5455 2.69676 13.3181 2.3566 13.0316 2.07027Z' fill='%23181D25'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.container {
  max-width: 1360px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}

.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.container-small {
  max-width: 960px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1240px) {
  .xproducts__title {
    height: 42px;
  }
}

@media screen and (max-width: 576px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-product .xproducts__pic {
    padding: 32px 0;
    }
    .single-product .woocommerce-product-gallery {
        width: 84%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 479px) {
  .xproducts__title {
    height: auto;
  }

  /*.main-popular-section .swiper-slide .xproducts {*/
  /*  text-align: center;*/
  /*}*/
}

.header {
  position: fixed;
  z-index: 100;
  top: 50px;
  z-index: 110;
  height: 60px;
  background: #f7f7f5;
  width: 100%;
}

.header.fixed {
  top: 0;
}

.home .header {
  background: transparent;
}

.woocommerce-account .header {
  background: #fff
}

.header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 8px 32px -4px rgba(103, 111, 123, 0.1);
  border-radius: 100px;
}

.header__logobox {
  width: 20%;
  padding-left: 15px;
}

.header__nav {
  width: 60%;
}

.header__info {
  display: flex;
  justify-content: flex-end;
  width: 3%;
}

.header__info .menu-item  {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background-color: #F2F1ED;
  border-radius: 50%;
  border: none;
}

.icons02 {
  left: 6px;
  top: 2px;
}

.icons02:has(.cart_count_header.hidden) {
  left: -2px;
  top: 2px;
}

div#menuiconwrap.icons02 span.cart_count_header {
    padding: 2px 7px;
}


.header__cart {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  border-radius: 50%;
  transition: background-color 0.4s ease;
}

.header__cart:hover {
  background-color: #F2F1ED;
}

.header-account-button,
header .header__search {
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background-color: #F2F1ED;
  border-radius: 50%;
  border: none;
}

.header__burger {
  display: none;
}

.mobile-menu__heading .header__logo {
  width: 95px;
}

.header__logo {
  width: auto !important;
}

.header__logo img {
  width: 95px !important;
}

@media screen and (max-width: 992px) {
  .header__nav {
    display: none;
  }
  
  .header__acc.header-account-button {
        display: flex;
    }

  .header__burger {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    flex-shrink: 0;
    margin-left: 8px;
    background-color: #F2F1ED;
    border-radius: 50%;
    border: none;
  }

  .header__burger .line {
    display: block;
    width: 50%;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    background-color: #0B1F3A;
  }

  .header__burger .line:not(:last-child) {
    margin-bottom: 5px;
  }

  .header__logobox {
    width: 90px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 468px) {
    .header__row {
        gap: 5px;
    }
}

@media screen and (max-width: 401px) {
    .header__logobox {
        width: 78px;
    }
}

.footer {
  padding-top: 80px;
  background: linear-gradient(129deg, #0b1f3a 0%, #0c2445 100%);
}

.footer__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__menu li {
  margin-bottom: 12px;
}

.footer__menu a {
  text-decoration: none;
  color: var(--white-100);
  transition: color 0.4s ease;
}

.footer__menu a:hover {
  color: #A2845E;
}

.footer__menu .sub-menu {
  margin: 0;
  margin-top: 12px;
  padding: 0;
  list-style: none;
}

.footer__menu .sub-menu li {
  font-size: 14px;
  font-weight: 500;
}

.footer__menu .sub-menu a {
  color: #333D4C;
}

.footer-top {
  padding-bottom: 80px;
}

.footer-top__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -12px;
  padding: 0;
  list-style: none;
}

.footer-top__list li {
  display: flex;
  align-items: center;
  max-width: 322px;
  padding-left: 12px;
  padding-right: 12px;
}

.footer-top__icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--delider);
  width: 70px;
  height: 70px;
  margin-right: 16px;
  background: rgba(247, 247, 245, 0.13);
  border-radius: 50%;
}

.footer .footer-top__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--white-100);
}

.footer .footer-top__text strong {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: var(--white-100);
}

.footer__main {
  padding-bottom: 10px;
}

.footer .footer__row {
  display: flex;
  flex-wrap: wrap;
  gap: 75px;
  position: relative;
}

.footer-img {
    position: absolute;
    right: 0;
    width: 221px;
    border-radius: 10px;
    overflow: hidden;
}

.footer__infobox {
  width: 45%;
}

@media screen and (min-width: 1320px) {
    html[lang="fr-FR"] .footer .footer__row {
        gap: 44px;
    }
    
    .footer__infobox {
      width: 44%;
    }
}

.subscribe__title {
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  color: #fff;
  margin-bottom: 14px;
}

.subscribe__title strong {
  background: linear-gradient(135deg, #caa457 0%, #e3be72 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.subscribe__caption {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--white-100);
  margin-bottom: 39px;
  max-width: 520px;
}

.footer__navbox p {
  margin-bottom: 14px;
  font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: var(--white-100);
}

.footer-company__title {
  margin-top: 27px;
}

.footer__menu .footer-company__info {
  max-width: 320px;
  font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--white-100);
}

.footer__navbox ul li {
  font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: var(--white-100);
}

.footer-bottom {
  padding-bottom: 48px;
}

.footer-bottom .container {
  border-top: 1px solid rgba(234, 238, 241, 0.1);
  padding-top: 40px;
}

.footer__copyright {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    color: var(--gray);
}  

.footer__copyright strong {
  background: linear-gradient(135deg, #caa457 0%, #e3be72 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer__disclaimer {
  max-width: 960px;
  margin: 0 auto;
  font-weight: 300;
    font-size: 11px;
    line-height: 130%;
    text-align: center;
    color: var(--gray-500);
}

@media screen and (max-width: 1240px) {
  .footer__navbox {
    width: 25%;
  }
   .footer__navbox {
        width: 42%;
    }
}

@media screen and (max-width: 992px) {
  .footer-top__list li {
    display: block;
    text-align: center;
  }

  .footer-top__icon {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding-top: 40px;
    border-top: 1px solid #E0E5EB;
  }

  .footer-top {
    padding-bottom: 40px;
  }

  .footer__main {
    padding-bottom: 40px;
  }
  
  .footer .footer__row {
    gap: 20px;
    }

  .footer-top__list li {
    width: 50%;
    margin-bottom: 15px;
  }

  .footer__navbox {
    width: 50%;
    order: 2;
  }

  .footer__infobox {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .subscribe {
    max-width: 100%;
   }
   
   .subscribe__form-field {
        max-width: 480px;
    }
    
    .footer-img {
        bottom: 0;
    }
}
@media screen and (max-width: 568px) {
    .subscribe__form {
        flex-wrap: wrap;
        gap: 0;
    }
    .social-icons {
    margin: -20px auto 0;
    }
  .footer__menu {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .footer__menu .sub-menu {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  
  .footer__navbox p {
    text-align: center;
  }

  .footer__menu li {
    display: inline-block;
  }
  
  .footer .footer__row {
        padding-bottom: 122px;
    }
    
    .footer-img {
        transform: translateX(50%);
        right: 50%;
    }
    .footer__navbox {
        width: 100%;
    }
}

.header__nav font {
  display: none !important;
}

.mobile-menu__content font {
  display: none !important;
}

table.xdebug-error .xe-warning {
  display: none !important;
}

.xdebug-error .xe-warning tbody {
  display: none !important;
}

.main-nav {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

.main-nav>li {
  display: inline-block;
  margin-right: 20px;
}

.main-nav>li.menu-item-has-children {
  position: relative;
  padding-right: 20px;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' width='800px' height='800px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2.43 4.8-2.43 2.422 12 11.978 12-11.978-2.43-2.422-9.57 9.547z'/%3E%3C/svg%3E");
  background-position: top 50% right 0;
  background-repeat: no-repeat;
  background-size: 10px;
}

.main-nav>li.current-menu-item>a {
  color: #A2845E;
}

.main-nav>li>a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
  color: #0B1F3A;
}

.home .top__nav .main-nav>li>a {
  color: #fff;
}

.main-nav>li>a:hover,
.main-nav>li>a:focus {
  color: #A2845E;
}

.main-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  width: 150px;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #F6F6F6;
  transition: all 0.4s ease;
  top: 70%;
  visibility: hidden;
  opacity: 0;
}

.main-nav .sub-menu .sub-menu {
  top: 0 !important;
  left: 100%;
}

.main-nav li.menu-item-has-children:hover>.sub-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.main-nav .sub-menu li {
  display: block;
  margin-right: 0;
  height: 30px;
}

.main-nav .sub-menu a {
  padding: 12px 0px 12px 10px;
  color: #0B1F3A;
}

.main-nav .sub-menu a:hover {
  color: #A2845E;
}

@media screen and (max-width: 992px) {
  .main-nav li {
    display: block;
    margin: 0;
  }

  .main-nav li.menu-item-has-children {
    padding-right: 0;
  }

  .main-nav>li.menu-item-has-children {
    background-image: none;
  }

  .main-nav .sub-menu-toggle {
    position: absolute;
    top: 10px;
    right: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' width='800px' height='800px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2.43 4.8-2.43 2.422 12 11.978 12-11.978-2.43-2.422-9.57 9.547z'/%3E%3C/svg%3E");
    background-position: top 50% right 0;
    background-repeat: no-repeat;
    background-size: 10px;
  }

  .main-nav .sub-menu {
    position: static;
    width: auto;
    padding-left: 10px;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
  }

  .main-nav .sub-menu.show {
    display: block;
  }

  .main-nav .sub-menu a {
    padding: 5px 0;
  }
}

.page-home {
  padding: 30px 0;
}

.page-archive {
  padding: 30px 0;
}

.page-search {
  padding: 30px 0;
}

.page-single {
  padding-top: 40px;
}

.section-page {
  padding: 20px 0 40px;
}

.page-section-medium {
  padding-top: 68px;
  padding-bottom: 96px;
}

.main-hero-section {
    background-repeat: no-repeat;
    background-position: center 18%;
    min-height: 880px;
    background-size: cover;
    position: relative;
}

.main-hero-section .container {
        position: relative;
        z-index: 2;
    }

.main-hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(247, 247, 245, 0.85) 0%, rgba(247, 247, 245, 0.55) 30%, rgba(247, 247, 245, 0.2) 50%, rgba(247, 247, 245, 0.1) 70%, rgba(247, 247, 245, 0) 100%);
}

@media screen and (max-width: 1600px) {
  .main-hero-section {
      min-height: 860px;
      background-position: center top;
    }
}


@media screen and (max-width: 1390px) {
  .main-hero-section {
      min-height: 750px;
    }
}

@media screen and (max-width: 992px) {
  .page-section-medium {
    padding-top: 40px;
    padding-bottom: 60px;
  }
    .main-hero-section {
        background-size: cover;
    }
    .main-hero-section::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        background: linear-gradient(90deg, rgba(247, 247, 245, 0.85) 0%, rgba(247, 247, 245, 0.65) 35%, rgba(247, 247, 245, 0.45) 70%, rgba(247, 247, 245, 0.2) 100%);
    }
    .main-hero-section .container {
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
        z-index: 2;
    }
    .main-nums-section {
        position: relative;
        z-index: 2;
    }
    
    .main-hero__desc {
        color: #0B1F3A;
        font-weight: 500;
    }
    
    .main-hero-section .btn-dark-line {
        color: #000;
        border: 1px solid rgba(11, 31, 58, 0.95);
    }
}

.main-hero__item {
  background-color: #F6F6F6;
  background-size: cover;
  border-radius: 16px;
}

.main-hero__content {
  max-width: 628px;
  padding: 252px 32px 142px;
  color: #2D3748
}

.main-hero__title {
  margin-bottom: 24px;
  font-size: 80px;
  line-height: 120%;
}

html[lang="de-DE"] .main-hero__title {
    font-size: 66px;
}

.main-hero__desc {
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 24px;
}

.main-hero__sub {
  background: rgba(255, 255, 255, 0.6);
  padding: 8px;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 130%;
  border-radius: 30px;
  max-width: fit-content;
}

.main-hero__sub p {
  margin-bottom: 0;
  padding: 0 9px 0 10px;
}

.main-hero__footer {
  margin-top: 40px;
}

.main-hero__footer .btn {
  margin-top: 2px;
  margin-bottom: 2px;
}

.main-hero__footer .btn:not(:last-child) {
  margin-right: 22px;
}

@media screen and (max-width: 1390px) {
  .main-hero__content {
    max-width: 650px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .main-hero__title {
    max-width: 8em;
    font-size: 48px;
  }

  .main-hero__footer .btn:not(:last-child) {
    margin-right: 12px;
  }
}

@media screen and (max-width: 992px) {
  .main-hero__title {
    font-size: 42px;
  }
  html[lang="de-DE"] .main-hero__title {
    font-size: 48px;
    max-width: 9em;
  }
  .main-hero__content {
    padding: 282px 35px 120px;
  }
}

@media screen and (max-width: 576px) {
  .main-hero-section {
    background-position: 60% top;
    min-height: unset;
    }
  .main-hero__content {
    padding: 282px 35px 120px;
    text-align: center;
  }

  .main-hero__title {
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
  }
  
  html[lang="de-DE"] .main-hero__title {
    font-size: 36px;
  }
  
  .main-hero__sub {
      font-size: 16px;
  }

  .main-hero__footer {
    margin-top: 24px;
  }

  .main-hero__footer .btn {
    width: 100%;
  }
  
  .main-hero__footer .btn-dark-line {
      margin-top: 16px;
    }

  .main-hero__footer .btn:not(:last-child) {
    margin-right: 0;
  }
}

.main-nums-section {
    border-radius: 50px 60px 60px 60px;
    background: #ffffff;
    margin-top: -46px;
    position: relative;
    z-index: 4;
}

.main-nums__area {
  display: flex;
  align-items: center;
  padding: 32px;
}

.main-nums__title {
  width: 74%;
  margin: 0;
  padding-right: 100px;
  font-weight: 700;
    font-size: 32px;
    line-height: 130%;
}

.main-nums__title strong {
      background: linear-gradient(135deg, #caa457 0%, #e3be72 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
}

.main-nums__info {
  width: 40%;
  display: flex;
  justify-content: space-between;
}

.main-nums__item {
  width: 50%;
  margin: 0;
  padding: 20px 32px;
  text-align: center;
  color: #2D3748
}

.main-nums__item span {
  display: block;
  text-align: left;
}

.main-nums__number {
  display: block;
    margin-bottom: 3px;
    font-size: 64px;
    font-weight: 700;
    line-height: 120%;
    color: #0B1F3A;
}

@media screen and (max-width: 992px) {
  .main-nums__area {
    padding: 22px;
  }

  .main-nums__title {
    padding-right: 30px;
    font-size: 28px;
  }

  .main-nums__number {
    font-size: 52px;
  }
}

@media screen and (max-width: 768px) {
  .main-nums__title {
    padding-right: 15px;
    font-size: 24px;
  }

  .main-nums__item {
    padding: 12px;
  }

  .main-nums__number {
    font-size: 44px;
  }
}

@media screen and (max-width: 576px) {
  .main-nums__area {
    display: block;
  }
  
  .main-nums-section {
    border-radius: 30px;
  }

  .main-nums__title {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }

  .main-nums__info {
    width: 100%;
    margin-top: 15px;
  }
}

.main-key-section {
  padding-top: 113px;
  padding-bottom: 127px;
}

.main-review-section {
  padding-top: 48px;
  padding-bottom: 112px;
}

.main-popular-section {
  padding-top: 120px;
    padding-bottom: 120px;
}

.single-product .main-popular-section {
  padding-top: 0;
}

.main-popular-section .section-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  position: relative;
}

.main-popular-section .btn-link {
  position: absolute;
  right: 0;
}

@media (max-width: 576px) {
    .main-key-section {
        padding-top: 45px;
        padding-bottom: 70px;
    }
    .main-popular-section {
        padding-top: 45px;
        padding-bottom: 70px;
    }
    .main-popular-section .section-header {
        justify-content: space-between;
        margin-bottom: 24px;
    }
    .main-popular-section .btn-link {
        font-size: 15px;
    }
    
}

.main-why-section {
  position: relative;
  z-index: 0;
  padding-top: 120px;
  padding-bottom: 117px;
  overflow: hidden;
  background-color: #FFFFFF;
  border-radius: 60px;
}

.main-why-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: inline-block;
  width: 100%;
  height: 70%;
  background: linear-gradient(#fff, rgba(255, 255, 255, 0));
}

.main-key-section .section-title {
  margin-bottom: 30px;
}

.main-why {
  display: flex;
  align-items: center;
}

.main-why__content {
  width: 50%;
}

.main-why__pic {
  display: block;
  width: 50%;
  text-align: right;
}

.main-why__inner {
  max-width: 680px;
  margin-left: auto;
  padding-left: 30px;
}

.main-why__heading {
  margin-bottom: 0.5em;
}

.main-why__info {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #2D3748;
  margin-bottom: 30px;
}

.main-why__info-text {
  margin-bottom: 10px;
}

.main-why__info-sub {
  margin-bottom: 0px;
  font-weight: 700;
}

.main-why__footer {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}

.main-why__footer .btn {
  height: 56px;
}

html[lang="de-DE"] .main-why__info {
    font-size: 17px;
}

html[lang="de-DE"] .main-why__footer .btn {
    padding: 18.5px 18.5px;
}

html[lang="de-DE"] .main-why__footer {
    gap: 24px;
}

.main-why__footer-text {
  display: flex;
  align-items: center;
  gap: 14px;
}

.why_footer-text__icon {
  border: 1px solid var(--delider);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}

.footer-why__info-text .main-why__info-sub {
  margin-bottom: 6px;
}

.footer-why__info-text,
.footer-why__info-text .main-why__info-text {
  margin-bottom: 0;
}

.main-why__list-item {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 25px;
  border: 1px solid var(--delider);
border-radius: 20px;
  box-shadow: 0 6px 24px 0 rgba(103, 111, 123, 0.06);
  background: var(--white-100);
}

.main-why__title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: var(--black-blue);
}

.main-why__desc {
  margin: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: var(--black-light-blue);
}

.main-why__more {
  padding: 1em 1.25em;
  font-size: 14px;
}

@media screen and (max-width: 992px) {
  .main-why {
    display: block;
  }

  .main-why__content {
    width: 100%;
  }

  .main-why__pic {
    display: block;
    width: 100%;
    margin-top: 30px;
    padding-left: 30px;
    text-align: right;
  }

  .main-why__inner {
    max-width: 100%;
    padding-right: 30px;
  }
}

@media screen and (max-width: 576px) {
  .main-why__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-why__pic {
    padding-left: 20px;
  }
  .main-why-section {
    padding-top: 70px;
    padding-bottom: 100px;
    border-radius: 30px;
    }
   .main-why__footer {
        flex-direction: column;
    }
}

.main-reg-section {
  padding: 112px 0;
}

.main-howuse-section {
  padding-bottom: 112px;
}

.main-howuse {
  display: flex;
  align-items: center;
}

.main-howuse__pic {
  display: block;
  width: 50%;
}

.main-howuse__content {
  width: 50%;
  padding-left: 114px;
}

.main-howuse__image {
  border-radius: 16px;
}

.main-howuse__title {
  margin-bottom: 0.83em;
}

.main-howuse__list {
  margin-bottom: 52px;
}

.main-howuse__list-item {
  display: flex;
  padding: 23px 16px;
  padding-bottom: 15px;
  margin-bottom: 18px;
  background-color: #F6F6F6;
  border-radius: 8px;
}

.main-howuse__list-icon {
  display: block;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  margin-right: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.main-howuse__list-content h3 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 600;
}

.main-howuse__list-content ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  font-size: 14px;
  list-style: none;
}

.main-howuse__list-content ul li {
  position: relative;
  margin-bottom: 2px;
  padding-left: 20px;
  margin-right: 8px;
}

.main-howuse__list-content ul li::before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 12C6.78793 12 7.56815 11.8448 8.2961 11.5433C9.02405 11.2417 9.68549 10.7998 10.2426 10.2426C10.7998 9.68549 11.2417 9.02405 11.5433 8.2961C11.8448 7.56815 12 6.78793 12 6C12 5.21207 11.8448 4.43185 11.5433 3.7039C11.2417 2.97595 10.7998 2.31451 10.2426 1.75736C9.68549 1.20021 9.02405 0.758251 8.2961 0.456723C7.56815 0.155195 6.78793 -1.17411e-08 6 0C4.4087 2.37122e-08 2.88258 0.632141 1.75736 1.75736C0.632141 2.88258 0 4.4087 0 6C0 7.5913 0.632141 9.11742 1.75736 10.2426C2.88258 11.3679 4.4087 12 6 12ZM5.84533 8.42667L9.17867 4.42667L8.15467 3.57333L5.288 7.01267L3.80467 5.52867L2.862 6.47133L4.862 8.47133L5.378 8.98733L5.84533 8.42667Z' fill='black'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
}

.main-howuse__desc {
  max-width: 28em;
}

.main-howuse__footer {
  margin-top: 24px;
}

@media screen and (max-width: 1390px) {
  .main-howuse__content {
    padding-left: 55px;
  }

  .main-howuse__list {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 992px) {
  .main-howuse {
    display: block;
  }

  .main-howuse__pic {
    width: 100%;
    margin-bottom: 15px;
  }

  .main-howuse__content {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 576px) {
  .main-howuse__list-icon {
    width: 42px;
    height: 42px;
    margin-right: 10px;
  }
}

.main-choose-section {
  padding-top: 9%;
  padding-bottom: 11%;
  margin-bottom: 112px;
  background: url("../images/pics/main-choose-bg.jpg") center center no-repeat;
  background-size: contain;
}

.main-choose {
  text-align: center;
}

.main-choose__title {
  margin-bottom: 24px;
}

.main-choose__btn {
  padding: 1em 1.55em;
  font-size: 16px;
}

@media screen and (max-width: 992px) {
  .main-choose-section {
    background-size: cover;
  }
}

.about-hero {
  position: relative;
  z-index: 0;
  padding-top: 50px;
}

.about-hero::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  display: inline-block;
  width: 100%;
  height: 265px;
  background-color: #F6F6F6;
}

.about-hero__caption {
  text-align: center;
  margin-top: 40px;
}

.about-hero__title {
  max-width: 22em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.15em;
  font-size: 48px;
  text-align: center;
  line-height: 1.3;
}

.about-hero__video {
  position: relative;
  display: block;
  padding-bottom: 52%;
  background-color: #F6F6F6;
  background-size: cover;
  border-radius: 16px;
}

.about-hero__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding: 0.75em 1.5em;
  transform: translate(-50%, -50%);
  color: #0B1F3A;
  background-color: #fff;
  border-radius: 100px;
}

.about-key {
  padding: 100px 0;
  background: #F6F6F6 url("../images/icons/about-key-circles.svg") center center no-repeat;
}

.about-key__area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  color: #2D3748;
}

.about-key__info {
  width: 33.33%;
  padding-left: 20px;
  padding-right: 20px;
}

.about-key__sliderbox {
  width: 33.33%;
  padding-left: 20px;
  padding-right: 20px;
}

.about-key__desc {
  padding: 31px 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 24px 0 rgba(103, 111, 123, 0.1);
}

.about-key__desc:not(:last-child) {
  margin-bottom: 20px;
}

.about-key__desc--medium {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

.about-key__caption {
  margin-bottom: 0.5em;
  font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
  color: #0B1F3A;
}

.about-key__text {
  margin: 0;
  font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
}

.about-key__slider * {
  box-sizing: border-box;
}

.about-key__item {
  max-width: 306px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.about-key__slider-imagebox {
  margin-bottom: 16px;
}

.about-key__slider-title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #0B1F3A;
}

.about-key__slider-caption {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.about-key__slider-link {
  width: 100%;
  margin-top: 16px;
}

.swiper-button-next, .swiper-button-prev {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

@media screen and (max-width: 768px) {
  .about-hero {
      padding-top: 46px;
    }

    .about-hero__title {
      font-size: 36px;
    }
    .about-key {
      padding: 60px 0 0;
    }
    .about-key .section-title {
      margin-bottom: 0;
    }
   .about-key__info {
    width: 100%;
   }

  .about-key__info:last-child {
    margin-top: 12px;
  }

  .about-key__sliderbox {
    width: 100%;
    order: -1;
    margin-bottom: 30px;
  }

  .about-key__desc:not(:last-child) {
    margin-bottom: 12px;
  }

  .about-key__desc--medium {
    max-width: none;
  }
}

.about-why {
  padding-bottom: 100px;
  background-color: #F6F6F6;
}

.about-why__area {
  display: flex;
}

.about-why__info {
  width: 25%;
  padding-top: 45px;
}

.about-why__sliderbox {
  width: 75%;
  overflow: hidden;
}

.about-why__nav {
  position: relative;
  display: flex;
}

.about-why__nav-prev,
.about-why__nav-next {
  position: static;
  margin: 0;
  transform: none;
}

.about-why__slider {
  padding: 20px;
  overflow: visible;
}

.about-why__item {
  height: 100%;
  padding: 48px 32px;
  box-shadow: 0 0 20px 0 rgba(103, 111, 123, 0.1);
  border-radius: 16px;
}

.about-why__desc {
  margin: 0;
}

.about-review {
  padding: 100px 0;
}

.about-review__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.about-review__item {
  width: 25%;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}

.about-review__inner {
  padding: 16px 20px;
  background-color: #F6F6F6;
  border-radius: 16px;
}

.about-review__pic {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  background-color: #fff;
  border-radius: 50%;
}

.about-review__pic::before,
.about-review__pic::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background-position: center center;
  background-repeat: no-repeat;
}

.about-review__pic::before {
  left: -26px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.71174 16H5.75089L0 8.18241V7.92182H3.24555L8.71174 16ZM8.71174 0L3.24555 8.07818H0V7.81759L5.75089 0H8.71174ZM16 16H13.0391L7.28826 8.18241V7.92182H10.5338L16 16ZM16 0L10.5338 8.07818H7.28826V7.81759L13.0391 0H16Z' fill='%23A2845E'/%3E%3C/svg%3E%0A");
}

.about-review__pic::after {
  right: -26px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.28826 -7.61605e-07L10.2491 -5.02759e-07L16 7.81759L16 8.07818L12.7544 8.07818L7.28826 -7.61605e-07ZM7.28826 16L12.7544 7.92182L16 7.92182L16 8.18241L10.2491 16L7.28826 16ZM1.39876e-06 -1.39876e-06L2.96086 -1.13992e-06L8.71175 7.81759L8.71175 8.07818L5.46619 8.07818L1.39876e-06 -1.39876e-06ZM0 16L5.46619 7.92182L8.71175 7.92182L8.71174 8.18241L2.96085 16L0 16Z' fill='%23A2845E'/%3E%3C/svg%3E%0A");
}

.about-review__title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #0B1F3A;
}

.about-review__desc {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  color: #4E5562;
}

.about-review__ratingbox {
  margin-top: 15px;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .about-review__item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
    .about-why {
      padding-bottom: 30px;
   }
  .about-why__area {
    flex-direction: column;
  }

  .about-why__info {
    width: 100%;
    padding-top: 45px;
  }

  .about-why__sliderbox {
    width: 100%;
  }

  .about-why__info h2.section-title {
    margin-bottom: 0em !important;
  }
  
  .page-template-page-about .main-review-section {
    padding-top: 48px;
    padding-bottom: 48px;
   }
   
   .page-template-page-about .main-reg-section  {
       padding: 70px 0 45px;
   }
   
   .page-template-page-about .main-reg-section .section-title {
      margin-bottom: 0;
   }
}

@media screen and (max-width: 600px) {
  .about-why__slider {
    padding: 20px 0px 20px 0px;
    overflow: visible;
  }
}



@media screen and (max-width: 576px) {
  .about-review__item {
    width: 100%;
  }
}

.about-info__area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.about-info__area:not(:last-child) {
  margin-bottom: 56px;
}

.about-info__pic {
  display: block;
  width: 50%;
}

.about-info__content {
  width: 50%;
  padding-left: 96px;
}

.about-info__area--image-last .about-info__pic {
  order: 2;
}

.about-info__area--image-last .about-info__content {
  padding-left: 0;
  padding-right: 96px;
}

.about-info__image {
  border-radius: 16px;
}

.about-info__heading {
  margin-bottom: 0.5em;
}

.about-info__desc hr {
  margin: 24px 0;
  border: none;
  border-bottom: 1px solid #A2845E;
}

.about-info__desc blockquote {
  padding: 16px;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  border: 1px solid #A2845E;
  border-radius: 16px;
}

.about-info__desc blockquote p {
  margin: 0;
  font-weight: normal;
}

@media screen and (max-width: 1390px) {
  .about-info__content {
    padding-left: 50px;
  }

  .about-info__area--image-last .about-info__content {
    padding-right: 50px;
  }
}

@media screen and (max-width: 992px) {
  .about-info__area:not(:last-child) {
    margin-bottom: 35px;
  }

  .about-info__pic {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }

  .about-info__content {
    width: 100%;
    padding-left: 0;
  }

  .about-info__area--image-last .about-info__pic {
    order: -1;
  }

  .about-info__area--image-last .about-info__content {
    padding-right: 0;
  }
}

.about-use {
  padding: 100px 0;
}

.about-use__area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.about-use__picbox {
  display: block;
  width: 50%;
}

.about-use__contentbox {
  width: 50%;
  padding-left: 96px;
}

.about-use__imageslider-image {
  border-radius: 16px;
}

.about-use__slider-title {
  margin-bottom: 56px;
}

.about-use__slider-desc ul {
  padding-left: 1.5em;
}

.about-use__slider-desc ul li {
  margin-bottom: 25px;
}

.about-use__slider-nav {
  display: flex;
  margin-top: 56px;
}

.about-use__slider-nav-prev,
.about-use__slider-nav-next {
  position: static;
  margin: 0;
  transform: none;
}

.about-use__slider-nav-prev {
  margin-right: 12px;
}

@media screen and (max-width: 1390px) {
  .about-use__contentbox {
    padding-left: 50px;
  }

  .about-use__slider-title {
    margin-bottom: 30px;
  }

  .about-use__slider-nav {
    margin-top: 0px;
  }
}

@media screen and (max-width: 992px) {
   .about-use {
        padding: 60px 0 0;
    }
    
  .about-use__picbox {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }

  .about-use__contentbox {
    width: 100%;
    padding-left: 0;
  }

  .about-use__slider-title {
    text-align: center;
  }

  .about-use__slider-nav-prev,
  .about-use__slider-nav-next {
    margin-left: 6px;
    margin-right: 6px;
  }
}

.about-reg {
  padding-bottom: 112px;
}

.about-reg__area {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.about-reg__area:not(:last-child) {
  margin-bottom: 24px;
}

.about-reg__content {
  width: 58.33%;
  padding-left: 12px;
  padding-right: 12px;
}

.about-reg__pic {
  display: block;
  width: 41.66%;
  padding-left: 12px;
  padding-right: 12px;
}

.about-reg__area--image-first .about-reg__pic {
  order: -1;
}

.about-reg__inner {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 22px 55px;
  background-color: #F6F6F6;
  border-radius: 16px;
}

.about-reg__desc {
  font-size: 18px;
  color: #4E5562;
}

.about-reg__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-top: 32px;
  padding: 0;
  list-style: none;
}

.about-reg__list-item {
  display: flex;
  align-items: center;
  padding: 6px 18px;
  margin-right: 12px;
  margin-bottom: 5px;
  background-color: #fff;
  border-radius: 100px;
  box-shadow: 0 18px 48px -4px rgba(103, 111, 123, 0.12);
}

.about-reg__list-icon {
  width: 14px;
  height: 14px;
  margin-right: 8px;
  flex-shrink: 0;
  background-position: center center;
  background-repeat: no-repeat;
}

.about-reg__list-text {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.about-reg__image {
  width: 100%;
  border-radius: 16px;
}

.about-reg-bpa {
  margin-bottom: 24px;
}

.about-reg__title {
  font-size: 32px;
  font-weight: 600;
}

.about-reg__desc ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-reg__desc ul li {
  padding-left: 32px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 12C6.78793 12 7.56815 11.8448 8.2961 11.5433C9.02405 11.2417 9.68549 10.7998 10.2426 10.2426C10.7998 9.68549 11.2417 9.02405 11.5433 8.2961C11.8448 7.56815 12 6.78793 12 6C12 5.21207 11.8448 4.43185 11.5433 3.7039C11.2417 2.97595 10.7998 2.31451 10.2426 1.75736C9.68549 1.20021 9.02405 0.758251 8.2961 0.456723C7.56815 0.155195 6.78793 -1.17411e-08 6 0C4.4087 2.37122e-08 2.88258 0.632141 1.75736 1.75736C0.632141 2.88258 0 4.4087 0 6C0 7.5913 0.632141 9.11742 1.75736 10.2426C2.88258 11.3679 4.4087 12 6 12ZM5.84533 8.42667L9.17867 4.42667L8.15467 3.57333L5.288 7.01267L3.80467 5.52867L2.862 6.47133L4.862 8.47133L5.378 8.98733L5.84533 8.42667Z' fill='black'/%3E%3C/svg%3E%0A");
  background-position: left 3px center;
  background-repeat: no-repeat;
  background-size: 18px;
}

.about-reg__desc ul li:not(:last-child) {
  margin-bottom: 8px;
}

.about-reg__footer {
  padding-top: 112px;
  text-align: center;
}

@media screen and (max-width: 1390px) {
  .about-reg__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 992px) {
  .about-reg__pic {
    width: 100%;
    order: -1;
    margin-bottom: 20px;
    display: none;
  }

  .about-reg__content {
    width: 100%;
  }

  .about-reg__inner {
    padding: 30px;
  }

  .about-reg__title {
    font-size: 26px;
  }
}

.about-how {
  padding-top: 112px;
  padding-bottom: 88px;
  color: #fff;
  background-color: #353432;
  background-image: url("../images/icons/about-how-bg.svg");
  background-position: left 10% top;
  background-repeat: no-repeat;
  background-size: contain;
}

.about-how__area {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.about-how__info {
  width: 25%;
  padding-left: 12px;
  padding-right: 12px;
}

.about-how__content {
  width: 75%;
  padding-left: 12px;
  padding-right: 12px;
}

.about-how__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -12px;
  margin-right: -12px;
}

.about-how__item {
  width: 33.33%;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}

.about-how__pic {
  display: block;
  margin-bottom: 24px;
}

.about-how__image {
  width: 100%;
  border-radius: 12px;
}

.about-how__title {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.about-how__desc {
  font-size: 14px;
  color: #CAD0D9;
}

.about-how__desc ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-how__desc ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}

.about-how__desc ul li::before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 12C6.78793 12 7.56815 11.8448 8.2961 11.5433C9.02405 11.2417 9.68549 10.7998 10.2426 10.2426C10.7998 9.68549 11.2417 9.02405 11.5433 8.2961C11.8448 7.56815 12 6.78793 12 6C12 5.21207 11.8448 4.43185 11.5433 3.7039C11.2417 2.97595 10.7998 2.31451 10.2426 1.75736C9.68549 1.20021 9.02405 0.758251 8.2961 0.456723C7.56815 0.155195 6.78793 -1.17411e-08 6 0C4.4087 2.37122e-08 2.88258 0.632141 1.75736 1.75736C0.632141 2.88258 0 4.4087 0 6C0 7.5913 0.632141 9.11742 1.75736 10.2426C2.88258 11.3679 4.4087 12 6 12ZM5.84533 8.42667L9.17867 4.42667L8.15467 3.57333L5.288 7.01267L3.80467 5.52867L2.862 6.47133L4.862 8.47133L5.378 8.98733L5.84533 8.42667Z' fill='%23A2845E'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
  .about-how__info {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }

  .about-how__info .section-title {
    margin-bottom: 0.5em;
  }

  .about-how__content {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .about-how__item {
    width: 50%;
  }
}

@media screen and (max-width: 576px) {
  .about-how__item {
    width: 100%;
  }
}

.about-cats {
  padding-top: 112px;
}

.about-articles {
  padding: 112px 0;
}

.contacts-call-section {
  padding-top: 24px;
}

.contacts-call-section .contacts-call__heading {
  margin-bottom: 16px;
}

.contacts-call__caption {
  margin: 0;
  margin-bottom: 24px;
}

.contacts-call {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
}

.contacts-call__form {
  width: 60%;
  padding: 36px 50px 12px;
  background-color: #ffffff;
}

.contacts-call__pic {
  position: relative;
  width: 40%;
}

.contacts-call__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1390px) {
  .contacts-call__form {
    padding: 45px 55px;
  }
}

@media screen and (max-width: 992px) {
  .contacts-call__form {
    padding: 24px;
  }
}

@media screen and (max-width: 768px) {
    .about-cats {
      padding-top: 70px;
    }
    
    .about-cats .swiper-button-next, .about-cats .swiper-button-prev {
        top: 80%;
    }
    
    .about-articles {
        padding: 30px 0;
    }
    
  .contacts-call__form {
    width: 100%;
  }

  .contacts-call__pic {
    display: none;
  }
}

.contacts-support__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  padding-bottom: 40px;
}

.contacts-support__list-item {
  width: 25%;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}

.contacts-support__list-icon {
  display: block;
  width: 48px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  background-color: #F5F7FA;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.contacts-support__list-title {
  margin: 0;
  margin-bottom: 16px;
  font-weight: 600;
  text-align: center;
  color: #0B1F3A;
}

.contacts-support__list-desc {
  text-align: center;
}

.contacts-support__list-desc p {
  margin: 0;
}

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

.contacts-support__help {
  padding-top: 44px;
  padding-bottom: 112px;
}

.contacts-support__title {
  text-align: center;
}

.contacts-support__caption {
  text-align: center;
}

.contacts-support__footer {
  text-align: center;
}

@media screen and (max-width: 768px) {
    .contacts-support-section {
        padding-top: 24px;
    }
  .contacts-support__list-item {
    width: 50%;
  }
  .contacts-support__list {
    padding-bottom: 20px;
    }
    .contacts-support__help {
        padding-top: 45px;
        padding-bottom: 80px;
    }
}

.faq__content,
.help__area {
  display: flex;
  flex-wrap: wrap;
}

.prod-faq .faq__area {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}

.prod-faq .faq__info {
    max-width: 321px;
    flex-shrink: 0;
}

.prod-faq .faq__content {
    max-width: 850px;
        width: 100%;
}

.faq__info {
    margin-bottom: 24px;
}

.faq-tabs,
.help__aside {
  width: 25%;
  padding-top: 2px;
  padding-right: 10px;
  margin: 0;
}

.faq-tabs-content,
.help__content {
  display: none;
  flex-direction: column;
  width: 75%;
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
  font-size: 14px;
}

.faq-tabs-content,
.help__content.is-active {
    display: flex;
}

.faq-tab-content {
    display: none;
}

.faq-tab-content.is-active {
    display: block;
}

.help__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.faq-tab,
.help__list li {
  display: flex;
  align-items: center;
  border-radius: 20px;
  padding: 18px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  transition: background-color 0.4s ease;
  margin-bottom: 10px;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0 6px 24px 0 rgba(103, 111, 123, 0.06);
}

.faq-tab.current,
.help__list li.current {
    background: linear-gradient(135deg, #caa457 0%, #e3be72 100%);
    color: #fff;
}

.faq-tab svg,
.help__list svg {
  margin-right: 6px;
  width: 22px;
  fill: #4e5562;
}

.faq-tab svg {
  fill: #fff;
}

.faq-tab {
    color: #262524;
}

.faq-tab.current {
    color: #fff;
}

.faq-tab.current svg {
    fill: #d4af37;
}

.faq-icon {
    width: 22px;
    height: 22px;
}

/* optional hover */
.faq-tab:hover,
.help__list li:hover {
  color: #fff;
  background: linear-gradient(135deg, #caa457 0%, #e3be72 100%);
}

.faq-tab:hover svg {
    color: #fff;
    fill: #d4af37;
}

.faq-tab.current .icon-secondary {
    fill: #d4af37;
}

.faq-tab:hover .icon-secondary {
    color: #fff;
    fill: #d4af37;
}

.help__footer {
  display: flex;
  flex-wrap: wrap;
}

.help__info {
  width: 100%;
  padding-top: 50px;
  padding-right: 24px;
  border-right: 0px solid #E0E5EB;
}

.help__info-caption {
  margin: 0;
  margin-bottom: 1.42em;
  font-size: 14px;
  color: #0B1F3A;
}

@media screen and (max-width: 992px) {
  .help__area {
    border-top: none;
  }
  .faq-tabs,
  .help__aside {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    border-right: 0;
  }
  
  .faq-tabs {
        padding-bottom: 16px;
        padding-left: 0;
    }

  .faq-tabs-content,
  .help__content {
    width: 100%;
  }

  .faq-tab,
  .help__list li {
    display: inline-block;
  }

  .help__info {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
  
  .prod-faq .faq__area {
    flex-direction: column;
    gap: 0
    }
    
    .prod-faq .faq__info {
        max-width: 100%;
    }
    
    .prod-faq .faq__content {
       max-width: 100%;
    }
    
    .prod-faq .faq__caption.page-caption {
        max-width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
  .faq-tabs-content,
  .help__content {
     padding: 20px; 
  }
  .faq-tab,
  .help__list li {
    border-radius: 12px;
    padding: 10px 12px;
    font-size: 14px;
    margin-right: 6px;
  }
  .faq-tab svg, 
  .help__list li svg {
      width: 18px;
      height: 20px;
  }
}

.faq-section {
    padding-top: 40px;
}

.faq__heading {
  margin-bottom: 30px;
  text-align: center;
}

.faq__caption.page-caption {
  max-width: 245px;
  margin-bottom: 40px;
}

.faq__content .product_accordion {
    box-shadow: 0 6px 24px 0 rgba(103, 111, 123, 0.06);
      background: var(--white-100);
      border: 1px solid var(--delider);
      border-radius: 20px;
      padding: 15px 15px 15px 26px;
      margin: 0px 0px 5px 0px;
      width: 100%;
}

.faq__content .product__heading {
  font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: var(--black-blue);
}

.faq__content .accordion__heading::after {
  content: "+";
  border-radius: 40px;
    width: 40px;
    height: 40px;
    background: var(--delider);
    position: absolute;
    top: 50%;
    right: 10px;
    display: inline-block;
    display: flex;
      align-items: center;
      justify-content: center;
      font-size: 30px;
      font-weight: 400;
      cursor: pointer;
}

.faq__content .accordion__heading.active::after {
  content: "-";
      top: 0%;
}

.not-found {
  padding: 30px 0;
}

.not-found-code {
  margin: 0;
  font-size: 62px;
  font-weight: bold;
  text-align: center;
}

.not-found-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  text-align: center;
}

.not-found-caption {
  margin: 0;
  font-size: 18px;
  text-align: center;
}

.not-found-search {
  max-width: 600px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.noresults {
  padding: 30px 0;
}

.noresults-title {
  margin-bottom: 10px;
  font-size: 32px;
}

.noresults-search {
  margin-top: 20px;
}

@media screen and (max-width: 600px) {
  .faq__info {
    width: 100%;
    padding-right: 0px;
  }

  .faq__content {
    padding-top: 16px;
    width: 100%;
  }
  
  .faq__heading {
      text-align: left;
    }
}

/************************
********** PAGE STATIA BLOGA **************
************************/
.page-single img {
  width: 100%;
}

.page-single-two {
  width: 100%;
  margin: 0px;
  padding-bottom: 120px;
}

.single-post .page-single-two {
  margin: 60px 0 0;
}

.page-single-two-row {
  display: flex;
  justify-content: space-between;
}

.page-single-two-row-item {
  flex: 0 0 32%;
}

.blog-box__pic img {
  width: auto;
  border-radius: 10px;
}

@media (max-width: 860px) {
  .page-single-two-row {
    flex-wrap: wrap;
  }

  .page-single-two-row-item {
    flex: 0 0 48%;
    margin: 0px 0px 30px 0px;
  }
}

@media (max-width: 600px) {
    .page-single-two {
      padding-bottom: 40px;
    }

  .page-single-two-row-item {
    flex: 0 0 100%;
  }
}

/******************/
.nav-previous img {
  width: 86px;
  height: 64px;
  border-radius: 4px;

}

/**************/
.post-single-header {
  /*position: relative;*/
}

.post-single-blok-sety {
  position: fixed;
  padding: 15px 5px 15px 5px;
  top: 25%;
  right: 15%;
  width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 6px 15px #00000047;
  z-index: 9999;
}

.single-blok-sety-text {
  margin: 0px 0px 20px 0px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #333D4C;
}

.single-blok-sety-text strong {
  font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: var(--black-blue) !important;
}

@media (max-width: 1600px) {
  .post-single-blok-sety {
    top: 34%;
    right: 9%;
  }
}

@media (max-width: 1536px) {
  .post-single-blok-sety {
    right: 7%;
  }
}

@media (max-width: 1440px) {
  .post-single-blok-sety {
    right: 5%;
  }
}

@media (max-width: 1366px) {
  .post-single-blok-sety {
    right: 2%;
  }
}

@media (max-width: 1024px) {
  .post-single-blok-sety {
    right: 30px;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    width: 60px;
    box-shadow: 2px 6px 15px #00000047;
  }
}

@media (max-width: 1023px) {
  .post-single-blok-sety {
    top: 34%;
  }
}

@media (max-width: 580px) {
  .post-single-blok-sety {
    right: 8px;
    padding: 12px 0;
    width: 42px;
  }
  
  .single-blok-sety-text {
    margin: 0px 0px 12px 0px;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    }
}

@media (max-width: 500px) {
  .post-single-blok-sety {
    top: 42%;
  }
}

@media (max-width: 460px) {
  .post-single-blok-sety {
    top: 45%;
  }
}

@media (max-width: 428px) {
  .post-single-blok-sety {
    top: 47%;
  }
}

@media (max-width: 380px) {
  .post-single-blok-sety {
    top: 48%;
  }
}

@media (max-width: 375px) {
  .post-single-blok-sety {
    top: 52%;
  }
}

@media (max-width: 360px) {
  .post-single-blok-sety {
    top: 55%;
  }
}

@media (max-width: 320px) {
  .post-single-blok-sety {
    top: 56%;
  }
}

/************************
********** PAGE BLOG **************
************************/
.breadcrumb-blok {
  margin: 0px 0px 20px 0px;
  text-align: center;
}

.breadcrumb-blok a {
  color: var(--black-light-blue);
  transition-duration: 0.5s;
}

.breadcrumb_last {
  color: var(--gray);
}

.breadcrumb-blok a:hover {
  color: #A2845E;
} 

/***************/
.page-blog-row-item img {
  width: 100%;
  height: 306px;
  object-fit: cover;
}

.page-blog-row-item-1 {
  flex: 0 0 44%;
}

.page-blog-row-item-1 img {
  height: 500px;
}

.page-blog-row-item-2 {
  flex: 0 0 26%;
}

.page-blog-row-item-3 {
  flex: 0 0 26%;
}

@media (max-width: 1280px) {
  .page-blog-row-item img {
    height: 288px;
  }

  .page-blog-row-item-1 img {
    height: 487px;
  }
}

@media (max-width: 1180px) {
  .page-blog-row-item img {
    height: 264px;
  }

  .page-blog-row-item-1 img {
    height: 447px;
  }
}

@media (max-width: 1080px) {
  .page-blog-row-item img {
    height: 240px;
  }

  .page-blog-row-item-1 img {
    height: 407px;
  }
}

@media (max-width: 1024px) {
  .page-blog-row-item img {
    height: 240px;
  }

  .page-blog-row-item-1 img {
    height: 407px;
  }
}

@media (max-width: 900px) {
  .page-blog-row-item img {
    height: 198px;
  }

  .page-blog-row-item-1 img {
    height: 335px;
  }
}

@media (max-width: 812px) {
  .page-blog-row-item img {
    height: 177px;
  }

  .page-blog-row-item-1 img {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .page-blog-row-item img {
    height: 167px;
  }

  .page-blog-row-item-1 img {
    height: 282px;
  }
}

@media (max-width: 767px) {
  .page-blog-row-item-1 {
    flex: 0 0 75%;
  }

  .page-blog-row-item-2 {
    flex: 0 0 48%;
  }

  .page-blog-row-item-3 {
    flex: 0 0 48%;
  }

  .page-blog-row-item img {
    height: 308px;
  }

  .page-blog-row-item-1 img {
    height: 482px;
  }
}

@media (max-width: 667px) {
  .page-blog-row-item-1 {
    flex: 0 0 100%;
  }

  .page-blog-row-item-2 {
    flex: 0 0 48%;
  }

  .page-blog-row-item-3 {
    flex: 0 0 48%;
  }

  .page-blog-row-item img {
    height: 264px;
  }

  .page-blog-row-item-1 img {
    height: 550px;
  }
}

@media (max-width: 500px) {
  .page-blog-row-item-2 {
    flex: 0 0 100%;
  }

  .page-blog-row-item-3 {
    flex: 0 0 100%;
  }

  .page-blog-row-item img {
    height: 418px;
  }
}

@media (max-width: 428px) {
  .page-blog-row-item img {
    height: 350px;
  }
}

@media (max-width: 390px) {
  .page-blog-row-item img {
    height: auto;
  }
}

/******** page-blog-two *************/
.page-blog-two {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 80px 0px 80px 0px;
  border-top: 1px solid #e0e5eb;
}

.page-blog-two-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.page-blog-two-row {
  flex: 0 0 75%;
  padding: 0px 20px 0px 0px;
  display: flex;
  flex-direction: column;
}

.page-blog-two-sidebar {
  flex: 0 0 25%;
  padding: 0px 0px 0px 20px;
}

.page-blog-two-item {
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 0px 0px;
  display: flex;
  height: 226px;
}

.page-blog-two-item-left {
  flex: 0 0 32%;
}

.page-blog-two-item-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.page-blog-two-item-right {
  flex: 0 0 68%;
  height: 100%;
  padding: 0px 50px 0px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-blog {
  margin: 0px 0px 0px 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4E5562;
}

.blog-sidebar-blok-link {
  margin: -40px 0px 0px 0px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}

/*
.blog-sidebar-blok-link li ul{
  width: auto;
  display: flex;
  flex-wrap: wrap;
}*/
li.categories {
  color: rgba(0, 0, 0, 0);
  border: none;
}

li.categories ul {
  padding: 0px 0px 0px 0px;
}

.children {
  height: auto;
  padding: 0 !important;
  position: relative;
  margin: 10px 0px 0px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.children li {
  list-style-type: none;
  margin: 0px 5px 5px 0px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  width: auto;
  height: 40px;
  border: 1px solid #E0E5EB;
  border-radius: 100px;
  transition-duration: 0.5s;
}


.current-cat-parent a {
  list-style-type: none;
  margin: 0px 5px 5px 0px;
  box-sizing: border-box;
  padding: 7px 20px;
  width: 120px;
  height: 40px;
  border: 1px solid #E0E5EB;
  border-radius: 100px;
  cursor: pointer;
  text-align: center;
  transition-duration: 0.5s;
}

.current-cat a {
  list-style-type: none;
  margin: 0px 5px 5px 0px;
  box-sizing: border-box;
  padding: 7px 10px;
  width: 120px;
  height: 40px;
  border: 1px solid #E0E5EB;
  border-radius: 100px;
  cursor: pointer;
  text-align: center;
  transition-duration: 0.5s;
}

.children a {
  margin: 0px 0px 0px 0px !important;
  width: auto !important;
  height: auto !important;
  border-radius: 100px !important;
  border: 0px solid #E0E5EB !important;
}

.blog-sidebar-blok-link a {
  color: #0B1F3A;
}

.blog-sidebar-link {
  margin: 0px 5px 5px 0px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #0B1F3A;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  width: auto;
  height: 40px;
  border: 1px solid #E0E5EB;
  border-radius: 100px;
  cursor: pointer;
  transition-duration: 0.5s;
}

.children li:hover {
  border: 1px solid #0B1F3A;
}

.children li.active {
  border: 1px solid #0B1F3A;
}

.current-cat-parent a:hover {
  border: 1px solid #0B1F3A;
}

.current-cat-parent a.active {
  border: 1px solid #0B1F3A;
}

.current-cat a:hover {
  border: 1px solid #0B1F3A;
}

.children a.active .current-cat li {
  border: 1px solid #0B1F3A;
}

.categories li.current-cat>a {
  border: 1px solid #0B1F3A;
}

.children li.current-cat {
  border: 1px solid #0B1F3A;
}

.footer-top__text-2 {
  margin: 40px 0px 0px 0px;
}

.blog-sidebar-blok-link-2 {
  margin: 0px 0px 0px 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.blog-sidebar-blok-link-2-item {
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 20px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}

.blog-sidebar-blok-link-2-item:nth-child(3) {
  border-bottom: 0px solid #eee;
}

.blog-sidebar-link-1 {
  flex: 0 0 66%;
  font-size: 12px;
  font-weight: 700;
  color: #0B1F3A;
}

.blog-sidebar-blok-link-2-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.blog-sidebar-blok-link-2-item-2 {
  border-top: 1px solid #E0E5EB;
  border-bottom: 1px solid #E0E5EB;
}

.blog-sidebar-link-2 {
  width: 86px;
  height: 64px;
  border-radius: 5px;
}

.post-blog-blok-sety {
  position: relative;
  padding: 0px 0px 0px 0px;
  margin: 40px 0px 0px 0px;
  top: 0%;
  right: 0%;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  background: transparent;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #00000047;
}

.post-blog-blok-sety a {
  margin: 0px 30px 0px 0px;
}

.blog-blok-sety-text {
  width: 100%;
  margin: 0px 0px 10px 0px;
  text-align: left;
}

.blok-pagination {
  margin: 0px 0px 0px 0px;
  display: flex;
}

.page-numbers {
  margin: 0px 0px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  width: 40px;
  height: 40px;
  background: #eef1f600;
  border-radius: 8px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #4E5562;
}

.page-numbers.current {
  background: #EEF1F6;
  color: #0B1F3A;
}

.next.page-numbers {
  display: none;
}

.prev.page-numbers {
  display: none;
}

@media (max-width: 1180px) {
  .page-single-two {
    margin: 63px 0px 10px 0px;
  }

  .page-blog-two {
    padding: 60px 0px 60px 0px;
  }

  .blog-sidebar-link-1 {
    padding-right: 10px;
  }
}

@media (max-width: 1080px) {
  .page-blog-two-row {
    flex: 0 0 72%;
  }

  .page-blog-two-sidebar {
    flex: 0 0 28%;
  }

  .page-blog-two-item {
    height: 190px;
  }

  .text-blog {
    font-size: 15px;
  }

  .page-blog-two-item-right {
    padding: 0px 0px 0px 20px;
  }
}

@media (max-width: 900px) {
  .page-blog-two-row {
    flex: 0 0 70%;
  }

  .page-blog-two-sidebar {
    flex: 0 0 30%;
  }

  .page-blog-two-item {
    height: 160px;
  }

  .text-blog {
    margin: -10px 0px 0px 0px;
    font-size: 13px;
    line-height: 1.3;
  }

  .blog-box__title a {
    display: block;
    font-size: 16px;
    line-height: 1.4;
  }
}

@media (max-width: 812px) {
  .page-single-two {
    margin: 30px 0px 0px 0px;
  }

  .page-blog-two-row {
    flex: 0 0 70%;
  }

  .page-blog-two-sidebar {
    flex: 0 0 30%;
  }

  .page-blog-two-item {
    height: 160px;
  }

  .text-blog {
    margin: -10px 0px 0px 0px;
    font-size: 13px;
    line-height: 1.3;
  }

  .blog-box__title a {
    display: block;
    font-size: 16px;
    line-height: 1.4;
  }
}

@media (max-width: 811px) {
  .page-blog-two-row {
    flex: 0 0 100%;
    padding: 0px 0px 0px 0px;
  }

  .page-blog-two-item {
    order: 2;
  }

  .page-blog-two-sidebar {
    display: none;
  }

  .blog-sidebar-blok-link {
    margin: -45px 5px 25px 0px;
  }
}

@media (max-width: 667px) {
  .page-blog-two-item {
    height: 140px;
  }
}

@media (max-width: 500px) {
  .page-blog-two-item-left {
    flex: 0 0 40%;
  }

  .page-blog-two-item-right {
    flex: 0 0 60%;
  }

  .page-blog-two-item {
    height: 180px;
  }
}

@media (max-width: 428px) {
  .page-blog-two-item-right {
    flex: 0 0 100%;
    height: auto;
    padding: 20px 0px 0px 10px;
    justify-content: flex-start;
  }

  .page-blog-two-item {
    flex-wrap: wrap;
    height: auto;
  }

  .page-blog-two-item-down {
    flex: 0 0 100%;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }

  .page-blog-two-item-left {
    flex: 0 0 100%;
  }

  .page-blog-two-item-left img {
    height: 200px;
  }
}

@media (max-width: 414px) {
  .page-blog-two-item-right {
    flex: 0 0 60%;
    padding: 0px 0px 0px 10px;
  }

  .blog-box__title a {
    font-size: 15px;
  }
}

@media (max-width: 390px) {
  .page-blog-two-item-left {
    flex: 0 0 100%;
  }

  .page-blog-two-item-right {
    flex: 0 0 100%;
    padding: 10px 0px 0px 0px;
  }

  .page-blog-two-item-down {
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }

  .blog-box__title a {
    font-size: 15px;
  }

  .page-blog-two-item-left img {
    height: 350px;
  }
}

@media (max-width: 375px) {
  .page-blog-two-item-left img {
    height: 330px;
  }
}

@media (max-width: 360px) {
  .page-blog-two-item-left img {
    height: 310px;
  }
}

@media (max-width: 320px) {
  .page-blog-two-item-left img {
    height: 270px;
  }
}

/******* page-blog-three ************/
.page-blog-three {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 90px 0px;
}
.category-blog .page-blog-three {
    display: none;
}
.page-blog-three-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-blog-three-title a {
  color: #0B1F3A;
  font-weight: 700;
}

.page-blog-three-title a img {
  margin: 0px 0px 0px 10px;
}

.page-blog-three-row {
  margin: 30px 0px 0px 0px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.page-blog-three-item {
  flex: 0 0 24%;
}

.blok-video-reviews {
  margin: 0px 0px 20px 0px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
}

.video-container video {
  object-fit: cover;
}

.video-container video img {
  max-width: 100%;
  height: 100%;
}

.blog-box__title p {
  display: block;
  line-height: 1.2;
}

@media (max-width: 1080px) {
  .page-blog-three-row {
    flex-wrap: wrap;
    margin: 30px 0px 0px 0px;
  }

  .page-blog-three-item {
    flex: 0 0 49%;
    margin: 0px 0px 30px 0px;
  }
}

@media (max-width: 768px) {
  .page-blog-three-row {
    margin: 10px 0px 0px 0px;
  }
  .page-blog-three {
      padding: 0px 0px 40px 0px;
    }
  }

@media (max-width: 600px) {
  .page-blog-three-item {
    flex: 0 0 100%;
  }
}

@media (max-width: 428px) {
  .page-blog-three-title {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .page-blog-three-row {
    margin: 20px 0px 0px 0px;
  }
}



/***** page-blog-foor *********/
.page-blog-foor {
  width: 100%;
  margin: 0px 0px 80px 0px;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
}

.page-blog-foor-items {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 75%;
  height: 400px;
  margin: 40px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-radius: 16px;
}

.blog-foor-items-col-1 {
  flex: 0 0 50%;
  height: 100%;
  padding: 0px 50px;
  background: #353432;
  border-radius: 16px 0px 0px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-box__title-2 p {
  color: #fff;
}

.page-blog-foor-text {
  margin: 0px 0px 0px 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #CAD0D9;
}

.page-blog-nav {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

.page-blog-top {
  display: flex;
  justify-content: space-between;
  width: 75%;
}

.page-blog-foor .container {
  overflow: hidden;
}

.catalog-wrap .xproducts__ratingbox {
  display: none;
}

.button-blog {
  margin: 30px 0px 0px 0px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  width: 120px;
  height: 40px;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  transition-duration: 0.5s;
}

.button-blog:hover {
  border: 1px solid #FFFFFF;
  color: #353432;
  background: #FFFFFF;
}

.blog-foor-items-col-2 {
  position: relative;
  height: 100%;
}

.blog-foor-items-col-2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1280px) {
  .page-blog-foor-items {
    width: 75%;
    width: 75%;
    height: 350px;
  }
}

@media (max-width: 1080px) {
  .page-blog-foor-items {
    flex: 0 0 72%;
    width: 72%;
    height: 330px;
  }
}

@media (max-width: 1024px) {
  .blog-foor-items-col-1 {
    padding: 20px 30px 20px 30px;
  }
}

@media (max-width: 900px) {
  .page-blog-top {
    width: 100%;
  }

  .page-blog-foor-items {
    flex: 0 0 100%;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-blog-foor-items {
    display: flex;
    flex-direction: column;
    height: auto;
    margin: 10px 0px 0px 0px;
  }

  .blog-foor-items-col-1 {
    border-radius: 0;
  }

  .blog-foor-items-col-2 {
    height: 200px;
  }
}

@media (max-width: 600px) {
  .page-blog-top {
    flex-wrap: wrap;
    column-gap: 20px;
    margin-bottom: 20px;
  }

  .page-blog-foor {
    margin: 0px 0px 80px 0px;
    padding: 0px 0px 0px 0px;
  }

  .page-blog-foor-items {
    flex-direction: column-reverse;
  }

  .blog-foor-items-col-1 {
    min-height: 0;
    padding: 30px 30px 30px 30px;
  }

  .blog-foor-items-col-2 {
    width: 100%;
    height: auto;
    aspect-ratio: 1.2;
  }
}

@media (max-width: 320px) {
  .blog-foor-items-col-1 {
    padding: 30px 20px 30px 20px;
  }
}

/********************
*** PAGE PRODUCT *****
***********************/
/**** page-product-1 ******/
.block-hidden {
  display: none !important;
}

.page-product {
      width: 100%;
      margin: 0px 0px 0px 0px;
      padding: 0px;
      display: flex;
      justify-content: space-between;
      gap: 30px;
      position: relative;
}

.page-product-1-col-1 {
    padding: 24px;
  flex: 0 0 45%;
  border-radius: 30px;
   background-color: var(--white-100);
    background-image: url('../images/logo-planet.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}



.xproducts__image {
  /*width: 745px;
  height: 745px;*/
}

.products__image img {
  width: 100%;
  height: auto;
}

.page-product-1-col-2 {
  will-change: transform;
  flex: 0 0 54%;
  padding: 29px 40px 40px 29px;
  display: flex;
  background: var(--white-100);
  border-radius: 30px;
}

.product-col-2-left {
  width: 64px;
  flex: 0 0 64px;
  display: flex;
  flex-direction: column;
}

h1.h1-product {
  font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    color: var(--black-blue);
    text-transform: uppercase;
}

.product-col-2-left img {
  width: 100%;
  margin: 0px 0px 10px 0px;
}

.product-col-2-right {
  padding: 0px 0px 0px 28px;
}

.products__price_box {
  display: flex;
  align-items: center;
}

.woocommerce-Price-amount {
  margin: 0px 0px 0px 0px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: var(--black-blue);
  text-decoration: none;
}

.price {
    font-size: 32px;
    line-height: 120%;
}

.products__price_old {
  margin: 0px 0px 0px 10px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  text-decoration-line: line-through;
  color: var(--gray);
}

.products__price-2 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #0B1F3A;
}

.variations .label {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    width: 74px;
}

html[lang="fr-FR"] .variations .label {
    width: 94px;
}

.single_variation_wrap .woocommerce-variation-price {
  display: none !important;
}

/* Hide default dropdown */
.single-product .variations select[name="attribute_pa_color"] {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none;
  height: 0;
}

/* Container */
.single-product .color-swatches[data-attribute_name="attribute_pa_color"] {
  display: flex;
  gap: 16px;
  margin-top: 2px;
}

.single-product .color-swatches[data-attribute_name="attribute_pa_color"] .color-swatch {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #cad0d9;
  cursor: pointer;
  transition: 0.2s;
}

.single-product .color-swatches[data-attribute_name="attribute_pa_color"] .color-swatch:hover {
  transform: scale(1.05);
}

.single-product .color-swatches[data-attribute_name="attribute_pa_color"] .color-swatch.active {
  border: 1px solid #cad0d9;
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px #777;
  transform: scale(1.15);
}

.reset_variations {
    display: none !important;
}

.variations tr:not(:last-child) td,
.variations tr:not(:last-child) td {
    padding-bottom: 24px;
}

#pa_methods {
    padding: 0px 16px 0px 16px;
    height: 40px;
    border: 1px solid #cad0d9;
    border-radius: 100px;
    outline: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
}

.woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.xproducts__footer .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor {
      width: 40px;
        height: 40px;
        justify-content: center;
}

.product-blok-button .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor {
      width: 56px;
        height: 56px;
        justify-content: center;
}

.yith-wcwl-add-to-wishlist-tooltip--bottom {
    top: 76% !important;
    left: 30% !important;
}

.xproducts__add {
  padding: 0px 1em 0px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.xproducts__add.added {
    display: none!important;
}

.product-description {
  margin: 0px 0px 25px 0px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: var(--black-light-blue);
}

.title-blok-tags {
  margin: 0px 0px 5px 0px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #0B1F3A;
}

.blok-tags {
  margin: 0px 0px 20px 0px;
  width: 60%;
  display: flex;
  flex-wrap: wrap;
}

.blok-tags a {
  margin: 0px 5px 5px 0px;
  padding: 2px 8px;
  width: auto;
  height: 20px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #222934;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F6F6F6;
  border-radius: 100px;
}

/* input type number */
.input-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border: 1px solid #cad0d9;
  box-sizing: border-box;
  border-radius: 50px;
  color: #424348;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #333D4C;
  text-align: center;
  width: 144px;
}

.input-number__input {
  background: #e5e8ee00;
  width: 32px;
  height: 48px;
  border: none;
  padding: 8px;
  text-align: center;
}

.input-number__minus,
.input-number__plus {
  width: 48px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  font-size: 22px;
}

.product-blok-button {
  margin: 20px 0px 0px 0px;
  display: flex;
  align-items: center;
}

.main-howuse__footer-product {
  width: 100%;
  margin: 0px 0px 0px 0px;
  display: flex;
}

.main-howuse__footer-product form {
  width: auto;
  margin: 0px 10px 0px 0px;
  display: flex;
}

.btn-product {
  margin: 0px 0px 0px 0px;
  height: 48px;
  display: flex;
  align-items: center;
}

.main-howuse__footer-product a {
  margin: 0px 0px 0px 0px;
  padding: 15px 20px 0px 20px !important;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  line-height: 1;
}

.main-howuse__footer-product .single_add_to_cart_button {
  margin: 0px 0px 0px 0px;
  padding: 0 68px !important;
  height: 56px;
  display: flex;
  align-items: center;
  border-radius: 100px !important;
  color: #fff !important;
  background-color: #0B1F3A !important;
  border: 1px solid #0B1F3A;
  border-radius: 100px !important;
  transition: background-color 0.4s ease !important;
}

.main-howuse__footer-product .single_add_to_cart_button:hover {
  background-color: #A2845E !important;
  border-color: #A2845E !important;
}

.quantity {
  margin: 0px 6px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.quantity input {
  margin: 0px 0px 0px 0px;
  padding: 0px 20px 0px 20px;
  height: 56px;
  width: 144px !important;
  border: 1px solid #cad0d9;
  border-radius: 100px;
  outline: none;
  font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: var(--black-blue);
}

.image-shipping {
  margin: 0px 0px 0px 0px;
  width: 24px !important;
  height: 24px !important;
}

.image-shipping-2 {
  margin: 0px 0px 0px 0px;
  width: auto !important;
  height: 40px !important;
}

.single-product .product-blok-button form.cart {
    gap: 0px !important;
}

.product-blok-shipping {
  margin: 20px 0px 0px 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.product-blok-shipping-2 {
  flex-wrap: wrap;  
  margin: 20px 0px 0px 0px;
}

.shipping-text {
  margin: 0px 0px 0px 0px;
  font-family: 'Manrope';
  font-style: normal;
  font-size: 14px;
  line-height: 20px;

}

.shipping-text-1 {
  margin: 0px 10px 0px 10px;
  font-weight: 500;
  color: #0B1F3A;
}

.shipping-text-2 {
  font-weight: 400;
  color: #4e5562;
}

@media (max-width: 1180px) {
  .blok-tags {
    width: 90%;
  }
}

@media (max-width: 1080px) {
  .product-col-2-left {
    flex: 0 0 60px;
  }

  .product-col-2-right {
    padding: 0px 0px 0px 30px;
  }

  .h1-product {
    line-height: 1.1;
  }

  .product-description {
    margin: 0px 0px 16px 0px;
    font-size: 13px;
    line-height: 16px;
  }

  .product-blok-button {
    margin: 16px 0px 0px 0px;
  }

  .input-number {
    width: 120px;
  }

  .input-number__input {
    height: 40px;
  }

  .btn-product {
    height: 40px;
  }

  .product-blok-shipping {
    margin: 20px 0px 0px 0px;
  }

  .product-blok-shipping-2 {
    margin: 10px 0px 0px 0px;
  }

  .blok-tags {
    margin: 0px 0px 15px 0px;
  }

  .title-blok-tags {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .page-product {
    flex-direction: column;
  }
  .page-product-1-col-1 {
    padding: 0 20px;
  }

}


@media (max-width: 812px) {
  .product-col-2-right {
    padding: 0px 0px 0px 20px;
  }
}

@media (max-width: 768px) {
  .page-product-1-col-1 {
    flex: 0 0 35%;
  }
  
  .page-product-1-col-1 .single-product .xproducts__pic {
        width: 82%;
    }

  .page-product-1-col-2 {
    flex: 0 0 65%;
    padding: 16px 16px 60px 16px;
  }
  .single-product .product-blok-button form.cart {
    gap: 8px !important;
    flex-wrap: nowrap !important;
   }
   .image-shipping-2 {
        height: 32px !important;
    }
}

@media (max-width: 767px) {
  .product-description {
    font-size: 12px;
    padding-right: 20px;
  }

  .product-col-2-left {
    flex: 0 0 10%;
  }

  .product-col-2-right {
    flex: 0 0 90%;
  }

}

@media (max-width: 660px) {
  .page-product-1 {
    width: 100%;
  }

  .product-col-2-left {
    flex: 0 0 10%;
  }

  .product-col-2-right {
    flex: 0 0 90%;
  }

  .product-blok-button {
    flex-wrap: wrap;
  }
  
  h1.h1-product {
    font-size: 28px;
  }

  .input-number {
    margin: 0px 0px 10px 0px;
  }

  .main-howuse__footer-product {
    margin: 0px 0px 10px 10px;
  }
}

@media (max-width: 588px) {
  .main-howuse__footer-product {
    margin: 0px 0px 10px 0px;
  }
  
  .single-product .product-blok-button form.cart {
    flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
   }
}

@media (max-width: 500px) {
  .page-product {
    padding: 0px 0px 30px 0px;
  }

  .product-description {
    font-size: 14px;
  }

  .input-number {
    margin: 0px 0px 0px 0px;
  }

  .main-howuse__footer-product {
    margin: 0px 0px 0px 0px;
  }
}

@media (max-width: 460px) {
  .page-product-1-col-2 {
    flex-direction: column;
  }

  .product-col-2-left {
    margin: 0px 0px 10px 0px;
    flex-direction: row;
    height: 60px;
    flex: 0 0 50px;
  }

  .product-col-2-left img {
    width: 60px;
    margin: 0px 10px 0px 0px;
  }

  .product-col-2-right {
    padding: 0px 0px 0px 0px;
  }

  .product-blok-button {
    flex-wrap: wrap;
  }
  .product-blok-shipping {
      flex-wrap: nowrap;
    }
   
   .product-blok-shipping-2 {
       flex-wrap: wrap;
    }
  
    .fake-order {
        width: 330px !important;
        top: -40px !important;
    }
}

@media (max-width: 390px) {
  .input-number {
    width: 80px;
  }

  .main-howuse__footer-product {
    width: auto;
    margin: 0px 0px 0px 0px;
  }

  .btn-product {
    justify-content: center;
  }


}

/******** page-product-2 ************/
.page-product-2 {
    margin: 31px 0px 31px;
}

.product__content {
  max-width: 603px;
  width: 45%;
}

.product_accordion {
  margin: 0px 0px 0px 0px;
  border-bottom: 1px solid #e0e5eb;
}

.page-product-2 .product_accordion {
    box-shadow: unset;
    background: transparent;
    border: none;
    border-bottom: 1px solid #e0e5eb;
    border-radius: 0px;
    margin: 0px;
    width: 100%;
    padding: 15px 15px 15px 26px;
    background: var(--white-100);
    border-radius: 20px;
}

.page-product-2 .product_accordion:not(:nth-child(3)) {
    margin: 0px 0px 5px 0px;
}

.page-product-2 .faq__content .product__heading {
    padding: 8px 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
}

.page-product-2 .accordion__content {
    padding: 0px 32px 0px 0px;
}

.product__heading {
  font-size: 20px;
  font-weight: 600;
  background-color: #f6f6f600;
  padding: 1em 1em 1em 0em;
  display: flex;
  align-items: center;
}

.product__heading p {
  margin: 0px 0px 0px 0px;
}

.product__heading:hover {
  background-color: #f6f6f600;
}

.product__heading:focus {
  background-color: #f6f6f600;
}

.product__heading .active {
  background-color: #f6f6f600;
}


.page-product-2 .faq__content .accordion__heading.active::after {
    content: "-";
    top: 0%;
}

.product_accordion-2:nth-last-child() {
  margin: 0px 0px 0px 0px;
}

.blok-question {
  margin: 30px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  width: 100%;
  height: 88px;
  background: #F6F6F6;
  border-radius: 8px;
}

.blok-question-text-1 {
  margin: 0px 0px 0px 0px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #1B2027;
}

.blok-question-text-2 {
  margin: 0px 0px 0px 0px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #4E5562;
}

.blok-question-button {
  margin: 0px 0px 0px 0px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  width: 100px;
  height: 32px;
  border: 1px solid #222934;
  border-radius: 100px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #222934;
  transition-duration: 0.5s;
}

.blok-question-button:hover {
  background: #222934;
  color: #fff;
}

.text-down {
  margin: 20px 0px 0px 0px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #6C727F;
}

.product-footnote {
    font-size: 14px;
}

@media (max-width: 1200px) {
  .product__content {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1023px) {
  .page-product-2 {
    margin: 60px 0px 0px 0px;
  }
  
}

@media (max-width: 768px) {
  .page-product-2 {
    margin: 60px 0px 40px 0px;
  }

  .blok-question-text-1 {
    font-size: 18px;
  }
  
  .page-product-2 .product_accordion {
      padding: 16px;
  }
  
  .product__content {
        padding-left: 0px;
    }
  
}

@media (max-width: 500px) {
  .page-product-2 {
    margin: 0px 0px 32px 0px;
  }
  
  .page-product-2 .accordion__content {
        padding: 0px 32px 0px 0px;
        font-size: 15px;
    }
    
    .product-footnote {
        font-size: 12px;
    }
    
    .page-product-2 .faq__content {
        padding-top: 0px;
    }
}

@media (max-width: 428px) {
  .blok-question {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }

  .blok-question-button {
    margin: 10px 0px 0px 0px;
  }
}

/******** page-product-3 ***************/
.page-product-3 {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 60px 0px 80px 0px;
  background: #f5f5f5;
  background: linear-gradient(180deg, #FFFFFF 30%, #f5f5f5 70%);
}

.page-product-3-content {
  width: 100%;
  display: flex;
}

.page-product-3-col1 {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
}

.blok-accordion {
  margin: 0px 0px 0px 0px;
  width: 100%;
}

.page-product-3-col2 {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.product_accordion-2 {
  margin: 0px 0px 10px 0px;
  padding: 20px 20px 20px 20px;
  background: #FFFFFF;
  box-shadow: 0px 8px 32px -4px rgba(103, 111, 123, 0.1);
  border-radius: 8px;
}

.accordion-last {
  margin: 0px 0px 0px 0px;
}

.product__heading img {
  margin: 0px 10px 0px 0px;
}

.col2-blok-down {
  position: relative;
  z-index: 11;
  margin: -40px 0px 0px 0px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 12px;
  width: 403px;
  height: auto;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #FFFFFF;
  backdrop-filter: blur(7px);
  border-radius: 24px;
  box-shadow: 0px 8px 32px -4px rgba(103, 111, 123, 0.1);
}

.col2-blok-down-right {
  padding: 0px 0px 0px 10px;
}

.col2-blok-down-right-text-1 {
  margin: 0px 0px 0px 0px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #0B1F3A;
}

.col2-blok-down-right-text-2 {
  margin: 0px 0px 0px 0px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #0B1F3A;
}

.page-product-3-image-1 {
  width: 788px;
}

.page-product-3-button {
  margin-top: 30px;
}

@media (max-width: 900px) {
  .page-product-3-col1 {
    width: 100%;
    flex: 0 0 100%;
  }

  .page-product-3-col2 {
    display: none;
  }

  .col2-blok-down {
    margin: -40px auto 0px auto;
  }
}

@media (max-width: 500px) {
  .product__heading img {
    width: 36px;
    margin: 0px 10px 0px 0px;
  }

  .col2-blok-down {
    width: 100%;
  }
}

@media (max-width: 428px) {
  .product__heading img {
    width: 26px;
    margin: -5px 10px 0px 0px;
  }

  .product__heading {
    font-size: 16px;
  }

  .page-product-3-image-2 {
    width: 80px;
  }
}

@media (max-width: 360px) {
  .product_accordion-2 {
    padding: 10px 10px 10px 10px;
  }

  .col2-blok-down-right-text-1 {
    font-size: 20px;
  }

  .col2-blok-down-right-text-2 {
    font-size: 11px;
  }
}

/******** page-product-4 ***********/
.about-articles.page-product-4 {
  background: #f5f5f5;
  padding: 70px 0 120px 0;
}

.page-product-4 .section-header {
  justify-content: center;
}

.page-product-4 .section-header h2 {
  text-align: center;
}

.products__rating {
  font-size: 16px;
  font-weight: 600;
  color: #131920;
  text-decoration: underline;
}

.product-4-review {
  display: flex;
  justify-content: space-between;
}

.product-4-review-item {
  flex: 0 0 32%;
  margin: 0px 0px 0px 0px;
}

.product-4-review-item-vnutr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  background: #FFFFFF;
  box-shadow: 0px 8px 32px -4px rgba(103, 111, 123, 0.1);
  border-radius: 16px;
}

.product-4-review .footer-top__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: var(--black-light-blue);
}

.otziv-blok-user {
  width: 100%;
  margin: 20px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.otziv-blok-user-left {
  display: flex;
  align-items: center;
}

.otziv-blok-user-left img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 50%;
}

.otziv-blok-text {
  padding: 0px 0px 0px 10px;
}

.otziv-user-text {
  margin: 0px 0px 0px 0px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #4E5562;
}

.otziv-user-text-1 {
  font-weight: 600;
}

.otziv-blok-user-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.otziv-favorites {
  width: 60px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-position: left 10px center;
}

.otziv-favorites p {
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 0px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #333D4C;
}

.otziv-favorites-2 {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-position: center center;
  background-image: url(../icon-arrow.png);
}

.blok-reviews-button {
  margin: 40px auto 0px auto;
  border: 1px solid var(--delider);
    border-radius: 100px;
    padding: 10px 20px;
    width: 240px;
    height: 56px;
    background-color: #FFFFFF;
    font-weight: 500;
      font-size: 14px;
      line-height: 120%;
      color: var(--gray-800);
}

@media (max-width: 1080px) {
  .page-product-4 {
    padding: 60px 0;
  }

  .product-4-review {
    flex-wrap: wrap;
  }

  .product-4-review-item {
    flex: 0 0 49%;
    margin: 0px 0px 0px 0px;
  }
}

@media (max-width: 1080px) {
  .about-articles.page-product-4 {
    padding: 112px 0 160px 0;
  }
}

@media (max-width: 768px) {
    .about-articles.page-product-4 {
        padding: 25px 0 60px 0;
    }
  .product-4-review-item {
    flex: 0 0 100%;
    margin: 0px 0px 20px 0px;
  }
}

@media (max-width: 428px) {
  .blok-reviews-button {
    margin: 20px auto 0px auto;
    width: 100%;
    font-size: 13px;
  }
}

@media (max-width: 375px) {
  .otziv-blok-user {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }

  .otziv-blok-user-right {
    margin: 10px 0px 0px 0px;
    justify-content: flex-start;
  }

  .product-4-review-item-vnutr {
    padding: 20px;
  }

  .otziv-favorites {
    margin: 0px 10px 0px 0px;
  }
}

/******* page-product-5 *********/
.page-product-5 {
  margin: -80px 0px 100px 0px;
  padding: 60px 60px 40px 60px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 18px 48px -6px rgba(103, 111, 123, 0.12);
  border-radius: 16px;
}

.section-title-text {
  margin: 0px 0px 0px 0px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #4E5562;
}

.page-product-5-row {
  width: 100%;
  margin: 40px 0px 0px 0px;
  display: flex;
  padding: 0px 0px 30px 0px;
  border-bottom: 1px solid #E0E5EB;
}

.page-product-5-item {
  position: relative;
}

.page-product-5-item-new {
  flex: 0 0 31%;
}

.icon-plus {
  position: absolute;
  right: -10px;
  top: 35%;
}

.blok-sale {
  margin: 0px 10px 0px 0px
}

.price {
  margin: 0px 10px 0px 0px;
}

.checkbox {
  position: absolute;
  top: 10px;
  right: 20%;
}

.blok-down-calc {
  padding: 20px 0px 0px 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blok-down-calc-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.blok-down-calc p {
  margin: 0px 0px 0px 0px;
}

#result {
  margin: 0px 30px 0px 0px;
}

.product-block {
  width: 100%;
}

.product-block .product-list {
  width: 100%;
  padding: 0px 0px 0px 0px;
  display: flex;
  justify-content: space-between;
}

.product-item {
  position: relative;
  flex: 0 0 32%;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*text-align: center;*/
}

.product-item img {
  max-width: 100%;
  height: 320px;
  width: auto;
}

.total-amount {
  width: 100%;
  margin: 30px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.total-amount div {
  display: flex;
  align-items: center;
}

.total-amount p {
  margin: 0px 0px 0px 0px;
}

#add-to-cart {
  margin: 0px 0px 0px 40px;
}

.icon-plus {
  position: absolute !important;
  left: -27px !important;
  top: 0px !important;
  width: 24px !important;
}

@media (max-width: 1240px) {
  .xproducts__title-2 {
    height: auto;
  }
}

@media (max-width: 1180px) {
  .product-item img {
    height: 280px;
  }
}

@media (max-width: 1080px) {
  .page-product-5 {
    margin: -80px 0px 70px 0px;
    padding: 40px 60px 40px 60px;
    height: auto;
  }

  .product-item img {
    height: 240px;
  }
}

@media (max-width: 1024px) {
  .page-product-5 {
    margin: -80px 0px 70px 0px;
    padding: 40px 40px 40px 40px;
    height: auto;
  }
}

@media (max-width: 900px) {
  .product-item img {
    height: 180px;
  }

  .checkbox {
    top: 0px;
    right: 16%;
  }

  .icon-plus {
    left: -20px !important;
  }
}

@media (max-width: 860px) {
  .page-product-5-row {
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 40px 0px;
    justify-content: space-between;
  }

  .page-product-5-item {
    flex: 0 0 30%;
  }

  .icon-plus {
    right: -25px;
    top: 35%;
  }
}

@media (max-width: 768px) {
  .section-title-text {
    font-size: 14px;
    line-height: 18px;
  }

  .page-product-5-item {
    flex: 0 0 30%;
    padding: 0px 20px 0px 20px;
  }

  .page-product-5-item img {
    max-width: 90%;
  }

  .page-product-5-item .xproducts__title {
    margin-bottom: 8px;
    display: block;
    font-size: 13px;
    font-weight: 500;
  }

  .page-product-5-item .xproducts__price {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
  }

  .checkbox {
    top: 0px;
    right: 30px;
  }

  .icon-plus {
    right: -25px;
    top: 22%;
  }
}

@media (max-width: 767px) {
  .page-product-5-row {
    padding: 0px 0px 0px 0px;
  }

  .product-block .product-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .product-item {
    flex: 0 0 48%;
    margin-bottom: 30px;
  }
}

@media (max-width: 700px) {
  .total-amount {
    flex-direction: column;
  }

  .total-amount div {
    margin: 20px 0px 0px 0px;
  }
}

@media (max-width: 600px) {
  .product-item {
    flex: 0 0 46%;
  }

  .page-product-5 {
    margin: -80px 0px 60px 0px;
    padding: 30px 20px 40px 20px;
  }

  .blok-down-calc {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .btn-product-2 {
    margin: 20px 0px 0px 0px;
    font-size: 14px;
  }

  .blok-down-calc p {
    margin: 20px 0px 0px 0px;
  }

  .blok-down-calc {
    padding: 0px 0px 0px 0px;
  }

  .section-title-text {
    font-size: 13px;
    line-height: 18px;
  }

  .checkbox {
    top: -5px;
    right: 20px;
  }
}

@media (max-width: 599px) {
  .page-product-5-row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .page-product-5-item {
    flex: 0 0 40%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 50px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .page-product-5-item .icon-plus {
    display: none;
  }

  .page-product-5-item .blok-sale {
    margin: 0px 10px 0px 0px;
  }
}

@media (max-width: 500px) {
  .product-item {
    flex: 0 0 70%;
  }

  .icon-plus {
    /*display: none;*/
    left: 25px !important;
  }

  .product-item label {
    width: 75%;
  }

  .checkbox {
    top: 0px;
    right: 23%;
  }
}

@media (max-width: 428px) {
  .page-product-5-item {
    flex: 0 0 280px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 40px 0px;
  }

  .product-item {
    flex: 0 0 100%;
  }

  .checkbox {
    top: 0px;
    right: 23%;
  }

  .total-amount div {
    flex-direction: column;
    align-items: center;
  }

  #add-to-cart {
    margin: 10px 0px 0px 0px;
  }
}

@media (max-width: 320px) {
  .section-title-text {
    font-size: 12px;
    line-height: 18px;
  }
}

/******* page-product-7 ***********/
.page-product-7 {
  margin: 30px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.blok-items-blog {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.product-blog-row-item {
  flex: 0 0 23%;
  margin: 0px 20px 30px 0px;
}

@media (max-width: 1080px) {
  .product-blog-row-item {
    flex: 0 0 31%;
    margin: 0px 20px 30px 0px;
  }
}

@media (max-width: 960px) {
  .product-blog-row-item {
    flex: 0 0 47%;
    margin: 0px 10px 30px 0px;
  }
}

@media (max-width: 500px) {
  .product-blog-row-item {
    flex: 0 0 100%;
    margin: 0px 10px 30px 0px;
  }
}

/******* page-product-8 *************/
.page-product-8 {
  width: 100%;
  margin: 0px;
  padding: 120px 0px 120px 0px;
  border-radius: 60px;
  background: #fff;
}

.product-8-blok-reviews {
  display: flex;
  align-items: center;
      margin-top: 22px;
}

.product-8-blok-reviews p {
  margin: 0px 0px 0px 20px;
}

.about-articles .reviews-button-8 {
  margin: 0px 0px 0px 0px;
  width: 200px;
  height: 56px;
}

.page-product-8-review-item {
  padding: 20px 0px 20px 0px;
  border-top: 1px solid #e0e5eb;
  border-bottom: 1px solid #e0e5eb;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-product-8-review-item p {
  margin: 0px 0px 0px 0px;
}

.s8-review-item-left {
  flex: 0 0 15%;
}

.s8-review-user {
  margin: 0px 0px 0px 0px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0B1F3A;
}

.s8-review-date {
  margin: 5px 0px 5px 0px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #4E5562;
}

.s8-review-item-right {
  flex: 0 0 85%;
}

.s8-review-item-right-down {
  margin: 20px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s8-review-item-right-down div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.review-favorites {
  background-image: url(../images/thumbs-up.svg);
}

.page-product-8-link {
  display: block;
  margin: 30px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #222934;
}

.page-product-8-link:after {
  position: absolute;
  content: ">";
  margin: 1px 10px 0px 10px;
  transform: rotate(90deg);
}

.comments-area {
  display: none !important;
  margin-top: 50px;
}

.woocommerce #reviews #comments ol.commentlist {
  padding-left: 0;
}

/* hide reviews after 4 */
.woocommerce #reviews #comments ol.commentlist li:nth-child(n+5) {
  display: none;
}

/* when expanded */
.woocommerce #reviews #comments ol.commentlist.is-expanded li {
  display: block;
}

/* button */
.show-more-reviews {
  margin: 30px auto 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--delider);
    border-radius: 100px;
    padding: 10px 20px;
    width: 200px;
    height: 56px;
  cursor: pointer;
  font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: var(--gray-800);
  transition: all .25s ease;
}

.show-more-reviews:hover {
  background: #caa457
}

.woocommerce-Reviews-title {
  display: none !important;
}

.woocommerce #reviews #comments ol.commentlist::before {
  display: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text::after, .woocommerce #reviews #comments ol.commentlist li .comment-text::before {
    display: none !important;
}

#main .cr-all-reviews-shortcode ol.commentlist li,
.woocommerce #reviews #comments ol.commentlist li {
  padding: 30px;
  margin: 0px;
  position: relative;
  box-shadow: 0 6px 24px 0 rgba(103, 111, 123, 0.06);
    background: var(--white-100);
  border: 1px solid var(--delider);
    border-radius: 20px;
}

#main .cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .cr-rating-product-name .cr-product-name-picture {
    display: none;
}

#main .cr-all-reviews-shortcode ol.commentlist li .cr-comment-text,
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 0px;
  padding: 0px;
  border: none;
  border-radius: 0;
  display: flex;
  gap: 40px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 10px
}

#main .cr-all-reviews-shortcode ol.commentlist li .cr-comment-text {
    position: relative;
}

.woocommerce #reviews #comments ol.commentlist ul.children {
  display: none;
  list-style: none outside;
  margin: 50px 0 0 0px;
  width: 100%;
}

#main .cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .meta .woocommerce-review__verified,
.woocommerce-review__verified.verified {
  font-size: 0;
  position: absolute;
  right: -16px;
  top: -3px;
}

.woocommerce-review__verified.verified::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #33B36B;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M6.65935 2.06245C7.93892 1.77335 9.27766 1.90562 10.4759 2.43953C10.7702 2.57065 11.115 2.43839 11.2462 2.14412C11.3773 1.84984 11.245 1.50499 10.9508 1.37387C9.5227 0.73756 7.92721 0.579925 6.40224 0.924471C4.87727 1.26902 3.50453 2.09728 2.48875 3.28574C1.47298 4.4742 0.868583 5.95917 0.765716 7.51919C0.662849 9.07921 1.06702 10.6307 1.91795 11.9422C2.76887 13.2538 4.02097 14.2551 5.48749 14.7969C6.95401 15.3387 8.55639 15.392 10.0556 14.9487C11.5549 14.5054 12.8707 13.5894 13.8068 12.3372C14.7429 11.085 15.2491 9.56344 15.25 8.00003V7.3867C15.25 7.06453 14.9888 6.80337 14.6667 6.80337C14.3445 6.80337 14.0833 7.06453 14.0833 7.3867V7.9997C14.0826 9.31152 13.6578 10.588 12.8723 11.6386C12.0869 12.6893 10.9828 13.458 9.72484 13.8299C8.46685 14.2019 7.12233 14.1572 5.8918 13.7026C4.66127 13.248 3.61067 12.4077 2.89667 11.3072C2.18267 10.2068 1.84354 8.90494 1.92985 7.59596C2.01617 6.28698 2.5233 5.04096 3.37562 4.04375C4.22794 3.04654 5.37978 2.35156 6.65935 2.06245Z'/%3E%3Cpath d='M15.0794 3.0789C15.307 2.85098 15.3069 2.48163 15.0789 2.25394C14.851 2.02625 14.4817 2.02643 14.254 2.25435L7.99979 8.51479L6.41248 6.92748C6.18467 6.69967 5.81533 6.69967 5.58752 6.92748C5.35972 7.15529 5.35972 7.52463 5.58752 7.75244L7.58752 9.75244C7.69695 9.86187 7.84539 9.92333 8.00015 9.92329C8.15491 9.92325 8.30331 9.86172 8.41269 9.75223L15.0794 3.0789Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M6.65935 2.06245C7.93892 1.77335 9.27766 1.90562 10.4759 2.43953C10.7702 2.57065 11.115 2.43839 11.2462 2.14412C11.3773 1.84984 11.245 1.50499 10.9508 1.37387C9.5227 0.73756 7.92721 0.579925 6.40224 0.924471C4.87727 1.26902 3.50453 2.09728 2.48875 3.28574C1.47298 4.4742 0.868583 5.95917 0.765716 7.51919C0.662849 9.07921 1.06702 10.6307 1.91795 11.9422C2.76887 13.2538 4.02097 14.2551 5.48749 14.7969C6.95401 15.3387 8.55639 15.392 10.0556 14.9487C11.5549 14.5054 12.8707 13.5894 13.8068 12.3372C14.7429 11.085 15.2491 9.56344 15.25 8.00003V7.3867C15.25 7.06453 14.9888 6.80337 14.6667 6.80337C14.3445 6.80337 14.0833 7.06453 14.0833 7.3867V7.9997C14.0826 9.31152 13.6578 10.588 12.8723 11.6386C12.0869 12.6893 10.9828 13.458 9.72484 13.8299C8.46685 14.2019 7.12233 14.1572 5.8918 13.7026C4.66127 13.248 3.61067 12.4077 2.89667 11.3072C2.18267 10.2068 1.84354 8.90494 1.92985 7.59596C2.01617 6.28698 2.5233 5.04096 3.37562 4.04375C4.22794 3.04654 5.37978 2.35156 6.65935 2.06245Z'/%3E%3Cpath d='M15.0794 3.0789C15.307 2.85098 15.3069 2.48163 15.0789 2.25394C14.851 2.02625 14.4817 2.02643 14.254 2.25435L7.99979 8.51479L6.41248 6.92748C6.18467 6.69967 5.81533 6.69967 5.58752 6.92748C5.35972 7.15529 5.35972 7.52463 5.58752 7.75244L7.58752 9.75244C7.69695 9.86187 7.84539 9.92333 8.00015 9.92329C8.15491 9.92325 8.30331 9.86172 8.41269 9.75223L15.0794 3.0789Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.comment-form-cookies-consent {
  align-items: center;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.comment-form-cookies-consent input {
  margin: 0px 10px 0px 0px;
}

.comment-meta_block {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}

#main .cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .meta,
.comment-text .meta {
  display: flex;
  flex-direction: column;
  position: relative;
}

#main .cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .meta {
  padding-bottom: 38px;
}

.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .cr-rating-product-name {
    display: flex;
    align-items: center;
    column-gap: 20px;
    position: absolute;
    height: 32px;
    bottom: 0;
}

.cr-rating-icon-frnt svg {
    width: 18px;
    height: 18px;
}

#main .cr-all-reviews-shortcode .show-more-button {
    display: block;
    margin: 40px auto 0;
    border: 1px solid var(--delider);
    border-radius: 100px;
    padding: 10px 20px;
    width: 200px;
    height: 56px;
    background: var(--white-100);
}

.comment-text .woocommerce-review__author {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: var(--black-blue);
  margin-bottom: 8px;
  padding-right: 16px;
  min-width: 86px;
}

#comments {
  display: flex;
  flex-direction: column;
}

.comment-text .woocommerce-review__dash {
  display: none;
}

#main .cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .meta .woocommerce-review__published-date,
.comment-text .woocommerce-review__published-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--black-light-blue);
}

.comment-text .woocommerce .star-rating {
  font-size: 13px;
}

.review .comment_container .comment-text .star-rating::before {
  color: #EAEEF1;
}

.page-product-8-content .star-rating::before {
  color: #EAEEF1;
}

#review_form_wrapper {
  margin: 30px 0px 0px 0px;
}

.review .description {
  font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    color: var(--gray-600);
    margin-bottom: 0 !important;
}

.review .comment-text__btn {
  display: none;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) #reviews #comments ol.commentlist li .meta {
  color: #000;
}

#review_form #respond .form-submit input {
  background: #0B1F3A;
  border-radius: 100px;
  color: #fff;
  transition-duration: 0.5s;
}

#review_form #respond .form-submit input:hover {
  background: #A2845E;
}

#review_form #respond textarea {
  border: 1px solid #e0e5eb;
  outline: none;
  box-sizing: border-box;
  width: 100%;
}

.comment-form-author input {
  border: 1px solid #e0e5eb;
  outline: none;
}

.comment-form-email input {
  border: 1px solid #e0e5eb;
  outline: none;
}

@media (max-width: 1180px) {
  .s8-review-item-left {
    flex: 0 0 20%;
  }

  .s8-review-item-right {
    flex: 0 0 80%;
  }
}

@media (max-width: 900px) {
  .s8-review-item-left {
    flex: 0 0 25%;
  }

  .s8-review-item-right {
    flex: 0 0 75%;
  }
}

@media (max-width: 700px) {
  .s8-review-item-left {
    flex: 0 0 30%;
  }

  .s8-review-item-right {
    flex: 0 0 70%;
  }
  
  .page-product-8 {
    padding: 50px 0px 50px 0px;
    border-radius: 30px;
   }

}

@media (max-width: 600px) {
  .s8-review-item-left {
    flex: 0 0 40%;
  }

  .s8-review-item-right {
    flex: 0 0 60%;
  }
}

@media (max-width: 500px) {
  .page-product-8-review-item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .s8-review-item-left {
    flex: 0 0 100%;
  }

  .s8-review-item-right {
    flex: 0 0 100%;
  }

  .s8-review-item-right {
    padding: 20px 0px 0px 0px;
  }
}

.main-popular-section.most-viewed {
  padding-top: 120px;
  position: relative;
}

@media (max-width: 500px) {
  .s8-review-item-right-down {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .review-favorites {
    margin: 0px 0px 0px 0px;
  }

  .qqq {
    margin: 10px 0px 0px 0px;
  }
  
  .main-popular-section.most-viewed {
      padding-top: 45px;
      padding-bottom: 45px;
    }
}

.qqq p {
  margin: 0px 10px 0px 0px;
}


/************************
**** PAGE CATALJG *******
************************/
.section-filtr {
  margin: 0px 0px 50px 0px;
}

.section-filtr-1 {
  display: flex;
  align-items: center;
}

.form-filtr {
  margin: 0px 10px 30px 0px;
  padding: 8px 16px 9px 16px;
  width: 180px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #CAD0D9;
  border-radius: 100px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  cursor: pointer;
}

.select {
  border: none;
  width: 100%;
}

.select option {
  font-size: 14px;
}

.select:focus-visible {
  outline: none;
}

.section-filtr-2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.blok-filtr-vibor {
  margin: 0px 10px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  width: 130px;
  height: 32px;
  background: #F6F5F1;
  border-radius: 100px;
}

.blok-filtr-vibor p {
  margin: 0px 0px 0px 5px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #333D4C;
}

.clear-link {
  margin: 0px 0px 0px 0px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-align: right;
  text-decoration-line: underline;
  color: #333D4C;
}

.woocommerce-result-count {
  display: none !important;
}

/******************/
.yith-wcan-filters {
  width: 100%;
  margin-bottom: 40px;
  background: transparent;
}

.yith-wcan-filters .yith-wcan-filter {
  margin: 0px 0px 0px 10px;
  width: 180px;
}

.yith-wcan-filters .yith-wcan-filter .filter-title {
  font-weight: 600;
    font-size: 30px;
    line-height: 130%;
    color: var(--black-blue);
     margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--delider);
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item {
  padding: 25px 0;
  margin: 0;
  font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: var(--black-blue);
    border-bottom: 1px solid var(--delider);
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.level-1:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown {
  width: 100%;
  border: 1px solid #D7D7D7;
  border-radius: 100px;
  padding: 8px 15px;
  position: relative;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items li {
  height: 20px;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 0px;
  background: white;
  padding: 3px 0px 0px 0px;
  display: flex;
  align-items: center;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items .filter-item.active {
  background: #007aff;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items li:hover {
  background: #007aff;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items li a {
  width: 100%;
  height: 100%;
  padding: 0px 5px 0px 5px;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items li:hover a {
  width: 100%;
  padding: 0px 5px 0px 5px;
  background: #007aff;
  color: #fff;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper {
  background-color: #fff;
  border: 1px solid #e0e5eb;
  border-radius: 0px;
  display: none;
  left: 10px;
  padding: 0px 0px 0px 0px;
  position: absolute;
  right: 0;
  top: calc(100% + 0px);
  z-index: 1011;
  box-shadow: 0px 4px 7px 0 rgba(0, 0, 0, 0.6);
  height: auto;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items {
  margin-bottom: 0px;
  margin-top: 0px;
  height: 200px;
  height: auto;
  overflow-y: visible;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active>a,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active>label>a {
  color: #4E5562;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active {
  background: #007aff;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active>a {
  background: #007aff;
  color: rgb(255, 255, 255);
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open {
  border-color: #e0e5eb;
  box-shadow: 0 0 0px 0 rgba(255, 255, 255, 0.0);
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a:hover, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a:hover {
    color: #a2845e !important;
}

/* Hide subcategories by default */
.filter-item.level-0>.filter-items.level-1 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.filter-item.level-0 {
  position: relative;
}

/* Plus icon */
.filter-item.level-0::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 35px;
  line-height: 1;
  transition: transform .2s color .2s ease;
  cursor: pointer;
  opacity: 0;
}

.filter-item.level-0:has(ul)::after {
  opacity: 1;
}

/* Open state */
.filter-items.level-1:has(.filter-item.active),
.filter-item.level-0.is-open>.filter-items.level-1 {
  max-height: 800px;
}

.filter-item.level-0:has(.filter-items.level-1 .filter-item.active)::after,
.filter-item.level-0.is-open::after {
  content: "–";
  top: 36px
}

.search-field-container {
  display: none;
}

.yit-wcan-container {
  border-left: 1px solid var(--delider);
}

@media (max-width: 568px){ 
    .yith-wcan-filters .yith-wcan-filter .filter-title {
        font-size: 24px;
        padding-bottom: 14px;
    }
    .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item {
        padding: 16px 0;
    }
    .yit-wcan-container {
      border-left: 0;
    }
}

.b2c-shop-content {
    border-left: 1px solid var(--delider);
}

.wp-block-heading strong {
    display: inline-block;
    font-weight: 600;
    font-size: 28px;
    line-height: 130%;
    color: var(--black-blue);
}

.cz-catalog-list {
    padding-left: 0px;
    list-style: none;
}

.cz-catalog-list li {
    border-top: 1px solid var(--delider);
}

.cz-catalog-list li a {
    font-weight: 400;
    font-size: 17px;
    line-height: 130%;
    color: var(--black-blue);
}


.cz-cat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 14px 0;
}

.cz-cat-item.active > .cz-cat-header a {
    font-weight: 600;
    color: #000;
}

.cz-toggle {
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
}

.cz-subcats {
    display: none;
    list-style: none;
    padding-left: 15px;
}

.cz-subcats li {
    padding: 25px 0 25px;
}

.cz-subcats li.active a {
    font-weight: 600;
}

.cz-catalog-toggle {
    display: none;
}

.woocommerce .woocommerce-ordering {
  float: right;
  width: 225px;
  height: 40px;
  border-radius: 100px;
  padding: 0px 10px 0px 10px;
  margin: 0 0 1em;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4E5562;
}

.filter-item.level-0::after:hover,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>a:hover,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>label>a:hover {
  color: #A2845E
}

.orderby {
  border: none;
  width: 100%;
  outline: none;
  color: #4E5562;
  background: transparent
}

.woocommerce ul.products {
  padding: 24px 0 0 24px;
    border-top: 1px solid var(--delider);
    margin-bottom: 40px;
}

.btn-primary .reset-filters {
  margin: 0px 0px 0px 10px;
}

.btn-primary {
  background-color: #a2845e00;
  border: 0px solid #A2845E;
  border: none;
  text-decoration: underline;
  transition-duration: 0.5s;
}

.btn-primary:hover {
  background-color: #a2845e00;
  border: 0px solid #A2845E;
  border: none;
  text-decoration: none;
}

.woocommerce .b2c-shop-layout .woocommerce-pagination {
  display: flex;
  justify-content: center;
  margin: 40px 0 60px;
}

.woocommerce .b2c-shop-layout .woocommerce-pagination .page-numbers {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: none;
    float: unset;
    display: inline;
    overflow: unset;
}

/* Common button style */
.woocommerce .b2c-shop-layout .woocommerce-pagination .page-numbers a,
.woocommerce .b2c-shop-layout .woocommerce-pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 46px;
  padding: 0px 10px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #111827;
  transition: all 0.2s ease;
}

/* Hover */
.woocommerce .b2c-shop-layout .woocommerce-pagination .page-numbers a:hover {
  background: #f3f4f6;
  border-color: #d1d5db;
}

/* Current page */
.woocommerce .b2c-shop-layout .woocommerce-pagination .page-numbers .current {
  background: #0b1f3a; /* под Cartzilla */
  border-color: #0b1f3a;
  color: #fff;
  cursor: default;
}

/* Next arrow */
.woocommerce .b2c-shop-layout .woocommerce-pagination .page-numbers .next {
  font-size: 16px;
  padding: 0 16px;
}

/* Disable focus outline ugliness */
.woocommerce .b2c-shop-layout .woocommerce-pagination a:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(11, 31, 58, 0.15);
}

@media (max-width: 568px){ 
    .woocommerce .b2c-shop-layout .woocommerce-pagination .page-numbers a, .woocommerce .b2c-shop-layout .woocommerce-pagination .page-numbers span {
        min-width: 40px;
        height: 40px;
        width: 40px;
        padding: 0px 4px;
        font-size: 16px;
    }
}

/***************/
.catalog-wrap {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}

.catalog-item {
  position: relative;
  flex: 0 0 23%;
  margin: 0px 16px 30px 0px;
  display: flex;
  flex-direction: column;
}

.blok-sale-wrap {
  position: absolute;
  top: 15px;
  left: 0px;
}

.blok-sale {
  margin: 0px 0px 5px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 8px;
  width: 45px;
  height: 20px;
  background: #F03D3D;
  border-radius: 4px;
}

.blok-sale p {
  margin: 0px 0px 0px 0px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #FFFFFF;
}

.blok-sale-2 {
  margin: 0px 0px 0px 0px;
  width: 78px;
  height: 20px;
  background: #FC9231;
}

@media (max-width: 1080px) {
   .woocommerce .b2c-shop-sidebar {
        width: 250px;
        flex: 0 0 250px;
    }
  .catalog-item {
    flex: unset;
    margin: 0;
  }
  .catalog-wrap {
    gap: 16px;  
    justify-content: center;
    align-items: center;
    }
    .catalog-wrap .catalog-item {
        flex: 1;
        max-width: 306px;
      }
}

/* Mobile */
@media (max-width: 1000px) {
    
    .woocommerce .b2c-shop-sidebar {
        width: 100%;
        flex: 0;
    }
    
    .b2c-shop-content {
        flex: 0;
        min-width: unset;
        width: 100%;
    }
    
    .woocommerce .b2c-shop-layout {
        flex-direction: column;
        position: relative;
    }
    
    .wp-block-heading {
        margin-bottom: 0;
    }
    
    .cz-catalog-list {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 12px;
        overflow-x: scroll;
        padding-left: 0 !important;
        padding: 10px 20px 20px;
        margin-right: -30px;
    }
    
    .cz-catalog-list .cz-cat-item {
        padding: 0px 12px;
        border: 1px solid #979797;
        border-radius: 26px;
    }
    
    .cz-catalog-list .cz-cat-item.active {
        border: 1px solid #000;
    }
    
    .woocommerce ul.products {
        padding: 24px 0 0 0px;
        justify-content: center;
        gap: 16px
    }
    
    .post-57 .page-title {
        margin-bottom: 0px;
    }
    
    .b2c-shop-content {
        border-left: none;
    }

    .cz-cat-header {
        padding: 12px 0;
    }
    
    .cz-catalog-list li a {
        font-size: 16px;
        width: max-content;
        white-space: nowrap;
    }

}

@media (max-width: 768px) {
  .section-filtr-1 {
    flex-wrap: wrap;
  }

  .section-filtr-2 {
    flex-wrap: wrap;
  }

  .form-filtr {
    margin: 0px 10px 20px 0px;
  }

  .select {
    font-size: 15px;
  }

  .blok-filtr-vibor {
    margin: 0px 10px 20px 0px;
  }

  .clear-link {
    margin: 0px 0px 20px 0px;
  }

  .yith-wcan-filters form {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 40px;
  }
  
   .woocommerce .b2c-shop-layout {
        align-items: center;
        position: relative;
        margin-top: 24px;
    }
    
  .woocommerce ul.products {
        padding: 24px 0 0 0px;
        margin-bottom: 40px;
    }

  .woocommerce .woocommerce-ordering {
    margin: 0 0 10px 30px;
  }

  .yith-wcan-filters .yith-wcan-filter {
    margin: 0px 0px 10px 0px;
    width: 240px;
  }

  button:not(:disabled),
  [type=button]:not(:disabled),
  [type=reset]:not(:disabled),
  [type=submit]:not(:disabled) {
    text-align: left;
  }
  
  .product__heading span {
      padding-right: 36px;
  }
}

@media (max-width: 576px) {
  .contacts-support__list-item {
    width: 100%;
  }
  
  .cz-catalog-list {
        margin-right: -20px;
    }
  
  .woocommerce .woocommerce-ordering {
        margin: 0 0 10px 40px;
    }
}

@media (max-width: 430px) {
  .main-howuse__footer-product .single_add_to_cart_button {
    padding: 0 60px !important;
  }
  .woocommerce .woocommerce-ordering {
    width: 100%;
  }

  .yith-wcan-filters .yith-wcan-filter {
    margin: 0px 0px 10px 0px;
    width: 100%;
  }

  button:not(:disabled),
  [type=button]:not(:disabled),
  [type=reset]:not(:disabled),
  [type=submit]:not(:disabled) {
    text-align: center;
  }

  .form-submitbox .form-submit {
    width: 100% !important;
  }
}

/*******************/
.blok-catalog-down {
  width: 100%;
  margin: 100px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blok-catalog-down-col {
  padding: 0px 20px 0px 0px;
  height: 284px;
  border-radius: 16px;
  background: #f6f6f6;
  display: flex;
}

.blok-catalog-down-col1 {
  flex: 0 0 59%;
}

.blok-catalog-down-col2 {
  flex: 0 0 39%;
}

.blok-catalog-down-col2 img {
  border-radius: 0px 0px 0px 16px;
}

.catalog-down-blok-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.catalog-down-text {
  margin: 0px 0px 0px 0px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #0B1F3A;
}

.button-catalog-down {
  margin: 20px 0px 0px 0px;
  width: 140px;
}

.button-catalog-down::after {
  content: ">";
  margin: 0px 0px 0px 5px;
}

.button-catalog-down-2 {
  background: #131920;
  color: #fff;
}

@media (max-width: 1080px) {
  .blok-catalog-down {
    margin: 70px 0px 0px 0px;
  }

  .blok-catalog-down-col {
    height: 205px;
    justify-content: space-between;
  }

  .blok-catalog-down-col1 {
    flex: 0 0 49%;
  }

  .blok-catalog-down-col1 img {
    width: 224px;
    height: 200px;
  }

  .blok-catalog-down-col2 {
    flex: 0 0 49%;
  }

  .catalog-down-blok-text {
    flex: 0 0 50%;
  }

  .catalog-down-text {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 960px) {
  .catalog-down-text {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 959px) {
  .blok-catalog-down {
    margin: 70px 0px 50px 0px;
  }

  .blok-catalog-down {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .blok-catalog-down-col {
    margin: 0px 0px 20px 0px;
    height: 205px;
  }

  .blok-catalog-down-col1 {
    width: 100%;
  }

  .blok-catalog-down-col1 img {
    width: 224px;
    height: 200px;
  }

  .blok-catalog-down-col2 {
    width: 100%;
  }

  .catalog-down-blok-text {
    height: auto;
  }
}

@media (max-width: 600px) {
  .blok-catalog-down-col1 img {
    width: 200px;
    height: 169px;
  }

  .blok-catalog-down-col2 img {
    width: 200px;
    height: 220px;
  }
}

@media (max-width: 500px) {
  .blok-catalog-down {
    margin: 70px 0px 20px 0px;
  }

  .blok-catalog-down-col {
    flex-direction: column-reverse;
    padding: 30px 20px 0px 20px;
  }

  .blok-catalog-down-col1 img {
    width: 200px;
    height: 169px;
  }

  .blok-catalog-down-col2 img {
    position: relative;
    width: 200px;
    height: 220px;
    left: -20px;
  }

  .button-catalog-down {
    margin: 20px 0px 20px 0px;
    width: 140px;
  }
}



/***** popup-1 *******/
.b-popup {
  margin: 0px auto 0px auto;
  position: relative;
  display: none;
  width: 70%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.0);
  overflow: hidden;
  position: fixed;
  top: 0px;
  z-index: 10000;
}

.b-popup-vnutr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.b-popup .b-popup-content {
  position: relative;
  margin: 5% auto 0px auto;
  width: 750px;
  height: auto;
  padding: 40px;
  border-radius: 40px;
  box-shadow: 0px 0px 10px #000;
  z-index: 1007;
  text-align: center;
  background: #fff;
  border: 4px solid #A2845E;
}

.popup-close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 20px;
}

.popup-close img {
  width: 15px;
}

.popup-close:hover {
  opacity: 0.7;
}

@media (max-width: 1600px) {
  .b-popup {
    width: 80%;
  }

  .b-popup .b-popup-content {
    margin: 5% auto 0px auto;
    width: 670px;
  }
}

@media (max-width: 1536px) {
  .b-popup .b-popup-content {
    margin: 7% auto 0px auto;
    width: 600px;
  }
}

@media (max-width: 1440px) {
  .b-popup .b-popup-content {
    margin: 5% auto 0px auto;
    width: 562px;
  }
}

@media (max-width: 1366px) {
  .b-popup {
    width: 95%;
  }

  .b-popup .b-popup-content {
    margin: 5% auto 0px auto;
    width: 500px;
  }

  .comment-form {
    display: flex;
    flex-direction: column;
  }

  .comment-form-author {
    width: 100% !important;
    padding: 0px 0px 0px 0px !important;
  }

  .comment-form-author input {
    width: 100%;
  }

  .comment-form-email {
    width: 100% !important;
    padding: 0px 0px 0px 0px !important;
  }

  .comment-form-email input {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .b-popup .b-popup-content {
    margin: 5% auto 0px auto;
    width: 468px;
  }
}

@media (max-width: 1024px) {
  .b-popup .b-popup-content {
    margin: 5% auto 0px auto;
    width: 440px;
  }
}

@media (max-width: 940px) {
  .b-popup .b-popup-content {
    margin: 5% auto 0px auto;
    width: 420px;
  }
}

@media (max-width: 900px) {
  .section-one-blok-form-popup-1 {
    width: 100%;
    padding: 30px 20px 30px 20px;
  }

  .form-popup-1 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .b-popup {
    width: 92%;
  }

  .comment-respond .comment-reply-title {
    font-size: 20px;
  }
}

@media (max-width: 700px) {
  .b-popup .b-popup-content {
    padding: 30px 20px 0px 20px;
    border-radius: 16px;
  }
}

@media (max-width: 600px) {
  .b-popup {
    width: 90%;
  }
}

@media (max-width: 500px) {
  .b-popup .b-popup-content {
    width: 400px;
  }
}

@media (max-width: 460px) {
  .b-popup .b-popup-content {
    width: 380px;
  }

  .section-one-blok-form-popup-1 {
    border-radius: 10px;
  }
}

@media (max-width: 428px) {
  .b-popup .b-popup-content {
    width: 340px;
  }

  .section-one-blok-form-popup-1 {
    border-radius: 10px;
  }
}

@media (max-width: 400px) {
  .b-popup .b-popup-content {
    width: 320px;
    font-size: 14px;
  }

  .h3-popup-1 {
    width: 90%;
  }

  .comment-respond .comment-reply-title {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  .b-popup .b-popup-content {
    width: 300px;
    padding: 30px 10px 0px 10px;
  }
}

@media (max-width: 360px) {
  .b-popup .b-popup-content {
    width: 280px;
  }
}

@media (max-width: 320px) {
  .b-popup .b-popup-content {
    width: 280px;
  }
}

/*****************/
.cr-ajax-search {
  display: none !important;
}

.cr-count-row {
  display: none !important;
}

.page-template-reviews-template .page-product-8-content {
    padding-top: 45px;
    padding-bottom: 120px;
}

.page-template-reviews-template .section-title {
    margin-bottom: 16px;
}

ol.commentlist {
  margin: 0px !important;
  padding: 30px 0px 0px 0px !important;
  border-top: 0;
  display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.crstar-rating-svg .cr-rating-icon-frnt {
  height: 14px;
}

.crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon {
  width: 14px;
  height: 14px;
  fill: #FFBC00;
}

.crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: #9ca3af;
}

.cr-summary-separator {
  display: none !important;
}

.ivole-summaryBox {
  display: none !important;
}

.cr-summaryBox-wrap {
  background-color: transparent !important;
  justify-content: center !important;

}

.cr-overall-rating-wrap {
  padding-top: 0 !important;
  flex-direction: row !important;
  color: var(--black-light-blue) !important;
}

.cr-average-rating {
  display: none !important;
}

.cr-average-rating-stars {
  margin-right: 15px;
}

.section-header-reviews {
  margin: 0px 0px 0px 0px;
}

.catalog-item-image a img {
  transition: all 0.5s ease;
}

.catalog-item-image a:hover img {
  transform: scale(0.9);
  transition: all 0.5s ease;
}

.product-image a img {
  transition: all 0.5s ease;
}

.product-image a:hover img {
  transform: scale(0.9);
  transition: all 0.5s ease;
}

#button-product-cart {
  width: 200px;
}

@media (max-width: 1024px) {
  #button-product-cart {
    width: 120px;
  }
}

@media (max-width: 768px) {
    .page-template-reviews-template .page-product-8-content {
        padding-top: 36px;
        padding-bottom: 45px;
    }
    ol.commentlist {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
        padding: 12px 0px 0px 0px !important;
    }
    #main .cr-all-reviews-shortcode ol.commentlist li,
    .woocommerce #reviews #comments ol.commentlist li {
    padding: 24px 20px;
    }
}

.product_accordion-2 .product__accordion__content {
  padding: 0px 0 0px 0;
}

.product_accordion-2 .product__accordion__content p {
  margin-bottom: 0;
  padding: 20px 0 0px 0;
  border-top: 1px solid #eee;
}

.product_accordion-3 .product__accordion__content {
  padding: 0px 0 0px 0;
}

.product_accordion-3 .product__accordion__content p {
  margin-bottom: 0;
  padding: 20px 0 20px 0;
  border-top: 1px solid #eee;
}

.page-product-4 .xproducts__ratingbox {
  margin-bottom: 10px;
}

.xproducts__ratingbox_product {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.products__rating_product {
  color: #131920 !important;
}

@media screen and (max-width: 576px) {
  .section-title-product-2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 428px) {
  .section-title-product-2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 383px) {
  .reviews-button-8 {
    margin: 10px 0px 0px 0px;
  }
}

.woocommerce-review-link {
  color: #9CA3AF;
}

.header__info .menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #F2F1ED;
    border-radius: 50%;
    border: none;
}

.main-nums__item-2 {
  display: flex;
  flex-direction: column;
}

.main-nums__item-2 svg {
      margin-top: 8%;
}

.woocommerce-product-gallery__trigger {
    display: none;
}

.catalog-item .woocommerce-product-gallery,
.swiper-slide .woocommerce-product-gallery {
    display: none;
}

.catalog-item .xproducts__pic,
.swiper-slide .xproducts__pic {
    margin: 0 auto;
    max-width: 185px;
    min-height: 242px;
    display: flex;
    align-items: center;
}

.woocommerce-product-gallery__image img {
  transition: none !important;
}

.woocommerce span.onsale {
  position: absolute;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  z-index: 9;
  margin: 0px 0px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 2px;
  width: 45px;
  height: 20px;
  min-height: auto;
  min-width: 45px;
  background: #F03D3D;
  border-radius: 4px;
  top: 20px;
  left: 20px;
}

span.onsale {
  position: absolute;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  z-index: 9;
  margin: 0px 0px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 2px;
  width: 45px;
  height: 20px;
  min-height: auto;
  min-width: 45px;
  background: #F03D3D;
  border-radius: 4px;
  top: 20px;
  left: 20px;
}

span.onsale-2 {
  position: absolute;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  z-index: 9;
  margin: 0px 0px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 2px;
  width: 78px;
  height: 20px;
  min-height: auto;
  min-width: 45px;
  background: #FC9231;
  border-radius: 4px;
  top: 46px;
  left: 20px;
}

/******** main-our-costumers-section *********/
.main-our-costumers-section {
  width: 100%;
  padding: 120px 0px 10px 0px;
}

.main-our-costumers-content {
  position: relative;
  width: 100%;
  padding: 0px 0px 0px 0px;
}

.main-our-costumers-сontent {
    display: flex;
    flex-direction: column;
}

.main-our-costumers-сontent .btn {
    width: fit-content;
    margin: -80px auto 60px;
    position: relative;
    z-index: 110;
    background: #0B1F3A !important;
    border: 1px solid #0B1F3A;
}

.main-our-costumers-сontent .btn:hover {
    color: #0B1F3A !important;
    background: #0B1F3A00 !important;
}

.main-our-costumers-сontent .section-header {
  justify-content: center;
}

.wrap-header-link-222 {
  margin: 0px 0px 0px 0px;
  background: #FFFFFF;
  border-radius: 6px;
  padding: 3px 10px 3px 10px;
  background-position: right 6px top 60%;
  background-repeat: no-repeat;
}

.section-header-link-222 {
  display: flex;
  align-items: center;
}

.main-our-costumers-items {
  margin: 40px 0px 0px 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.our-costumers-item {
  flex: 0 0 32%;
  margin: 0px 0px 30px 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  height: auto;
  background: #FFFFFF;
  border-radius: 16px;
}

.our-costumers-item-2 {
  background-image: url(../images/image-product-3.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  justify-content: space-between;
}

.our-costumers-item-6 {
  background-image: url(../images/image-product-4.jpg);
}

.our-costumers-item-up {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.our-costumers-item-center {
  margin: 20px 0px 20px 0px;
}

.h3-our-costumers {
  margin: 0px 0px 0px 0px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #0B1F3A;
}

.our-costumers-item-2 h3 {
  margin: 0px 0px 0px 0px;
  color: #fff;
}

.our-costumers-item-center p {
  margin: 10px 0px 0px 0px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4E5562;
}

.name-our-costumers {
  margin: 0px 0px 0px 0px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #0B1F3A;
}

.name-our-costumers-3 {
  margin: 0px 0px 0px 0px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #0B1F3A;
}

.name-our-costumers-2 {
  margin: 0px 0px 0px 0px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #2F6ED5;
}

.name-our-costumers-2 img {
  margin: 0px 4px 0px 0px;
}

.our-costumers-item-down {
  margin: 0px 0px 0px 0px;
  display: flex;
  align-items: center;
  padding: 8px;
  width: 100%;
  background: #F5F7FA;
  border-radius: 8px;
}

.our-costumers-item-down img {
    width: 24px;
}


.name-our-costumers-3 {
  padding: 0px 10px 0px 10px;
}

.button-our-costumers {
  margin: 0px 0px 0px auto;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 12px;
  width: fit-content;
  white-space: nowrap;
  height: 40px;
  background: #0B1F3A;
  border-radius: 100px;
  border: 1px solid #0B1F3A;
  transition-duration: 0.5s;
}

.button-our-costumers:hover {
  color: #0B1F3A;
  background: #0B1F3A00;
}

.blok-gradient {
  position: relative;
  z-index: 100;
  margin: -230px 0px 0px 0px;
  width: 100%;
  height: 206px;
  background: linear-gradient(180deg, rgba(247, 247, 245, 0) 0%, #f7f7f5 37%);
}

.main-our-down {
  z-index: 101;
  margin: 0px auto 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  position: relative;
  bottom: 180px;
  left: 0px;
  width: 280px;
  height: 95px;
  background: #0B1F3A;
  box-shadow: 0px 18px 48px -6px rgba(28, 31, 36, 0.12);
  border-radius: 24px;
}

.main-our-down-text-1 {
  margin: 0px 0px 0px 0px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #FFFFFF;
}

.main-our-down-text-2 {
  margin: 0px 0px 0px 0px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #FFFFFF;
}

@media (max-width:1180px) {
  .main-our-costumers-section {
    border-radius: 20px 20px 0px 0px;
    margin: 0px 0px 80px 0px;
  }

  .h3-our-costumers {
    font-size: 18px;
    line-height: 24px;
  }

  .our-costumers-item-center p {
    font-size: 14px;
    line-height: 18px;
  }

  .name-our-costumers {
    font-size: 13px;
  }

  .name-our-costumers-2 {
    font-size: 13px;
  }

  .name-our-costumers-2 img {
    width: 18px;
  }

  .name-our-costumers-3 {
    font-size: 13px;
    line-height: 16px;
  }

  .blok-gradient {
    margin: -400px 0px 0px 0px;
    height: 370px;
  }
}

@media (max-width:1080px) {
  .blok-gradient {
    margin: -420px 0px 0px 0px;
    height: 400px;
  }

  .h3-our-costumers {
    font-size: 16px;
    line-height: 20px;
  }

  .our-costumers-item-center p {
    font-size: 13px;
    line-height: 17px;
  }

  .name-our-costumers {
    font-size: 13px;
  }

  .name-our-costumers-2 {
    font-size: 13px;
  }

  .name-our-costumers-2 img {
    width: 18px;
  }

  .name-our-costumers-3 {
    font-size: 12px;
    line-height: 16px;
  }

  .our-costumers-item-down {
    flex-wrap: wrap;
  }

  .name-our-costumers-3 {
    width: 80%;
  }

   .button-our-costumers {
      margin: 8px 4px 4px auto;
   }
}

@media (max-width:1024px) {
  .blok-gradient {
    margin: -450px 0px 0px 0px;
    height: 420px;
  }

}

@media (max-width:1023px) {
  .blok-gradient {
    margin: -292px 0px 0px 0px;
    height: 292px;
  }

  .our-costumers-item {
    flex: 0 0 49%;
    margin: 0px 0px 20px 0px
  }

  .name-our-costumers-3 {
    width: 70%;
  }


  .main-our-down {
    /*bottom: 100px;*/
  }
}

@media (max-width:850px) {
  .wrap-header-link-222 {
    margin: 20px 0px 0px 0px;
  }
}

@media (max-width:768px) {
  .blok-gradient {
    margin: -380px 0px 0px 0px;
    height: 362px;
  }

  .name-our-costumers-3 {
    width: 80%;
  }

}

@media (max-width:700px) {
  .our-costumers-item {
    flex: 0 0 100%;
    margin: 0px 0px 20px 0px
  }
  
  .main-our-costumers-section {
    padding: 45px 0 0;
    margin: 0px;
  }

  .our-costumers-item-2 {
    height: 300px;
  }

  .blok-gradient {
    margin: -292px 0px 0px 0px;
    height: 292px;
  }

  .name-our-costumers-3 {
    width: auto;
  }

  .our-costumers-item-down {
    justify-content: space-between;
  }
}

@media (max-width:500px) {
  .blok-gradient {
    margin: -103px 0px 0px 0px;
    height: 91px;
  }
}

@media (max-width:430px) {

  .our-costumers-item {
    padding: 15px;
  }

  .our-costumers-item-2 {
    height: 250px;
  }

  .our-costumers-item-down {
    justify-content: flex-start;
  }

  .name-our-costumers-3 {
    width: auto;
    max-width: 54%;
    font-size: 12px;
  }

  .section-header-link-222 {
    font-size: 14px;
  }

  .main-our-down {
    width: 250px;
    height: 80px;
  }

  .main-our-down-text-1 {
    font-size: 26px;
  }

  .main-our-down-text-2 {
    font-size: 16px;
  }
  
    .button-our-costumers {
        padding: 8px;
        font-size: 12px;
    }
}

.header-search-form.custom {
  inset: unset;
  top: calc(100% + 14px);
  left: unset;
  right: 0;
  translate: 0 0;
  min-width: 320px;
  padding: 10px;
  border-radius: 8px;
  opacity: 0;
  visibility: 0;
  box-shadow: 0 8px 32px 4px rgba(103, 111, 123, 0.1);
  transition: .2s;
}

.header-search-form.custom.visible {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.searchform .searchform-field {
  margin-top: 0;
}

.searchform-field-wrap {
  margin-top: 0;
}

.searchform {
  position: relative;
}

.searchform-field-wrap {
  position: absolute;
  right: 6px;
  top: 50%;
  translate: 0 -50%;
  width: 34px;
  height: 34px;
  display: block;
  min-width: 0;
  padding: 0;
  background-color: #F2F1ED;
  background-image: url(../images/arrow-right-dark.svg);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
}

.noresults-search.hiddeble {
  display: none;
}


/******* form searche ************/
@media(max-width: 767px) {

  .header-search-button,
  .header__burger {
    margin-left: 0 !important;
  }

  #menuiconwrap {
    display: flex !important;
  }

  .header__info {
    margin-right: 1px;
  }

}

@media (max-width:500px) {
  .header-search-container {
    position: initial !important;
  }

  .header-search-absolute.custom {
    position: absolute;
    top: calc(100% + 14px) !important;
    left: auto !important;
    right: 20px !important;
    translate: 0 0 !important;
    width: 320px !important;
  }

  .header-search-form.custom {
    position: absolute;
    top: calc(100% + 14px) !important;
    left: auto !important;
    right: 20px !important;
    translate: 0 0 !important;
    width: 320px !important;
  }

  .header-search-form.custom.visible {
    position: absolute;
    top: calc(100% + 14px) !important;
    left: auto !important;
    right: 20px !important;
    translate: 0 0 !important;
    width: 320px !important;
  }
}

@media (max-width: 430px) {}

.woocommerce-error::before {
  content: "\e016";
  color: #b81c23;
  position: relative !important;
  top: 0px !important;
  left: 0 !important;
}

.products.columns-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(306px, 33%));
}

.products.columns-4::before,
.products.columns-4::after {
  display: none !important;
}

.woocommerce .woocommerce-product-rating {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}

.catalog-item.custom .woocommerce-product-rating::before {
  display: none;
}

.xproducts__add {
  position: relative;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading {
  padding: 0 !important;
}

.quantity {
  position: relative;
  display: flex;
  align-items: center;
}

.quantity__btn,
.qty-minus,
.qty-plus {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 48px;
  height: 100%;
  padding: 0;
  border: 0;
  background-color: transparent;
}

.quantity__btn--prev {
  left: 0;
  background-image: url(../images/minus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}

.quantity__btn--next {
  right: 0;
  background-image: url(../images/plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}

.qty.form-control::-webkit-outer-spin-button,
.qty.form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.qty.form-control {
  -moz-appearance: textfield;
}

.total-amount {
  font-weight: 600;
  color: #0B1F3A;
}

.custom-checkbox {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 2px solid #0B1F3A;
}

.custom-checkbox__fake {
  width: 100%;
  height: 100%;
  background-image: url(../images/checked.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 6px;
  opacity: 0;
}


.custom-checkbox__inp {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.custom-checkbox__inp:checked+.custom-checkbox__fake {
  opacity: 1;
}

.comment-text {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.comment-text.collapsed {
  padding-bottom: 1em !important;
}

.comment-text.collapsed.open .description {
  display: block;
  overflow: unset;
}

.comment-text__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin-top: 16px;
  border: 0;
  background: transparent;
  transition: .2s;
  font-size: 0.875rem;
  opacity: .6;
}

.comment-text__btn::after {
  content: "";
  translate: 0 1px;
  width: 12px;
  height: 6px;
  background-image: url(../images/arrowhead-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.comment-text.open .comment-text__btn::after {
  rotate: 180deg;
}

.comment-text__btn:hover {
  opacity: 1;
}

.comment-form-comment textarea {
  resize: vertical;
}

.contacts-call textarea {
  resize: none;
}

/*New sections*/
.fsc-recommendation {
    position: relative;    
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    border-radius: 60px;
    overflow: hidden;
}
.fsc-recommendation::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
    90deg,
    rgba(247, 247, 245, 0.65) 0%,
    rgba(247, 247, 245, 0.35) 35%,
    rgba(247, 247, 245, 0.1) 70%,
    rgba(247, 247, 245, 0) 100%
);
    z-index: 1;
}
.fsc-recommendation__inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: start;
    padding: 120px 0;
    min-height: 750px;
}
.fsc-recommendation__content {
    max-width: 760px;
}

.fsc-recommendation__title {
    margin-bottom: 20px;
}

.fsc-recommendation__subtitle {
    max-width: 550px;
    margin-bottom: 32px;
    font-size: 22px;
    font-weight: 700;
    line-height: 130%;
    color: #2D3748
}

.fsc-recommendation__title.section-title strong {
    background: linear-gradient(135deg, #413725 0%, #99845a 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fsc-recommendation__text {
    max-width: 460px;
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 140%;
    color: #0b1f3a;
}

@media (max-width: 1400px) {
    .fsc-recommendation {
        padding: 80px 20px;
        background-position: center;
    }
    .fsc-recommendation__inner {
        padding: 60px 0;
        min-height: 546px;
    }
}
@media (max-width: 986px) {
    .fsc-recommendation {
        padding: 36px 16px;
    }
    .fsc-recommendation__inner {
        min-height: 420px;
    }
}

@media (max-width: 576px) {
    .fsc-recommendation {
        border-radius: 20px;
    }
    .fsc-recommendation::before {
        background: linear-gradient(90deg, rgba(247, 247, 245, 0.99) 0%, rgba(247, 247, 245, 0.79) 35%, rgba(247, 247, 245, 0.59) 70%, rgba(247, 247, 245, 0.39) 100%)
    }
    .fsc-recommendation__inner {
        padding: 20px 0;
    }
    
    .fsc-recommendation__text {
        font-weight: 500;
        color: #0f1318;
    }
}

.impact-levels {
    padding: 184px 0 122px;
    background: linear-gradient(129deg, #0b1f3a 0%, #0c2445 100%);
    color: #ffffff;
    margin-top: -64px;
}

.impact-levels__title {
    color: #ffffff;
    margin-bottom: 20px
}

.impact-levels__subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 28px
}

.subtitle-btm {
   font-size: 16px;
   line-height: 130%;
   margin-bottom: 0px;
   margin-top: 30px;
   color: #f6f2ea;
}

.impact-levels__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
}

.impact-card {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    height: 100%;
}

.impact-card__image {
    position: relative;
    width: 100%;
    height: 540px;
}

.impact-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.impact-card__content {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    padding: 25px 40px 25px 25px;
    height: 165px;
    border-radius: 30px;
    background: rgba(255,255,255,0.5);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    color: #0b1f3a;
}

.impact-card__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.impact-card__text {
    font-size: 16px;
    line-height: 130%;
}

@media (max-width: 1200px) {
    .impact-levels__grid {
        gap: 24px;
        overflow-x: auto;
    }
    .impact-card__content {
        padding: 20px 24px 24px 24px;
        height: 174px;
    }
    
    .impact-card {
        min-width: 358px;
        width: 358px;
    }
}

@media (max-width: 992px) {
    .impact-levels {
        padding: 120px 0 70px;
    }

    .impact-levels__title {
        font-size: 34px;
    }
}

@media (max-width: 576px) {
    .impact-card__content {
        padding: 14px 16px;
    }

    .impact-card__title {
        font-size: 20px;
    }

    .impact-card__text {
        font-size: 16px;
    }
}

.wc-block-components-sidebar-layout .wc-block-components-main {
  background: #fff;
  padding: 20px;
  border-radius: 30px;
  width: calc(65% - 30px);
}

.wc-block-components-sidebar {
  background: #fff;
    padding: 30px;
    border-radius: 30px;
}

.wc-block-checkout__actions .wc-block-components-checkout-place-order-button,
.wc-block-components-button.wc-block-cart__submit-button {
  background: linear-gradient(129deg, #0b1f3a 0%, #0c2445 100%);
  border-radius: 100px;
    padding: 12px 24px;
  font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: var(--white-100);
}

.wc-block-components-sidebar-layout {
  gap: 30px;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices,
.wc-block-components-product-metadata {
    display: none;
}

.wc-block-cart-items__row .wc-block-components-product-price {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    text-align: right;
    color: var(--gray-900);
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
}

.wc-block-cart-items__row .wc-block-components-product-price del {
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: var(--gray-400);
    margin: 2px 0 0 10px;
}

.wc-block-cart-items__row {
    position: relative;
}
 
.wc-block-cart-item__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    position: absolute;
    right: 10px;
    top: 18px;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    display: block;
    margin-right: 12px;
    max-width: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: var(--black-blue);
}

.wc-block-cart-item__prices {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wc-block-cart-item__wrap .wc-block-components-product-badge {
    display: none;
}

.wc-block-cart-items__row .wc-block-components-product-price ins {
    text-decoration: none;
    line-height: 120%;
    text-align: center;
}

.wc-block-cart-item__quantity {
    display: flex;
    align-items: center;
}

.wc-block-cart__main .wc-block-cart-items td.wc-block-cart-item__product {
    padding: 20px 32px 20px 14px;
}

.wc-block-components-product-badge {
    font-size: .65em;
}

.woocommerce-checkout .checkout-block {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 30px;
  align-items: start;
}

.select2-container--default .select2-results>.select2-results__options {
    background: #fff;
    padding: 0 5px;
}

.wc-block-cart__main .wc-block-cart-items td:last-child {
    padding: 20px 44px 20px 0;
}

@media (max-width: 1140px) {
    .wc-block-components-sidebar-layout {
        flex-direction: column;
        margin: 0 auto 16px;
    }
    
    .wc-block-components-sidebar-layout .wc-block-components-main {
        width: 100%;
    }
    
    .wc-block-cart table.wc-block-cart-items {
        margin-bottom: 0;
    }
    
    .is-medium table.wc-block-cart-items .wc-block-cart-items__row:not(:last-child) {
        border-bottom: 1px solid var(--gray-200);
    }
    
    .wc-block-components-totals-wrapper {
        border-top: 0
    }
    
    .wc-block-components-sidebar {
        padding: 20px !important;
    }
}

@media (max-width: 768px) {
    .wc-block-cart-item__wrap {
        justify-content: start;
        align-items: start;
        flex-wrap: wrap;
        gap: 10px;
    }
    .wc-block-cart-items__row .wc-block-components-product-price ins {
        margin-left: 0;
    }
    .wc-block-components-sidebar-layout .wc-block-components-main {
        padding-left: 12px;
    }
    
    table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
        right: -23px;
        width: 20px;
        top: 32px;
    }
    
    .wc-block-cart__main .wc-block-cart-items td:last-child {
        padding: 20px 5px 20px 0;
    }
}

@media (max-width: 410px) {
    .wc-block-components-sidebar-layout .wc-block-components-main {
        padding-left: 5px;
    }
    .woocommerce-checkout .price {
        margin: 0px;
    }
    
    .wc-block-cart-items__row .wc-block-components-product-price {
        font-size: 16px;
    }
    
    .wc-block-cart-items__row .wc-block-components-product-price del {
        font-size: 14px;
        margin: 1px 0 0 6px;
    }
}

/* Левая колонка */
#customer_details {
  display: block;
}

/* Правая колонка */
#order_review {
  position: sticky;
  top: 120px;
}

.woocommerce form .col2-set .col-1, .woocommerce-page form .col2-set .col-1 {
    margin-bottom: 24px;
}

.woocommerce form .col2-set .col-2, .woocommerce-page form .col2-set .col-2,
.woocommerce form .col2-set .col-1, .woocommerce-page form .col2-set .col-1 {
    width: 100%;
    padding: 37px 30px 30px;
}

.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2,
.woocommerce-checkout #order_review {
  background: #fff;
  border: 1px solid #e6e8ec;
  border-radius: 30px;
  padding: 46px 50px;
}

.woocommerce-checkout #order_review {
    padding: 37px 30px 30px;
}

.woocommerce-form__label.checkbox {
    position: static;
}

.select2-container .select2-dropdown, .select2-container .select2-selection,
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
  background: var(--white-100);
  border: 1px solid var(--delider);
    border-radius: 100px;
    padding: 6px 16px;
    height: 50px;
}

.select2-container .select2-dropdown {
   border-radius: 16px; 
}

.woocommerce form .form-row label {
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    margin: 0 0 2px;
    color: var(--black-blue);
}

.woocommerce form .form-row .optional {
    font-weight: 500;
    color: var(--gray);
}

.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 16px;
}

.woocommerce .age-confirmation .woocommerce-form__label {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: var(--gray);
    margin-bottom: 24px;
}

#order_comments {
  border: 1px solid var(--delider);
  border-radius: 16px;
  padding: 12px 16px;
  height: 81px;
}

.woocommerce-info {
    border: 1px solid var(--delider);
}

.woocommerce-checkout input[type="checkbox"] {
    display: inline-block;
    float: none;
    clear: left;
    width: 14px;
    height: 14px;
    margin-bottom: 2px;
    margin-right: 4px;
    opacity: 0.8;
}

/*#billing_company {*/
/*    display: none;*/
/*}*/

.woocommerce-checkout #payment {
    background: transparent;
}

.woocommerce-checkout #payment ul.payment_methods li[class*=payment_method_stripe_]:nth-child(n+2), li[class*=payment_method] input[type=radio]+label:not(.wc-stripe-label-payment-type), ul.payment_methods li[class*=payment_method_stripe_]:nth-child(n+2) {
    font-weight: 600;
}

.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 0.4em 0 0;
}

.woocommerce-checkout #order_review #payment ul.payment_methods li img {
    margin: 2px 0 0 .5em;
}

li[class*=payment_method] input[type=radio]+label:not(.wc-stripe-label-payment-type),
ul.payment_methods li[class*=payment_method_stripe_]>input[name=payment_method]+label {
    width: 93%;
}

ul.payment_methods li[class*=payment_method] {
    padding: 4px 0 !important;
}

.payment_box.payment_method_bacs,
.cr-customer-consent {
    display: none;
}

.woocommerce-checkout h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: var(--black-blue);
}

.woocommerce-checkout #payment #place_order {
    border-radius: 100px;
    padding: 12px 24px;
    width: 100%;
    background: linear-gradient(129deg, #0b1f3a 0%, #0c2445 100%);
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: var(--white-100);
    margin-top: 12px;
}

.woocommerce-privacy-policy-text {
    font-size: 14px;
}

.shop_table .woocommerce-Price-amount {
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    text-align: right;
    color: var(--gray-900);
}

.shop_table .order-total .woocommerce-Price-amount {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-align: right;
    color: var(--black-blue);
}

.form-row.ywev-country-confirmation.terms {
        display: none !important;
    }

#billing_company_field {
    display: none;
}

#my-account-menu.layout-simple.position-vertical-left .myaccount-menu:after,
#my-account-menu.layout-simple.position-vertical-left .myaccount-menu:before,
#my-account-menu.layout-simple.position-vertical-left .myaccount-menu li a,
#my-account-menu.layout-simple .myaccount-menu>li {
  border: 0;
}

.woocommerce-account .page-title {
  display: none;
}

#my-account-menu~.woocommerce-MyAccount-content {
  width: 76%;
}

#my-account-menu {
  width: 21%;
}

.woocommerce .yith-wcmap .user-profile .user-info .logout a {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    padding: 12.5px 34.5px;
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    background: linear-gradient(93.02deg, #0B1F3A -0.48%, #0C2445 96.11%) !important;
    border: 1px solid rgba(11, 31, 58, 0.5);
    border-radius: 100px !important;
    transition: all 0.4s ease !important;
    margin-bottom: 12px;
}

.woocommerce .yith-wcmap .user-profile .user-info .logout a:hover {
    opacity: 0.8;
    border-color: #A2845E !important;
}

.woocommerce table.shop_table {
  border: 0
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button {
    border-radius: 100px !important;
    transition: background-color 0.4s ease !important;
    color: #fff !important;
    background: linear-gradient(93.02deg, #0B1F3A -0.48%, #0C2445 96.11%) !important;
    flex-grow: 1;
    height: 40px;
    padding: 0px 1em 0px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover {
  opacity: 0.8;
  border-color: #A2845E !important;
}

.woocommerce-form__input.woocommerce-form__input-checkbox {
    margin-bottom: 4px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin-top: 12px;
}

.woocommerce form.woocommerce-form .form-row .input-text {
    background: var(--white-100);
    border: 1px solid var(--delider);
    border-radius: 100px;
    padding: 6px 16px;
    height: 50px;
}

@media (max-width: 1440px) {
    .yith-wcmap .user-profile {
        padding-left: 30px;
        margin-bottom: 16px;
    }
}

@media (max-width: 991px) {
  .woocommerce-checkout .checkout-block {
    grid-template-columns: 1fr;
  }
  
  .woocommerce-checkout .col-1, .woocommerce-checkout .col-2, .woocommerce-checkout #order_review {
    border-radius: 20px;
    padding: 20px 20px;
   }

  #order_review {
    position: static;
  }
}

@media (max-width: 768px) {
    .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
        width: 100%;
    }
    
    .woocommerce table.shop_table td {
        padding: 12px;
        font-size: 15px;
    }
    
    .woocommerce-checkout .woocommerce table.shop_table td:last-child,
    .woocommerce-checkout .woocommerce table.shop_table th:last-child {
        text-align: center;
    } 
    
    .woocommerce-checkout .checkout-block {
        gap: 0
    }
    
    ul.payment_methods li[class*=payment_method_stripe_]>input[name=payment_method]+label {
        width: 90%;
    }
    
    .woocommerce-checkout #payment div.form-row,
    .woocommerce-checkout #payment #place_order {
        margin-bottom: 0;
    }
    
    
    
    .woocommerce #my-account-menu .myaccount-menu {
        display: flex;
        width: 100%;
        overflow-x: scroll;
        gap: 10px;
        width: calc(100% + 20px);
        height: 70px;
    }
    
    .myaccount-menu::-webkit-scrollbar {
        height: 6px;
    }
    
    .myaccount-menu::-webkit-scrollbar-track {
        background: #eee;
    }
    
    .myaccount-menu::-webkit-scrollbar-thumb {
        background: #777777;
        border-radius: 3px;
    }
    
    .woocommerce #my-account-menu .myaccount-menu li {
        width: max-content;
        white-space: nowrap;
        padding: 3px 12px 5px;
        border-radius: 24px;
        border: 1px solid #777777;
        height: 42px;
    }
    
     #my-account-menu.layout-simple .myaccount-menu li.active {
        background-color: #f6f6f6;
    }
    
    #my-account-menu, #my-account-menu-tab {
        float: none !important;
        margin-right: 0 !important;
        width: 100%;
        margin-bottom: 20px;
    }
    
    #my-account-menu .woocommerce-MyAccount-content, 
    #my-account-menu-tab .woocommerce-MyAccount-content, 
    #my-account-menu-tab~.woocommerce-MyAccount-content, 
    #my-account-menu~.woocommerce-MyAccount-content {
        float: none !important;
        width: 100%;
    }
    
    #my-account-menu.layout-simple.position-vertical-left .myaccount-menu li a {
        padding: 5px 0;
    }
    
    li[class*=payment_method] input[type=radio]+label:not(.wc-stripe-label-payment-type),
ul.payment_methods li[class*=payment_method_stripe_]>input[name=payment_method]+label {
    width: 89%;
}
}



/*RECOMMENDATION*/
.page-template-page-recommendation .breadcrumb-blok {
  margin: 0;
  padding: 40px 0;
}

.fsc-recomm {
  padding-bottom: 120px;
}

.fsc-recomm__container {
   background: #fff;
   border-radius: 30px; 
   overflow: hidden;
   padding: 36px 0 0 0;
}

.fsc-recomm__grid {
  display: flex;
  justify-content: space-between;
}

.fsc-recomm__content {
  padding-right: 50px;
  padding-left: 50px;
  max-width: 720px;
}

.fsc-recomm__title {
  font-size: 32px;
  padding-left: 50px;
  line-height: 130%;
  text-align: left;
  margin-bottom: 26px;
}

.fsc-recomm__subtitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: var(--black-blue);
  margin-bottom: 12px;
}

.fsc-recomm__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--black-light-blue);
  margin-bottom: 20px;
}

.fsc-recomm__list {
  margin: 0 0 30px;
  padding-left: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: var(--black-light-blue);
  list-style: none;
}

.fsc-recomm__list li {
  margin-bottom: 10px;
  position: relative;
}

.fsc-recomm__list li::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 0.4em;
  width: 8px;
  height: 10px;
  background: linear-gradient(135deg, #CAA457 0%, #E3BE72 100%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.rec-brd {
  margin-bottom: 0;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--delider);
}

.fsc-recomm__note {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  padding: 20px 0 24px;
  color: var(--black-blue);
  margin-bottom: 0;
}

.fsc-recomm__note strong {
  background: linear-gradient(135deg, #caa457 0%, #e3be72 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fsc-recomm__image img {
  width: 100%;
  object-fit: cover;
  max-width: 573px;
  height: 100%;
}

.fsc-recomm__grid .form-fieldbox {
  margin-bottom: 10px;
}

.fsc-recomm__grid .form-fieldbox p {
  margin-bottom: 0px;
}

.form-fieldbox_wrapper {
  display: flex;
  gap: 10px;
}

.fsc-recomm__form .btn {
  width: 100%;
  text-align: center !important;
  padding-left: 0;
  padding-right: 0;
}

.fsc-recomm__form .form-textarea {
  max-height: 200px;
}

@media (max-width: 768px) {
  .fsc-recomm {
    padding-bottom: 60px;
  }
  .fsc-recomm__container {
    padding: 36px 16px 0 16px;
    }

  .fsc-recomm__content {
    padding: 20px 0 0 0;
    max-width: 100%;
  }
  .fsc-recomm__title {
    line-height: 120%;
    max-width: 100%;
    padding-left: 0;
  }
  .fsc-recomm__image img {
    display: none;
  }

  .form-fieldbox_wrapper {
    flex-direction: column;
    gap: 0;
  }
}

.wpml-ls-statics-footer,
.wpml-ls-item {
    display: none !important;
}

/* Base button state */
.xproducts a.button,
.xproducts button.button,
.xproducts input.button {
    position: relative;
    overflow: hidden;
}

/* Loading state */
.xproducts a.button.loading,
.xproducts button.button.loading,
.xproducts input.button.loading {
    color: transparent !important; /* hide text */
    pointer-events: none;
}

/* Spinner */
.xproducts a.button.loading::after,
.xproducts button.button.loading::after,
.xproducts input.button.loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: -9px 0 0 -9px;
    border: 2px solid rgba(255,255,255,0.4);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: wc-button-spinner 0.6s linear infinite;
    z-index: 2;
}

/* Spinner animation */
@keyframes wc-button-spinner {
    to {
        transform: rotate(360deg);
    }
}

.payment_methods .wc-stripe-save-source, .wc-stripe_cc-new-method-container .wc-stripe-save-source {
    display: none !important;
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 0em;
}

li.payment_method_stripe_cc .wc-stripe-card-icons-container img.wc-stripe-card-icon {
    display: inline;
    float: none;
    height: 20px;
    max-height: 24px;
    max-width: 40px;
    width: 40px;
    margin: 0 !important;
}

@media (max-width: 468px) {
    .woocommerce-checkout .col-1, .woocommerce-checkout .col-2, .woocommerce-checkout #order_review {
        border-radius: 20px;
        padding: 16px 16px;
    }
    ul.payment_methods li[class*=payment_method_stripe_]>input[name=payment_method]+label {
        font-size: 15px;
    }  
    li.payment_method_stripe_cc .wc-stripe-card-icons-container img.wc-stripe-card-icon {
        height: 20px !important;
        max-height: 20px !important;
        max-width: 32px !important;
        width: 32px !important;
    }
}

.yith-wcaf-registration-form input.button {
    border-radius: 100px !important;
    transition: background-color 0.4s ease !important;
    color: #fff !important;
    background: linear-gradient(93.02deg, #0B1F3A -0.48%, #0C2445 96.11%) !important;
    flex-grow: 1;
    height: 40px;
    padding: 0px 1em 0px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 56px;
}

.yith-wcaf-registration-form .woocommerce-form-login input.button {
    margin-top: 0px;
}

.yith-wcaf .form-row label.woocommerce-form__label-for-checkbox {
    display: block !important;
    margin-top: 12px;
}

.yith-wcaf .show-password-input::before {
    display: none !important;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    margin-top: -16px;
}

/*FSC Academy*/

.academy {
    padding-bottom: 120px;
}

.academy-title {
    margin-bottom: 25px;
}

.academy__caption {
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #2d3748;
}

.academy-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.academy-card {
    display: flex;
    align-items: center;
    gap: 19px;

    padding: 25px;

    background: #fff;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none;
    color: #0b1f3a;

    transition: all .2s ease;
}

.academy-card:hover {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.academy-card__icon {
    border-radius: 20px;
    width: 70px;
    height: 70px;
    display: flex;
    padding: 20px;
    background: #eaeef1;
}


.academy-card__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #0b1f3a;
}

@media (max-width: 1240px) {
    .academy-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

@media (max-width: 980px) {
    .academy-card {
        gap: 14px;
        padding: 16px;
        border-radius: 16px;
    }
    
    .academy-card__icon {
        border-radius: 16px;
        width: 60px;
        height: 60px;
        padding: 16px;
    }

}

@media (max-width: 680px) {
    .academy-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*DOC*/
.page-template-page-academy .breadcrumb-blok,
.instruction-main .breadcrumb-blok,
.single-fsc_guide .breadcrumb-blok,
.yith-wcan-free .breadcrumb-blok {
  margin: 0;
  padding: 40px 0 40px;
}

.wpt-body-Product_Table .breadcrumb-blok,
.woocommerce-shop .breadcrumb-blok {
    padding: 30px 0 30px;
}

#cmplz-document {
    max-width: 100%;
}


#cmplz-document h2 {
    font-size: 28px;
    margin-top: 24px;
    margin-bottom: 0px;
}

#cmplz-document p, #cmplz-document li, #cmplz-document td, .editor-styles-wrapper .cmplz-unlinked-mode p, .editor-styles-wrapper .cmplz-unlinked-mode li, .editor-styles-wrapper .cmplz-unlinked-mode td {
    font-size: 16px;
}

#cmplz-document .cmplz-dropdown summary div:after {
    width: 13px;
    height: 13px;
}

.wp-block-heading {
    padding-left: 20px;
}

.wp-block-heading br {
    display: none;
}

.page-content p strong {
    font-size: 22px;
    margin-top: 24px;
}

/* article container */
.instruction-main {
  padding-bottom: 60px;  
  padding-top: 70px;
}

.page-template-default .wp-block-heading {
    padding-left: 0px;
}

.fsc-guides-container,
.page-template-default article,
.instruction-page__article {
    width: 86%;
    margin: 0px auto;
    padding: 40px 60px 40px;
    background: #fff;
    border-radius: 24px;
}

.page-template-default.woocommerce article {
    width: 100%;
    margin: 0px auto;
    padding: 0;
    background: unset;
    border-radius: unset;
}

.page-template-default h1.page-title {
    margin-top: 24px;
}

.hidden-title {
    font-size: 0;
    margin: 0 !important;
}

.instruction__h1, .instruction__h1 strong {
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 24px;
}


.instruction__title {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 24px;
}

.instruction__title.instruction__h2 {
    text-align: left;
    font-weight: 600;
    padding-left: 0px;
    color: #14386b;
}

.instruction__title strong {
    background: linear-gradient(135deg,#caa457 0%,#e3be72 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.instruction-article .wp-block-image.alignright {
    float: right;
    margin: 0 0 25px 30px;
    max-width: 380px;
}

.instruction-article p strong {
    font-size: 20px;
}

.instruction-article::after {
    content: "";
    display: block;
    clear: both;

}

.wp-block-heading.colored-h3 {
    padding-left: 0;
    margin-bottom: 0px;
}

.wp-block-heading.colored-h3 strong {
    font-size: 20px;
    color: #1c54a1;
}

@media (max-width: 980px) {
    .fsc-guides-container,
    .page-template-default article,
    .instruction-page__article {
        width: 94%;
        padding: 20px 24px 20px;
        border-radius: 20px;
    }
    
    .instruction__h1, .instruction__h1 strong {
        font-size: 32px;;
        margin-bottom: 24px;
    }
    
    .page-template-page-academy .breadcrumb-blok,
    .instruction-main .breadcrumb-blok,
    .single-fsc_guide .breadcrumb-blok,
    .yith-wcan-free .breadcrumb-blok {
      margin: 0;
      padding: 32px 0 32px;
    }
}

@media (max-width: 768px) {
    .fsc-guides-container,
    .page-template-default article,
    .instruction-page__article {
        width: 98%;
        padding: 16px;
        border-radius: 20px;
    }
    
    .page-template-default .wp-block-heading {
        padding-left: 0px;
    }
    
   .page-template-default .wp-block-heading strong {
        display: inline-block;
        font-size: 24px;
        line-height: 118%;
    }
}

@media (max-width: 468px) {
    .instruction-article .wp-block-image.alignright {
        float: unset;
        margin: 0 auto;
    }

}

/* instruction tables */

.instruction-main .instruction-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    font-size: 14px;
    min-width: 524px;
    overflow: scroll;
}

.instruction-mt {
    margin-top: 24px;
}

.instruction-content table td:nth-child(1),
.instruction-content table tr:first-child td:nth-child(1) {
    width: 27%;
}

.instruction-content table td:nth-child(2),
.instruction-content table tr:first-child td:nth-child(2) {
    width: 46%;
}

.instruction-content table td:nth-child(3),
.instruction-content table tr:first-child td:nth-child(3) {
    width: 27%;
}


/* dark rows */

.dark-table table tr td {
    background: #2d3748;
    color: #F6F2EA;
}

/* light rows */

.light-table table tr td {
    background: #F6F2EA;
    color: #0B1F3A;
}

/* header */

.first-table table tr:first-child td {
    background: #2d3748;
    color: #F6F2EA;
    padding: 14px 18px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

/* borders */

.instruction-main .instruction-content td,
.instruction-main .instruction-content th {
    border: 1px solid #8a919c; /* мягкий серый */
    padding: 6px 8px;
}

.instruction-main :where(.wp-block-columns) {
    margin-bottom: 0;
}

.elite-table table tr:nth-of-type(9) td,
.elite-table table tr:nth-of-type(12) td,
.elite-table table tr:nth-of-type(16) td,
.elite-table table tr:nth-of-type(17) td,
.elite-table table tr:nth-of-type(18) td, 
.elite-table table tr:nth-of-type(20) td,
.elite-table table tr:nth-of-type(25) td, 
.elite-table table tr:nth-of-type(26) td,
.elite-table table tr:nth-of-type(27) td, 
.elite-table table tr:nth-of-type(24) td,
.elite-table table tr:nth-of-type(32) td, 
.elite-table table tr:nth-of-type(29) td,
.elite-table table tr:nth-of-type(37) td, 
.elite-table table tr:nth-of-type(38) td,
.elite-table table tr:nth-of-type(39) td,
.elite-table table tr:nth-of-type(43) td,
.elite-table table tr:nth-of-type(45) td,
.elite-table table tr:nth-of-type(46) td,
.elite-table table tr:nth-of-type(48) td,
.elite-table table tr:nth-of-type(52) td,
.elite-table table tr:nth-of-type(56) td, 
.elite-table table tr:nth-of-type(67) td,
.elite-table table tr:nth-of-type(68) td, 
.elite-table table tr:nth-of-type(69) td,
.elite-table table tr:nth-of-type(73) td, 
.elite-table table tr:nth-of-type(75) td,
.elite-table table tr:nth-of-type(77) td, 
.elite-table table tr:nth-of-type(83) td,
.elite-table table tr:nth-of-type(84) td, 
.elite-table table tr:nth-of-type(85) td,
.elite-table table tr:nth-of-type(87) td,
.elite-table table tr:nth-of-type(88) td,
.elite-table table tr:nth-of-type(89) td,
.elite-table table tr:nth-of-type(91) td,
.elite-table table tr:nth-of-type(97) td, 
.elite-table table tr:nth-of-type(99) td,
.elite-table table tr:nth-of-type(107) td, 
.elite-table table tr:nth-of-type(113) td,
.elite-table table tr:nth-of-type(114) td, 
.elite-table table tr:nth-of-type(118) td,
.elite-table table tr:nth-of-type(120) td,
.elite-table table tr:nth-of-type(122) td,
.elite-table table tr:nth-of-type(123) td,
.elite-table table tr:nth-of-type(127) td,
.elite-table table tr:nth-of-type(135) td,
.elite-table table tr:nth-of-type(136) td {
    background: #e7e7e7;
}



.fsc-guides-list {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding-top: 24px;
}

.fsc-guide-item {
    display: flex;
    gap: 32px;
}

.fsc-guide-image img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
}

.fsc-guide-title {
    font-size: 24px;
    margin-bottom: 12px;
}

.fsc-guide-title a {
    text-decoration: none;
    color: #0B1F3A;
}

.fsc-guide-title a:hover {
    text-decoration: underline;
}

.fsc-guide-excerpt {
    font-size: 16px;
    color: #4E5562;
    max-width: 570px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 568px) {
    .first-table table tr:first-child td {
        padding: 14px;
        font-size: 17px;
    }
    
    .fsc-guide-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    
    .fsc-guide-title {
        font-size: 22px;
        line-height: 120%;
        margin-bottom: 8px;
    }
    
    .fsc-guide-excerpt {
        font-size: 15px;
    }
    
    .fsc-guide-image {
        overflow: hidden;
        width: 100%;
        height: 200px;
    }

    .fsc-guide-image img {
        width: 100%;
        height: 100%;
    }
}

/*AFFILATE*/


.yith-wcaf-registration-form a.button {
    border: 2px solid #fff;
    border-radius: 50px; 
}

.affilate-main .wp-block-heading {
    padding-left: 0px;
}

.wp-block-h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 2px;
}

.affilate-main .wp-block-image img {
    border-radius: 14px;
}

.affilate-main .btn a {
    color: #fff;
}

.affilate-main .wp-block-separator {
    padding: 10px 0;
    margin-top: 30px;
    opacity: 0.5;
}

.affilate-main .heading-num {
    margin-bottom: 0px;
}

.affilate-footer {
    margin-top: 40px;
}

.yith-wcaf-registration-form .register-form p.form-row .woocommerce-privacy-policy-text {
    font-size: 14px !important;
    line-height: 130%;
    display: inline-block;
}

@media (min-width: 981px) {
    .page-id-2959 .wp-block-image .alignright,
    .page-id-2860 .wp-block-image .alignright {
        margin: .5em 0 .5em 4em;
    }
    
    .page-id-2959 .affilate-main .wp-block-heading,
    .page-id-2860 .affilate-main .wp-block-heading {
        max-width: 50%;
    }
    
}

@media (max-width: 1240px) {
    .yith-wcaf-registration-form .login-form,
    .yith-wcaf-registration-form .register-form {
        padding: 2px 20px !important;
    }
}

@media (min-width: 769px) {
    .page-id-2959 .wp-block-image .alignright,
   .page-id-2860 .wp-block-image .alignright {
        margin: .5em 0 .5em 1em;
    }
    
    .page-id-2959 .affilate-main .wp-block-heading,
    .page-id-2860 .affilate-main .wp-block-heading {
        max-width: 42%;
    }
}

@media (max-width: 768px) {
   .page-id-2959 .wp-block-image .alignright,
    .page-id-2860 .wp-block-image .alignright {
        margin: 0 auto;
        float: none;
    }
    
    .page-id-2959 .affilate-main .wp-block-heading,
    .page-id-2860 .affilate-main .wp-block-heading {
        max-width: 100%;
    }
    
    .left__mob-title {
        text-align: left !important;
        padding-left: 0 !important;
    }
}

@media (max-width: 568px) {
    .yith-wcaf-registration-form .already-an-affiliate-wrapper {
        padding: 30px 50px !important;
    }
    .yith-wcaf-registration-form .woocommerce form.login,
    .yith-wcaf-registration-form .woocommerce form.register {
        padding: 10px !important;
    }
    .woocommerce-order-received article {
        padding: 16px 16px 16px 36px;
    }
}

.whmc_btm_notification,
.whmc-confetti-container {
    background: #0b1f3a !important;
    color: #fff !important;
}

.woocommerce-terms-and-conditions-wrapper {
    display: none;
}

.age-confirmation-error {
    line-height: 110%;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 10px;
    color: #eb2424;
}

.woocommerce-checkout #payment div.form-row.place-order {
    padding: 20px 0;
}

.is-bacs .order-actions--heading,
.is-bacs .woocommerce-order .woocommerce-button {
    display: none !important;
}

.is-bacs .woocommerce-notice--success.woocommerce-thankyou-order-received,
.is-bacs .woocommerce-order-overview,
.is-bacs .woocommerce-bacs-bank-details {
    display: none !important;
}

.woocommerce-order .alert-info strong,
.woocommerce-order .woocommerce-Price-amount {
    font-size: 18px;
    color: #4E5562;
}

.woocommerce-order ul li {
    margin-bottom: 8px;
}

.woocommerce-bank-details {
    margin-top: 28px;
    line-height: 120%;
    margin-top: 24px;
}

.woocommerce-checkout .woocommerce form.checkout_coupon {
    display: flex;
    align-items: center;
    border: 1px solid #e6e8ec;
    border-radius: 30px;
}

.woocommerce-checkout .woocommerce form.checkout_coupon .form-row {
    margin-bottom: 0;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    padding: 1em 2em;
}

.woocommerce-form-coupon-toggle .woocommerce-info:before {
    display: none;
}

@media (max-width: 991px) {
    .woocommerce-checkout .woocommerce form.checkout_coupon {
        border-radius: 20px;
    }
}

@media (max-width: 568px) {
    .woocommerce-checkout .woocommerce form.checkout_coupon {
        flex-direction: column;
    }
    
    .woocommerce-checkout .woocommerce form.checkout_coupon button {
        width: 100%;
        margin-top: 16px;
    }
}

.wpcf7 form .wpcf7-response-output {
    margin: -8px 0 10px !important;
}

.brdr-24 {
    border-radius: 12px;
    overflow: hidden;
}

.custom-out-of-stock-message {
    font-size: 17px;
    text-decoration: underline;
    text-underline-offset: 3px;
    line-height: 1.38;
    color: #0B1F3A;
}

.reseller-main {
    padding-bottom: 70px;
}

.reseller-main .wp-block-heading {
    font-weight: 600;
    padding-left: 0px;
    color: #14386b;
    font-size: 26px;
}

.reseller-main em {
    background: linear-gradient(135deg, #caa457 0%, #e3be72 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.reseller-main .wp-block-separator {
    border: none;
    border-top: 1px solid;
    margin: 32px 0;
}

.reseller-main h3.wp-block-heading {
    color: #0b1f3a;
    font-size: 22px;
}

.reseller-main .btn {
    margin-right: 24px;
}

.reseller-main .btn a  {
    color: #fff;
}

.grecaptcha-badge {
    visibility: hidden !important;
    opacity: 0 !important;
}

#h-from-the-author {
    color: #1c54a1;
}

.from_author-wrapper {
   color: #1c54a1; 
    margin-bottom: 48px;
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
    font-size: 14px !important;
}

