@font-face {
  font-family: "AA Stetica";
  src: url("../fonts/AAStetica/AAStetica-Bold.woff2") format("woff2"), url("../fonts/AAStetica/AAStetica-Bold.woff") format("woff"), url("../fonts/AAStetica/AAStetica-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AA Stetica";
  src: url("../fonts/AAStetica/AASteticaLight-Italic.woff2") format("woff2"), url("../fonts/AAStetica/AASteticaLight-Italic.woff") format("woff"), url("../fonts/AAStetica/AASteticaLight-Italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "AA Stetica";
  src: url("../fonts/AAStetica/AAStetica-BoldItalic.woff2") format("woff2"), url("../fonts/AAStetica/AAStetica-BoldItalic.woff") format("woff"), url("../fonts/AAStetica/AAStetica-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "AA Stetica";
  src: url("../fonts/AAStetica/AAStetica-Regular.woff2") format("woff2"), url("../fonts/AAStetica/AAStetica-Regular.woff") format("woff"), url("../fonts/AAStetica/AAStetica-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AA Stetica";
  src: url("../fonts/AAStetica/AASteticaMedium-Italic.woff2") format("woff2"), url("../fonts/AAStetica/AASteticaMedium-Italic.woff") format("woff"), url("../fonts/AAStetica/AASteticaMedium-Italic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "AA Stetica";
  src: url("../fonts/AAStetica/AAStetica-Medium.woff2") format("woff2"), url("../fonts/AAStetica/AAStetica-Medium.woff") format("woff"), url("../fonts/AAStetica/AAStetica-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AA Stetica";
  src: url("../fonts/AAStetica/AAStelica-Black.woff2") format("woff2"), url("../fonts/AAStetica/AAStelica-Black.woff") format("woff"), url("../fonts/AAStetica/AAStelica-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AA Stetica";
  src: url("../fonts/AAStetica/AAStetica-Light.woff2") format("woff2"), url("../fonts/AAStetica/AAStetica-Light.woff") format("woff"), url("../fonts/AAStetica/AAStetica-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AA Stetica";
  src: url("../fonts/AAStetica/AAStetica-Italic.woff2") format("woff2"), url("../fonts/AAStetica/AAStetica-Italic.woff") format("woff"), url("../fonts/AAStetica/AAStetica-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/* * {
	border: 1px solid red;
} */

html, body {
  overflow-x: hidden;
}

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

/**
 * 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 */
}

/* Interactive
   ========================================================================== */
/*
 * 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: "AA Stetica", sans-serif;
  font-size: 16px;
  line-height: 1.35;
  color: #191817;
}

a {
  text-decoration: underline;
  color: #191817;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-family: "AA Stetica", sans-serif;
  font-weight: normal;
}

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

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

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

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

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

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

blockquote,
blockquote.wp-block-quote.is-style-large {
  position: relative;
  margin: 1.5em 0;
  padding: 0;
  padding-left: 1em;
  border-left: 2px solid #191817;
}
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: 20px;
}

.section-title {
  text-transform: uppercase;
}

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

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

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

.section-header-buttons {
  display: flex;
}
.section-header-buttons .btn:not(:last-child) {
  margin-right: 8px;
}

.heading1 {
  display: block;
  margin-top: 0;
  margin-bottom: 0.72em;
  font-size: 36px;
  line-height: 1.3;
}

.heading2 {
  display: block;
  margin-top: 0;
  margin-bottom: 1.77em;
  font-size: 18px;
  letter-spacing: 0.138em;
  text-transform: uppercase;
}

.heading3 {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 24px;
}

.heading4 {
  display: block;
  margin-top: 0;
  margin-bottom: 1.71em;
  font-size: 14px;
  letter-spacing: 0.138em;
  text-transform: uppercase;
}

.heading-gray {
  color: #8F8F8D;
}
.heading-gray strong {
  font-weight: normal;
  color: #191817;
}

.heading-no-margin {
  margin: 0;
}

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

@media screen and (max-width: 1550px) {
  h1, .h1 {
    font-size: 36px;
  }
  .heading1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1200px) {
  h1, .h1 {
    font-size: 32px;
  }
  .heading1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 28px;
  }
  .heading1 {
    font-size: 28px;
  }
  .heading2 {
    margin-bottom: 1.33em;
  }
  .section-top-medium .heading1 {
    font-size: 28px !important;
  }


}
@media screen and (max-width: 576px) {
  .section-header {
    display: block;
  }
  .section-header-buttons .btn {
    padding-left: 1em;
    padding-right: 1em;
    flex-grow: 1;
  }
}
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-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.form-column {
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}

.form-column-half {
  width: 50%;
}

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

.form-fieldbox-large {
  min-height: 190px;
}

.form-with-label {
  position: relative;
}

.form-float-label {
  position: absolute;
  left: 0;
  top: 1em;
  z-index: 10;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #191817;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}

.form-with-label.focused .form-float-label {
  transform: translateY(-100%);
  font-size: 8px;
  color: #8F8F8D;
}

.form-input-text,
.form-textarea,
.form-select {
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #191817;
  background: none;
  border: none;
  border-bottom: 1px solid #191817;
  border-radius: 2px;
  outline: none;
  transition: all 0.4s ease;
}
.form-input-text:focus,
.form-textarea:focus,
.form-select:focus {
  border-bottom-color: #8F8F8D;
}

.form-input-text::placeholder,
.form-textarea::placeholder {
  color: #191817;
}

.form-input-text {
  height: 46px;
}

.form-item-full {
  width: 100%;
}

.form-textarea {
  width: 100%;
  height: 48px;
  padding: 14px 0;
  vertical-align: middle;
}

.textarea-autosize {
  resize: none;
  overflow: hidden;
}

.form-select {
  margin-bottom: 5px;
  padding-right: 40px;
  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 5px top 50%;
  background-size: 0.65em;
  border-radius: 2px;
  transition: all 0.4s ease;
}
.form-select:hover {
  box-shadow: 0 0 0 3px rgba(25, 24, 23, 0.25);
}
.form-select:focus {
  box-shadow: 0 0 0 3px rgba(25, 24, 23, 0.45);
}

.form-select-full {
  width: 100%;
}

.form-privacy {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  text-align: center;
  color: #C7C5C3;
}
.form-privacy a {
  text-decoration: none;
  color: #C7C5C3;
}

.form-submit-privacy {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
.form-submit-privacy .form-privacy {
  padding-right: 20px;
  text-align: left;
}

.form-submitbox {
  position: relative;
}

.form-submit {
  height: 50px;
  border: none;
}

.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 #191817;
  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(25, 24, 23, 0.4);
}
.form-checkbox .form-checkbox-default:focus + .form-checkbox-caption::before {
  box-shadow: 0 0 0 3px rgba(25, 24, 23, 0.6);
}
.form-checkbox .form-checkbox-default:checked:hover:not(:disabled) + .form-checkbox-caption::before {
  box-shadow: 0 0 0 3px rgba(25, 24, 23, 0.15);
}
.form-checkbox .form-checkbox-default:checked:focus + .form-checkbox-caption::before {
  box-shadow: 0 0 0 3px rgba(25, 24, 23, 0.25);
}
.form-checkbox .form-checkbox-default:checked + .form-checkbox-caption::before {
  border-color: #191817;
  background-color: #191817;
  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 {
  cursor: pointer;
}
.form-radio .form-radio-default {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.form-radio .form-radio-caption {
  display: inline-block;
  padding: 5px 0;
  font-size: 12px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  text-wrap: nowrap;
}
.form-radio .form-radio-caption::before {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 14px;
  vertical-align: middle;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px;
  border: 2px solid #F0EEEB;
  border-radius: 50%;
  transition: all 0.8s ease;
}
.form-radio .form-radio-caption:hover::before {
  border-color: #C7C5C3;
}
.form-radio .form-radio-default:checked + .form-radio-caption::before {
  border-color: #C7C5C3;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6.5' r='6' fill='%23191817'/%3E%3C/svg%3E%0A");
}

@media screen and (max-width: 768px) {
  .form-fieldbox-large {
    min-height: auto;
  }
}
@media screen and (max-width: 576px) {
  .form-column-half {
    width: 100%;
  }
  .form-submit-privacy {
    display: block;
  }
  .form-submit-privacy .form-privacy {
    padding-right: 0;
    margin-bottom: 16px;
	text-align:center;
  }
  .form-submit-privacy .form-submit {
    width: 100%;
    margin-top: 16px;
  }
}
.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 {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 4px;
  text-decoration: none;
  color: #000;
  background-color: transparent;
  border: 1px solid #F0EEEB;
  transition: all 0.2s ease;
}
.navigation.pagination .page-numbers:hover {
  color: #fff;
  background-color: #191817;
  border-color: #191817;
}
.navigation.pagination .page-numbers.current {
  color: #fff;
  background-color: #191817;
  border-color: #191817;
}
.navigation.pagination .page-numbers.dots {
  color: #191817 !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: #191817;
  border-bottom: 1px dashed #191817;
}

@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: #191817;
}

@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: #191817;
}
.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: #191817;
}
.comments-area .comment-content {
  line-height: 1.7;
}
.comments-area .comment-content a {
  text-decoration: none;
  color: #191817;
}
.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: #191817;
  background-color: #F0EEEB;
  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: #191817;
}
.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: #191817;
  border: 1px solid #f1f1f1;
}
.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 #f1f1f1;
  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 #191817;
  background-color: #191817;
  border-radius: 4px;
}
.comment-respond .logged-in-as a {
  text-decoration: none;
  color: #191817;
}
.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: #191817;
}

.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-image {
  margin-top: 30px;
}

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

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

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

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

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

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

.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: #191817;
  border: 1px solid #F0EEEB;
  transition: all 0.2s ease;
}
.post-tags a:hover, .post-tags a:focus {
  color: #fff;
  background-color: #191817;
  border-color: #191817;
}

.page-content {
  line-height: 1.5;
}
.page-content::after {
  content: "";
  display: table;
  clear: both;
}
.page-content .alignfull {
  position: relative;
  left: 0;
  right: 0;
/*   width: 100vw; */
	width: 102.9%;
  margin-left: calc(-50vw + 50%);
  box-sizing: border-box;
}
.page-content .page-content-section {
  margin-bottom: 72px;
}
.page-content hr,
.page-content .wp-block-separator {
  margin: 32px 0;
  border-top: 1px solid #F0EEEB;
}
.page-content ul.list-default {
  padding: 0;
  list-style: none;
	display:flex;
	flex-wrap:wrap;
	gap: 15px;
}
@media (max-width: 768px) {
	.page-content ul.list-default {
		gap: 7px;
	}
}
.page-content ul.list-default li {
  position: relative;
  padding-left: 24px;
}
.page-content ul.list-default li:not(:last-child) {
  margin-bottom: 4px;
}
.page-content ul.list-default li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 8px;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #191817;
  border-radius: 50%;
}

.searchform {
  display: flex;
}
.searchform .searchform-field {
  display: inline-block;
  width: 100%;
  height: 45px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  border: 1px solid #F0EEEB;
  outline: none;
  transition: border-color 0.2s ease;
}
.searchform .searchform-field:focus {
  border-color: #191817;
}
.searchform .searchform-submit {
  display: inline-block;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  border: 1px solid #191817;
  background-color: #191817;
}

.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 #F0EEEB;
  outline: none;
  transition: border-color 0.2s ease;
}
.wp-block-search .wp-block-search__input:focus {
  border-color: #191817;
}
.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 #191817;
  background-color: #191817;
}

.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 #F0EEEB;
  outline: none;
  transition: border-color 0.2s ease;
}
.post-password-form input[type=password]:focus {
  border-color: #191817;
}
.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 #191817;
  background-color: #191817;
}

.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: #191817;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-link {
  text-decoration: none;
  color: #191817;
}

.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 #F0EEEB;
}
.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: #191817;
}
.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 #F0EEEB;
  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: #191817;
  border: 1px solid #F0EEEB;
  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: #191817;
  border-color: #191817;
}

