/*--------------------------------------
FONTS
--------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;700&family=Viaoda+Libre&display=swap");
/*--------------------------------------
Variables 
--------------------------------------*/
/*--------------------------------------
NORMALIZE
--------------------------------------*/
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

.container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.container-fluid {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

/*--------------------------------------
NORMALIZE
--------------------------------------*/
/*-------------------- RESETE STYLES --------------------*/
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;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

a img {
  border: none;
}

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

strong,
b {
  font-weight: bold;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

img {
  display: block;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/*--------------------------------------
TYPOGRAPHY
--------------------------------------*/
/*-------------------- DEFAULT STYLES --------------------*/
*::-moz-selection {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
*::selection {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}

body {
  color: #a6a6a6;
  line-height: 1.4;
  font-size: 18px;
  font-family: "Red Hat Display", sans-serif;
  min-width: 320px;
  position: relative;
  background: #262626;
  overflow-x: hidden;
}
@media (max-width: 1199px) {
  body {
    font-size: 16px;
  }
}
body.no-scroll {
  overflow: hidden;
}

a {
  text-decoration: none;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
  color: #a6a6a6;
}
a:hover {
  color: #a28869;
}

.page-title {
  color: #fff;
  font-family: "Viaoda Libre", sans-serif;
  font-size: 58px;
  font-weight: 300;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .page-title {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .page-title {
    font-size: 36px;
  }
}

.h1,
h1 {
  font-family: "Viaoda Libre", sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 36px;
  }
}

.h2,
h2 {
  font-family: "Viaoda Libre", sans-serif;
  color: #a28869;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .h2,
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .h2,
  h2 {
    font-size: 34px;
  }
}

.h3,
h3 {
  font-family: "Viaoda Libre", sans-serif;
  color: #a28869;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.32;
  letter-spacing: 1.2px;
}
@media (max-width: 1199px) {
  .h3,
  h3 {
    font-size: 28px;
  }
}

.h4,
h4 {
  font-family: "Viaoda Libre", sans-serif;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1.04px;
}

.h5,
h5 {
  font-family: "Red Hat Display", sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  .h5,
  h5 {
    font-size: 18px;
  }
}

.h6,
h6 {
  font-family: "Red Hat Display", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  .h6,
  h6 {
    font-size: 16px;
  }
}

.text-sm {
  font-size: 14px;
  line-height: 1.3;
}

.text-md {
  font-size: 16px;
}

.text-lg {
  font-size: 20px;
}
@media (max-width: 1199px) {
  .text-lg {
    font-size: 18px;
  }
}

.accent {
  color: #a28869;
}

/*--------------------------------------
CUSTOM STYLE
--------------------------------------*/
#app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
#app .site-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 100px;
}
@media (max-width: 1199px) {
  #app .site-content {
    padding-top: 80px;
  }
}

@media (min-width: 1200px) {
  * {
    scrollbar-color: #c1c1c1 transparent;
    scrollbar-width: thin;
  }
  *::-webkit-scrollbar {
    width: 4px;
    background-color: transparent;
    border-radius: 0;
  }
  *::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 0;
  }
  *::-webkit-scrollbar-thumb:hover {
    background-color: #272727;
  }
}
.logo {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.logo img.logo-desktop {
  display: block;
}
@media (max-width: 1199px) {
  .logo img.logo-desktop {
    display: none;
  }
}
.logo img.logo-mobile {
  display: none;
}
@media (max-width: 1199px) {
  .logo img.logo-mobile {
    display: block;
  }
}

.row60 {
  margin-bottom: -60px;
}
.row60 > div {
  margin-bottom: 60px;
}

.row30 {
  margin-bottom: -30px;
}
.row30 > div {
  margin-bottom: 30px;
}

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

.pt {
  padding-top: 120px;
}

.pb {
  padding-bottom: 120px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .mt60 {
    margin-top: 50px;
  }
}

.section-name {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #3f3f42;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2.8px;
}
@media (min-width: 767px) {
  .section-name {
    letter-spacing: 2px;
  }
  .section-name:after {
    content: "";
    background: -webkit-gradient(linear, left top, right top, color-stop(-0.4%, #3f3f42), color-stop(99.6%, rgba(63, 63, 66, 0)));
    background: linear-gradient(90deg, #3f3f42 -0.4%, rgba(63, 63, 66, 0) 99.6%);
    width: 125px;
    height: 1px;
    margin-left: 10px;
  }
}
.section-name + * {
  margin-top: 10px;
}

@media (min-width: 767px) {
  .text-center .section-name:before {
    content: "";
    background: -webkit-gradient(linear, right top, left top, color-stop(-0.4%, #3f3f42), color-stop(99.6%, rgba(63, 63, 66, 0)));
    background: linear-gradient(270deg, #3f3f42 -0.4%, rgba(63, 63, 66, 0) 99.6%);
    width: 125px;
    height: 1px;
    margin-right: 10px;
  }
}
.section-slogan {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 575px) {
  .text-center-xs {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .text-center-sm {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .desktop-visible {
    display: none;
  }
}

.mobile-visible {
  display: none;
}
@media (max-width: 991px) {
  .mobile-visible {
    display: block;
  }
}

/*--------------------------------------
UI
--------------------------------------*/
button,
input[type=button],
input[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  cursor: pointer;
  font-family: "Red Hat Display", sans-serif;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=search],
textarea {
  display: block;
  width: 100%;
  height: 62px;
  border-radius: 6px;
  color: #fff;
  padding: 0 20px;
  font-size: inherit;
  border: 1px solid rgba(166, 166, 166, 0.3);
  background-color: #141215;
  font-family: "Red Hat Display", sans-serif;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
@media (max-width: 1199px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=search],
  textarea {
    height: 56px;
  }
}
input[type=text]:hover,
input[type=tel]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=search]:hover,
textarea:hover {
  border-color: rgba(166, 166, 166, 0.6);
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
  border-color: #a28869;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(166, 166, 166, 0.5);
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(166, 166, 166, 0.5);
  -moz-transition: 0.35s ease;
  transition: 0.35s ease;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(166, 166, 166, 0.5);
  -ms-transition: 0.35s ease;
  transition: 0.35s ease;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: rgba(166, 166, 166, 0.5);
  -ms-transition: 0.35s ease;
  transition: 0.35s ease;
}

input::placeholder,
textarea::placeholder {
  color: rgba(166, 166, 166, 0.5);
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  opacity: 0;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  transform: translateX(5px);
  opacity: 0;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  transform: translateX(5px);
  opacity: 0;
}
input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  transform: translateX(5px);
  opacity: 0;
}
input:focus::placeholder,
textarea:focus::placeholder {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  opacity: 0;
}

textarea {
  resize: none;
  padding-top: 10px;
  height: 108px;
}

.block-form {
  position: relative;
}
.block-form .form-item {
  position: relative;
}
.block-form .form-item + .form-item {
  margin-top: 20px;
}
.block-form .form-item + .form-item-btn {
  margin-top: 30px;
}
.block-form .form-item__bottom label {
  margin-bottom: 0;
}
.block-form .form-item label {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-bottom: 8px;
}
.block-form .form-item-btn {
  position: relative;
  margin-top: 20px;
}
.block-form .btn {
  max-width: none;
}
.block-form .wpcf7-not-valid-tip {
  position: absolute;
  top: 5px;
  left: 10px;
  width: 100%;
  font-size: 11px;
}

.wpcf7 form.wpcf7-form .wpcf7-response-output {
  border: none;
  padding: 0;
  margin: 15px 0 0 0;
  font-size: 16px;
  text-align: center;
}

.form-group .wpcf7-list-item {
  margin: 0;
  position: relative;
  line-height: 1;
}
.form-group .wpcf7-list-item label {
  line-height: 1;
}
.form-group .wpcf7-list-item input {
  display: none;
  cursor: pointer;
}
.form-group .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
  border: solid #fff;
  border-width: 0 1px 1px 0;
  content: "";
  display: block;
  height: 10px;
  left: 7px;
  position: absolute;
  top: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
}
.form-group .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
  background-color: #a28869;
}
.form-group .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding-left: 34px;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  color: #a6a6a6;
}
.form-group .wpcf7-list-item .wpcf7-list-item-label a {
  color: #a6a6a6;
}
.form-group .wpcf7-list-item .wpcf7-list-item-label a:hover {
  color: #a28869;
}
.form-group .wpcf7-list-item .wpcf7-list-item-label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #a28869;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 16px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
}
.form-group .wpcf7-list-item .wpcf7-list-item-label:before, .form-group .wpcf7-list-item .wpcf7-list-item-label:after {
  content: "";
}

.wpcf7-spinner {
  position: absolute;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  pointer-events: none;
  z-index: 1;
}
.wpcf7-spinner:before {
  background-color: #a28869;
}

.nice-select {
  float: none;
  font-size: 18px;
  height: 62px;
  line-height: 60px;
  padding-left: 20px;
  padding-right: 40px;
  border: none;
  border: 1px solid rgba(166, 166, 166, 0.3);
  background: #141215;
  border-radius: 6px;
  width: 100%;
  color: rgba(166, 166, 166, 0.5);
}
@media (max-width: 1199px) {
  .nice-select {
    height: 56px;
    line-height: 54px;
  }
}
.nice-select:hover, .nice-select.open, .nice-select:active, .nice-select:focus {
  border-color: rgba(166, 166, 166, 0.6);
}
.nice-select:after {
  border-color: #a28869;
  height: 8px;
  width: 8px;
  right: 25px;
  margin-top: -5px;
}
.nice-select .current {
  display: block;
  overflow: hidden;
}
.nice-select .current.current-selected {
  color: #fff;
}
.nice-select .list {
  background: #141215;
  border-radius: 6px;
  width: calc(100% + 2px);
  left: -1px;
  max-height: 250px;
  overflow-y: auto;
}
.nice-select .option {
  padding-left: 20px;
  line-height: normal;
  min-height: auto;
  white-space: wrap;
  padding-top: 15px;
  padding-bottom: 15px;
}
.nice-select .option:first-child {
  display: none !important;
}
.nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
  background-color: #262626;
  color: #a28869;
}

.wpcf7-form-control-wrap {
  display: block;
}

.rtl .block-form {
  text-align: right;
}
.rtl .block-form .form-group .wpcf7-list-item .wpcf7-list-item-label {
  padding-left: 0;
  padding-right: 34px;
}
.rtl .block-form .form-group .wpcf7-list-item .wpcf7-list-item-label:before {
  left: auto;
  right: 0;
  margin-right: 0;
}
.rtl .block-form .form-group .wpcf7-list-item .wpcf7-list-item-label:after {
  left: auto;
  right: 7px;
}
.rtl .block-form .wpcf7-not-valid-tip {
  left: auto;
  right: 10px;
}

.btn {
  padding: 0 20px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border-radius: 6px;
  height: 62px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  max-width: 310px;
  width: 100%;
  border: 1px solid transparent;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
@media (max-width: 1199px) {
  .btn {
    font-size: 16px;
    height: 56px;
  }
}
.btn--primary {
  color: #141215;
  background-color: #a28869;
}
.btn--primary:hover {
  color: #fff;
  background-color: transparent;
  border-color: #a28869;
}
.btn--invert {
  color: #a28869;
  background-color: #1c1a1d;
  border-color: #1c1a1d;
}
.btn--invert:hover {
  color: #141215;
  border-color: #a28869;
  background-color: #a28869;
}
.btn svg,
.btn img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.btn-icon {
  width: 62px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
  border: 1px solid;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1199px) {
  .btn-icon {
    width: 56px;
    height: 56px;
  }
}
.btn-icon img,
.btn-icon svg {
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.btn-icon--primary {
  background-color: #a28869;
  border-color: transparent;
}
.btn-icon--primary svg {
  fill: #141215;
}
.btn-icon--primary:hover {
  border-color: #a28869;
  background-color: transparent;
}
.btn-icon--primary:hover svg {
  fill: #a28869;
}
.btn-icon--primary:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.btn-icon--invert {
  border-color: #1c1a1d;
  background-color: #1c1a1d;
}
.btn-icon--invert svg {
  fill: #a28869;
}
.btn-icon--invert:hover {
  border-color: #a28869;
  background-color: #a28869;
}
.btn-icon--invert:hover svg {
  fill: #141215;
}

.block-content a {
  color: #a28869;
}
.block-content a:hover {
  color: #fff;
}
.block-content * + * {
  margin-top: 20px;
}
.block-content .h1,
.block-content .h2,
.block-content .h3,
.block-content .h4,
.block-content .h5,
.block-content .h6,
.block-content h1,
.block-content h2,
.block-content h3,
.block-content h4,
.block-content h5,
.block-content h6 {
  color: #a28869;
}
.block-content * + h1,
.block-content * + h2,
.block-content * + h3,
.block-content * + h4,
.block-content * + h5,
.block-content * + h6 {
  margin-top: 40px;
}
.block-content h1 + *,
.block-content h2 + *,
.block-content h3 + *,
.block-content h4 + *,
.block-content h5 + *,
.block-content h6 + * {
  margin-top: 20px;
}
.block-content p + p {
  margin-top: 20px;
}
.block-content hr + * {
  margin-top: 20px;
}
.block-content * + hr {
  margin-top: 20px;
}
.block-content * + ul,
.block-content * + ol {
  margin-top: 20px;
}
.block-content ul h6 {
  line-height: 24px;
}
.block-content ul h6 + * {
  margin-top: 10px;
}
.block-content ul ol,
.block-content ul ul {
  padding-left: 20px;
}
.rtl .block-content ul ol,
.rtl .block-content ul ul {
  padding-left: 0;
  padding-right: 20px;
}
.block-content ul > li + li {
  margin-top: 20px;
}
.block-content ul > li {
  position: relative;
  padding-left: 20px;
}
.rtl .block-content ul > li {
  padding-left: 0;
  padding-right: 20px;
}
.rtl .block-content ul > li:after {
  left: auto;
  right: 0;
}
.block-content ul > li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #a6a6a6;
}
.block-content ol {
  counter-reset: li;
}
.block-content ol + * {
  margin-top: 20px;
}
.block-content ol ul,
.block-content ol ol {
  padding-left: 20px;
}
.block-content ol ul > li > li,
.block-content ol ol > li > li {
  margin-top: 17px;
}
.block-content ol ul > li,
.block-content ol ol > li {
  position: relative;
  padding-left: 30px;
}
.rtl .block-content ol ul > li,
.rtl .block-content ol ol > li {
  padding-left: 0;
  padding-right: 30px;
}
.block-content ol ul > li:before,
.block-content ol ol > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  background-color: #a28869;
  border-radius: 5px;
}
.block-content ol ul > li:after,
.block-content ol ol > li:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  width: 4px;
  height: 8px;
  border: solid #a28869;
  border-width: 0 2px 2px 0;
  opacity: 1;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.block-content ol > li + li {
  margin-top: 20px;
}
.block-content ol > li {
  position: relative;
  padding-left: 30px;
}
.block-content ol > li:before {
  counter-increment: li;
  content: counter(li) ".";
  position: absolute;
  font-size: inherit;
  left: 0;
  top: 0;
  color: #a28869;
}
.block-content blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-top: 1px solid #a6a6a6;
  border-bottom: 1px solid #a6a6a6;
  overflow: hidden;
  padding: 40px 15px;
}
@media (min-width: 768px) {
  .block-content blockquote {
    padding: 30px 80px;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .block-content blockquote {
    padding: 35px 120px;
  }
}
.block-content blockquote:before, .block-content blockquote:after {
  content: "``";
  position: absolute;
  font-size: 40px;
  color: #a28869;
  letter-spacing: -0.01em;
  font-weight: 700;
  line-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-content blockquote:before {
  top: -10px;
  left: 0;
}
@media (min-width: 768px) {
  .block-content blockquote:before {
    top: 0px;
    left: 30px;
  }
}
@media (min-width: 992px) {
  .block-content blockquote:before {
    left: 40px;
  }
}
.block-content blockquote:after {
  right: 0;
  bottom: -40px;
}
@media (min-width: 768px) {
  .block-content blockquote:after {
    right: 30px;
  }
}
@media (min-width: 992px) {
  .block-content blockquote:after {
    right: 40px;
  }
}
.block-content * + blockquote {
  margin-top: 30px;
}
.block-content blockquote + * {
  margin-top: 30px;
}
.block-content img.alignleft {
  float: left;
}
.block-content img.alignright {
  float: right;
}
.block-content img[style*="float: left"], .block-content img[class*=alignleft], .block-content img.alignleft {
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .block-content img[style*="float: left"], .block-content img[class*=alignleft], .block-content img.alignleft {
    width: 100%;
    margin-right: 0;
    float: none !important;
  }
}
.block-content img[style*="float: right"], .block-content img[class*=alignright],
.block-content img .alignright {
  margin-left: 20px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .block-content img[style*="float: right"], .block-content img[class*=alignright],
  .block-content img .alignright {
    width: 100%;
    margin-left: 0;
    float: none !important;
  }
}

.popup {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 15;
  padding: 10px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.popup.active {
  opacity: 1;
  pointer-events: auto;
}
.popup.active .popup__block {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 23, 23, 0.3);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
}
.popup__block {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 40px 60px;
  max-width: 490px;
  width: 100%;
  opacity: 0;
  border-radius: 6px;
  background-color: #1b1b1b;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
@media (max-width: 767px) {
  .popup__block {
    padding: 40px 20px;
  }
}
.popup__block-header {
  text-align: center;
}
.popup__block-header h4 {
  color: #a28869;
}
.popup__block-header p {
  margin-top: 10px;
}
.popup__block-body {
  margin-top: 20px;
}
.popup .popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.popup .popup-close:hover svg {
  fill: #fff;
}
.popup .popup-close svg {
  fill: #a6a6a6;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.popup input[type=text],
.popup input[type=tel],
.popup input[type=email],
.popup input[type=password],
.popup input[type=search] {
  height: 52px;
}
.popup .btn {
  height: 52px;
}
.popup .nice-select {
  height: 52px;
  line-height: 50px;
}

/*--------------------------------------
HEADER
--------------------------------------*/
/*-------------------- MENU --------------------*/
.scroll-up .header {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background-color: #1b1b1b;
}

.scroll-down .header {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background-color: #1b1b1b;
}
@media (max-width: 1199px) {
  .scroll-down .header {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.header {
  background: #1b1b1b;
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  min-height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 26px;
  padding-bottom: 26px;
  z-index: 4;
  -webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background 0.3s ease;
  transition: transform 0.3s ease, background 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 1199px) {
  .header {
    min-height: 80px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .btn-wrap {
  display: none;
}
@media (max-width: 1199px) {
  .header .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header .btn-reservation {
  height: 52px;
  min-width: none;
  max-width: 200px;
  z-index: 3;
}
@media (max-width: 1199px) {
  .header .btn-reservation {
    height: 50px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .header .btn-reservation {
    display: none;
  }
}

.nav-menu {
  width: 100%;
  padding: 110px 0 30px;
  height: 100vh;
  left: -100%;
  opacity: 0;
  top: 0;
  z-index: 3;
  background-color: #1b1b1b;
  position: absolute;
  -webkit-transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.nav-menu.active {
  left: 0;
  opacity: 1;
}
.nav-menu .text-icon {
  padding-top: 30px;
  text-align: center;
  font-size: 20px;
  position: relative;
}
.nav-menu .text-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 150px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

.nav-list {
  overflow: hidden;
  overflow-y: auto;
  max-height: 100%;
}
@media (max-width: 1199px) {
  .nav-list {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.nav-list li {
  display: block;
  position: relative;
}
@media (max-width: 1199px) {
  .nav-list li + li {
    margin-top: 20px;
  }
}
.nav-list li a {
  color: #fff;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (max-width: 1199px) {
  .nav-list li a {
    font-size: 26px;
    font-weight: 700;
    font-family: "Viaoda Libre", sans-serif;
  }
}
.nav-list li a:hover {
  color: #a28869;
}
.nav-list li.current-menu-item:not(.menu-item-object-custom) a {
  color: #a28869;
  pointer-events: none;
}

@media (min-width: 1200px) {
  .nav-menu {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: auto !important;
    position: relative;
    left: auto;
    top: auto;
    background-color: transparent;
    z-index: 0;
    height: auto;
    opacity: 1;
    padding: 0;
  }
  .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: visible;
    max-height: none;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.2);
  }
  .nav-list > li + li {
    margin-left: 30px;
  }
  .nav-list > li > a {
    font-size: 16px;
    line-height: 40px;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 400;
  }
  .rtl .nav-list {
    padding-right: auto;
    margin-right: auto;
    border-right: none;
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid;
  }
  .rtl .nav-list > li + li {
    margin-left: auto;
    margin-right: 30px;
  }
}
.nav-btn {
  position: relative;
  width: 50px;
  height: 30px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0;
  background-color: transparent;
  border: none;
}
@media (min-width: 1200px) {
  .nav-btn {
    display: none;
  }
}
.nav-btn__wrap {
  position: relative;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.nav-btn__wrap.active .nav-btn__burger {
  background-color: transparent;
  -webkit-transition: none;
  transition: none;
}
.nav-btn__wrap.active .nav-btn__burger:before {
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.nav-btn__wrap.active .nav-btn__burger:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.nav-btn__text {
  margin-top: 2px;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
.nav-btn__burger {
  width: 34px;
  height: 2px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-btn__burger:before, .nav-btn__burger:after {
  content: "";
  position: absolute;
  width: 34px;
  height: 2px;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
}
.nav-btn__burger:before {
  -webkit-transform: translate(0, -8px);
          transform: translate(0, -8px);
}
.nav-btn__burger:after {
  z-index: 1;
  -webkit-transform: translate(0, 8px);
          transform: translate(0, 8px);
}

.drop-dl {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 1199px) {
  .drop-dl {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 70px;
    margin-left: auto;
    margin-right: auto;
  }
}
.drop-dl ul {
  display: none;
}
.drop-dl ul li {
  list-style-type: none;
}
.drop-dl .lang-chose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  padding: 0 16px;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.drop-dl .lang-chose:before {
  content: "";
  position: absolute;
  right: 2px;
  top: 16px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.drop-dl .lang-chose:hover {
  color: #a28869;
}
.rtl .drop-dl .lang-chose {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.drop-dl .lang-chose.active:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 19px;
}

.select__list {
  width: 100%;
  position: absolute;
  top: 100%;
  right: 0;
  overflow: hidden;
  display: none;
  z-index: 2;
  text-align: center;
  background-color: #1b1b1b;
}
.select__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-align: center;
}
.select__list li.current-lang {
  display: none;
}
.select__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.select__list li a:hover {
  color: #a28869;
  background-color: #262626;
}
.rtl .select__list li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.page-header {
  padding-top: 60px;
  padding-bottom: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 218px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .page-header {
    min-height: 170px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.page-header .container {
  z-index: 1;
}
.page-header h1 {
  color: #a28869;
}

.reservation {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(8, 8, 8, 0.9);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  z-index: 9;
  padding: 110px 0 30px;
  top: 0;
  left: -100%;
  opacity: 0;
  -webkit-transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .reservation {
    display: block;
  }
}
.reservation.active {
  left: 0;
  opacity: 1;
}
.reservation__wrap {
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(150, 135, 114, 0.3)), to(rgba(150, 135, 114, 0)));
  background: linear-gradient(180deg, rgba(150, 135, 114, 0.3) 0%, rgba(150, 135, 114, 0) 100%);
  margin: 40px -60px -40px;
  padding: 30px 60px;
}
@media (max-width: 767px) {
  .reservation__wrap {
    margin: 30px -20px -40px;
    padding: 20px;
  }
}
.reservation__wrap .title {
  color: #a28869;
}
.reservation__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .reservation__btns {
    gap: 20px;
  }
}
.reservation__btns .btn-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reservation__btns .btn-item .btn-icon {
  width: 52px;
  height: 52px;
}
.reservation__btns .btn-item span {
  margin-left: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.rtl .reservation__btns .btn-item span {
  margin-left: 0;
  margin-right: 10px;
}

/*--------------------------------------
FOOTER
--------------------------------------*/
.footer {
  padding-top: 60px;
  background-color: #1b1b1b;
}
.footer .logo {
  margin-top: -20px;
}
.footer__slogan {
  margin-top: 18px;
}
.footer .social {
  margin-top: 20px;
}
.footer .copyright {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}
.footer .copyright a {
  color: #a6a6a6;
}
.footer .copyright a:hover {
  color: #a28869;
}
.footer__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px -20px;
}
.footer__menu-list li {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .footer__menu-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social li + li {
  margin-left: 20px;
}
.rtl .social li + li {
  margin-left: 0;
  margin-right: 20px;
}
.social li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
  width: 40px;
  height: 40px;
  background-color: #1c1a1d;
  border: 1px solid transparent;
}
.social li a:hover {
  background-color: transparent;
  border-color: #a28869;
}

.text-icon + .text-icon {
  margin-top: 20px;
}
.text-icon > span,
.text-icon a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 22px;
}
.text-icon > span img,
.text-icon > span svg,
.text-icon a img,
.text-icon a svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: #a28869;
  margin-right: 16px;
}
.rtl .text-icon > span img,
.rtl .text-icon > span svg,
.rtl .text-icon a img,
.rtl .text-icon a svg {
  margin-right: 0;
  margin-left: 16px;
}
.text-icon > span span,
.text-icon a span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.buttons-fixed {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.buttons-fixed.active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 1199px) {
  .buttons-fixed {
    right: 10px;
  }
}
.buttons-fixed .btn-icon {
  width: 70px;
  height: 70px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #141215;
}
@media (max-width: 1199px) {
  .buttons-fixed .btn-icon {
    width: 50px;
    height: 50px;
    font-size: 12px;
  }
}
.buttons-fixed .btn-icon + .btn-icon {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .buttons-fixed .btn-icon + .btn-icon {
    margin-top: 20px;
  }
}
.buttons-fixed .btn-icon:hover {
  color: #fff;
}

/*--------------------------------------
COMPONENTS
--------------------------------------*/
.main {
  position: relative;
  min-height: 640px;
  height: 100vh;
  padding: 100px 0 100px;
  margin-top: -100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .main {
    padding: 80px 0;
    margin-top: -80px;
  }
}
@media (max-width: 767px) {
  .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 100px;
  }
}
.main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(27, 27, 27, 0.3);
  z-index: 1;
  pointer-events: none;
}
.main video {
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 100%;
  min-height: 100%;
}
.main__wrap {
  width: 100%;
  position: relative;
  z-index: 2;
}
.main__wrap .page-title {
  font-size: 94px;
  line-height: 1.1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 400;
  max-width: 80%;
}
@media (max-width: 1441px) {
  .main__wrap .page-title {
    font-size: 84px;
  }
}
@media (max-width: 1199px) {
  .main__wrap .page-title {
    font-size: 74px;
  }
}
@media (max-width: 767px) {
  .main__wrap .page-title {
    max-width: 100%;
    text-align: center;
    font-size: 34px;
  }
}
.main__wrap .text {
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .main__wrap .text {
    text-align: center;
  }
}
.main__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .main__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main__buttons > * + * {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .main__buttons > * + * {
    margin-left: 0;
  }
}
.rtl .main__buttons > * + * {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .rtl .main__buttons > * + * {
    margin-right: 0;
  }
}
.main__buttons .btn {
  height: 56px;
  font-size: 14px;
  min-width: 230px;
  width: 100%;
}
@media (max-width: 1199px) {
  .main__buttons .btn {
    min-width: 170px;
  }
}
@media (max-width: 767px) {
  .main__buttons .btn {
    height: 46px;
    margin-top: 30px;
    min-width: 230px;
  }
}
.main__buttons-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main__buttons-icons .btn-icon {
  width: 56px;
  height: 56px;
}
@media (max-width: 767px) {
  .main__buttons-icons .btn-icon {
    width: 46px;
    height: 46px;
  }
}
.main__buttons-icons > * + * {
  margin-left: 20px;
}
.rtl .main__buttons-icons > * + * {
  margin-left: 0;
  margin-right: 20px;
}

.about-home .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-home img {
  border-radius: 6px;
}
@media (max-width: 767px) {
  .about-home__content {
    text-align: center;
  }
}
.about-home__content .btn {
  margin-top: 40px;
}
.about-home__img-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .about-home__img-col {
    display: none;
  }
}

.block-info__wrap .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-info__wrap img {
  border-radius: 6px;
}
@media (max-width: 767px) {
  .block-info__wrap img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .block-info__content {
    padding-top: 40px;
  }
}

.about-block .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-block__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .about-block__img {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.about-block__img img {
  border-radius: 6px;
}
@media (max-width: 767px) {
  .about-block__img img {
    width: 100%;
  }
}

.our-values__item {
  text-align: center;
}
.our-values__item img {
  margin-left: auto;
  margin-right: auto;
}

.team__slider {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 767px) {
  .team__slider {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.team__slider:before, .team__slider:after {
  content: "";
  position: absolute;
  top: 0;
  width: 24%;
  height: 100%;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .team__slider:before, .team__slider:after {
    width: 20%;
  }
}
@media (max-width: 575px) {
  .team__slider:before, .team__slider:after {
    display: none;
  }
}
.team__slider:after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(30.72%, #080808), color-stop(58.96%, rgba(8, 8, 8, 0.82)), color-stop(78.32%, rgba(8, 8, 8, 0.58)), color-stop(89.2%, rgba(8, 8, 8, 0.45)), to(rgba(8, 8, 8, 0)));
  background: linear-gradient(270deg, #080808 30.72%, rgba(8, 8, 8, 0.82) 58.96%, rgba(8, 8, 8, 0.58) 78.32%, rgba(8, 8, 8, 0.45) 89.2%, rgba(8, 8, 8, 0) 100%);
}
.team__slider:before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(30.72%, #080808), color-stop(58.96%, rgba(8, 8, 8, 0.82)), color-stop(78.32%, rgba(8, 8, 8, 0.58)), color-stop(89.2%, rgba(8, 8, 8, 0.45)), to(rgba(8, 8, 8, 0)));
  background: linear-gradient(90deg, #080808 30.72%, rgba(8, 8, 8, 0.82) 58.96%, rgba(8, 8, 8, 0.58) 78.32%, rgba(8, 8, 8, 0.45) 89.2%, rgba(8, 8, 8, 0) 100%);
}
.team__slider .slick-arrow-next {
  right: 50px;
}
@media (max-width: 767px) {
  .team__slider .slick-arrow-next {
    right: 10px;
  }
}
.team__slider .slick-arrow-prev {
  left: 50px;
}
@media (max-width: 767px) {
  .team__slider .slick-arrow-prev {
    left: 10px;
  }
}
.team__slide {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .team__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.team__item {
  position: relative;
}
.team__item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 6px 6px 0 0;
}
.team__item-info {
  width: 100%;
  z-index: 1;
  padding: 20px 20px 30px;
  border-radius: 0 0 6px 6px;
  background: #141215;
  text-align: center;
}
@media (max-width: 1441px) {
  .team__item-info {
    padding: 10px 20px 20px;
  }
}
@media (max-width: 767px) {
  .team__item-info {
    padding: 10px;
  }
}
.team__item-info .country {
  margin-top: 10px;
}
.team__item-info .speciality {
  margin-top: 6px;
  color: #fff;
}

.slick-arrow {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 62px;
  height: 62px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
  background: rgba(8, 8, 8, 0.5);
  border-radius: 50%;
  border: 2px solid #a28869;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
@media (max-width: 1199px) {
  .slick-arrow {
    width: 46px;
    height: 46px;
  }
  .slick-arrow svg {
    width: 28px;
    height: 28px;
  }
}
.slick-arrow:hover {
  border: 2px solid #1b1b1b;
  background: #1b1b1b;
}
.slick-arrow:active {
  -webkit-transform: translateY(-50%) scale(0.95);
          transform: translateY(-50%) scale(0.95);
}
.slick-arrow-next {
  right: 50px;
}
@media (max-width: 767px) {
  .slick-arrow-next {
    right: 10px;
  }
}
.slick-arrow-prev {
  left: 50px;
}
@media (max-width: 767px) {
  .slick-arrow-prev {
    left: 10px;
  }
}
.slick-arrow svg {
  fill: #a28869;
}

.contact-info {
  padding-bottom: 60px;
}
.contact-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 6px;
  background-color: #1b1b1b;
  min-height: 190px;
  height: 100%;
  padding: 30px 20px 20px;
}
@media (max-width: 1199px) {
  .contact-info__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px;
  }
}
.contact-info__item h4 {
  color: #fff;
}
.contact-info__item h4 + * {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .contact-info__item .contact-item {
    font-size: 20px;
  }
}

.contact-map {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #1b1b1b;
}
.contact-map__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .contact-map__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact-map__top .btn {
  text-transform: capitalize;
  max-width: 370px;
}
@media (max-width: 767px) {
  .contact-map__top .btn {
    margin-top: 30px;
  }
}
.contact-map__top .btn svg path {
  fill: #a28869;
  -webkit-transition: fill 0.35s ease;
  transition: fill 0.35s ease;
}
.contact-map__top .btn:hover svg path {
  fill: #141215;
  -webkit-transition: fill 0.35s ease;
  transition: fill 0.35s ease;
}
.contact-map .map {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.contact-map .map iframe {
  display: block;
  width: 100% !important;
  height: 470px !important;
}
@media (max-width: 767px) {
  .contact-map .map iframe {
    height: 360px !important;
  }
}

.work-at {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 575px) {
  .work-at {
    background-position: left center;
    position: relative;
  }
  .work-at:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 18, 21, 0.9);
    pointer-events: none;
  }
  .work-at .container {
    position: relative;
    z-index: 1;
  }
}
.work-at .text {
  margin-top: 20px;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.work-at .btn {
  margin-top: 30px;
}

.page-template-work-at .site-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.page-template-work-at .site-content .work-at {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.certificate {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.certificate .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 536px;
}
.certificate__content-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
}
.certificate__img-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.certificate__content {
  padding: 60px 60px 60px 0;
}
@media (max-width: 991px) {
  .certificate__content {
    padding: 60px 20px 60px 0;
  }
}
@media (max-width: 575px) {
  .certificate__content {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
.certificate__content h2 {
  font-weight: 400;
}
.certificate__content .title-secondary {
  color: #fff;
}
.certificate__img img {
  max-width: none;
  margin-left: -20px;
}
@media (max-width: 991px) {
  .certificate__img img {
    max-height: 430px;
  }
}
.rtl .certificate__img img {
  margin-left: 0;
  margin-right: -20px;
}

.promotion--home {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}
.promotion .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.promotion__item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #3f3f42;
  border-radius: 6px;
}
.promotion__item-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-radius: 6px 6px 0 0;
}
@media (max-width: 1199px) {
  .promotion__item-img {
    height: 280px;
  }
}
.promotion__item-img .price {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  background: rgba(8, 8, 8, 0.5);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
}
.promotion__item-body {
  border-radius: 0 0 6px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.promotion__item-body-wrap {
  padding: 30px;
}
.promotion__item-body-wrap .title {
  text-align: center;
}
.promotion__item-body-wrap .title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(63, 63, 66, 0)), color-stop(49.97%, #3f3f42), to(rgba(63, 63, 66, 0)));
  background: linear-gradient(90deg, rgba(63, 63, 66, 0) 0%, #3f3f42 49.97%, rgba(63, 63, 66, 0) 100%);
}
.promotion__item-body-wrap .text {
  margin-top: 20px;
  text-align: center;
}
.promotion__item-body-btns {
  padding: 0 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.promotion__item-body-btns .btn-icon svg {
  max-width: 100%;
  max-height: 100%;
}
.promotion__item-body-btns .btn-icon + .btn-icon {
  margin-left: 30px;
}
.rtl .promotion__item-body-btns .btn-icon + .btn-icon {
  margin-left: 0;
  margin-right: 30px;
}

.services__item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #3f3f42;
  border-radius: 6px;
}
.services__item-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-radius: 6px 6px 0 0;
}
@media (max-width: 1199px) {
  .services__item-img {
    height: 280px;
  }
}
.services__item-body {
  border-radius: 0 0 6px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.services__item-body-wrap {
  padding: 30px;
  display: block;
}
@media (max-width: 767px) {
  .services__item-body-wrap {
    padding: 30px 20px;
  }
}
.services__item-body-wrap:hover {
  color: #a6a6a6;
}
.services__item-body-wrap:hover .title {
  color: #fff;
}
.services__item-body-wrap .title {
  color: #a28869;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.services__item-body-wrap .title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(63, 63, 66, 0)), color-stop(49.97%, #3f3f42), to(rgba(63, 63, 66, 0)));
  background: linear-gradient(90deg, rgba(63, 63, 66, 0) 0%, #3f3f42 49.97%, rgba(63, 63, 66, 0) 100%);
}
.services__item-body-wrap .text-wrap {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .services__item-body-wrap .text-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.services__item-body-wrap .text-wrap .text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .services__item-body-wrap .text-wrap .text {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.services__item-body-wrap .list {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.services__item-body-wrap .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.services__item-body-wrap .list li + li {
  margin-top: 12px;
}
.services__item-body-wrap .list li .price {
  text-align: right;
  font-weight: 700;
  color: #fff;
  margin-left: 20px;
}
.services__item-body-btns {
  padding: 0 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .services__item-body-btns {
    padding: 0 20px 30px;
  }
}
.services__item-body-btns .btn {
  max-width: 250px;
}
.services__item-body-btns .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .services__item-body-btns .btn-wrap {
    margin-left: 20px;
  }
}
.services__item-body-btns .btn-wrap .btn-icon svg {
  max-width: 100%;
  max-height: 100%;
}
.services__item-body-btns .btn-wrap .btn-icon + .btn-icon {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .services__item-body-btns .btn-wrap .btn-icon + .btn-icon {
    margin-left: 20px;
  }
}

.page-services .services__item-body {
  border-radius: 6px;
}

.single-service .team {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .single-service .team__slider {
    margin-left: -8px;
    margin-right: -8px;
  }
  .single-service .team__slider:before, .single-service .team__slider:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .single-service .desktop-visible {
    display: none;
  }
}
.single-service .mobile-visible {
  display: none;
}
@media (max-width: 991px) {
  .single-service .mobile-visible {
    display: block;
  }
}
.single-service .services__item-body-btns {
  padding: 0;
}
.single-service__image {
  border-radius: 6px;
}
.single-service__block-price {
  background-color: #141215;
  background-image: url("../images/single-page-info.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  padding: 50px 30px 30px;
}
@media (max-width: 767px) {
  .single-service__block-price {
    padding: 50px 20px 30px;
  }
}
.single-service__block-price .title {
  color: #fff;
}
.single-service__block-price .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
}
@media (max-width: 1199px) {
  .single-service__block-price .list li {
    font-size: 20px;
  }
}
.single-service__block-price .list li + li {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}
.single-service__block-price .list li .price {
  text-align: right;
  font-weight: 700;
  color: #fff;
  margin-left: 20px;
}
.single-service__block-price-text {
  padding: 20px;
  background-color: rgba(27, 27, 27, 0.6);
  border-radius: 6px;
}

.photos__slider {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 767px) {
  .photos__slider {
    margin-left: 0;
    margin-right: 0;
  }
}
.photos__slide {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .photos__slide {
    padding-left: 0;
    padding-right: 0;
  }
}
.photos__item {
  display: block;
}
.photos__item img {
  height: 330px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .photos__item img {
    height: 200px;
  }
}

.rtl .services__item-body-wrap .text-wrap .text {
  margin-right: 0;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .rtl .services__item-body-wrap .text-wrap .text {
    margin-left: 0;
  }
}
.rtl .services__item-body-wrap .list li .price {
  margin-left: 0;
  margin-right: 20px;
}
.rtl .services__item-body-btns .btn-wrap {
  margin-left: 0;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .rtl .services__item-body-btns .btn-wrap {
    margin-right: 20px;
  }
}
.rtl .services__item-body-btns .btn-wrap .btn-icon + .btn-icon {
  margin-left: 0;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .rtl .services__item-body-btns .btn-wrap .btn-icon + .btn-icon {
    margin-right: 20px;
  }
}

.error404 .site-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.error404 .site-content .page-error {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.error404 .site-content .page-error .title {
  font-size: 250px;
  line-height: 210px;
  font-weight: 400;
  font-family: "Viaoda Libre", sans-serif;
  color: #a28869;
}
@media (max-width: 767px) {
  .error404 .site-content .page-error .title {
    font-size: 180px;
    line-height: 160px;
  }
}

.breadcrumbs {
  padding: 20px 0;
  margin-bottom: 60px;
  background-color: #1b1b1b;
}
.breadcrumbs__work-at {
  margin-bottom: 0;
}
.breadcrumbs__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
}
.breadcrumbs__wrap li:not(:last-child) {
  margin-right: 10px;
}
.breadcrumbs__wrap li:not(:last-child):after {
  content: ">";
  margin-left: 9px;
  display: inline-block;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.breadcrumbs__wrap li a {
  display: inline-block;
}

.page-template-thank-you .site-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-template-thank-you .thank-you-page {
  width: 100%;
  text-align: center;
}