/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/style.scss ***!
  \***********************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --theme-main-font: "Roboto ", sans-serif;
  --theme-second-font: "Montserrat", sans-serif;
}

.swiper-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
  position: static;
  position: initial;
}

.swiper-pagination {
  position: static;
  position: initial;
}
.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #d9d9d9;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #fcdfa5;
}

.swiper-button-prev, .swiper-button-next {
  margin: 0 !important;
}

.swiper-button-prev, .swiper-button-next {
  position: static;
  position: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcdfa5), to(#eec881));
  background: linear-gradient(180deg, #fcdfa5 0%, #eec881 100%);
  border-radius: 20px;
  padding: 15px 18px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#fcdfa5), to(#eec881));
  background: linear-gradient(180deg, #fcdfa5 0%, #eec881 100%);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1019607843);
}
.swiper-button-prev:after, .swiper-button-next:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width=%2718%27 height=%2732%27 viewBox=%270 0 18 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M17.1413 15.1219L2.58208 0.361871C2.10505 -0.121446 1.33277 -0.120632 0.856548 0.364372C0.380725 0.84926 0.381926 1.63483 0.859008 2.11855L14.5517 16L0.85855 29.8815C0.381525 30.3653 0.380266 31.1503 0.856089 31.6353C1.0948 31.8785 1.40751 32 1.72028 32C2.0322 32 2.34371 31.8793 2.58202 31.6378L17.1413 16.8782C17.3711 16.6458 17.5 16.3295 17.5 16C17.5 15.6706 17.3707 15.3547 17.1413 15.1219Z%27 fill=%27%23050505%27/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-button-disabled {
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f4eb), to(#f3f3f3));
  background: linear-gradient(180deg, #f9f4eb 0%, #f3f3f3 100%);
  cursor: auto;
  cursor: initial;
  border: 1px solid #151515;
}
.swiper-button-disabled:after {
  background-image: url("data:image/svg+xml,%3Csvg width=%2718%27 height=%2732%27 viewBox=%270 0 18 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M17.1413 15.1219L2.58208 0.361871C2.10505 -0.121446 1.33277 -0.120632 0.856548 0.364372C0.380725 0.84926 0.381926 1.63483 0.859008 2.11855L14.5517 16L0.85855 29.8815C0.381525 30.3653 0.380266 31.1503 0.856089 31.6353C1.0948 31.8785 1.40751 32 1.72028 32C2.0322 32 2.34371 31.8793 2.58202 31.6378L17.1413 16.8782C17.3711 16.6458 17.5 16.3295 17.5 16C17.5 15.6706 17.3707 15.3547 17.1413 15.1219Z%27 fill=%27%23050505%27/%3E%3C/svg%3E%0A");
}
.swiper-button-prev:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.thumbnail {
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
.modal-content {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #d2ac69;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.no-scroll {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .modal-content {
    max-width: 100%;
  }
}
.feedback-form input,
.feedback-form button,
.feedback-form textarea {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.warning {
  font-size: 14px;
  color: #ff7979;
  visibility: hidden;
}
.warning--show {
  visibility: visible;
}

.loader {
  position: absolute;
  left: 75%;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  opacity: 0;
}

.btn.loading .loader {
  opacity: 1;
}

.lol-field {
  display: none;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
label a {
  color: #151515;
  text-decoration: underline;
}
label a:hover {
  text-decoration: none;
}

.contact_form-snip--wrapper {
  position: relative;
}
.contact_form-snip--content {
  max-width: 402px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 80px;
  left: 70px;
}
.contact_form-snip--content .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
  color: #333;
  margin-bottom: 12px;
}
.contact_form-snip--content .subtitle {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 24px;
}
.contact_form-snip .feedback-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact_form-snip .feedback-form input[type=text],
.contact_form-snip .feedback-form input[type=tel],
.contact_form-snip .feedback-form input[type=email],
.contact_form-snip .feedback-form textarea {
  width: 100%;
  height: 80px;
  border-radius: 20px;
  padding: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  border: 1px solid #dddddd;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
}
.contact_form-snip .feedback-form label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #929292;
}
.contact_form-snip .feedback-form label a {
  color: #151515;
  text-decoration: underline;
}
.contact_form-snip .feedback-form label a:hover {
  text-decoration: none;
}

@media (max-width: 1280px) {
  .contact_form-snip--content {
    max-width: 333px;
    top: 40px;
    left: 60px;
  }
  .contact_form-snip--content .title {
    font-size: 28px;
  }
  .contact_form-snip--content .subtitle {
    font-size: 20px;
  }
  .contact_form-snip .feedback-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact_form-snip .feedback-form input[type=text],
  .contact_form-snip .feedback-form input[type=tel],
  .contact_form-snip .feedback-form input[type=email],
  .contact_form-snip .feedback-form textarea {
    height: 60px;
  }
  .contact_form-snip .feedback-form label {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #929292;
  }
  .contact_form-snip .feedback-form label a {
    color: #151515;
    text-decoration: underline;
  }
  .contact_form-snip .feedback-form label a:hover {
    text-decoration: none;
  }
}
@media (max-width: 1005px) {
  .contact_form-snip--wrapper picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact_form-snip--content {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .contact_form-snip--content {
    max-width: 300px;
  }
}
.feedback-form-modal input[type=text],
.feedback-form-modal input[type=tel],
.feedback-form-modal input[type=email] {
  width: 100%;
  height: 80px;
  border-radius: 20px;
  padding: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  border: 1px solid #dddddd;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
  outline: none;
}

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

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.page-numbers {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  padding: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #848484;
}
.page-numbers:before {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  color: #d2ac69;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-numbers:after {
  content: "/";
  margin-left: 15px;
}
.page-numbers.next, .page-numbers.prev {
  width: 60px;
  border: none;
}
.page-numbers.next:after, .page-numbers.prev:after {
  content: "";
}
.page-numbers.next:hover, .page-numbers.prev:hover {
  border: none;
}
.page-numbers.next {
  margin-left: 20px;
}
.page-numbers.prev {
  margin-right: 20px;
}
.page-numbers .arrow {
  padding: 20px 0;
  width: 100%;
}
.page-numbers .arrow::before {
  content: "";
  display: block;
  width: 60px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width=%2760%27 height=%276%27 viewBox=%270 0 60 6%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M53.0769 5.76923V3.46154H0V2.30769H53.0769V0L60 3L53.0769 5.76923Z%27 fill=%27%23343434%27/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}
.page-numbers .arrow.left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-numbers:active {
  color: #151515;
}
.page-numbers.current {
  color: #d2ac69;
}

.breadcrumbs {
  margin-bottom: -40px;
  margin-top: 50px;
}
.breadcrumbs ul,
.breadcrumbs ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.breadcrumbs a,
.breadcrumbs span {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #929292;
}

@media (max-width: 1280px) {
  .breadcrumbs {
    margin-bottom: 0;
  }
}
.modal {
  display: none;
}
.modal.is-open {
  background-color: rgba(208, 208, 208, 0.2509803922);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: block;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 510;
}
.modal__container {
  background-color: white;
  padding: 30px;
  max-width: 500px;
  width: 100%;
  max-height: 100vh;
  border-radius: 8px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  z-index: 520;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.modal__header .title {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 44px;
  line-height: 130%;
  text-align: center;
  color: #333;
}
.modal__header .subtitle {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
}
.modal__title {
  margin: 0;
  font-size: 1.5em;
}
.modal__close {
  background: transparent;
  border: none;
  font-size: 1.5em;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
}
.modal__close:before {
  content: "✕";
  font-size: 26px;
  font-weight: bold;
  color: #d2ac69;
  cursor: pointer;
}

.news__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  -webkit-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.1215686275);
}
.news__card--img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.news__card--content {
  padding: 24px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 300px;
  height: 100%;
}
.news__card--content .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}
.news__card--content .subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news__card--content .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #d2ac69;
  padding-top: 24px;
  border-top: 1px solid #e9e9e9;
  margin-top: auto;
}
.news__card--content .link:after {
  content: "";
  display: block;
  width: 21px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width=%2721%27 height=%278%27 viewBox=%270 0 21 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M20.3536 4.35355C20.5488 4.15829 20.5488 3.84171 20.3536 3.64645L17.1716 0.464466C16.9763 0.269204 16.6597 0.269204 16.4645 0.464466C16.2692 0.659728 16.2692 0.976311 16.4645 1.17157L19.2929 4L16.4645 6.82843C16.2692 7.02369 16.2692 7.34027 16.4645 7.53553C16.6597 7.7308 16.9763 7.7308 17.1716 7.53553L20.3536 4.35355ZM0 4V4.5H20V4V3.5H0V4Z%27 fill=%27%23FF9430%27/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1024px) {
  .news__card--content {
    padding: 20px 12px;
  }
  .news__card--content .title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .news__card--content .subtitle {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
:root {
  --container-padding: 44px;
  --container-max-width: 1288px;
}

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

html {
  scroll-behavior: smooth;
}

html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
}

body {
  font-family: "Roboto ", sans-serif;
  font-family: var(--theme-main-font);
  font-weight: 400;
  background-color: #fff;
  color: #151515;
  -webkit-font-smoothing: antialiased;
}
body > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
body > .wrapper .block__footer {
  margin-top: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-family: var(--theme-second-font);
  margin: 0;
}

p {
  margin: 0;
}

ul,
ol,
nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

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

main {
  background-repeat: round;
  background-position: center;
  background-size: contain;
}
main > *:first-child {
  padding-top: 199px;
}
@media screen and (max-width: 1024px) {
  main > *:first-child {
    padding-top: 100px;
  }
}
/*
 * wpseo-frontend-inspector
 */
[style="position: relative; z-index: 99998;"] {
  display: none !important;
}

@media screen and (max-width: 1279px) {
  :root {
    --container-padding: 28px;
    --container-max-width: 1044px;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --container-padding: 10px;
  }
}
.row {
  --gutter-x: 24px;
  --gutter-y: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--gutter-y));
  margin-right: calc(-0.5 * var(--gutter-x));
  margin-left: calc(-0.5 * var(--gutter-x));
}
.row .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  margin-top: var(--gutter-y);
}
.row .col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}
.row .col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}
.row .col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}
.row .col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.6666666667%;
}
.row .col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}
.row .col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.3333333333%;
}
.row .col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.6666666667%;
}
.row .col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}
.row .col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.3333333333%;
}
.row .col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.6666666667%;
}
.row .col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.row-20 {
  --gutter-x: 20px;
  --gutter-y: 20px;
}
.row-0 {
  --gutter-x: 0px;
  --gutter-y: 0px;
}