.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: #191817;
}
.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: #191817;
}
.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: #191817;
  border-radius: 50%;
}
.wp-block-page-list .wp-block-pages-list__item__link {
  text-decoration: none;
  color: #191817;
}
.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: #191817;
}
.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: #191817;
}

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

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

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

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

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

.btn {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  padding: 10px;
  font-family: inherit;
  font-size: 12px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  color: #191817;
  background-color: #f1f1f1;
  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-medium {
  padding: 1.5em 3.3333em;
}

.btn-dark {
  color: #fff;
  background-color: #191817;
}

.btn-outline {
  color: #191817;
  background-color: transparent;
  border: 1px solid #C7C5C3;
  transition: border-color 0.4s ease;
}
.btn-outline:hover {
  border-color: #191817;
}

.btn-link {
  position: relative;
  padding: 8px 0;
  text-decoration: none;
  color: #191817;
  background: transparent;
}
.btn-link::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  transform-origin: left center;
  background-color: #191817;
  transition: transform 0.4s ease;
}
.btn-link:hover::before {
  transform: scale(0);
}
.btn-link:active {
  background: transparent;
}

@media screen and (max-width: 768px) {
  .btn-medium {
    padding-left: 3em;
    padding-right: 3em;
  }
}
.hero {
  margin-bottom: 56px;
}

.hero__item {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  height: 100vh;
  overflow: hidden;
  background-color: #191817;
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.hero__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  display: inline-block;
  width: 100%;
  height: 140px;
  background: linear-gradient(#000, rgba(0, 0, 0, 0));
  opacity: 0.3;
}
.hero__bg::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 8;
  display: inline-block;
  width: 100%;
  height: 300px;
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
  opacity: 0.4;
}

.hero__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: #E8E6E3;
  background-position: 72%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero__videobox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}

.hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__content {
  width: 100%;
  padding-bottom: 80px;
  color: #fff;
}

.hero__heading {
  margin: 0;
  max-width: 16em;
}

@media screen and (max-width: 1200px) {
  .hero__content {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    margin-bottom: 72px;
  }
  .hero__content {
    padding-bottom: 32px;
  }



}
.custom-slider .swiper-button-prev,
.custom-slider .swiper-button-next {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 8px;
  border-radius: 50%;
  transition: background-color 0.4s ease;
}
.custom-slider .swiper-button-prev::after,
.custom-slider .swiper-button-next::after {
  content: "";
  display: inline-block;
  font-family: "AA Stetica", sans-serif;
  font-size: 1em;
}
.custom-slider .swiper-button-prev.swiper-button-disabled,
.custom-slider .swiper-button-next.swiper-button-disabled {
  opacity: 0.8;
}
.custom-slider .swiper-button-prev.swiper-button-disabled:hover, .custom-slider .swiper-button-prev.swiper-button-disabled:focus, .custom-slider .swiper-button-prev.swiper-button-disabled:active,
.custom-slider .swiper-button-next.swiper-button-disabled:hover,
.custom-slider .swiper-button-next.swiper-button-disabled:focus,
.custom-slider .swiper-button-next.swiper-button-disabled:active {
  background-color: #fff;
  opacity: 0.7;
}
.custom-slider .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='8' viewBox='0 0 16 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.893517 3.64645C0.698255 3.84171 0.698255 4.15829 0.893517 4.35355L4.0755 7.53553C4.27076 7.7308 4.58734 7.7308 4.7826 7.53553C4.97787 7.34027 4.97787 7.02369 4.7826 6.82843L1.95418 4L4.7826 1.17157C4.97787 0.976311 4.97787 0.659728 4.7826 0.464466C4.58734 0.269204 4.27076 0.269204 4.0755 0.464466L0.893517 3.64645ZM1.24707 4V4.5H15.2471V4V3.5H1.24707V4Z' fill='%23191817'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-size: 14px;
}
.custom-slider .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.3536 4.35355C14.5488 4.15829 14.5488 3.84171 14.3536 3.64645L11.1716 0.464466C10.9763 0.269204 10.6597 0.269204 10.4645 0.464466C10.2692 0.659728 10.2692 0.97631 10.4645 1.17157L13.2929 4L10.4645 6.82843C10.2692 7.02369 10.2692 7.34027 10.4645 7.53553C10.6597 7.7308 10.9763 7.7308 11.1716 7.53553L14.3536 4.35355ZM14 4L14 3.5L4.37114e-08 3.5L0 4L-4.37114e-08 4.5L14 4.5L14 4Z' fill='%23191817'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-size: 14px;
}

.custom-slider .swiper-pagination {
  position: static;
  transform: none;
  margin-top: 20px;
}
.custom-slider .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 52px;
  height: 1px;
  margin: 0 4px !important;
  line-height: 1;
  background-color: #E8E8E8;
  border-radius: 50%;
  opacity: 1;
}
.custom-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2F2F2F;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .custom-slider .swiper-button-prev,
.custom-slider .swiper-button-next {
    width: 40px;
    height: 40px;
	display:none;
  }
}
.burger {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  color: inherit;
  background: none;
  border: none;
}
.burger::before, .burger::after {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: background-color 0.4s ease;
}
.burger::before {
  top: 11px;
}
.burger::after {
  bottom: 11px;
}

