/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

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

a {
  text-decoration: none;
  transition: all .3s;
  color: #222222;
  display: block;
}

a:hover {
  color: #c6a47e;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  height: 10rem;
}

.header__logo {
  margin-left: 10rem;
  max-height: 100%;
  max-width: 20rem;
  object-fit: contain;
  cursor: pointer;
}

.header__left {
  height: 100%;
  padding: 2rem 0;
}

.burger {
  border: none;
  cursor: pointer;
  height: 100%;
  background-color: #c6a47e;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.burger:hover .burger__item--mid {
  width: 2rem;
}

.burger:hover .burger__item--bottom {
  width: 1.7rem;
}

.burger__item {
  height: .2rem;
  width: 2.8rem;
  margin: .2rem 0;
  background-color: #fff;
  transition: all .5s;
}

.header-scroll {
  left: 0;
  position: fixed;
  height: 7rem;
  background-color: #222222;
  width: 100%;
  z-index: 2;
  opacity: 0;
  transition: all .7s;
  visibility: hidden;
  z-index: 99;
}

.header-scroll.active {
  animation: scrollHeaderAppear 2s forwards;
  opacity: 1;
  visibility: visible;
}

.header-scroll__container {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.header-scroll__logo-box {
  display: flex;
  align-items: center;
}

.header-scroll__logo {
  max-height: 80%;
  max-width: 20rem;
  object-fit: contain;
}

.header-scroll__burger {
  display: none;
}

@media screen and (max-width: 991px) {
  .header-scroll__burger {
    display: flex;
  }
}

.header-scroll__nav {
  font-family: 'Oswald', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
}

.header-scroll__nav-list {
  list-style-type: none;
  display: flex;
  margin: 0;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .header-scroll__nav-list {
    display: none;
  }
}

.header-scroll__nav-item {
  height: 100%;
}

.header-scroll__nav-link {
  text-decoration: none;
  color: #fff;
  padding-left: 3rem;
  padding-right: 3rem;
  height: 100%;
  display: flex;
  align-items: center;
  transition: all .5s;
}

.header-scroll__nav-link:hover, .header-scroll__nav-link.active {
  background-color: #c6a47e;
  color: #fff;
}

.header-scroll__nav-link.active {
  background-color: #c6a47e;
}

@keyframes scrollHeaderAppear {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

.header-mob {
  position: fixed;
  right: -100%;
  top: 0px;
  width: 35rem;
  height: 100%;
  overflow-y: auto;
  border-left: 1px solid #231b26;
  z-index: 999;
  opacity: 0;
  background-color: #1f1f1f;
  transition: all 0.5s ease;
  padding: 5.5rem 4rem 5rem 4rem;
}

@media screen and (max-width: 575px) {
  .header-mob {
    width: 100%;
  }
}

.header-mob.active {
  opacity: 1;
  right: 0;
}

.header-mob__close {
  width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  color: #ffffff;
  font-size: 2rem;
}

.header-mob__logo-box {
  text-align: center;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 6rem;
}

.header-mob__logo {
  max-width: 15rem;
  height: auto;
}

.header-mob__list {
  margin: 0;
  padding: 0;
}

.header-mob__list-item {
  position: relative;
}

.header-mob__list-link {
  position: relative;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: 400 !important;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff;
  padding: 1.9rem 0;
  transition: all 0.3s ease;
}

.header-mob__list-button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: none;
  color: #fff;
  padding: .7rem 1.2rem;
  font-size: 1.4rem;
  border-radius: 0px;
  border: 1px solid #ffffff;
  outline: none;
  cursor: pointer;
}

.header-mob__list-button.active .header-mob__down-icon {
  transform: rotate(180deg);
}

.header-mob__down-icon {
  transition: transform .3s;
}

.header-mob__sublist {
  padding: 0;
  display: none;
}

.header-mob__sublist.active {
  display: block;
}

.header-mob__sublist .header-mob__list-link {
  padding-left: 2rem;
}

.header-mob__dark-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222222;
  z-index: 998;
  display: none;
}

.header-mob__dark-mask.active {
  display: block;
  animation: darkMarsOn .5s forwards;
}

