/*--------------------------------------
FONTS
--------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=El+Messiri:wght@600;700&family=Open+Sans:wght@400;600;700&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 {
  max-width: 1920px;
  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: #bababa;
  line-height: 1.4;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  min-width: 320px;
  position: relative;
  background: #121212;
  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: #bababa;
}
a:hover {
  color: #968772;
}

.page-title {
  color: #fff;
  font-family: "El Messiri", sans-serif;
  font-size: 58px;
  font-weight: 600;
  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: "El Messiri", sans-serif;
  font-size: 98px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 48px;
  }
}

.h2,
h2 {
  font-family: "El Messiri", sans-serif;
  color: #968772;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.34;
}
@media (max-width: 1199px) {
  .h2,
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .h2,
  h2 {
    font-size: 34px;
  }
}

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

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

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

.h6,
h6 {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  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: #968772;
}

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

@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;
  }
}
.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;
}
@media (max-width: 1199px) {
  .pt {
    padding-top: 100px;
  }
}

.pb {
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  .pb {
    padding-bottom: 100px;
  }
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

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

.bg-gray {
  background-color: #1a1a1a;
}

/*--------------------------------------
UI
--------------------------------------*/
.btn {
  padding: 0 20px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border-radius: 30px;
  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: 280px;
  width: 100%;
  border: 1px solid transparent;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
@media (max-width: 1199px) {
  .btn {
    font-size: 16px;
    height: 52px;
  }
}
.btn--primary {
  color: #fff;
  background-color: #968772;
}
.btn--primary:hover {
  color: #fff;
  background-color: rgba(18, 18, 18, 0.85);
  border-color: #968772;
}
.btn--invert {
  color: #968772;
  background-color: transparent;
  border-color: #968772;
}
.btn--invert:hover {
  color: #fff;
  border-color: #fff;
}
.btn svg,
.btn img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.block-content * + * {
  margin-top: 20px;
}
.block-content a {
  color: #968772;
}
.block-content a:hover {
  color: #fff;
}
.block-content .h2,
.block-content h2 {
  font-size: 42px;
}
@media (max-width: 1199px) {
  .block-content .h2,
  .block-content h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .block-content .h2,
  .block-content h2 {
    font-size: 32px;
  }
}
.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: #968772;
}
.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: #bababa;
}
.block-content ol {
  counter-reset: li;
}
.block-content ol + * {
  margin-top: 30px;
}
.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: #968772;
  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 #968772;
  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: #968772;
}
.block-content blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-top: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
  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: #968772;
  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;
  }
}

button,
input[type=button],
input[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  cursor: pointer;
  font-family: "Open Sans", 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: 46px;
  padding: 0 20px;
  font-family: "Open Sans", sans-serif;
}

input::-moz-placeholder {
  color: #5a5a5a;
}

input::-webkit-input-placeholder {
  color: #5a5a5a;
}

input:-ms-input-placeholder {
  color: #5a5a5a;
}

input::-ms-input-placeholder {
  color: #5a5a5a;
}

input::placeholder {
  color: #5a5a5a;
}

textarea::-moz-placeholder {
  color: #5a5a5a;
}

textarea::-webkit-input-placeholder {
  color: #5a5a5a;
}

textarea:-ms-input-placeholder {
  color: #5a5a5a;
}

textarea::-ms-input-placeholder {
  color: #5a5a5a;
}

textarea::placeholder {
  color: #5a5a5a;
}

/*--------------------------------------
HEADER
--------------------------------------*/
/*-------------------- MENU --------------------*/
.scroll-up .header {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background-color: rgba(8, 8, 8, 0.75);
}

.scroll-down .header {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background-color: rgba(8, 8, 8, 0.75);
}
@media (max-width: 1199px) {
  .scroll-down .header {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.header {
  background: rgba(8, 8, 8, 0.5);
  backdrop-filter: blur(7.5px);
  min-height: 80px;
  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: 30px;
  padding-bottom: 20px;
  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__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 24px;
}
.header .logo {
  margin-top: -25px;
}
@media (max-width: 1199px) {
  .header .logo {
    margin-top: auto;
  }
}

.nav-menu {
  width: 100%;
  padding: 110px 0 30px;
  height: 100vh;
  left: -100%;
  opacity: 0;
  top: 0;
  z-index: 3;
  background-color: #080808;
  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 {
  text-align: center;
  font-size: 20px;
  padding: 20px 0 16px;
  position: relative;
  border: solid rgba(255, 255, 255, 0.2);
  border-width: 1px 0 1px 0;
}
.nav-menu .text-icon a {
  line-height: normal;
  color: #fff;
}
.nav-menu .text-icon a:hover {
  color: #968772;
}
.nav-menu .text-icon a svg {
  height: 27px;
  width: 18px;
  margin-right: 10px;
}

.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-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: "El Messiri", sans-serif;
  }
}
.nav-list li a:hover {
  color: #968772;
}
.nav-list li.current-menu-item:not(.menu-item-object-custom) a {
  color: #968772;
  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;
  }
  .nav-list > li + li {
    margin-left: 30px;
  }
  .nav-list > li > a {
    font-size: 16px;
    line-height: 40px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
  }
}
.logo {
  max-width: 190px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.nav-btn {
  position: relative;
  width: 50px;
  height: 30px;
  z-index: 15;
  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);
}

