/*--------------------------------------
FONTS
--------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@600..700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,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-inline: 15px;
  margin-inline: 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-inline: 15px;
  margin-inline: auto;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-inline: -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-inline: 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(255, 255, 255, 0.75);
  color: #191919;
}
*::selection {
  background: rgba(255, 255, 255, 0.75);
  color: #191919;
}

body {
  color: #fff;
  line-height: 1.4;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
  background-color: #191919;
}
body.no-scroll {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  line-height: 1.2;
  color: #fff;
}
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #fff;
}
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.h1,
h1 {
  font-size: 64px;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 44px;
  }
}

.page-header h1,
.h2,
h2 {
  font-size: 48px;
}
@media (max-width: 1199px) {
  .page-header h1,
  .h2,
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .page-header h1,
  .h2,
  h2 {
    font-size: 36px;
  }
}

.h3,
h3 {
  font-size: 38px;
}
@media (max-width: 1199px) {
  .h3,
  h3 {
    font-size: 32px;
  }
}

.h4,
h4 {
  font-size: 32px;
}
@media (max-width: 1199px) {
  .h4,
  h4 {
    font-size: 24px;
  }
}

.h5,
h5 {
  font-size: 24px;
}
@media (max-width: 1199px) {
  .h5,
  h5 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .h5,
  h5 {
    font-size: 20px;
  }
}

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

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

p {
  color: rgba(255, 255, 255, 0.5);
}

/*--------------------------------------
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-width: thin;
    scrollbar-color: #c1c1c1 transparent;
  }
  ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: transparent;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #c1c1c1;
  }
  body::-webkit-scrollbar {
    width: 6px;
  }
}
.logo {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  max-width: 200px;
}
.logo img {
  display: block;
  max-width: 100%;
}

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

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

.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: 40px;
  }
}

.subtitle {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 1199px) {
  .subtitle {
    font-size: 18px;
  }
}
.subtitle + * {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .subtitle + * {
    margin-top: 10px;
  }
}

.align-items--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.d-none {
  display: none;
}

/*--------------------------------------
UI
--------------------------------------*/
button,
input[type=button],
input[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  cursor: pointer;
  font-family: "Poppins", 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: 52px;
  border-radius: 0;
  color: #fff;
  padding: 0 20px;
  border: 1px solid #fff;
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  font-size: inherit;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
input[type=text]:hover,
input[type=tel]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=search]:hover,
textarea:hover {
  border-color: white;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
  border-color: rgba(255, 255, 255, 0.5);
}

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

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

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

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

input::placeholder,
textarea::placeholder {
  color: rgba(255, 255, 255, 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: 12px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 6px;
}
.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: 1px;
  left: 0;
  padding: 0 20px;
  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: rgba(255, 255, 255, 0.5);
}
.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: rgba(255, 255, 255, 0.5);
}
.form-group .wpcf7-list-item .wpcf7-list-item-label a {
  color: rgba(255, 255, 255, 0.5);
}
.form-group .wpcf7-list-item .wpcf7-list-item-label a:hover {
  color: #fff;
}
.form-group .wpcf7-list-item .wpcf7-list-item-label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  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: rgba(255, 255, 255, 0.5);
}

.nice-select {
  float: none;
  font-size: 18px;
  height: 62px;
  line-height: 60px;
  padding-left: 20px;
  padding-right: 40px;
  border: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
  width: 100%;
  color: rgba(186, 186, 186, 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(255, 255, 255, 0.6);
}
.nice-select:after {
  border-color: rgba(255, 255, 255, 0.5);
  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 {
  border-radius: 0;
  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: #121212;
  color: rgba(255, 255, 255, 0.5);
}

.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 {
  text-decoration: none;
  text-align: center;
  height: 62px;
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 320px;
  width: 100%;
  border: 2px solid #fff;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
@media (max-width: 1199px) {
  .btn {
    height: 52px;
  }
}
.btn-primary {
  background-color: #fff;
  color: #121212;
}
.btn-primary:hover {
  color: #191919;
  background-color: rgba(255, 255, 255, 0.5);
}
.btn-invert {
  background-color: transparent;
  color: #fff;
}
.btn-invert:hover {
  color: #191919;
  background-color: #fff;
}

.block-content * {
  color: rgba(255, 255, 255, 0.5);
}
.block-content * + * {
  margin-top: 20px;
}
.block-content a {
  color: rgba(255, 255, 255, 0.5);
}
.block-content a:hover {
  color: #fff;
}
.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: #fff;
}
.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: 9px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
}
.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: 4px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 0;
}
.block-content ol ul > li:after,
.block-content ol ol > li:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  display: block;
  width: 4px;
  height: 8px;
  border: solid #191919;
  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: #fff;
}
.block-content blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  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: rgba(255, 255, 255, 0.5);
  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;
  overflow-y: auto;
  z-index: 1;
  padding: 60px 50px;
  max-width: 530px;
  width: 100%;
  max-height: 100%;
  opacity: 0;
  border-radius: 0;
  border-top: 4px solid #fff;
  background-color: #121212;
  -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 {
  text-transform: uppercase;
  color: #fff;
}
.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: rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.popup .btn {
  height: 52px;
  width: 100%;
}
.popup .nice-select {
  height: 52px;
  line-height: 50px;
}

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

