b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

*, h1, h2, h3, h4, h5, ol, p, ul {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

li {
  text-decoration: none;
}

div {
  display: block;
  unicode-bidi: isolate;
}

body {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  text-rendering: optimizeSpeed;
  word-break: normal;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
  transition: 0.4s;
}

input, button {
  outline: none;
}

html {
  font-size: clamp(9px, 0.5208333333vw, 10px);
}

body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  background-color: #050403;
  color: #fff;
  font: 400 1.8rem/140% "Gill Sans", sans-serif;
}

body.no-scroll,
body.menu-open {
  overflow: hidden;
}

html, body, .body-container {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

html, .body-container {
  height: 100%;
  min-height: 100%;
}

main.content {
  position: relative;
  flex: 1;
}

.container {
  width: 100%;
  max-width: 156.2rem;
  margin: 0 auto;
  padding: 0 1.6rem;
}

.container-full {
  width: 100%;
  max-width: 187.2rem;
  margin: 0 auto;
  padding: 0 6rem;
}
@media (max-width: 1400px) {
  .container-full {
    padding: 0 1.6rem;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

img.contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.icon {
  width: 2.4rem;
  height: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  flex-grow: 0;
}
.icon img, .icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

section {
  position: relative;
  padding: 11rem 0;
  max-width: 400rem;
  margin: 0 auto;
}

._desc {
  font: 400 2.4rem/140% "Gill Sans", sans-serif;
}

.section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  justify-content: space-between;
}

.text-decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font: 400 30rem/1 "Gill Sans", sans-serif;
  color: #DDA74F;
  text-shadow: 0 0.4rem 5.5rem rgba(221, 167, 79, 0.75);
  opacity: 0.07;
  text-align: center;
  pointer-events: none;
  z-index: -1;
  will-change: transform;
  transition: transform 0.25s ease-out;
  pointer-events: none;
}

.bread-crumbs {
  margin-bottom: 2.5rem;
  font: 600 1.6rem/180% "Gilroy", sans-serif;
}
.bread-crumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bread-crumbs li {
  position: relative;
  color: #DDA74F;
  padding-right: 6rem;
}
.bread-crumbs li:after {
  position: absolute;
  content: "/";
  color: #fff;
  display: inline-block;
  right: 0;
  top: auto;
  margin: 0 2.5rem;
}
.bread-crumbs li:last-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bread-crumbs li:last-child:after {
  display: none;
}
.bread-crumbs a {
  color: #fff;
}
.bread-crumbs a:hover {
  color: #DDA74F;
}

@media (max-width: 992px) {
  section {
    padding: 3.2rem 0;
  }
  section .title__section {
    font: 400 5.5rem/105% "Ponomar", serif;
  }
  .text-decor {
    font-size: 20rem;
  }
}
@media (max-width: 575px) {
  ._desc {
    font-size: 2rem;
  }
  .text-decor {
    font-size: 10rem;
  }
}
body {
  font-family: "Gill Sans", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 140%;
}

a {
  font-family: "Gill Sans", sans-serif;
}

button {
  font-family: "Gill Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8rem;
}

h1, .h1 {
  color: inherit;
  font: 400 7.5rem/120% "Ponomar", serif;
}
@media screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 3.8rem;
  }
}

h2, .h2 {
  color: inherit;
  font: 400 5.5rem/105% "Ponomar", serif;
}

h3, .h3 {
  color: inherit;
  font: 400 5rem/120% "Ponomar", serif;
}

h5, .h5 {
  font: 600 2.4rem/120% "Gill Sans", sans-serif;
  color: inherit;
}

h6, .h6 {
  font: 600 2.2rem/130% "Gill Sans", sans-serif;
  color: inherit;
}

h4, .h4 {
  font: 600 2.8rem/115% "Gill Sans", sans-serif;
  color: inherit;
}

p {
  font-family: inherit;
  font-weight: 400;
  line-height: 2.8rem;
  font-size: 1.4rem;
}
@media (min-width: 1400px) {
  p {
    font-size: 1.6rem;
  }
}

strong {
  font-weight: 600;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.title-section {
  font: 400 5.5rem/105% "Ponomar", serif;
  text-transform: uppercase;
  margin-bottom: 5rem;
  position: relative;
}
.title-section:after {
  position: relative;
  display: inline-block;
  margin: 0 0 0 0.6rem;
  content: "";
  right: 0;
  top: auto;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  box-shadow: 0 0.4rem 1rem 0 rgba(221, 167, 79, 0.5);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(221, 167, 79)), to(rgb(149, 99, 20)));
  background: linear-gradient(0deg, rgb(221, 167, 79) 0%, rgb(149, 99, 20) 100%);
}

.top__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.top__section .title__section {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .title-section {
    font-size: 3.2rem;
    margin-bottom: 2.4rem;
  }
  .section-head {
    margin-bottom: 2.4rem;
  }
}
blockquote {
  position: relative;
  padding-left: 2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#DDA74F), to(#956314));
  background: linear-gradient(180deg, #DDA74F 0%, #956314 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Gill Sans", sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 2.4rem;
  font-size: 2rem;
}
@media screen and (min-width: 500px) {
  blockquote {
    line-height: 3.2rem;
    font-size: 3rem;
  }
}
blockquote:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  width: 0.6rem;
  height: 100%;
  border-radius: 2.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#DDA74F), to(#956314));
  background: linear-gradient(180deg, #DDA74F 0%, #956314 100%);
}

.text > *:not(:last-child) {
  margin-bottom: 1.6rem;
}
.text blockquote:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .text blockquote:not(:last-child) {
    margin-bottom: 6.5rem;
  }
}
.text p {
  font: 400 1.8rem/140% "Gill Sans", sans-serif;
  color: rgba(255, 255, 255, 0.75);
}
.text .wp-block-image {
  border-radius: 2rem;
  overflow: hidden;
}
.text .wp-block-image:not(:first-child) {
  margin-top: 3rem;
}
.text .wp-block-image:not(:last-child) {
  margin-bottom: 3rem;
}
.text strong {
  font: 600 1.6rem/180% "Gilroy", sans-serif;
  color: #fff;
}
.text ul li {
  position: relative;
  padding-left: 3rem;
}
.text ul li:before {
  position: absolute;
  display: block;
  content: "";
  top: 9px;
  left: 1.2rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#DDA74F), to(#956314));
  background: linear-gradient(180deg, #DDA74F 0%, #956314 100%);
  box-shadow: 0 4px 10px 0 rgba(221, 167, 79, 0.5);
}
.text li:not(:last-child) {
  margin-bottom: 0.8rem;
}
.text li {
  font: 400 1.8rem/140% "Gill Sans", sans-serif;
}
.text [style="color: #DDA74F"] {
  background: -webkit-gradient(linear, left top, left bottom, from(#DDA74F), to(#956314));
  background: linear-gradient(180deg, #DDA74F 0%, #956314 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.has-text-align-left {
  text-align: left;
}

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

.has-text-align-right {
  text-align: right;
}

.has-text-align-justify {
  text-align: justify;
}

.alignleft {
  float: left;
  margin-right: 2em;
  margin-bottom: 2em;
}

.alignright {
  float: right;
  margin-left: 2em;
  margin-bottom: 2em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.wp-block-image figure {
  margin: 0;
}

.wp-block-image .aligncenter,
.wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image .aligncenter img,
.wp-block-image.aligncenter img {
  display: block;
  margin: 0 auto;
}

.wp-block-image img {
  width: 100%;
  height: auto;
}

.wp-block-image figcaption {
  text-align: center;
  margin-top: 0.5em;
}

.alignwide {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  clear: both;
}

.wp-block-group::after,
.wp-block-image::after,
.project-data__wrap::after {
  content: "";
  display: table;
  clear: both;
}

.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
  transform: scale(1);
}

.slick-dots {
  position: absolute;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}
.slick-dots button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  width: 1rem;
  height: 1rem;
  border: 0.1rem solid #DDA74F;
  background-color: transparent;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0);
  transition: 0.4s ease-in-out;
}
.slick-dots .slick-active button {
  transform: scale(1, 1);
  border-radius: 3rem;
  background-color: #DDA74F;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 10;
  right: 0;
  padding: 4rem 0 3rem;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header.scroll {
  background-color: #050403;
}
.header-logo a {
  display: block;
  width: 16.2rem;
  height: 2rem;
}
.header-logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-nav {
  margin: 0 auto;
}
.header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-nav ul li ul {
  display: none;
}
.header-nav li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.header-nav li:after {
  position: relative;
  display: inline-block;
  margin: 0 4rem;
  content: "";
  right: 0;
  top: auto;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  box-shadow: 0 0.4rem 1rem 0 rgba(221, 167, 79, 0.5);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(221, 167, 79)), to(rgb(149, 99, 20)));
  background: linear-gradient(0deg, rgb(221, 167, 79) 0%, rgb(149, 99, 20) 100%);
}
.header-nav li:last-child:after {
  display: none;
}
.header-nav a {
  font: 600 1.6rem/180% "Gilroy", sans-serif;
  position: relative;
  color: #fff;
}
.header-nav a:after {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  margin: 0 auto;
  top: calc(100% + 2rem);
  width: 0.2rem;
  z-index: 3;
  opacity: 0;
  height: 1.8rem;
  box-shadow: 0 0.4rem 1rem 0 rgba(221, 167, 79, 0.5);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(221, 167, 79)), to(rgb(149, 99, 20)));
  background: linear-gradient(0deg, rgb(221, 167, 79) 0%, rgb(149, 99, 20) 100%);
}
.header-nav a:hover {
  color: #DDA74F;
}
.header-nav a:hover:after {
  display: none;
}
.header-nav a.active {
  color: #DDA74F;
}
.header-nav a.active:hover:after {
  display: block;
}
.header-nav a.active:after {
  opacity: 1;
}
.header-nav li.current-menu-item a {
  color: #DDA74F;
}
.header-nav li.current-menu-item a:hover:after {
  display: block;
}
.header-nav li.current-menu-item a:after {
  opacity: 1;
}
.header-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
.header-action a {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
}
.header-action a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub-nav {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(1.5rem);
  transition: opacity ease 300ms, visibility ease 300ms, transform ease 300ms;
  padding: 4rem 0;
  background-color: #050403;
}
.sub-nav.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.sub-nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
}
.sub-nav__col {
  max-width: 45.6rem;
  width: 100%;
  margin-right: 8rem;
}
.sub-nav__col:last-child {
  margin-right: 0;
}
.sub-nav__col:last-child .sub-nav__list:after {
  display: none;
}
.sub-nav__title {
  text-transform: uppercase;
  font: 400 2.8rem/115% "Ponomar", serif;
  margin-bottom: 2rem;
  text-align: center;
}
.sub-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  position: relative;
}
.sub-nav__list:after {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  right: -4rem;
  width: 0.1rem;
  background-color: rgba(255, 255, 255, 0.15);
}
.sub-nav__list a {
  width: 100%;
  height: 18rem;
  max-width: calc(50% - 1rem);
  position: relative;
  overflow: hidden;
  padding: 0.1rem;
  box-sizing: border-box;
  border-radius: 2rem;
}
.sub-nav__list a:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 50%;
  max-height: 30.8rem;
  width: 100%;
  z-index: 3;
  pointer-events: none;
  border-radius: inherit;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.91)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.91) 100%);
  backdrop-filter: blur(2px);
}
.sub-nav__list a:after {
  pointer-events: none;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  max-height: 30.8rem;
  border-radius: inherit;
  background: -webkit-gradient(linear, left top, left bottom, from(#c89f5d), to(#956314));
  background: linear-gradient(180deg, #c89f5d 0%, #956314 100%);
  z-index: 1;
}
.sub-nav__list a img {
  border-radius: inherit;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: all ease 300ms;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
}
.sub-nav__list a:hover img {
  transform: scale(1.1);
}
.sub-nav__list a > span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font: 600 2.2rem/130% "Gill Sans", sans-serif;
  padding: 2.5rem 2.5rem;
  z-index: 4;
}
.sub-nav__action {
  display: none;
}

.header {
  transition: background-color ease 300ms, padding ease 300ms;
}
@media (max-width: 1199px) {
  .header-nav li:after {
    margin: 0 2.4rem;
  }
}
@media (max-width: 991px) {
  .header {
    padding: 2.4rem 0;
    z-index: 100;
  }
  .header .container {
    position: relative;
  }
  .header.active {
    background-color: #050403;
  }
  .header.active .header-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }
  .header.active .header-nav a:after {
    display: none !important;
  }
  .header.active .header-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .header.active .header-btn span {
    background-color: transparent;
  }
  .header.active .header-btn span:before {
    top: 0;
    transform: rotate(45deg);
  }
  .header.active .header-btn span:after {
    bottom: 0;
    transform: rotate(-45deg);
  }
  .header.active.mobile-sub-nav-open .header-nav {
    display: none;
  }
  .header.active.mobile-sub-nav-open .sub-nav.active {
    display: block;
  }
  .header.active.mobile-sub-nav-open .header-overlay {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .header .sub-nav {
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }
  .header .sub-nav.active {
    display: block;
  }
  .header.scroll {
    padding: 1.6rem 0;
  }
  .header-logo {
    position: relative;
    z-index: 102;
  }
  .header-logo a {
    width: 15rem;
  }
  .header-nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
    width: 100%;
    max-width: 36rem;
    height: 100vh;
    margin: 0;
    padding: 10rem 2.4rem 3rem;
    background-color: #050403;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(100%);
    transition: all ease 300ms;
    overflow-y: auto;
  }
  .header-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .header-nav li {
    display: block;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
  }
  .header-nav li:after {
    display: none;
  }
  .header-nav a {
    display: block;
    padding: 1.6rem 0;
    font-size: 2rem;
  }
  .header-nav a:after {
    display: none;
  }
  .header-action {
    position: relative;
    z-index: 102;
    margin-left: auto;
    margin-right: 2rem;
    gap: 1.6rem;
  }
  .header-action a {
    width: 2.4rem;
    height: 2.4rem;
  }
  .header-action a img, .header-action a svg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header-btn {
    position: relative;
    z-index: 102;
    width: 4rem;
    height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .header-btn span {
    position: relative;
    display: block;
    width: 2.8rem;
    height: 0.2rem;
    background-color: #fff;
    transition: all ease 300ms;
  }
  .header-btn span:before, .header-btn span:after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 0.2rem;
    background-color: #fff;
    transition: all ease 300ms;
  }
  .header-btn span:before {
    top: -0.8rem;
  }
  .header-btn span:after {
    bottom: -0.8rem;
  }
  .header-overlay {
    position: fixed;
    inset: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all ease 300ms;
  }
}
@media (min-width: 992px) {
  .header-btn, .header-overlay {
    display: none;
  }
}
@media (max-width: 575px) {
  .header {
    padding: 1.8rem 0;
  }
  .header.scroll {
    padding: 1.4rem 0;
  }
  .header-logo a {
    width: 13.8rem;
  }
  .header-action {
    gap: 1.2rem;
    margin-right: 1.4rem;
  }
  .header-action a {
    width: 2.2rem;
    height: 2.2rem;
  }
  .header-nav {
    max-width: 32rem;
    padding: 8.5rem 2rem 3rem;
  }
  .header-nav a {
    font-size: 1.8rem;
  }
  .header-btn {
    width: 3.6rem;
    height: 3.6rem;
  }
  .header-btn span {
    width: 2.6rem;
  }
}
@media (max-width: 374px) {
  .header-action {
    display: none;
  }
  .header-nav {
    max-width: 100%;
  }
}

@media (max-width: 1399px) {
  .sub-nav {
    padding: 3.5rem 0;
  }
  .sub-nav__col {
    max-width: 39rem;
    margin-right: 6rem;
  }
  .sub-nav__list {
    gap: 1.6rem;
  }
  .sub-nav__list:after {
    right: -3rem;
  }
  .sub-nav__list a {
    border-radius: 1.8rem;
  }
  .sub-nav__list a > span {
    padding: 1.5rem;
    font-size: 1.8rem;
  }
  .sub-nav__title {
    font-size: 2.6rem;
  }
}
@media (max-width: 1199px) {
  .sub-nav {
    padding: 3rem 0;
  }
  .sub-nav .container {
    gap: 3rem;
  }
  .sub-nav__col {
    max-width: none;
    flex: 1;
    margin-right: 0;
  }
  .sub-nav__list {
    gap: 1.4rem;
  }
  .sub-nav__list:after {
    right: -1.5rem;
  }
  .sub-nav__list a {
    border-radius: 1.6rem;
  }
  .sub-nav__list a > span {
    padding: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .sub-nav__title {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 991px) {
  .sub-nav {
    pointer-events: auto;
    transform: none;
    padding: 2.4rem 0;
    height: calc(100vh - 7rem);
    overflow: auto;
  }
  .sub-nav .container {
    display: block;
  }
  .sub-nav__col {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .sub-nav__col:last-child {
    margin-bottom: 0;
  }
  .sub-nav__col .slick-dots {
    position: relative;
  }
  .sub-nav__title {
    text-align: center;
    margin-bottom: 1.6rem;
  }
  .sub-nav__list {
    display: block;
    margin: 0 -0.8rem;
  }
  .sub-nav__list:after {
    display: none;
  }
  .sub-nav__list .slide {
    padding: 0 0.8rem;
  }
  .sub-nav__list a {
    max-width: 100%;
    display: block;
  }
  .sub-nav__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.6rem;
  }
  .sub-nav__action a {
    max-width: 30.7rem;
    width: 100%;
  }
}

.footer {
  position: relative;
}
.footer:before {
  position: absolute;
  content: "";
  left: 0;
  pointer-events: none;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='587' height='393' viewBox='0 0 587 393' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_4051_8265)'%3E%3Cellipse cx='155.5' cy='309.5' rx='281.5' ry='280.5' fill='%23C89F5D' fill-opacity='0.15'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_4051_8265' x='-276' y='-121' width='863' height='861' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='75' result='effect1_foregroundBlur_4051_8265'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 58.7rem;
  height: 39.3rem;
}
.footer-top {
  padding: 8rem 0 4rem;
}
.footer-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.footer-logo {
  width: 27rem;
  display: block;
  height: 3.4rem;
  margin-bottom: 1.6rem;
}
.footer-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-text {
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 2.5rem;
}
.footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
.footer-socials a {
  width: 5.9rem;
  height: 5.9rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 0.1rem solid #614314;
  border-radius: 50%;
  background-color: rgba(221, 167, 79, 0.2);
  justify-content: center;
  align-items: center;
}
.footer-socials a img, .footer-socials a svg {
  width: 2.4rem;
  height: 2.4rem;
}
.footer-socials a:hover {
  border-color: #DDA74F;
  box-shadow: 0 0.2rem 0.2rem 0 rgba(221, 167, 79, 0.5);
}
.footer-main {
  max-width: 39.5rem;
}
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11.3rem;
}
.footer-col:first-child {
  max-width: 19.2rem;
}
.footer-col__title {
  font: 600 2.4rem/120% "Gill Sans", sans-serif;
  color: #DDA74F;
  margin-bottom: 1.2rem;
}
.footer-col__text {
  color: rgba(255, 255, 255, 0.55);
}
.footer-col__text a:hover {
  color: #DDA74F;
}
.footer-bottom {
  border-top: 0.1rem solid rgba(255, 255, 255, 0.15);
  padding: 3rem 0 4rem;
  text-align: center;
  font: 300 1.6rem/160% "Gill Sans", sans-serif;
  color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 1199px) {
  .footer:before {
    width: 48rem;
    height: 32rem;
    background-size: contain;
  }
  .footer-top {
    padding: 7rem 0 3.6rem;
  }
  .footer-nav {
    gap: 6rem;
  }
  .footer-logo {
    width: 23rem;
    height: 3rem;
  }
}
@media (max-width: 991px) {
  .footer:before {
    width: 42rem;
    height: 28rem;
    opacity: 0.8;
  }
  .footer-top {
    padding: 6rem 0 3.2rem;
  }
  .footer-top .container {
    flex-wrap: wrap;
    gap: 4rem;
  }
  .footer-main {
    max-width: 100%;
    width: 100%;
  }
  .footer-nav {
    width: 100%;
    justify-content: space-between;
    gap: 4rem;
  }
  .footer-col:first-child {
    max-width: 28rem;
  }
  .footer-bottom {
    padding: 2.4rem 0 3.2rem;
  }
}
@media (max-width: 767px) {
  .footer:before {
    width: 34rem;
    height: 23rem;
    opacity: 0.65;
  }
  .footer-top {
    padding: 5rem 0 3rem;
  }
  .footer-top .container {
    gap: 3.2rem;
  }
  .footer-logo {
    width: 20rem;
    height: 2.6rem;
  }
  .footer-text {
    margin-bottom: 2rem;
  }
  .footer-socials {
    gap: 1.6rem;
  }
  .footer-socials a {
    width: 5rem;
    height: 5rem;
  }
  .footer-socials a img,
  .footer-socials a svg {
    width: 2rem;
    height: 2rem;
  }
  .footer-nav {
    flex-wrap: wrap;
    gap: 3rem 2rem;
  }
  .footer-col {
    width: calc(50% - 1rem);
  }
  .footer-col:first-child {
    max-width: none;
  }
  .footer-col__title {
    margin-bottom: 1rem;
  }
  .footer-bottom {
    padding: 2.2rem 0 2.8rem;
  }
}
@media (max-width: 575px) {
  .footer:before {
    width: 28rem;
    height: 19rem;
    opacity: 0.55;
  }
  .footer-top {
    padding: 4rem 0 2.4rem;
  }
  .footer-top .container {
    gap: 2.8rem;
  }
  .footer-logo {
    width: 18rem;
    height: 2.3rem;
  }
  .footer-socials {
    gap: 1.2rem;
  }
  .footer-socials a {
    width: 4.6rem;
    height: 4.6rem;
  }
  .footer-socials a img,
  .footer-socials a svg {
    width: 1.8rem;
    height: 1.8rem;
  }
  .footer-nav {
    flex-direction: column;
    gap: 2.4rem;
  }
  .footer-col {
    width: 100%;
  }
  .footer-col__title {
    margin-bottom: 0.8rem;
  }
  .footer-bottom {
    padding: 2rem 0 2.4rem;
  }
}
@media (max-width: 374px) {
  .footer:before {
    width: 24rem;
    height: 16rem;
  }
  .footer-top {
    padding-top: 3.2rem;
  }
  .footer-socials a {
    width: 4.2rem;
    height: 4.2rem;
  }
}

.hero {
  padding: 0;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-bg:before {
  position: absolute;
  content: "";
  left: -22.2rem;
  bottom: -22.2rem;
  border-radius: 50%;
  width: 82.9rem;
  height: 82.9rem;
  background: rgba(200, 159, 93, 0.18);
  box-shadow: 0 0 18rem 12rem rgba(200, 159, 93, 0.18);
  pointer-events: none;
}
.hero-bg:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0.55;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(5, 4, 3)), to(rgb(5, 4, 3)));
  background: linear-gradient(90deg, rgb(5, 4, 3) 0%, rgb(5, 4, 3) 100%);
}
.hero .container {
  position: relative;
  z-index: 2;
  height: auto;
  min-height: 96rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-content {
  text-align: center;
  max-width: 119.7rem;
  margin: 0 auto;
}
.hero-title {
  text-transform: uppercase;
  margin-bottom: 4rem;
}
.hero-text {
  max-width: 83.5rem;
  margin: 0 auto 10rem;
}
.hero-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.5rem;
}
.hero-action a {
  width: 100%;
  max-width: 32rem;
}