@media screen and (max-width: 1280px) {
  .row {
    --gutter-x: 16px;
    --gutter-y: 16px;
  }
  .row .col-md {
    width: 100% !important;
  }
  .row .col-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .row .col-md-0 {
    width: 0% !important;
  }
  .row .col-md-2 {
    width: 16.6666666667% !important;
  }
  .row .col-md-3 {
    width: 25% !important;
  }
  .row .col-md-4 {
    width: 33.3333333333% !important;
  }
  .row .col-md-5 {
    width: 41.6666666667% !important;
  }
  .row .col-md-6 {
    width: 50% !important;
  }
  .row .col-md-7 {
    width: 58.3333333333% !important;
  }
  .row .col-md-8 {
    width: 66.6666666667% !important;
  }
  .row .col-md-9 {
    width: 75% !important;
  }
  .row .col-md-10 {
    width: 83.3333333333% !important;
  }
  .row .col-md-11 {
    width: 91.6666666667% !important;
  }
  .row .col-md-12 {
    width: 100% !important;
  }
}
@media screen and (max-width: 1025px) {
  .row {
    --gutter-x: 16px;
    --gutter-y: 16px;
  }
  .row .col-sm {
    width: 100% !important;
  }
  .row .col-sm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .row .col-sm-0 {
    width: 0% !important;
  }
  .row .col-sm-2 {
    width: 16.6666666667% !important;
  }
  .row .col-sm-3 {
    width: 25% !important;
  }
  .row .col-sm-4 {
    width: 33.3333333333% !important;
  }
  .row .col-sm-5 {
    width: 41.6666666667% !important;
  }
  .row .col-sm-6 {
    width: 50% !important;
  }
  .row .col-sm-7 {
    width: 58.3333333333% !important;
  }
  .row .col-sm-8 {
    width: 66.6666666667% !important;
  }
  .row .col-sm-9 {
    width: 75% !important;
  }
  .row .col-sm-10 {
    width: 83.3333333333% !important;
  }
  .row .col-sm-11 {
    width: 91.6666666667% !important;
  }
  .row .col-sm-12 {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .row .col-xs {
    width: 100% !important;
  }
  .row .col-xs {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.cmn-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  text-align: center;
  position: relative;
  border-radius: 20px;
  border: none;
  font-family: "Roboto ", sans-serif;
  font-family: var(--theme-main-font);
  z-index: 2;
}
.cmn-btn.uppercase {
  text-transform: uppercase;
}
.cmn-btn--text-default {
  text-transform: none !important;
  text-transform: initial !important;
}
.cmn-btn--main, .cmn-btn--second {
  padding: 25px 65px;
  height: 80px;
}
.cmn-btn--main-md, .cmn-btn--second-md {
  padding: 11px 25px;
  height: 48px;
  width: 192px;
}
.cmn-btn--main-xs, .cmn-btn--second-xs {
  padding: 15px;
  height: 48px;
  width: 170px;
}
.cmn-btn--second {
  background: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f4eb), to(#f3f3f3));
  background: linear-gradient(180deg, #f9f4eb 0%, #f3f3f3 100%);
}
.cmn-btn--main {
  background: -webkit-gradient(linear, left top, left bottom, from(#fcdfa5), to(#eec881));
  background: linear-gradient(180deg, #fcdfa5 0%, #eec881 100%);
  color: #151515;
}
.cmn-btn--main:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdb94), to(#eec06b));
  background: linear-gradient(180deg, #ffdb94 0%, #eec06b 100%);
}
.cmn-btn--main[disabled] {
  opacity: 0.5;
  cursor: auto;
  cursor: initial;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcdfa5), to(#eec881));
  background: linear-gradient(180deg, #fcdfa5 0%, #eec881 100%);
}
.cmn-btn--main[disabled]:hover {
  border: none;
}
.cmn-btn--main.grey {
  background-color: #dadada;
  color: #151515;
}
.cmn-btn--main.grey:hover {
  background-color: #d2ac69;
  color: #fff;
}
.cmn-btn--main-outline {
  background: transparent;
  color: #d2ac69;
  border: 1px solid #d2ac69;
}
.cmn-btn.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.cmn-btn.full {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .cmn-btn--main, .cmn-btn--second {
    height: 60px;
    width: 100%;
  }
}
.container {
  width: 100%;
  max-width: 1288px;
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 44px;
  padding: 0 var(--container-padding);
}

.second-font {
  font-family: "Montserrat", sans-serif;
  font-family: var(--theme-second-font);
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5333333333);
  top: 0;
}

.list-bullet ul li {
  position: relative;
  padding-left: 24px;
}
.list-bullet ul li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #504d5c;
  position: absolute;
  left: 10px;
  top: 8px;
}

.hide {
  display: none;
}

.block {
  padding: 66px 0;
}
.block__title {
  font-weight: 700;
  font-size: 56px;
  line-height: 130%;
  color: #333;
  margin-bottom: 44px;
}

@media screen and (max-width: 1279px) {
  .block {
    padding: 32px 0;
  }
  .block__title {
    text-align: center;
    margin-bottom: 24px;
    font-size: 28px;
  }
}
.tabs--head-label.active .chips--item {
  color: #fff;
  background: #2B2933;
}
.tabs--item {
  display: none;
  -webkit-animation: tab-opacity 0.8s;
          animation: tab-opacity 0.8s;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
.tabs--item.active {
  display: block;
}

@-webkit-keyframes tab-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes tab-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body.admin-bar .block__header:not(.block__header--hide) {
  top: 32px;
}

@media screen and (max-width: 1279px) {
  /*
   * Hide admin bar
   */
  body.admin-bar {
    top: 0 !important;
  }
  body.admin-bar {
    margin-top: -32px;
  }
  body.admin-bar #wpadminbar {
    display: none;
  }
  body.admin-bar .block__header:not(.block__header--hide) {
    top: 0;
  }
}
.search-form {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2509803922);
  display: none;
}
.search-form.mobile {
  display: none;
}
.search-field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #d5d8d9;
  border-radius: 6px;
  max-width: none;
  position: relative;
}
.search-field {
  width: 333px;
  height: 38px;
  border: 1px solid #e0e0e0;
  padding: 10px;
  outline: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}
.search-icon {
  content: "";
  display: block;
  padding: 20px;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width=%2727%27 height=%2726%27 viewBox=%270 0 27 26%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Ccircle cx=%2710.2016%27 cy=%2710.725%27 r=%279.1%27 stroke=%27%23013132%27 stroke-width=%272%27/%3E%3Cpath d=%27M25.0773 23.2375L20.5273 18.6875%27 stroke=%27%23013132%27 stroke-width=%272%27 stroke-linecap=%27round%27/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
.search-submit {
  display: none;
}

@media screen and (max-width: 1280px) {
  .search-form {
    display: none;
  }
  .search-form.mobile {
    display: block;
  }
  .search-field-wrapper {
    padding: 10px;
  }
  .search-field {
    width: 100%;
  }
  .search-icon {
    padding: 20px 30px;
  }
}
.single .date {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcdfa5), to(#eec881));
  background: linear-gradient(180deg, #fcdfa5 0%, #eec881 100%);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  padding: 10px 24px;
  border-radius: 14px;
  color: #151515;
  margin-bottom: 44px;
}
.single .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.single .content * {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
}
.single .content h2 {
  font-family: Roboto;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 12px;
}
.single .content img {
  max-height: 413px;
  border-radius: 20px;
}
.single .content ul {
  list-style: disc;
}
.single .content ul li {
  margin-left: 24px;
  margin-bottom: 8px;
}
.single__post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  margin-top: 44px;
}
.single__post-navigation .prev-post a,
.single__post-navigation .next-post a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  border-radius: 20px;
  padding: 25px 31px;
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  color: #151515;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.single__post-navigation .prev-post a:after, .single__post-navigation .prev-post a:before,
.single__post-navigation .next-post a:after,
.single__post-navigation .next-post a:before {
  content: "";
  display: block;
  width: 17px;
  height: 31px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.single__post-navigation .prev-post a:hover,
.single__post-navigation .next-post a:hover {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.single__post-navigation .prev-post a {
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f4eb), to(#f3f3f3));
  background: linear-gradient(180deg, #f9f4eb 0%, #f3f3f3 100%);
}
.single__post-navigation .prev-post a:before {
  background-image: url("data:image/svg+xml,%3Csvg width=%2717%27 height=%2732%27 viewBox=%270 0 17 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M0.358673 16.8781L14.9179 31.6381C15.3949 32.1214 16.1672 32.1206 16.6435 31.6356C17.1193 31.1507 17.1181 30.3652 16.641 29.8814L2.94834 16L16.6415 2.11852C17.1185 1.63474 17.1197 0.849688 16.6439 0.364685C16.4052 0.121542 16.0925 -7.93374e-08 15.7797 -1.06681e-07C15.4678 -1.33949e-07 15.1563 0.120725 14.918 0.362181L0.358673 15.1218C0.128946 15.3542 1.42757e-06 15.6705 1.39877e-06 16C1.36996e-06 16.3294 0.129289 16.6453 0.358673 16.8781Z%27 fill=%27%23050505%27/%3E%3C/svg%3E%0A");
}
.single__post-navigation .next-post a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fcdfa5), to(#eec881));
  background: linear-gradient(180deg, #fcdfa5 0%, #eec881 100%);
}
.single__post-navigation .next-post a:after {
  background-image: url("data:image/svg+xml,%3Csvg width=%2717%27 height=%2732%27 viewBox=%270 0 17 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M16.6413 15.1219L2.08208 0.361871C1.60505 -0.121446 0.832771 -0.120632 0.356548 0.364372C-0.119275 0.84926 -0.118074 1.63483 0.359008 2.11855L14.0517 16L0.35855 29.8815C-0.118475 30.3653 -0.119734 31.1503 0.356089 31.6353C0.594802 31.8785 0.907514 32 1.22028 32C1.5322 32 1.84371 31.8793 2.08202 31.6378L16.6413 16.8782C16.8711 16.6458 17 16.3295 17 16C17 15.6706 16.8707 15.3547 16.6413 15.1219Z%27 fill=%27%23050505%27/%3E%3C/svg%3E%0A");
}

@media (max-width: 1025px) {
  .single .content {
    gap: 20px;
  }
  .single .content * {
    font-size: 16px;
  }
}
.single_news--img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 40px;
}
.single_news--content h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 28px;
}
.single_news--content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
.single_news--content p:not(:last-child) {
  margin-bottom: 24px;
}
.single_news--content ul {
  margin-bottom: 24px;
}
.single_news--content ul li {
  list-style: disc;
  margin-left: 24px;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

.page__tpl h2 {
  font-weight: 600;
  font-size: 26px;
  line-height: 130%;
  margin-bottom: 10px;
}
.page__tpl h3,
.page__tpl h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 10px;
}
.page__tpl p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 10px;
}
.page__tpl ul li {
  list-style: disc;
  margin-left: 24px;
  margin-bottom: 10px;
}

.cheque__img {
  max-width: 282px;
  max-height: 380px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.page__policy--box {
  padding: 100px 0;
}
.page__policy--content > *:not(:last-child) {
  margin-bottom: 16px;
}
.page__policy--content > *:not(h2):not(h3):not(h4) + h2, .page__policy--content > *:not(h2):not(h3):not(h4) + h3, .page__policy--content > *:not(h2):not(h3):not(h4) + h4 {
  margin-top: 40px;
}
.page__policy--content h2 {
  font-size: 26px;
  line-height: 130%;
  color: #151515;
}
.page__policy--content h3 {
  font-size: 24px;
  line-height: 130%;
  color: #151515;
}
.page__policy--content h4 {
  font-size: 22px;
  line-height: 130%;
  color: #151515;
}
.page__policy--content p,
.page__policy--content ul,
.page__policy--content ol {
  font-size: 18px;
  line-height: 130%;
}
.page__policy--content ul li {
  position: relative;
  padding-left: 23px;
}
.page__policy--content ul li:not(:last-child) {
  margin-bottom: 8px;
}
.page__policy--content ul li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: #627384;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 9px;
}
.page__policy--content strong {
  color: #363b49;
  font-weight: 500;
}
.page__policy--content a {
  color: #151515;
  text-decoration-line: underline;
  word-break: break-all;
}
.page__policy--content a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1279px) {
  .page__policy--box {
    padding: 60px 0;
  }
  .page__policy--content h2 {
    font-size: 22px;
  }
  .page__policy--content h3 {
    font-size: 20px;
  }
}
.error_page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
}
.error_page-content .btn {
  margin-top: 60px;
}
.error_page-head {
  font-size: 200px;
  font-weight: bold;
  color: #d2ac69;
}
.error_page-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 31.2px;
}
.error_page-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 769px) {
  .error_page-content {
    margin-top: 0;
  }
  .error_page-head {
    font-size: 160px;
  }
}
.page--archive__reviews .modal__container {
  background-color: transparent;
  max-width: 700px;
}
.page--archive__reviews .modal__close:before {
  color: #f4f4f4;
}