.scroll-down .header {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background: rgba(18, 18, 18, 0.6);
}

.header {
  background: rgba(18, 18, 18, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  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-block: 10px;
  z-index: 5;
  -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: 1440px) {
  .header {
    min-height: 80px;
  }
}
.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__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;
}
.header__right .btn {
  height: 52px;
  min-width: 210px;
}
.header .descktop-visible {
  margin-left: 52px;
}
@media (max-width: 767px) {
  .header .descktop-visible {
    display: none;
  }
}
.header .mobile-visible {
  display: none;
}
@media (max-width: 767px) {
  .header .mobile-visible {
    display: block;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header .mobile-visible .btn {
    max-width: 100%;
  }
}

.nav-menu {
  width: 320px;
  padding: 80px 0;
  height: 100vh;
  right: -100%;
  opacity: 0;
  top: 0;
  z-index: 3;
  background-color: #121212;
  position: absolute;
  -webkit-transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.nav-menu.active {
  right: 0;
  opacity: 1;
}

.nav-list {
  overflow: hidden;
  overflow-y: auto;
  max-height: 100%;
}
.nav-list > li > a {
  padding: 0 15px;
}
.nav-list li {
  display: block;
  position: relative;
}
@media (max-width: 1199px) {
  .nav-list li + li {
    margin-top: 20px;
  }
}
.nav-list li a {
  position: relative;
  text-transform: capitalize;
  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.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}
@media (max-width: 1199px) {
  .nav-list li a {
    line-height: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 20px;
  }
}
.nav-list li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.nav-list li a i {
  margin-left: 5px;
}

@media (min-width: 1200px) {
  .nav-menu {
    margin-top: 0;
    display: block !important;
    width: auto !important;
    position: relative;
    right: 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 > a {
    padding: 0 15px;
  }
}
.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;
  margin: 0 0 0 20px;
  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;
  line-height: 40px;
  margin-left: 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: #fff;
}
.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: #121212;
}
.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: #fff;
  text-transform: uppercase;
}
.select__list li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.rtl .select__list li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.page-header {
  background-color: #121212;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .page-header {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/*--------------------------------------
FOOTER
--------------------------------------*/
.footer {
  margin-top: 120px;
  background: rgba(18, 18, 18, 0.6);
}
@media (max-width: 1199px) {
  .footer {
    margin-top: 100px;
  }
}
.footer__top {
  padding: 46px 0 64px;
}
.footer__top .footer-menu-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .footer__top .footer-menu-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer__bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #121212;
}
.footer__bottom .footer-menu-list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer .footer-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 30px;
}
.footer .footer-menu-list a {
  color: #fff;
}
.footer .footer-menu-list a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.footer .social {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .footer .social {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer .license {
  text-align: center;
}
@media (max-width: 767px) {
  .footer .license {
    text-align: left;
  }
}
.footer .copyright {
  text-align: right;
}
@media (max-width: 767px) {
  .footer .copyright {
    text-align: left;
  }
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 30px;
}
.social a {
  display: block;
}
.social a:hover {
  opacity: 0.6;
}

/*--------------------------------------
COMPONENTS
--------------------------------------*/
.main {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  min-height: 640px;
  height: 100vh;
  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;
}
.main:before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(18, 18, 18, 0.6)), to(rgba(18, 18, 18, 0.6)));
  background: linear-gradient(0deg, rgba(18, 18, 18, 0.6) 0%, rgba(18, 18, 18, 0.6) 100%);
}
.main .container {
  position: relative;
  z-index: 1;
}
.main h1 {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .main h1 {
    max-width: 700px;
  }
}
.main p {
  margin-top: 24px;
}
.main .btn {
  margin-top: 30px;
}

.about h2 {
  border-left: 4px solid #fff;
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .about h2 {
    padding-left: 20px;
  }
}
.about img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .about img {
    max-height: 450px;
  }
}
@media (max-width: 1440px) {
  .about img {
    max-height: 350px;
  }
}