@keyframes darkMarsOn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}

.footer {
  position: relative;
  display: block;
  color: #c6c6c5;
  font-size: 1.4rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 8.5rem 0 8rem 0;
}

.footer::before {
  position: absolute;
  content: '';
  background: rgba(34, 34, 34, 0.95);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.footer .container {
  position: relative;
  z-index: 1;
}

.footer__description {
  margin-top: 3rem;
  font-size: 1.4rem !important;
}

.footer__logo {
  max-width: 80%;
  height: auto;
  object-fit: contain;
}

.footer__social-item {
  margin-right: 2rem;
  margin-bottom: 1.2rem;
}

.footer__social {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 575px) {
  .footer__social {
    justify-content: center;
  }
}

.footer__social-link {
  position: relative;
  display: inline-block;
  color: #c6a47e;
  width: 4.5rem;
  height: 4.5rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.footer__social-link:hover {
  background-color: #ffffff14;
}

.footer__links {
  padding: 0;
  list-style-type: none;
}

.footer__link {
  color: #c6c6c5;
  position: relative;
  display: block;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
  line-height: 150%;
}

.footer__projects {
  margin-top: 3.5rem;
}

.footer__project {
  margin-bottom: .6rem;
}

.footer__project-img {
  width: 100%;
  height: 8.5rem;
  object-fit: cover;
}

.footer__column-title {
  color: #fff;
  margin-bottom: 3rem;
  font-size: 2rem !important;
  font-weight: 700 !important;
}

.footer__contact {
  font-size: 1.4rem !important;
  color: #c6c6c5;
}

.footer__contact--subtitle {
  margin-top: 0.5rem;
}

@media screen and (max-width: 991px) {
  .footer__column {
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 575px) {
  .footer__column {
    text-align: center;
  }
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 53%;
  }
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #222222;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
    padding: 0px;
  }
}

@media screen and (max-width: 575px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.section {
  position: relative;
}

.link {
  position: relative;
  font-size: 1.6rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.title {
  font-family: 'Oswald', sans-serif;
  position: relative;
  line-height: 150%;
  display: block;
  text-transform: uppercase;
}

.title--lg {
  font-size: 4.4rem;
  font-weight: 300;
}

@media screen and (max-width: 575px) {
  .title--lg {
    font-size: 4rem;
  }
}

@media screen and (max-width: 1199px) {
    .title--lg {
        font-size: 3.7rem;
    }
}

.title--md {
  font-size: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 575px) {
  .title--md {
    font-size: 2.2rem;
  }
}

.title--sm {
  font-size: 2.4rem;
  font-weight: 400;
}

@media screen and (max-width: 575px) {
  .title--sm {
    font-size: 2rem;
  }
}

.title--icon {
  z-index: 1;
}

.title--icon::before {
  position: absolute;
  content: '';
  background: url(./img/static/title-icon.png);
  background-size: contain;
  width: 23rem;
  height: 1.8rem;
  left: 0px;
  bottom: 1rem;
  background-repeat: no-repeat;
  z-index: -1;
}

.title--top {
  color: #c6a47e;
  font-size: 1.4rem;
  font-weight: 300;
}

.subtitle {
  font-family: 'Oswald', sans-serif;
  position: relative;
  line-height: 150%;
  display: block;
  font-size: 1.8rem;
}

.subtitle--sm {
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .g-5 {
    --bs-gutter-y: 2rem;
    --bs-gutter-x: 2rem;
  }
}

@media screen and (max-width: 575px) {
  .g-5 {
    --bs-gutter-y: 1rem;
    --bs-gutter-x: 1rem;
  }
}

.bold {
  font-weight: 700;
}

.beige {
  color: #c6a47e;
}

.tac {
  text-align: center;
}

.tac::before {
  left: unset;
}

.count-text {
  position: relative;
  display: block;
  font-size: 6rem;
  font-family: 'Oswald', sans-serif;
  line-height: 110%;
  font-weight: 700;
  color: #fff;
  text-shadow: -1px -1px 0 #b5b5b5, 1px -1px 0 #b5b5b5, -1px 1px 0 #b5b5b5, 1px 1px 0 #b5b5b5;
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
}

.count-text::before {
  position: absolute;
  content: '';
  background: #c6a47e;
  width: 8rem;
  height: .3rem;
  left: 0;
  bottom: 0;
}

.description {
  display: block;
  font-size: 1.6rem;
  line-height: 170%;
}

.description--sm {
  font-size: 1.4rem;
}

.reviews {
  padding: 7rem 0 9rem 0;
}

.reviews__items {
  margin-top: 5rem;
}

.reviews__item-bottom {
  display: flex;
  margin-top: 2rem;
}

.reviews__circle {
  flex: 0 0 7rem;
  height: 7rem;
  width: 7rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 2.5rem;
}

.reviews__name {
  font-weight: 700;
  margin-top: 1rem;
}

.reviews__position {
  font-weight: 300;
  font-size: 1.4rem;
}

.counter {
  padding: 4.5rem 0 5rem 0;
}

.counter__number {
  font-size: 3.6rem;
}

.counter__name {
  font-size: 2.2rem;
  font-weight: 300;
}

.counter__item {
  text-align: center;
  --animate-delay: 0.3s;
}

@media screen and (max-width: 991px) {
  .counter__item {
    margin-bottom: 5rem;
  }
}

.clients {
  padding: 2rem 0 5rem;
}

.clients__items {
  width: 100%;
  border: 1px solid #ddece6;
  padding: 4.5rem 3rem;
}

@media screen and (max-width: 767px) {
  .clients__items {
    padding: 3rem 2rem;
  }
}

.clients__item {
  height: 9rem;
  max-width: 17rem;
}

.clients__img {
  max-width: 100% !important;
  height: 100%;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .7;
  transition: all .5s;
}

.clients__img:hover {
  opacity: 1;
}

.languages {
  margin-top: 2rem;
  display: flex;
}

.languages__item {
  margin-right: 1rem;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  background-color: #2b2b2b;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  color: #c6c6c5;
  position: relative;
  transition: top 1.5s;
}

.languages__item.active {
  top: 0;
}

.languages__item--1 {
  top: 3rem;
}

.languages__item--2 {
  top: 6rem;
}

.languages__item--3 {
  top: 8rem;
}

.scroll-top {
  width: 5rem;
  height: 5rem;
  position: fixed;
  right: 5rem;
  bottom: 105%;
  font-size: 1.6rem;
  border-radius: 50%;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background: #c6a47e;
  transition: .5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 575px) {
  .scroll-top {
    right: 2rem;
  }
}

.scroll-top.active {
  bottom: 3rem;
}

@media screen and (max-width: 575px) {
  .scroll-top.active {
    bottom: 2rem;
  }
}

.scroll-top:hover {
  background-color: #222222;
}

.scroll-top::after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 1000;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(./img/static/preloader.gif);
  visibility: visible;
  opacity: 1;
  transition: opacity 1s;
}

.preloader.disabled {
  opacity: 0;
  animation: preloaderDisable 1.01s forwards;
}

@keyframes preloaderDisable {
  from {
    visibility: visible;
  }
  to {
    visibility: hidden;
  }
}

.page-banner {
  position: relative;
  padding: 29rem 0 19rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
}

.page-banner__title {
  color: #fff;
}

@media screen and (max-width: 575px) {
  .page-banner__title {
    font-size: 4rem;
  }
}

.img-line {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 9;
  width: calc(50% - 2rem);
  height: calc(50% - 2rem);
  transition: all .6s ease;
}

.img-line::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transition: all .5s ease;
}

.img-line::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background: #fff;
  transition: all .5s ease;
}