.modal {
  position: fixed;
  top: 40%;
  left: 50%;
  z-index: 130;
  width: 100%;
  max-width: 480px;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  margin-left: auto;
  margin-right: auto;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.modal.show {
  top: 50%;
  visibility: visible;
  opacity: 1;
}

.modal--medium {
  max-width: 695px;
}

.modal--product {
  max-width: 1420px;
}

.modal__content {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
  background-color: #fff;
}

.modal__content--medium {
  padding: 64px 80px;
}

.modal__heading {
  margin-bottom: 16px;
  font-size: 36px;
  line-height: 1.3;
}

.modal__caption {
  margin: 0;
  margin-bottom: 16px;
  font-size: 14px;
  color: #8F8F8D;
}

.disable-scroll {
  overflow: hidden !important;
}

.modal__close {
  position: absolute;
  top: 20px;
  right: 25px;
  z-index: 20;
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 0;
  background-color: transparent;
  border: none;
}

.modal__close-icon {
  width: 20px;
}

.modal__fade {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 120;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 24, 23, 0.8);
  background: linear-gradient(rgba(30, 30, 30, 0.9), #000 1810%);
  cursor: pointer;
  left: -100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.modal__fade.show {
  left: 0;
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .modal__heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .modal--mobile,
.modal--mobile.show {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: none;
    transform: none;
    margin: 0;
    max-height: none;
    background-color: #fff;
  }
  .modal--mobile .modal__content {
    margin: 0;
  }
  .modal__content--medium {
    padding: 56px;
  }
  .modal__heading {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  .modal__content--medium {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 420px) {
  .modal__content--medium {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.modal-thanks__heading {
  margin-bottom: 16px;
  text-align: center;
}

.modal-thanks__caption {
  margin: 0;
  text-align: center;
}

.modal-thanks__button {
  width: 100%;
  margin-top: 64px;
}

@media screen and (max-width: 768px) {
  .modal-thanks {
    max-width: 360px;
  }
  .modal-thanks__content {
    padding: 16px;
    padding-top: 56px;
  }
  .modal-thanks__button {
    margin-top: 16px;
  }
}
.custom-contacts-form p {
  margin: 0;
	text-align: center;
}
.custom-contacts-form.form-thanks .wpcf7 form .wpcf7-response-outputw {
  display: none !important;
}
.custom-contacts-form .wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: 12px;
}
.custom-contacts-form .custom-contacts-form-submitbox {
  position: relative;
}
.custom-contacts-form .wpcf7-spinner {
  position: absolute;
  top: 0.75em;
  right: 0.5em;
  margin: 0;
}
.about-header .heading1 {
  font-size: 34px !important;
}
@media (max-width: 769px) {
  .about-header .heading1 {
    font-size: 28px !important;
  }

}

.custom-contacts-form .wpcf7 form .wpcf7-response-output {
  display: none !important;
  margin: 0;
  margin-top: 15px;
  padding: 1em;
  font-size: 12px;
  color: #fff;
  background: #191817;
  border: none;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  background-color: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
  transition: all 0.8s 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;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  height: 72px;
  border-bottom: 1px solid #F0EEEB;
}

.mobile-menu__logo {
  max-width: 145px;
}

.mobile-menu__content {
  padding: 40px;
}

.mobile-menu__footer {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 24px 40px;
  background-color: #fff;
  border-top: 1px solid #F0EEEB;
}

.mobile-menu__phone {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2.2px;
}
.mobile-menu__phone a {
  text-decoration: none;
  color: #191817;
}

.mobile-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu__list li:not(:last-child) {
  margin-bottom: 32px;
}
.mobile-menu__list a {
  font-size: 16px;
  text-decoration: none;
  color: #191817;
}
.mobile-menu__list > li > a {
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.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: #191817;
}
.mobile-menu__list .sub-menu {
  display: none;
  margin: 0;
  margin-top: 32px;
  padding: 0;
  list-style: none;
}
.mobile-menu__list .sub-menu li:not(:last-child) {
  margin-bottom: 16px;
}

.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: 90;
  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: 782px) {
  .admin-bar .mobile-menu {
    padding-top: 46px;
  }
}
.catalog-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -24px;
  margin-right: -24px;
}

.img-parallax-container {
  overflow: hidden;
}

.catalog {
  width: 25%;
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 80px;
}

.catalog-list-slider .catalog {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 0 !important;
}

.catalog__item {
  display: block;
  text-decoration: none;
  color: #191817;
}

.catalog__pic {
  display: block;
  margin-bottom: 8px;
  overflow: hidden;
}

.catalog__imagebox {
  position: relative;
  padding-top: 100%;
}

.catalog__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-user-drag: none;
  transition: transform 0.6s ease;
  will-change: transform;
}

.catalog__item:hover .catalog__image {
  transform: scale(1.05);
}

.catalog__title {
  margin: 0;
  font-weight: 200;
  line-height: 1.5;
  text-align: center;
}

.catalog__price {
  margin: 0;
  margin-top: 8px;
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 1550px) {
  .catalog {
    width: 33.33%;
  }
}
@media screen and (max-width: 1200px) {
  .catalog-list {
    margin-left: -12px;
    margin-right: -12px;
  }
  .catalog {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .catalog-list {
    margin-left: -2px;
    margin-right: -2px;
  }
  .catalog {
    width: 50%;
    padding-left: 2px;
    padding-right: 2px;
  }
  .catalog__title {
    font-size: 14px;
  }
  .catalog__price {
    font-size: 16px;
  }
}
.catalog-menu {
  position: absolute;
  top: 90%;
  z-index: 30;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
/*   transition-delay: 0.4s; */
}
.catalog-menu.active {
  top: 100%;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease, opacity 0.4s ease 0.2s;
}

.catalog-menu__inner {
  padding: 16px 0;
  background-color: #fff;
}

.catalog-menu__box {
  display: flex;
  align-items: center;
}

.catalog-menu__nav {
  width: 40%;
}

.catalog-menu__pic {
  display: block;
  width: 60%;
  text-align: right;
}

.catalog-menu__imagebox {
  position: relative;
}

.catalog-menu__menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  list-style: none;
}
.catalog-menu__menu li {
  display: flex;
  align-items: center;
  width: 50%;
}
.catalog-menu__menu li:not(:last-child) {
  margin-bottom: 16px;
}
.catalog-menu__menu li::before {
  content: "";
  display: inline-block;
  width: 14px;
  /* height: 14px; */
  background-color: #191817;
  height: 1px;
  margin-right: 8px;
  vertical-align: middle;
  /* background-image: url("data:image/svg+xml,%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.3536 4.35355C14.5488 4.15829 14.5488 3.84171 14.3536 3.64645L11.1716 0.464466C10.9763 0.269204 10.6597 0.269204 10.4645 0.464466C10.2692 0.659728 10.2692 0.97631 10.4645 1.17157L13.2929 4L10.4645 6.82843C10.2692 7.02369 10.2692 7.34027 10.4645 7.53553C10.6597 7.7308 10.9763 7.7308 11.1716 7.53553L14.3536 4.35355ZM14 4L14 3.5L4.37114e-08 3.5L0 4L-4.37114e-08 4.5L14 4.5L14 4Z' fill='%23191817'/%3E%3C/svg%3E%0A"); */
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.2s ease;
}
.catalog-menu__menu a {
  position: relative;
  left: -22px;
  display: block;
  text-decoration: none;
  color: #191817;
  transition: all 0.4s ease;
}
.catalog-menu__menu li:hover::before {
  opacity: 1;
}
.catalog-menu__menu li:hover > a {
  left: 0;
}

@media screen and (max-width: 1200px) {
  .catalog-menu {
    display: none !important;
  }
}
.container {
  max-width: 1728px;
  box-sizing:border-box;
  padding:0px 16px 0px 16px;
  margin-left: auto;
  margin-right: auto;
  /* outline:1px solid red; */
}

.container-fluid {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

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

@media screen and (max-width: 1550px) {
  .container {
    max-width: 1540px;
    /* padding-left: 80px; */
    /* padding-right: 80px; */
  }
}
@media screen and (max-width: 1200px) {
  .container {
    /* padding-left: 24px; */
    /* padding-right: 24px; */
  }
  
  .site-main {
	  /* box-sizing:border-box; */
	  /* padding:0px 16px 0px 16px; */
  }
}
.header {
  position: relative;
  padding: 16px 0;
  height: 100px;
  color: #191817;
/*   transition: background-color 1s ease; */
	transition: background-color 0.6s ease;
}

.header--float {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;

  
}
.header--float.header--light {
  transition: all 0.6s ease 0.2s;
}
.header--float.header--light.header--dark {
  transition: all 0.6s ease;
}

.admin-bar .header--float {
  top: 32px;
}


.header__top {
  text-align: right;
}

.header__phone {
  margin: 0;
  font-weight: bold;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}
.header__phone a {
  text-decoration: none;
  color: inherit;
}

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

.header__logo {
  max-width: 175px;
}
@media (max-width: 1065px) {
	.header__logo {
		max-width: 135px;
	}
}
.header__logo path {
  fill: #191817;
  transition: fill 0.4s ease;
}

.header__nav {
  padding: 10px 0;
  margin-left: 60px;
}
@media (max-width: 1110px) {
	.header__nav {
		margin-left: 40px;
	}
}

.header__toggle {
  display: none;
}

.header--light {
  color: #f1f1f1;
}

.header--light .header__logo path {
  fill: #f1f1f1;
}

.header--dark {
  color: #191817;
  background-color: #fff;
}

.header--dark .header__logo path {
  fill: #191817;
}

@media screen and (max-width: 1024px) {
  .header {
    height: 72px;
  }
  .header__logo {
    max-width: 145px;
  }
  .header__top {
    display: none;
  }
  .header__nav {
    display: none;
  }
  .header__toggle {
    display: block;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .header--float {
    top: 46px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    max-width: 145px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar .header--float {
    top: 46px;
  }
}
.footer-heading {
  margin: 0;
  margin-bottom: 2em;
  font-size: 12px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.footer__catalog {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 0;
  font-weight: 300;
  list-style: none;
}
.footer__catalog li {
  width: 50%;
  margin-bottom: 1em;
  padding-left: 15px;
  padding-right: 15px;
}
.footer__catalog a {
  display: inline;
  padding: 8px 0;
  text-decoration: none;
  color: #191817;
  border-bottom: 1px solid transparent;
  transition: border 0.4s ease;
}
.footer__catalog a:hover {
  border-bottom-color: #191817;
}

.footer__menu {
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  list-style: none;
}
.footer__menu li {
  margin-bottom: 2em;
}
.footer__menu a {
  display: inline;
  padding: 8px 0;
  text-decoration: none;
  color: #191817;
  border-bottom: 1px solid transparent;
  transition: border 0.4s ease;
}
.footer__menu a:hover {
  border-bottom-color: #191817;
}
.footer__menu .sub-menu {
  margin: 0;
  margin-top: 10px;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .footer__catalog {
    display: block;
  }
  .footer__catalog li {
    width: 100%;
  }
}
.footer-main {
  border-top: 1px solid #F0EEEB;
}

.footer-main__row {
  display: flex;
  flex-wrap: wrap;
}

.footer-main__column {
  padding-top: 55px;
}
.footer-main__column:first-child {
  width: 70%;
  border-right: 1px solid #F0EEEB;
}
.footer-main__column:last-child {
  width: 30%;
  padding-left: 100px;
}

.footer-main__menuboxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-main__catalog {
  width: 60%;
}

.footer-main__menu {
  width: 40%;
}

.footer-main__phone {
  margin: 0;
  font-weight: bold;
}
.footer-main__phone a {
  text-decoration: none;
  color: #0C0C0C;
}

.footer-main__info {
  margin: 0;
  margin-top: 32px;
  padding: 0;
  font-size: 12px;
  text-transform: uppercase;
  list-style: none;
}
.footer-main__info li {
  margin-bottom: 2em;
}
.footer-main__info a {
  position: relative;
  padding: 8px 0;
  text-decoration: none;
  color: #191817;
  background: transparent;
}
.footer-main__info a::before {
  /* content: ""; */
  position: absolute;
  top: 100%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  transform-origin: left center;
  background-color: #191817;
  transition: transform 0.4s ease;
}
.footer-main__info a:hover::before {
  transform: scale(0);
}
.footer-main__info a:active {
  background: transparent;
}

@media screen and (max-width: 1200px) {
  .footer-main__menuboxes {
    display: block;
  }
  .footer-main__catalog {
    width: 100%;
  }
  .footer-main__menu {
    width: 100%;
    margin-top: 20px;
  }
  .footer-main__column:last-child {
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .footer-main__column {
    padding: 0;
  }
  .footer-main__column:first-child {
    width: 100%;
    padding: 0;
    padding-top: 32px;
    border-right: none;
  }
  .footer-main__column:last-child {
    position: relative;
    width: 100%;
    padding-top: 32px;
    padding-left: 0;
    padding-bottom: 32px;
    order: -1;
  }
  .footer-main__column:last-child::before {
    content: "";
    position: absolute;
    left: -24px;
    right: -24px;
    bottom: 0;
    display: inline-block;
    height: 1px;
    background-color: #F0EEEB;
  }
  .footer-main__phone {
    text-align: center;
  }
  .footer-main__info {
    display: flex;
    justify-content: center;
  }
  .footer-main__info li {
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 0;
  }
  .footer-main__menu {
    margin-top: 40px;
  }
}
.footer-bottom {
  border-bottom: 1px solid #F0EEEB;
}

.footer-bottom__row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.footer-bottom__column {
  padding-bottom: 50px;
}
.footer-bottom__column:first-child {
  width: 70%;
  border-right: 1px solid #F0EEEB;
}
.footer-bottom__column:last-child {
  width: 30%;
  padding-left: 100px;
}

.footer-bottom__copyright {
  margin: 0;
  font-size: 14px;
  color: #C7C5C3;
}

.footer-bottom__privacy {
  margin: 0;
  font-size: 14px;
}
.footer-bottom__privacy a {
  text-decoration: none;
  color: #C7C5C3;
}

@media screen and (max-width: 1200px) {
  .footer-bottom__column:last-child {
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .footer-bottom {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .footer-bottom__column {
    padding-bottom: 0;
  }
  .footer-bottom__column:first-child {
    width: 100%;
    order: 2;
    border-right: none;
  }
  .footer-bottom__column:last-child {
    width: 100%;
    padding-left: 0;
  }
  .footer-bottom__privacy {
    margin-bottom: 10px;
  }
}
.footer-socials {
  padding: 32px 0;
  border-top: 1px solid #F0EEEB;
}

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

.footer-socials__caption {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #C7C5C3;
}

.footer-socials__list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-socials__item {
  display: flex;
  align-items: center;
  margin-left: 100px;
}

.footer-socials__icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  border: 1px solid #E8E6E3;
  border-radius: 50%;
}
.footer-socials__icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer-socials__link {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  text-decoration: none;
  color: #191817;
}

@media screen and (max-width: 1200px) {
  .footer-socials__item {
    margin-left: 50px;
  }
}
@media screen and (max-width: 992px) {
  .footer-socials__item {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer-socials__row {
    display: block;
  }
  .footer-socials__caption {
    margin-bottom: 32px;
    font-size: 16px;
    text-align: center;
    letter-spacing: auto;
    text-transform: none;
  }
  .footer-socials__caption .sign {
    display: none;
  }
  .footer-socials__list {
    flex-wrap: wrap;
    justify-content: center;
  }

  }
@media (max-width: 770px) {
    .footer-socials__link{
      font-size: 12px !important;
    }
    .footer-socials__item{
      margin-left: 12px;
      margin-right: 12px;
    }
  .footer-socials__icon {
    display: none;
  }
}
.main-nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  list-style: none;
}
.main-nav > li {
  display: inline-block;
}
.main-nav > li:not(:first-child) {
  margin-left: 36px;
}
@media (max-width: 1170px) {
    .main-nav>li:not(:first-child) {
        margin-left: 17px;
    }
}
.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::before {
  transform: scale(1);
}
.main-nav > li > a {
  position: relative;
  padding: 8px 0;
  text-decoration: none;
  color: inherit;
}
.main-nav > li > a::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  transform-origin: left center;
  transform: scale(0);
  background-color: currentColor;
  transition: transform 0.4s ease;
}
.main-nav > li > a:hover::before {
  transform: scale(1);
}
.main-nav > li > a:active {
  background: transparent;
}

.main-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  width: 150px;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f1f1f1;
  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;
}

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

.main-nav .sub-menu a {
  padding: 8px 12px;
}

@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;
  }
}
.site-main {
/*   overflow: hidden !important; */
}

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

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

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

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

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

.section-page-default {
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .section-page-default {
    padding-top: 40px;
  }
}
.main-catalog-section {
  overflow: hidden;
}

.main-catalog {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2px;
}

.main-catalog__item {
  width: 25%;
  padding: 2px;
}
.main-catalog__item:nth-child(1), .main-catalog__item:nth-child(2) {
  width: 50%;
}
.main-catalog__item:nth-child(3), .main-catalog__item:nth-child(4), .main-catalog__item:nth-child(5) {
  width: 33.33%;
}

.main-catalog__inner {
  position: relative;
  z-index: 0;
  display: block;
  background-color: #F0EEEB;
}
.main-catalog__inner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 140px;
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
  opacity: 1;
}

.main-catalog__item .main-catalog__inner {
  padding-top: 119.088%;
}
.main-catalog__item:nth-child(1) .main-catalog__inner, .main-catalog__item:nth-child(2) .main-catalog__inner {
  padding-top: 59.292%;
}
.main-catalog__item:nth-child(3) .main-catalog__inner, .main-catalog__item:nth-child(4) .main-catalog__inner, .main-catalog__item:nth-child(5) .main-catalog__inner {
  padding-top: 89.135%;
}

.main-catalog__text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 40px 10px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

.main-catalog__caption {
  position: relative;
  display: inline-block;
  padding: 8px 0;
  text-decoration: none;
  color: #fff;
  background: transparent;
}
.main-catalog__caption::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  transform-origin: left center;
  transform: scale(0);
  background-color: #fff;
  transition: transform 0.4s ease;
}

.main-catalog__inner:hover .main-catalog__caption::before {
  transform: scale(1);
}

.main-catalog__imagebox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.main-catalog__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-user-drag: none;
  transition: transform 0.6s ease;
  will-change: transform;
}

.main-catalog__inner:hover .main-catalog__image {
  transform: scale(1.05);
}

@media screen and (max-width: 1200px) {
  .main-catalog__text {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 768px) {
  .main-catalog {
    display: none;
  }
}
.main-catalog-mobile {
  display: none !important;
  overflow: hidden;
}

.main-catalog-mobile__item {
  position: relative;
  display: block;
  padding-bottom: 135%;
}
.main-catalog-mobile__item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 140px;
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
  opacity: 1;
  transform: translateZ(0);
}

.main-catalog-mobile__imagebox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.main-catalog-mobile__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-user-drag: none;
  transition: transform 0.6s ease;
  will-change: transform;
}