@media (max-width: 1199px) {
  .hero-title {
    margin-bottom: 3rem;
  }
  .hero-text {
    margin-bottom: 7rem;
  }
}
@media (max-width: 991px) {
  .hero .container {
    min-height: 80rem;
    padding-top: 12rem;
    padding-bottom: 8rem;
  }
  .hero-content {
    max-width: 90rem;
  }
  .hero-title {
    margin-bottom: 2.4rem;
    font-size: 4.8rem;
  }
  .hero-text {
    max-width: 70rem;
    margin-bottom: 5rem;
  }
  .hero-action {
    gap: 2.4rem;
  }
  .hero-action a {
    max-width: 28rem;
  }
  .hero-bg:before {
    left: -30rem;
    bottom: -30rem;
    width: 70rem;
    height: 70rem;
    box-shadow: 0 0 14rem 9rem rgba(200, 159, 93, 0.16);
  }
}
@media (max-width: 767px) {
  .hero .container {
    min-height: 70rem;
    padding-top: 10rem;
    padding-bottom: 6rem;
    justify-content: center;
  }
  .hero-content {
    max-width: 100%;
  }
  .hero-title {
    margin-bottom: 2rem;
  }
  .hero-text {
    max-width: 100%;
    margin-bottom: 4rem;
  }
  .hero-action {
    flex-direction: column;
    gap: 1.6rem;
  }
  .hero-action a {
    max-width: 32rem;
  }
  .hero-bg:before {
    left: -34rem;
    bottom: -28rem;
    width: 60rem;
    height: 60rem;
    box-shadow: 0 0 12rem 7rem rgba(200, 159, 93, 0.15);
  }
  .hero-bg:after {
    opacity: 0.65;
  }
}
@media (max-width: 575px) {
  .hero .container {
    min-height: 64rem;
    padding-top: 9rem;
    padding-bottom: 5rem;
  }
  .hero-title {
    font-size: 3.2rem;
    margin-bottom: 1.6rem;
  }
  .hero-text {
    margin-bottom: 3.2rem;
  }
  .hero-action {
    width: 100%;
  }
  .hero-action a {
    max-width: 100%;
  }
  .hero-bg:before {
    left: -36rem;
    bottom: -24rem;
    width: 52rem;
    height: 52rem;
    box-shadow: 0 0 10rem 6rem rgba(200, 159, 93, 0.14);
  }
}
@media (max-width: 374px) {
  .hero .container {
    min-height: 60rem;
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
  .hero-text {
    margin-bottom: 2.8rem;
  }
}

.about {
  padding: 12.4rem 0;
  overflow: hidden;
}
.about-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.about-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
}
.about .container {
  position: relative;
  z-index: 3;
}
.about-content {
  max-width: 62.5rem;
  margin: 0 0 0 auto;
  min-height: 75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about .text-section {
  color: rgba(255, 255, 255, 0.7);
}
.about .text-decor {
  max-width: 76rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  font-size: 25rem;
  line-height: 1;
  font-family: "Gill Sans", sans-serif;
  text-shadow: none;
  color: rgba(221, 167, 79, 0.05);
}

@media (max-width: 1199px) {
  .about {
    padding: 10rem 0;
  }
  .about-content {
    max-width: 58rem;
    min-height: 65rem;
  }
  .about .text-decor {
    font-size: 20rem;
    max-width: 62rem;
  }
}
@media (max-width: 991px) {
  .about {
    padding: 8rem 0;
  }
  .about-content {
    max-width: 52rem;
    min-height: 56rem;
  }
  .about .text-decor {
    font-size: 16rem;
    max-width: 50rem;
  }
}
@media (max-width: 767px) {
  .about {
    padding: 7rem 0;
  }
  .about-bg:after {
    position: absolute;
    content: "";
    inset: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0.45);
    pointer-events: none;
  }
  .about-bg img {
    -o-object-position: center;
       object-position: center;
  }
  .about-content {
    max-width: 100%;
    min-height: auto;
    margin: 0;
    padding: 8rem 0;
  }
  .about .text-decor {
    right: -2rem;
    top: 2rem;
    font-size: 12rem;
    max-width: 38rem;
  }
}
@media (max-width: 575px) {
  .about {
    padding: 6rem 0;
  }
  .about-bg img {
    -o-object-position: 35% center;
       object-position: 35% center;
  }
  .about-content {
    padding: 6rem 0;
  }
  .about .text-decor {
    right: -1rem;
    top: 1rem;
    font-size: 8rem;
    max-width: 28rem;
  }
}
@media (max-width: 374px) {
  .about {
    padding: 5rem 0;
  }
  .about-content {
    padding: 5rem 0;
  }
  .about .text-decor {
    font-size: 6.4rem;
  }
}

.service {
  background-size: cover;
  background-repeat: no-repeat;
}
.service .title-section {
  max-width: 55rem;
}
.service-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.service-item {
  width: 100%;
  max-width: calc(50% - 1.2rem);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  align-items: center;
  padding: 6.4rem 5.6rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(149, 99, 20, 0.1);
  border-radius: 2rem;
}
.service-item::before {
  content: "";
  transition: all ease 300ms;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.2rem;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(209, 199, 183, 0.55) 0%, rgba(209, 199, 183, 0.22) 18%, rgba(209, 199, 183, 0.06) 45%, rgba(209, 199, 183, 0.16) 72%, rgba(209, 199, 183, 0.34) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.service-item:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 19.3rem;
  height: 19.3rem;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='193' height='193' viewBox='0 0 193 193' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_4051_7957)'%3E%3Ccircle cx='96.2907' cy='96.2907' r='41.2907' fill='%23DDA74F' fill-opacity='0.2'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_4051_7957' x='0' y='0' width='192.581' height='192.581' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='27.5' result='effect1_foregroundBlur_4051_7957'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
}
.service-item__media {
  width: 11.6rem;
  height: 11.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2rem;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: rgba(209, 199, 183, 0.1);
}
.service-item__media::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.2rem;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(209, 199, 183, 0.55) 0%, rgba(209, 199, 183, 0.22) 18%, rgba(209, 199, 183, 0.06) 45%, rgba(209, 199, 183, 0.16) 72%, rgba(209, 199, 183, 0.34) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.service-item__title {
  font: 400 2.8rem/155% "Gill Sans", sans-serif;
  margin-bottom: 1rem;
}
.service-item__text {
  color: rgba(255, 255, 255, 0.55);
  max-width: 39rem;
}
.service-item__number {
  display: inline-block;
  position: absolute;
  right: 3rem;
  z-index: 2;
  top: 3rem;
  font: 400 3rem/140% "Ponomar", serif;
  background: -webkit-gradient(linear, left top, left bottom, from(#DDA74F), to(#745A1C));
  background: linear-gradient(180deg, #DDA74F 0%, #745A1C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.service-item:hover:before {
  transform: translate(0, -0.5rem);
  box-shadow: 0 0.4rem 0.4rem 0 rgb(221, 167, 79);
}

@media (max-width: 1199px) {
  .service-item {
    padding: 5rem 4rem;
    gap: 2rem;
  }
  .service-item__media {
    width: 10rem;
    height: 10rem;
    flex: 0 0 10rem;
  }
  .service-item__title {
    font-size: 2.4rem;
  }
  .service-item__number {
    right: 2.4rem;
    top: 2.4rem;
  }
}
@media (max-width: 991px) {
  .service .title-section {
    max-width: 100%;
  }
  .service-grid {
    gap: 2rem;
  }
  .service-item {
    max-width: 100%;
    padding: 4rem 3.2rem;
  }
  .service-item__text {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .service-grid {
    gap: 1.6rem;
  }
  .service-item {
    align-items: flex-start;
    padding: 3.2rem 2.4rem;
    gap: 1.8rem;
  }
  .service-item__media {
    width: 8.4rem;
    height: 8.4rem;
    flex: 0 0 8.4rem;
    border-radius: 1.6rem;
  }
  .service-item__media img,
  .service-item__media svg {
    max-width: 4.4rem;
    max-height: 4.4rem;
  }
  .service-item__title {
    font-size: 2.2rem;
    line-height: 140%;
    margin-bottom: 0.8rem;
    padding-right: 4rem;
  }
  .service-item__number {
    right: 2rem;
    top: 2rem;
  }
}
@media (max-width: 575px) {
  .service-item {
    flex-direction: column;
    padding: 2.8rem 2rem;
    gap: 1.6rem;
    border-radius: 1.6rem;
  }
  .service-item::before {
    padding: 0.1rem;
  }
  .service-item__media {
    width: 7.2rem;
    height: 7.2rem;
    flex: 0 0 7.2rem;
    border-radius: 1.4rem;
  }
  .service-item__media::before {
    padding: 0.1rem;
  }
  .service-item__media img,
  .service-item__media svg {
    max-width: 3.8rem;
    max-height: 3.8rem;
  }
  .service-item__title {
    font-size: 2rem;
    padding-right: 3.8rem;
  }
  .service-item__number {
    right: 1.6rem;
    top: 1.6rem;
  }
}
@media (max-width: 374px) {
  .service-item {
    padding: 2.4rem 1.6rem;
  }
  .service-item__title {
    font-size: 1.8rem;
  }
  .service-item__number {
    right: 1.4rem;
    top: 1.4rem;
  }
}

.format {
  overflow: hidden;
}
.format-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.format-bg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.format-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  flex-wrap: wrap;
}
.format .slick-list {
  margin: 0 -1.2rem;
  padding: 0 0 5rem;
}
.format .slide {
  width: 100%;
  padding: 0 1.2rem;
}
.format-card {
  position: relative;
  border-radius: 2rem;
}
.format-card:after {
  pointer-events: none;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  max-height: 30.8rem;
  border-radius: inherit;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 0.4rem 0.4rem 0 rgb(221, 167, 79);
}
.format-card__image {
  position: relative;
  border-radius: inherit;
  overflow: hidden;
}
.format-card__image img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  transition: all ease 300ms;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
}
.format-card__image:hover img {
  transform: scale(1.1);
}
.format-card__image:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  max-height: 30.8rem;
  width: 100%;
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.91)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.91) 100%);
  backdrop-filter: blur(2px);
}
.format-card__content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 2.4rem 4.8rem;
  z-index: 2;
}
.format-card__title {
  font: 600 2.8rem/115% "Gill Sans", sans-serif;
  position: relative;
  margin-bottom: 1.6rem;
}
.format-card__title:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0.4rem;
  border-radius: 2.5rem;
  left: -4.8rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#dda74f), to(#956314));
  background: linear-gradient(0deg, #dda74f 0%, #956314 100%);
}
.format-card__text {
  color: rgba(255, 255, 255, 0.75);
}
.format-action {
  width: 100%;
  text-align: center;
}
.format-action .btn-primary {
  width: 100%;
  max-width: 30.7rem;
}
.format-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4rem;
  justify-content: center;
  align-items: center;
}
.format-controls button {
  position: relative;
  background-color: transparent;
}
.format-controls button svg {
  width: 1.6rem;
  height: 1rem;
}
.format-controls button svg path {
  fill: #fff;
}
.format-controls button:hover svg path {
  fill: #DDA74F;
}
.format-nav {
  width: 100%;
  max-width: 41.4rem;
  margin: 0 2rem;
  height: 0.1rem;
  position: relative;
  background-color: rgba(255, 255, 255, 0.15);
}
.format-nav__progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  transition: all ease 300ms;
  display: inline-block;
  background-color: #fff;
}

@media (max-width: 1199px) {
  .format .slick-list {
    padding-bottom: 4rem;
  }
  .format-card__content {
    padding: 2rem;
  }
  .format-card__title {
    margin-bottom: 1.2rem;
  }
  .format-controls {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 991px) {
  .format-grid {
    gap: 2rem;
  }
  .format .slick-list {
    margin: 0 -1rem;
    padding-bottom: 3.6rem;
  }
  .format .slide {
    padding: 0 1rem;
  }
  .format-card {
    border-radius: 1.8rem;
  }
  .format-card:after {
    max-height: 26rem;
  }
  .format-card__image:after {
    max-height: 26rem;
  }
  .format-card__content {
    padding: 2rem 1.8rem;
  }
  .format-card__title {
    margin-bottom: 1rem;
  }
  .format-nav {
    max-width: 34rem;
  }
}
@media (max-width: 767px) {
  .format .slick-list {
    margin: 0 -0.8rem;
    padding-bottom: 3rem;
  }
  .format .slide {
    padding: 0 0.8rem;
  }
  .format-card {
    border-radius: 1.6rem;
  }
  .format-card:after {
    max-height: 22rem;
  }
  .format-card__image:after {
    max-height: 22rem;
    backdrop-filter: blur(1.5px);
  }
  .format-card__content {
    padding: 1.8rem 1.6rem;
  }
  .format-card__title {
    margin-bottom: 0.8rem;
  }
  .format-controls {
    margin-bottom: 2.8rem;
  }
  .format-nav {
    max-width: 26rem;
    margin: 0 1.6rem;
  }
  .format-action .btn-primary {
    max-width: 28rem;
  }
}
@media (max-width: 575px) {
  .format .slick-list {
    padding-bottom: 2.8rem;
  }
  .format-card {
    border-radius: 1.4rem;
  }
  .format-card:after {
    max-height: 20rem;
    box-shadow: 0 0.3rem 0.4rem 0 rgba(221, 167, 79, 0.85);
  }
  .format-card__image:after {
    max-height: 20rem;
  }
  .format-card__content {
    padding: 1.6rem 1.4rem;
  }
  .format-card__title {
    margin-bottom: 0.6rem;
  }
  .format-card__title:before {
    left: -1.4rem;
  }
  .format-controls {
    margin-bottom: 2.4rem;
  }
  .format-nav {
    max-width: none;
    flex: 1;
    margin: 0 1.2rem;
  }
  .format-action .btn-primary {
    max-width: 100%;
  }
}
@media (max-width: 374px) {
  .format-card__content {
    padding: 1.4rem 1.2rem;
  }
  .format-nav {
    margin: 0 1rem;
  }
}

.custom-event {
  overflow: hidden;
  padding: 28.2rem 0;
}
.custom-event-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.custom-event-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-event .text-decor {
  z-index: 1;
  opacity: 1;
  text-shadow: none;
  color: rgba(255, 255, 255, 0.05);
}
.custom-event:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 108.8rem;
  max-height: 108.7rem;
  pointer-events: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='560' height='560' viewBox='0 0 560 560' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_4247_113)'%3E%3Ccircle cx='280' cy='280' r='130' fill='%23C89F5D' fill-opacity='0.1'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_4247_113' x='0' y='0' width='560' height='560' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='75' result='effect1_foregroundBlur_4247_113'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}
