/*RESET*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
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;
  vertical-align: baseline;
}

html {
  background-color: #1e1e1e;
}

main {
  display: block;
  clear: both;
}

thead {
  font-weight: 600;
}

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;
}

img {
  max-width: 100%;
}

input,
select,
button,
textarea {
  font-family: "Rubik", sans-serif;
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  input,
  select,
  button,
  textarea {
    font-size: 18px;
  }
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  outline: none;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

/*--- Common Classes---------------------*/
.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.f-right {
  float: right;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.bg-img {
  background-position: center center;
  background-size: cover;
}

.position-relative {
  position: relative;
}

.height-100vh {
  height: 100vh !important;
}

input[type=email],
input[type=tel] {
  text-align: right;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  color: #000000;
}

*:hover {
  transition-duration: 0.2s;
}

.img-responsive {
  max-width: 100%;
}

body {
  font-family: "Rubik", sans-serif;
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
  font-weight: 400;
  line-height: normal;
  color: #222;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media (min-width: 1400px) {
  body {
    font-size: 18px;
  }
}
body .main {
  flex: 1;
}

.text-size-1 {
  font-size: calc(42px + 30 * (100vw - 390px) / 1010);
  font-weight: 900;
}
@media (min-width: 1400px) {
  .text-size-1 {
    font-size: 72px;
  }
}

.text-size-2 {
  font-size: calc(24px + 8 * (100vw - 390px) / 1010);
  font-weight: 900;
}
@media (min-width: 1400px) {
  .text-size-2 {
    font-size: 32px;
  }
}

.text-size-3 {
  font-size: calc(20px + 8 * (100vw - 390px) / 1010);
  font-weight: 700;
}
@media (min-width: 1400px) {
  .text-size-3 {
    font-size: 28px;
    font-weight: 900;
  }
}

.text-size-4 {
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
  font-weight: 700;
}
@media (min-width: 1400px) {
  .text-size-4 {
    font-size: 20px;
  }
}

.text-size-5 {
  font-size: calc(17px + 1 * (100vw - 390px) / 1010);
  font-weight: 600;
}
@media (min-width: 1400px) {
  .text-size-5 {
    font-size: 18px;
  }
}

.text-size-6 {
  font-size: calc(18px + 0 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .text-size-6 {
    font-size: 18px;
  }
}

.text-size-7 {
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .text-size-7 {
    font-size: 18px;
  }
}

.text-size-8 {
  font-size: calc(16px + 0 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .text-size-8 {
    font-size: 16px;
  }
}

.border-radius-20 {
  border-radius: 20px;
}

.background-color-1 {
  background-color: #BC8343;
}

.background-color-2 {
  background-color: #B7882A;
}

.background-color-3 {
  background-color: #83792E;
}

.background-color-4 {
  background-color: #626C3B;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(140px + 30 * (100vw - 390px) / 1010);
  max-width: 100%;
  padding-top: calc(5px + 5 * (100vw - 390px) / 1010);
  padding-right: calc(10px + 10 * (100vw - 390px) / 1010);
  padding-bottom: calc(5px + 5 * (100vw - 390px) / 1010);
  padding-left: calc(10px + 10 * (100vw - 390px) / 1010);
  font-size: calc(16px + 0 * (100vw - 390px) / 1010);
  font-weight: 700;
  background-color: #d88500;
  color: #ffffff;
  border: 1px solid #d88500;
  border-radius: 20px;
  transition: 0.3s all ease;
}
@media (min-width: 1400px) {
  .button {
    width: 170px;
  }
}
@media (min-width: 1400px) {
  .button {
    padding-top: 10px;
  }
}
@media (min-width: 1400px) {
  .button {
    padding-right: 20px;
  }
}
@media (min-width: 1400px) {
  .button {
    padding-bottom: 10px;
  }
}
@media (min-width: 1400px) {
  .button {
    padding-left: 20px;
  }
}
@media (min-width: 1400px) {
  .button {
    font-size: 16px;
  }
}
.button:hover {
  transform: scale(1.05);
}

.input-block input,
textarea {
  width: 100%;
  padding: 14px 10px;
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
  font-weight: 400;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #B7882A;
}
@media (min-width: 1400px) {
  .input-block input,
  textarea {
    font-size: 18px;
  }
}
.input-block input.error,
textarea.error {
  border-color: #FF756C;
}

.label-for-checkbox {
  display: flex;
}
.label-for-checkbox input[type=checkbox] {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-left: 10px;
}

.logo {
  max-width: 100%;
  width: 52px;
  height: 52px;
}
.logo .logo__inner {
  padding-top: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.logo .logo__inner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.logo-with-text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}
.logo-with-text .text {
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
}

.header-menu-button {
  display: block;
  padding: 10px 0 10px 10px;
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
}
.header-menu-button::before {
  content: "\e905";
  font-family: "icomoon" !important;
}
.header-menu-button:focus {
  color: #ffffff;
}

.language-switcher .language-icon {
  padding: 10px;
  color: #B7882A;
  font-size: 33px;
  line-height: 1;
  transition: 0.3s all ease;
}
.language-switcher .language-icon::before {
  content: "\e906";
  font-family: "icomoon" !important;
  display: block;
}
.language-switcher .language-icon:hover {
  color: #a4a4a4;
}
.language-switcher .languages-block {
  padding: 0px 9px;
  background-color: #efe7d7;
  border-radius: 8px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 3;
}
.language-switcher .languages-block ul {
  display: flex;
  align-items: center;
}
.language-switcher .languages-block ul li {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  position: relative;
}
.language-switcher .languages-block ul li:not(:last-child)::after {
  content: "";
  display: block;
  height: 13px;
  width: 1px;
  background-color: #222;
  position: absolute;
  right: 0;
}
.language-switcher .languages-block ul li a {
  font-size: calc(16px + 0 * (100vw - 390px) / 1010);
  font-weight: 400;
  color: #222;
  text-transform: uppercase;
}
@media (min-width: 1400px) {
  .language-switcher .languages-block ul li a {
    font-size: 16px;
  }
}
.language-switcher .languages-block ul li a:hover {
  color: #a4a4a4;
}

.social-links {
  display: flex;
  align-items: center;
  padding: 10px 0;
  gap: calc(16px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .social-links {
    gap: 16px;
  }
}
.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-color: #FFF;
  border-radius: 5px;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
}
.social-links a::before {
  color: #222;
  font-size: 12px;
}

.hero {
  overflow: hidden;
  background-size: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.hero .hero__content .content-top {
  padding-top: calc(350px + -63 * (100vw - 390px) / 1010);
  padding-bottom: calc(23px + 17 * (100vw - 390px) / 1010);
  padding-inline-start: 15px;
  color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media (min-width: 1400px) {
  .hero .hero__content .content-top {
    padding-top: 287px;
  }
}
@media (min-width: 1400px) {
  .hero .hero__content .content-top {
    padding-bottom: 40px;
  }
}
.hero .hero__content .content-top::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, rgba(140, 140, 140, 0.15) 0%, rgba(0, 0, 0, 0.15) 66.29%);
}
.hero .hero__content .content-bottom {
  padding-top: 30px;
}
.hero .hero__content .content-bottom h3 {
  margin-bottom: calc(25px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .hero .hero__content .content-bottom h3 {
    margin-bottom: 27px;
  }
}
.hero .hero__content .content-bottom .hero__list {
  display: grid;
  gap: calc(15px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .hero .hero__content .content-bottom .hero__list {
    gap: 20px;
  }
}
.hero .hero__content .content-bottom .hero__list > li {
  display: flex;
  align-items: center;
  font-size: calc(16px + 0 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .hero .hero__content .content-bottom .hero__list > li {
    font-size: 16px;
  }
}
.hero .hero__content .content-bottom .hero__list > li::before {
  content: "";
  display: block;
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin-inline-end: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.hero .hero__content .content-bottom .hero__list > li:nth-child(1)::before {
  background-image: url("../img/icons/flight.svg");
}
.hero .hero__content .content-bottom .hero__list > li:nth-child(2)::before {
  background-image: url("../img/icons/real-estate-agent.svg");
}
.hero .hero__content .content-bottom .hero__list > li:nth-child(3)::before {
  background-image: url("../img/icons/graph.svg");
}
@media (min-width: 991.9px) {
  .hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    position: relative;
  }
  .hero::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background: linear-gradient(270deg, rgba(140, 140, 140, 0.15) 0%, rgba(0, 0, 0, 0.15) 66.29%);
  }
  .hero .hero__content .content-top {
    padding-top: calc(103px + 0 * (100vw - 390px) / 1010);
    padding-bottom: calc(84px + 0 * (100vw - 390px) / 1010);
    background-size: 0;
  }
}
@media (min-width: 991.9px) and (min-width: 1400px) {
  .hero .hero__content .content-top {
    padding-top: 103px;
  }
}
@media (min-width: 991.9px) and (min-width: 1400px) {
  .hero .hero__content .content-top {
    padding-bottom: 84px;
  }
}
@media (min-width: 991.9px) {
  .hero .hero__content .content-top::before {
    content: none;
  }
  .hero .hero__content .content-bottom {
    width: 50%;
    padding: 35px 15px 20px;
    background-color: #FFF;
    border-top-right-radius: 98px 82px;
    position: relative;
  }
  .hero .hero__content .content-bottom::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 68px;
    transform: translateY(-100%);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='68' viewBox='0 0 50 68'%3E%3Cpath d='M50,68 C25,68 0,34 0,0 L0,68 Z' fill='white'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
  }
  .hero .hero__content .content-bottom::after {
    content: "";
    display: block;
    width: 75px;
    height: 75px;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateX(100%);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='75' height='75' viewBox='0 0 75 75'%3E%3Cpath d='M75,75 C37.5,75 0,37.5 0,0 L0,75 Z' fill='white'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
  }
}

@media (min-width: 991.9px) {
  .analysis-block {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 -2px 4px 0 rgba(98, 108, 59, 0.4), 0 4px 4px 0 rgba(98, 108, 59, 0.4);
  }
}

.card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: none;
  border-radius: 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
}

.icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 73px;
  min-width: 73px;
  height: 73px;
  border-radius: 50%;
  color: #ffffff;
  background-size: 43px 43px;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-wrapper._number {
  font-family: inherit !important;
}
.icon-wrapper._number p {
  font-family: inherit;
  font-size: 32px;
  font-weight: 900;
}
.icon-wrapper._villa {
  background-image: url(../img/icons/village.svg);
}
.icon-wrapper._sign {
  background-image: url(../img/icons/sign.svg);
}
.icon-wrapper._bank {
  background-image: url(../img/icons/bank.svg);
}
.icon-wrapper._key {
  background-image: url(../img/icons/key.svg);
}
.icon-wrapper._car {
  background-image: url(../img/icons/car.svg);
}
.icon-wrapper._schedule {
  background-image: url(../img/icons/schedule.svg);
}
.icon-wrapper._camera {
  background-image: url(../img/icons/camera.svg);
}
.icon-wrapper._team {
  background-image: url(../img/icons/team-meeting.svg);
}

.text-content .buttons-block {
  display: flex;
  flex-wrap: wrap;
  margin: calc(-5px + -5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content .buttons-block {
    margin: -10px;
  }
}
.text-content .buttons-block .button {
  margin: calc(5px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content .buttons-block .button {
    margin: 10px;
  }
}
.text-content._type-1 h1 {
  margin-bottom: calc(5px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._type-1 h1 {
    margin-bottom: 10px;
  }
}
.text-content._type-1 h2 {
  margin-bottom: calc(10px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._type-1 h2 {
    margin-bottom: 15px;
  }
}
.text-content._type-2 > *:not(:last-child) {
  margin-bottom: 15px;
}
.text-content._type-3 > *:not(:last-child) {
  margin-bottom: calc(20px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._type-3 > *:not(:last-child) {
    margin-bottom: 30px;
  }
}
.text-content._type-3 h2 {
  margin-bottom: calc(10px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._type-3 h2 {
    margin-bottom: 15px;
  }
}

.responsive-image {
  width: 100%;
}
.responsive-image .responsive-image__inner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.responsive-image .responsive-image__inner img,
.responsive-image .responsive-image__inner video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.form-grid {
  display: grid;
  grid-template-columns: 80px 1fr;
  -moz-column-gap: 3px;
       column-gap: 3px;
  row-gap: 20px;
  align-items: center;
}
.form-grid .form-row {
  display: contents;
  color: #ffffff;
}
.form-grid .form-row label {
  font-size: 16px;
  font-weight: 500;
}
.form-grid .form-row input {
  color: #ffffff;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #ffffff;
}
.form-grid .form-row input.error {
  border-color: #FF756C;
}
.form-grid .form-actions {
  grid-column: 1/-1;
  display: flex;
  justify-content: center;
}

.gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(10px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .gallery-wrapper {
    gap: 20px;
  }
}
.gallery-wrapper .main-item {
  grid-column: span 2;
  height: 100%;
  border-radius: 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
.gallery-wrapper .main-item .responsive-image {
  height: 100%;
}
.gallery-wrapper .main-item .responsive-image .responsive-image__inner {
  height: 100%;
}
.gallery-wrapper .main-item .embed-container {
  width: 100%;
  height: 100%;
  padding-bottom: 65.5%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.gallery-wrapper .main-item .embed-container iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.gallery-wrapper .show-more-button {
  position: absolute;
  bottom: calc(5px + 15 * (100vw - 390px) / 1010);
  left: calc(5px + 15 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .gallery-wrapper .show-more-button {
    bottom: 20px;
  }
}
@media (min-width: 1400px) {
  .gallery-wrapper .show-more-button {
    left: 20px;
  }
}
.gallery-wrapper .responsive-image:nth-child(4) {
  grid-column: span 2;
}
.gallery-wrapper .responsive-image:nth-child(n+7) {
  display: none;
}
.gallery-wrapper .responsive-image .responsive-image__inner {
  border-radius: 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 991.9px) {
  .gallery-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery-wrapper .main-item {
    grid-row: span 2;
  }
  .gallery-wrapper .responsive-image:nth-child(4) {
    grid-column: span 1;
  }
}

.steps {
  display: grid;
  gap: 30px;
}
.steps .steps__item {
  display: flex;
  align-items: center;
  justify-content: end;
}
.steps .steps__item .steps__item-text {
  padding: 10px;
  display: grid;
  gap: 10px;
  border-radius: 20px;
  border: 1px solid #B7882A;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
.steps .steps__item .steps__item-text h4 {
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
  font-weight: 700;
}
@media (min-width: 1400px) {
  .steps .steps__item .steps__item-text h4 {
    font-size: 20px;
  }
}
.steps .steps__item .steps__item-icon {
  display: flex;
  align-items: center;
}
.steps .steps__item .steps__item-icon::before {
  content: "";
  display: block;
  height: 4px;
  width: 70px;
  background-color: #1a1a1a;
}
.steps .steps__item:nth-child(even) {
  flex-direction: row-reverse;
  justify-content: start;
}
.steps .steps__item:nth-child(even) .steps__item-icon {
  flex-direction: row-reverse;
}
@media (min-width: 991.9px) {
  .steps {
    gap: 0;
    position: relative;
  }
  .steps .steps__item {
    width: calc(50% + 36.5px);
    position: relative;
    z-index: 1;
  }
  .steps .steps__item:nth-child(even) {
    margin-inline-start: auto;
  }
  .steps::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: rgba(26, 26, 26, 0.6);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
  }
}

.footer-form .form-content-regular h3 {
  margin-bottom: 5px;
}
.footer-form .form-content-regular .form-grid {
  margin-top: 50px;
}

.swiper {
  padding: 5px 5px 10px;
}
.swiper .swiper-slide {
  height: auto;
}
.swiper .swiper-pagination {
  bottom: 0;
  position: static;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.swiper .swiper-pagination-bullet {
  width: calc(10px + 4 * (100vw - 390px) / 1010);
  min-width: calc(10px + 4 * (100vw - 390px) / 1010);
  height: calc(10px + 4 * (100vw - 390px) / 1010);
  opacity: 1;
  background-color: transparent;
  border: 1px solid #B7882A;
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination-bullet {
    width: 14px;
  }
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination-bullet {
    min-width: 14px;
  }
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination-bullet {
    height: 14px;
  }
}
.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #B7882A;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  width: auto;
}
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  content: "\e902";
  font-family: "icomoon";
  font-size: 16px;
  color: #333;
}
.swiper .swiper-button-next::after {
  content: "\e902";
}
.swiper .swiper-button-prev::after {
  content: "\e90d";
}
.swiper._pagination-bottom .swiper-button-next,
.swiper._pagination-bottom .swiper-button-prev {
  position: static;
}
.swiper.blogSwiper .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}
.swiper.blogSwiper .swiper-button-next,
.swiper.blogSwiper .swiper-button-prev {
  display: none;
}
.swiper.reviewsSwiper .swiper-slide {
  width: 100%;
}
.swiper.reviewsSwiper .swiper-button-next,
.swiper.reviewsSwiper .swiper-button-prev {
  display: none;
}
.swiper._paginated {
  padding: 5px 5px 50px;
}
.swiper .navigation {
  margin-top: calc(30px + 10 * (100vw - 390px) / 1010);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1400px) {
  .swiper .navigation {
    margin-top: 40px;
  }
}

.nav-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 400;
  background-color: #000;
  border-radius: 0px 0px 15px 15px;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s all ease;
}
.nav-overlay .overlay-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 20px;
}
.nav-overlay .overlay-content .overlay-content__inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
}
.nav-overlay .overlay-menu {
  margin: auto 0;
}
.nav-overlay .overlay-menu ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.nav-overlay .overlay-menu ul li a {
  font-size: calc(20px + 8 * (100vw - 390px) / 1010);
  font-weight: 700;
  color: #ffffff;
}
@media (min-width: 1400px) {
  .nav-overlay .overlay-menu ul li a {
    font-size: 28px;
    font-weight: 900;
  }
}
.nav-overlay .overlay-categories a {
  color: #222;
}
.nav-overlay .overlay-categories h5 {
  margin-bottom: 15px;
  font-size: calc(17px + 1 * (100vw - 390px) / 1010);
  font-weight: 600;
}
@media (min-width: 1400px) {
  .nav-overlay .overlay-categories h5 {
    font-size: 18px;
  }
}
.nav-overlay .overlay-categories ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.nav-overlay.shown {
  max-height: 90vh;
  overflow: auto;
}
@media (min-width: 991.9px) {
  .nav-overlay {
    display: none;
  }
}
.nav-overlay.light {
  background-color: #FFF;
}

.form-content {
  position: relative;
}
.form-content .form-content-successed {
  position: absolute;
  inset: 0;
  visibility: hidden;
  opacity: 0;
}
.form-content.successed .form-content-regular {
  visibility: hidden;
  opacity: 0;
}
.form-content.successed .form-content-successed {
  visibility: visible;
  opacity: 1;
}

.contact-succeed-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
}

.load {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  border: none;
  background: rgba(0, 0, 0, 0.6);
  cursor: wait;
}
.load .spinner-border {
  border-color: #B7882A;
  border-right-color: transparent;
}

.header {
  width: 100%;
}
.header .header__main {
  margin-top: 14px;
  margin-bottom: 30px;
}
.header .header__main .header__main-content {
  padding: 6px;
  border-radius: 20px;
  background: #efe7d7;
  position: relative;
}
.header .header__main .button {
  width: auto;
}
@media (min-width: 576px) {
  .header .header__main .header__main-content {
    padding-right: calc(6px + 24 * (100vw - 390px) / 1010);
    padding-left: calc(6px + 24 * (100vw - 390px) / 1010);
  }
}
@media (min-width: 576px) and (min-width: 1400px) {
  .header .header__main .header__main-content {
    padding-right: 30px;
  }
}
@media (min-width: 576px) and (min-width: 1400px) {
  .header .header__main .header__main-content {
    padding-left: 30px;
  }
}

.section {
  margin-bottom: calc(80px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section {
    margin-bottom: 100px;
  }
}
.section .section-heading {
  margin-bottom: calc(20px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section .section-heading {
    margin-bottom: 40px;
  }
}
.section .section-heading h2 {
  font-size: calc(48px + 22 * (100vw - 390px) / 1010);
  font-weight: 900;
}
@media (min-width: 1400px) {
  .section .section-heading h2 {
    font-size: 70px;
  }
}
.section .section-heading h3 {
  font-size: calc(20px + 8 * (100vw - 390px) / 1010);
  font-weight: 700;
}
@media (min-width: 1400px) {
  .section .section-heading h3 {
    font-size: 28px;
    font-weight: 900;
  }
}
.section .section-heading h4 {
  margin-top: calc(10px + 10 * (100vw - 390px) / 1010);
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
  font-weight: 700;
}
@media (min-width: 1400px) {
  .section .section-heading h4 {
    margin-top: 20px;
  }
}
@media (min-width: 1400px) {
  .section .section-heading h4 {
    font-size: 20px;
  }
}

.hero-content {
  padding-top: calc(120px + 55 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .hero-content {
    padding-top: 175px;
  }
}
.hero-content .hero-content__inner {
  padding-top: calc(60px + 40 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .hero-content .hero-content__inner {
    padding-top: 100px;
  }
}

.section-hero {
  color: #000000;
}
.section-hero .hero-main {
  padding-bottom: calc(420px + 219 * (100vw - 390px) / 1010);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media (min-width: 1400px) {
  .section-hero .hero-main {
    padding-bottom: 639px;
  }
}
.section-hero .hero-main .hero-main__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 40px;
  color: #ffffff;
}
.section-hero .hero-bottom {
  margin-top: calc(-25px + -11 * (100vw - 390px) / 1010);
  position: relative;
  z-index: 1;
}
@media (min-width: 1400px) {
  .section-hero .hero-bottom {
    margin-top: -36px;
  }
}
@media (min-width: 991.9px) {
  .section-hero .hero-main .hero-main__content {
    top: 0;
    bottom: auto;
    padding-top: 187px;
    color: #ffffff;
  }
}

.footer {
  color: #ffffff;
  font-size: calc(16px + 0 * (100vw - 390px) / 1010);
  font-weight: 400;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1400px) {
  .footer {
    font-size: 16px;
  }
}
.footer > * {
  width: 100%;
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  color: #a4a4a4;
}
.footer .footer__main {
  background-color: #000;
}
.footer .footer__main .footer-block {
  position: relative;
  height: 100%;
  padding: 50px 0 30px;
}
.footer .footer__main .footer-block._image-bg::before, .footer .footer__main .footer-block._image-bg::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -12px;
}
.footer .footer__main .footer-block._image-bg::before {
  background-image: var(--form-bg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.footer .footer__main .footer-block._image-bg::after {
  background-color: rgba(0, 0, 0, 0.3);
}
.footer .footer__main .footer-block .footer-block__content {
  position: relative;
  z-index: 1;
}
.footer .footer__main .footer-block .footer-block__content .footer-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: calc(40px + 50 * (100vw - 390px) / 1010);
  margin-bottom: calc(20px + 20 * (100vw - 390px) / 1010);
  gap: calc(10px + 24 * (100vw - 390px) / 1010);
  font-size: calc(16px + 0 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .footer .footer__main .footer-block .footer-block__content .footer-menu {
    margin-top: 90px;
  }
}
@media (min-width: 1400px) {
  .footer .footer__main .footer-block .footer-block__content .footer-menu {
    margin-bottom: 40px;
  }
}
@media (min-width: 1400px) {
  .footer .footer__main .footer-block .footer-block__content .footer-menu {
    gap: 34px;
  }
}
@media (min-width: 1400px) {
  .footer .footer__main .footer-block .footer-block__content .footer-menu {
    font-size: 16px;
  }
}
.footer .footer__main .footer-block .footer-block__content .footer-menu li {
  display: flex;
  align-items: center;
  gap: calc(10px + 24 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer .footer__main .footer-block .footer-block__content .footer-menu li {
    gap: 34px;
  }
}
.footer .footer__main .footer-block .footer-block__content .footer-menu li:not(:last-child)::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #ffffff;
}
.footer .footer__bottom {
  padding: 10px 0;
  background-color: #000000;
}
.footer .footer__bottom .footer-bottom__text {
  direction: ltr;
  text-align: center;
  font-size: calc(16px + 2 * (100vw - 360px) / 1010);
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  color: #ffffff;
}
.footer .footer__bottom .footer-bottom__text a {
  color: #ffffff;
}
@media (min-width: 576px) {
  .footer .footer__main .footer-block._image-bg::before, .footer .footer__main .footer-block._image-bg::after {
    left: calc(((100vw - 540px) / 2 + 12px) * -1);
  }
}
@media (min-width: 768px) {
  .footer .footer__main .footer-block._image-bg::before, .footer .footer__main .footer-block._image-bg::after {
    left: calc(((100vw - 720px) / 2 + 12px) * -1);
  }
}
@media (min-width: 991.9px) {
  .footer .footer__main .footer-block._image-bg::before, .footer .footer__main .footer-block._image-bg::after {
    width: 50vw;
    left: auto;
    right: 0;
  }
}