.main-catalog-mobile__text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 40px 10px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transform: translateZ(0);
}

@media screen and (max-width: 768px) {
  .main-catalog-mobile {
    display: block !important;
  }
}
.main-slider__pic {
  position: relative;
  padding-bottom: 90%;
}

.main-slider__imagebox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.main-slider__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-user-drag: none;
  transition: transform 0.6s ease;
  will-change: transform;
}

.main-slider .swiper-slide{
  width: 100%;
}
@media screen and (min-width: 769px) {
  
  .main-slider__item{
    transition: transform 1s ease-in-out .2s;
  }
  .main-slider-slide{
    display: flex;
    gap: 16px;
  }
  .main-slider-slide .main-slider__item{
    width: calc(50% - 8px);
    flex-grow: 1;
  }
  .main-slider-slide .main-slider__item:last-child:first-child .main-slider__pic{
    padding-bottom: 44.5%;
  }
  
  .main-slider-slide:not(:last-child){
    margin-right: 32px;
  }
  /* main-slider-slide swiper-slide swiper-slide-visible swiper-slide-active */
  .main-slider .swiper-wrapper {
    /* transition-timing-function: cubic-bezier(0.7, 0.1, 0.350, 1); */
    transition-timing-function: cubic-bezier(0.490, 0.420, 0.025, 1); /* custom */
  }
  .main-slider-slide .main-slider__item{
    transition: transform 1.2s ease-in-out 0s;
    transition-timing-function: cubic-bezier(0.4, 0.3, 0.000, 1); /* custom */
  }
  .main-slider-slide.swiper-slide-prev .main-slider__item{
    transform: translateX(-30%);
  }
  .main-slider-slide.swiper-slide-next .main-slider__item{
    transform: translateX(30%);
  }
  .main-slider-slide.is-animate-back .main-slider__item{
    transform: translate(0px);
  }
}