.custom-event__content {
  text-align: center;
  max-width: 99.2rem;
  margin: 0 auto;
}
.custom-event .title-section {
  margin-bottom: 4rem;
}
.custom-event .title-section:after {
  display: none;
}
.custom-event .text-section {
  margin-bottom: 8rem;
}
.custom-event__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 3.5rem;
  justify-content: center;
}
.custom-event__action a {
  width: 100%;
  max-width: 30.7rem;
}

@media (max-width: 1199px) {
  .custom-event {
    padding: 22rem 0;
  }
  .custom-event .title-section {
    margin-bottom: 3.2rem;
  }
  .custom-event .text-section {
    margin-bottom: 6rem;
  }
}
@media (max-width: 991px) {
  .custom-event {
    padding: 18rem 0;
  }
  .custom-event__content {
    max-width: 82rem;
  }
  .custom-event .title-section {
    margin-bottom: 2.8rem;
  }
  .custom-event .text-section {
    margin-bottom: 5rem;
  }
  .custom-event__action {
    gap: 2.4rem;
  }
  .custom-event__action a {
    max-width: 28rem;
  }
}
@media (max-width: 767px) {
  .custom-event {
    padding: 14rem 0;
  }
  .custom-event-bg:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    pointer-events: none;
  }
  .custom-event-bg img {
    -o-object-position: center;
       object-position: center;
  }
  .custom-event__content {
    max-width: 100%;
  }
  .custom-event .title-section {
    margin-bottom: 2.4rem;
  }
  .custom-event .text-section {
    margin-bottom: 4rem;
  }
  .custom-event__action {
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
  }
  .custom-event__action a {
    max-width: 32rem;
  }
}
@media (max-width: 575px) {
  .custom-event {
    padding: 10rem 0;
  }
  .custom-event-bg:after {
    background: rgba(0, 0, 0, 0.55);
  }
  .custom-event .title-section {
    margin-bottom: 2rem;
  }
  .custom-event .text-section {
    margin-bottom: 3.2rem;
  }
  .custom-event__action {
    width: 100%;
  }
  .custom-event__action a {
    max-width: 100%;
  }
}
@media (max-width: 374px) {
  .custom-event {
    padding: 8rem 0;
  }
  .custom-event .text-section {
    margin-bottom: 2.8rem;
  }
}

.moments {
  overflow: visible;
}
.moments-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.moments-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.moments-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  gap: 3.2rem;
}
.moments .title-section {
  margin-bottom: 3rem;
}
.moments .text-section {
  margin-bottom: 2.5rem;
  color: rgba(255, 255, 255, 0.7);
}
.moments .container {
  overflow: visible;
}
.moments-content {
  max-width: 73.25rem;
  align-self: stretch;
  overflow: visible;
}
.moments-content__inner {
  position: sticky;
  top: 10rem;
  align-self: flex-start;
}
.moments-content .title-section {
  max-width: 32rem;
}
.moments-content .btn-primary {
  width: 100%;
  max-width: 30.7rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.moments-image {
  margin-bottom: 2rem;
  max-height: 35rem;
  overflow: hidden;
  border-radius: 2rem;
  border: 0.1rem solid rgba(221, 167, 79, 0.5);
}
.moments-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}
.moments-gallery {
  max-width: 73.25rem;
}
.moments-gallery__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.moments-gallery__item {
  width: 35.5rem;
  height: 26rem;
}
.moments-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1199px) {
  .moments-row {
    gap: 2.4rem;
  }
  .moments-content, .moments-gallery {
    max-width: calc(50% - 1.2rem);
  }
  .moments-gallery__grid {
    gap: 1.6rem;
  }
  .moments-gallery__item {
    width: calc(50% - 0.8rem);
    height: 22rem;
  }
  .moments .text-section {
    margin-bottom: 5rem;
  }
  .moments-image {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 991px) {
  .moments-row {
    flex-direction: column;
    gap: 5rem;
  }
  .moments-content, .moments-gallery {
    max-width: 100%;
  }
  .moments-content .title-section {
    max-width: 100%;
  }
  .moments-content .btn-primary {
    margin: 0;
  }
  .moments-gallery__item {
    height: 28rem;
  }
  .moments .title-section {
    margin-bottom: 2.4rem;
  }
  .moments .text-section {
    margin-bottom: 4rem;
  }
  .moments-image {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .moments-bg:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    pointer-events: none;
  }
  .moments-row {
    gap: 4rem;
  }
  .moments-gallery__grid {
    gap: 1.2rem;
  }
  .moments-gallery__item {
    width: calc(50% - 0.6rem);
    height: 22rem;
  }
  .moments .title-section {
    margin-bottom: 2rem;
    font-size: 3.2rem;
  }
  .moments .text-section {
    margin-bottom: 3.2rem;
  }
  .moments-image {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 575px) {
  .moments-row {
    gap: 3.2rem;
  }
  .moments-content .btn-primary {
    max-width: 100%;
  }
  .moments-gallery__grid {
    gap: 1rem;
  }
  .moments-gallery__item {
    border-radius: 1.2rem;
    height: 20rem;
    overflow: hidden;
  }
  .moments-image {
    margin-bottom: 2rem;
  }
  .moments .text-section {
    margin-bottom: 2.8rem;
  }
}
@media (max-width: 374px) {
  .moments-gallery__item {
    height: 22rem;
  }
}

.locations-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.locations .title-section {
  max-width: 65.8rem;
  font: 400 5rem/120% "Ponomar", serif;
}
.locations-slider .slide {
  width: 100%;
}
.locations-slider .location-card {
  position: relative;
  width: 100%;
}
.locations-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 4rem;
}
.locations-grid .location-card {
  position: relative;
  width: 100%;
  max-width: calc(25% - 2rem);
}
.locations-grid .location-card__title {
  color: #fff;
  bottom: 8.7rem;
  padding-bottom: 0;
}
.locations .slick-list {
  margin: 0 -1.2rem;
  padding: 0 0 5rem;
}
.locations .slide {
  width: 100%;
  padding: 0 1.2rem;
}
.locations-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4rem;
  justify-content: center;
  align-items: center;
}
.locations-controls button {
  position: relative;
  background-color: transparent;
}
.locations-controls button svg {
  width: 1.6rem;
  height: 1rem;
}
.locations-controls button svg path {
  fill: #fff;
}
.locations-controls button:hover svg path {
  fill: #DDA74F;
}
.locations-nav {
  width: 100%;
  max-width: 41.4rem;
  margin: 0 2rem;
  height: 0.1rem;
  position: relative;
  background-color: rgba(255, 255, 255, 0.15);
}
.locations-nav__progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  transition: all ease 300ms;
  display: inline-block;
  background-color: #fff;
}

.section-action {
  text-align: center;
}
.section-action .btn-primary {
  width: 100%;
  max-width: 30.7rem;
}

.location-card {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
.location-card:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  max-height: 14.8rem;
  width: 100%;
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.91)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.91) 100%);
  backdrop-filter: blur(2px);
}
.location-card:after {
  pointer-events: none;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  border-radius: inherit;
  box-shadow: 0 0.4rem 0.4rem 0 rgb(221, 167, 79);
}
.location-card img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
  transform: scale(1);
  transition: all ease 300ms;
}
.location-card:hover img {
  transform: scale(1.1);
}
.location-card__title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3.5rem;
  font: 600 2.8rem/115% "Gill Sans", sans-serif;
  color: #DDA74F;
  z-index: 2;
}
.location-card__price {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3.5rem;
  font: 400 3rem/140% "Ponomar", serif;
  color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#DDA74F), to(#956314));
  background: linear-gradient(180deg, #DDA74F 0%, #956314 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  z-index: 2;
}

@media (max-width: 1199px) {
  .locations .title-section {
    max-width: 58rem;
  }
  .locations .slick-list {
    padding-bottom: 4rem;
  }
  .locations-controls {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 991px) {
  .locations .title-section {
    max-width: 100%;
  }
  .locations .slick-list {
    margin: 0 -1rem;
    padding-bottom: 3.6rem;
  }
  .locations .slide {
    padding: 0 1rem;
  }
  .locations-nav {
    max-width: 34rem;
  }
  .locations .locations-grid .location-card {
    max-width: calc(50% - 2rem);
  }
}
@media (max-width: 767px) {
  .locations .title-section {
    font-size: 3.2rem;
  }
  .locations .slick-list {
    margin: 0 -0.8rem;
    padding-bottom: 3rem;
  }
  .locations .slide {
    padding: 0 0.8rem;
  }
  .locations-controls {
    margin-bottom: 2.8rem;
  }
  .locations-nav {
    max-width: 26rem;
    margin: 0 1.6rem;
  }
  .locations .locations-grid .location-card {
    max-width: calc(100% - 2rem);
  }
}
@media (max-width: 575px) {
  .locations .slick-list {
    padding-bottom: 2.8rem;
  }
  .locations-controls {
    margin-bottom: 2.4rem;
  }
  .locations-nav {
    max-width: none;
    flex: 1;
    margin: 0 1.2rem;
  }
}
@media (max-width: 374px) {
  .locations-nav {
    margin: 0 1rem;
  }
}

@media (max-width: 991px) {
  .location-card {
    border-radius: 1.8rem;
  }
  .location-card:before {
    max-height: 13rem;
  }
  .location-card__title {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .location-card {
    border-radius: 1.6rem;
  }
  .location-card:before {
    max-height: 12rem;
    backdrop-filter: blur(1.5px);
  }
  .location-card__title {
    padding: 2.4rem;
  }
}
@media (max-width: 575px) {
  .location-card {
    border-radius: 1.4rem;
  }
  .location-card:before {
    max-height: 11rem;
  }
  .location-card:after {
    box-shadow: 0 0.3rem 0.4rem 0 rgba(221, 167, 79, 0.85);
  }
  .location-card img {
    min-height: 36rem;
  }
  .location-card__title {
    padding: 2rem;
  }
}
@media (max-width: 374px) {
  .location-card img {
    min-height: 32rem;
  }
  .location-card__title {
    padding: 1.6rem;
  }
}

.why {
  overflow: hidden;
}
.why-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.why-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.why-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.why-item {
  width: 100%;
  text-align: center;
  max-width: calc(33.3333% - 2rem);
  padding: 3.5rem 4.8rem;
}
.why-item__icon {
  width: 10.05rem;
  height: 10.05rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2rem;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin: 0 auto 3rem;
  background: rgba(209, 199, 183, 0.1);
}
.why-item__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.2rem;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(209, 199, 183, 0.55) 0%, rgba(209, 199, 183, 0.22) 18%, rgba(209, 199, 183, 0.06) 45%, rgba(209, 199, 183, 0.16) 72%, rgba(209, 199, 183, 0.34) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.why-item__icon:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 19.3rem;
  height: 19.3rem;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='193' height='193' viewBox='0 0 193 193' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_4051_7957)'%3E%3Ccircle cx='96.2907' cy='96.2907' r='41.2907' fill='%23DDA74F' fill-opacity='0.2'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_4051_7957' x='0' y='0' width='192.581' height='192.581' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='27.5' result='effect1_foregroundBlur_4051_7957'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
}
.why-item__title {
  font: 600 2.4rem/120% "Gill Sans", sans-serif;
  max-width: 32rem;
  min-height: 5.8rem;
  margin: 0 auto 1.2rem;
  text-shadow: 0 0.4rem 2.5rem rgba(221, 167, 79, 0.6);
  color: #FFCF81;
}
.why-item__text {
  color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 1199px) {
  .why-item {
    max-width: calc(33.3333% - 1.34rem);
    padding: 3.2rem 3rem;
  }
  .why-item__icon {
    width: 9rem;
    height: 9rem;
    margin-bottom: 2.4rem;
  }
  .why-item__title {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .why-grid {
    gap: 1.6rem;
  }
  .why-item {
    max-width: calc(50% - 0.8rem);
    padding: 3rem 2.4rem;
  }
  .why-item__icon {
    width: 8.4rem;
    height: 8.4rem;
    border-radius: 1.6rem;
    margin-bottom: 2rem;
  }
  .why-item__icon img,
  .why-item__icon svg {
    max-width: 4.4rem;
    max-height: 4.4rem;
  }
  .why-item__title {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .why-item {
    padding: 2.6rem 2rem;
  }
  .why-item__icon {
    width: 7.8rem;
    height: 7.8rem;
    margin-bottom: 1.8rem;
  }
  .why-item__icon::before {
    padding: 0.1rem;
  }
  .why-item__icon:after {
    width: 15rem;
    height: 15rem;
  }
  .why-item__icon img,
  .why-item__icon svg {
    max-width: 4rem;
    max-height: 4rem;
  }
}
@media (max-width: 575px) {
  .why-grid {
    gap: 2rem;
  }
  .why-item {
    max-width: 100%;
    padding: 2.4rem 1.6rem;
  }
  .why-item__icon {
    width: 7.2rem;
    height: 7.2rem;
    border-radius: 1.4rem;
    margin-bottom: 1.6rem;
  }
  .why-item__icon:after {
    width: 13rem;
    height: 13rem;
  }
  .why-item__icon img,
  .why-item__icon svg {
    max-width: 3.6rem;
    max-height: 3.6rem;
  }
  .why-item__text {
    max-width: 36rem;
    margin: 0 auto;
  }
}
@media (max-width: 374px) {
  .why-item {
    padding: 2.2rem 1.2rem;
  }
  .why-item__icon {
    width: 6.8rem;
    height: 6.8rem;
  }
}

.steps {
  overflow: hidden;
}
.steps:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 108.8rem;
  max-height: 108.7rem;
  pointer-events: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='560' height='560' viewBox='0 0 560 560' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_4247_113)'%3E%3Ccircle cx='280' cy='280' r='130' fill='%23C89F5D' fill-opacity='0.1'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_4247_113' x='0' y='0' width='560' height='560' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='75' result='effect1_foregroundBlur_4247_113'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}
.steps-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.steps-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.steps .title-section {
  font: 400 5rem/120% "Ponomar", serif;
  max-width: 54.8rem;
  margin-bottom: 6.5rem;
}
.steps-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.steps-grid._grid-last .steps-item:nth-last-child(1), .steps-grid._grid-last .steps-item:nth-last-child(2) {
  max-width: calc(50% - 2rem);
}
.steps-item {
  width: 100%;
  max-width: calc(33.3333% - 2rem);
  min-height: 21.5rem;
  padding: 5.8rem 5rem 4.4rem;
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  background: rgba(149, 99, 20, 0.1);
}
.steps-item::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.1;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 32%, rgba(149, 99, 20, 0.14) 100%), rgba(149, 99, 20, 0.1);
  z-index: 0;
}
.steps-item::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 0.1rem rgba(255, 255, 255, 0.04), inset 0 -1.2rem 2.4rem rgba(149, 99, 20, 0.16);
  z-index: 1;
}
.steps-item__number {
  margin-bottom: 3rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#DDA74F), to(#956314));
  background: linear-gradient(180deg, #DDA74F 0%, #956314 100%);
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-stroke: 0.1rem #956314;
  text-shadow: 0 0.4rem 5rem rgba(0, 0, 0, 0.7);
  font: 400 8rem/120% "Ponomar", serif;
  position: relative;
  padding-left: 4.6rem;
}
.steps-item__number:before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 9.1rem;
  height: 9.1rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#DDA74F), to(#956314));
  background: linear-gradient(90deg, #DDA74F 0%, #956314 100%);
  opacity: 0.1;
}
.steps-item__title {
  font: 600 2.2rem/130% "Gill Sans", sans-serif;
}
.steps-item__text {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 1199px) {
  .steps .title-section {
    margin-bottom: 5rem;
  }
  .steps-grid {
    gap: 2rem;
  }
  .steps-item {
    max-width: calc(33.3333% - 1.34rem);
    min-height: 20rem;
    padding: 4.8rem 3.6rem 3.8rem;
  }
  .steps-item__number {
    margin-bottom: 2.4rem;
    padding-left: 3.8rem;
    font-size: 7rem;
  }
  .steps-item__number:before {
    width: 8.2rem;
    height: 8.2rem;
  }
}
@media (max-width: 991px) {
  .steps .title-section {
    max-width: 100%;
    margin-bottom: 4rem;
  }
  .steps-grid {
    gap: 1.6rem;
  }
  .steps-item {
    max-width: calc(50% - 0.8rem);
    min-height: 19rem;
    padding: 4rem 3rem 3.4rem;
    border-radius: 1.8rem;
  }
  .steps-item__number {
    margin-bottom: 2rem;
    padding-left: 3.4rem;
    font-size: 6.4rem;
  }
  .steps-item__number:before {
    width: 7.4rem;
    height: 7.4rem;
  }
}
@media (max-width: 767px) {
  .steps .title-section {
    margin-bottom: 3.2rem;
    font-size: 3.2rem;
  }
  .steps-item {
    min-height: 17.5rem;
    padding: 3.4rem 2.4rem 3rem;
    border-radius: 1.6rem;
  }
  .steps-item__number {
    margin-bottom: 1.8rem;
    padding-left: 3rem;
    font-size: 5.8rem;
  }
  .steps-item__number:before {
    width: 6.8rem;
    height: 6.8rem;
  }
  .steps-item__text {
    line-height: 140%;
  }
  .steps .steps-grid._grid-last .steps-item:nth-last-child(1), .steps .steps-grid._grid-last .steps-item:nth-last-child(2) {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .steps .title-section {
    margin-bottom: 2.8rem;
  }
  .steps-grid {
    gap: 1.6rem;
  }
  .steps-item {
    max-width: 100%;
    min-height: 16.5rem;
    padding: 3rem 2rem 2.6rem;
    border-radius: 1.4rem;
  }
  .steps-item::after {
    box-shadow: inset 0 0 0 0.1rem rgba(255, 255, 255, 0.04), inset 0 -0.8rem 1.8rem rgba(149, 99, 20, 0.16);
  }
  .steps-item__number {
    margin-bottom: 1.6rem;
    padding-left: 2.8rem;
    font-size: 5.2rem;
    text-shadow: 0 0.4rem 4rem rgba(0, 0, 0, 0.65);
  }
  .steps-item__number:before {
    width: 6rem;
    height: 6rem;
  }
}
@media (max-width: 374px) {
  .steps-item {
    min-height: 15.5rem;
    padding: 2.6rem 1.6rem 2.4rem;
  }
  .steps-item__number {
    padding-left: 2.4rem;
    font-size: 4.8rem;
  }
  .steps-item__number:before {
    width: 5.4rem;
    height: 5.4rem;
  }
}

.cta {
  padding: 28.2rem 0;
  overflow: hidden;
}
.cta:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20%;
  width: 100%;
  height: 100%;
  max-width: 108.8rem;
  max-height: 108.7rem;
  pointer-events: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='560' height='560' viewBox='0 0 560 560' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_4247_113)'%3E%3Ccircle cx='280' cy='280' r='130' fill='%23C89F5D' fill-opacity='0.1'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_4247_113' x='0' y='0' width='560' height='560' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='75' result='effect1_foregroundBlur_4247_113'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}
