@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/* SETTINGS */
/* FONTS */
/* COLORS */
/* BASE */
html {
  font-size: 16px !important;
}

body {
  font-family: "Oswald", sans-serif;
  line-height: 1.4;
  color: #2A2A2A;
  font-weight: 400;
  font-size: 16px !important;
  letter-spacing: 0.02em;
  background-color: #f7f6f4;
}

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

p {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Montserrat", sans-serif;
}
p b, p strong {
  font-weight: 600;
}

p, a, ul {
  font-size: 1.0625rem;
}

a {
  color: #C46A2D;
  transition: all 0.3s ease-out;
  text-decoration: none !important;
}
a:hover {
  color: #713d1a;
}

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

.container {
  max-width: 1670px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.container-full {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.wrapper {
  display: flex;
  gap: 20px;
}

.col-6 {
  width: 100%;
  max-width: 50%;
}

.mb0 {
  margin-bottom: 0 !important;
}

/* SPECIFIC */
.btns-wrap {
  display: flex;
  gap: 10px;
}

.btn {
  display: block;
  max-width: fit-content;
  color: #6D6D6D;
  font-size: 1.0625rem;
  text-transform: uppercase;
  padding: 9px 30px 12px 30px;
  border: 1px solid #C46A2D;
}
.btn:hover {
  background-color: #C46A2D !important;
  border-color: #C46A2D !important;
  color: #fff;
}
.btn--color {
  color: #fff;
  background-color: #C46A2D;
}
.btn--color:hover {
  background-color: #1a1816 !important;
  border-color: #1a1816 !important;
}
.btn--color.btn--arrow svg path {
  fill: #fff;
}
.btn--arrow svg {
  position: relative;
  margin-left: 20px;
  transition: all 0.3s ease-out;
  margin-top: -2px;
}
.btn--arrow svg path {
  transition: all 0.3s ease-out;
}
.btn--arrow:hover svg {
  transform: translateX(10px);
}
.btn--arrow:hover svg path {
  fill: #fff;
}

.section__title {
  font-size: 4rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.section__title span {
  color: #C46A2D;
}

@media (max-width: 1040px) {
  .section__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 550px) {
  .section__title {
    font-size: 2rem;
  }
}
.menu-btn {
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: center;
  display: none;
  margin-right: 60px;
  z-index: 999;
}

.menu-btn span {
  display: block;
  position: absolute;
  width: 44px;
  height: 2px;
  background: white;
  border-radius: 1px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.menu-btn span:nth-child(1) {
  transform: translateY(-9px);
}

.menu-btn span:nth-child(2) {
  transform: translateY(0);
}

.menu-btn span:nth-child(3) {
  transform: translateY(9px);
}

.is-open .menu-btn span:nth-child(1) {
  transform: rotate(45deg);
}
.is-open .menu-btn span:nth-child(2) {
  transform: rotate(-45deg);
}
.is-open .menu-btn span:nth-child(3) {
  display: none;
}
.is-open .header-menu-box {
  right: 0 !important;
}

.header-fix {
  height: 93px;
}

.admin-bar .header-fix {
  height: 60px;
}

.header {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 14px 40px 24px 40px;
  z-index: 1000;
  transition: all 0.3s ease-out;
  background-color: #1a1816;
  border-bottom: 3px solid #C46A2D;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  max-width: 196px;
}

.is-sticky .header {
  padding-top: 6px;
  padding-bottom: 6px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}
.is-sticky .header .header__call {
  bottom: -30px;
  right: 50px;
}

.header__desc {
  color: #C46A2D;
  text-transform: uppercase;
  padding-left: 30px;
  margin-left: 30px;
  position: relative;
  display: block;
  letter-spacing: 0.4px;
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 4px;
}
.header__desc::before {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  height: 46px;
  width: 1px;
  left: 0;
  top: -8px;
}

.header__main {
  display: flex;
  align-items: center;
  z-index: 99;
}

.header__nav {
  padding-right: 120px;
  margin-top: 6px;
}
.header__nav ul {
  list-style: none;
  align-items: center;
  padding-left: 0;
  display: flex;
  gap: 24px;
  margin-bottom: 0;
}
.header__nav ul a {
  font-size: 1.0625rem;
  position: relative;
  text-transform: uppercase;
  padding: 7px 15px;
  border: 1px solid transparent;
  color: #fff;
  letter-spacing: 0.34px;
}
.header__nav ul a:hover {
  background-color: #C46A2D;
  border-color: #C46A2D;
}
.header__nav ul li:last-of-type a {
  border: 1px solid #C46A2D;
}

.page-header__text--full {
  width: 100%;
  max-width: 100% !important;
}

.header__call {
  position: absolute;
  width: 65px;
  height: 65px;
  -webkit-border-radius: 90%;
  -moz-border-radius: 90%;
  border-radius: 90%;
  border: 2px solid rgba(186, 186, 186, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -30px;
  right: 50px;
  background-color: #2A2A2A;
}
.header__call svg path {
  transition: 0.3s ease-out;
}
.header__call:hover {
  background-color: #C46A2D;
  border-color: #C46A2D;
}
.header__call:hover svg path {
  fill: #fff;
}

@media (max-width: 1260px) {
  .header__call {
    right: 10px !important;
  }
  .header__nav {
    padding-right: 50px;
  }
  .header__nav ul {
    gap: 4px;
  }
}
@media (max-width: 1040px) {
  .header {
    z-index: 99;
    padding-left: 10px;
  }
  .header__nav {
    transition: all 0.3s ease-out;
    padding-right: 0;
    position: absolute;
    right: 0;
    height: 100vh;
    min-width: 300px;
    top: 0;
    background-color: #1a1816;
    padding-top: 200px;
    right: -100%;
  }
  .header__nav ul {
    flex-direction: column;
    gap: 24px;
  }
  .menu-btn {
    display: flex;
  }
  .is-open .header__nav {
    right: 0;
  }
}
@media (max-width: 650px) {
  .header__desc {
    margin-left: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 520px) {
  .header {
    min-height: 120px;
    padding-top: 0;
  }
  .header__desc::before {
    display: none;
  }
  .header__desc {
    padding-left: 0;
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
  }
  .is-sticky .header {
    min-height: unset;
  }
  .is-sticky .header__desc {
    display: none;
  }
  .header__call {
    height: 45px;
    width: 45px;
    bottom: -23px !important;
  }
  .header__call svg {
    width: 17px;
  }
  .menu-btn {
    margin-right: 30px;
  }
}
.section-hero {
  min-height: 990px;
  position: relative;
  align-items: flex-end;
  display: flex;
}
.section-hero::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1a1816;
  background-image: url("../img/hero-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}
.section-hero .hero__cite {
  max-width: 500px;
  margin-top: 30px;
  font-size: 1.25rem;
}
.section-hero .btn {
  color: rgba(255, 255, 255, 0.45) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  background-color: transparent !important;
}
.section-hero .btn:hover {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff !important;
  background-color: transparent !important;
}
.section-hero .btn.btn--color {
  color: #fff !important;
  border-color: #C46A2D !important;
  background-color: #C46A2D !important;
}
.section-hero .btn.btn--color:hover {
  border-color: #8f5020 !important;
  color: #fff !important;
  background-color: #8f5020 !important;
}
.section-hero .btns-wrap {
  margin-top: 48px;
}
.section-hero .wrapper {
  align-items: flex-end;
  justify-content: space-between;
}
.section-hero .subscriber__before-title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.section-hero .subscriber__before-title::before {
  width: 36px;
  height: 2px;
  content: "";
  background-color: #C46A2D;
}

.hero__square-title {
  font-size: 2.5rem;
  font-weight: 500;
}

.hero__title {
  color: #FFF;
  font-size: 5rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -1.6px;
}
.hero__title span {
  color: #C46A2D;
}

.hero__content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin-bottom: 70px;
}

.subscriber__before-title--desc {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 1rem;
}
.subscriber__before-title--desc::before {
  display: none;
}

.hero__desc {
  margin-top: 30px;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 400;
  max-width: 560px;
}

.hero__square {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  padding: 12px 21px;
  width: 100%;
  max-width: 180px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
}
.hero__square:last-child {
  border-right: none;
}

.hero__square-desc {
  color: #BABABA;
  font-size: 0.875rem;
  font-weight: 300;
  text-transform: uppercase;
}

.hero__square-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 20px;
  display: flex;
  gap: 15px;
  margin-top: 80px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.hero__items-wrap {
  padding: 12px 0 18px 0;
  background-color: #1a1816;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.hero__items-wrap .hero__track {
  display: flex;
  width: max-content;
  animation: scroll 20s linear infinite;
}
.hero__items-wrap .container {
  display: flex;
  gap: 100px;
  flex-shrink: 0;
  padding-right: 20px;
}
.hero__items-wrap span {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 300;
  text-transform: uppercase;
  white-space: nowrap;
}

.pre-span {
  color: #C46A2D !important;
  margin-right: 6px;
}

.hero__img {
  z-index: 1;
  position: relative;
  margin-right: 70px;
}
.hero__img img {
  max-width: 540px;
}

@media (max-width: 1200px) {
  .hero__title {
    font-size: 4rem;
  }
}
@media (max-width: 1040px) {
  .hero__title {
    font-size: 3rem;
  }
  .hero__desc {
    font-size: 1.2rem;
  }
  .hero__square-title {
    font-size: 1.6rem;
  }
  .hero__content {
    max-width: 52%;
  }
  .hero__square-wrap {
    flex-wrap: wrap;
  }
  .btns-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 900px) {
  .section-hero .btns-wrap {
    margin-top: 0;
  }
  .hero__square {
    max-width: calc(50% - 8px);
  }
  .hero__title {
    font-size: 2rem;
  }
}
@media (max-width: 780px) {
  .hero__img {
    display: none;
  }
  .hero__content {
    max-width: 100%;
    padding-top: 120px;
  }
  .section-hero {
    min-height: unset;
  }
}
@media (max-width: 650px) {
  .hero__items-wrap .container {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 6px;
  }
  .hero__desc {
    font-size: 1.0625rem;
  }
  .btn {
    font-size: 1rem;
  }
}
.section-text-media {
  background-color: #f0ede8;
  padding: 140px 0 140px 0;
  border-top: 3px solid #c46a2d;
}
.section-text-media .btn {
  margin-top: 30px;
}
.section-text-media .wrapper {
  align-items: center;
  gap: 60px;
  justify-content: space-between;
}

.text-media__text {
  max-width: 540px;
}
.text-media__text p {
  margin-bottom: 40px;
  font-size: 1.125rem;
}

.text-media__img {
  overflow-y: hidden;
  background-color: #1a1816;
  max-width: 788px;
  max-height: 524px;
  position: relative;
  margin-right: 130px;
}

.video-player {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-player span {
  padding-left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  -webkit-border-radius: 90%;
  -moz-border-radius: 90%;
  border-radius: 90%;
  border: 2px solid rgba(186, 186, 186, 0.5);
  background-color: #1a1816;
  transition: all 0.3s ease-out;
}
.video-player span svg path {
  transition: 0.3s ease-out;
}
.video-player:hover span {
  background-color: #C46A2D;
  border-color: #C46A2D;
}
.video-player:hover span svg path {
  fill: #fff;
  stroke: #fff;
}

@media (max-width: 1400px) {
  .text-media__img {
    margin-right: 0;
  }
}
@media (max-width: 1040px) {
  .section-text-media {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 850px) {
  .section-text-media .wrapper {
    flex-direction: column;
  }
}
@media (max-width: 550px) {
  .section-text-media {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.section-tils-icons {
  padding-top: 120px;
  padding-bottom: 110px;
  border-top: 3px solid #c46a2d;
}
.section-tils-icons .btn {
  margin-top: 56px;
}

.tils-box {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  margin-top: 60px;
}

.tils-box__item {
  padding: 60px 40px 40px 40px;
  border: 1px solid rgba(186, 186, 186, 0.4);
  width: calc(33.3333% - 2px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tils-box__item img {
  max-width: unset;
  max-height: 58px;
}

.img-wrap-div {
  height: 58px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.tils-box__text {
  max-width: 430px;
}
.tils-box__text p {
  margin-bottom: 0;
  font-size: 1rem;
}

.tils-box__title {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-tils-icons--dark.section-tils-icons {
  overflow: hidden;
  background-color: #2e2b27;
  color: #fff;
}
.section-tils-icons--dark.section-tils-icons .tils-box__text p {
  color: rgba(255, 255, 255, 0.55);
}
.section-tils-icons--dark .tils-box {
  margin-top: 0;
  gap: 0;
}
.section-tils-icons--dark .section__title {
  display: none;
}

@media (max-width: 1040px) {
  .section-tils-icons {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .tils-box {
    margin-top: 40px;
  }
}
@media (max-width: 800px) {
  .tils-box__item {
    width: calc(50% - 6px);
  }
}
@media (max-width: 550px) {
  .section-tils-icons .btn {
    margin-top: 40px;
  }
  .tils-box__item {
    width: 100%;
    padding: 30px 20px;
  }
  .section-tils-icons {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tils-box__title {
    font-size: 1.2rem;
  }
}
.section-tils-bg {
  border-top: 3px solid #c46a2d;
  background-color: #1a1816;
  padding-top: 205px;
  padding-bottom: 180px;
  min-height: 492px;
}

.tils-bg-box {
  display: flex;
  justify-content: center;
  gap: 14px;
}

.tils-bg-box__item {
  width: 100%;
  max-width: 360px;
  border: 1px solid rgba(186, 186, 186, 0.48);
  padding: 12px 32px;
}
.tils-bg-box__item p {
  margin-bottom: 0;
  color: #BABABA;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

.tils-box-bg__title {
  color: #fff;
  font-size: 2.5rem;
}

.section-tils-bg--slim.section-tils-bg {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  min-height: auto;
  color: #252320;
}
.section-tils-bg--slim.section-tils-bg .tils-bg-box__item {
  width: 33%;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 33%;
  border-right: 0;
  display: flex;
  flex-direction: column-reverse;
}
.section-tils-bg--slim.section-tils-bg .tils-bg-box__item:first-of-type {
  border-left: 0;
}
.section-tils-bg--slim.section-tils-bg .tils-bg-box__item .tils-box-bg__title {
  font-size: 1.6rem;
  color: #252320;
}
.section-tils-bg--slim.section-tils-bg .tils-bg-box__item p {
  color: #9a9488;
  display: block;
  margin-bottom: 10px;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.section-tils-bg--slim.section-tils-bg .tils-bg-box {
  gap: 0;
}

@media (max-width: 1040px) {
  .section-tils-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 550px) {
  .tils-bg-box {
    flex-wrap: wrap;
  }
  .section-tils-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.section-news {
  padding-top: 140px;
  padding-bottom: 170px;
  border-top: 3px solid #c46a2d;
}
.section-news .btn {
  margin-top: 60px;
}

.news-box {
  display: flex;
  gap: 3px;
  margin-top: 60px;
  flex-wrap: wrap;
}

.news-box__item {
  color: #2A2A2A !important;
  padding: 35px;
  min-height: 340px;
  border: 1px solid rgba(186, 186, 186, 0.4);
  width: calc(33.3333% - 3px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-box__item:nth-child(2), .news-box__item:nth-child(1) {
  width: calc(50% - 3px);
  padding-right: 115px;
}
.news-box__item:hover {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.4);
}
.news-box__item:hover .news-box__title {
  color: #C46A2D !important;
}
.news-box__item p {
  font-size: 1.125rem;
}

.news-box__cat-wrap {
  margin-bottom: 24px;
  display: flex;
  gap: 3px;
}

.news-box__cat {
  text-transform: uppercase;
  background-color: #C46A2D;
  font-size: 1rem;
  color: #fff !important;
  padding: 2px 9px;
}

.news-box__title {
  font-weight: 500;
  letter-spacing: -0.64px;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  transition: all 0.3s ease-out;
}

.news-box__details {
  margin-top: auto;
  color: #6D6D6D;
  font-size: 0.9375rem;
  display: flex;
  gap: 30px;
}

@media (max-width: 1040px) {
  .section-news {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .news-box {
    margin-top: 40px;
  }
}
@media (max-width: 850px) {
  .news-box__item {
    width: calc(50% - 3px);
    padding-right: 35px !important;
  }
  .news-box__item:first-of-type {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .news-box__title {
    font-size: 1.5rem;
  }
  .news-box__item {
    min-height: unset;
    width: 100% !important;
  }
  .section-news {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section-news .btn {
    margin-top: 40px;
  }
}
.section-subscriber {
  border-top: 3px solid #C46A2D;
  color: #fff;
  padding-top: 140px;
  padding-bottom: 140px;
  background: linear-gradient(90deg, #2a2826 0%, #2a2826 50%, #222120 50%, #222120 100%);
}
.section-subscriber .wrapper {
  justify-content: space-between;
}
.section-subscriber .btn {
  margin-top: 30px;
}

.subscriber__before-title {
  color: #C46A2D;
  display: block;
  margin-bottom: 10px;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.subscriber__text {
  max-width: 50%;
  width: 100%;
}
.subscriber__text p {
  margin-bottom: 0;
  font-size: 1.25rem;
  margin-top: 50px;
  line-height: 1.6;
}
.subscriber__text p b {
  font-weight: 600;
}

.subscriber__after-btn {
  color: #A4A4A4;
  font-size: 1rem !important;
  margin-top: 30px !important;
}

.subscriber__style {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
}
.subscriber__style a {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  text-decoration: underline !important;
}
.subscriber__style a:hover {
  color: #C46A2D;
}
.subscriber__style .btn {
  font-family: "Oswald", sans-serif;
  transition: all 0.3s ease-out;
  width: 100% !important;
  max-width: 100%;
  text-align: center;
  margin-top: 0 !important;
}
.subscriber__style p {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 600;
}
.subscriber__style p span {
  color: #A4A4A4;
  font-size: 1rem;
  font-weight: 400;
}
.subscriber__style ul {
  list-style: none;
  padding: 0;
  margin: 30px 0 50px 0;
}
.subscriber__style ul li {
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif;
  margin: 12px 0;
  position: relative;
}
.subscriber__style ul li::before {
  content: "✓";
  color: #C46A2D;
  margin-right: 12px;
}

.subscriber__form {
  width: 100%;
  max-width: 50%;
  background-color: #222120;
  padding: 20px 0 0 80px;
}
.subscriber__form input {
  height: 70px;
  background-color: #2e2c2a;
  color: #C7C7C7;
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif;
  padding: 0 30px;
  display: flex;
  box-shadow: none;
  border: 1px solid #2e2c2a;
  align-items: center;
}
.subscriber__form input::placeholder {
  color: #C7C7C7;
}
.subscriber__form input:focus-within {
  border: 1px solid #C46A2D;
  outline: 1px solid #C46A2D;
}
.subscriber__form form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.lmp-success {
  color: #00FF00;
}

.lmp-consent-checkbox:checked + .lmp-consent-box {
  background: #C46A2D;
  border-color: #C46A2D;
}

.lmp-newsletter-consent {
  padding: 26px 16px 16px 37px;
  border: 1px solid #C46A2D;
  background: #2A1F14;
}
.lmp-newsletter-consent input {
  display: none;
}
.lmp-newsletter-consent .lmp-consent-box {
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid #C46A2D;
  background: #2A1F14;
}
.lmp-newsletter-consent .lmp-consent-label {
  cursor: pointer;
  display: flex;
  gap: 10px;
  color: #C7C7C7;
  font-size: 0.875rem;
  font-weight: 400;
}
.lmp-newsletter-consent .lmp-consent-label strong {
  display: block;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.lmp-consent-error {
  font-weight: 400 !important;
  font-size: 0.875rem !important;
  color: red !important;
  margin-bottom: 0 !important;
}

@media (max-width: 900px) {
  .section-subscriber {
    background: none;
  }
  .section-subscriber .wrapper {
    flex-direction: column;
  }
  .subscriber__text {
    max-width: 100%;
  }
  .subscriber__form {
    max-width: 100%;
    padding: 20px;
  }
  .subscriber__text {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 100px;
    background-color: #2a2826;
    padding-bottom: 50px;
  }
  .subscriber__form {
    background-color: #222120;
    padding-bottom: 100px;
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-subscriber {
    background-color: #2a2826;
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-subscriber .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 550px) {
  .subscriber__form {
    padding-bottom: 80px;
  }
  .subscriber__text {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
.section-cta {
  padding-top: 160px;
  padding-bottom: 160px;
  background-color: #2c2c28;
  border-top: 3px solid #c46a2d;
}
.section-cta .wrapper {
  justify-content: space-between;
  align-items: center;
}
.section-cta .btn {
  color: #fff !important;
}
.section-cta .btn svg path {
  fill: #fff;
}

.cta__text {
  color: #fff;
  width: 100%;
  max-width: 820px;
}
.cta__text p {
  margin-bottom: 0;
  font-size: 1.25rem;
}

.cta__btns {
  max-width: 700px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-cta--slim.section-cta {
  border: none;
  background-color: #c46a2d;
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-cta--slim .subscriber__before-title {
  color: #fff !important;
}
.section-cta--slim .cta__btns {
  gap: 10px;
}
.section-cta--slim .cta__btns a:first-of-type {
  background-color: #252320;
}
.section-cta--slim .cta__btns a:last-of-type {
  background-color: #cd804c;
  text-transform: none;
}
.section-cta--slim .cta__btns svg {
  width: 18px;
  height: 18px;
}
.section-cta--slim .section__title {
  text-transform: none;
  font-size: 2.5rem;
  margin-bottom: 0;
}
.section-cta--slim .btn--icon {
  display: flex;
  gap: 10px;
  align-items: center;
}

@media (max-width: 1040px) {
  .section-cta {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 850px) {
  .section-cta .wrapper {
    flex-direction: column;
  }
  .section-cta .wrapper .cta__btns {
    max-width: 100%;
    justify-content: flex-start;
    margin-top: 30px;
  }
}
@media (max-width: 550px) {
  .section-cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.footer {
  background-color: #222120;
  padding-top: 70px;
  border-top: 3px solid #c46a2d;
}
.footer .wrapper {
  justify-content: space-between;
}

.footer__box {
  width: calc(33% - 20px);
  color: #fff;
  max-width: 415px;
  width: 100%;
}

.footer__box--logo {
  text-align: center;
}
.footer__box--logo p {
  font-family: "Montserrat", sans-serif;
  color: #C46A2D;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.footer__box--logo img {
  margin-bottom: 24px;
}

.footer__box-title {
  margin-bottom: 24px;
  text-transform: uppercase;
  font-size: 1.75rem;
  margin-bottom: 40px;
  font-weight: 400 !important;
}

.footer__box--contact {
  text-align: center;
}
.footer__box--contact a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 1.5rem;
  width: 100%;
  border: 1px solid #C46A2D;
  margin-bottom: 12px;
  display: block;
  padding: 10px 0;
}
.footer__box--contact a svg {
  margin-right: 6px;
  margin-top: -4px;
}
.footer__box--contact a:hover {
  background-color: #C46A2D;
}

.footer__menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__menu ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif;
}
.footer__menu ul li a:hover {
  color: #C46A2D;
}

.footer__bar {
  padding: 80px 35px 20px 35px;
  display: flex;
  justify-content: space-between;
}
.footer__bar div {
  display: flex;
  gap: 60px;
}
.footer__bar div span {
  width: auto;
}
.footer__bar div span:first-of-type {
  position: relative;
}
.footer__bar div span:first-of-type::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #6e6e6d;
  right: -40px;
  top: 0;
}
.footer__bar span, .footer__bar a {
  font-family: "Montserrat", sans-serif;
  display: block;
  width: calc(33% - 20px);
  color: #BABABA;
  font-size: 0.8125rem;
  text-transform: uppercase;
}
.footer__bar a {
  text-align: right;
}
.footer__bar a:hover {
  color: #C46A2D;
}

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

.footer__box--menu {
  padding-left: 130px;
}

@media (max-width: 1500px) {
  .footer__box--menu {
    padding-left: 100px;
  }
}
@media (max-width: 1300px) {
  .footer__box--contact,
  .footer__box--logo {
    max-width: calc(50% - 20px);
  }
  .footer .wrapper {
    flex-wrap: wrap;
  }
  .footer__box--menu {
    margin-top: 30px;
    max-width: 100%;
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  .footer__box--menu .footer__box-title {
    margin-bottom: 0 !important;
  }
  .footer__box--menu ul {
    margin-top: 4px;
    gap: 20px;
    flex-direction: row !important;
  }
}
@media (max-width: 850px) {
  .footer .wrapper {
    flex-direction: column;
  }
  .footer__box {
    max-width: 100%;
  }
}
@media (max-width: 800px) {
  .footer__box--menu {
    margin-top: 0;
    max-width: 100%;
    display: block;
    text-align: center;
  }
  .footer__box--menu .footer__box-title {
    margin-bottom: 30px !important;
  }
  .footer__box--menu ul {
    justify-content: center;
  }
  .footer__bar {
    padding-top: 50px;
  }
  .footer__bar {
    flex-direction: column;
    align-items: center;
  }
  .footer__bar div {
    flex-direction: column;
    gap: 0;
  }
  .footer__bar div span::after {
    content: unset;
  }
  .footer__bar span, .footer__bar a {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 620px) {
  .footer__box--menu ul {
    flex-direction: column !important;
    gap: 6px;
  }
  .footer__box--contact a {
    font-size: 1rem;
  }
}
.header-home {
  padding: 72px 0 0;
  background-image: linear-gradient(to right, rgba(26, 24, 22, 0.96) 0%, rgba(26, 24, 22, 0.88) 50%, rgba(26, 24, 22, 0.75) 100%), url("../img/home-header-bg.jpeg");
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
}
.header-home .wrapper {
  gap: 50px;
}
.header-home + .hero__items-wrap .container {
  gap: 70px;
}

.home-news .news-box__header {
  font-size: 1.6rem;
}

.home__content {
  padding-bottom: 64px;
  max-width: 1060px;
}
.home__content .hero__desc {
  max-width: 100%;
}

.hero__cite {
  border-left: 2px solid #C46A2D;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 28px;
  padding-left: 16px;
}

.bh-items_wrap {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.bh-items {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.bh-items strong {
  font-size: 1.4rem;
  text-align: center;
}
.bh-items span {
  text-align: center;
  color: rgba(255, 255, 255, 0.22);
  font-size: 0.6rem;
  text-transform: uppercase;
}

.home__img {
  flex-shrink: 0;
  width: 375px;
  text-align: center;
}
.home__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.bh-ava {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 3px solid #C46A2D;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  overflow: hidden;
}

.bh-txt {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.2rem;
  margin-top: 20px;
}

.bh-name {
  font-size: 26px;
  font-weight: 700;
  color: white;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}

.navigation {
  margin-top: 80px;
}
.navigation .nav-links {
  text-align: right;
}
.navigation .nav-links a, .navigation .nav-links span {
  font-size: 1.4rem;
  color: #2A2A2A;
  font-weight: 600;
  padding: 4px 6px;
  transition: all 0.3s ease-out;
}
.navigation .nav-links a.prev, .navigation .nav-links a.next, .navigation .nav-links span.prev, .navigation .nav-links span.next {
  position: relative;
  top: -3px;
}
.navigation .nav-links a {
  color: #C46A2D;
}
.navigation .nav-links a:hover {
  color: #713d1a;
}

.search-box {
  display: flex;
}
.search-box form {
  position: relative;
  width: 100%;
}
.search-box form input {
  padding: 8px 32px 8px 12px;
  border: 1px solid #C46A2D;
  font-size: 1rem;
  width: 100%;
  background-color: #f7f6f4;
  font-family: "Oswald", sans-serif !important;
}
.search-box form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: none;
  border: none;
  padding: 0 8px;
  cursor: pointer;
  background-color: #C46A2D;
  transition: all 0.3s ease-out;
}
.search-box form button:hover {
  background-color: #2A2A2A;
}
.search-box form button img {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-out;
}

.home-news {
  margin-top: 100px;
  margin-bottom: 100px;
}
.home-news .wrapper {
  gap: 60px;
}
.home-news .news-box__header {
  text-transform: uppercase;
  position: relative;
}
.home-news .news-box__header span {
  width: max-content;
  background-color: #f7f6f4;
  padding-right: 20px;
}
.home-news .news-box__header::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #dbd6ce;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}

.home__posts {
  width: 100%;
}

.home__podcasts {
  width: 350px;
  flex-shrink: 0;
}
.home__podcasts .news-box__header {
  margin-top: 30px;
}

.news-box--first .news-box__item {
  background-color: #f0ede8;
  width: 100%;
  min-height: 160px;
  padding-right: 270px;
}
.news-box--first .news-box__item::after {
  content: "";
  background-color: #dbd6ce;
  background-size: cover;
  background-position: center 20%;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: 250px;
  background-image: url(../img/home-header-bg.jpeg);
}

.news-read {
  font-size: 1.4rem;
  display: block;
  text-transform: uppercase;
  color: #c46a2d;
  margin-bottom: 20px;
}

.home-type {
  margin-top: 40px;
  margin-bottom: 40px;
  gap: 10px;
  display: flex;
  align-items: center;
}
.home-type span {
  color: #C46A2D;
}
.home-type a {
  padding: 6px 14px;
  font-size: 1rem;
  text-transform: uppercase;
  border: 1.5px solid #dbd6ce;
  background: #f8f7f5;
  color: #6b6358;
  cursor: pointer;
  transition: all 0.2s;
}
.home-type a.active {
  color: #fff;
  background-color: #C46A2D;
}
.home-type a:hover {
  background-color: #252320 !important;
  color: #fff !important;
}

.home-box-items {
  display: flex;
  flex-wrap: wrap;
  gap: 3px !important;
}
.home-box-items .news-box__item {
  width: calc(50% - 1.5px);
  padding-right: 35px;
}

.section-cta--inner.section-cta {
  border: none;
  padding: 40px;
  width: 100%;
}
.section-cta--inner.section-cta .cta__text {
  max-width: 100%;
}
.section-cta--inner.section-cta .cta__btns {
  width: auto;
  max-width: unset;
}
.section-cta--inner.section-cta .cta__btns a {
  white-space: nowrap;
}

.podcast-box {
  margin-top: 30px;
  display: flex;
  gap: 3px;
  flex-direction: column;
}

.podcast-item {
  width: 100% !important;
  height: auto;
  padding: 20px !important;
  min-height: unset;
}
.podcast-item .news-box__title {
  font-size: 1.6rem;
}
.podcast-item .subscriber__before-title {
  font-size: 1rem;
}

.pod-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #C46A2D;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding-left: 10px;
  font-size: 12px;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.2s;
  box-shadow: 0 2px 8px rgba(196, 106, 45, 0.3);
}

.wrap-items {
  display: flex;
  gap: 20px;
  align-items: center;
  color: #9a9488;
  font-size: 0.8rem;
}

.all-podcast {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dbd6ce;
  font-size: 1rem;
}
.all-podcast:hover {
  background-color: #252320;
  color: #fff;
}

.home-checklist {
  background-color: #2c2c28;
  margin-top: 40px;
  padding: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.home-checklist h3 {
  text-transform: uppercase;
  font-size: 1.2rem;
}
.home-checklist p {
  font-size: 0.8rem;
  margin-bottom: 10px;
}
.home-checklist .btn {
  width: 100%;
  max-width: 100%;
  text-align: center;
  justify-content: center;
}

.no-results {
  margin-top: 40px !important;
  margin-bottom: 50px !important;
}

@media (max-width: 1200px) {
  .home-box-items .news-box__item {
    width: 100%;
  }
  .home-news .wrapper {
    flex-direction: column;
  }
  .home__podcasts {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 900px) {
  .home-type {
    overflow-x: scroll;
  }
  .news-box__item {
    min-height: unset;
  }
  .news-box--first .news-box__item::after {
    display: none !important;
  }
  .header-home .wrapper {
    flex-direction: column;
    gap: 0;
    margin-bottom: 30px;
    align-items: center;
  }
  .header-home .wrapper .home__content {
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
}
.page-header {
  background-color: #252320;
  padding: 56px 32px 40px;
}
.page-header .section__title {
  color: #fff;
}

.page-title {
  color: #fff;
  font-size: 4rem;
}

.article .news-box__cat:hover {
  background-color: #2A2A2A;
}
.article .page-title {
  font-size: 2.5rem;
}
.article .page-header {
  margin-bottom: 30px;
}

.article__before {
  display: flex;
  justify-content: space-between;
}

.page-header__text {
  margin-bottom: 0;
  max-width: 700px;
  color: rgba(255, 255, 255, 0.6);
}

.no-results {
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 900px) {
  .page-header .container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .page-header__text {
    text-align: left;
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .page-title {
    font-size: 1.5rem !important;
  }
  .page-header__text {
    font-size: 0.8rem;
  }
}
@media (max-width: 440px) {
  .article__before {
    flex-direction: column-reverse;
  }
}
.rte {
  font-family: "Montserrat", sans-serif;
  width: 100%;
}
.rte h2, .rte h3, .rte h4 {
  font-family: "Oswald", sans-serif;
}
.rte a {
  font-weight: 400;
}
.rte iframe {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.rte .aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.rte figcaption {
  font-size: 0.875rem;
  text-align: center;
  margin-top: 4px;
}
.rte figure {
  max-width: 100%;
}
.rte .gallery {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.rte .gallery .gallery-item {
  margin-bottom: 0;
}
.rte .gallery .gallery-item .gallery-icon {
  height: 100%;
}
.rte .gallery .gallery-item img {
  object-fit: cover;
  height: stretch;
}
.rte .gallery-columns-3 .gallery-item {
  max-width: calc(33.333333% - 6.7px);
}
.rte .gallery-columns-2 .gallery-item {
  max-width: calc(50% - 5px);
}
.rte blockquote {
  background-color: #f0ede8;
  padding: 24px 40px 1px 40px;
}
.rte blockquote p {
  font-size: 1.25rem;
}

.article__rte {
  margin-top: 60px;
  margin-bottom: 100px;
}
.article__rte .date {
  font-weight: 600;
  padding-bottom: 20px;
  display: inline-block;
}

.article__aside {
  border-left: 1px solid #ccc;
  padding-left: 40px;
  height: 100%;
  max-width: 420px;
  width: 100%;
  margin-top: 70px;
}
.article__aside .related {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.article__aside .related .news-box__item {
  width: 100%;
  min-height: unset;
  padding: 30px 20px;
}
.article__aside .related .news-box__item .news-box__title {
  font-size: 1.25rem;
  font-weight: 500;
}
.article__aside .related .news-box__item p {
  margin-bottom: 0;
}
.article__aside .news__item {
  width: 100%;
}
.article__aside .news__item h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.article__aside .news__item .news__item-content {
  padding-left: 24px;
  margin-top: 12px;
}
.article__aside .search-box {
  margin-bottom: 80px;
}
.article__aside .search-box form {
  width: 100%;
}
.article__aside .search-box input {
  min-width: 100%;
}

.article__body .wrapper {
  display: flex;
  gap: 80px;
  align-items: stretch;
  justify-content: space-between;
}

.aside__title {
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .article__body .wrapper {
    flex-direction: column;
  }
  .article__rte {
    margin-bottom: 0;
  }
  .article__aside {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    border: none;
    margin-top: 0;
    margin-bottom: 70px;
  }
  .article__aside .search-box {
    margin-bottom: 40px;
  }
}
.section-text {
  margin-top: 80px;
  margin-bottom: 80px;
}
.section-text .container {
  max-width: 1000px;
}

.page-contact {
  margin-bottom: 0 !important;
}
.page-contact .page-header {
  margin-bottom: 0;
}

.contact {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 3px solid #C46A2D;
  background: linear-gradient(90deg, #222120 0%, #222120 50%, #f8f7f5 50%, #f8f7f5 100%);
}
.contact .wrapper {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.contact .btn {
  margin-top: 30px;
}
.contact .wpcf7-form input[type=submit] {
  background-color: #252320 !important;
}
.contact .wpcf7-form input[type=submit]:hover {
  background-color: #c46a2d !important;
}

.contact__info {
  width: 50%;
  background-color: #252320;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact__list ul {
  list-style: none;
  padding: 0 0 30px 0;
  margin: 30px 0 0 0;
  position: relative;
  border-bottom: 1px solid #343330;
}
.contact__list ul li {
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif;
  position: relative;
  border-bottom: 1px solid #343330;
  padding: 14px 0 14px 20px;
}
.contact__list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  width: 10px;
  height: 10px;
  border: 2px solid #C46A2D;
  border-radius: 50%;
}
.contact__list ul li:last-child {
  border-bottom: none;
}

.contact__phone {
  padding-top: 30px;
  border-bottom: 1px solid #343330;
  padding-bottom: 60px;
}
.contact__phone .subscriber__before-title {
  color: #675f4d;
}
.contact__phone .section__title {
  font-size: 3rem;
  display: block;
  margin-bottom: 12px;
}

.contact__data {
  width: max-content;
  padding-top: 30px;
  padding-bottom: 0;
}
.contact__data .contact__data-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.contact__data .contact__data-item:hover .contact__data-ico {
  background-color: #C46A2D;
}
.contact__data .contact__data-item:hover .contact__data-text span:last-of-type {
  color: #C46A2D;
}

.contact__data-ico--whatsapp {
  background-color: #25d366;
}

.contact__data-ico--email {
  background-color: #343330;
}

.contact__data-ico {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
}
.contact__data-ico svg {
  width: 17px;
  height: auto;
}
.contact__data-ico svg path {
  fill: #fff;
}

.contact__data-text span {
  display: block;
  font-family: "Montserrat", sans-serif;
}
.contact__data-text span:first-of-type {
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #675f4d;
  font-weight: 700;
  margin-bottom: 2px;
}
.contact__data-text span:last-of-type {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s ease-out;
}

.contact__form {
  max-width: 50%;
  width: 100%;
  padding-left: 60px;
  background-color: #f8f7f5;
}
.contact__form .section__title {
  margin-bottom: 12px;
}

.form-desc {
  font-size: 0.875rem;
  color: #2A2A2A;
  font-family: "Montserrat", sans-serif;
}

.wpcf7-form {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  gap: 0;
}
.wpcf7-form p {
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #2A2A2A;
  font-family: "Montserrat", sans-serif;
}
.wpcf7-form .form-group {
  position: relative;
}
.wpcf7-form br {
  display: none;
}

.wpcf7-form label {
  font-weight: 600;
  position: absolute;
  color: #2A2A2A;
  font-size: 0.75rem;
  z-index: 1;
  top: 12px;
  left: 24px;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form select,
.wpcf7-form textarea {
  height: 60px;
  background-color: #ffffff;
  color: #2A2A2A;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  padding: 30px 24px 10px 24px;
  display: flex;
  box-shadow: none;
  border: 1px solid #dbd6ce;
  align-items: center;
  max-width: 100% !important;
  width: 100%;
  border-bottom: 0;
}
.wpcf7-form input[type=text]::placeholder,
.wpcf7-form input[type=email]::placeholder,
.wpcf7-form select::placeholder,
.wpcf7-form textarea::placeholder {
  font-family: "Montserrat", sans-serif;
}
.wpcf7-form input[type=text]:focus-within,
.wpcf7-form input[type=email]:focus-within,
.wpcf7-form select:focus-within,
.wpcf7-form textarea:focus-within {
  outline: none;
  box-shadow: inset 0 0 0 2px #C46A2D;
}

.contact-form-bottom {
  padding: 24px;
  border: 1px solid #dbd6ce;
  background-color: #ffffff;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
}

.wpcf7-spinner {
  position: absolute !important;
}

.contact-form-submit {
  position: relative;
}
.contact-form-submit svg {
  position: absolute;
  top: 16px;
  right: 30px;
  transition: all 0.3s ease-out;
  cursor-events: none;
}
.contact-form-submit input {
  padding-right: 70px !important;
  position: relative;
}
.contact-form-submit:hover svg {
  right: 20px;
}

.contact-form-time {
  margin-top: 14px;
  padding: 24px;
  background: #f4ede7;
  border: 1px solid rgba(196, 106, 45, 0.18);
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}
.contact-form-time::before {
  width: 8px;
  height: 8px;
  background: #C46A2D;
  border-radius: 50%;
  flex-shrink: 0;
  content: "";
}

.wpcf7-form textarea {
  resize: vertical;
  height: 200px;
  line-height: 1.6;
  width: 100%;
}

.wpcf7-form input[type=submit] {
  display: block;
  max-width: 100%;
  text-align: center;
  color: #fff;
  background-color: #C46A2D;
  font-size: 1.0625rem;
  text-transform: uppercase;
  padding: 9px 30px 12px 30px;
  border: 1px solid #F36C3C;
  position: relative;
  font-family: "Oswald", sans-serif;
  width: 100%;
  transition: all 0.3s ease-out;
}

.wpcf7-form input[type=submit]:hover {
  background: #1a1816;
  border-color: #1a1816;
}

.wpcf7-not-valid {
  border-color: #c0392b !important;
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.14) !important;
}

.wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.8rem;
  color: #c0392b;
}

.wpcf7-response-output {
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  border: 1px solid transparent;
  color: #2A2A2A !important;
}

.wpcf7-mail-sent-ok {
  background: #f2f8ee;
  border-color: rgba(67, 122, 34, 0.3);
  color: #437a22;
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
  background: #fdf3f2;
  border-color: rgba(192, 57, 43, 0.25);
  color: #c0392b;
}

.wpcf7-form .cf7-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.cf7-checkbox p, .cf7-checkbox a {
  font-size: 0.875rem;
}

@media (max-width: 1040px) {
  .contact__phone .section__title {
    font-size: 2.5rem !important;
  }
  .contact__info-inner {
    margin-left: 15px;
    margin-right: 15px;
    width: 100%;
    padding: 20px !important;
  }
  .contact__info, .contact__form {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: center;
  }
  .contact__form {
    padding-top: 30px !important;
  }
  .contact {
    background: #222120;
    padding-top: 80px;
  }
  .contact .container {
    padding: 0;
  }
  .contact .wrapper {
    gap: 0;
    flex-direction: column;
  }
}
.contact--about {
  background: #222120;
}
.contact--about .contact__info {
  width: 100% !important;
}

@media (max-width: 550px) {
  .contact__phone .section__title {
    font-size: 2rem !important;
  }
  .contact-form-bottom {
    flex-direction: column;
  }
}
.about {
  background-color: #252320;
}
.about .about__img .subscriber__before-title {
  color: #fff;
}
.about .section__title {
  color: #fff;
}
.about .btns-wrap {
  gap: 20px !important;
  margin-top: 30px;
}
.about .btns-wrap .btn {
  color: #fff !important;
}

.about__img {
  flex-shrink: 0;
  width: 360px;
  display: flex;
  border-right: 3px solid #C46A2D;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 48px;
  position: relative;
  padding-top: 100px;
}
.about__img:after {
  content: "";
  background: linear-gradient(to top, rgba(37, 35, 32, 0.97) 0%, transparent 100%);
  position: absolute;
  bottom: 0;
  right: -3px;
  width: 3px;
  height: 100px;
}
.about__img img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.subscriber__before-title-min {
  display: block;
  margin-bottom: 10px;
  color: #C46A2D;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.about__content {
  padding: 48px;
  padding-top: 100px;
}

.about__text {
  color: rgba(255, 255, 255, 0.5);
}
.about__text b, .about__text strong {
  color: #fff;
}

.container--1200 {
  max-width: 1450px;
}

.about__items {
  display: flex;
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 30px;
  margin-top: 30px;
}
.about__items .about__item-title {
  margin-bottom: 4px;
  font-size: 1.5rem;
  color: #C46A2D;
}
.about__items p {
  color: rgba(255, 255, 255, 0.25);
  font-size: 0.875rem;
  text-transform: uppercase;
}

.about_2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #252320;
}
.about_2 .section__title {
  color: #fff;
}
.about_2 .about__text p {
  font-style: italic;
  max-width: 940px;
}

@media (max-width: 1024px) {
  .about_2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about .wrapper {
    flex-direction: column-reverse;
  }
  .about .about__img {
    border: 0;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .about__content {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 60px;
  }
}
@media (max-width: 600px) {
  .about__items {
    flex-wrap: wrap;
  }
  .about__item {
    width: 40%;
  }
}
.section-tils-number {
  padding-top: 48px;
  padding-bottom: 48px;
}

.tils-box__number {
  font-weight: 500;
  color: #C46A2D;
  font-size: 0.8rem;
  margin-bottom: 12px;
}

.tils-number-box__item {
  max-width: 24%;
  padding: 28px;
  border-right: 1px solid #dbd6ce;
}
.tils-number-box__item:last-child {
  border-right: none;
}

.tils-number-box__text h3 {
  font-size: 1.6rem;
  font-weight: 700;
}

.tils-number-box {
  display: flex;
  width: 100%;
}

@media (max-width: 800px) {
  .tils-number-box__item {
    max-width: 48%;
  }
  .tils-number-box {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (max-width: 800px) {
  .tils-number-box__item {
    padding: 10px 0;
    max-width: 100%;
    border-right: 0;
    border-bottom: 1px solid #dbd6ce;
  }
  .tils-number-box__item:last-child {
    border-bottom: none;
  }
}
.section-publish {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #252320;
}
.section-publish .section__title {
  color: #fff;
}

.title__badge {
  color: #252320;
  background-color: #C46A2D;
  font-family: "Oswald";
  padding: 4px 10px;
  text-transform: uppercase;
  font-size: 1.2rem;
  white-space: nowrap;
}

.title_wrap {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 30px;
}
.title_wrap .section__title {
  margin-bottom: 0;
}

.section__text {
  max-width: 1000px;
  color: rgba(255, 255, 255, 0.5);
}
.section__text b, .section__text strong {
  color: #fff;
}

.publish-box {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 50px;
}

.publish__item {
  padding: 20px;
  border: 1px solid #363431;
  width: calc(33.3333333333% - 1px);
  background-color: #2e2b27;
}
.publish__item p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.25);
  font-size: 0.875rem;
  margin-top: 30px;
}

.publish__before-title {
  text-transform: uppercase;
  color: #C46A2D;
  margin-bottom: 10px;
  font-size: 1rem;
}

.publish__title {
  color: #fff;
  font-size: 1.8rem;
  margin-top: 10px;
}

.mt-4 {
  margin-top: 16px;
}

.btn--white.btn--white {
  color: #C46A2D !important;
  background-color: #fff !important;
}
.btn--white.btn--white svg path {
  fill: #C46A2D !important;
}
.btn--white.btn--white:hover {
  color: #fff !important;
  background-color: #1a1816 !important;
}

@media (max-width: 800px) {
  .publish__item {
    width: calc(50% - 1px);
  }
}
@media (max-width: 600px) {
  .section-publish {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .publish__item {
    width: 100%;
  }
  .title_wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
body,
section {
  overflow-x: hidden;
}

.header {
  max-width: 100vw;
}

/*# sourceMappingURL=main.css.map */