@media screen and (max-width: 768px) {
  .main-slider .swiper-slide {
    transition: transform 0.4s ease;
  }
  .main-slider .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.8);
  }
  .main-slider .swiper-button-prev,
.main-slider .swiper-button-next {
    display: none !important;
  }
}
.catalog-hero__item {
  position: relative;
  display: flex;
  align-items: flex-end;
/*   min-height: 659px; */
	min-height: 67vh;
  color: #fff;
}

.catalog-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url('https://ambicioni.devunits.website/wp-content/uploads/2025/07/hero-catalog.jpg');
  background-color: #E8E6E3;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.catalog-hero__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 140px;
  background: linear-gradient(#000, rgba(0, 0, 0, 0));
  opacity: 0.4;
}
.catalog-hero__bg::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 300px;
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
  opacity: 0.5;
}

.catalog-hero__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.catalog-hero__content {
  width: 50%;
  padding-bottom: 80px;
}

.catalog-hero__nav {
  width: 50%;
  padding-left: 80px;
  padding-bottom: 52px;
}

.catalog-hero__caption {
  margin-bottom: 24px;
}

.catalog-hero__heading {
  margin: 0;
}

.catalog-hero__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  font-size: 12px;
  list-style: none;
}
.catalog-hero__menu li {
  margin-left: 4px;
  margin-bottom: 4px;
}
.catalog-hero__menu a {
  display: block;
  padding: 11px 17px;
  text-decoration: none;
  color: #fff;
  border: 1px solid transparent;
  transition: border-color 0.4s ease;
}
.catalog-hero__menu a:hover {
  border-color: rgba(255, 255, 255, 0.3);
}
.catalog-hero__menu li.current-menu-item > a {
  border-color: #fff;
}

@media screen and (max-width: 1550px) {
  .catalog-hero__content {
    padding-right: 30px;
  }
  .catalog-hero__nav {
    padding-left: 30px;
  }
  .catalog-hero__menu {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .catalog-hero__content {
    width: 100%;
    padding-right: 0;
    padding-bottom: 32px;
  }
  .catalog-hero__nav {
    display: none;
  }
	
  .catalog-hero__bg {
    background-image: url('https://ambicioni.devunits.website/wp-content/uploads/2025/07/freepik__retouch__97916.png');
  }
}
@media screen and (max-width: 576px) {
  .catalog-hero__item {
/*    min-height: 100vh; */
	  min-height: 78vh;
  }
}
.product-hero {
  position: relative;
  z-index: 1;
  height: calc(100vh - 100px);
  overflow: hidden;
  background-color: #2F2F2F;
}

.product-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #E8E6E3;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-hero__content {
  position: absolute;
  right: 20%;
  bottom: 0;
  z-index: 2;
  padding: 40px 60px;
  background-color: #fff;
}

.product-hero__caption {
  margin-bottom: 0.875em;
}