.archive__reviews__item {
  cursor: pointer;
}
.archive__reviews__item img {
  border-radius: 20px;
  max-height: 478px;
  border: 8px solid #151515;
}
.archive__reviews-slide img {
  max-width: 654px;
  max-height: 813px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .archive__gallery__item .title {
    padding: 24px 16px 20px;
    font-size: 16px;
  }
}
.archive__works--terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 12px;
  margin-bottom: 44px;
}
.archive__works--terms__item {
  padding: 10px 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f4eb), to(#f3f3f3));
  background: linear-gradient(180deg, #f9f4eb 0%, #f3f3f3 100%);
  border-radius: 14px;
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  cursor: pointer;
}
.archive__works--terms__item.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#fcdfa5), to(#eec881));
  background: linear-gradient(180deg, #fcdfa5 0%, #eec881 100%);
}
.archive__works__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.1019607843);
}
.archive__works__item .img {
  max-height: 400px;
  height: auto;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive__works__item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  padding: 0 20px 32px;
}
.archive__works__item .content .title {
  font-weight: 700;
  font-size: 44px;
  line-height: 130%;
}
.archive__works__item .content .subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
}
.archive__works__item .content .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
}
.archive__works .loading {
  opacity: 0.5;
  cursor: wait;
}

@media (max-width: 768px) {
  .archive__works--terms {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    margin-bottom: 24px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
  }
  .archive__works--terms__item {
    padding: 10px 20px;
    font-size: 18px;
  }
  .archive__works__item {
    row-gap: 10px;
  }
  .archive__works__item .content {
    row-gap: 10px;
    padding: 10px;
  }
  .archive__works__item .content .title {
    font-size: 24px;
  }
  .archive__works__item .content .subtitle {
    font-size: 20px;
  }
}
.single__gallery__item {
  position: relative;
}
.single__gallery__item .img {
  max-width: 384px;
  max-height: 265px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .single__gallery__item .title {
    padding: 24px 16px 20px;
    font-size: 16px;
  }
  .single__gallery .btn {
    margin-top: 32px;
  }
}
.page--products .products__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.1019607843);
}
.page--products .products__item img {
  border-radius: 20px;
  max-height: 429px;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page--products .products__item--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  padding: 20px;
}
.page--products .products__item--title {
  font-family: Roboto;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
}