.img-line--bottom {
  top: auto;
  left: auto;
  bottom: 2rem;
  right: 2rem;
  transform: rotate(180deg);
}

.form {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 6rem 4rem 8rem 4rem;
  border: 1px solid #dfe4e8;
}

@media screen and (max-width: 767px) {
  .form {
    padding: 6rem 2rem 6rem 2rem;
  }
}

.form__input {
  position: relative;
  display: block;
  width: 100%;
  height: 5rem;
  border: 1px solid #f1f1f1;
  background: #fcfcfc;
  font-size: 1.2rem;
  font-family: 'Open Sans', sans-serif;
  color: #9a9a9a;
  padding: 1rem 2rem;
  transition: all 500ms ease;
  outline: none;
  margin-bottom: 1.5rem;
}

.form__input:focus-visible, .form__input:focus, .form__input:active {
  border-color: #c6a47e;
}

.form__input--textarea {
  height: 14rem;
  resize: none;
}

.form__button {
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
  color: #ffffff;
  background: #c6a47e;
  font-weight: 400;
  text-align: center;
  padding: 2rem 5rem;
  transition: all 500ms ease;
  cursor: pointer;
  border: none;
  display: table;
  margin: 0 auto;
  margin-top: 3rem;
}

.form__button:hover {
  background: #222222;
  color: #fff;
}