.our-process {
  background-color: #121212;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.our-process__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 164px 60px 100px;
}
@media (max-width: 1440px) {
  .our-process__content {
    padding: 114px 60px 100px;
  }
}
@media (max-width: 1199px) {
  .our-process__content {
    padding: 80px 40px;
  }
}
@media (max-width: 991px) {
  .our-process__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.our-process__content-wrap {
  max-width: 650px;
}
@media (max-width: 1199px) {
  .our-process__content-wrap {
    max-width: 100%;
  }
}
.our-process__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.our-process__item + * {
  margin-top: 30px;
}
.our-process__item .number {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 160px;
  height: 160px;
  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;
  font-size: 56px;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  background-image: url("../img/border.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1440px) {
  .our-process__item .number {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 1199px) {
  .our-process__item .number {
    width: 100px;
    height: 100px;
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .our-process__item .number {
    width: 80px;
    height: 80px;
    font-size: 36px;
  }
}
.our-process__item .content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 10px;
  margin-left: 20px;
}
@media (max-width: 1440px) {
  .our-process__item .content {
    padding-top: 0;
  }
}
.our-process__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .our-process__img {
    display: none;
  }
}

.services-item__img {
  width: 100%;
  height: 282px;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-item .title {
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  background-color: #121212;
}
.services-item .text {
  margin-top: 30px;
}
.services-item .btn {
  width: 100%;
  margin-top: 30px;
  max-width: 100%;
}

.gallery {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .gallery__row {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.gallery__item {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.gallery__item .first-img {
  display: block;
  height: 100%;
}
.gallery__item .first-img img {
  width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery__item:hover .first-img {
  opacity: 0.6;
}
.gallery__item:hover .gallery__item-content {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.gallery__item-content {
  pointer-events: none;
  position: absolute;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 50px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(18.73%, rgba(18, 18, 18, 0)), to(#121212));
  background: linear-gradient(180deg, rgba(18, 18, 18, 0) 18.73%, #121212 100%);
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
@media (max-width: 1440px) {
  .gallery__item-content {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .gallery__item-content {
    padding: 30px 20px;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.gallery__item-content .title {
  position: relative;
  padding-bottom: 10px;
}
.gallery__item-content .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 140px;
  height: 4px;
  background-color: #fff;
}
.gallery__item-content .text {
  margin-top: 10px;
}

.get-in-touch__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .get-in-touch__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.get-in-touch__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (max-width: 767px) {
  .get-in-touch__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: 300px;
  }
}
.get-in-touch__form-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  border-top: 6px solid #fff;
  padding: 80px 70px;
  background-color: #121212;
}
@media (max-width: 1199px) {
  .get-in-touch__form-wrap {
    padding: 60px 30px;
  }
}
@media (max-width: 767px) {
  .get-in-touch__form-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 40px 20px;
  }
}
.get-in-touch__form-wrap .btn {
  width: 100%;
  height: 52px;
}

.video-block__wrap {
  height: 634px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199px) {
  .video-block__wrap {
    height: 354px;
  }
}
.video-block__wrap .play {
  margin: auto;
  cursor: pointer;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.video-block__wrap .play:hover {
  opacity: 0.6;
}

.popup.popup-video-modal .popup__block {
  padding: 0;
  max-width: 768px;
}
.popup.popup-video-modal .popup__block-body {
  margin-top: 0;
}
.popup.popup-video-modal .popup__block-body iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.block-counter {
  position: relative;
  z-index: 1;
  margin-top: -58px;
}
.block-counter__wrap {
  background-color: #121212;
  padding: 60px;
}
@media (max-width: 1199px) {
  .block-counter__wrap {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .block-counter__wrap {
    padding: 40px 20px;
  }
}
.block-counter__item .number {
  font-family: "Outfit", sans-serif;
  font-size: 56px;
  line-height: 1.2;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .block-counter__item .number {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .block-counter__item .number {
    font-size: 36px;
  }
}

.testimonial__slider {
  padding-left: 35px;
  padding-right: 35px;
}
@media (max-width: 767px) {
  .testimonial__slider {
    padding-left: 0;
    padding-right: 0;
  }
}
.testimonial__slide {
  padding-left: 15px;
  padding-right: 15px;
}
.testimonial__slide-item {
  padding: 50px 30px;
  background-color: rgba(18, 18, 18, 0.4);
}
.testimonial__slide-item .text {
  max-height: 225px;
  overflow: auto;
  margin-right: -5px;
  padding-right: 5px;
}

.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: 40px;
  height: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
  background: #121212;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
@media (max-width: 767px) {
  .slick-arrow {
    background: rgba(255, 255, 255, 0.5);
    width: 35px;
    height: 35px;
  }
}
.slick-arrow:hover {
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .slick-arrow:hover {
    background: #fff;
  }
}
.slick-arrow:hover svg {
  fill: #121212;
}
.slick-arrow-next {
  right: 0;
}
.slick-arrow-prev {
  left: 0;
}
.slick-arrow svg {
  fill: #fff;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
@media (max-width: 767px) {
  .slick-arrow svg {
    fill: #121212;
  }
}

.contact__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 18px;
}
.contact__list li svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}
.contact__list li + li {
  margin-top: 30px;
}
.contact__list li a,
.contact__list li span {
  line-height: 24px;
}
.contact .social img {
  width: 24px;
  height: 24px;
}
.contact iframe {
  display: block;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 1199px) {
  .contact iframe {
    height: 380px;
  }
}