.nav-btn {
  position: relative;
  width: 30px;
  height: 30px;
  z-index: 15;
  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__burger {
  width: 30px;
  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: 30px;
  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);
}
.nav-btn.active .nav-btn__burger {
  background-color: transparent;
  -webkit-transition: none;
  transition: none;
}
.nav-btn.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.active .nav-btn__burger:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.drop-dl {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
}
.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: #968772;
}
.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: #080808;
}
.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: #968772;
  background-color: #121212;
}

.button-fixed-round {
  right: 50px;
  position: fixed;
  z-index: 39;
  width: 64px;
  height: 64px;
}
@media (max-width: 767px) {
  .button-fixed-round {
    right: 20px;
    width: 44px;
    height: 44px;
  }
}
.button-fixed-round.watsapp {
  bottom: 160px;
}
@media (max-width: 767px) {
  .button-fixed-round.watsapp {
    bottom: 105px;
  }
}
.button-fixed-round.telegram {
  bottom: 40px;
}
@media (max-width: 767px) {
  .button-fixed-round.telegram {
    bottom: 20px;
  }
}
.button-fixed-round.telegram .img-circle {
  background: #27a6e5;
}
.button-fixed-round.telegram .circlephone {
  border-color: #27a6e5;
}
.button-fixed-round.telegram .circle-fill {
  opacity: 1;
  background: rgba(39, 166, 229, 0.4);
}
.button-fixed-round svg {
  width: 26px;
  height: 26px;
}

.circlephone {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 2px solid #43d854;
  width: 94px;
  height: 94px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 100%;
  opacity: 0.5;
  -webkit-animation: circle-anim 2.3s infinite ease-in-out !important;
          animation: circle-anim 2.3s infinite ease-in-out !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .circlephone {
    width: 74px;
    height: 74px;
    pointer-events: none;
  }
}

.circle-fill {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #43d854;
  width: 74px;
  height: 74px;
  opacity: 0.2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 100%;
  -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
          animation: circle-fill-anim 2.3s infinite ease-in-out;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .circle-fill {
    width: 54px;
    height: 54px;
  }
}

.img-circle {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  border-radius: 100%;
  opacity: 0.85;
  background-color: #43d854;
}
.img-circle:hover {
  opacity: 1;
}

.img-circleblock {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  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-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media (max-width: 767px) {
  .img-circleblock svg {
    width: 20px;
    height: 20px;
  }
}

@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
}