.map {
  width: 100%;
  height: 60rem;
  display: block;
}

.home-banner {
  height: 100vh;
  width: 100%;
  background-color: #222222;
}

.home-banner .slick-list, .home-banner .slick-track {
  height: 100%;
  width: 100%;
}

.home-banner__item {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.home-banner__blocks {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-color: #222;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
}

.home-banner__block {
  width: 50%;
  flex: 0 0 50%;
  height: 25vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  --animate-delay: 0.5s;
}

@media screen and (max-width: 1800px) {
  .home-banner__block {
    background-size: cover;
  }
}

.home-banner__block-2, .home-banner__block-4, .home-banner__block-6, .home-banner__block-8 {
  background-position: left;
}

.home-banner__title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12rem;
  font-weight: 900;
  margin: 0;
  padding: 0;
  line-height: 1;
  --animate-duration: 4s;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .home-banner__title {
    font-size: 6rem;
  }
}

.home-banner__subtitle {
  display: block;
  color: #c6a47e;
  font-size: 10.7rem;
}

@media screen and (max-width: 767px) {
  .home-banner__subtitle {
    font-size: 5.33rem;
  }
}

.home-banner-wrapper {
  position: relative;
}

.home-banner__arrow-left-box {
  cursor: pointer;
  position: absolute;
  height: 4rem;
  width: 4rem;
  bottom: 10%;
  z-index: 2;
  left: 48%;
  transform: translateX(-48%);
}

@media screen and (max-width: 767px) {
  .home-banner__arrow-left-box {
    left: 42%;
    transform: translateX(-42%);
  }
}

.home-banner__arrow-left-box:hover::before {
  border-color: #c6a47e;
}

.home-banner__arrow-left-box::before {
  left: auto;
  content: '';
  position: absolute;
  top: 26%;
  left: 34%;
  width: 16px;
  height: 16px;
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  transform: rotate(45deg);
  transition: 0.7s cubic-bezier(0.2, 0.96, 0.34, 1);
}

.home-banner__arrow-right-box {
  cursor: pointer;
  position: absolute;
  height: 4rem;
  width: 4rem;
  bottom: 10%;
  z-index: 2;
  left: 52%;
  transform: translateX(-52%);
}

@media screen and (max-width: 767px) {
  .home-banner__arrow-right-box {
    left: 58%;
    transform: translateX(-58%);
  }
}

.home-banner__arrow-right-box:hover::before {
  border-color: #c6a47e !important;
}

.home-banner__arrow-right-box::before {
  content: '';
  position: absolute;
  top: 26%;
  left: 24%;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  transition: 0.7s cubic-bezier(0.2, 0.96, 0.34, 1);
  border-top: 2px solid white;
  border-right: 2px solid white;
}

.h-about-us {
  padding: 10rem 0 12rem 0;
}

@media screen and (max-width: 991px) {
  .h-about-us {
    padding: 8rem 0 10rem 0;
  }
}

.h-about-us__link {
  margin-top: 2.5rem;
  display: inline-block;
}

.h-about-us__link::before {
  position: absolute;
  content: '';
  background: #d7d7d7;
  width: 11.5rem;
  height: .1rem;
  top: 1.2rem;
  left: 105%;
}

@media screen and (max-width: 1200px) {
  .h-about-us__link::before {
    display: none;
  }
}