.product-hero__heading {
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .product-hero {
    height: calc(100vh - 72px);
  }
  .product-hero__content {
    right: 10%;
    padding: 30px 45px;
  }
}
@media screen and (max-width: 992px) {
  .product-hero__content {
    padding: 24px 32px;
  }
}
@media screen and (max-width: 768px) {
  .product-hero__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
  }
}
.product-slider {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}
.product-slider .swiper-wrapper {
  display: flex;
  width: 100%;
}
.product-slider .swiper-slide {
  width: 627px;
  flex-shrink: 0;
  webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.product-slider__item {
  /* height: 70vh; */
	/* height:285px; */
}

.product-slider__image {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-user-drag: none;
}

.product__info {
  padding-top: 80px;
}

.product__row {
  display: flex;
  flex-wrap: wrap;
}

.product__pic {
  width: 50%;
  text-align: center;
	
}

.product__content {
  width: 50%;
  padding-left: 80px;
}

.product__image {
  width: auto;
  max-height: 600px;
  position: sticky;
	top: 50px;
}

.product__desc {
  padding-bottom: 40px;
}
.product__desc h2 {
  margin-bottom: 1em;
  font-size: 24px;
  line-height: 1.3;
}
.product__desc p {
  line-height: 1.5;
}
.product__desc *:first-child {
  margin-top: 0;
}
.product__desc *:last-child {
  margin-bottom: 0;
}

.product__pic-mobile {
  display: none;
}

.product__sizes {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #F0EEEB;
}

.product__sizes-list {
  overflow: hidden;
}
.product__sizes-list .swiper-slide {
  width: auto;
}

.product__sizes-item {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.product__sizes-default {
  position: absolute;
  left: -9999px;
  opacity: 0;
  appearance: none;
}

.product__sizes-radio {
  position: relative;
  display: block;
  padding: 1.145em 1.8em;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid transparent;
}
.product__sizes-radio::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: inline-block;
  background-color: #FAF9F7;
  transition: all 0.4s ease;
}

.product__sizes-default:checked + .product__sizes-radio {
  border-color: #C7C5C3;
}
.product__sizes-default:checked + .product__sizes-radio::before {
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
}

.product__pricebox {
  padding-top: 40px;
  overflow: hidden;
  border-top: 1px solid #F0EEEB;
}

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

.product__pricebox-caption {
  margin: 0;
}

.product__price {
  margin: 0;
}

.product__pricebox-footer {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}

.product__pricebox-footer .btn {
  padding-left: 0.5em;
  padding-right: 0.5em;
  flex-grow: 1;
}
.product__pricebox-footer .btn:last-child {
  margin-left: 8px;
}

.product-variables-section {
	overflow: hidden;
}

.product-section-heading {
  margin-bottom: 32px;
}

@media screen and (max-width: 1200px) {
  .product__pricebox-footer {
    display: block;
  }
  .product__pricebox-footer .btn {
    width: 100%;
  }
  .product__pricebox-footer .btn:last-child {
    margin-top: 8px;
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .product__pic {
    display: none;
  }
  .product__content {
    width: 100%;
    padding-left: 0;
  }
  .product__pic-mobile {
    display: block;
    padding-top: 40px;
    text-align: center;
  }
  .product__image-mobile {
    width: auto;
    max-height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .product__info {
    padding-top: 64px;
  }
  .product__image-mobile {
/*     max-height: 320px; */
  }
  .product-section {
    margin-bottom: 32px;
  }
  .product-section-heading {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .product__pricebox-header {
    display: block;
  }
  .product__price {
    margin-top: 24px;
  }
}
.product-stock__item {
  position: relative;
  overflow: hidden;
}

.product-stock__pic {
  display: block;
  padding-bottom: 75px;
  text-align: center;
}

.product-stock__imagebox {
  position: relative;
  padding-top: 90%;
}

.product-stock__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-user-drag: none;
  transition: transform 0.6s ease;
  will-change: transform;
}

.product-stock__inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /* transform: translateY(60%); */
  background-color: #fff;
  transition: transform 0.6s ease;
}

.product-stock__item:hover .product-stock__inner {
  overflow: auto;
}
.product-stock__inner-in{
  max-height: 100%;
}
/* .product-stock__item:hover .product-stock__inner {
  transform: translateY(0);
} */

.product-stock__content {
  padding-top: 16px;
}

.product-stock__title {
  margin: 4px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  text-wrap: nowrap;
  text-overflow: ellipsis;
}

.product-stock__price {
  margin: 4px;
  overflow: hidden;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-wrap: nowrap;
  text-overflow: ellipsis;
}

.product-stock__info {
  padding-bottom: 16px;
  text-align: center;
}

.product-stock__adds {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
.product-stock__adds p {
  margin: 4px 0;
}

@media screen and (max-width: 768px) {
  .product-stock__pic {
    padding-bottom: 0;
  }
  .product-stock__inner {
    position: static;
    transform: none;
  }
}
.product-sizes__item {
  display: block;
  text-decoration: none;
  color: #191817;
}

.product-sizes__pic {
  display: block;
  text-align: center;
}

.product-sizes__imagebox {
  position: relative;
  padding-top: 90%;
}

.product-sizes__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-user-drag: none;
  transition: transform 0.6s ease;
  will-change: transform;
}

.product-sizes__text {
  margin: 0;
  margin-top: 1em;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.product-variables-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -18px;
  margin-right: -18px;
  margin-bottom: 8px;
}

.product-variables {
  width: 12.5%;
  padding-left: 18px;
  padding-right: 18px;
  margin-bottom: 32px;
}

.product-variables__inner {
  position: relative;
  overflow: hidden;
}

.product-variables__pic {
  display: block;
}

.product-variables__imagebox {
  position: relative;
  padding-top: 135%;
  overflow: hidden;
}

.product-variables__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-user-drag: none;
  transition: transform 0.6s ease;
  will-change: transform;
}

.product-variables__text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 10px;
  transform: translateY(100%);
  font-weight: 200;
  line-height: 1.5;
  text-align: center;
  background-color: #fff;
  transition: transform 0.6s ease;
}

.product-variables__inner:hover .product-variables__text {
  transform: translateY(0);
}

@media screen and (max-width: 1550px) {
  .product-variables {
    width: 16.66%;
  }
}
@media screen and (max-width: 1200px) {
  .product-variables {
    width: 20%;
  }
}
@media screen and (max-width: 992px) {
  .product-variables-list {
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
  }
  .product-variables {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 768px) {
  .product-variables {
    width: 25%;
  }
  .product-variables__text {
    position: static;
    transform: none;
  }
}
@media screen and (max-width: 576px) {
  .product-variables {
    width: 33.33%;
  }
}
@media screen and (max-width: 420px) {
  .product-variables {
    width: 50%;
  }
}
.product-related .catalog {
  margin-bottom: 0 !important;
}

.modal-product-call {
  display: flex;
  flex-wrap: wrap;
}

.modal-product-call__pic {
  display: block;
  width: 52%;
  height: 720px;
}

.modal-product-call__inner {
  width: 48%;
}

.modal-product-call__content {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  padding: 64px;
  height: 100%;
}

.modal-product-call__form {
  flex-grow: 1;
}
.modal-product-call__form form {
  height: 100% !important;
}
.modal-product-call__form .wpcf7 {
  height: 100%;
}
.modal-product-call__form .form-row {
  flex-direction: column;
  height: 100%;
}

.modal-product-call__form-footer {
  margin-top: auto;
}

.modal-product-call__pic-inner {
  position: relative;
  padding: 24px 64px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  height: 100%;
  padding-bottom: 48px;
}

.modal-product-call__image {
  margin-top: auto;
}

.modal-product-call__info {
  width: 100%;
  text-align: left;
}

.modal-product-call__info-title {
  margin: 0;
  margin-bottom: 4px;
  font-weight: 300;
  line-height: 1.5;
}

.modal-product-call__info-price {
  margin: 0;
  line-height: 1.5;
}

@media screen and (max-width: 1200px) {
  .modal-product-call__pic {
    width: 50%;
    height: 580px;
  }
  .modal-product-call__inner {
    width: 50%;
  }
  .modal-product-call__content {
    padding: 48px;
  }
}
@media screen and (max-width: 768px) {
  .modal-product-call__pic {
    width: 100%;
    height: auto;
  }
  .modal-product-call__inner {
    width: 100%;
  }
  .modal-product-call__pic-inner {
    padding: 24px;
    padding-bottom: 0;
  }
  .modal-product-call__content {
    padding: 16px 24px;
  }
  .modal-product-call__info {
    padding: 8px;
    padding-bottom: 24px;
    border-bottom: 1px solid #F0EEEB;
  }
}
@media screen and (max-width: 576px) {
  .modal-product-call__content {
    padding-left: 16px;
    padding-right: 16px;
  }
  .modal-product-call__pic-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.modal-product {
  display: flex;
  flex-wrap: wrap;
}

.modal-product__sliderbox {
  width: 54%;
}

.modal-product__inner {
  display: flex;
  flex-direction: column;
  width: 46%;
  padding: 64px;
}

.modal-product-slider__item {
  position: relative;
  height: 720px;
}

.modal-product-slide__caption {
  position: absolute;
  left: 64px;
  bottom: 64px;
  z-index: 2;
  display: inline-block;
  padding: 24px 40px;
  text-align: center;
  background-color: #fff;
}

.modal-product-slider__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-user-drag: none;
  transition: transform 0.6s ease;
  will-change: transform;
}

.modal-product__price {
  margin: 0;
  margin-bottom: 16px;
}

.modal-product__desc {
  font-weight: 300;
}
.modal-product__desc p {
  margin: 0;
  margin-bottom: 4px;
}

.modal-product__footer {
  margin-top: auto;
  padding-top: 16px;
}

@media screen and (max-width: 1200px) {
  .modal-product__sliderbox {
    width: 50%;
  }
  .modal-product__inner {
    width: 50%;
    padding: 48px;
  }
  .modal-product-slider__item {
    height: 580px;
  }
  .modal-product-slide__caption {
    left: 32px;
    bottom: 32px;
    padding: 18px;
  }
}
@media screen and (max-width: 768px) {
  .modal-product__sliderbox {
    width: 100%;
  }
  .modal-product__inner {
    width: 100%;
    padding: 56px 24px;
  }
  .modal-product-slider__item {
    height: 460px;
  }
  .modal-product-slide__caption {
    left: 0;
    bottom: 40px;
    padding: 16px;
  }
}
@media screen and (max-width: 576px) {
  .modal-product-slider__item {
    height: 370px;
  }
  .modal-product__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.contactsinfo {
  display: flex;
  overflow: hidden;
}

.contactsinfo__content {
  flex: 0 0 100%;
}

.contactsinfo__mapbox {
	display: none;
  position: relative;
  z-index: 2;
  height: 465px;
  flex: 0 0 55%;
  transform: translate(-100%, 0);
}

.contactsinfo__container {
  max-width: 1728px;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
}

.contactsinfo__inner {
  width: 45%;
  padding-top: 64px;
  padding-right: 34px;
  padding-bottom: 80px;
}

.contactsinfo__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
}

.contacts-info__heading-address {
  margin-bottom: 16px;
}

.contacts-info__address {
  margin-bottom: 40px;
}

.contacts-info__text {
  margin: 0;
  margin-bottom: 40px;
}

.contacts-info__heading {
  margin-bottom: 1em;
  color: #C7C5C3;
}

.contacts-info__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  margin-top: 40px;
  padding: 0;
  list-style: none;
}
.contacts-info__list li {
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
}
.contacts-info__list a {
  text-decoration: none;
  color: #191817;
}