@media (max-width: 1024px) {
  .page--products .products__item {
    row-gap: 10px;
    height: 100%;
  }
  .page--products .products__item--content {
    row-gap: 10px;
    padding: 10px;
  }
  .page--products .products__item--title {
    font-size: 20px;
  }
}
.blog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  row-gap: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.1019607843);
}
.blog__item--img {
  position: relative;
}
.blog__item--img img {
  max-height: 400px;
  border-radius: 20px;
}
.blog__item--date {
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcdfa5), to(#eec881));
  background: linear-gradient(180deg, #fcdfa5 0%, #eec881 100%);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  padding: 10px 24px;
  border-radius: 14px 14px 14px 20px;
  color: #151515;
}
.blog__item--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  padding: 0 20px 32px;
  color: #151515;
}
.blog__item--content .title {
  font-weight: 700;
  font-size: 44px;
  line-height: 130%;
}
.blog__item--content .subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  width: 100%;
  top: 0;
  -webkit-transition: top 0.3s, background-color 0.3s ease;
  transition: top 0.3s, background-color 0.3s ease;
  z-index: 500;
  height: 199px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block__header .header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
}
.block__header .header-container {
  margin: 0 auto;
  padding: 0 44px;
  padding: 0 var(--container-padding);
  width: 100%;
  max-width: 1288px;
  height: 100%;
}
.block__header .header-container--wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block__header .logo img {
  min-width: 205px;
}
.block__header .top,
.block__header .bottom {
  position: relative;
  width: 100%;
  height: 100%;
}
.block__header .top__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block__header .top__wrapper .address {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #151515;
}
.block__header .logo.mobile {
  display: none;
}
.block__header-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block__header-contacts {
  display: none;
}
.block__header .mob-title {
  display: none;
}
.block__header .order_call a {
  font-weight: 400;
  font-size: 18px;
  line-height: 21.6px;
  text-decoration: underline;
  color: #d2ac69;
}
.block__header .contact_us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: relative;
  top: -45px;
  row-gap: 16px;
  width: 185px;
  height: 170px;
  padding: 12px 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#f3f3f3));
  background: linear-gradient(180deg, #fdfdfd 0%, #f3f3f3 100%);
  -webkit-box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 25px;
}
.block__header .contact_us--socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
.block__header .contact_us--text {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
}
.block__header .contacts_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block__header .contacts_block .work_time {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-align: right;
  margin-bottom: 6px;
}
.block__header .contacts_block .phone a {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  text-align: right;
  color: #151515;
}
.block__header .order-call {
  font-weight: 700;
  font-size: 15px;
  line-height: 130%;
  text-align: right;
  text-decoration: underline;
  color: #684e3f;
  cursor: pointer;
  margin-top: 11px;
}