.h-about-us__image-box {
  width: 100%;
  padding-left: 2rem;
}

@media screen and (max-width: 991px) {
  .h-about-us__image-box {
    padding-left: unset;
    margin-top: 3rem;
  }
}

.h-about-us__image {
  width: 100%;
  object-fit: contain;
  box-shadow: 0 0 3rem rgba(34, 34, 34, 0.2);
}

.h-services__top {
  height: 34rem;
  width: 100%;
  background-color: #222222;
  transition: transform 1s;
}

.h-services__top.active {
  animation: rullerAnimation 5s forwards;
}

.h-services__top.active .h-services__top-pencil {
  animation: pencilAnimation 5s forwards;
}

.h-services__top.active .h-services__top-line {
  animation: lineAnimation 5s forwards;
}

.h-services__top::before {
  position: absolute;
  content: '';
  background: url(./img/static/service-bg.png);
  width: 100%;
  height: 36px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.h-services__top-pencil {
  height: 50px;
  position: absolute;
  background-image: url(https://image.flaticon.com/icons/png/512/2919/2919592.png);
  top: -50px;
  left: 0;
  width: 0%;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  transition: width 2s 1.2s;
}

.h-services__top-line {
  content: '';
  width: 0%;
  position: absolute;
  top: -4px;
  z-index: 2;
  left: 0;
  height: 4px;
  background-color: #c6a47e;
  transition: width 2s 1.2s;
}

.h-services__inner {
  margin-top: -25rem;
}

.h-services__main-title {
  color: #fff;
}

.h-services__items {
  box-shadow: 0 0 1.4rem rgba(34, 34, 34, 0.2);
  margin-top: 3rem;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}

.h-services__items .owl-item img {
  width: unset;
}

.h-services__items .owl-stage-outer {
  padding: 0;
}

.h-services__items .owl-nav {
  position: absolute;
  text-align: center;
  bottom: -5rem;
}

.h-services__items .owl-nav button {
  position: relative;
}

.h-services__items .owl-nav span {
  display: none;
}

.h-services__items .owl-prev {
  width: 60px;
  height: 50px;
  position: relative;
  display: inline-block;
  background: transparent;
  top: 20px;
  left: 15px !important;
}

.h-services__items .owl-prev::before {
  border-bottom: 2px solid #222222 !important;
  border-left: 2px solid #222222 !important;
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  transition: 0.7s cubic-bezier(0.2, 0.96, 0.34, 1);
  right: 40px;
}

.h-services__items .owl-prev::after {
  content: '';
  position: absolute;
  top: 32px;
  left: 4px;
  transform: scaleX(0) !important;
  transform-origin: left;
  width: 48px;
  height: 2px;
  background: #c6a47e;
  transition: 0.7s cubic-bezier(0.2, 0.96, 0.34, 1);
}

.h-services__items .owl-prev:hover::after {
  transform: scaleX(1) !important;
  left: 0;
}

.h-services__items .owl-prev:hover::before {
  right: 44px;
  border-color: #c6a47e !important;
}

.h-services__items .owl-next::before {
  border-top: 2px solid #222222 !important;
  border-right: 2px solid #222222 !important;
  left: auto;
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  transition: 0.7s cubic-bezier(0.2, 0.96, 0.34, 1);
  left: 40px;
}

.h-services__items .owl-next::after {
  content: '';
  position: absolute;
  top: 32px;
  right: 4px;
  transform: scaleX(0);
  transform-origin: right;
  width: 48px;
  height: 2px;
  background: #c6a47e;
  transition: 0.7s cubic-bezier(0.2, 0.96, 0.34, 1);
}

.h-services__items .owl-next {
  width: 60px;
  height: 50px;
  position: relative;
  display: inline-block;
  background: transparent;
  top: 20px;
  left: -15px !important;
  cursor: pointer;
}

.h-services__items .owl-next:hover::after {
  transform: scaleX(1) !important;
  right: 0;
}

.h-services__items .owl-next:hover::before {
  left: 44px;
  border-color: #c6a47e !important;
}

.h-services__item {
  background-color: #222222;
  position: relative;
}

.h-services__item-img {
  width: 100%;
  height: 100%;
  height: 45rem;
  opacity: .2;
  background-size: cover;
  background-position: center;
}

.h-services__item:hover .h-services__item-mask {
  opacity: 1;
  transform: scale(1);
}

.h-services__item:hover .h-services__item-icon, .h-services__item:hover .h-services__item-info {
  opacity: 0;
}

.h-services__item-info {
  position: absolute;
  width: 100%;
  padding: 3rem 3rem 4rem 7rem;
  background-color: #fff;
  transition: opacity .5s;
}

.h-services__item-info--top {
  top: 0;
}

.h-services__item-info--bottom {
  bottom: 0;
}

.h-services__title--sm {
  font-size: 2rem;
  margin: 0;
  font-weight: 600;
}

.h-services__title--sm::before {
  position: absolute;
  content: '';
  background: #7d6740;
  width: 3.5rem;
  height: .2rem;
  left: -5rem;
  top: 1.2rem;
}

.h-services__count-text {
  font-size: 4.8rem;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  text-shadow: -1px -1px 0 #e0e0e0, 1px -1px 0 #e0e0e0, -1px 1px 0 #e0e0e0, 1px 1px 0 #e0e0e0;
}

.h-services__count-text::before {
  content: none;
}

.h-services__link {
  font-size: 1.4rem;
  text-decoration: underline;
  margin-top: 0.9rem;
}

.h-services__item-icon {
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity .5s;
  height: 6rem;
  width: auto;
}

.h-services__item-icon--bottom {
  top: 30%;
}

.h-services__item-mask {
  opacity: 0;
  transition: all .5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 13rem 1.5rem 10rem 1.5rem;
  transform: scale(0);
  color: #fff;
}

.h-services__item-mask-title {
  margin: 0;
  margin-top: 1.7rem;
  margin-bottom: 2rem;
  color: #fff;
  font-weight: 600;
}

.h-services__item-mask-img {
  height: 6rem;
  width: auto;
}

@keyframes rullerAnimation {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(8deg);
  }
  45% {
    transform: rotate(8deg);
  }
  50% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(0);
  }
}

