@font-face {
  src: url(./fonts/Roboto/Roboto-Thin.ttf);
  font-family: RobotoThin;
}

@font-face {
  src: url(./fonts/Roboto/Roboto-Regular.ttf);
  font-family: RobotoRegular;
}

@font-face {
  src: url(./fonts/Roboto/Roboto-Bold.ttf);
  font-family: RobotoBold;
}

@font-face {
  src: url(./fonts/Roboto/Roboto-Black.ttf);
  font-family: RobotoBlack;
}

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

ul, li {
  margin-top: 0;
  margin-bottom: 0;
}

.container {
  position: relative;
}

.button--dark {
  cursor: pointer;
  padding: 1.6rem 4rem;
  color: #fff;
  background-color: #272626;
  text-decoration: none;
  font-family: RobotoBold;
  font-size: 1.8rem;
  box-shadow: 0px 0px 1.7rem .5rem #1A1A1A;
  display: inline-block;
  transition: all .3s;
  border: unset;
}

.button--dark:hover {
  background-color: #fff;
  color: #2F2E2E;
  box-shadow: 0px 0px 1.7rem .1rem #fff;
}

.button--light {
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  transition: all .3s;
  padding: 1.6rem 4rem;
  color: #2F2E2E;
  text-decoration: none;
  background: linear-gradient(135deg, #F2F2F2 0%, #FFFFFF 100%);
  box-shadow: 0px 0px 1.8rem -0.2rem rgba(0, 0, 0, 0.3);
  border: none;
}

.button--light:hover {
  background: #262626;
  color: #fff;
}

@media screen and (max-width: 575px) {
  .button--light {
    padding: 1.6rem 3rem;
  }
}

.button--transparent {
  border: 0.3rem solid #262626;
  padding: 2rem 4rem;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  transition: all .3s;
  color: #2F2E2E;
  text-decoration: none;
  text-transform: uppercase;
}

.button--transparent:hover {
  background: #262626;
  color: #fff;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #262626;
  z-index: 999;
  box-shadow: 0px 2px 7px 0px rgba(171, 171, 171, 0.1);
  -webkit-box-shadow: 0px 2px 7px 0px rgba(171, 171, 171, 0.1);
  -moz-box-shadow: 0px 2px 7px 0px rgba(171, 171, 171, 0.1);
}

.header {
  height: 9rem;
  color: #fff;
  font-family: RobotoRegular;
  display: flex;
  justify-content: space-between;
  color: #fff;
}

.header .container {
  height: 100%;
}

.header__mid {
  display: flex;
  padding-bottom: 2rem;
}

.header__right {
  display: flex;
  align-items: flex-end;
  padding-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  .header__right {
    padding-bottom: unset;
    align-items: center;
  }
}

.header__search-icon {
  font-size: 1.8rem;
}

@media screen and (max-width: 991px) {
  .header__search-icon {
    font-size: 2.3rem;
  }
}

.header__social-media {
  margin-left: 2.5rem;
}
@media screen and (max-width: 1199px) {
  .header__social-media {
    margin-left: 1.2rem;
  }
}
@media screen and (max-width: 991px) {
  .header__social-media {
    display: none;
  }
  .header__social-media a{
    margin-right: 1rem;
  }
}


.logo {
  height: 100%;
  display: flex;
  align-items: center;
}

.logo__img {
  height: 70%;
}

.nav {
  list-style-type: none;
  display: flex;
  height: 100%;
  align-items: flex-end;
}

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

.nav__item {
  margin: 0 1.4rem;
  position: relative;
  display: flex;
  align-items: center;
}

.nav__item:hover > .nav__subitem {
  display: block;
}

.nav__item:hover > .nav__link {
  color: #F5C519;
}

.nav__item.hasItems:hover::after {
  color: #F5C519;
}

.nav__item.hasItems::after {
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  color: #fff;
  font-size: 1.6rem;
  margin-left: 0.7rem;
  margin-top: -.7rem;
  transition: all .3s;
}

.nav__item:hover {
  color: #F5C519;
}

.nav__item.hasItems:hover::after {
  transform: rotateZ(-180deg);
  margin-top: 0;
}

.nav__subitem {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 999999;
  width: 20rem;
}

.nav__subitem--lvl3 {
  top: 0;
  left: 100%;
}

.nav__subitem-list {
  padding: 3rem 0 2rem 0;
  list-style-type: none;
  background-color: #262626;
  box-shadow: 0px 0px 9px 3px rgba(41, 41, 41, 0.25);
}

.nav__subitem-list--lvl3 {
  padding-top: 2rem;
}

.nav__subitem-item {
  display: flex;
  align-content: center;
  padding: 0.5rem 2rem;
  position: relative;
  color: #fff;
}

.nav__subitem-item:hover {
  color: #F5C519;
}

.nav__subitem-item:hover > .nav__subitem {
  display: block;
}

.nav__subitem-item.hasItems::after {
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  font-size: 1.6rem;
  margin-left: 0.7rem;
  margin-top: -.3rem;
  transition: all .3s;
  transform: rotateZ(-90deg);
}

.nav__subitem-item.hasItems:hover::after {
  transform: rotateZ(90deg);
}

.nav__subitem-link {
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  display: flex;
}

.nav__subitem-link:hover {
  color: #F5C519;
}

.nav__link {
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  transition: color .3s;
  display: flex;
}

.search {
  display: flex;
  align-items: flex-end;
  width: 4rem;
  justify-content: center;
  cursor: pointer;
  transition: opacity .3s;
}

@media screen and (max-width: 991px) {
  .search {
    position: absolute;
    right: 10rem;
    top: 50%;
    transform: translateY(-50%);
  }
}

.search-box {
  position: absolute;
  top: 100%;
  right: -100%;
  width: 60rem;
  height: 4rem;
  background-color: #262626;
  padding: 0 5.5rem 0 1.5rem;
  border: 1px solid #fff;
  transition: all 0.5s;
  z-index: 9999999999;
}

@media screen and (max-width: 1199px) {
  .search-box {
    width: 50rem;
  }
}

@media screen and (max-width: 575px) {
  .search-box {
    width: 100%;
    height: 5rem;
  }
}

.search-box.active {
  right: 0;
}

.search-box__input {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  color: #ffffffa8;
  outline: none;
  font-size: 1.6rem;
}

.search-box__close {
  width: 4rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

@media screen and (max-width: 575px) {
  .search-box__close {
    width: 5rem;
  }
}

.search-box__icon {
  font-size: 2rem;
}

.lang {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .lang {
    flex-direction: column;
  }
  .lang a {
    margin: .2rem 0;
  }
  .lang img {
    height: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .lang {
    display: none;
  }
  .lang img {
    height: 2.4rem;
    margin-right: 1rem;
  }
}

.lang__img {
  margin-left: 1.5rem;
}

.lang--mob {
  display: block;
}

.lang--mob .lang__img {
  margin-left: unset;
  margin-right: 1.5rem;
}

.burger {
  display: none;
  align-items: center;
  justify-content: center;
}

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

.burger .burger-icon {
  transform: scale(1.5);
}

:root {
  --bar-bg: #212529;
}

.burger-icon {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.burger-icon .burger-icon__cheeckbox {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  z-index: 2;
  -webkit-touch-callout: none;
  position: absolute;
  opacity: 0;
}

.burger-icon div {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 22px;
  height: 12px;
}

.burger-icon span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}

.burger-icon span:first-of-type {
  top: 0;
}

.burger-icon span:last-of-type {
  bottom: 0;
}

.burger-icon.active span:first-of-type,
.burger-icon .burger-icon__cheeckbox:checked + div span:first-of-type {
  transform: rotate(45deg);
  top: 5px;
}

.burger-icon.active span:last-of-type,
.burger-icon .burger-icon__cheeckbox:checked + div span:last-of-type {
  transform: rotate(-45deg);
  bottom: 5px;
}

.burger-icon.active:hover span:first-of-type,
.burger-icon.active:hover span:last-of-type,
.burger-icon:hover .burger-icon__cheeckbox:checked + div span:first-of-type,
.burger-icon:hover .burger-icon__cheeckbox:checked + div span:last-of-type {
  width: 22px;
}

@media (min-width: 1024px) {
  .burger-icon:hover span:first-of-type {
    width: 26px;
  }
  .burger-icon:hover span:last-of-type {
    width: 12px;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  z-index: 1;
  background-color: #262626fa;
  transition: all .5s;
  z-index: 998;
}

.mobile-menu.active {
  left: 0;
}

.mobile-menu__list {
  margin-top: 9rem;
  list-style-type: none;
  padding: 4rem 1rem 15rem 1rem;
  height: 70vh;
  overflow-y: auto;
}

.mobile-menu__list-item {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
}

.mobile-menu__list-item--other {
  margin-top: 4rem;
}

.mobile-menu__list-link {
  text-decoration: none;
  color: #fff;
  font-size: 2.2rem;
  position: relative;
  display: flex;
}

.mobile-menu__list-link.hasItems::after {
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  color: #fff;
  font-size: 1.6rem;
  margin-left: 0.7rem;
  margin-top: .3rem;
  transition: all .3s;
}

.mobile-menu__list-link.active::after {
  transform: rotateZ(180deg);
  color: #F5C519;
}

.mobile-menu__list-link.active {
  color: #F5C519;
}

.mobile-submenu {
  display: none;
  list-style-type: none;
  padding: 2rem 0;
  padding-top: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #ffffff14;
}

.mobile-submenu.active {
  display: block;
}

.mobile-submenu__item {
  padding: 0.5rem 0;
}

.mobile-submenu__link {
  font-size: 1.8rem;
  text-decoration: none;
  color: #fff;
  display: flex;
}

.mobile-submenu__link.hasItems::after {
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  color: #fff;
  font-size: 1.6rem;
  margin-left: 0.7rem;
  transition: all .3s;
}

.mobile-submenu__link.active {
  color: #F5C519;
}

.mobile-submenu__link.active::after {
  transform: rotateZ(180deg);
  color: #F5C519;
}

.footer {
  width: 100%;
  background-color: #262626;
  padding-top: 2.7rem;
  position: relative;
}

@media screen and (max-width: 575px) {
  .footer {
    padding: 2.7rem 1rem 0 1rem;
  }
}

.footer__bottom {
  padding: 2rem 0;
  margin-top: 3rem;
  border-top: 1px solid #ffffff14;
}
.footer__copyright {
  text-align: center;
}
.footer__copyright a {
  color: #fff;
}

.footer__top {
  display: flex;
  align-items: center;
}

.footer__logo {
  width: 8.5rem;
}

.footer__line {
  margin-left: 2rem;
  width: 100%;
  height: 0;
  border: .1rem solid #FFFFFF;
  filter: blur(0.1rem);
}

.footer__info {
  margin-top: 3.5rem;
}

.footer__txt {
  display: block;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  margin: 10px 0;
  color: #b6b6b6;
}

.footer__subtitle {
  margin-bottom: 20px;
}

.footer__button {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.footer__map {
  width: 22rem;
  height: 22rem;
  border: none;
}

@media screen and (max-width: 767px) {
  .footer__left, .footer__mid {
    margin-bottom: 2rem;
  }
}

.footer__right {
  padding-left: 20rem;
}

@media screen and (max-width: 1199px) {
  .footer__right {
    padding-left: 10rem;
  }
}

@media screen and (max-width: 991px) {
  .footer__right {
    padding-left: unset;
  }
}

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

.footer__social-media {
  margin-top: 1.5rem;
}

.footer__social-media-img {
  height: 2.6rem;
  margin-right: 1.6rem;
}

body {
  font-family: RobotoRegular, Arial, Helvetica, sans-serif;
}

a {
  transition: all 0.3s;
}

a:hover {
  color: #F5C519;
}

html {
  font-size: 62.5%;
}

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

.main {
  margin-top: 9rem;
}

*::-webkit-scrollbar {
  width: 1.2rem;
}

*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

*::-webkit-scrollbar-thumb {
  background-color: #262626;
  outline: 1px solid slategrey;
}

.description {
  position: relative;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #fff;
}

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

.title {
  position: relative;
  font-size: 3.6rem;
  font-family: RobotoBold, sans-serif;
  display: block;
}

.subtitle {
  position: relative;
  font-size: 2.4rem;
  display: block;
  color: #fff;
  font-family: RobotoBold;
}

.title--subline::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5rem;
  background-color: #fff;
  filter: blur(0.6px);
  margin-top: 0.8rem;
}

.form {
  width: 100%;
}

.form__item {
  width: 100%;
  position: relative;
  height: 4rem;
  margin-bottom: 2rem;
  padding-bottom: 5px;
}

.form__line {
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: #fff;
  width: 100%;
  filter: blur(1px);
}

.input {
  width: 100%;
  display: block;
  border: none;
  background-color: transparent;
  outline: none;
  color: #b6b6b6;
  font-size: 1.6rem;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 100%;
}

.input::placeholder {
  color: #b6b6b6;
}

.textarea {
  width: 100%;
  display: block;
  border: none;
  background-color: transparent;
  resize: none;
  color: #b6b6b6;
  font-size: 1.6rem;
  outline: none;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.textarea::placeholder {
  color: #b6b6b6;
}

.social-media__img {
  margin-left: 0.5rem;
  height: 2.6rem;
}

.social-media--mob {
  display: block;
  margin-left: unset;
}

.social-media--mob .social-media__img {
  margin-left: 0;
  margin-right: 1.5rem;
  height: 3.6rem;
}

.google-map {
  position: relative;
  width: 100%;
  height: 30rem;
  border: none;
  margin-bottom: -3px;
}

.search-results__main-title {
  margin-top: 13rem !important;
}

.banner__item {
  height: 50rem;
  position: relative;
  padding-bottom: 6rem;
}

@media screen and (max-width: 575px) {
  .banner__item {
    height: 60rem;
  }
}

.banner__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner__info {
  position: relative;
  z-index: 999;
  padding-top: 8rem;
  max-width: 60rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .banner__info {
    max-width: unset;
  }
}

@media screen and (max-width: 575px) {
  .banner__info {
    padding-left: 4rem;
    padding-right: 4rem;
    text-align: center;
  }
}

@media screen and (max-width: 400px) {
  .banner__info {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.banner__blur-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
  backdrop-filter: blur(0.5rem);
}

@media screen and (max-width: 1400px) {
  .banner__blur-overlay {
    width: 60%;
  }
}

@media screen and (max-width: 991px) {
  .banner__blur-overlay {
    width: 100%;
  }
}

.banner__title {
  font-family: RobotoBold;
  font-size: 4.8rem;
  line-height: 5.5rem;
  display: block;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .banner__title {
    font-size: 3.8rem;
    line-height: 4.5rem;
  }
}

.banner__subtitle {
  font-size: 2.4rem;
  display: block;
  text-transform: uppercase;
  margin-top: 2rem;
}

@media screen and (max-width: 991px) {
  .banner__subtitle {
    font-size: 2.2rem;
  }
}

.banner .container {
  position: relative;
  height: 100%;
}

.banner__button {
  padding: 2.9rem 4rem;
  background-color: transparent;
  border: 3px solid #fff;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  font-family: RobotoBold;
  line-height: 1.5rem;
  margin-top: 6rem;
  transition: all .3s;
}

@media screen and (max-width: 991px) {
  .banner__button {
    margin-top: 3rem;
  }
}

.banner__button:hover {
  color: #2F2E2E;
  background-color: #fff;
}

.banner .slick-dots {
  position: absolute;
  bottom: 8.7rem;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 0;
  display: flex;
  list-style-type: none;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .banner .slick-dots {
    bottom: 4rem;
  }
}

.banner .slick-dots li {
  font-size: 0;
  margin: 0 0.7rem;
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.77);
  transition: .3s;
}

.banner .slick-dots button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  box-sizing: content-box;
}

.banner .slick-dots .slick-active {
  height: 1.6rem;
  width: 1.6rem;
  background-color: #fff;
}

.banner__arrows {
  position: absolute;
  bottom: 1.5rem;
  right: 0;
  display: flex;
}

@media screen and (max-width: 767px) {
  .banner__arrows {
    display: none;
  }
}

.banner__arrow {
  height: 4.1rem;
  width: 4.1rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2F2E2E;
  font-size: 1.5rem;
  backdrop-filter: blur(0.1rem);
  margin-left: 1.5rem;
  transition: 0.3s;
  cursor: pointer;
}

.banner__arrow:hover {
  background-color: #fff;
}

.section-about {
  position: relative;
  background-image: url(./img/all/background-section-2-home.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 13rem 0  16rem 0;
}

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

@media screen and (min-width: 1200px) {
  .section-about__description {
    max-height: 25rem;
    overflow-y: auto;
  }
}

.section-about__main-img {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .section-about__main-img {
    min-height: 70rem;
  }
}

@media screen and (max-width: 1199px) {
  .section-about__main-img {
    margin-top: -4rem;
    position: relative;
    z-index: 11;
  }
}

@media screen and (max-width: 767px) {
  .section-about__main-img {
    margin-top: unset;
  }
}

.section-about__left {
  padding: 6rem;
  padding-left: 10rem;
  color: #fff;
  top: 0;
  z-index: 10;
  position: absolute;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .section-about__left {
    position: relative;
    padding-left: unset;
    padding-right: unset;
  }
}

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

.section-about__left-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background-color: #262626;
}

@media screen and (max-width: 1199px) {
  .section-about__left-box {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section-about__mid {
    padding: 0;
    margin: 0;
    max-width: unset;
    width: 100%;
  }
}

.section-about__right {
  padding: 6rem;
  padding-right: 10rem;
  width: 100%;
  position: absolute;
  z-index: 10;
  right: 0;
  color: #fff;
  bottom: 10rem;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1199px) {
  .section-about__right {
    position: relative;
    bottom: unset;
    margin-top: -4rem;
    padding-left: unset;
    padding-right: unset;
  }
}

@media screen and (max-width: 767px) {
  .section-about__right {
    margin-top: -1rem;
  }
}

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

.section-about__right-box {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 70%;
  background-color: #262626;
}

@media screen and (max-width: 1199px) {
  .section-about__right-box {
    width: 100%;
  }
}

.section-about__right .row {
  position: relative;
}

.section-about__title {
  text-transform: uppercase;
  margin-bottom: 3.5rem;
  position: relative;
}

.section-about__title--right {
  text-align: right;
  margin-bottom: 2rem;
}

.section-about__info {
  width: 40%;
}

@media screen and (max-width: 1199px) {
  .section-about__info {
    width: 100%;
  }
}

.section-about__info--right {
  margin-left: auto;
  width: 60%;
}

@media screen and (max-width: 1199px) {
  .section-about__info--right {
    width: 100%;
  }
}

.section-about__button {
  margin-top: 5rem;
  position: relative;
}

.section-about__button--right {
  margin-left: auto;
  display: table;
}

.section-news {
  background-color: #262626;
  padding-bottom: 5rem;
}

@media (max-width: 575px) {
  .section-news__item {
    margin-bottom: 3rem;
  }
}

@media (max-width: 575px) {
  .section-news__item:last-child {
    margin-bottom: unset;
  }
}

.section-news__items {
  margin-top: -6rem;
}

@media (max-width: 575px) {
  .section-news__items {
    padding: 0 1rem;
  }
}

.section-news__img {
  width: 100%;
  object-fit: cover;
  height: 28rem;
  position: relative;
  z-index: 10;
  filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.55));
}

@media (max-width: 991px) {
  .section-news__img {
    height: 20rem;
  }
}

@media (max-width: 767px) {
  .section-news__img {
    height: 15rem;
  }
}

@media (max-width: 575px) {
  .section-news__img {
    height: 30rem;
  }
}

.section-portfolio {
  padding-top: 1.5rem;
}

.section-portfolio__img {
  width: 100%;
  height: 23rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .section-portfolio__img {
    height: 13rem;
  }
}

.section-portfolio__item {
  margin-bottom: 1.5rem;
}

.services {
  position: relative;
  padding: 8rem 0;
}

@media screen and (max-width: 991px) {
  .services {
    padding: 6rem 0;
  }
}

.services__right-box {
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  height: 100%;
  background-size: cover;
  display: none;
}

@media screen and (max-width: 991px) {
  .services__right-box {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .services__right-box {
    width: 100%;
  }
}

.services__box {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #262626;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .services__box {
    width: 90%;
  }
}

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

.services__box::after {
  content: "";
  top: 0;
  left: 100%;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 17.5rem solid transparent;
  border-left: 12rem solid #262626;
  border-bottom: 17.5rem solid transparent;
}

@media screen and (max-width: 1600px) {
  .services__box::after {
    border-left-width: 6rem;
  }
}

@media screen and (max-width: 575px) {
  .services__box::after {
    display: none;
  }
}

.services__item {
  width: 100%;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 8rem;
  margin-bottom: 1.5rem;
  height: 35rem;
}

@media screen and (max-width: 575px) {
  .services__item {
    height: auto;
  }
}

.services__item:hover .services__hover {
  width: 90%;
}

@media screen and (max-width: 991px) {
  .services__item:hover .services__hover {
    width: 89%;
    z-index: 11;
  }
}

@media screen and (max-width: 575px) {
  .services__item:hover .services__hover {
    width: 100%;
    z-index: 12;
  }
}

.services__description {
  width: 35%;
  margin-left: auto;
  padding-right: 4rem;
  color: #2F2E2E;
  height: 90%;
  overflow-y: auto;
  padding-top: 2rem;
}

@media screen and (max-width: 991px) {
  .services__description {
    width: unset;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}

.services__info {
  width: 45%;
  display: flex;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 991px) {
  .services__info {
    width: 90%;
  }
}

@media screen and (max-width: 575px) {
  .services__info {
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.services__info-left {
  width: 10rem;
  flex: 0 0 10rem;
  margin-top: 0.8rem;
}

@media screen and (max-width: 575px) {
  .services__info-left {
    width: 6rem;
    flex: 0 0 6rem;
  }
}

.services__title {
  color: #fff;
}

.services__title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.services__number {
  font-size: 6rem;
  font-family: RobotoBold, Arial, sans-serif;
  position: relative;
  color: #fff;
}

.services__number::after {
  content: "";
  display: block;
  position: absolute;
  left: 110%;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: #fff;
  filter: blur(0.07rem);
}

@media screen and (max-width: 575px) {
  .services__number::after {
    display: none;
  }
}

.services__hover, .services__item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50.5%;
  height: 100%;
  background-color: #F5C519;
  transition: all ease-out .3s;
}
.services__hover {
  z-index: 1;
}
.services__item-img {
  z-index: 0;
  width: 50%;
  right: 0;
  left: unset;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .services__hover {
    width: 0%;
  }
  .services__item-img {
    display: none;
  }
}

.services__hover::after {
  content: "";
  top: 0;
  left: 100%;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 17.5rem solid transparent;
  border-left: 12rem solid #F5C519;
  border-bottom: 17.5rem solid transparent;
}

@media screen and (max-width: 1600px) {
  .services__hover::after {
    border-left-width: 6rem;
  }
}

@media screen and (max-width: 575px) {
  .services__hover::after {
    display: none;
  }
}

.services__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -6rem;
  z-index: 10;
}

@media screen and (max-width: 1600px) {
  .services__arrow {
    right: -2rem;
    width: 4rem;
  }
}

@media screen and (max-width: 575px) {
  .services__arrow {
    right: 2rem;
    bottom: 2rem;
    top: unset;
    transform: rotateZ(90deg);
  }
}

.services__main-title {
  text-align: right;
  z-index: 2;
  background-color: #262626;
  padding: 1.5rem 20rem 1.5rem 4rem;
  height: 10rem;
  display: inline-block;
  color: #fff;
  margin-bottom: 2rem;
}

@media screen and (max-width: 575px) {
  .services__main-title {
    font-size: 2.8rem;
    padding-right: 8rem;
  }
}

.services__main-title::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-top: 5rem solid transparent;
  border-right: 5rem solid #262626;
  border-bottom: 5rem solid transparent;
}

.services__main-title-box {
  text-align: right;
}

.products-top {
  width: 100%;
  position: relative;
  margin-top: 2rem;
}

.products-top__box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background-color: #262626;
}

@media screen and (max-width: 991px) {
  .products-top__box {
    width: 80%;
  }
}

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

.products-top__info {
  padding: 5rem 9rem 4rem 0;
  width: 50%;
}

.products-top__info--mb {
  margin-bottom: 5rem;
}

@media screen and (max-width: 991px) {
  .products-top__info {
    width: 80%;
  }
}

@media screen and (max-width: 575px) {
  .products-top__info {
    width: 100%;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

.products-top__title {
  color: #fff;
  position: relative;
}

.products-all {
  position: relative;
  z-index: 10;
  margin-top: -2rem;
  padding-bottom: 3rem;
}

.products-all__item {
  width: 100%;
  text-align: center;
  padding-bottom: 3.5rem;
  display: block;
  overflow: hidden;
}

.products-all__item:hover .products-all__img {
  transform: scale(2);
}

.products-all__img-box {
  width: 100%;
  height: 30rem;
  overflow: hidden;
  padding: 0.8rem;
}

@media screen and (max-width: 767px) {
  .products-all__img-box {
    height: 24rem;
  }
}

@media screen and (max-width: 500px) {
  .products-all__img-box {
    height: 20rem;
  }
}

.products-all__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .7s;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

.products-all__img--nb {
  box-shadow: unset;
}

.products-all__button {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .products-all__button {
    margin-top: 2rem;
  }
}

.product-single {
  padding-bottom: 12rem;
}

.product-single__main-img-box {
  width: 100%;
  height: 30rem;
}

.product-single__main-img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.product-single__description, .product-single__subtitle {
  color: #262626;
}

.product-single__subtitle {
  margin-bottom: 4rem;
}

@media screen and (min-width: 1200px) {
  .product-single__description--descr {
    padding-right: 10rem;
  }
}

.vacancies-top {
  position: relative;
}

.vacancies-top__title {
  margin-bottom: 4rem;
  display: inline-block;
  position: absolute;
  top: 7rem;
}

@media screen and (max-width: 767px) {
  .vacancies-top__title {
    position: relative;
    margin-bottom: 3rem;
    top: unset;
    margin-top: 4rem;
  }
}

.vacancies-top__title::after {
  background-color: #262626;
}

.vacancies-top__info-box {
  width: 100%;
  background-color: #F5C519;
  margin-top: 3rem;
  padding: 6rem 0 5rem 4rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .vacancies-top__info-box {
    margin-top: unset;
    padding-left: unset;
    padding-right: unset;
  }
}

@media screen and (max-width: 575px) {
  .vacancies-top__info-box {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.vacancies-top__subtitle, .vacancies-top__description {
  color: #2F2E2E;
}

.vacancies {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.vacancies-main {
  position: relative;
}

.vacancies-main__left-bg {
  position: absolute;
  left: 0;
  top: 15rem;
  width: 60%;
  height: 100%;
  background-size: cover;
}

.vacancies__item {
  padding: 5rem 4rem;
  width: 100%;
  background-color: #262626;
  color: #fff;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
}

.vacancies__item:hover .vacancies__overflow {
  left: 0;
}

.vacancies__arrow {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  height: 4rem;
}

.vacancies__overflow {
  transition: all .5s;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #F5C519;
  color: #2F2E2E;
  padding: 2rem 3rem;
  overflow: auto;
}

.vacancies__overflow::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 5rem;
  right: 0;
  top: 0;
  z-index: 9999;
}

.vacancies__overflow-description {
  color: #262626;
}

.contacts {
  position: relative;
}

.contacts__left {
  padding-bottom: 30rem;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .contacts__left {
    padding-bottom: 5rem;
  }
}

.contacts__left-main-title {
  margin-top: 6.5rem;
}

.contacts__left-main-title::after {
  background-color: #262626;
}

.contacts__form-line {
  height: 3px;
  background-color: #262626;
  filter: blur(0.4px);
}

.contacts__input, .contacts__textarea {
  color: #2F2E2E;
}

.contacts__input::placeholder, .contacts__textarea::placeholder {
  color: #2F2E2E;
}

.contacts__form {
  margin-top: 13rem;
}

@media screen and (max-width: 767px) {
  .contacts__form {
    margin-top: 5rem;
  }
}

.contacts__form-description {
  font-size: 0.8rem;
  color: #2F2E2E;
  max-width: 16rem;
  line-height: 1rem;
}

.contacts__form-button {
  margin-top: 2.5rem;
}

.contacts__right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  padding: 6.5rem 0 7rem 13rem;
}

@media screen and (max-width: 767px) {
  .contacts__right {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.contacts__right-title {
  color: #fff;
}

.contacts__right-box {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #262626;
  width: 46%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .contacts__right-box {
    width: 100%;
  }
}

.contacts__right-info {
  width: 40%;
  position: relative;
  z-index: 10;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .contacts__right-info {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .contacts__right-info {
    width: 100%;
  }
}

.contacts__right-data {
  margin-top: 9rem;
  max-height: 62rem;
  overflow: auto;
}

@media screen and (max-width: 767px) {
  .contacts__right-data {
    margin-top: 4rem;
  }
}

.contacts__right-icon {
  font-size: 2.6rem;
  color: #fff;
}

.contacts__right-icon-box {
  width: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contacts__right-item {
  display: flex;
  margin-bottom: 4rem;
}

.contacts__right-item:last-child {
  margin-bottom: unset;
}

.contacts__right-link {
  font-size: 2.4rem;
  color: #fff;
  text-decoration: none;
  margin-left: 1rem;
  display: inline-block;
}

.contacts__social-media {
  margin-top: 15rem;
}

@media screen and (max-width: 767px) {
  .contacts__social-media {
    margin-top: 6rem;
  }
}

.contacts__rigth-sm-icon {
  height: 4rem;
  margin-right: 2.6rem;
}

.about-us {
  position: relative;
}

@media screen and (max-width: 991px) {
  .about-us {
    display: flex;
    flex-direction: column;
  }
  .contacts__rigth-sm-icon {
    margin-right: 1rem;
  }
}

.about-us__left {
  position: relative;
  padding: 6rem;
  padding-left: 10rem;
  color: #fff;
  top: 0;
  z-index: 10;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .about-us__left {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.about-us__left-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 60%;
  background-color: #262626;
}

@media screen and (max-width: 1199px) {
  .about-us__left-box {
    width: 70%;
  }
}

@media screen and (max-width: 991px) {
  .about-us__left-box {
    width: 100%;
  }
}

.about-us__left-box-img {
  position: absolute;
  top: 0;
  height: 100%;
  left: 100%;
  z-index: 10;
  width: 5rem;
}

@media screen and (max-width: 991px) {
  .about-us__left-box-img {
    display: none;
  }
}

.about-us__info {
  width: 55%;
}

@media screen and (max-width: 1199px) {
  .about-us__info {
    width: 60%;
  }
}

@media screen and (max-width: 991px) {
  .about-us__info {
    width: 100%;
  }
}

.about-us__info--right {
  margin-left: auto;
  width: 60%;
}

.about-us__title {
  text-transform: uppercase;
  margin-bottom: 3.5rem;
  position: relative;
}

.about-us__title--right {
  text-align: right;
  margin-bottom: 2rem;
}

.about-us__right {
  position: absolute;
  top: 0;
  width: 40%;
  right: 0;
  height: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1199px) {
  .about-us__right {
    width: 30%;
  }
}

@media screen and (max-width: 991px) {
  .about-us__right {
    position: unset;
    height: 40rem;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .about-us__right {
    height: 30rem;
  }
}
.pagination {
  justify-content: center;
  font-size: 1.6rem;
  margin-top: 4rem;
}
.pagination .page-link {
  background-color: #262626 !important;
  color: #fff !important;
  height: 3rem;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-item {
  margin: 0 .5rem;
}
.pagination .page-item.active .page-link{
  background-color: #f5c519 !important;
  border-color: #f5c519 !important;
}
/*# sourceMappingURL=style.css.map */
.social-media a{
  color: transparent !important
}
.description--dark{
  color: black;
}
.policy-page {
  padding: 5rem 0;
}
.js-cookie-consent {
  position: fixed !important;
  bottom: 0px !important;
  padding: 10px !important;
  text-align: center !important;
  width: 100% !important;
  z-index: 9999 !important;
  color: #fff !important;
  background-color: #182345 !important;
  border: solid 1px !important;
  border: none !important;
  font-size: 2em;
  border-top: 1px solid #929292 !important;
}
.js-cookie-consent-agree {
  padding: 10px !important;
  margin-left: 10px;
  background: #d30022 !important;
  color: #fff !important;
  cursor: pointer !important;
}