@media screen and (max-width: 1279px) {
  .block__header {
    height: 80px;
  }
  .block__header .header-bg {
    height: 100px;
  }
  .block__header .top {
    display: none;
  }
  .block__header .logo.mobile {
    display: block;
  }
  .block__header--main {
    top: 0 !important;
  }
}
@media screen and (min-width: 1279px) {
  .block__header-nav nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(108, 82, 62, 0.5019607843);
  }
  .block__header-nav nav ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5px 0;
  }
  .block__header-nav nav ul > li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    color: #151515;
  }
  .block__header-nav nav ul > li.menu-item-has-children {
    position: relative;
  }
  .block__header-nav nav ul > li.menu-item-has-children a {
    cursor: pointer;
  }
  .block__header-nav nav ul > li.menu-item-has-children > .sub-menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: rgba(255, 255, 255, 0.966);
    flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    row-gap: 25px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 300px;
    padding: 20px;
  }
  .block__header-nav nav ul > li.menu-item-has-children > .sub-menu:before {
    content: "";
    position: absolute;
    top: -30px;
    right: 0;
    width: 200px;
    height: 30px;
    background-color: transparent;
  }
  .block__header-nav nav ul > li.menu-item-has-children:hover .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block__header-nav nav ul .nav-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
  }
  .block__header-nav nav ul .nav-contacts .phones-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
  .block__header-nav nav ul .nav-contacts a {
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: #151515;
  }
  .block__header-nav nav ul .nav-contacts a img {
    width: 20px;
    height: 20px;
  }
  .burger,
  #phone-icon {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  body.home .block__header .burger span, body.home .block__header .burger span:before, body.home .block__header .burger span:after,
  body.single .block__header .burger span,
  body.single .block__header .burger span:before,
  body.single .block__header .burger span:after {
    background: #d2ac69;
  }
  #phone-icon {
    margin-right: 15px;
  }
  #phone-icon img {
    min-width: 35px;
    min-height: 35px;
  }
  body.body-contacts-show {
    overflow: hidden;
  }
  body.body-contacts-show .block__header-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    overflow-y: auto;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
  }
  body.body-contacts-show .block__header-contacts .work_time {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 6px;
    text-align: center;
  }
  body.body-contacts-show .block__header-contacts .order-call {
    margin-top: 20px;
  }
  body.body-contacts-show .block__header-contacts .phone {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #151515;
  }
  body.body-contacts-show .block__header-contacts .contacts_block-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body.body-contacts-show .block__header-contacts .contacts_block-mob .messengers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin-top: 44px;
  }
  body.body-contacts-show .block__header-contacts .contacts_block-mob--text {
    max-width: 133px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    margin-top: 14px;
  }
  body.body-contacts-show #phone-icon {
    -webkit-transform: rotate(100deg);
            transform: rotate(100deg);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  body.body-nav-show {
    overflow: hidden;
  }
  body.body-nav-show .block__header-nav > nav {
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    overflow-y: auto;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.body-nav-show .block__header-nav > nav .nav-contacts {
    display: none;
  }
  body.body-nav-show .block__header .burger span {
    background: transparent;
  }
  body.body-nav-show .block__header .burger span:before {
    background-color: #d2ac69;
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    transition: top 200ms, transform 200ms 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 200ms 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  body.body-nav-show .block__header .burger span:after {
    background-color: #d2ac69;
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    transition: bottom 200ms, transform 200ms 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 200ms 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .block__header-nav > nav, .block__header-contacts {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    height: 100vh;
    z-index: 9999;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .block__header-nav > nav {
    /*
         * All li
         */
  }
  .block__header-nav > nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 10px 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    width: 100%;
  }
  .block__header-nav > nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .block__header-nav > nav li a {
    color: #151515;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    width: 100%;
  }
  .block__header-nav > nav li.menu-item-has-children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .block__header-nav > nav li.menu-item-has-children:after {
    content: "";
    display: block;
    width: 20px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width=%2715%27 height=%277%27 viewBox=%270 0 15 7%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M14 1L7.85907 5.54211C7.49418 5.812 6.99328 5.80231 6.6391 5.51851L1 0.999999%27 stroke=%27%23343434%27 stroke-width=%272%27/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 23px;
    right: 10px;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .block__header-nav > nav li.menu-item-has-children > a {
    pointer-events: none;
  }
  .block__header-nav > nav li.menu-item-has-children .sub-menu {
    display: none;
  }
  .block__header-nav > nav li.menu-item-has-children.active::after {
    -webkit-transform: translate(-10px, -50%) rotate(180deg);
            transform: translate(-10px, -50%) rotate(180deg);
  }
  .block__header-nav > nav li.menu-item-has-children.active .sub-menu {
    display: block;
    width: 100%;
  }
  .block__header-nav > nav li.menu-item-has-children > .sub-menu > li > a {
    padding-left: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
  }
  .block__header .burger {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 44px;
    height: 44px;
    cursor: pointer;
  }
  .block__header .burger span {
    top: 50%;
    margin-top: -1px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .block__header .burger span, .block__header .burger span:before, .block__header .burger span:after {
    width: 25px;
    position: absolute;
    height: 2px;
    background: #d2ac69;
    display: block;
    border-radius: 2px;
  }
  .block__header .burger span:after {
    content: "";
    bottom: -8px;
    transition: bottom 200ms 200ms, transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .block__header .burger span:before {
    content: "";
    top: -8px;
    transition: top 200ms 200ms, transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
  }
}
.block__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background-color: #454a51;
  position: relative;
  padding: 58px 0;
}
.block__footer--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.block__footer--top, .block__footer--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block__footer--bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block__footer--bottom .policy {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
}
.block__footer--item .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
  color: #eec881;
  margin-bottom: 16px;
}
.block__footer--item .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: white;
}
.block__footer--item .phone:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width=%2725%27 height=%2725%27 viewBox=%270 0 25 25%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M20.3078 16.3818C19.5949 15.6494 17.5685 14.2773 16.2404 14.2773C15.9328 14.2773 15.6642 14.3457 15.4445 14.4873C14.7951 14.9023 14.2775 15.2246 14.0285 15.2246C13.8917 15.2246 13.7453 15.1025 13.423 14.8242L13.3693 14.7754C12.4757 13.999 12.2853 13.7988 11.9386 13.4375L11.8507 13.3447C11.7872 13.2812 11.7335 13.2227 11.6798 13.1689C11.3771 12.8564 11.1574 12.6318 10.381 11.7529L10.3468 11.7139C9.97572 11.2939 9.73158 11.0205 9.71693 10.8203C9.70228 10.625 9.87318 10.3076 10.3078 9.7168C10.8351 9.00391 10.8546 8.125 10.3712 7.10449C9.98549 6.29883 9.3556 5.52734 8.79896 4.84863L8.75013 4.79004C8.27162 4.2041 7.71498 3.91113 7.09486 3.91113C6.40638 3.91113 5.8351 4.28223 5.53236 4.47754C5.50795 4.49219 5.48353 4.51172 5.45912 4.52637C4.78041 4.95605 4.28724 5.54688 4.1017 6.14746C3.82338 7.05078 3.63783 8.22266 4.97084 10.6592C6.12318 12.7686 7.1681 14.1846 8.82826 15.8887C10.3908 17.4902 11.0841 18.0078 12.6369 19.1309C14.3654 20.3809 16.0255 21.0986 17.1876 21.0986C18.2667 21.0986 19.1163 21.0986 20.3273 19.6387C21.5968 18.1055 21.0695 17.168 20.3078 16.3818Z%27 fill=%27%23D2AC69%27/%3E%3C/svg%3E%0A");
  margin-right: 8px;
}
.block__footer--item .messengers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-top: 24px;
}
.block__footer--item .btn {
  max-width: 215px;
  max-height: 48px;
  font-size: 18px;
  margin-top: 40px;
}
.block__footer--item.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.block__footer--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block__footer nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 440px;
}
.block__footer nav > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 25px;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  grid-row-gap: 12px;
  row-gap: 12px;
}
.block__footer nav > ul > li {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.block__footer nav > ul > li > a {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
  color: #fff;
}
.block__footer nav.menu-second-menu-container > ul {
  grid-template-columns: repeat(3, 1fr);
}
.block__footer nav.menu-second-menu-container > ul > li > a {
  display: inline-block;
  min-width: 155px;
}

@media screen and (max-width: 1280px) {
  .block__footer nav.menu-second-menu-container > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .block__footer--top, .block__footer--bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 32px;
  }
  .block__footer--bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .block__footer--item.contacts {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cookie__policy {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 20px;
  background-color: #fff;
  border-top: 1px solid #e1e1e1;
}
.cookie__policy--container {
  max-width: 1200px;
  margin: 0 auto;
}
.cookie__policy--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.cookie__policy--text {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}
.cookie__policy--text a {
  color: #EEC881;
  text-decoration: underline;
}
.cookie__policy--text a:hover {
  text-decoration: none;
}
.cookie__policy--btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .cookie__policy--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cookie__policy--text {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
  }
  .cookie__policy--text a {
    color: #d2ac69;
    text-decoration: underline;
  }
  .cookie__policy--text a:hover {
    text-decoration: none;
  }
  .cookie__policy--btns {
    width: 100%;
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