@keyframes pencilAnimation {
  0% {
    width: 0;
  }
  45% {
    width: 100%;
  }
  50% {
    width: 0;
  }
  70% {
    width: 100%;
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 0;
  }
}

@keyframes lineAnimation {
  0% {
    width: 0;
  }
  45% {
    width: 97.4%;
  }
  50% {
    width: 0;
  }
  70% {
    width: 97.4%;
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 0;
  }
}

.h-projects {
  margin-top: 20rem;
}

.h-projects__main-title {
  position: absolute;
  top: -10rem;
  right: 0px;
  display: block;
  font-size: 12rem;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  text-shadow: -1px -1px 0 #dfdfdc, 1px -1px 0 #dfdfdc, -1px 1px 0 #dfdfdc, 1px 1px 0 #dfdfdc;
}

@media screen and (max-width: 991px) {
  .h-projects__main-title {
    font-size: 6rem;
    top: -6rem;
  }
}

.h-projects__items .owl-stage-outer {
  padding: 0;
}

.h-projects__item {
  width: 100%;
  height: 46rem;
  background-color: #222222;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .h-projects__item {
    height: 34rem;
  }
}

@media screen and (max-width: 575px) {
  .h-projects__item {
    height: 22rem;
  }
}

.h-projects__item:hover .h-projects__img {
  opacity: 0.2;
  transform: scale(1.03);
}

.h-projects__item:hover .h-projects__title {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.h-projects__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  transition: all .5s;
}

.h-projects__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  color: #fff;
  opacity: 0;
  transition: all .5s;
  text-align: center;
  padding: 0 .6rem;
}

.h-projects__link {
  text-align: center;
  display: inline-block;
  color: #c6a47e;
  border-bottom: 2px solid #c6a47e;
  margin-top: 6rem;
}

.h-projects__link:hover {
  color: #222222;
  border-color: #222222;
}

.about__info {
  background-color: #f8f8f8;
  background-image: url(./img/static/about-bg.png);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 12rem 0 9rem 0;
}