@media screen and (max-width: 1550px) {
  .contactsinfo__container {
    max-width: 1540px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .contacts-info__address {
    margin-bottom: 32px;
  }
  .contacts-info__text {
    margin-bottom: 32px;
  }
  .contacts-info__list {
    margin-top: 32px;
  }
  .contacts-info__list li {
    margin-bottom: 24px;
  }
  .contacts-info__heading {
    margin-bottom: 8px;
  }
  .contactsinfo {
    display: block;
  }
  .contactsinfo__mapbox {
    transform: none;
  }
  .contactsinfo__container {
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
  }
  .contactsinfo__inner {
    width: 100%;
    padding: 0;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 992px) {
  .contacts-info-list {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .contacts-info__list li {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .contactsinfo__mapbox {
    height: 210px;
  }
}
.contacts-call-section {
  position: relative;
  padding-top: 112px;
  padding-bottom: 72px;
  margin-top: -40px;
  background-color: #FAF9F7;
}

.contacts-call {
  display: flex;
  flex-wrap: wrap;
}

.contacts-call__info {
  width: 55%;
}

.contacts-call__formbox {
  width: 45%;
}

@media screen and (max-width: 1200px) {
  .contacts-call__info {
    width: 45%;
  }
  .contacts-call__formbox {
    width: 55%;
  }
}
@media screen and (max-width: 992px) {
  .contacts-call-section {
    padding-top: 64px;
    padding-bottom: 64px;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .contacts-call__info {
    width: 100%;
  }
  .contacts-call__formbox {
    width: 100%;
  }
}
.collab-desc-section .wp-block-columns,
.page-id-41 .wp-block-columns {
  gap: 80px !important;
}
.collab-desc-section .wp-block-columns:last-child,
.page-id-41 .wp-block-columns:last-child {
  margin-bottom: 0;
}
.collab-desc-section h1, .collab-desc-section h2, .collab-desc-section h3, .collab-desc-section h4, .collab-desc-section h5, .collab-desc-section h6,
.page-id-41 h1,
.page-id-41 h2,
.page-id-41 h3,
.page-id-41 h4,
.page-id-41 h5,
.page-id-41 h6 {
  margin-bottom: 32px;
}
.collab-desc-section .collab-desc-title,
.page-id-41 .collab-desc-title {
  margin-bottom: 64px;
}

.page-id-41 h1 {
  margin-bottom: 64px;
}
.page-id-41 .wp-block-columns {
  margin-bottom: 0;
}
.page-id-41 ul:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .collab-desc-section .wp-block-columns,
.page-id-41 .wp-block-columns {
    gap: 20px !important;
  }
  .collab-desc-section .collab-desc-title,
.page-id-41 .collab-desc-title {
    margin-bottom: 40px;
  }
  .page-id-41 h1 {
    margin-bottom: 40px;
  }
}
.collab-call-section {
  padding-bottom: 80px;
}

.collab-call {
  padding: 40px 80px;
  background-color: #FAF9F7;
}

.collab-call__inner {
  max-width: 1260px;
  padding-top: 72px;
  padding-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
}

.collab-call__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.collab-call__header .heading1 {
  margin-bottom: 0 !important;
}

.collab-call__switchers {
  display: flex;
}
.collab-call__switchers .form-radio {
  margin-bottom: 0;
}
.collab-call__switchers .form-radio:not(:last-child) {
  margin-right: 40px;
}

.collab-call__content.hide {
  display: none;
}

@media screen and (max-width: 1550px) {
  .collab-call__inner {
    max-width: 1060px;
  }
}
@media screen and (max-width: 1200px) {
  .collab-call {
    padding: 30px 60px;
  }
  .collab-call__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .collab-call-section {
    padding-bottom: 0;
    margin: 0 -24px;
  }
  .wp-container-core-columns-is-layout-9d6595d7{
    padding-bottom: 40px !important;
  }
  .collab-call-section .container {
    padding: 0;
  }
  .collab-call {
    padding: 32px 24px;
  }
  .collab-call__inner {
    padding: 0;
  }
  .collab-call__header {
    display: block;
  }
  .collab-call__header .heading1 {
    margin-bottom: 40px !important;
  }
}
.page-id-15 .delivery-mb {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 768px) {
  .page-id-15 .delivery-mb {
    margin-bottom: 40px !important;
  }
}
.about-header-section {
  padding-top: 80px;
}

.about-header {
  display: flex;
  flex-wrap: wrap;
}

.about-header__left {
  width: 50%;
  padding-right: 95px;
}

.about-header__right {
  width: 50%;
  padding-left: 95px;
}

.about-header__right .heading1 {
  max-width: 16em;
}

@media screen and (max-width: 1200px) {
  .about-header__left {
    padding-right: 40px;
  }
  .about-header__right {
    padding-left: 40px;
  }
}
@media screen and (max-width: 992px) {
  .about-header__left {
    padding-right: 20px;
  }
  .about-header__right {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about-header-section {
    padding-top: 40px;
  }
  .about-header__left {
    width: 100%;
    padding-right: 0;
  }
  .about-header__right {
    width: 100%;
    padding-left: 0;
  }
}
.about-info-section {
  padding: 80px 0;
  background-color: #FAF9F7;
}

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

.about-info__header-left {
  width: 51%;
}

.about-info__header-right {
  width: 49%;
}

.about-info__header-content {
  padding-left: 80px;
  padding-right: 80px;
}

.about-info__gallery {
  display: flex;
  flex-wrap: wrap;
  padding: 64px 0;
  margin-left: -8px;
  margin-right: -8px;
}

.about-info__gallery-item {
  width: 33.33%;
  flex-grow: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.about-info__gallery-pic {
  position: relative;
  display: block;
  padding-top: 95%;
}

.picvid__imagebox--overflow {
  overflow: hidden;
}

.about-info__gallery-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-user-drag: none;
  transition: transform 0.6s ease;
  will-change: transform;
}

.about-info__advantages {
  display: flex;
  flex-wrap: wrap;
  padding: 56px 0;
  margin-left: -8px;
  margin-right: -8px;
}

.about-info__advantages-item {
  width: 33.33%;
  padding-left: 8px;
  padding-right: 8px;
}

@media screen and (max-width: 1200px) {
  .about-info__header-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 992px) {
  .about-info__advantages {
    display: block;
    padding: 0;
  }
  .about-info__advantages-item {
    width: 100%;
  }
  .about-info__advantages-item:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .about-info-section {
    padding: 40px 0;
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .about-info__gallery {
    padding: 32px 0;
    margin-left: -4px;
    margin-right: -4px;
  }
  .about-info__gallery-item {
    width: 50%;
    padding-left: 4px;
    padding-right: 4px;
  }
  .about-info__gallery-item:last-child {
    margin-top: 8px;
  }
  .about-info__gallery-item:last-child .about-info__gallery-pic {
    padding-top: 85%;
  }
  .about-info__header {
    display: block;
  }
  .about-info__header-left {
    width: 100%;
  }
  .about-info__header-right {
    width: 100%;
  }
  .about-info__header-content {
    padding-top: 24px;
    padding-left: 0;
    padding-right: 0;
  }
}
.section-overflow {
  overflow: hidden;
}

.section-top-extra-small {
  padding-top: 32px;
}

.section-top-small {
  padding-top: 52px;
}

.section-top-medium {
  padding-top: 64px;
}

.section-top-large {
  padding-top: 80px;
	overflow: hidden;
}

.section-bottom-extra-small {
  padding-bottom: 32px;
}

.section-bottom-small {
  padding-bottom: 52px;
/* 	overflow: hidden; */
}

.section-bottom-medium {
  padding-bottom: 64px;
}

.section-bottom-large {
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .section-top-small {
    padding-top: 40px;
  }
  .section-top-medium {
    padding-top: 0px;
  }
  .section-top-large {
    padding-top: 40px;
  }
  .section-bottom-small {
    padding-bottom: 40px;
  }
  .section-bottom-medium {
    padding-bottom: 80px;
  }
  .section-bottom-large {
    padding-bottom: 40px;
  }
}
.inform {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.inform__content {
  width: 50%;
  padding-right: 120px;
}

.inform__pic {
  display: flex;
  align-items: center;
  width: 50%;
  overflow: hidden;
  height: 0;
  padding-bottom: 36.3%; 
  position: relative;  flex-shrink: 0;  
}
.inform__image{
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;

  object-fit: contain;
  object-position: top;
}
@supports (aspect-ratio: 1 / 1) {
  .inform__pic {
    height: auto;
    padding-bottom: 0;
    aspect-ratio: 690 / 550;
  }
}
@media screen and (max-width: 768px) {
  .inform__pic{
    height: auto;
    padding-bottom: 0;
    aspect-ratio: auto;
  }
  .inform__image{
    position: initial;
  }
}

.inform--image-first .inform__content {
  padding-right: 0;
  padding-left: 120px;
}
.inform--image-first .inform__pic {
  order: -1;
}

.inform__inner--small {
  max-width: 500px;
}

.inform__inner--medium {
  max-width: 600px;
}

.inform__title {
  margin: 0;
  color: #8F8F8D;
	font-size: 36px;
}
.inform__title strong {
  font-weight: normal;
  color: #191817;
}

.inform__desc {
  margin-top: 2em;
  line-height: 1.5;
}
.inform__desc p {
  margin: 0;
  margin-bottom: 20px;
}
.inform__desc p:last-child {
  margin-bottom: 0;
}

.inform__image {
  width: 100%;
}

.inform__footer {
  margin-top: 50px;
}

@media screen and (max-width: 1550px) {
  .inform__content {
    padding-right: 80px;
  }
  .inform--image-first .inform__content {
    padding-right: 0;
    padding-left: 80px;
  }
  .inform__footer {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .inform__content {
    width: 100%;
    padding-right: 0;
  }
  .inform__pic {
    width: 100%;
    margin-top: 40px;
  }
  .inform__content{
    padding-right: 48px !important;
  }
  .inform--image-first .inform__content {
    padding-right: 0;
    padding-left: 0;
  }
  .inform--image-first .inform__pic {
    order: 1;
  }
  .inform__category {
    margin-bottom: 1.333em;
  }
  .inform__desc {
    margin-top: 1.5em;
  }
  .inform__footer {
    margin-top: 32px;
  }
}
.infos {
  max-width: 38em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.infos--large {
  max-width: 54em;
}

.infos__text p:last-child {
  margin-bottom: 0;
}

.infos__footer {
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .infos__footer {
    margin-top: 24px;
  }
  
  .picvid {
	  width:100%;
	  height:270px;

  }
  
  .picvid__imagebox {
	  display:flex;
	  justify-content:center;
	  align-items:center;	  
  }
  
  .picvid img {
/* 	width: 328px; */
/* 	height: 195px;	   */
	  height: 250px;
  }
}
.picvid {
  position: relative;
  padding-top: 45%;
  /* background-color: #f1f1f1; */
}

.picvid__videobox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
}

.picvid__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.picvid__imagebox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.picvid__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.large-pics {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.large-pics__item {
  width: 50%;
  padding-left: 8px;
  padding-right: 8px;
}

.large-pics__pic {
  position: relative;
  display: block;
  padding-top: 80%;
}

.large-pics__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-user-drag: none;
  transition: transform 0.6s ease;
  will-change: transform;
}

@media screen and (max-width: 768px) {
  .large-pics {
    margin-left: -4px;
    margin-right: -4px;
  }
  .large-pics__item {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.infodesc {
  display: flex;
  flex-wrap: wrap;
}

.infodesc__column {
  width: 50%;
}

.infodesc__content {
  padding-left: 120px;
  padding-right: 120px;
}
.infodesc__content p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1550px) {
  .infodesc__content {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .infodesc__content {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .infodesc__column {
    width: 100%;
  }
  .infodesc__content {
    padding-left: 0;
    padding-right: 0;
  }
}
body.error404 footer.footer {
  display: none !important;
}

body.error404 header.header {
  display: none !important;
}

.not-found {
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
}

.not-found__content {
  width: 50%;
}

.not-found__pic {
  display: block;
  width: 50%;
  background-color: #F0EEEB;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.not-found__row {
  display: flex;
  height: 100%;
  justify-content: space-between;
  flex-direction: column;
  padding-left: 120px;
  padding-right: 120px;
}

.not-found__logobox {
  padding-top: 40px;
}

.not-found__desc {
  padding: 40px 0;
}

.not-found__code {
  margin-bottom: 32px;
}

.not-found__heading {
  margin-bottom: 32px;
}

.not-found__text {
  max-width: 610px;
  line-height: 1.5;
}
.not-found__text p:first-child {
  margin-top: 0;
}
.not-found__text p:last-child {
  margin-bottom: 0;
}

.not-found__footer {
  margin-top: 32px;
}
.not-found__footer .btn {
  margin-top: 8px;
  padding-left: 40px;
  padding-right: 40px;
}

.not-found__copyright {
  margin: 0;
  padding: 40px 0;
  font-size: 14px;
  color: #C7C5C3;
}

@media screen and (max-width: 1550px) {
  .not-found__row {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .not-found__row {
    padding-left: 40px;
    padding-right: 40px;
  }
  .not-found__footer .btn {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body.error404 header.header {
    display: block !important;
  }
  .not-found__content {
    width: 100%;
    order: 2;
  }
  .not-found__pic {
    width: 100%;
    min-height: 250px;
  }
  .not-found__row {
    display: block;
    padding-left: 24px;
    padding-right: 24px;
  }
  .not-found__desc {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .not-found__logobox {
    display: none;
  }
  .not-found__copyright {
    padding-top: 0;
    padding-bottom: 32px;
  }
}
.noresults {
  padding: 30px 0;
}

.noresults-title {
  margin-bottom: 10px;
  font-size: 32px;
}

.noresults-search {
  margin-top: 20px;
}

/* Слайдер на странице товара */

.product-slider-section {
/*   width: 100vw; */
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
	margin-top: 16px;
	max-height: 611px;
}

.slider {
  width: 100%;
}

.slick-slide {
  padding: 0 5px;
}

.slick-list {
  margin: 0;
}

.product-slider__image {
  aspect-ratio: 627 / 611;
  width: 100%;
  object-fit: cover;
  display: block;
}

.slick-prev,
.slick-next {
  background: #fff;
  backdrop-filter: blur(4px);
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  cursor: pointer;
}
.slick-prev {
  left: 15px;
}
.slick-next {
  right: 15px;
}

@media screen and (max-width: 768px) {
.slick-slide {
  padding: 0 8px;
  box-sizing: border-box;
}

.product-slider__image {
  width: 100%;
  max-width: none;
  height: auto;
  object-fit: cover;
  display: block;
}
.slick-prev, .slick-next {
	display:none !important;
}
}

/* Правки 2025-07-16 */
.catalog-hero__nav {
  padding-left: 60px;
}

.catalog-hero__menu {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .footer__catalog {
    flex-direction: column;
    max-height: 190px;
  }
}

.page-content .alignfull {
  width: 100vw;
}

.page-id-15 .heading1 {
  margin-bottom: 16px;
}

.page-id-15 .page-content .wp-block-separator {
  margin: 32px 0 30px;
}

@media (min-width: 769px) {
  .page-id-15 .page-content .wp-block-separator {
    max-width: 880px;
	margin: 31px 0 30px;
  }
}

.page-id-15 .heading2 {
  margin-bottom: 12px;
  letter-spacing: 0.12em;
}

.page-id-15 .delivery-mb {
  margin-bottom: 80px !important;
}

.page-id-15 .infos__heading {
  margin-bottom: 24px;
}

@media (min-width: 769px) {
  .page-id-15 .infos__heading {
    margin-bottom: 32px;
  }

}
@media (max-width: 769px) {
  .footer-socials__list li:nth-child(3){
    order: -1;
  }
}

.page-id-15 .delivery-regions-text {
  margin-bottom: 12px;
}

.page-id-15 .page-content p {
  max-width: 880px;
}
.product-stock__info {
    /* height: 80px !important; */
}

/* js-parallax-element */
.js-parallax-section{
  overflow: hidden;
}

@media (min-width: 769px) {
  .for-mobile{
    display: none !important;
  }
}
@media (max-width: 768px) {
  .for-desktop{
    display: none !important;
  }
}

body.single-catalog{
  overflow: visible;
}

.form-privacy p{
	display:block;
	text-align: left!important;
}
.form-privacy p .wpcf7-form-control-wrap{
	text-align: left!important;
}
.wpcf7-list-item {
	margin-left:0;
}
.wpcf7-list-item-label{
	color: #fff0;
}
.check-content{
	padding-left:25px;
	margin-top:-20px!important;
}
.check-content a{
	text-decoration:underline;
	transition-duration:0.5s;
}
.check-content a:hover{
	text-decoration:none;
	color: #191817;
}
.form-privacy .wpcf7-not-valid-tip {
    position: absolute;
    top: -20px;
    width: max-content;
    margin-top: 0px;
    padding-top: 0px;
    display: block;
}
.btn-medium-2{
	margin-left:20px;
	transition-duration:0.5s;
}
.btn-medium-2:hover {
    border-color: #C7C5C3;
	opacity:0.7;
}