@keyframes tossing {
  0% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
}
@-webkit-keyframes circle-anim {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.5) skew(1deg);
            transform: translate(-50%, -50%) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    -webkit-transform: translate(-50%, -50%) scale(0.7) skew(1deg);
            transform: translate(-50%, -50%) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1) skew(1deg);
            transform: translate(-50%, -50%) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@keyframes circle-anim {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.5) skew(1deg);
            transform: translate(-50%, -50%) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    -webkit-transform: translate(-50%, -50%) scale(0.7) skew(1deg);
            transform: translate(-50%, -50%) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1) skew(1deg);
            transform: translate(-50%, -50%) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-webkit-keyframes circle-fill-anim {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.7) skew(1deg);
            transform: translate(-50%, -50%) scale(0.7) skew(1deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1) skew(1deg);
            transform: translate(-50%, -50%) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.7) skew(1deg);
            transform: translate(-50%, -50%) scale(0.7) skew(1deg);
  }
}
@keyframes circle-fill-anim {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.7) skew(1deg);
            transform: translate(-50%, -50%) scale(0.7) skew(1deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1) skew(1deg);
            transform: translate(-50%, -50%) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.7) skew(1deg);
            transform: translate(-50%, -50%) scale(0.7) skew(1deg);
  }
}
/*--------------------------------------
FOOTER
--------------------------------------*/
.footer {
  padding-top: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1e1e1e), to(#121212));
  background: linear-gradient(180deg, #1e1e1e 0%, #121212 100%);
}
@media (max-width: 767px) {
  .footer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.footer .logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .footer .logo-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
}
.footer .logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 250px;
}
.footer .footer-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.footer .footer-menu__list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 6px);
          flex: 1 1 calc(50% - 6px);
}
@media (max-width: 575px) {
  .footer .footer-menu__list li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    text-align: center;
  }
}
.footer .footer-menu__list li a {
  color: #fff;
}
.footer .footer-menu__list li a:hover {
  color: #968772;
}
.footer .copyright {
  font-size: 14px;
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.socials {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 24px;
}
.socials 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;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials a:hover {
  opacity: 0.75;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*--------------------------------------
COMPONENTS
--------------------------------------*/
.hero {
  padding-top: 120px;
  padding-bottom: 120px;
  min-height: 640px;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  position: relative;
}
.hero .container {
  z-index: 2;
}
.hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(27, 27, 27, 0.35);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .hero {
    min-height: 640px;
  }
}
@media (max-width: 767px) {
  .hero__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.hero__wrap h1 {
  color: #fff;
}
.hero .block-content {
  color: #fff;
}

.about-studio__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.about-studio__list .item {
  padding: 8px 16px;
  border-radius: 20px;
  border: 1px solid #968772;
  text-align: center;
}

.about .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .about .col-img {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.payment-information {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.payment-information__list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.payment-information__list .list .item {
  padding: 8px 16px;
  border-radius: 20px;
  border: 1px solid #968772;
  text-align: center;
  gap: 16px 40px;
}
.services .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.services__list .service {
  position: relative;
  padding: 30px 24px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services__list .service:hover {
  -webkit-box-shadow: 2px 2px 15px 0px rgba(255, 255, 255, 0.2);
          box-shadow: 2px 2px 15px 0px rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
.services__list .service .label {
  text-transform: uppercase;
  position: absolute;
  font-size: 14px;
  top: -1px;
  right: -1px;
  padding: 6px 17px;
  background-color: #968772;
  border-radius: 0 24px 0 24px;
  color: #fff;
}
.services__list .service__body {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 20px;
  margin-top: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.services__list .service .name {
  color: #fff;
  font-family: "El Messiri", sans-serif;
}
.services__list .service .price {
  font-size: 22px;
  font-weight: 600;
  color: #968772;
}
.services__list .service .body-name {
  font-weight: 500;
  margin-bottom: 10px;
  color: #fff;
}
.services__list .service .accent-text {
  color: #968772;
}

.additions .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .additions .row30 > div {
    margin-bottom: 24px;
  }
}
.additions__list .addition {
  position: relative;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .additions__list .addition {
    padding: 0;
    border: none;
  }
}
@media (min-width: 768px) {
  .additions__list .addition:hover {
    -webkit-box-shadow: 2px 2px 15px 0px rgba(255, 255, 255, 0.2);
            box-shadow: 2px 2px 15px 0px rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 767px) {
  .additions__list .addition__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px;
  }
}
.additions__list .addition .name {
  color: #968772;
  font-family: "El Messiri", sans-serif;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.additions__list .addition .price {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 22px;
  font-weight: 600;
  margin-top: 10px;
  color: #fff;
}
@media (max-width: 767px) {
  .additions__list .addition .price {
    margin-top: 0;
    font-size: 18px;
  }
}

.advantages .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.advantages .item {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.advantages .item img {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .advantages .item img {
    width: 60px;
    height: 60px;
  }
}
.advantages .item .title {
  margin-top: 30px;
}
.advantages .item p {
  margin-top: 10px;
}

.gallery-block .gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gallery-block .gallery__list .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
}
@media (max-width: 767px) {
  .gallery-block .gallery__list .item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
.gallery-block .gallery__list .item > a {
  display: block;
  height: 870px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 1920px) {
  .gallery-block .gallery__list .item > a {
    height: 700px;
  }
}
@media (max-width: 1440px) {
  .gallery-block .gallery__list .item > a {
    height: 520px;
  }
}
@media (max-width: 1199px) {
  .gallery-block .gallery__list .item > a {
    height: 370px;
  }
}
@media (max-width: 991px) {
  .gallery-block .gallery__list .item > a {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .gallery-block .gallery__list .item > a {
    height: 270px;
  }
}
.gallery-block .gallery__list .item > a:hover {
  opacity: 0.7;
}
.gallery-block .gallery__list .item > a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contacts {
  margin-top: 120px;
  margin-bottom: 120px;
  position: relative;
}
@media (max-width: 1199px) {
  .contacts {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .contacts {
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
  }
}
.contacts__list h2 {
  margin-bottom: 30px;
}
.contacts__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.contacts__list li + li {
  margin-top: 24px;
}
.contacts__list li svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contacts .map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 15px);
}
@media (max-width: 991px) {
  .contacts .map {
    position: relative;
    width: 100%;
    height: 380px;
    margin-top: 60px;
  }
}
.contacts .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%) contrast(95%) brightness(95%);
          filter: grayscale(100%) contrast(95%) brightness(95%);
}