@media screen and (max-width: 991px) {
  .about__info {
    padding: 9rem 0 7rem 0;
  }
}

.about__info-left-column {
  padding: 0 10rem 0 7rem;
}

@media screen and (max-width: 991px) {
  .about__info-left-column {
    padding: 0 4rem;
  }
}

.about__info-img-box {
  width: 100%;
  position: relative;
  background-color: #222222;
}

@media screen and (max-width: 991px) {
  .about__info-img-box {
    margin-bottom: 3rem;
  }
}

.about__info-img {
  opacity: 0.3;
  width: 100%;
}

.about__info-img-title {
  position: absolute;
  left: 4rem;
  bottom: 5rem;
  font-size: 3.6rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 170%;
}

@media screen and (max-width: 991px) {
  .about__info-img-title {
    font-size: 2.4rem;
  }
}

.about-clients {
  background-color: #f8f8f8;
}

.about-clients__items {
  margin-top: 4rem;
}

.about-services {
  padding-bottom: 17rem;
  padding-top: 5rem;
  background-color: #f8f8f8;
  background-image: url(../../img/static/about-services-bg.png);
  background-position: left;
  background-size: containe;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .about-services {
    padding-bottom: 14rem;
    padding-top: 4rem;
  }
}

.about-services__button {
  font-family: 'Oswald', sans-serif;
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  font-weight: 600;
  border: 1px solid #dadada;
  text-transform: uppercase;
  padding: 1rem 3rem;
  display: table;
  margin: 2rem auto 3rem auto;
  box-shadow: 2px 3px 7px #0000001a;
}

.about-services__button:hover {
  background-color: #c6a47e;
  color: #fff;
}

.services__item {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #f7f7f7;
  padding: 3rem 1.5rem 4.5rem 2rem;
  margin-bottom: 2rem;
  transition: all 500ms ease;
}

.services__item:hover {
  box-shadow: -1.5rem 0.5rem 3rem rgba(229, 229, 229, 0.5);
  transform: translateY(-1.5rem);
}

.services__item-title {
  margin: 0;
  margin-left: 5rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 600;
}

.services__item-title::before {
  position: absolute;
  content: '';
  background: #7d6740;
  width: 3.5rem;
  height: .2rem;
  left: -5rem;
  top: 1.2rem;
}

.services__item-link {
  font-size: 1.4rem;
  text-decoration: underline;
  margin-top: 4rem;
}

.services-s__main-img {
  width: 100%;
  height: 40rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.services-s__clients {
  padding-top: 13rem;
  padding-bottom: 15rem;
}

@media screen and (max-width: 767px) {
  .services-s__clients {
    padding-top: 9rem;
    padding-bottom: 10rem;
  }
}

.portfolio {
  padding: 12rem 0 8rem 0;
}

.portfolio__info-img-box {
  overflow: hidden;
  height: 40rem;
  margin-bottom: unset;
}

@media screen and (max-width: 767px) {
  .portfolio__info-img-box {
    height: 32rem;
  }
}

.portfolio__info-img-box:hover .portfolio__info-img {
  opacity: .3;
}

.portfolio__info-img-box:hover .portfolio__img-line {
  width: calc(50% - 2rem);
  height: calc(50% - 2rem);
}

.portfolio__info-img-box:hover .portfolio__info-icon-box {
  opacity: 1;
  top: 50%;
}

.portfolio__info-img {
  opacity: 1;
  height: 100%;
  object-fit: cover;
}

.portfolio__img-line {
  width: 0;
  height: 0;
}

.portfolio__info-icon {
  color: #fff;
  font-size: 3.2rem;
  transition: color .5s;
}

.portfolio__info-icon:hover {
  color: #c6a47e;
}

.portfolio__info-icon-box {
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  opacity: 0;
  transition: all .6s;
  z-index: 11;
}

.portfolio__item {
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .portfolio__item {
    margin-bottom: 2.5rem;
  }
}

.portfolio__item-title {
  font-weight: 300;
  text-transform: unset;
  padding-top: 2.5rem;
  padding-left: 3rem;
}

.portfolio__item-subtitle {
  font-weight: 300;
  padding-top: 1rem;
  padding-left: 3rem;
}

.portfolio__filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 6rem;
}