.cta .text-decor {
  z-index: 1;
  opacity: 1;
  text-shadow: none;
  color: rgba(255, 255, 255, 0.05);
}
.cta-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cta-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-content {
  text-align: center;
  max-width: 99.2rem;
  margin: 0 auto;
}
.cta .title-section {
  margin-bottom: 4rem;
}
.cta .title-section:after {
  display: none;
}
.cta .text-section {
  margin-bottom: 8rem;
}
.cta-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 3.5rem;
  justify-content: center;
}
.cta-action a {
  width: 100%;
  max-width: 30.7rem;
}

@media (max-width: 1199px) {
  .cta {
    padding: 22rem 0;
  }
  .cta .title-section {
    margin-bottom: 3.2rem;
  }
  .cta .text-section {
    margin-bottom: 6rem;
  }
}
@media (max-width: 991px) {
  .cta {
    padding: 18rem 0;
  }
  .cta__content {
    max-width: 82rem;
  }
  .cta .title-section {
    margin-bottom: 2.8rem;
  }
  .cta .text-section {
    margin-bottom: 5rem;
  }
  .cta__action {
    gap: 2.4rem;
  }
  .cta__action a {
    max-width: 28rem;
  }
}
@media (max-width: 767px) {
  .cta {
    padding: 14rem 0;
  }
  .cta-bg:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    pointer-events: none;
  }
  .cta-bg img {
    -o-object-position: center;
       object-position: center;
  }
  .cta__content {
    max-width: 100%;
  }
  .cta .title-section {
    margin-bottom: 2.4rem;
  }
  .cta .text-section {
    margin-bottom: 4rem;
  }
  .cta__action {
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
  }
  .cta__action a {
    max-width: 32rem;
  }
}
@media (max-width: 575px) {
  .cta {
    padding: 10rem 0;
  }
  .cta-bg:after {
    background: rgba(0, 0, 0, 0.55);
  }
  .cta .title-section {
    margin-bottom: 2rem;
  }
  .cta .text-section {
    margin-bottom: 3.2rem;
  }
  .cta__action {
    width: 100%;
  }
  .cta__action a {
    max-width: 100%;
  }
}
@media (max-width: 374px) {
  .cta {
    padding: 8rem 0;
  }
  .cta .text-section {
    margin-bottom: 2.8rem;
  }
}

.cta-decor {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
  white-space: nowrap;
  color: #FFF;
  text-align: center;
  font-family: "Gill Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.9rem;
  opacity: 0.05;
  font-size: 6rem;
}
@media screen and (min-width: 500px) {
  .cta-decor {
    font-size: 9rem;
  }
}
@media screen and (min-width: 769px) {
  .cta-decor {
    font-size: 16rem;
  }
}
@media screen and (min-width: 1025px) {
  .cta-decor {
    font-size: 20rem;
  }
}
@media screen and (min-width: 1700px) {
  .cta-decor {
    font-size: 30rem;
  }
}

.clients {
  background-size: cover;
  background-repeat: no-repeat;
}
.clients .title-section {
  font: 400 5rem/120% "Ponomar", serif;
}
.clients .slick-list {
  margin: 0 -1.2rem;
  padding: 0 0 5rem;
}
.clients-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.clients-grid .client-card {
  width: 100%;
  max-width: calc(50% - 1rem);
}
.clients .slide {
  width: 100%;
  padding: 0 1.2rem;
}
.clients-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4rem;
  justify-content: center;
  align-items: center;
}
.clients-controls button {
  position: relative;
  background-color: transparent;
}
.clients-controls button svg {
  width: 1.6rem;
  height: 1rem;
}
.clients-controls button svg path {
  fill: #fff;
}
.clients-controls button:hover svg path {
  fill: #DDA74F;
}
.clients-nav {
  width: 100%;
  max-width: 41.4rem;
  margin: 0 2rem;
  height: 0.1rem;
  position: relative;
  background-color: rgba(255, 255, 255, 0.15);
}
.clients-nav__progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  transition: all ease 300ms;
  display: inline-block;
  background-color: #fff;
}

.client-card {
  position: relative;
  border-radius: 2rem;
}
.client-card:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  max-height: 14.8rem;
  width: 100%;
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.91)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.91) 100%);
  backdrop-filter: blur(2px);
}
.client-card:after {
  pointer-events: none;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  border-radius: inherit;
  box-shadow: 0 0.4rem 0.4rem 0 rgb(221, 167, 79);
}
.client-card img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
  transform: scale(1);
  transition: all ease 300ms;
}
.client-card__image {
  border-radius: inherit;
  position: relative;
  overflow: hidden;
}
.client-card__content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 2.4rem 4.8rem;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.client-card__date {
  margin-bottom: auto;
}
.client-card__date span {
  padding: 1.3rem 2.2rem;
  background-color: rgba(221, 167, 79, 0.2);
  border-radius: 1rem;
  display: inline-block;
  font: 400 1.6rem/3.2rem "Gill Sans", sans-serif;
  display: inline-block;
}
.client-card__title {
  font: 600 2.8rem/115% "Gill Sans", sans-serif;
  margin-bottom: 1.6rem;
  position: relative;
}
.client-card__title:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0.4rem;
  border-radius: 2.5rem;
  left: -4.8rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#dda74f), to(#956314));
  background: linear-gradient(0deg, #dda74f 0%, #956314 100%);
}
.client-card__text {
  color: rgba(255, 255, 255, 0.75);
  max-width: 50rem;
}
.client-card__link {
  position: absolute;
  right: 4.8rem;
  bottom: 3.5rem;
  width: 5.8rem;
  height: 5.8rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#DDA74F), to(#956314));
  background: linear-gradient(180deg, #DDA74F 0%, #956314 100%);
  box-shadow: 0 4px 55px 0 rgba(221, 167, 79, 0.5);
  color: #fff;
}
.client-card__link img, .client-card__link svg {
  width: 1.6rem;
  height: 1rem;
  transform: rotate(-45deg);
  transition: all ease 300ms;
}
.client-card__link::before {
  background: #DDA74F;
}
.client-card__link:hover {
  box-shadow: 0 4px 70px 0 rgba(221, 167, 79, 0.65);
}
.client-card__link:hover img, .client-card__link:hover svg {
  transform: rotate(0deg);
}
.client-card:hover .client-card__image img {
  transform: scale(1.1);
}

@media (max-width: 1199px) {
  .clients .title-section {
    max-width: 52rem;
  }
  .clients .slick-list {
    padding-bottom: 4rem;
  }
  .clients-controls {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 991px) {
  .clients .title-section {
    max-width: 100%;
  }
  .clients .slick-list {
    margin: 0 -1rem;
    padding-bottom: 3.6rem;
  }
  .clients .slide {
    padding: 0 1rem;
  }
  .clients-nav {
    max-width: 34rem;
  }
}
@media (max-width: 767px) {
  .clients .slick-list {
    margin: 0 -0.8rem;
    padding-bottom: 3rem;
  }
  .clients .title-section {
    font-size: 3.2rem;
  }
  .clients .slide {
    padding: 0 0.8rem;
  }
  .clients-controls {
    margin-bottom: 2.8rem;
  }
  .clients-nav {
    max-width: 26rem;
    margin: 0 1.6rem;
  }
  .clients .clients-grid .client-card {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .clients .slick-list {
    padding-bottom: 2.8rem;
  }
  .clients-controls {
    margin-bottom: 2.4rem;
  }
  .clients-nav {
    max-width: none;
    flex: 1;
    margin: 0 1.2rem;
  }
}
@media (max-width: 374px) {
  .clients-nav {
    margin: 0 1rem;
  }
}

@media (max-width: 1199px) {
  .client-card__content {
    padding: 2.4rem 3.6rem;
  }
  .client-card__title:before {
    left: -3.6rem;
  }
  .client-card__link {
    right: 3.6rem;
    bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .client-card {
    border-radius: 1.8rem;
  }
  .client-card:before {
    max-height: 13rem;
  }
  .client-card__content {
    padding: 2.2rem 3rem;
  }
  .client-card__date span {
    padding: 1rem 1.8rem;
    line-height: 2.6rem;
  }
  .client-card__title {
    margin-bottom: 1.2rem;
  }
  .client-card__title:before {
    left: -3rem;
  }
  .client-card__text {
    max-width: calc(100% - 8rem);
  }
  .client-card__link {
    right: 3rem;
    bottom: 2.6rem;
    width: 5.2rem;
    height: 5.2rem;
  }
}
@media (max-width: 767px) {
  .client-card {
    border-radius: 1.6rem;
  }
  .client-card .title-section {
    font-size: 3.2rem;
  }
  .client-card:before {
    max-height: 12rem;
    backdrop-filter: blur(1.5px);
  }
  .client-card__content {
    padding: 2rem 2.4rem;
  }
  .client-card__date span {
    padding: 0.8rem 1.4rem;
    font-size: 1.4rem;
    line-height: 2.4rem;
    border-radius: 0.8rem;
  }
  .client-card__title {
    margin-bottom: 1rem;
  }
  .client-card__title:before {
    left: -2.4rem;
    width: 0.3rem;
  }
  .client-card__text {
    max-width: calc(100% - 7rem);
  }
  .client-card__link {
    right: 2.4rem;
    bottom: 2.2rem;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 0.8rem;
  }
}
@media (max-width: 575px) {
  .client-card {
    border-radius: 1.4rem;
  }
  .client-card:before {
    max-height: 18rem;
  }
  .client-card:after {
    box-shadow: 0 0.3rem 0.4rem 0 rgba(221, 167, 79, 0.85);
  }
  .client-card img {
    min-height: 42rem;
  }
  .client-card__content {
    padding: 1.8rem 1.6rem;
  }
  .client-card__date span {
    padding: 0.7rem 1.2rem;
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
  .client-card__title {
    margin-bottom: 0.8rem;
    padding-right: 5.8rem;
  }
  .client-card__title:before {
    left: -1.6rem;
  }
  .client-card__text {
    max-width: 100%;
    padding-right: 5.8rem;
  }
  .client-card__link {
    right: 1.6rem;
    bottom: 1.8rem;
    width: 4.4rem;
    height: 4.4rem;
  }
}
@media (max-width: 374px) {
  .client-card img {
    min-height: 38rem;
  }
  .client-card__content {
    padding: 1.6rem 1.4rem;
  }
  .client-card__title {
    padding-right: 5rem;
  }
  .client-card__title:before {
    left: -1.4rem;
  }
  .client-card__text {
    padding-right: 5rem;
  }
  .client-card__link {
    right: 1.4rem;
    bottom: 1.6rem;
    width: 4rem;
    height: 4rem;
  }
}

.reviews {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}
.reviews .title-section {
  margin-bottom: 6.5rem;
  font: 400 5rem/120% "Ponomar", serif;
}
.reviews-slider {
  max-width: 63rem;
  margin: 0 auto;
}
.reviews .slick-list {
  margin: 0 -1.5rem;
  padding: 0 0 5rem;
  overflow: visible;
}
.reviews .slide {
  width: 100%;
  padding: 0 1.5rem;
}
.reviews-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4rem;
  justify-content: center;
  align-items: center;
}
.reviews-controls button {
  position: relative;
  background-color: transparent;
}
.reviews-controls button svg {
  width: 1.6rem;
  height: 1rem;
}
.reviews-controls button svg path {
  fill: #fff;
}
.reviews-controls button:hover svg path {
  fill: #DDA74F;
}
.reviews-nav {
  width: 100%;
  max-width: 41.4rem;
  margin: 0 2rem;
  height: 0.1rem;
  position: relative;
  background-color: rgba(255, 255, 255, 0.15);
}
.reviews-nav__progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  transition: all ease 300ms;
  display: inline-block;
  background-color: #fff;
}

.review-card {
  padding: 2.1rem 4.5rem 4rem;
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  background: rgba(149, 99, 20, 0.1);
}
.review-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.1;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 32%, rgba(149, 99, 20, 0.14) 100%), rgba(149, 99, 20, 0.1);
  z-index: 0;
}
.review-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 0.1rem rgba(255, 255, 255, 0.04), inset 0 -1.2rem 2.4rem rgba(149, 99, 20, 0.16);
  z-index: 1;
}
.review-card__top {
  text-align: right;
}
.review-card__date {
  position: relative;
  right: -2rem;
  margin: 0 0 0 auto;
  padding: 1.3rem 1.8rem;
  border-radius: 1rem;
  color: #DDA74F;
  display: inline-block;
  background-color: rgba(221, 167, 79, 0.2);
}
.review-card__title {
  font: 600 2.8rem/115% "Gill Sans", sans-serif;
  margin-bottom: 1.5rem;
  position: relative;
}
.review-card__text {
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 1.5rem;
}
.review-card__author {
  color: #DDA74F;
}

