@charset "UTF-8";
@font-face {
  font-family: "Inter";
  src: url("../fonts/InterTight-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/InterTight-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/InterTight-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img,
svg {
  max-width: 100%;
  height: auto;
  display: block;
}

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background: none;
  border: none;
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  background-color: #FFFAF3;
}
body.overlay:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  z-index: 10;
}
body.open-burger-menu {
  overflow: hidden;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.section-el {
  padding: 40px 0;
}

.page-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .page-layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.page-layout .page-content {
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .page-layout .page-content {
    width: 75%;
    margin-bottom: 80px;
    padding-right: 20px;
    border-right: 1px solid var(--stroke-50, rgba(169, 162, 152, 0.5));
  }
}
.page-layout .page-aside {
  width: 100%;
  margin: 32px 0;
}
@media screen and (min-width: 1024px) {
  .page-layout .page-aside {
    width: 25%;
    margin: 0;
    padding-left: 20px;
  }
}

.h1-title {
  color: #49371D;
  font-size: clamp(32px, 3vw, 64px);
  font-style: normal;
  font-weight: 400;
  line-height: 111.111%;
  letter-spacing: 0.5px;
}

.h2-title {
  color: #251C0E;
  font-size: clamp(32px, 3vw, 48px);
  font-weight: 500;
  line-height: 116.667%;
  letter-spacing: 0.5px;
}

.btn-primary {
  padding: 10px 20px;
  border-radius: 8px;
  background: #1A1A1A;
  text-align: center;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn-primary__text {
  color: #FFFFFF;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}
@media (hover: hover) {
  .btn-primary:hover {
    background: #333;
  }
}

.btn-view-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 8px;
}
.btn-view-more__text {
  color: #936F39;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.3px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.btn-view-more__icon {
  width: 16px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.btn-view-more__icon svg {
  stroke: #936F39;
}
@media (hover: hover) {
  .btn-view-more:hover .btn-view-more__text {
    color: #6E532B;
  }
  .btn-view-more:hover .btn-view-more__icon {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .btn-view-more:hover .btn-view-more__icon svg {
    stroke: #6E532B;
  }
}

.sidebar-section {
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .sidebar-section {
    margin-bottom: 32px;
  }
}

.sidebar-title {
  color: #49371D;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.swiper .swiper-nav-wrap,
.swiper-nav-wrap {
  position: inherit;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 4px;
  padding: 12px 0;
}
.swiper .swiper-nav-wrap .swiper-button-prev,
.swiper .swiper-nav-wrap .swiper-button-next,
.swiper-nav-wrap .swiper-button-prev,
.swiper-nav-wrap .swiper-button-next {
  position: initial;
  margin: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 24px;
  height: 24px;
  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;
  pointer-events: all;
}
.swiper .swiper-nav-wrap .swiper-button-prev svg,
.swiper .swiper-nav-wrap .swiper-button-next svg,
.swiper-nav-wrap .swiper-button-prev svg,
.swiper-nav-wrap .swiper-button-next svg {
  fill: none;
}

.wpcf7 input {
  max-width: 100%;
}

.main-contact-page {
  margin: 20px 0;
}
@media screen and (min-width: 1024px) {
  .main-contact-page {
    margin: 80px 0;
  }
}

.single-post-container {
  margin-bottom: 80px;
}

.wide-posts-grid .post-card {
  padding: 16px 0;
  border-top: 1px solid rgba(169, 162, 152, 0.5);
}
@media screen and (min-width: 1024px) {
  .wide-posts-grid .post-card {
    padding: 32px 0;
  }
}

.cat-color-1 {
  background: #CAD183;
}

.cat-color-2 {
  background: #EECE7B;
}

.cat-color-3 {
  background: #F6CBBA;
}

.cat-color-4 {
  background: #D6BED8;
}

.cat-color-5 {
  background: #A4CCC4;
}

.cat-color-6 {
  background: #BFA88D;
}

.cat-color-7 {
  background: #DE9141;
}

.footer {
  padding: 40px 0;
  background: var(--black-white-black, #000);
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__row-2, .footer__row-3 {
  margin-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 1024px) {
  .footer__row-2 {
    margin-top: 32px;
  }
  .footer__row-3 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  max-width: 331px;
}
.footer__logo-img {
  width: 120px;
}
.footer__logo-link {
  display: inline-block;
}
.footer__slogan {
  color: #CCC;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
  letter-spacing: 0.3px;
}
.footer__cats-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .footer__cats-nav {
    width: auto;
    gap: 20px 99px;
  }
}
.footer__cats-nav-title {
  color: #FFFFFF;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.3px;
}
.footer__cats-nav-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.footer__cats-nav-link {
  color: #666;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
  letter-spacing: 0.3px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (hover: hover) {
  .footer__cats-nav-link:hover {
    color: #E6E6E6;
  }
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.footer__socials-title {
  color: #FFFFFF;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 171.429%;
  letter-spacing: 0.3px;
}
.footer__socials-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.footer__socials-item {
  width: 32px;
}
.footer__socials-item svg {
  fill: #666;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (hover: hover) {
  .footer__socials-item:hover svg {
    fill: #E6E6E6;
  }
}
.footer__policy {
  color: #666;
  font-size: clamp(12px, 2.5vw, 14px);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer__menu-nav {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .footer__menu-nav {
    width: auto;
  }
}
.footer__menu-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 20px;
}
.footer__menu-nav-list a {
  color: #666;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
  line-height: 171.429%;
  letter-spacing: 0.3px;
}

.header {
  position: relative;
  background: #FFFAF3;
  z-index: 100;
  padding: 24px 0;
}
@media screen and (min-width: 768px) {
  .header {
    padding: 0;
  }
}
.header__cols-wrap {
  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;
}
.header__col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.header__col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.header__logo {
  position: relative;
  z-index: 100;
}
.header__logo-img {
  width: 150px;
}
@media screen and (min-width: 768px) {
  .header__logo-img {
    width: 180px;
  }
}
.header__burger {
  display: block;
  position: relative;
  z-index: 101;
  width: 24px;
  height: 16px;
  cursor: pointer;
}
.header__burger span {
  position: absolute;
  left: 0;
  width: 100%;
  background: #1A1A1A;
  height: 2px;
  top: 7px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 1px;
}
.header__burger:before, .header__burger:after {
  content: "";
  background: #1A1A1A;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 1px;
}
.header__burger:before {
  top: 0;
}
.header__burger:after {
  bottom: 0;
}
.header__burger.active span {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.header__burger.active:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 7px;
}
.header__burger.active:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 7px;
}

.main-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .main-nav {
    display: block;
  }
}
.main-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-nav__item {
  padding: 36px 10px;
  position: relative;
  cursor: pointer;
}
.main-nav__item > a {
  cursor: pointer;
  position: relative;
  color: #1A1A1A;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.main-nav__item > a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1A1A1A;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.main-nav__item-arrow {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.main-nav__item.active > a::before {
  width: 100%;
}
.main-nav__item.active .main-nav__item-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mega-menu {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  display: none;
  background: #fff;
  border-top: 1px solid #CCC;
  background: #FFFAF3;
  z-index: 999;
  overflow: hidden;
}
.mega-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc((100% - 1280px) / 2);
  background-color: #FFFAF3;
  z-index: 3;
}
.mega-menu .container {
  width: 100%;
  z-index: 2;
}
.mega-menu.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mega-menu__left {
  width: 32.266%;
  padding: 24px 36px 24px 0;
  border-right: 1px solid #CCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  background-color: #FFFAF3;
  z-index: 3;
}
.mega-menu__right {
  width: 67.734%;
}
.mega-menu__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: #936F39;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 155.556%;
  letter-spacing: 0.3px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.mega-menu__title-icon {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.mega-menu__title-icon svg {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  stroke: #936F39;
}
@media (hover: hover) {
  .mega-menu__title:hover {
    color: #6E532B;
  }
  .mega-menu__title:hover .mega-menu__title-icon {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .mega-menu__title:hover .mega-menu__title-icon svg {
    stroke: #6E532B;
  }
}
.mega-menu__subcats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.mega-menu__subcats-item-link {
  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;
  width: 100%;
  padding: 16px 0 12px;
  border-bottom: 1px solid #E6E6E6;
  color: #49371D;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.5px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.mega-menu__subcats-item-link svg {
  stroke: #49371D;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (hover: hover) {
  .mega-menu__subcats-item-link:hover {
    color: #6E532B;
  }
  .mega-menu__subcats-item-link:hover svg {
    stroke: #6E532B;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.mega-menu__swiper.swiper {
  overflow: visible;
}
.mega-menu__swiper.swiper .mega-menu__swiper-slide {
  padding: 20px;
  border-right: 1px solid rgba(169, 162, 152, 0.5);
  border-top: 1px solid rgba(169, 162, 152, 0.5);
  height: auto;
  width: 330px;
}
.mega-menu__swiper.swiper .mega-menu__swiper-slide:nth-last-child(1) {
  border-right: none;
}

.burger-menu {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
  position: fixed;
  top: 73px;
  right: 0;
  width: 100vw;
  height: calc(100dvh - 73px);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 0;
  padding: 8px 16px 40px;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .burger-menu {
    padding: 28px 40px;
    width: 404px;
    top: 96px;
    height: calc(100dvh - 96px);
  }
}
.burger-menu.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: 99;
  background-color: #FFFAF3;
}
.burger-menu__main {
  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;
  gap: 40px;
}
.burger-menu__nav {
  width: 100%;
}
.burger-menu__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.burger-menu__nav-list-item {
  cursor: pointer;
  border-bottom: 1px solid #F1E8DA;
}
.burger-menu__nav-list-item-title-wrap {
  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;
}
.burger-menu__nav-list-item-title {
  color: #49371D;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: 155.556%;
  letter-spacing: 0.5px;
  position: relative;
}
.burger-menu__nav-list-item-title::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: #1A1A1A;
  bottom: -4px;
  left: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.burger-menu__nav-list-item-link {
  width: 100%;
  display: block;
  padding: 0 0 20px;
  color: #1A1A1A;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: 155.556%;
  letter-spacing: 0.5px;
}
.burger-menu__nav-list-item-arrow {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.burger-menu__nav-list-item.has-children {
  padding: 0 0 20px;
}
.burger-menu__nav-list-item.active .burger-menu__nav-list-item-title-wrap {
  padding: 0 0 20px;
}
.burger-menu__nav-list-item.active .burger-menu__nav-list-item-title::before {
  width: 100%;
}
.burger-menu__nav-list-item.active .burger-menu__nav-list-item-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.burger-menu__nav-sub-menu {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.burger-menu__nav-sub-menu .burger-menu__nav-list-item {
  border: 0;
}
.burger-menu__nav-sub-menu .burger-menu__nav-list-item-link {
  padding: 0;
  color: #936F39;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}

/* Hover Logic */
.main-nav__item:hover + .mega-menu,
.mega-menu:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-nav__item:hover ~ .mega-menu #mega-1 {
  display: block;
}

.author-info {
  padding: 8px 0;
}
@media screen and (min-width: 1024px) {
  .author-info {
    padding: 12px 0;
  }
}
.author-info__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .author-info__main {
    gap: 16px;
  }
}
.author-info__main-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
}
@media screen and (min-width: 1024px) {
  .author-info__main-col-2 {
    gap: 8px;
  }
}
.author-info__img {
  width: 73px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media screen and (min-width: 1024px) {
  .author-info__img {
    width: 115px;
  }
}
.author-info__name {
  font-weight: 400;
}
.author-info__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  border-radius: 24px;
  border: 1px solid rgba(169, 162, 152, 0.5);
  padding: 6px 12px 6px 8px;
}
.author-info__link-icon {
  width: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.author-info__link-text {
  color: #1A1A1A;
  font-size: clamp(12px, 2.5vw, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.author-info__descr-title {
  color: #251C0E;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.3px;
  margin-bottom: 12px;
}
.author-info__descr-text p {
  color: #6E532B;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
  letter-spacing: 0.3px;
  margin-bottom: 12px;
}
.author-info__descr-text p:nth-last-child(1) {
  margin-bottom: 0;
}

.s-search {
  padding: 24px 0;
}
@media screen and (min-width: 1024px) {
  .s-search {
    padding: 80px 0;
  }
}
.s-search .container {
  max-width: 960px;
}
.s-search__sort-form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
  gap: 48px;
}
@media screen and (min-width: 1024px) {
  .s-search__sort-form-wrap {
    margin-bottom: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.s-search__form {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .s-search__form {
    width: 68.334%;
  }
}
.s-search__form-input {
  width: 100%;
  padding: 8px 32px;
  border-bottom: 1px solid #B3B3B3;
  color: #1A1A1A;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: 0.3px;
}
.s-search__form-icon-find {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  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: 28px;
  height: 28px;
  cursor: pointer;
  z-index: 2;
}
.s-search__form-icon-clear {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.s-search__form-input::-webkit-search-cancel-button, .s-search__form-input::-webkit-search-decoration, .s-search__form-input::-webkit-search-results-button, .s-search__form-input::-webkit-search-results-decoration {
  -webkit-appearance: none;
          appearance: none;
}
.s-search__sorting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.s-search__sorting-label {
  color: #251C0E;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: 0.3px;
}
.s-search__sorting-custom-select {
  position: relative;
  cursor: pointer;
}
.s-search__sorting-custom-select.active .s-search__sorting-options {
  display: block;
}
.s-search__sorting-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: #251C0E;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 155.556%;
  letter-spacing: 0.3px;
}
.s-search__sorting-arrow {
  width: 13px;
}
.s-search__sorting-options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 204px;
  border-radius: 12px;
  border: 1px solid rgba(169, 162, 152, 0.5);
  background: #FFFAF3;
  margin-top: 2px;
  display: none;
  overflow-y: auto;
  z-index: 10;
  padding: 8px;
}
@media screen and (min-width: 1024px) {
  .s-search__sorting-options {
    right: 0;
    left: auto;
    padding: 16px;
    border-radius: 16px;
  }
}
.s-search__sorting-options div {
  padding: 6px 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 8px;
}
.s-search__sorting-options div:hover {
  background: #F1E8DA;
}
.s-search__title {
  color: #49371D;
  font-size: clamp(20px, 2.5vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
.s-search__title span {
  font-weight: 600;
}
.s-search__results .post-card {
  padding: 16px 0;
  border-bottom: 1px solid rgba(169, 162, 152, 0.5);
}
@media screen and (min-width: 1024px) {
  .s-search__results .post-card {
    padding: 24px 0;
  }
}
.s-search__empty {
  text-align: center;
  max-width: 340px;
  margin: 0 auto 24px;
}
@media screen and (min-width: 1024px) {
  .s-search__empty {
    padding: 40px 0;
  }
}
.s-search__empty-icon {
  width: 43px;
  display: block;
  text-align: center;
  margin: 0 auto 20px;
}
@media screen and (min-width: 1024px) {
  .s-search__empty-icon {
    margin: 0 auto 40px;
  }
}
.s-search__empty-title {
  color: #251C0E;
  text-align: center;
  font-size: clamp(20px, 3vw, 32px);
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.5px;
}
.s-search__empty-text {
  color: #6E532B;
  text-align: center;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
  letter-spacing: 0.3px;
  text-wrap: balance;
}
.s-search__empty-subtitle {
  color: #251C0E;
  font-size: clamp(20px, 2.5vw, 24px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .s-search__empty-subtitle {
    margin-bottom: 20px;
  }
}

.search-no-results .s-search__title {
  display: none;
}

.subscription {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .subscription {
    height: calc(100vh - 96px);
    min-height: 500px;
  }
}
.subscription .container {
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .subscription .container {
    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: flex-end;
  }
}
.subscription__img {
  width: 100%;
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media screen and (min-width: 600px) {
  .subscription__img {
    height: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .subscription__img {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.subscription__content {
  padding: 28px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .subscription__content {
    width: 50%;
    padding: 28px 0 28px 28px;
    padding: 40px 0 40px 80px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 143px;
  }
}
.subscription__title {
  margin-bottom: 12px;
}
.subscription__subtitle {
  color: #6E532B;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: 0.3px;
  margin-bottom: 32px;
}
.subscription__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  .subscription__socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
  }
}
.subscription__socials-title {
  color: #49371D;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 171.429%;
  letter-spacing: 0.3px;
}
.subscription__socials-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.subscription__socials-item {
  width: 32px;
}
.subscription__socials-item svg {
  fill: #C6A26C;
}
.subscription__form .form-subscribe__fields-wrap {
  border: none;
  border-radius: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
  gap: 32px;
}
@media screen and (min-width: 1024px) {
  .subscription__form .form-subscribe__fields-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.subscription__form .form-subscribe__input {
  padding: 0 0 8px;
  border-bottom: 1px solid var(--stroke-card, rgba(169, 162, 152, 0.5));
}
.subscription__form .form-subscribe__btn {
  border-radius: 8px;
  background: #1A1A1A;
  padding: 10px 20px;
  color: #FFFFFF;
  cursor: pointer;
}

.cat-posts {
  border-top: 2px solid #A9A298;
}
.cat-posts .post-card {
  padding: 16px 0;
  border-bottom: 1px solid #CCC;
}
@media screen and (min-width: 1024px) {
  .cat-posts .post-card {
    padding: 32px 0;
  }
}
.cat-posts__subcat-group {
  padding: 16px 0 0;
}
@media screen and (min-width: 768px) {
  .cat-posts__subcat-group {
    padding: 32px 0 0;
  }
}
.cat-posts__subcat-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .cat-posts__subcat-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.cat__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 2px solid #A9A298;
}
@media screen and (min-width: 768px) {
  .cat__title-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .cat__title-wrap {
    padding: 8px 0;
  }
}

.cat__subcats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cat__subcats-link {
  color: #6E532B;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 171.429%;
  letter-spacing: 0.3px;
  padding: 0 16px;
  border-right: 1px solid #A9A298;
}
.cat__subcats-link:nth-child(1) {
  padding-left: 0;
}
.cat__subcats-more {
  position: relative;
}
.cat__subcats-more-btn {
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
}
.cat__subcats-more-btn-text {
  color: #6E532B;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 171.429%;
  letter-spacing: 0.3px;
}
.cat__subcats-more-btn-icon {
  width: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cat__subcats-more-btn.active .cat__subcats-more-btn-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cat__subcats-select {
  display: none;
}
.cat__subcats-select.is-open {
  position: absolute;
  top: 100%;
  right: 0;
  width: 204px;
  border-radius: 12px;
  border: 1px solid rgba(169, 162, 152, 0.5);
  background: #FFFAF3;
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  z-index: 10;
  padding: 8px;
}
@media screen and (min-width: 1024px) {
  .cat__subcats-select.is-open {
    padding: 16px;
    border-radius: 16px;
  }
}
.cat__subcats-select-item {
  color: #49371D;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
  padding: 6px 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 8px;
}
@media (hover: hover) {
  .cat__subcats-select-item:hover {
    background: var(--Beige-100, #F1E8DA);
  }
}
.cat__subcats .is-hidden {
  display: none !important;
}
@media (min-width: 1024px) {
  .cat__subcats {
    /* Якщо підкатегорій 4 або менше, кнопка "More" не потрібна на десктопі */
  }
  .cat__subcats .show-on-mobile-only {
    display: none !important;
  }
  .cat__subcats .cat__subcats-more:has(.cat__subcats-select-item:not(.is-hidden):not(.show-on-mobile-only)) {
    display: block;
  }
}
@media (max-width: 1023px) {
  .cat__subcats {
    /* Кнопка "More" завжди активна, якщо є більше 2 категорій */
  }
  .cat__subcats .hide-on-mobile {
    display: none !important;
  }
  .cat__subcats .show-on-mobile-only {
    display: block;
  }
  .cat__subcats .cat__subcats-more {
    display: block;
  }
}

.latest-articles {
  padding: 16px 0 20px;
}
@media screen and (min-width: 1024px) {
  .latest-articles {
    padding: 32px 0;
  }
}
.latest-articles__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .latest-articles__title-wrap {
    margin-bottom: 16px;
  }
}
.latest-articles__title {
  color: #251C0E;
  font-size: clamp(24px, 3vw, 36px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.latest-articles .swiper-nav-wrap {
  width: auto;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .latest-articles .swiper-nav-wrap {
    gap: 16px;
  }
}
.latest-articles .swiper-nav-wrap .swiper-button-prev,
.latest-articles .swiper-nav-wrap .swiper-button-next {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--stroke-50, rgba(169, 162, 152, 0.5));
}
@media screen and (min-width: 1024px) {
  .latest-articles .swiper-nav-wrap .swiper-button-prev,
  .latest-articles .swiper-nav-wrap .swiper-button-next {
    width: 48px;
    height: 48px;
  }
}
.latest-articles__swiper-slide {
  /* desktop slides */
  /* mobile slides */
}
.latest-articles__swiper-slide .post-card {
  padding: 8px;
}
@media screen and (min-width: 1024px) {
  .latest-articles__swiper-slide .post-card {
    padding: 20px;
    border-right: 0.5px solid rgba(169, 162, 152, 0.5);
    border-left: 0.5px solid rgba(169, 162, 152, 0.5);
  }
}
.latest-articles__swiper-slide.d-desktop-only {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .latest-articles__swiper-slide.d-desktop-only {
    display: block !important;
    height: auto;
  }
}
.latest-articles__swiper-slide.d-mobile-only {
  display: block !important;
}
@media screen and (min-width: 1024px) {
  .latest-articles__swiper-slide.d-mobile-only {
    display: none !important;
  }
}
.latest-articles__swiper-slide .paired-cards-wrapper {
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .latest-articles__swiper-slide .paired-cards-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .latest-articles__swiper-slide .paired-cards-wrapper .post-card:nth-of-type(1) {
    border-bottom: 1px solid rgba(169, 162, 152, 0.5);
  }
  .latest-articles__swiper-slide .paired-cards-wrapper .post-card__thumb {
    height: auto;
    border-radius: 0;
  }
  .latest-articles__swiper-slide .paired-cards-wrapper .post-card__thumb img {
    display: none;
  }
  .latest-articles__swiper-slide .paired-cards-wrapper .post-card__cat {
    position: initial;
  }
}

.subcat__title-wrap {
  border-bottom: 2px solid #A9A298;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}

.subcat__back-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.subcat__back-btn-text {
  color: #6E532B;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 171.429%;
  letter-spacing: 0.3px;
}
.subcat__back-btn-text span {
  color: #251C0E;
}
.subcat__back-btn-icon {
  width: 14px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .subcat__back-btn:hover .subcat__back-btn-icon {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.subcat-posts .post-card {
  padding: 16px 0;
  border-bottom: 1px solid #CCC;
}
@media screen and (min-width: 1024px) {
  .subcat-posts .post-card {
    padding: 32px 0;
  }
}

.tag__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
}
@media screen and (min-width: 768px) {
  .tag__title-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .tag__title-wrap {
    padding: 8px 0;
  }
}

.hero-single {
  position: relative;
  margin: 0 0 24px;
}
@media screen and (min-width: 1024px) {
  .hero-single {
    margin: 0 0 80px;
    height: calc(100dvh - 96px);
  }
  .hero-single .container {
    height: 100%;
  }
}
.hero-single .breadcrumbs {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.hero-single__info {
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .hero-single__info {
    width: 43.75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 24px;
    margin: 0;
    height: 100%;
    padding: 24px 0;
  }
}
.hero-single__info-main {
  margin: 24px 0 20px;
}
@media screen and (min-width: 1024px) {
  .hero-single__info-main {
    margin: 0;
  }
}
.hero-single__info-bottom {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.hero-single__title {
  margin-bottom: 16px;
}
.hero-single__subtitle {
  color: #6E532B;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}
.hero-single__dt-wrap {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hero-single__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.hero-single__date-icon {
  width: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hero-single__date-text {
  color: #666;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
  letter-spacing: 0.3px;
}
.hero-single__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.hero-single__time-icon {
  width: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hero-single__time-text {
  color: #666;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
  letter-spacing: 0.3px;
}
.hero-single__image-wrap {
  position: relative;
  width: 100%;
  height: 240px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .hero-single__image-wrap {
    height: 360px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-single__image-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 48.612%;
    height: 100%;
    margin: 0;
    border-radius: 0;
  }
}
.hero-single__image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-single__cat {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  bottom: 8px;
  left: 8px;
}
@media screen and (min-width: 1024px) {
  .hero-single__cat {
    bottom: 18px;
    left: 18px;
  }
}
.hero-single__cat-item {
  border-radius: 6px;
  background: #EECE7B;
  padding: 4px 6px;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 142.857%;
}
.hero-single__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.hero-single__author-image {
  width: 32px;
  height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hero-single__author-name {
  color: #333;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
  letter-spacing: 0.3px;
}
.hero-single__author-name span {
  font-weight: 700;
  position: relative;
}
.hero-single__author-name span::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: #333;
  left: 0;
  top: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .hero-single__author:hover .hero-single__author-name span::before {
    width: 100%;
  }
}
.hero-single__share-wrapper {
  position: relative;
  display: inline-block;
}
.hero-single__share-modal {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 100;
  width: 325px;
  border-radius: 16px;
  border: 1px solid rgba(169, 162, 152, 0.5);
  background: #FFFAF3;
  padding: 24px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hero-single__share-modal.is-active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.hero-single__share-modal-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  width: calc(100% - 32px);
  margin-bottom: 32px;
}
.hero-single__share-modal-title-icon {
  width: 32px;
}
.hero-single__share-modal-title-text {
  color: #1A1A1A;
  font-size: clamp(20px, 2.5vw, 24px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.5px;
}
.hero-single__share-modal-close {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}
.hero-single__share-modal-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 8px;
}
.hero-single__share-modal-list-item-link {
  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;
  gap: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  cursor: pointer;
}
.hero-single__share-modal-list-item-icon {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #F1E8DA;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.hero-single__share-modal-list-item-icon svg {
  width: 24px;
}
.hero-single__share-modal-list-item-text {
  color: #999;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}
.hero-single__share-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-radius: 36px;
  border: 1px solid rgba(169, 162, 152, 0.5);
  padding: 6px 6px 6px 16px;
  cursor: pointer;
}
.hero-single__share-btn-text {
  color: #6E532B;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
  letter-spacing: 0.3px;
}
.hero-single__share-btn-icon {
  width: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (hover: hover) {
  .hero-single__share-modal-list-item-link:hover .hero-single__share-modal-list-item-icon {
    background: #E2D0B6;
  }
}
.single-content {
  margin: 24px 0;
}
@media screen and (min-width: 1024px) {
  .single-content {
    margin: 80px 0 40px;
  }
}
.single-content .container {
  max-width: 950px;
}
.single-content__items > h2, .single-content__items > h3, .single-content__items > h4, .single-content__items > h5, .single-content__items > h6 {
  color: #251C0E;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
@media screen and (min-wisth: 1024px) {
  .single-content__items > h2, .single-content__items > h3, .single-content__items > h4, .single-content__items > h5, .single-content__items > h6 {
    margin-bottom: 16px;
  }
}
.single-content__items > h2 {
  font-size: clamp(20px, 3vw, 32px);
}
.single-content__items > h3 {
  font-size: clamp(18px, 3vw, 24px);
}
.single-content__items > h4, .single-content__items > h5, .single-content__items > h6 {
  font-size: clamp(16px, 3vw, 20px);
}
.single-content__items > p {
  color: #6E532B;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}
.single-content__items > a {
  color: #C6A26C;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.single-content__items > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  list-style: disc;
  padding-left: 20px;
}
.single-content__items > ul li {
  color: #6E532B;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}
.single-content__items > ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  list-style: auto;
  padding-left: 20px;
}
.single-content__items > ol li {
  color: #6E532B;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}
.single-content__items > * {
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .single-content__items > * {
    margin-bottom: 40px;
  }
}
.single-content__items > *:nth-last-child(1) {
  margin-bottom: 0;
}

.contacts-hero {
  margin: 32px 0;
}
@media screen and (min-width: 1024px) {
  .contacts-hero {
    margin: 64px 0;
  }
}
.contacts-hero__cols-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 1024px) {
  .contacts-hero__cols-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.contacts-hero__col-1 {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .contacts-hero__col-1 {
    width: 37.735%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 32px;
  }
}
.contacts-hero__col-2 {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .contacts-hero__col-2 {
    width: 46.876%;
  }
}
.contacts-hero__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.contacts-hero__links.desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .contacts-hero__links.desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
  }
}
.contacts-hero__links.mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .contacts-hero__links.mobile {
    display: none;
  }
}
.contacts-hero__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.contacts-hero__subtitle {
  color: #6E532B;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}
.contacts-hero__form-title {
  color: #49371D;
  font-size: clamp(20px, 2.5vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .contacts-hero__form-title {
    margin-bottom: 32px;
  }
}
.contacts-hero__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
}
@media screen and (min-width: 1024px) {
  .contacts-hero__socials {
    gap: 8px;
  }
}
.contacts-hero__socials-title {
  color: #49371D;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 171.429%;
  letter-spacing: 0.3px;
}
.contacts-hero__socials-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.contacts-hero__socials-item {
  width: 32px;
}
.contacts-hero__socials-item svg {
  fill: #936F39;
}
.contacts-hero__mail-title {
  color: #49371D;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 171.429%;
  letter-spacing: 0.3px;
  margin-bottom: 4px;
}
.contacts-hero__mail-link {
  color: #936F39;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}

.contact-us-form .contact-form-input {
  width: 100%;
  padding: 0 0 8px;
  border-bottom: 1px solid var(--stroke-50, rgba(169, 162, 152, 0.5));
}
.contact-us-form .contact-form-input::-webkit-input-placeholder {
  color: #999;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}
.contact-us-form .contact-form-input::-moz-placeholder {
  color: #999;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}
.contact-us-form .contact-form-input:-ms-input-placeholder {
  color: #999;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}
.contact-us-form .contact-form-input::-ms-input-placeholder {
  color: #999;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}
.contact-us-form .contact-form-input::placeholder {
  color: #999;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}
.contact-us-form .wpcf7-form-control-wrap {
  margin-bottom: 32px;
  display: block;
}
.contact-us-form .wpcf7-not-valid-tip {
  font-size: 14px;
}
.contact-us-form textarea {
  width: 100%;
  max-width: 100%;
  resize: vertical;
  min-height: 100px;
  max-height: 300px;
  height: 100px;
}
.contact-us-form .contact-form-btn {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}
@media screen and (min-width: 1024px) {
  .contact-us-form .contact-form-btn {
    width: auto;
  }
}

.s-error {
  position: relative;
  height: calc(100dvh - 74px);
  min-height: 500px;
  background-image: url("../img/bg-lines.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .s-error {
    height: calc(100dvh - 96px);
  }
}
@media screen and (min-width: 1024px) {
  .s-error {
    padding: 80px 0;
  }
}
.s-error .container {
  height: 100%;
}
.s-error__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.s-error__content-main {
  max-width: 516px;
  margin: 0 auto;
  text-align: center;
}
.s-error__text-above {
  color: #936F39;
  text-align: center;
  font-size: clamp(20px, 2.5vw, 24px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  .s-error__text-above {
    margin-bottom: 20px;
  }
}
.s-error__title {
  margin-bottom: 4px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .s-error__title {
    margin-bottom: 12px;
  }
}
.s-error__subtitle {
  color: #6E532B;
  text-align: center;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
  letter-spacing: 0.3px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .s-error__subtitle {
    margin-bottom: 36px;
  }
}

.s-thanks {
  position: relative;
  height: calc(100dvh - 74px);
  min-height: 500px;
  background-image: url("../img/bg-lines.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .s-thanks {
    height: calc(100dvh - 96px);
  }
}
@media screen and (min-width: 1024px) {
  .s-thanks {
    padding: 80px 0;
  }
}
.s-thanks .container {
  height: 100%;
}
.s-thanks__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.s-thanks__content-main {
  max-width: 516px;
  margin: 0 auto;
  text-align: center;
}
.s-thanks__text-above {
  color: #936F39;
  text-align: center;
  font-size: clamp(20px, 2.5vw, 24px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  .s-thanks__text-above {
    margin-bottom: 20px;
  }
}
.s-thanks__title {
  margin-bottom: 4px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .s-thanks__title {
    margin-bottom: 12px;
  }
}
.s-thanks__subtitle {
  color: #6E532B;
  text-align: center;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
  letter-spacing: 0.3px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .s-thanks__subtitle {
    margin-bottom: 36px;
  }
}
.s-thanks__socials {
  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;
  gap: 12px;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .s-thanks__socials {
    gap: 8px;
  }
}
.s-thanks__socials-title {
  color: #49371D;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 171.429%;
  letter-spacing: 0.3px;
}
.s-thanks__socials-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.s-thanks__socials-item {
  width: 32px;
}
.s-thanks__socials-item svg {
  fill: #C6A26C;
}

.privacy {
  padding: 40px 0;
}
@media screen and (min-width: 1024px) {
  .privacy {
    padding: 80px 0;
  }
}
.privacy .container {
  max-width: 840px;
}
.privacy__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(169, 162, 152, 0.5);
  margin-bottom: 12px;
}
.privacy__date {
  color: #936F39;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
  letter-spacing: 0.3px;
}
.privacy__date span {
  color: #6E532B;
  font-weight: 500;
  line-height: 171.429%;
  letter-spacing: 0.3px;
}
.privacy__content h2 {
  color: #251C0E;
  font-size: clamp(20px, 2.5vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.5px;
}
.privacy__content h3 {
  color: #251C0E;
  font-size: clamp(18px, 3vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.5px;
}
.privacy__content h4, .privacy__content h5, .privacy__content h6 {
  color: #251C0E;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.5px;
}
.privacy__content p {
  color: #6E532B;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
  letter-spacing: 0.3px;
}
.privacy__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-left: 20px;
  list-style: disc;
}
.privacy__content ul li {
  color: #6E532B;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}
.privacy__content ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-left: 20px;
  list-style: auto;
}
.privacy__content ol li {
  color: #6E532B;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}
.privacy__content > * {
  margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  .privacy__content > * {
    margin-bottom: 16px;
  }
}
.privacy__content > *:nth-last-child(1) {
  margin-bottom: 0;
}

.about-hero {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .about-hero {
    margin-bottom: 64px;
  }
}
.about-hero__title-wrap {
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .about-hero__title-wrap {
    margin-bottom: 16px;
  }
}
.about-hero__subtitle {
  color: #49371D;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.3px;
}
@media screen and (min-width: 1024px) {
  .about-hero__subtitle {
    width: 46.875%;
  }
}
.about-hero__content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .about-hero__content-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .about-hero__content {
    width: 46.875%;
  }
}
.about-hero__content p {
  color: #6E532B;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
  letter-spacing: 0.3px;
}
.about-hero__content > * {
  margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  .about-hero__content > * {
    margin-bottom: 24px;
  }
}
.about-hero__content > *:nth-last-child(1) {
  margin-bottom: 0;
}

.core-values {
  margin: 40px 0;
}
@media screen and (min-width: 1024px) {
  .core-values {
    margin: 64px 0;
  }
}
.core-values__title-wrap {
  padding-top: 16px;
  border-top: 2px solid #A9A298;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .core-values__title-wrap {
    padding-top: 32px;
  }
}
.core-values__items-wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .core-values__items-wrap {
    gap: 0;
    grid-template-columns: repeat(3, 1fr);
  }
}
.core-values__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .core-values__item {
    padding: 32px;
    border-right: 1px solid rgba(169, 162, 152, 0.5);
    gap: 12px;
  }
  .core-values__item:nth-last-child(1) {
    border-right: none;
    padding-right: 0;
  }
  .core-values__item:nth-child(1) {
    padding-left: 0;
  }
}
.core-values__item-title {
  color: #49371D;
  font-size: clamp(20px, 2.5vw, 24px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.5px;
}
.core-values__item-text {
  color: #6E532B;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}

.banner-subscribe--lg {
  border-top: 1px solid #CCC;
  padding: 16px 0;
}
@media screen and (min-width: 1024px) {
  .banner-subscribe--lg {
    padding: 32px 0;
  }
}
@media screen and (min-width: 768px) {
  .banner-subscribe--lg .banner-subscribe__inner {
    padding: 16px 24px;
  }
}
@media screen and (min-width: 1024px) {
  .banner-subscribe--sm .banner-subscribe__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .banner-subscribe--sm .banner-subscribe__inner::before {
    top: -61px;
    right: -136px;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
}
.banner-subscribe--sm .banner-subscribe__title-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  max-width: 212px;
}
.banner-subscribe__inner {
  border-radius: 12px;
  background: #F1E8DA;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .banner-subscribe__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.banner-subscribe__inner::before {
  position: absolute;
  content: "";
  width: 235px;
  height: 280px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="289" height="245" viewBox="0 0 289 245" fill="none"><path d="M284.174 165.627C257.884 232.007 159.369 261.674 103.992 223.506C37.4234 177.626 51.6033 47.8075 101.343 21.152C151.082 -5.50355 170.373 63.8067 124.986 108.172C89.8644 142.502 14.0159 159.983 5.39572 98.7332C-1.80301 47.5832 35.8834 10.5124 69.4027 4.42761" stroke="%23E2D0B6" stroke-width="9"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  top: -52px;
  right: -77px;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .banner-subscribe__inner::before {
    top: -102px;
    right: 7%;
    -webkit-transform: rotate(-23deg);
            transform: rotate(-23deg);
  }
}
.banner-subscribe__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .banner-subscribe__title-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
}
.banner-subscribe__icon {
  width: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.banner-subscribe__title {
  color: #1A1A1A;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.3px;
  max-width: 135px;
}
@media screen and (min-width: 768px) {
  .banner-subscribe__title {
    max-width: 100%;
  }
}
.banner-subscribe__btn {
  width: 100%;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .banner-subscribe__btn {
    width: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.single-content__items .banner-subscribe--lg {
  padding: 0;
  border: none;
}

.cpg .banner-subscribe--lg {
  padding-bottom: 0;
  padding-top: 32px;
}

.breadcrumbs {
  padding: 24px 0 16px;
}
.breadcrumbs span {
  color: #6E532B;
  font-size: clamp(12px, 2.5vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}
.breadcrumbs span.breadcrumb_last {
  color: #251C0E;
}

.hero-main__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .hero-main__grid {
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 377px 233px;
    grid-auto-rows: unset;
    gap: 20px;
  }
}

.hero-main__card {
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 16px;
  z-index: 1;
  grid-column: span 1;
  grid-row: span 1;
  grid-column-start: unset;
  grid-row-start: unset;
  min-height: unset;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media screen and (min-width: 768px) {
  .hero-main__card {
    border-radius: 20px;
    padding: 24px;
  }
}
.hero-main__card:nth-child(2) {
  grid-column: span 2;
  grid-row: 1/2;
  min-height: 240px;
}
@media screen and (min-width: 768px) {
  .hero-main__card:nth-child(2) {
    grid-column: 2/4;
    grid-row: 1/2;
    padding: 20px;
  }
}
.hero-main__card:nth-child(3) {
  grid-column: 1/2;
  grid-row: 2/3;
  min-height: 164px;
  padding: 8px;
}
@media screen and (min-width: 768px) {
  .hero-main__card:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3;
    padding: 16px;
  }
}
.hero-main__card:nth-child(3) .hero-main__card-title {
  font-size: clamp(12px, 2vw, 18px);
}
.hero-main__card:nth-child(4) {
  grid-column: 2/3;
  grid-row: 2/3;
  min-height: 164px;
  padding: 8px;
}
@media screen and (min-width: 768px) {
  .hero-main__card:nth-child(4) {
    grid-column: 3/4;
    grid-row: 2/3;
    padding: 16px;
  }
}
.hero-main__card:nth-child(4) .hero-main__card-title {
  font-size: clamp(12px, 2vw, 18px);
}
.hero-main__card:nth-child(1) {
  grid-column: span 2;
  grid-row: 3/4;
  min-height: 240px;
}
@media screen and (min-width: 768px) {
  .hero-main__card:nth-child(1) {
    grid-column: 1/2;
    grid-row: span 2;
  }
}
.hero-main__card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, #000 100%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .hero-main__card::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0)), to(#000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, #000 100%);
  }
}
.hero-main__card-bg {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.hero-main__card-info {
  z-index: 3;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .hero-main__card-info {
    gap: 20px;
  }
}
.hero-main__card-title {
  color: #FFFFFF;
  font-size: clamp(24px, 3vw, 36px);
  font-style: normal;
  font-weight: 500;
  line-height: 133%;
}
.hero-main__card-meta {
  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;
  gap: 16px;
}
.hero-main__card-cat-wrap {
  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;
  gap: 4px;
}
.hero-main__card-cat {
  border-radius: 6px;
  padding: 4px 6px;
  color: #333;
  font-size: clamp(12px, 2.5vw, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.hero-main__card-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.hero-main__card-time-text {
  color: var(--Neutral-100, #E6E6E6);
  font-size: clamp(12px, 2.5vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}
@media (hover: hover) {
  .hero-main__card:hover .hero-main__card-bg {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.sidebar-main {
  padding: 16px 0 0;
  border-top: 2px solid #A9A298;
}

.sidebar-subcategory {
  padding: 24px 0 0;
}

.sb-pop-cats__list-item {
  border-top: 1px solid #E2D0B6;
}
.sb-pop-cats__list-item-link {
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
.sb-pop-cats__list-item-link-text {
  color: #251C0E;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.3px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.sb-pop-cats__list-item-link-count {
  color: #4D4D4D;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 142.857%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 2px 8px;
  border-radius: 36px;
  background: #F1E8DA;
  min-width: 33px;
  text-align: center;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (hover: hover) {
  .sb-pop-cats__list-item-link:hover .sb-pop-cats__list-item-link-text {
    color: #936F39;
  }
  .sb-pop-cats__list-item-link:hover .sb-pop-cats__list-item-link-count {
    background: #E2D0B6;
  }
}

.sb-related-topics__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sb-related-topics__list-item {
  color: #4D4D4D;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.3px;
  border-radius: 8px;
  background: #F1E8DA;
  padding: 6px 12px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (hover: hover) {
  .sb-related-topics__list-item:hover {
    background: #D4B991;
  }
}

.sb-sorting__title {
  color: #6E532B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: 0.3px;
  margin-bottom: 12px;
}
.sb-sorting__item a {
  padding: 6px 8px;
  color: #251C0E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
  border-radius: 8px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sb-sorting__item a::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 11.8784C7.94144 12.5631 9.82432 14.4459 10.5946 15.7297C11.536 13.6757 13.9324 9.05405 16.5 7" stroke="%23251C0E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}
.sb-sorting__item a:hover {
  background: var(--Beige-100, #F1E8DA);
}
.sb-sorting__item.is-active a::before {
  display: block;
}

.sb-search__form {
  position: relative;
  width: 100%;
}
.sb-search__form-input {
  width: 100%;
  padding: 8px 32px;
  border-bottom: 1px solid #B3B3B3;
  color: #1A1A1A;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: 0.3px;
}
.sb-search__form-icon-find {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  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: 28px;
  height: 28px;
  cursor: pointer;
  z-index: 2;
}
.sb-search__form-icon-clear {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.sb-search__form-icon-clear.active {
  visibility: visible;
  opacity: 1;
}
.sb-search__form-input::-webkit-search-cancel-button, .sb-search__form-input::-webkit-search-decoration, .sb-search__form-input::-webkit-search-results-button, .sb-search__form-input::-webkit-search-results-decoration {
  -webkit-appearance: none;
          appearance: none;
}

.cpg {
  padding: 32px 0;
  border-top: 2px solid #A9A298;
}
.cpg__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .cpg__title-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cpg__grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .cpg__grid-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: 1px solid rgba(169, 162, 152, 0.5);
  }
}
.cpg__grid-card {
  padding: 20px 0;
  border-bottom: 1px solid rgba(169, 162, 152, 0.5);
}
@media screen and (min-width: 768px) {
  .cpg__grid-card {
    padding: 20px;
    border-bottom: none;
  }
  .cpg__grid-card:first-child {
    padding-left: 0;
  }
  .cpg__grid-card:last-child {
    padding-right: 0;
  }
  .cpg__grid-card:not(:last-child) {
    border-right: 1px solid rgba(169, 162, 152, 0.5);
  }
}
.cpg__grid-card.w-100 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cpg__grid-card.w-100 .post-card__thumb {
    height: 420px;
  }
}
.cpg__grid-card.w-50 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cpg__grid-card.w-50 {
    width: 50%;
  }
  .cpg__grid-card.w-50 .post-card__thumb {
    height: 220px;
  }
}
.cpg__grid-card.w-66 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cpg__grid-card.w-66 {
    width: 66.666%;
  }
  .cpg__grid-card.w-66 .post-card__thumb {
    height: 300px;
  }
}
.cpg__grid-card.w-33 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cpg__grid-card.w-33 {
    width: 33.333%;
  }
}

.category-featured-posts {
  border-bottom: 2px solid #A9A298;
}
.category-featured-posts__grid {
  display: grid;
  /* ===== 3 елементи ===== */
  /* ===== 4 елементи ===== */
}
.category-featured-posts__grid--3 {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}
.category-featured-posts__grid--3 .post-card:nth-of-type(1) {
  grid-column: 1/3;
  grid-row: 1/2;
  padding: 16px 0;
  border-bottom: 1px solid rgba(169, 162, 152, 0.5);
}
.category-featured-posts__grid--3 .post-card:nth-of-type(1) .post-card__descr {
  display: none;
}
.category-featured-posts__grid--3 .post-card:nth-of-type(2) {
  grid-column: 1/2;
  grid-row: 2/3;
  padding: 16px 6px 16px 0;
}
.category-featured-posts__grid--3 .post-card:nth-of-type(2) .post-card__thumb {
  height: 165px;
}
.category-featured-posts__grid--3 .post-card:nth-of-type(2) .post-card__descr {
  display: none;
}
.category-featured-posts__grid--3 .post-card:nth-of-type(3) {
  grid-column: 2/3;
  grid-row: 2/3;
  padding: 16px 0 16px 6px;
}
.category-featured-posts__grid--3 .post-card:nth-of-type(3) .post-card__thumb {
  height: 165px;
}
.category-featured-posts__grid--3 .post-card:nth-of-type(3) .post-card__descr {
  display: none;
}
.category-featured-posts__grid--4 {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  /* 1 — на всю ширину */
  /* 3 — 50% */
  /* 4 — 50% */
  /* 2 — на всю ширину (внизу) */
}
.category-featured-posts__grid--4 .post-card:nth-of-type(1) {
  grid-column: 1/3;
  grid-row: 1/2;
  padding: 16px 0;
}
.category-featured-posts__grid--4 .post-card:nth-of-type(1) .post-card__descr {
  -webkit-line-clamp: 3;
}
.category-featured-posts__grid--4 .post-card:nth-of-type(3) {
  grid-column: 1/2;
  grid-row: 2/3;
  padding: 16px 6px 16px 0;
}
.category-featured-posts__grid--4 .post-card:nth-of-type(3) .post-card__content {
  height: calc(100% - 180px - 12px);
}
.category-featured-posts__grid--4 .post-card:nth-of-type(4) {
  grid-column: 2/3;
  grid-row: 2/3;
  padding: 16px 0 16px 6px;
}
.category-featured-posts__grid--4 .post-card:nth-of-type(4) .post-card__content {
  height: calc(100% - 180px - 12px);
}
.category-featured-posts__grid--4 .post-card:nth-of-type(2) {
  grid-column: 1/3;
  grid-row: 3/4;
  padding: 16px 0;
}
.category-featured-posts__grid--4 .post-card:nth-of-type(2) .post-card__descr {
  display: none;
}
.category-featured-posts__grid--4 .post-card:nth-of-type(2) .post-card__content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 600px) {
  .category-featured-posts__grid {
    /* ===== 3 елементи ===== */
    /* ===== 4 елементи ===== */
  }
  .category-featured-posts__grid--3 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    /* 1 — велика */
    /* 2 — зверху справа */
    /* 3 — знизу справа */
  }
  .category-featured-posts__grid--3 .post-card:nth-of-type(1) {
    grid-column: 1/2;
    grid-row: 1/3;
    border-bottom: none;
    border-right: 1px solid rgba(169, 162, 152, 0.5);
    padding: 20px 20px 20px 0;
  }
  .category-featured-posts__grid--3 .post-card:nth-of-type(2) {
    grid-column: 2/3;
    grid-row: 1/2;
    padding: 20px 0 20px 20px;
    border-bottom: 1px solid rgba(169, 162, 152, 0.5);
  }
  .category-featured-posts__grid--3 .post-card:nth-of-type(2) .post-card__title {
    font-size: clamp(16px, 3vw, 18px);
  }
  .category-featured-posts__grid--3 .post-card:nth-of-type(3) {
    grid-column: 2/3;
    grid-row: 2/3;
    padding: 20px 0 20px 20px;
  }
  .category-featured-posts__grid--3 .post-card:nth-of-type(3) .post-card__title {
    font-size: clamp(16px, 3vw, 18px);
  }
  .category-featured-posts__grid--4 {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
  }
  .category-featured-posts__grid--4 .post-card:nth-of-type(1) {
    grid-column: 1/3;
    grid-row: 1/3;
    padding: 16px 16px 16px 0;
    border-right: 1px solid rgba(169, 162, 152, 0.5);
  }
  .category-featured-posts__grid--4 .post-card:nth-of-type(1) .post-card__thumb {
    height: 300px;
  }
  .category-featured-posts__grid--4 .post-card:nth-of-type(2) {
    grid-column: 3/5;
    grid-row: 1/2;
    padding: 16px 0 16px 16px;
    border-bottom: 1px solid rgba(169, 162, 152, 0.5);
  }
  .category-featured-posts__grid--4 .post-card:nth-of-type(2) .post-card__thumb {
    height: 180px;
    width: 45.994%;
  }
  .category-featured-posts__grid--4 .post-card:nth-of-type(2) .post-card__content {
    width: 49.68%;
  }
  .category-featured-posts__grid--4 .post-card:nth-of-type(2) .post-card__title {
    font-size: clamp(16px, 3vw, 18px);
  }
  .category-featured-posts__grid--4 .post-card:nth-of-type(3) {
    grid-column: 3/4;
    grid-row: 2/3;
    padding: 16px;
    border-right: 1px solid rgba(169, 162, 152, 0.5);
  }
  .category-featured-posts__grid--4 .post-card:nth-of-type(3) .post-card__title {
    font-size: clamp(16px, 3vw, 18px);
  }
  .category-featured-posts__grid--4 .post-card:nth-of-type(4) {
    grid-column: 4/5;
    grid-row: 2/3;
    padding: 16px 0 16px 16px;
  }
  .category-featured-posts__grid--4 .post-card:nth-of-type(4) .post-card__title {
    font-size: clamp(16px, 3vw, 18px);
  }
}
@media (min-width: 1024px) {
  .category-featured-posts__grid--3 .post-card:nth-of-type(1) .post-card__thumb {
    height: 300px;
  }
  .category-featured-posts__grid--3 .post-card:nth-of-type(1) .post-card__descr {
    display: -webkit-box;
    -webkit-line-clamp: 3;
  }
  .category-featured-posts__grid--3 .post-card:nth-of-type(2) .post-card__thumb {
    height: 234px;
  }
  .category-featured-posts__grid--3 .post-card:nth-of-type(2) .post-card__content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .category-featured-posts__grid--3 .post-card:nth-of-type(2) .post-card__descr {
    display: -webkit-box;
    -webkit-line-clamp: 2;
  }
  .category-featured-posts__grid--3 .post-card:nth-of-type(3) .post-card__thumb {
    height: 234px;
  }
  .category-featured-posts__grid--3 .post-card:nth-of-type(3) .post-card__content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .category-featured-posts__grid--3 .post-card:nth-of-type(3) .post-card__descr {
    display: -webkit-box;
    -webkit-line-clamp: 2;
  }
  .category-featured-posts__grid--4 .post-card:nth-of-type(2) .post-card__descr {
    display: -webkit-box;
    -webkit-line-clamp: 2;
  }
}
.form-subscribe {
  width: 100%;
  max-width: 413px;
}
.form-subscribe__logo {
  width: 120px;
  margin-bottom: 12px;
}
.form-subscribe__text {
  color: #6E532B;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
  letter-spacing: 0.3px;
  margin-bottom: 32px;
}
.form-subscribe__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  gap: 8px;
}
.form-subscribe__label-icon {
  width: 24px;
  height: 24px;
  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;
}
.form-subscribe__label-text {
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 171.429%;
  letter-spacing: 0.3px;
}
.form-subscribe__fields-wrap {
  border-radius: 100px;
  border: 1px solid rgba(169, 162, 152, 0.5);
  padding: 6px 6px 6px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  width: 100%;
  max-width: 100%;
}
.form-subscribe__btn {
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.3px;
  border-radius: 42px;
  padding: 6px 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  cursor: pointer;
}
.form-subscribe__input {
  width: inherit;
  color: #251C0E;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}
.form-subscribe__input::-webkit-input-placeholder {
  color: #999;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}
.form-subscribe__input::-moz-placeholder {
  color: #999;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}
.form-subscribe__input:-ms-input-placeholder {
  color: #999;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}
.form-subscribe__input::-ms-input-placeholder {
  color: #999;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}
.form-subscribe__input::placeholder {
  color: #999;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}

.form-subscribe.light .form-subscribe__label-text {
  color: #49371D;
}
.form-subscribe.light .form-subscribe__label-icon svg {
  fill: #FFFFFF;
  stroke: #49371D;
}
.form-subscribe.light .form-subscribe__btn {
  color: #FFFFFF;
  background: #1A1A1A;
}

.form-subscribe.dark .form-subscribe__label-text {
  color: #FFFFFF;
}
.form-subscribe.dark .form-subscribe__label-icon svg {
  fill: #FFFFFF;
  stroke: #000000;
}
.form-subscribe.dark .form-subscribe__btn {
  color: #000000;
  background: #FFFFFF;
}
.form-subscribe.dark .form-subscribe__input {
  color: rgba(255, 255, 255, 0.7);
}
.form-subscribe.dark .form-subscribe__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.form-subscribe.dark .form-subscribe__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.form-subscribe.dark .form-subscribe__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.form-subscribe.dark .form-subscribe__input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.form-subscribe.dark .form-subscribe__input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.post-card {
  height: 100%;
}
.post-card--vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.post-card--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 12px;
}
@media screen and (min-width: 600px) {
  .post-card--horizontal.image-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .post-card--horizontal.image-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.post-card--horizontal .post-card__content {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .post-card--horizontal .post-card__content {
    width: 51.355%;
    height: auto;
  }
}
.post-card--horizontal .post-card__thumb {
  width: 100%;
  height: 180px;
}
@media screen and (min-width: 600px) {
  .post-card--horizontal .post-card__thumb {
    width: 41.667%;
    height: 250px;
  }
}
.post-card--horizontal .post-card__title {
  font-size: clamp(20px, 2.5vw, 24px);
}
.post-card__thumb {
  width: 100%;
  height: 180px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.post-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (hover: hover) {
  .post-card__thumb:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.post-card__cat {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  bottom: 8px;
  left: 8px;
}
.post-card__cat-item {
  border-radius: 6px;
  padding: 4px 6px;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 142.857%;
}
.post-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}
.post-card__content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .post-card__content-top {
    gap: 12px;
  }
}
.post-card__title {
  color: #251C0E;
  font-size: clamp(20px, 2.5vw, 24px);
  font-style: normal;
  font-weight: 600;
  line-height: 155.556%;
  letter-spacing: 0.3px;
}
.post-card__descr {
  color: #49371D;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-card__dt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-card__date {
  color: #666;
  font-size: clamp(12px, 2.5vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: 0.3px;
}
.post-card__time-text {
  color: #666;
  font-size: clamp(12px, 2.5vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: 0.3px;
}
.post-card__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.search-desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .search-desktop {
    display: block;
  }
}

.search-mobile {
  display: block;
}
@media screen and (min-width: 1024px) {
  .search-mobile {
    display: none;
  }
}

.search-wrapper {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .search-wrapper {
    width: 280px;
  }
}
.search-wrapper .search-input {
  width: 100%;
  padding: 8px 32px;
  border-bottom: 1px solid rgba(169, 162, 152, 0.5);
  color: #251C0E;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: 0.3px;
}
.search-wrapper .search-input::-webkit-input-placeholder {
  color: #999;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: 0.3px;
}
.search-wrapper .search-input::-moz-placeholder {
  color: #999;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: 0.3px;
}
.search-wrapper .search-input:-ms-input-placeholder {
  color: #999;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: 0.3px;
}
.search-wrapper .search-input::-ms-input-placeholder {
  color: #999;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: 0.3px;
}
.search-wrapper .search-input::placeholder {
  color: #999;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: 0.3px;
}
.search-wrapper .search-icon-find {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  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: 28px;
  height: 28px;
  cursor: pointer;
  z-index: 2;
}
.search-wrapper .search-icon-clear {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: auto;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.search-wrapper .search-icon-clear.active {
  visibility: visible;
  opacity: 1;
}
.search-wrapper .search-results {
  position: absolute;
  left: 0;
  width: 100%;
  top: calc(100% + 8px);
  border-radius: 16px;
  padding: 16px;
  border: 1px solid var(--Neutral-50, #F2F2F2);
  background: #FFFAF3;
  display: none;
  z-index: 100;
}
@media screen and (min-width: 1024px) {
  .search-wrapper .search-results {
    width: 280px;
  }
}
.search-wrapper .search-results.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.search-wrapper .search-results__group-title {
  color: #936F39;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: 0.3px;
  margin-bottom: 4px;
}
.search-wrapper .search-results__group-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 8px;
  padding: 6px 8px;
}
.search-wrapper .search-results__group-link.active {
  background: #F1E8DA;
}
@media (hover: hover) {
  .search-wrapper .search-results__group-link:hover {
    background: #F1E8DA;
  }
}
.search-wrapper .search-results__group-link svg {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-wrapper .search-results__group-link-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0.75;
  font-size: 14px;
  color: #49371D;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}
.search-wrapper .search-results__group-link-text .search-term {
  font-weight: 700;
}
.search-wrapper .search-results__nothing {
  color: #1A1A1A;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}

.other-resources {
  margin: 32px 0;
}
@media screen and (min-width: 1024px) {
  .other-resources {
    margin: 64px 0;
  }
}
.other-resources__title-wrap {
  padding-top: 16px;
  border-top: 2px solid #A9A298;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .other-resources__title-wrap {
    padding-top: 32px;
  }
}
.other-resources__items-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.other-resources__item {
  padding: 16px 0;
  border-bottom: 1px solid rgba(169, 162, 152, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.other-resources__item:nth-last-child(1) {
  border: none;
}
@media screen and (min-width: 1024px) {
  .other-resources__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 32px 0;
  }
}
.other-resources__item-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 1024px) {
  .other-resources__item-title-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}
.other-resources__item-title {
  color: #49371D;
  font-size: clamp(20px, 2.5vw, 24px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 1024px) {
  .other-resources__item-title {
    width: 280px;
  }
}
.other-resources__item-descr {
  color: #6E532B;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}
@media screen and (min-width: 1024px) {
  .other-resources__item-descr {
    width: 320px;
  }
}
.other-resources__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 24px;
  border: 1px solid rgba(169, 162, 152, 0.5);
}
.other-resources__item-link-text {
  color: #1A1A1A;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}
.other-resources__item-link-arrow {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .other-resources__item-link:hover .other-resources__item-link-arrow {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.important-note {
  padding: 12px 20px;
  border-radius: 8px;
  border-left: 3px solid var(--Beige-400, #C6A26C);
  background: var(--Beige-100, #F1E8DA);
}
.important-note > h2, .important-note > h3, .important-note > h4, .important-note > h5, .important-note > h6 {
  color: #251C0E;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.5px;
}
.important-note > h2 {
  font-size: clamp(20px, 3vw, 32px);
}
.important-note > h3 {
  font-size: clamp(18px, 3vw, 24px);
}
.important-note > h4, .important-note > h5, .important-note > h6 {
  font-size: clamp(16px, 3vw, 20px);
}
.important-note > p {
  color: #6E532B;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}
.important-note > a {
  color: #C6A26C;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.important-note > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  list-style: disc;
  padding-left: 20px;
}
.important-note > ul li {
  color: #6E532B;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}
.important-note > ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  list-style: auto;
  padding-left: 20px;
}
.important-note > ol li {
  color: #6E532B;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}
.important-note > * {
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .important-note > * {
    margin-bottom: 16px;
  }
}
.important-note > *:nth-last-child(1) {
  margin-bottom: 0;
}

.custom-quote-block {
  border-top: 1px solid var(--stroke-50, rgba(169, 162, 152, 0.5));
  border-bottom: 1px solid var(--stroke-50, rgba(169, 162, 152, 0.5));
  padding: 16px 0;
}
@media screen and (min-width: 1024px) {
  .custom-quote-block {
    padding: 20px 0;
  }
}
.custom-quote-block__content > h2, .custom-quote-block__content > h3, .custom-quote-block__content > h4, .custom-quote-block__content > h5, .custom-quote-block__content > h6 {
  color: #251C0E;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.5px;
}
.custom-quote-block__content > h2 {
  font-size: clamp(20px, 3vw, 32px);
}
.custom-quote-block__content > h3 {
  font-size: clamp(18px, 3vw, 24px);
}
.custom-quote-block__content > h4, .custom-quote-block__content > h5, .custom-quote-block__content > h6 {
  font-size: clamp(16px, 3vw, 20px);
}
.custom-quote-block__content > p {
  color: #6E532B;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}
.custom-quote-block__content > a {
  color: #C6A26C;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.custom-quote-block__content > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  list-style: disc;
  padding-left: 20px;
}
.custom-quote-block__content > ul li {
  color: #6E532B;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}
.custom-quote-block__content > ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  list-style: auto;
  padding-left: 20px;
}
.custom-quote-block__content > ol li {
  color: #6E532B;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}
.custom-quote-block__content > * {
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .custom-quote-block__content > * {
    margin-bottom: 16px;
  }
}
.custom-quote-block__content > *:nth-last-child(1) {
  margin-bottom: 0;
}
.custom-quote-block__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 20px;
}
.custom-quote-block__author-photo {
  width: 32px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.custom-quote-block__author-name {
  color: #49371D;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
  letter-spacing: 0.3px;
}
.custom-quote-block__author-name span {
  font-weight: 700;
}

.wp-block-table.is-style-flexible-comparison {
  --table-bg: #FAF5F0;
  --header-bg: #F5EBE0;
  --border-color: #F0E6DB;
  margin-bottom: 24px;
  width: 100%;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
  border: 1px solid var(--border-color);
}
.wp-block-table.is-style-flexible-comparison table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  min-width: 100%;
}
.wp-block-table.is-style-flexible-comparison th, .wp-block-table.is-style-flexible-comparison td {
  border: 1px solid var(--border-color);
  padding: 16px 24px;
  background-color: transparent;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .wp-block-table.is-style-flexible-comparison th, .wp-block-table.is-style-flexible-comparison td {
    min-width: 160px;
    white-space: normal;
  }
}
.wp-block-table.is-style-flexible-comparison.is-sticky-first-column tr th:first-child,
.wp-block-table.is-style-flexible-comparison.is-sticky-first-column tr td:first-child {
  position: sticky;
  left: 0;
  z-index: 10;
  background-color: var(--table-bg);
  -webkit-box-shadow: 4px 0 8px rgba(0, 0, 0, 0.05);
          box-shadow: 4px 0 8px rgba(0, 0, 0, 0.05);
}
.wp-block-table.is-style-flexible-comparison.is-sticky-first-column tr th:first-child::after,
.wp-block-table.is-style-flexible-comparison.is-sticky-first-column tr td:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--border-color);
}
.wp-block-table.is-style-flexible-comparison.is-sticky-first-column thead tr th:first-child {
  background-color: var(--header-bg);
  z-index: 11;
}
.wp-block-table.is-style-flexible-comparison.has-highlighted-first-column tbody tr td:first-child {
  background-color: var(--header-bg);
  font-weight: 600;
}

.related-posts {
  margin: 24px 0;
}
@media screen and (min-width: 1024px) {
  .related-posts {
    margin: 40px 0;
  }
}
.related-posts .container {
  max-width: 950px;
}
.related-posts__title {
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .related-posts__title {
    margin-bottom: 16px;
  }
}
.related-posts__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .related-posts__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.related-posts__grid .post-card {
  padding: 18px 0;
  border-bottom: 1px solid #CCC;
}
.related-posts__grid .post-card:nth-child(1) {
  border-top: 1px solid #CCC;
}
@media screen and (min-width: 768px) {
  .related-posts__grid .post-card {
    padding: 16px;
    border-bottom: none;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
  }
  .related-posts__grid .post-card:nth-child(1) {
    padding-left: 0;
  }
  .related-posts__grid .post-card:nth-last-child(1) {
    padding-right: 0;
    border-right: none;
  }
}/*# sourceMappingURL=main.css.map */