.portfolio__filter-item {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin: 0px 1.5rem;
  padding: .8rem 0.2rem;
  cursor: pointer;
  transition: all 500ms ease;
}

.portfolio__filter-item:hover::before {
  width: 100%;
  opacity: 1;
}

.portfolio__filter-item.active::before {
  width: 100%;
  opacity: 1;
}

.portfolio__filter-item:hover {
  color: #222222;
}

.portfolio__filter-item::before {
  position: absolute;
  content: '';
  background: #002222;
  width: 0%;
  height: 2px;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
  opacity: 0;
}

.portfolio-s__about {
  padding: 12rem 0 6rem 0;
}

@media screen and (max-width: 575px) {
  .portfolio-s__about {
    padding: 7rem 0  3rem 0;
  }
}

.portfolio-s__about-details {
  display: block;
  padding: 5.5rem 3rem 6rem 5.5rem;
  background: #f3f3f3;
}

@media screen and (max-width: 991px) {
  .portfolio-s__about-details {
    margin-bottom: 3rem;
  }
}

.portfolio-s__about-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.portfolio-s__about-list-item {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

.portfolio-s__about-list-item span {
  font-family: 'Oswald', sans-serif;
  width: 50%;
  flex: 0 0 50%;
  font-size: 1.8rem;
  font-weight: 500;
}

.portfolio-s__about-list-item a {
  display: inline-block;
  margin-bottom: 0.2rem;
}

.portfolio-s__about-list-item a:last-child::after {
  display: none;
}

.portfolio-s__about-list-item a::after {
  content: ' , ';
}

.portfolio-s__gallery-img-box {
  overflow: hidden;
  width: 100%;
  height: 40rem;
  background-color: #222222;
}

@media screen and (max-width: 991px) {
  .portfolio-s__gallery-img-box {
    height: 30rem;
  }
}

@media screen and (max-width: 575px) {
  .portfolio-s__gallery-img-box {
    height: 20rem;
  }
}

@media screen and (max-width: 400px) {
  .portfolio-s__gallery-img-box {
    height: 16rem;
  }
}

.portfolio-s__gallery {
  padding: 6rem 0  12rem 0;
}

@media screen and (max-width: 575px) {
  .portfolio-s__gallery {
    padding: 3rem 0  7rem 0;
  }
}

.portfolio-s__gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s;
}

.portfolio-s__gallery-img:hover {
  transform: scale(1.06);
  opacity: 0.4;
}

.portfolio-s__gallery-img-link {
  width: 100%;
  height: 100%;
}

.contacts__top {
  padding: 11rem 0;
}

.contacts__info {
  margin-top: 6rem;
}

@media screen and (max-width: 991px) {
  .contacts__info {
    margin-bottom: 5rem;
  }
}

.contacts__info-title {
  text-transform: none;
  font-size: 3.6rem;
  margin: 0;
  margin-bottom: 1.5rem;
}

.contacts__info-description {
  font-size: 1.8rem;
  font-weight: 600;
}

.contacts__info-details {
  flex-wrap: wrap;
  display: flex;
  margin-top: 5rem;
}

.contacts__info-left, .contacts__info-right {
  width: 50%;
  flex: 0 0 50%;
}

.contacts__info-left {
  padding-right: 2rem;
}

.contacts__info-details-icon {
  font-size: 4rem;
}

.contacts__info-details-title {
  font-weight: 500;
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
}


.js-cookie-consent.cookie-consent{
  position: fixed;
  bottom: 0;
  z-index: 25;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-color: #fff;
  padding: 3px;
  font-size: 13px;
}
.cookie-consent__message{
  margin:0  20px 0 0;
 
}
@media(max-width:740px ){
  .cookie-consent__message{
    margin:0  0 5px 0;
  }
  
  
}
.js-cookie-consent-agree.cookie-consent__agree{
  background-color: #c6a47e;
  cursor: pointer;
  border: none;
  color: #fff;
  padding: 5px;
  font-family: 'Roboto';
  font-size: 13px;
}
/*# sourceMappingURL=style.css.map */