@media (max-width: 1199px) {
  .reviews .title-section {
    margin-bottom: 5rem;
  }
  .reviews .slick-list {
    padding-bottom: 4rem;
  }
  .reviews-controls {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 991px) {
  .reviews .title-section {
    margin-bottom: 4rem;
  }
  .reviews-slider {
    max-width: 58rem;
  }
  .reviews .slick-list {
    margin: 0 -1.2rem;
    padding-bottom: 3.6rem;
  }
  .reviews .slide {
    padding: 0 1.2rem;
  }
  .reviews-nav {
    max-width: 34rem;
  }
}
@media (max-width: 767px) {
  .reviews .title-section {
    margin-bottom: 3.2rem;
    font-size: 3.2rem;
  }
  .reviews-slider {
    max-width: 100%;
  }
  .reviews .slick-list {
    margin: 0 -0.8rem;
    padding-bottom: 3rem;
  }
  .reviews .slide {
    padding: 0 0.8rem;
  }
  .reviews-controls {
    margin-bottom: 2.8rem;
  }
  .reviews-nav {
    max-width: 26rem;
    margin: 0 1.6rem;
  }
}
@media (max-width: 575px) {
  .reviews .title-section {
    margin-bottom: 2.8rem;
  }
  .reviews .slick-list {
    margin: 0;
    padding-bottom: 2.8rem;
    overflow: hidden;
  }
  .reviews .slide {
    padding: 0;
  }
  .reviews-controls {
    margin-bottom: 2.4rem;
  }
  .reviews-nav {
    max-width: none;
    flex: 1;
    margin: 0 1.2rem;
  }
}
@media (max-width: 374px) {
  .reviews-nav {
    margin: 0 1rem;
  }
}

@media (max-width: 991px) {
  .review-card {
    padding: 2rem 3.6rem 3.4rem;
    border-radius: 1.8rem;
  }
  .review-card__date {
    right: -1.4rem;
    padding: 1.1rem 1.6rem;
  }
}
@media (max-width: 767px) {
  .review-card {
    padding: 1.8rem 2.8rem 3rem;
    border-radius: 1.6rem;
  }
  .review-card__date {
    right: -1rem;
    padding: 1rem 1.4rem;
    border-radius: 0.8rem;
  }
  .review-card__title {
    margin-bottom: 1.2rem;
  }
  .review-card__text {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 575px) {
  .review-card {
    padding: 1.6rem 2rem 2.6rem;
    border-radius: 1.4rem;
  }
  .review-card::after {
    box-shadow: inset 0 0 0 0.1rem rgba(255, 255, 255, 0.04), inset 0 -0.8rem 1.8rem rgba(149, 99, 20, 0.16);
  }
  .review-card__top {
    text-align: left;
    margin-bottom: 2rem;
  }
  .review-card__date {
    right: 0;
    padding: 0.8rem 1.2rem;
  }
  .review-card__title {
    margin-bottom: 1rem;
  }
  .review-card__text {
    margin-bottom: 1rem;
  }
}
@media (max-width: 374px) {
  .review-card {
    padding: 1.4rem 1.6rem 2.4rem;
  }
}

.faq {
  overflow: hidden;
}
.faq .title-section {
  max-width: 50rem;
  font: 400 5rem/120% "Ponomar", serif;
}
.faq-item {
  background: rgba(209, 199, 183, 0.1);
  position: relative;
  border-radius: 2rem;
  margin-bottom: 2rem;
}
.faq-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.2rem;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(209, 199, 183, 0.55) 0%, rgba(209, 199, 183, 0.22) 18%, rgba(209, 199, 183, 0.06) 45%, rgba(209, 199, 183, 0.16) 72%, rgba(209, 199, 183, 0.34) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.faq-item:last-child {
  margin-bottom: 0;
}
.faq-item__head {
  padding: 3.8rem 3.5rem;
  font: 600 2.4rem/120% "Gill Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.faq-item__title {
  display: inline-block;
  position: relative;
  transition: all ease 300ms;
}
.faq-item__title:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0.5rem;
  border-radius: 2.5rem;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#dda74f), to(#956314));
  background: linear-gradient(0deg, #dda74f 0%, #956314 100%);
  opacity: 0;
  transition: all ease 300ms;
}
.faq-item__icon {
  width: 2.8rem;
  height: 2.8rem;
  position: relative;
}
.faq-item__icon:before, .faq-item__icon:after {
  position: absolute;
  content: "";
  transition: all ease 300ms;
  left: 50%;
  top: 50%;
  margin-left: -0.8rem;
  margin-top: -0.1rem;
  width: 1.6rem;
  height: 0.2rem;
  background-color: #DDA74F;
  box-shadow: 0 0.4rem 1rem 0 rgba(221, 167, 79, 0.35);
}
.faq-item__icon:before {
  transform: rotate(90deg);
}
.faq-item__body {
  color: rgba(255, 255, 255, 0.55);
  padding: 0 3.5rem;
  display: none;
}
.faq-item.active {
  padding-bottom: 3.8rem;
  background-color: rgba(233, 203, 156, 0.2);
  box-shadow: 0 0.4rem 10rem 0 rgba(221, 167, 79, 0.35);
}
.faq-item.active:before {
  background-color: rgba(221, 167, 79, 0.3);
}
.faq-item.active .faq-item__head {
  padding-bottom: 1.6rem;
}
.faq-item.active .faq-item__title {
  padding-left: 2.5rem;
}
.faq-item.active .faq-item__title:before {
  opacity: 1;
}
.faq-item.active .faq-item__icon:before {
  transform: rotate(0);
}
.faq-item.active .faq-item__body {
  display: block;
}

@media (max-width: 1199px) {
  .faq .title-section {
    max-width: 42rem;
  }
  .faq-item__head {
    padding: 3.2rem 3rem;
  }
  .faq-item__body {
    padding: 0 3rem;
  }
  .faq-item.active {
    padding-bottom: 3.2rem;
  }
}
@media (max-width: 991px) {
  .faq .title-section {
    max-width: 100%;
  }
  .faq-item {
    border-radius: 1.8rem;
    margin-bottom: 1.6rem;
  }
  .faq-item__head {
    padding: 2.8rem 2.4rem;
  }
  .faq-item__body {
    padding: 0 2.4rem;
  }
  .faq-item.active {
    padding-bottom: 2.8rem;
  }
  .faq-item.active .faq-item__head {
    padding-bottom: 1.4rem;
  }
}
@media (max-width: 767px) {
  .faq .title-section {
    font-size: 3.2rem;
  }
  .faq-item {
    border-radius: 1.6rem;
  }
  .faq-item::before {
    padding: 0.1rem;
  }
  .faq-item__head {
    padding: 2.4rem 2rem;
    gap: 2rem;
    font-size: 1.8rem;
    align-items: flex-start;
  }
  .faq-item__title {
    flex: 1;
  }
  .faq-item__icon {
    flex: 0 0 2.4rem;
    width: 2.4rem;
    height: 2.4rem;
    margin-top: 0.2rem;
  }
  .faq-item__body {
    padding: 0 2rem;
  }
  .faq-item.active {
    padding-bottom: 2.4rem;
  }
  .faq-item.active .faq-item__title {
    padding-left: 1.8rem;
  }
  .faq-item.active .faq-item__title:before {
    width: 0.4rem;
  }
}
@media (max-width: 575px) {
  .faq-item {
    border-radius: 1.4rem;
    margin-bottom: 1.2rem;
  }
  .faq-item__head {
    padding: 2rem 1.6rem;
    gap: 1.6rem;
  }
  .faq-item__icon {
    flex: 0 0 2.2rem;
    width: 2.2rem;
    height: 2.2rem;
  }
  .faq-item__icon:before, .faq-item__icon:after {
    width: 1.4rem;
    margin-left: -0.7rem;
  }
  .faq-item__body {
    padding: 0 1.6rem;
  }
  .faq-item.active {
    padding-bottom: 2rem;
    box-shadow: 0 0.4rem 6rem 0 rgba(221, 167, 79, 0.28);
  }
  .faq-item.active .faq-item__head {
    padding-bottom: 1.2rem;
  }
  .faq-item.active .faq-item__title {
    padding-left: 1.6rem;
  }
}
@media (max-width: 374px) {
  .faq-item__head {
    padding: 1.8rem 1.4rem;
  }
  .faq-item__body {
    padding: 0 1.4rem;
  }
  .faq-item.active {
    padding-bottom: 1.8rem;
  }
}

.contact {
  overflow: hidden;
}
.contact-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.contact-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact .text-decor {
  z-index: 1;
  opacity: 1;
  text-shadow: none;
  color: rgba(255, 255, 255, 0.05);
}
.contact-head {
  text-align: center;
  max-width: 98.8rem;
  margin: 0 auto 8rem;
}
.contact .title-section {
  margin-bottom: 4rem;
}

.contact-form {
  background-color: rgba(76, 68, 55, 0.2);
  padding: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  border-radius: 3rem;
  position: relative;
}
.contact-form:after {
  pointer-events: none;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  border-radius: inherit;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 0.4rem 0.4rem 0 rgb(221, 167, 79);
}
.contact-form ._user {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99999 7.99967C9.84094 7.99967 11.3333 6.50729 11.3333 4.66634C11.3333 2.82539 9.84094 1.33301 7.99999 1.33301C6.15904 1.33301 4.66666 2.82539 4.66666 4.66634C4.66666 6.50729 6.15904 7.99967 7.99999 7.99967Z' stroke='%23DDA74F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.7267 14.6667C13.7267 12.0867 11.16 10 8.00001 10C4.84001 10 2.27335 12.0867 2.27335 14.6667' stroke='%23DDA74F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.contact-form ._phone {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 13.2369C16 13.508 15.9397 13.7866 15.8115 14.0576C15.6833 14.3287 15.5174 14.5847 15.2987 14.8256C14.9292 15.2322 14.522 15.5259 14.062 15.7141C13.6096 15.9023 13.1194 16.0002 12.5916 16.0002C11.8224 16.0002 11.0005 15.8195 10.1333 15.4506C9.26612 15.0816 8.39894 14.5847 7.53929 13.9598C6.67211 13.3273 5.85017 12.6271 5.06594 11.8515C4.28924 11.0685 3.58796 10.2478 2.96208 9.38941C2.34374 8.53105 1.84605 7.6727 1.48409 6.82188C1.12214 5.96352 0.941162 5.14282 0.941162 4.35976C0.941162 3.84776 1.03165 3.35835 1.21263 2.90658C1.39361 2.44729 1.68015 2.02564 2.07981 1.64917C2.56242 1.17482 3.09027 0.941406 3.64828 0.941406C3.85942 0.941406 4.07056 0.986583 4.25908 1.07694C4.45514 1.16729 4.62858 1.30282 4.76431 1.49858L6.51376 3.9607C6.64949 4.14894 6.74752 4.32211 6.81539 4.48776C6.88325 4.64588 6.92096 4.80399 6.92096 4.94705C6.92096 5.12776 6.86817 5.30846 6.7626 5.48164C6.66457 5.65482 6.5213 5.83552 6.34032 6.01623L5.76722 6.61105C5.68428 6.69388 5.64657 6.79176 5.64657 6.91223C5.64657 6.97247 5.65411 7.02517 5.6692 7.08541C5.69182 7.14564 5.71444 7.19082 5.72952 7.23599C5.86525 7.48446 6.09902 7.80823 6.43081 8.19976C6.77014 8.59129 7.1321 8.99035 7.52421 9.38941C7.93141 9.78847 8.32353 10.1574 8.72319 10.4962C9.11531 10.8275 9.43956 11.0534 9.69594 11.1889C9.73364 11.204 9.77889 11.2266 9.83167 11.2492C9.892 11.2718 9.95233 11.2793 10.0202 11.2793C10.1484 11.2793 10.2464 11.2341 10.3294 11.1513L10.9025 10.5866C11.091 10.3983 11.272 10.2553 11.4454 10.1649C11.6188 10.0595 11.7923 10.0068 11.9808 10.0068C12.1241 10.0068 12.2749 10.0369 12.4408 10.1047C12.6067 10.1725 12.7801 10.2703 12.9686 10.3983L15.4646 12.1678C15.6607 12.3033 15.7964 12.4614 15.8793 12.6496C15.9547 12.8379 16 13.0261 16 13.2369Z' stroke='%23DDA74F' stroke-width='1.5' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
}
.contact-form ._email {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.3328 13.6663H4.6661C2.6661 13.6663 1.33276 12.6663 1.33276 10.333V5.66634C1.33276 3.33301 2.6661 2.33301 4.6661 2.33301H11.3328C13.3328 2.33301 14.6661 3.33301 14.6661 5.66634V10.333C14.6661 12.6663 13.3328 13.6663 11.3328 13.6663Z' stroke='%23DDA74F' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.3339 6L9.24723 7.66667C8.56057 8.21333 7.4339 8.21333 6.74723 7.66667L4.66724 6' stroke='%23DDA74F' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.contact-form ._date {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4208_3445)'%3E%3Cpath d='M12.9109 1.23215H12.3141V0.628262C12.3141 0.283228 12.0344 0.00354004 11.6894 0.00354004C11.3444 0.00354004 11.0647 0.283228 11.0647 0.628262V1.23215H4.9353V0.628262C4.9353 0.283228 4.65561 0.00354004 4.31058 0.00354004C3.96555 0.00354004 3.68586 0.283228 3.68586 0.628262V1.23215H3.08909C1.38576 1.23215 0 2.61791 0 4.32121V12.9073C0 14.6107 1.38576 15.9964 3.08909 15.9964H12.9109C14.6142 15.9964 16 14.6107 16 12.9073V4.32121C16 2.61791 14.6142 1.23215 12.9109 1.23215ZM3.08909 2.48159H3.68586V3.6998C3.68586 4.04483 3.96555 4.32452 4.31058 4.32452C4.65561 4.32452 4.9353 4.04483 4.9353 3.6998V2.48159H11.0647V3.6998C11.0647 4.04483 11.3444 4.32452 11.6894 4.32452C12.0345 4.32452 12.3141 4.04483 12.3141 3.6998V2.48159H12.9109C13.9253 2.48159 14.7506 3.30685 14.7506 4.32121V4.91801H1.24944V4.32121C1.24944 3.30685 2.0747 2.48159 3.08909 2.48159ZM12.9109 14.747H3.08909C2.0747 14.747 1.24944 13.9217 1.24944 12.9073V6.16745H14.7506V12.9073C14.7506 13.9217 13.9253 14.747 12.9109 14.747ZM5.54962 8.6247C5.54962 8.96973 5.26993 9.24942 4.9249 9.24942H3.69629C3.35126 9.24942 3.07157 8.96973 3.07157 8.6247C3.07157 8.27967 3.35126 7.99998 3.69629 7.99998H4.9249C5.2699 7.99998 5.54962 8.27967 5.54962 8.6247ZM12.9285 8.6247C12.9285 8.96973 12.6488 9.24942 12.3037 9.24942H11.0751C10.7301 9.24942 10.4504 8.96973 10.4504 8.6247C10.4504 8.27967 10.7301 7.99998 11.0751 7.99998H12.3037C12.6487 7.99998 12.9285 8.27967 12.9285 8.6247ZM9.23548 8.6247C9.23548 8.96973 8.95579 9.24942 8.61076 9.24942H7.38215C7.03712 9.24942 6.75743 8.96973 6.75743 8.6247C6.75743 8.27967 7.03712 7.99998 7.38215 7.99998H8.61076C8.95576 7.99998 9.23548 8.27967 9.23548 8.6247ZM5.54962 12.3106C5.54962 12.6556 5.26993 12.9353 4.9249 12.9353H3.69629C3.35126 12.9353 3.07157 12.6556 3.07157 12.3106C3.07157 11.9655 3.35126 11.6858 3.69629 11.6858H4.9249C5.2699 11.6858 5.54962 11.9655 5.54962 12.3106ZM12.9285 12.3106C12.9285 12.6556 12.6488 12.9353 12.3037 12.9353H11.0751C10.7301 12.9353 10.4504 12.6556 10.4504 12.3106C10.4504 11.9655 10.7301 11.6858 11.0751 11.6858H12.3037C12.6487 11.6858 12.9285 11.9655 12.9285 12.3106ZM9.23548 12.3106C9.23548 12.6556 8.95579 12.9353 8.61076 12.9353H7.38215C7.03712 12.9353 6.75743 12.6556 6.75743 12.3106C6.75743 11.9655 7.03712 11.6858 7.38215 11.6858H8.61076C8.95576 11.6858 9.23548 11.9655 9.23548 12.3106Z' fill='%23DDA74F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4208_3445'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.contact-form ._budget {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4208_3453)'%3E%3Cpath d='M8 0C6.41775 0 4.87104 0.469192 3.55544 1.34824C2.23985 2.22729 1.21447 3.47672 0.608967 4.93853C0.00346629 6.40034 -0.15496 8.00887 0.153721 9.56072C0.462403 11.1126 1.22433 12.538 2.34315 13.6569C3.46197 14.7757 4.88743 15.5376 6.43928 15.8463C7.99113 16.155 9.59966 15.9965 11.0615 15.391C12.5233 14.7855 13.7727 13.7602 14.6518 12.4446C15.5308 11.129 16 9.58225 16 8C16 5.87827 15.1571 3.84344 13.6569 2.34315C12.1566 0.842855 10.1217 0 8 0ZM8 14.6667C6.68146 14.6667 5.39253 14.2757 4.2962 13.5431C3.19987 12.8106 2.34539 11.7694 1.84081 10.5512C1.33622 9.33305 1.2042 7.99261 1.46144 6.6994C1.71867 5.40619 2.35361 4.21831 3.28596 3.28596C4.21831 2.35361 5.4062 1.71867 6.6994 1.46143C7.99261 1.2042 9.33305 1.33622 10.5512 1.8408C11.7694 2.34539 12.8106 3.19987 13.5431 4.2962C14.2757 5.39253 14.6667 6.68146 14.6667 8C14.6667 9.76811 13.9643 11.4638 12.714 12.714C11.4638 13.9643 9.76811 14.6667 8 14.6667Z' fill='%23DDA74F'/%3E%3Cpath d='M9.73333 10.4433C9.39749 10.5921 9.03399 10.6682 8.66667 10.6667C8.2672 10.6664 7.8729 10.5764 7.51288 10.4034C7.15286 10.2303 6.83633 9.97851 6.58667 9.66668H8.66667V8.33334H6.02333C5.99223 8.11221 5.99223 7.88781 6.02333 7.66668H8.66667V6.33334H6.58667C6.83633 6.02151 7.15286 5.76976 7.51288 5.59667C7.8729 5.42359 8.2672 5.33359 8.66667 5.33334C9.03399 5.3318 9.39749 5.40791 9.73333 5.55668L10.3433 5.82334L10.8767 4.60001L10.2667 4.33334C9.30659 3.91602 8.22117 3.89171 7.24336 4.26563C6.26556 4.63955 5.47332 5.3819 5.03667 6.33334H4V7.66668H4.68333C4.68333 7.77668 4.66667 7.88668 4.66667 8.00001C4.66667 8.11334 4.66667 8.22334 4.68333 8.33334H4V9.66668H5.03667C5.47332 10.6181 6.26556 11.3605 7.24336 11.7344C8.22117 12.1083 9.30659 12.084 10.2667 11.6667L10.8767 11.4L10.3333 10.1767L9.73333 10.4433Z' fill='%23DDA74F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4208_3453'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.contact-form ._event {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4208_3427)'%3E%3Cpath d='M4.50049 16.0357C4.27444 16.0357 4.07644 15.8841 4.01759 15.6656L3.64309 14.2747C3.45194 13.5648 2.92069 13.004 2.22219 12.7747L1.30909 12.4752C1.10379 12.4078 0.964844 12.2161 0.964844 12.0001C0.964844 11.784 1.10374 11.5924 1.30909 11.525L2.22219 11.2254C2.92069 10.9962 3.45194 10.4354 3.64309 9.72518L4.01759 8.33458C4.07644 8.11608 4.27444 7.96448 4.50049 7.96448C4.72654 7.96448 4.92454 8.11608 4.98339 8.33458L5.35789 9.72543C5.54904 10.4354 6.08029 10.9962 6.77879 11.2254L7.69189 11.525C7.89719 11.5924 8.03614 11.784 8.03614 12.0001C8.03614 12.2161 7.89724 12.4078 7.69189 12.4752L6.77879 12.7747C6.08029 13.004 5.54904 13.5648 5.35789 14.275L4.98339 15.6656C4.92454 15.8841 4.72654 16.0357 4.50049 16.0357ZM2.96169 12C3.66604 12.3504 4.21389 12.9488 4.50049 13.6848C4.78709 12.949 5.33494 12.3504 6.03929 12C5.33494 11.6497 4.78709 11.0513 4.50049 10.3152C4.21389 11.0511 3.66604 11.6497 2.96169 12Z' fill='%23DDA74F'/%3E%3Cpath d='M9.99949 12C9.77344 12 9.57564 11.8484 9.51659 11.6301L8.93409 9.4668C8.61229 8.27125 7.71779 7.32715 6.54149 6.94115L5.12134 6.4751C4.91604 6.4077 4.77734 6.21605 4.77734 6C4.77734 5.78395 4.91599 5.5923 5.12134 5.5249L6.54149 5.05885C7.71774 4.67285 8.61229 3.72875 8.93409 2.5332L9.51659 0.36985C9.57569 0.1516 9.77344 0 9.99949 0C10.2255 0 10.4233 0.1516 10.4824 0.36985L11.0649 2.5332C11.3867 3.72875 12.2812 4.67285 13.457 5.05885L14.8774 5.5249C15.0829 5.5923 15.2216 5.78395 15.2216 6C15.2216 6.21605 15.083 6.4077 14.8774 6.4751L13.457 6.94115C12.2812 7.32715 11.3867 8.27125 11.0649 9.4668L10.4824 11.6301C10.4233 11.8484 10.2255 12 9.99949 12ZM6.88059 6C8.36474 6.49705 9.49214 7.6936 9.89989 9.20655L9.99949 9.5769L10.0991 9.20655C10.5068 7.6936 11.6342 6.49685 13.1181 6C11.6342 5.50315 10.5068 4.3064 10.0991 2.79345L9.99949 2.4231L9.89989 2.79345C9.49219 4.3064 8.36474 5.5029 6.88059 6Z' fill='%23DDA74F'/%3E%3Cpath d='M3 3C2.7239 3 2.5 2.7761 2.5 2.5V2C2.5 1.7239 2.7239 1.5 3 1.5C3.2761 1.5 3.5 1.7239 3.5 2V2.5C3.5 2.7761 3.2761 3 3 3Z' fill='%23DDA74F'/%3E%3Cpath d='M2 3.99976H1.5C1.2239 3.99976 1 3.77586 1 3.49976C1 3.22366 1.2239 2.99976 1.5 2.99976H2C2.2761 2.99976 2.5 3.22366 2.5 3.49976C2.5 3.77586 2.2761 3.99976 2 3.99976Z' fill='%23DDA74F'/%3E%3Cpath d='M3 5.49927C2.7239 5.49927 2.5 5.27537 2.5 4.99927V4.49927C2.5 4.22317 2.7239 3.99927 3 3.99927C3.2761 3.99927 3.5 4.22317 3.5 4.49927V4.99927C3.5 5.27537 3.2761 5.49927 3 5.49927Z' fill='%23DDA74F'/%3E%3Cpath d='M4.5 3.99976H4C3.7239 3.99976 3.5 3.77586 3.5 3.49976C3.5 3.22366 3.7239 2.99976 4 2.99976H4.5C4.7761 2.99976 5 3.22366 5 3.49976C5 3.77586 4.7761 3.99976 4.5 3.99976Z' fill='%23DDA74F'/%3E%3Cpath d='M13 13C12.7237 13 12.5 12.7761 12.5 12.5V12C12.5 11.7239 12.7237 11.5 13 11.5C13.2764 11.5 13.5 11.7239 13.5 12V12.5C13.5 12.7761 13.2764 13 13 13Z' fill='%23DDA74F'/%3E%3Cpath d='M12 13.9998H11.5C11.2237 13.9998 11 13.7759 11 13.4998C11 13.2237 11.2237 12.9998 11.5 12.9998H12C12.2764 12.9998 12.5 13.2237 12.5 13.4998C12.5 13.7759 12.2764 13.9998 12 13.9998Z' fill='%23DDA74F'/%3E%3Cpath d='M13 15.4993C12.7237 15.4993 12.5 15.2754 12.5 14.9993V14.4993C12.5 14.2232 12.7237 13.9993 13 13.9993C13.2764 13.9993 13.5 14.2232 13.5 14.4993V14.9993C13.5 15.2754 13.2764 15.4993 13 15.4993Z' fill='%23DDA74F'/%3E%3Cpath d='M14.5 13.9998H14C13.7237 13.9998 13.5 13.7759 13.5 13.4998C13.5 13.2237 13.7237 12.9998 14 12.9998H14.5C14.7764 12.9998 15 13.2237 15 13.4998C15 13.7759 14.7764 13.9998 14.5 13.9998Z' fill='%23DDA74F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4208_3427'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.contact-form label, .contact-form .select {
  background-repeat: no-repeat;
  background-position: 3.5rem center;
}
.contact-form__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 130.6rem;
  gap: 4rem 1.5rem;
}
.contact-form .modal-input {
  width: 100%;
  max-width: calc(33.3333% - 3rem);
}
.contact-form .btn-primary {
  width: 100%;
  max-width: 18.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.modal-input span {
  display: block;
  margin-bottom: 1rem;
  font: 600 1.6rem/1.3 "Gill Sans", sans-serif;
  color: #FFCF81;
}
.modal-input label {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 1.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.modal-input label::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.1rem;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#DDA74F), to(#956314));
  background: linear-gradient(180deg, #DDA74F 0%, #956314 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 2;
}
.modal-input input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  padding: 1.9rem 3.5rem 1.9rem 6.6rem;
  border-radius: inherit;
  background-color: transparent;
  color: #fff;
  font: 400 1.8rem/1.4 "Gill Sans", sans-serif;
  position: relative;
  z-index: 1;
}
.modal-input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.modal-input input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.modal-select.active {
  z-index: 5;
}
.modal-select > span {
  display: block;
  margin-bottom: 1rem;
  font: 600 1.6rem/1.3 "Gill Sans", sans-serif;
  color: #FFCF81;
}
.modal-select .select {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 1.5rem;
  background-color: rgba(255, 255, 255, 0.1);
}
.modal-select .select::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.1rem;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#DDA74F), to(#956314));
  background: linear-gradient(180deg, #DDA74F 0%, #956314 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 2;
}
.modal-select .select.active .select-title:after {
  transform: rotate(180deg);
}
.modal-select .select.active .select-list {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  top: calc(100% + 1rem);
}
.modal-select .select-list {
  position: absolute;
  top: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  border-radius: 1.5rem;
  width: 100%;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  transition: all ease 300ms;
  visibility: hidden;
}
.modal-select .select-list::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.1rem;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#DDA74F), to(#956314));
  background: linear-gradient(180deg, #DDA74F 0%, #956314 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 2;
}
.modal-select .select-list li {
  padding: 1.3rem 3.4rem;
}
.modal-select .select-list li:hover, .modal-select .select-list li.active {
  background-color: rgba(255, 255, 255, 0.3);
}
.modal-select .select-title {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: 0;
  outline: none;
  padding: 1.9rem 6.6rem 1.9rem 6.6rem;
  border-radius: inherit;
  background-color: transparent;
  color: #fff;
  font: 400 1.8rem/1.4 "Gill Sans", sans-serif;
  position: relative;
  z-index: 1;
}
.modal-select .select-title:after {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 10.9334L14 18.9334L22 10.9333L20.1333 9.06668L14 15.2L7.86666 9.06668L6 10.9334Z' fill='%23DDA74F'/%3E%3C/svg%3E%0A");
  position: absolute;
  content: "";
  right: 3.5rem;
  top: 50%;
  margin-top: -1.4rem;
  width: 2.8rem;
  height: 2.8rem;
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotate(0deg);
  transition: all ease 300ms;
}

.contact {
  overflow: hidden;
}
.contact-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.contact-head {
  text-align: center;
  max-width: 98.8rem;
  margin: 0 auto 8rem;
}
.contact .title-section {
  margin-bottom: 4rem;
}

.contact-form {
  background-color: rgba(76, 68, 55, 0.2);
  padding: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  border-radius: 3rem;
  position: relative;
}
.contact-form:after {
  pointer-events: none;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  border-radius: inherit;
  box-shadow: 0 0.4rem 0.4rem 0 rgb(221, 167, 79);
}
.contact-form input {
  background-repeat: no-repeat;
  background-position: 3.5rem center;
}
.contact-form__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 130.6rem;
  gap: 4rem 1.5rem;
}
.contact-form .modal-input {
  width: 100%;
  max-width: calc(33.3333% - 3rem);
}
.contact-form .btn-primary {
  width: 100%;
  max-width: 18.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.modal-input span {
  display: block;
  margin-bottom: 1rem;
  font: 700 1.6rem/1.3 "Gill Sans", sans-serif;
  color: #FFCF81;
}
.modal-input label {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 1.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.modal-input label::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.1rem;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#DDA74F), to(#956314));
  background: linear-gradient(180deg, #DDA74F 0%, #956314 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 2;
}
.modal-input input, .modal-input textarea {
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  padding: 1.9rem 3.5rem 1.9rem 6.6rem;
  border-radius: inherit;
  background-color: transparent;
  color: #fff;
  font: 400 1.8rem/1.4 "Gill Sans", sans-serif;
  position: relative;
  z-index: 1;
}
.modal-input input::-moz-placeholder, .modal-input textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.modal-input input::placeholder, .modal-input textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.modal-input textarea {
  padding: 1.9rem 3.5rem;
  resize: none;
  height: 13rem;
}

@media (max-width: 1199px) {
  .contact-head {
    max-width: 86rem;
    margin-bottom: 6rem;
  }
  .contact .title-section {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 991px) {
  .contact-head {
    max-width: 72rem;
    margin-bottom: 5rem;
  }
  .contact .title-section {
    margin-bottom: 2.8rem;
  }
}
@media (max-width: 767px) {
  .contact-head {
    max-width: 100%;
    margin-bottom: 4rem;
  }
  .contact .title-section {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 575px) {
  .contact-head {
    margin-bottom: 3.2rem;
  }
  .contact .title-section {
    margin-bottom: 2rem;
  }
}

@media (max-width: 1199px) {
  .contact-form {
    padding: 4.8rem 4rem;
  }
  .contact-form__grid {
    gap: 3.2rem 2rem;
  }
  .contact-form .modal-input {
    max-width: calc(33.3333% - 1.34rem);
  }
}
@media (max-width: 991px) {
  .contact-form {
    padding: 4rem 3rem;
    border-radius: 2.4rem;
  }
  .contact-form__grid {
    max-width: 100%;
    gap: 2.4rem 2rem;
  }
  .contact-form .modal-input {
    max-width: calc(50% - 1rem);
  }
  .contact-form .modal-input:nth-child(3) {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-form {
    padding: 3.2rem 2.4rem;
    border-radius: 2rem;
  }
  .contact-form:after {
    box-shadow: 0 0.4rem 0.4rem 0 rgba(221, 167, 79, 0.8);
  }
  .contact-form__grid {
    gap: 2rem;
  }
  .contact-form .modal-input {
    max-width: 100%;
  }
  .contact-form input {
    background-position: 2.6rem center;
    background-size: 1.6rem 1.6rem;
  }
  .contact-form .btn-primary {
    max-width: 24rem;
  }
}
@media (max-width: 575px) {
  .contact-form {
    padding: 2.4rem 1.6rem;
    border-radius: 1.6rem;
  }
  .contact-form__grid {
    gap: 1.6rem;
  }
  .contact-form .btn-primary {
    max-width: 100%;
  }
  .contact-form input {
    background-position: 2.2rem center;
  }
}
@media (max-width: 374px) {
  .contact-form {
    padding: 2rem 1.2rem;
    border-radius: 1.4rem;
  }
}

@media (max-width: 991px) {
  .modal-input span {
    font-size: 1.5rem;
  }
  .modal-input label {
    border-radius: 1.4rem;
  }
  .modal-input input {
    padding: 1.7rem 3rem 1.7rem 6rem;
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .modal-input span {
    margin-bottom: 0.8rem;
  }
  .modal-input label {
    border-radius: 1.3rem;
  }
  .modal-input input {
    padding: 1.6rem 2.4rem 1.6rem 4.6rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 575px) {
  .modal-input label {
    border-radius: 1.2rem;
  }
  .modal-input label, .modal-input .select {
    background-repeat: no-repeat;
    background-position: 1.6rem center;
  }
  .modal-input input {
    padding: 1.6rem 1.8rem 1.6rem 4rem;
  }
}
.top-hero {
  padding: 0;
}
.top-hero:after {
  position: absolute;
  content: "";
  right: 50%;
  top: 0;
  max-width: 138.5rem;
  width: 100%;
  z-index: -2;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(5, 4, 3, 0)), to(#050403));
  background: linear-gradient(90deg, rgba(5, 4, 3, 0) 0%, #050403 100%);
}
.top-hero:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  z-index: -1;
  width: 116rem;
  height: 116rem;
  background-image: url("data:image/svg+xml,%3Csvg width='1260' height='1260' viewBox='0 0 1260 1260' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_4208_740)'%3E%3Cpath d='M1110 630C1110 895.097 895.097 1110 630 1110C364.903 1110 150 895.097 150 630C150 364.903 364.903 150 630 150C895.097 150 1110 364.903 1110 630Z' fill='%23C89F5D' fill-opacity='0.1'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_4208_740' x='0' y='0' width='1260' height='1260' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='75' result='effect1_foregroundBlur_4208_740'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
.top-hero__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -3;
}
.top-hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-hero .container {
  position: relative;
  z-index: 2;
  height: auto;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 67.5rem;
  height: 100%;
  margin: 0 0 0 auto;
}
.top-hero__title {
  text-transform: uppercase;
  margin-bottom: 4rem;
}
.top-hero__text {
  max-width: 83.5rem;
  margin: 0 auto 6.4rem;
}
.top-hero__price {
  margin: 0 auto 10rem;
  text-align: center;
  font: 400 3rem/140% "Ponomar", serif;
  color: #DDA74F;
}
.top-hero__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.5rem;
}
.top-hero__action a {
  width: 100%;
  max-width: 32rem;
}
.top-hero + .why .title-section {
  font: 400 5rem/120% "Ponomar", serif;
}
.top-hero + .why .title-section:after {
  display: none;
}

@media (max-width: 1199px) {
  .top-hero:before {
    width: 90rem;
    height: 90rem;
    background-size: contain;
  }
  .top-hero:after {
    max-width: 110rem;
  }
  .top-hero__content {
    max-width: 60rem;
  }
  .top-hero__title {
    margin-bottom: 3.2rem;
  }
  .top-hero__text {
    margin-bottom: 5.2rem;
  }
  .top-hero__price {
    margin-bottom: 7rem;
  }
  .top-hero__action {
    gap: 2.4rem;
  }
  .top-hero__action a {
    max-width: 28rem;
  }
}
@media (max-width: 991px) {
  .top-hero:before {
    right: 0;
    width: 75rem;
    height: 75rem;
    opacity: 0.8;
  }
  .top-hero:after {
    right: 35%;
    max-width: 80rem;
  }
  .top-hero__bg {
    width: 45%;
  }
  .top-hero__bg img {
    -o-object-position: center;
       object-position: center;
  }
  .top-hero .container {
    min-height: 80rem;
    padding-top: 12rem;
    padding-bottom: 8rem;
  }
  .top-hero__content {
    max-width: 52rem;
  }
  .top-hero__title {
    margin-bottom: 2.8rem;
  }
  .top-hero__text {
    margin-bottom: 4.4rem;
  }
  .top-hero__price {
    margin-bottom: 5.6rem;
  }
}
@media (max-width: 767px) {
  .top-hero + .why .title-section {
    font-size: 3.2rem;
  }
  .top-hero:before {
    right: -24rem;
    top: 8rem;
    width: 64rem;
    height: 64rem;
    opacity: 0.65;
  }
  .top-hero:after {
    right: 0;
    max-width: none;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 4, 3, 0.68)), color-stop(72%, rgba(5, 4, 3, 0.95)), to(#050403));
    background: linear-gradient(180deg, rgba(5, 4, 3, 0.68) 0%, rgba(5, 4, 3, 0.95) 72%, #050403 100%);
  }
  .top-hero__bg {
    width: 100%;
    height: 42rem;
  }
  .top-hero__bg:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(5, 4, 3, 0.35);
    pointer-events: none;
  }
  .top-hero__bg img {
    -o-object-position: center top;
       object-position: center top;
  }
  .top-hero .container {
    min-height: auto;
    padding-top: 48rem;
    padding-bottom: 7rem;
    justify-content: flex-start;
  }
  .top-hero__content {
    max-width: 100%;
    margin: 0 auto;
  }
  .top-hero__title {
    margin-bottom: 2.4rem;
  }
  .top-hero__text {
    max-width: 100%;
    margin-bottom: 3.6rem;
  }
  .top-hero__price {
    margin-bottom: 4.4rem;
  }
  .top-hero__action {
    flex-direction: column;
    gap: 1.6rem;
  }
  .top-hero__action a {
    max-width: 32rem;
  }
}
@media (max-width: 575px) {
  .top-hero:before {
    right: 0;
    top: 12rem;
    width: 30rem;
    height: 30rem;
    opacity: 0.55;
  }
  .top-hero__bg {
    height: 36rem;
  }
  .top-hero .container {
    padding-top: 12rem;
    padding-bottom: 6rem;
  }
  .top-hero__title {
    margin-bottom: 2rem;
  }
  .top-hero__text {
    margin-bottom: 3.2rem;
  }
  .top-hero__price {
    margin-bottom: 3.6rem;
  }
  .top-hero__action {
    width: 100%;
  }
  .top-hero__action a {
    max-width: 100%;
  }
}
@media (max-width: 374px) {
  .top-hero__bg {
    height: 32rem;
  }
  .top-hero .container {
    padding-top: 12rem;
    padding-bottom: 5rem;
  }
  .top-hero__price {
    margin-bottom: 3.2rem;
  }
}

.package {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.package-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.package-item {
  width: 100%;
  max-width: calc(25% - 1.8rem);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  align-items: center;
  padding: 2.5rem 3.5rem;
  background-color: rgba(149, 99, 20, 0.1);
  border-radius: 2rem;
}
.package-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.2rem;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(209, 199, 183, 0.55) 0%, rgba(209, 199, 183, 0.22) 18%, rgba(209, 199, 183, 0.06) 45%, rgba(209, 199, 183, 0.16) 72%, rgba(209, 199, 183, 0.34) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.package-item:after {
  display: none;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 19.3rem;
  height: 19.3rem;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='193' height='193' viewBox='0 0 193 193' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_4051_7957)'%3E%3Ccircle cx='96.2907' cy='96.2907' r='41.2907' fill='%23DDA74F' fill-opacity='0.2'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_4051_7957' x='0' y='0' width='192.581' height='192.581' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='27.5' result='effect1_foregroundBlur_4051_7957'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
}
.package-item__media {
  width: 10rem;
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2rem;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: rgba(209, 199, 183, 0.1);
}
.package-item__media::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.2rem;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(209, 199, 183, 0.55) 0%, rgba(209, 199, 183, 0.22) 18%, rgba(209, 199, 183, 0.06) 45%, rgba(209, 199, 183, 0.16) 72%, rgba(209, 199, 183, 0.34) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.package-item__title {
  font: 400 2.2rem/130% "Gill Sans", sans-serif;
}

@media (max-width: 1199px) {
  .package-grid {
    gap: 2rem;
  }
  .package-item {
    max-width: calc(25% - 1.5rem);
    padding: 2.4rem 2.4rem;
    gap: 2rem;
  }
  .package-item__media {
    width: 8.4rem;
    height: 8.4rem;
    flex: 0 0 8.4rem;
  }
  .package-item__title {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .package-item {
    max-width: calc(50% - 1rem);
    padding: 2.6rem 2.4rem;
  }
  .package-item__media {
    width: 8rem;
    height: 8rem;
    flex: 0 0 8rem;
    border-radius: 1.6rem;
  }
  .package-item__media img,
  .package-item__media svg {
    max-width: 4.4rem;
    max-height: 4.4rem;
  }
}
@media (max-width: 767px) {
  .package-grid {
    gap: 1.6rem;
  }
  .package-item {
    max-width: calc(50% - 0.8rem);
    padding: 2.2rem 2rem;
    gap: 1.6rem;
    border-radius: 1.6rem;
  }
  .package-item::before {
    padding: 0.1rem;
  }
  .package-item__media {
    width: 7rem;
    height: 7rem;
    flex: 0 0 7rem;
    border-radius: 1.4rem;
  }
  .package-item__media::before {
    padding: 0.1rem;
  }
  .package-item__media img,
  .package-item__media svg {
    max-width: 3.8rem;
    max-height: 3.8rem;
  }
  .package-item__title {
    font-size: 1.8rem;
  }
}
@media (max-width: 575px) {
  .package-grid {
    gap: 1.2rem;
  }
  .package-item {
    max-width: 100%;
    padding: 2rem 1.6rem;
    gap: 1.4rem;
    border-radius: 1.4rem;
  }
  .package-item__media {
    width: 6.4rem;
    height: 6.4rem;
    flex: 0 0 6.4rem;
    border-radius: 1.2rem;
  }
  .package-item__media img,
  .package-item__media svg {
    max-width: 3.4rem;
    max-height: 3.4rem;
  }
  .package-item__title {
    font-size: 1.7rem;
  }
}
@media (max-width: 374px) {
  .package-item {
    padding: 1.8rem 1.4rem;
  }
  .package-item__media {
    width: 5.8rem;
    height: 5.8rem;
    flex: 0 0 5.8rem;
  }
  .package-item__title {
    font-size: 1.6rem;
  }
}

.gallery {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery .slck-list {
  margin: 0 -1rem;
}
.gallery .gallery-slider {
  margin-bottom: 4rem;
}
.gallery .gallery-slider .slide {
  display: -ms-grid !important;
  display: grid !important;
  gap: 2rem;
  padding: 0 1rem;
}
.gallery .gallery-slider .gallery-item {
  overflow: hidden;
  border-radius: 2rem;
  position: relative;
}
.gallery .gallery-slider .gallery-item:after {
  position: absolute;
  content: "";
  border-radius: inherit;
  left: 0;
  top: 0;
  opacity: 0.5;
  right: 0;
  z-index: -1;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#c89f5d), to(#956314));
  background: linear-gradient(90deg, #c89f5d 0%, #956314 100%);
}
.gallery .gallery-slider .gallery-item img {
  position: relative;
  top: 0.1rem;
  left: 0.1rem;
  width: calc(100% - 0.2rem);
  height: calc(100% - 0.2rem);
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: inherit;
}
.gallery .gallery-slider .slide:nth-child(odd) {
  grid-template-columns: minmax(0, 2.2fr) minmax(0, 1fr);
  grid-template-rows: 44rem 25rem;
}
.gallery .gallery-slider .slide:nth-child(odd) .gallery-item:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.gallery .gallery-slider .slide:nth-child(odd) .gallery-item:nth-child(2) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
.gallery .gallery-slider .slide:nth-child(odd) .gallery-item:nth-child(3) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
.gallery .gallery-slider .slide:nth-child(even) {
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  grid-template-rows: 25rem 44rem;
}
.gallery .gallery-slider .slide:nth-child(even) .gallery-item:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.gallery .gallery-slider .slide:nth-child(even) .gallery-item:nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.gallery .gallery-slider .slide:nth-child(even) .gallery-item:nth-child(3) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
.gallery-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4rem;
  justify-content: center;
  align-items: center;
}
.gallery-controls button {
  position: relative;
  background-color: transparent;
}
.gallery-controls button svg {
  width: 1.6rem;
  height: 1rem;
}
.gallery-controls button svg path {
  fill: #fff;
}
.gallery-controls button:hover svg path {
  fill: #DDA74F;
}
.gallery-nav {
  width: 100%;
  max-width: 41.4rem;
  margin: 0 2rem;
  height: 0.1rem;
  position: relative;
  background-color: rgba(255, 255, 255, 0.15);
}
.gallery-nav__progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  transition: all ease 300ms;
  display: inline-block;
  background-color: #fff;
}

@media (max-width: 1199px) {
  .gallery .gallery-slider {
    margin-bottom: 3.6rem;
  }
  .gallery .gallery-slider .slide {
    gap: 1.6rem;
  }
  .gallery .gallery-slider .slide:nth-child(odd) {
    grid-template-rows: 36rem 22rem;
  }
  .gallery .gallery-slider .slide:nth-child(even) {
    grid-template-rows: 22rem 36rem;
  }
  .gallery-controls {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 991px) {
  .gallery .gallery-slider {
    margin-bottom: 3.2rem;
  }
  .gallery .gallery-slider .slide {
    gap: 1.4rem;
  }
  .gallery .gallery-slider .gallery-item {
    border-radius: 1.8rem;
  }
  .gallery .gallery-slider .slide:nth-child(odd) {
    grid-template-rows: 32rem 20rem;
  }
  .gallery .gallery-slider .slide:nth-child(even) {
    grid-template-rows: 20rem 32rem;
  }
  .gallery-nav {
    max-width: 34rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery .gallery-slider {
    margin-bottom: 2.8rem;
  }
  .gallery .gallery-slider .slide {
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: auto !important;
    gap: 1.2rem;
  }
  .gallery .gallery-slider .gallery-item {
    height: 22rem;
    border-radius: 1.6rem;
  }
  .gallery .gallery-slider .gallery-item:nth-child(n) {
    grid-column: auto !important;
    grid-row: auto !important;
  }
  .gallery .gallery-slider .gallery-item:nth-child(1), .gallery .gallery-slider .gallery-item:nth-child(3) {
    -ms-grid-column-span: 2 !important;
    grid-column: span 2 !important;
    height: 30rem;
  }
  .gallery-controls {
    margin-bottom: 2.8rem;
  }
  .gallery-nav {
    max-width: 26rem;
    margin: 0 1.6rem;
  }
}
@media (max-width: 575px) {
  .gallery .gallery-slider {
    margin-bottom: 2.4rem;
  }
  .gallery .gallery-slider .slide {
    grid-template-columns: 1fr !important;
    gap: 1.2rem;
  }
  .gallery .gallery-slider .gallery-item {
    height: 24rem;
    border-radius: 1.4rem;
  }
  .gallery .gallery-slider .gallery-item:nth-child(1), .gallery .gallery-slider .gallery-item:nth-child(3) {
    grid-column: auto !important;
    height: 26rem;
  }
  .gallery-controls {
    margin-bottom: 2.4rem;
  }
  .gallery-nav {
    max-width: none;
    flex: 1;
    margin: 0 1.2rem;
  }
}
@media (max-width: 374px) {
  .gallery .gallery-slider .gallery-item {
    height: 22rem;
  }
  .gallery .gallery-slider .gallery-item:nth-child(1), .gallery .gallery-slider .gallery-item:nth-child(3) {
    height: 24rem;
  }
  .gallery-nav {
    margin: 0 1rem;
  }
}

.clients._news {
  background-size: contain;
  padding-top: 28.6rem;
}
.clients._news .title-top {
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto 4rem;
  max-width: 102.1rem;
}
.clients._news .text-section {
  text-align: center;
  margin: 0 auto 16.4rem;
  max-width: 71.9rem;
}
.clients-category {
  margin-bottom: 6.5rem;
}
.clients-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.clients-category ul li {
  flex-grow: 1;
}
.clients-category ul a {
  width: 100%;
  border: 0;
}

@media (max-width: 1199px) {
  .clients._news {
    padding-top: 22rem;
  }
  .clients._news .title-top {
    max-width: 88rem;
    margin-bottom: 3.2rem;
  }
  .clients._news .text-section {
    max-width: 68rem;
    margin-bottom: 12rem;
  }
  .clients._news .clients-category {
    overflow: auto;
  }
  .clients._news .clients-category a {
    white-space: nowrap;
  }
}
@media (max-width: 991px) {
  .clients._news {
    padding-top: 18rem;
  }
  .clients._news .title-top {
    max-width: 76rem;
    margin-bottom: 2.8rem;
  }
  .clients._news .text-section {
    margin-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .clients._news {
    padding-top: 14rem;
    background-size: cover;
  }
  .clients._news .title-top {
    max-width: 100%;
    margin-bottom: 2.4rem;
  }
  .clients._news .text-section {
    max-width: 100%;
    margin-bottom: 5.6rem;
  }
}
@media (max-width: 575px) {
  .clients._news {
    padding-top: 11rem;
  }
  .clients._news .title-top {
    margin-bottom: 2rem;
    font-size: 3.2rem;
  }
  .clients._news .text-section {
    margin-bottom: 4rem;
  }
}
@media (max-width: 374px) {
  .clients._news {
    padding-top: 9rem;
  }
  .clients._news .text-section {
    margin-bottom: 3.2rem;
  }
}

.faq-page {
  background-size: cover;
  background-position: center;
  padding-top: 20.9rem;
}
.faq-page .section-head {
  justify-content: center;
}
.faq-page .title-section {
  max-width: 100%;
  text-align: center;
}
.faq-page .title-section:after {
  display: none;
}
.faq-page .text-section {
  margin-bottom: 11rem;
}

.faq-page-inner {
  background-size: cover;
  background-position: center;
  padding-top: 16.4rem;
}
.faq-page-inner .title-section {
  max-width: 100%;
  text-align: center;
}
.faq-page-inner .title-section:after {
  display: none;
}

.faq-bottom {
  margin-top: 5rem;
  padding: 3.5rem;
  border-radius: 2rem;
  background-color: rgba(149, 99, 20, 0.2);
  text-align: center;
  position: relative;
}
.faq-bottom:after {
  pointer-events: none;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  max-height: 30.8rem;
  border-radius: inherit;
  box-shadow: 0 0.4rem 0.4rem 0 rgb(221, 167, 79);
}
.faq-bottom__title {
  font: 400 5rem/120% "Ponomar", serif;
  color: #fff;
  margin-bottom: 1rem;
}
.faq-bottom .text-section {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 2.5rem;
}
.contact-page {
  background-size: cover;
  background-position: center;
  padding-top: 20.9rem;
}
.contact-page .section-head {
  justify-content: center;
}
.contact-page .section-head div:last-child {
  margin-bottom: 11rem;
}
.contact-page .title-section {
  max-width: 100%;
  text-align: center;
}
.contact-page .title-section:after {
  display: none;
}
.contact-page__grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 3rem;
}
.contact-page .contact-form {
  padding: 3.5rem 4.5rem;
}
.contact-page .contact-form .modal-input, .contact-page .contact-form .modal-select {
  width: 100%;
  margin-bottom: 0;
  max-width: calc(50% - 1.5rem);
}
.contact-page .contact-form .modal-input.modal-input--full, .contact-page .contact-form .modal-select.modal-input--full {
  max-width: 100%;
}
.contact-page .contact-form .btn-primary {
  width: 100%;
  max-width: 100%;
}

.contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.contact-item {
  width: 100%;
  max-width: 72rem;
}
.contact-block {
  padding: 3.5rem 4.5rem;
  border-radius: 2rem;
  background-color: rgba(149, 99, 20, 0.1);
  margin-bottom: 2.5rem;
  position: relative;
}
.contact-block:last-child {
  margin-bottom: 0;
}
.contact-block__title {
  font: 600 2.2rem/130% "Gill Sans", sans-serif;
  width: 100%;
  margin-bottom: 1.6rem;
}
.contact-block__text {
  color: rgba(255, 255, 255, 0.75);
}
.contact-block__text p {
  font: 400 1.8rem/140% "Gill Sans", sans-serif;
  margin-bottom: 0.8rem;
}
.contact-block__text p:last-child {
  margin-bottom: 0;
}
.contact-block__text a:hover {
  color: #DDA74F;
}
.contact-block__icon {
  width: 10rem;
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2rem;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: rgba(209, 199, 183, 0.1);
}
.contact-block__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.2rem;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(209, 199, 183, 0.55) 0%, rgba(209, 199, 183, 0.22) 18%, rgba(209, 199, 183, 0.06) 45%, rgba(209, 199, 183, 0.16) 72%, rgba(209, 199, 183, 0.34) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.contact-block__icon img, .contact-block__icon svg {
  width: 4.643rem;
  height: 4.643rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-block__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.contact-block.contact-block--whatsapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.contact-block.contact-block--whatsapp:after {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9336 6L18.9336 14L10.9336 22L9.06693 20.1333L15.2003 14L9.06693 7.86666L10.9336 6Z' fill='%23DDA74F'/%3E%3C/svg%3E%0A");
  position: absolute;
  content: "";
  right: 3.5rem;
  top: 50%;
  margin-top: -1.4rem;
  width: 2.8rem;
  height: 2.8rem;
  transition: all ease 300ms;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-block.contact-block--whatsapp:hover:after {
  right: 2.5rem;
}

@media (max-width: 1399px) {
  .contact-page {
    padding-top: 18rem;
  }
  .contact-page .section-head div:last-child {
    margin-bottom: 8rem;
  }
  .contact-page .contact-form {
    padding: 3.2rem 3.5rem;
  }
}
@media (max-width: 1199px) {
  .contact-page {
    padding-top: 15rem;
  }
  .contact-page .section-head div:last-child {
    margin-bottom: 6rem;
  }
  .contact-page .contact-form {
    padding: 3rem;
  }
  .contact-page .contact-form .modal-input,
  .contact-page .contact-form .modal-select {
    max-width: calc(50% - 1rem);
  }
  .contact-page__grid {
    gap: 2rem;
  }
}
@media (max-width: 991px) {
  .contact-page {
    padding-top: 12rem;
  }
  .contact-page .section-head div:last-child {
    margin-bottom: 4rem;
  }
  .contact-page .contact-form {
    padding: 2.8rem 2.4rem;
    margin-top: 3rem;
  }
  .contact-page .contact-form .modal-input,
  .contact-page .contact-form .modal-select {
    max-width: 100%;
  }
  .contact-page__grid {
    gap: 1.8rem;
  }
}
@media (max-width: 767px) {
  .contact-page {
    padding-top: 10rem;
  }
  .contact-page .section-head div:last-child {
    margin-bottom: 3rem;
  }
  .contact-page .contact-form {
    padding: 2.4rem 2rem;
    border-radius: 1.6rem;
  }
  .contact-page__grid {
    gap: 1.6rem;
  }
}
@media (max-width: 575px) {
  .contact-page {
    padding-top: 8rem;
  }
  .contact-page .contact-form {
    padding: 2rem 1.6rem;
  }
  .contact-page .contact-form .btn-primary {
    margin-top: 0.4rem;
  }
  .contact-page__grid {
    gap: 1.4rem;
  }
}
@media (max-width: 374px) {
  .contact-page .contact-form {
    padding: 1.8rem 1.4rem;
  }
}

@media (max-width: 1399px) {
  .contact-item {
    max-width: calc(50% - 2rem);
  }
  .contact-block {
    padding: 3.2rem 3.5rem;
  }
}
@media (max-width: 1199px) {
  .contact-wrap {
    gap: 3rem;
  }
  .contact-item {
    max-width: calc(50% - 1.5rem);
  }
  .contact-block {
    padding: 3rem;
    margin-bottom: 2rem;
  }
  .contact-block__icon {
    width: 8.8rem;
    height: 8.8rem;
  }
  .contact-block__icon img,
  .contact-block__icon svg {
    width: 4rem;
    height: 4rem;
  }
  .contact-block.contact-block--whatsapp {
    gap: 2rem;
  }
  .contact-block.contact-block--whatsapp:after {
    right: 3rem;
  }
  .contact-block.contact-block--whatsapp:hover:after {
    right: 2.2rem;
  }
}
@media (max-width: 991px) {
  .contact-wrap {
    display: block;
  }
  .contact-item {
    max-width: 100%;
  }
  .contact-block {
    padding: 2.8rem 2.4rem;
    margin-bottom: 1.8rem;
  }
  .contact-block__title {
    margin-bottom: 1.2rem;
  }
  .contact-block__icon {
    width: 8rem;
    height: 8rem;
    border-radius: 1.6rem;
  }
  .contact-block__icon img,
  .contact-block__icon svg {
    width: 3.6rem;
    height: 3.6rem;
  }
  .contact-block.contact-block--whatsapp:after {
    right: 2.4rem;
  }
  .contact-block.contact-block--whatsapp:hover:after {
    right: 2rem;
  }
}
@media (max-width: 767px) {
  .contact-block {
    padding: 2.4rem 2rem;
    border-radius: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .contact-block__icon {
    width: 7.2rem;
    height: 7.2rem;
    border-radius: 1.4rem;
  }
  .contact-block__icon img,
  .contact-block__icon svg {
    width: 3.2rem;
    height: 3.2rem;
  }
  .contact-block.contact-block--whatsapp {
    gap: 1.6rem;
    padding-right: 5.6rem;
  }
  .contact-block.contact-block--whatsapp:after {
    right: 2rem;
    width: 2.4rem;
    height: 2.4rem;
    margin-top: -1.2rem;
  }
  .contact-block.contact-block--whatsapp:hover:after {
    right: 1.6rem;
  }
}
@media (max-width: 575px) {
  .contact-block {
    padding: 2rem 1.6rem;
    border-radius: 1.4rem;
  }
  .contact-block__title {
    margin-bottom: 1rem;
  }
  .contact-block__text p {
    margin-bottom: 0.6rem;
  }
  .contact-block__icon {
    width: 6.4rem;
    height: 6.4rem;
    flex: 0 0 6.4rem;
    border-radius: 1.2rem;
  }
  .contact-block__icon img,
  .contact-block__icon svg {
    width: 2.8rem;
    height: 2.8rem;
  }
  .contact-block.contact-block--whatsapp {
    gap: 1.4rem;
    padding-right: 4.8rem;
  }
  .contact-block.contact-block--whatsapp:after {
    right: 1.6rem;
    width: 2.2rem;
    height: 2.2rem;
    margin-top: -1.1rem;
  }
  .contact-block.contact-block--whatsapp:hover:after {
    right: 1.4rem;
  }
}
@media (max-width: 374px) {
  .contact-block {
    padding: 1.8rem 1.4rem;
  }
  .contact-block__icon {
    width: 5.8rem;
    height: 5.8rem;
    flex: 0 0 5.8rem;
  }
  .contact-block__icon img,
  .contact-block__icon svg {
    width: 2.6rem;
    height: 2.6rem;
  }
  .contact-block.contact-block--whatsapp {
    gap: 1.2rem;
    padding-right: 4.4rem;
  }
}

@media (max-width: 575px) {
  .contact-form .select {
    background-repeat: no-repeat;
    background-position: 1.6rem center;
  }
  .contact-form .select .select-title {
    padding: 1.9rem 3.6rem 1.9rem 4rem;
  }
  .contact-form .select .select-title:after {
    right: 1.5rem;
  }
}
.not-found {
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
.not-found__decor {
  position: absolute;
  bottom: -20rem;
  left: 0;
  right: 0;
  pointer-events: none;
  text-align: center;
  font: 400 100rem/1 "Ponomar", serif;
  color: rgba(255, 255, 255, 0.05);
}
.not-found__title {
  background: -webkit-gradient(linear, left top, left bottom, from(#DDA74F), to(#956314));
  background: linear-gradient(180deg, #DDA74F 0%, #956314 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-transform: uppercase;
  margin: 0 auto 2.5rem;
}
.not-found__text {
  margin: 0 auto 5rem;
}
.not-found__link a {
  width: 100%;
  max-width: 32rem;
}

@media (max-width: 1399px) {
  .not-found__decor {
    bottom: -16rem;
    font-size: 82rem;
  }
  .not-found__title {
    margin-bottom: 2.2rem;
  }
  .not-found__text {
    margin-bottom: 4.5rem;
  }
}
@media (max-width: 1199px) {
  .not-found__decor {
    bottom: -12rem;
    font-size: 68rem;
  }
  .not-found__text {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .not-found {
    min-height: 100vh;
    height: auto;
    padding: 14rem 0 8rem;
  }
  .not-found__decor {
    bottom: -8rem;
    font-size: 52rem;
  }
  .not-found__title {
    margin-bottom: 2rem;
  }
  .not-found__text {
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 767px) {
  .not-found {
    padding: 12rem 0 7rem;
  }
  .not-found__decor {
    bottom: -5rem;
    font-size: 38rem;
  }
  .not-found__title {
    margin-bottom: 1.6rem;
  }
  .not-found__text {
    margin-bottom: 3rem;
  }
  .not-found__link {
    width: 100%;
  }
  .not-found__link a {
    max-width: 28rem;
  }
}
@media (max-width: 575px) {
  .not-found {
    padding: 10rem 1.6rem 6rem;
  }
  .not-found__decor {
    bottom: -3rem;
    font-size: 27rem;
  }
  .not-found__title {
    margin-bottom: 1.4rem;
  }
  .not-found__text {
    margin-bottom: 2.6rem;
  }
  .not-found__link a {
    max-width: 100%;
  }
}
@media (max-width: 374px) {
  .not-found__decor {
    bottom: -2rem;
    font-size: 22rem;
  }
  .not-found__text {
    margin-bottom: 2.2rem;
  }
}

.modal {
  display: none;
}

.quiz {
  position: relative;
  padding: 4rem 0;
}
@media screen and (min-width: 900px) {
  .quiz {
    padding: 11rem 0;
  }
}
.quiz:first-child {
  margin-top: 7rem;
}
@media screen and (min-width: 450px) {
  .quiz:first-child {
    margin-top: 10rem;
  }
}
.quiz__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.quiz__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.quiz__container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 670px) {
  .quiz__container {
    gap: 4rem;
  }
}
@media screen and (min-width: 900px) {
  .quiz__container {
    gap: 5rem;
  }
}
.quiz__head, .quiz__head > * {
  color: #fff;
  font: 400 1.8rem/140% "Gill Sans", sans-serif;
}
@media screen and (min-width: 670px) {
  .quiz__head, .quiz__head > * {
    font: 400 2.4rem/140% "Gill Sans", sans-serif;
  }
}
.quiz__title:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 670px) {
  .quiz__title:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.quiz__title, .quiz__title > * {
  color: #fff;
  text-transform: uppercase;
  font: 400 5.5rem/105% "Ponomar", serif;
}
@media screen and (max-width: 400px) {
  .quiz__title, .quiz__title > * {
    font-size: 4rem;
  }
}
@media screen and (min-width: 670px) {
  .quiz__title, .quiz__title > * {
    font: 400 7.5rem/120% "Ponomar", serif;
  }
}
.quiz__progress-title {
  margin-bottom: 1.2rem;
  font-family: "Gill Sans", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 130%;
  background: -webkit-gradient(linear, left top, left bottom, from(#DDA74F), to(#956314));
  background: linear-gradient(180deg, #DDA74F 0%, #956314 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.quiz__progress-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
@media screen and (min-width: 670px) {
  .quiz__progress-view {
    gap: 2.5rem;
  }
}
.quiz__progress-view > * {
  height: 0.4rem;
  flex: 1 0 0;
  background: rgba(255, 255, 255, 0.15);
}
.quiz__progress-view > *.active {
  border-radius: 1px;
  background: #DDA74F;
  box-shadow: 0 4px 4px 0 rgba(221, 167, 79, 0.5);
}
.quiz__title {
  text-transform: uppercase;
}
.quiz__subtitle {
  text-transform: uppercase;
}
.quiz__subtitle > * {
  font: 400 5rem/120% "Ponomar", serif;
}
@media screen and (min-width: 670px) {
  .quiz__subtitle > * {
    font: 400 5.5rem/105% "Ponomar", serif;
  }
}
.quiz__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
}
@media screen and (max-width: 450px) {
  .quiz__controls {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 450px) {
  .quiz__button {
    width: 100%;
  }
}
@media screen and (min-width: 670px) {
  .quiz__button {
    min-width: 32rem;
  }
}
.quiz__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.quiz__card-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  width: 100%;
  cursor: pointer;
}
.quiz__card-container:not(:first-child) {
  margin-top: 2.5rem;
}
.quiz__card-container--hidden {
  display: none;
}
.quiz__card {
  position: relative;
  padding: 2rem;
  width: 100%;
  border-radius: 2rem;
  background: rgba(149, 99, 20, 0.1);
  box-shadow: 0 4px 4px 0 rgba(221, 167, 79, 0.5);
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 769px) {
  .quiz__card {
    width: calc(50% - 2rem * (2 - 1) / 2);
  }
}
@media screen and (min-width: 550px) {
  .quiz__card {
    padding: 3.5rem 4.5rem;
  }
}
.quiz__card--full-width {
  width: 100%;
}
.quiz__card:hover {
  box-shadow: 0 4px 4px 0 rgba(221, 167, 79, 0);
}
.quiz__card:has(input:checked) .quiz__card-container--hidden {
  display: block;
}
.quiz__card:nth-child(odd):last-child {
  width: 100%;
}
.quiz__card-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  width: 8rem;
  height: 8rem;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 2rem;
  background: rgba(209, 199, 183, 0.1);
  cursor: pointer;
}
@media screen and (min-width: 375px) {
  .quiz__card-icon {
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 450px) {
  .quiz__card-icon {
    width: 10rem;
    height: 10rem;
  }
}
.quiz__card-icon:after {
  position: absolute;
  display: block;
  content: "";
  z-index: 1;
  width: 8rem;
  height: 8rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(221, 167, 79, 0.2);
  filter: blur(27.5px);
}
.quiz__card-icon img, .quiz__card-icon svg {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.quiz__card-text {
  font: 400 1.8rem/140% "Gill Sans", sans-serif;
}
@media screen and (min-width: 450px) {
  .quiz__card-text {
    padding-top: 1.6rem;
  }
}
.quiz__card-text p {
  color: rgba(255, 255, 255, 0.55);
  font: 400 1.8rem/140% "Gill Sans", sans-serif;
  font-size: 1.6rem;
}
@media screen and (min-width: 450px) {
  .quiz__card-title {
    margin-bottom: 1rem;
  }
}
.quiz__card-title, .quiz__card-title > * {
  font: 600 2.2rem/130% "Gill Sans", sans-serif;
}
@media screen and (min-width: 400px) {
  .quiz__card-title, .quiz__card-title > * {
    font: 600 2.4rem/120% "Gill Sans", sans-serif;
  }
}
@media screen and (min-width: 670px) {
  .quiz__card-title, .quiz__card-title > * {
    font: 600 2.8rem/115% "Gill Sans", sans-serif;
  }
}
.quiz__card-checkbox {
  width: 2.4rem;
  height: 2.4rem;
  aspect-ratio: 1/1;
  margin-left: auto;
  cursor: pointer;
  flex-shrink: 0;
  flex-grow: 0;
}
.quiz__card-checkbox .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #DDA74F;
}
.quiz__card-checkbox .icon:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.2rem;
  height: 1.2rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#DDA74F), to(#956314));
  background: linear-gradient(180deg, #DDA74F 0%, #956314 100%);
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.quiz__card-checkbox.checkbox .icon {
  border-radius: 0.4rem;
}
.quiz__card-checkbox.checkbox .icon:after {
  border-radius: 0.2rem;
}
.quiz__card-checkbox input {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  cursor: pointer;
}
.quiz__card-checkbox input:checked + .icon:after {
  opacity: 1;
}
.quiz__card-textarea {
  display: block;
  width: 100%;
}
.quiz__card-textarea textarea {
  width: 100%;
  height: 17.5rem;
  border-radius: 1.6rem;
  border: 1px solid #DDA74F;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font: 400 1.8rem/140% "Gill Sans", sans-serif;
}
.quiz__card-textarea textarea::-moz-placeholder {
  opacity: 0.55;
}
.quiz__card-textarea textarea::placeholder {
  opacity: 0.55;
}
.quiz__card-textarea textarea {
  padding: 1.4rem 2rem;
}
@media screen and (min-width: 670px) {
  .quiz__card-textarea textarea {
    padding: 2rem 3.5rem;
  }
}
.quiz__card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.quiz__card-image:before, .quiz__card-image:after {
  position: absolute;
  display: block;
  content: "";
  z-index: 1;
  top: 0;
  height: 100%;
  width: 50%;
}
.quiz__card-image:after {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.08%, rgba(0, 0, 0, 0)), color-stop(121.8%, #000));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0.08%, #000 121.8%);
}
.quiz__card-image:before {
  left: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(0.08%, rgba(0, 0, 0, 0)), color-stop(121.8%, #000));
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0.08%, #000 121.8%);
}
.quiz__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.quiz__card-label-head {
  display: block;
  margin-bottom: 1rem;
  color: #DDA74F;
  font: 600 1.6rem/180% "Gilroy", sans-serif;
}
.quiz__card-label {
  display: block;
}
.quiz__card-label input {
  width: 100%;
  height: 6.4rem;
  padding: 2rem 3.5rem;
  border-radius: 1.6rem;
  border: 1px solid #DDA74F;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font: 400 1.8rem/140% "Gill Sans", sans-serif;
}
.quiz__card-label input::-moz-placeholder {
  opacity: 0.55;
}
.quiz__card-label input::placeholder {
  opacity: 0.55;
}
.quiz__card-label-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.quiz__card-label-wrapper .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3.5rem;
  width: 2rem;
  height: 2rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  pointer-events: none;
}
.quiz__card-label-wrapper .icon + input {
  padding-left: 7rem;
}
.quiz__thanks-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .quiz__thanks-controls {
    flex-direction: column;
    margin-top: 2rem;
  }
}
.quiz__thanks-controls > * {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .quiz__thanks-controls > * {
    min-width: 32rem;
  }
}
.quiz__thanks-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: calc(70vh - 10rem);
  width: 100%;
  max-width: 134rem;
  margin: auto;
  text-align: center;
}
.quiz__thanks-container p {
  font: 400 1.8rem/140% "Gill Sans", sans-serif;
}
@media screen and (min-width: 769px) {
  .quiz__thanks-container p {
    font: 400 2.4rem/140% "Gill Sans", sans-serif;
  }
}
.quiz__thanks-container h1 {
  margin-bottom: 2.5rem;
  text-transform: uppercase;
  font: 400 5.5rem/105% "Ponomar", serif;
}
@media screen and (max-width: 425px) {
  .quiz__thanks-container h1 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .quiz__thanks-container h1 {
    font: 400 7.5rem/120% "Ponomar", serif;
  }
}
.quiz__thanks-container h1 span {
  background: -webkit-gradient(linear, left top, left bottom, from(#DDA74F), to(#956314));
  background: linear-gradient(180deg, #DDA74F 0%, #956314 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.error-quiz-form {
  animation: horizontal-shaking 0.2s linear;
}

.third {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .third {
    width: calc(33.3% - 2rem * (3.003003003 - 1) / 3.003003003);
  }
}

.half {
  width: 100%;
}
@media screen and (min-width: 550px) {
  .half {
    width: calc(50% - 2rem * (2 - 1) / 2);
  }
}

@keyframes horizontal-shaking {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
.hero-single {
  position: relative;
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .hero-single {
    padding: 6.4rem 0;
    min-height: 50rem;
  }
}
.hero-single:first-child {
  margin-top: 7rem;
}
@media screen and (min-width: 450px) {
  .hero-single:first-child {
    margin-top: 10rem;
  }
}
.hero-single__container {
  position: relative;
  z-index: 1;
}
.hero-single__container .bread-crumbs {
  margin-bottom: 7rem;
}
.hero-single__bg-decor {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero-single__bg-decor img, .hero-single__bg-decor svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero-single__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  height: calc(100% + 24rem);
}
.hero-single__bg:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 4, 3, 0.7)), to(#050403));
  background: linear-gradient(180deg, rgba(5, 4, 3, 0.7) 0%, #050403 100%);
}
.hero-single__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-single__details {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 450px) {
  .hero-single__details {
    flex-direction: column;
  }
}
.hero-single__details:not(:last-child) {
  margin-bottom: 4rem;
}
.hero-single__details {
  font: 400 3rem/140% "Ponomar", serif;
  gap: 2rem;
}
@media screen and (min-width: 670px) {
  .hero-single__details {
    gap: 4rem;
  }
}
.hero-single__details {
  background: -webkit-gradient(linear, left top, left bottom, from(#DDA74F), to(#956314));
  background: linear-gradient(180deg, #DDA74F 0%, #956314 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-single__details .decor {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#DDA74F), to(#956314));
  background: linear-gradient(180deg, #DDA74F 0%, #956314 100%);
  box-shadow: 0 4px 10px 0 rgba(221, 167, 79, 0.5);
}
@media screen and (max-width: 450px) {
  .hero-single__details .decor {
    display: none;
  }
}
.hero-single__title {
  width: 100%;
  max-width: 104rem;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}
.hero-single__title, .hero-single__title > * {
  font: 400 5.5rem/105% "Ponomar", serif;
}
@media screen and (max-width: 400px) {
  .hero-single__title, .hero-single__title > * {
    font-size: 4rem;
  }
}
@media screen and (min-width: 670px) {
  .hero-single__title, .hero-single__title > * {
    font: 400 7.5rem/120% "Ponomar", serif;
  }
}

@media screen and (min-width: 1024px) {
  .article__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1600px) {
  .article__container {
    gap: 6.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .article__content {
    width: calc(100% - 49rem);
  }
}
@media screen and (min-width: 1600px) {
  .article__content {
    width: calc(100% - 52rem);
  }
}
@media screen and (max-width: 1023px) {
  .article__sidebar {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .article__sidebar {
    width: 45rem;
    flex-shrink: 0;
    flex-grow: 0;
    position: sticky;
    top: 11rem;
  }
}
.article__sidebar-title:not(:last-child) {
  margin-bottom: 2rem;
}
.article__sidebar-cta {
  padding: 2rem;
  border-radius: 1.6rem;
}
@media screen and (min-width: 769px) {
  .article__sidebar-cta {
    padding: 3.5rem;
    border-radius: 2rem;
  }
}
.article__sidebar-cta:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .article__sidebar-cta:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.article__sidebar-cta {
  background: rgba(149, 99, 20, 0.1);
  box-shadow: 0 4px 4px 0 rgba(221, 167, 79, 0.5);
  text-align: center;
}
.article__sidebar-cta > *:not(:last-child) {
  margin-bottom: 1.6rem;
}
.article__sidebar-cta, .article__sidebar-cta > * {
  color: #fff;
  font: 400 1.8rem/140% "Gill Sans", sans-serif;
}
.article__sidebar-cta h4 {
  font: 600 2.8rem/115% "Gill Sans", sans-serif;
}
.article__sidebar-cta-controls {
  margin-top: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.article__cta:not(:last-child) {
  margin-bottom: 6.5rem;
}
.article__cta {
  position: relative;
  width: 100%;
  border-radius: 2rem;
  box-shadow: 0 4px 50px 0 rgba(221, 167, 79, 0.2), 0 4px 4px 0 #DDA74F;
  overflow: hidden;
}
.article__cta-content {
  padding: 2rem;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.06%, #000), color-stop(99.94%, rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #000 0.06%, rgba(0, 0, 0, 0) 99.94%);
  backdrop-filter: blur(2px);
}
@media screen and (min-width: 500px) {
  .article__cta-content {
    padding: 2.4rem 1rem 2.4rem 4.8rem;
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  .article__cta-content {
    width: 50%;
  }
}
.article__cta-content, .article__cta-content p {
  font: 400 1.8rem/140% "Gill Sans", sans-serif;
}
.article__cta-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.article__cta-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article__cta-subtitle {
  margin-bottom: 10rem;
  font: 400 3rem/140% "Ponomar", serif;
  background: -webkit-gradient(linear, left top, left bottom, from(#DDA74F), to(#956314));
  background: linear-gradient(180deg, #DDA74F 0%, #956314 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.article__cta-title {
  position: relative;
  margin-bottom: 1.6rem;
  color: #fff;
  font: 600 2.8rem/115% "Gill Sans", sans-serif;
}
.article__cta-title:after {
  position: absolute;
  display: block;
  content: "";
  width: 4px;
  height: 100%;
  right: calc(100% + 1.6rem);
  top: 0;
  border-radius: 2.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#DDA74F), to(#956314));
  background: linear-gradient(180deg, #DDA74F 0%, #956314 100%);
}
@media screen and (min-width: 500px) {
  .article__cta-title:after {
    right: calc(100% + 4.4rem);
  }
}
@media screen and (min-width: 500px) {
  .article__grid {
    display: -ms-grid;
    display: grid;
    gap: 2rem;
  }
}
.article__grid .gallery-item {
  overflow: hidden;
  border-radius: 2rem;
  position: relative;
}
@media screen and (max-width: 499px) {
  .article__grid .gallery-item:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.article__grid .gallery-item img {
  border-radius: inherit;
}
@media screen and (max-width: 499px) {
  .article__grid .gallery-item img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 500px) {
  .article__grid .gallery-item img {
    position: relative;
    top: 0.1rem;
    left: 0.1rem;
    width: calc(100% - 0.2rem);
    height: calc(100% - 0.2rem);
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}
.article__grid:nth-child(odd) {
  grid-template-columns: minmax(0, 2.2fr) minmax(0, 1fr);
  grid-template-rows: 44rem 32rem;
}
.article__grid:nth-child(odd) .gallery-item:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.article__grid:nth-child(odd) .gallery-item:nth-child(2) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
.article__grid:nth-child(odd) .gallery-item:nth-child(3) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
.article__grid:nth-child(even) {
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  grid-template-rows: 32rem 44rem;
}
.article__grid:nth-child(even) .gallery-item:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.article__grid:nth-child(even) .gallery-item:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
.article__grid:nth-child(even) .gallery-item:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.article__grids {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.article__grids:not(:first-child) {
  margin-top: 3rem;
}
.article__grids:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .article .faq-item__head {
    font: 600 2.2rem/130% "Gill Sans", sans-serif;
  }
}
.article .faq {
  overflow: visible;
}
.article .faq:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 769px) {
  .article .faq:not(:first-child) {
    margin-top: 6.5rem;
  }
}
.article .faq:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 769px) {
  .article .faq:not(:last-child) {
    margin-bottom: 6.5rem;
  }
}
@media screen and (max-width: 767px) {
  .article .faq .title-section {
    margin-bottom: 0;
    font: 600 2.4rem/120% "Gill Sans", sans-serif;
  }
}
.article__related-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .article__related-list {
    flex-direction: column;
  }
}
.article__related {
  position: relative;
  padding: 16rem 2.4rem 2.4rem;
  display: block;
  height: 28.1rem;
  border-radius: 2rem;
  border: 1px solid #C89F5D;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 500px) {
  .article__related {
    width: calc(50% - 2rem * (2 - 1) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .article__related {
    width: 100%;
  }
}
.article__related .decor {
  position: absolute;
  z-index: 1;
  display: block;
  width: 4px;
  height: 2.6rem;
  left: 0;
  top: 16rem;
  border-radius: 2.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#DDA74F), to(#956314));
  background: linear-gradient(180deg, #DDA74F 0%, #956314 100%);
}
.article__related:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 10rem);
  border-radius: inherit;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.2%, rgba(0, 0, 0, 0)), color-stop(91.06%, #000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0.2%, #000 91.06%);
  backdrop-filter: blur(2px);
}
.article__related:hover .article__related-img img {
  transform: scale(1.1);
}
.article__related-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.article__related-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s ease-in-out;
}
.article__related-title {
  display: block;
  position: relative;
  z-index: 1;
  color: #fff;
  font: 600 2.4rem/120% "Gill Sans", sans-serif;
}
@media screen and (min-width: 500px) {
  .article__related-title {
    font: 600 2.8rem/115% "Gill Sans", sans-serif;
  }
}
.article__related-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.article__related-title:not(:last-child) {
  margin-bottom: 1.6rem;
}
.article__related-description {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

button {
  border: none;
  cursor: pointer;
}

.btn-primary,
.btn-secondary {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font: 600 1.4rem/140% "Gill Sans", sans-serif;
  padding: 2.7rem 3.5rem;
  text-transform: uppercase;
  border-radius: 1rem;
  transition: color 300ms ease, border-color 300ms ease, opacity 300ms ease;
}
.btn-primary span,
.btn-secondary span {
  position: relative;
  z-index: 2;
}
.btn-primary::before,
.btn-secondary::before {
  position: absolute;
  content: "";
  inset: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 300ms ease;
  pointer-events: none;
}
.btn-primary:hover::before,
.btn-secondary:hover::before {
  opacity: 1;
}

.btn-primary {
  background: -webkit-gradient(linear, left top, left bottom, from(#DDA74F), to(#956314));
  background: linear-gradient(180deg, #DDA74F 0%, #956314 100%);
  box-shadow: 0 4px 55px 0 rgba(221, 167, 79, 0.5);
  color: #fff;
}
.btn-primary::before {
  background: #DDA74F;
}
.btn-primary:hover {
  box-shadow: 0 4px 70px 0 rgba(221, 167, 79, 0.65);
}
.btn-primary.disabled, .btn-primary:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.btn-primary.disabled::before, .btn-primary:disabled::before {
  opacity: 0;
}

.btn-secondary {
  border: 0.1rem solid #DDA74F;
  padding: 2.5rem 3.5rem;
  background: rgba(200, 159, 93, 0.2);
  color: #fff;
}
.btn-secondary::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(221, 167, 79, 0.6)), to(rgba(149, 99, 20, 0.6)));
  background: linear-gradient(180deg, rgba(221, 167, 79, 0.6) 0%, rgba(149, 99, 20, 0.6) 100%);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  border-color: #fff;
  opacity: 0.4;
  pointer-events: none;
}
.btn-secondary.disabled::before, .btn-secondary:disabled::before {
  opacity: 0;
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (min-width: 450px) {
  form {
    gap: 1.6rem;
  }
}
form label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

input, textarea {
  background: transparent;
  outline: none;
  transition: all ease 300ms;
}
input:focus, textarea:focus {
  border-color: #fff;
  color: #fff;
}

input.error, textarea.error {
  border-color: #F8001D;
  background: rgba(248, 0, 29, 0.05);
  color: #CC071E;
}
input.error::-moz-placeholder, textarea.error::-moz-placeholder {
  color: #CC071E;
}
input.error::placeholder, textarea.error::placeholder {
  color: #CC071E;
}
